Make fflush-after-ungetc POSIX compliant on glibc systems.
[gnulib.git] / ChangeLog
1 2009-01-15  Bruno Haible  <bruno@clisp.org>
2
3         Make fflush-after-ungetc POSIX compliant on glibc systems.
4         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
5         after ungetc.
6         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
7         (rpl_fflush): On glibc systems, simply call the system's fflush
8         function after clearing the ungetc buffer.
9         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
10         Instead, lseek only to the end of file, then use the system's fseeko
11         for the rest. On glibc systems, reset the EOF indicator bit.
12
13 2009-01-15  Jim Meyering  <meyering@redhat.com>
14
15         openmp.m4: revert quote-adding change, for portability to older autoconf
16         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
18         Simon Josefsson noticed the problem when using autoconf-2.61.
19
20 2009-01-15  Bruno Haible  <bruno@clisp.org>
21
22         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
23         * tests/test-fflush2.c (ASSERT): Always fail.
24         (main): Add two tests for fflush() after ungetc(), taking into account
25         the Austin Group's clarification.
26         Suggested by Eric Blake.
27
28 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
29
30         mktime.m4: remove K&R-style function prototypes
31         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
32         for the Sun C++ compiler.
33
34 2009-01-14  Bruno Haible  <bruno@clisp.org>
35
36         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
37         while including <wchar.h>.
38         * lib/wchar.in.h: In two particular situations on HP-UX, include only
39         the system's <wchar.h> file.
40         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
41
42 2009-01-14  Bruno Haible  <bruno@clisp.org>
43
44         * m4/csharp.m4: Don't mention gettext on the serial number line.
45         * m4/csharpexec.m4: Likewise.
46         * m4/eaccess.m4: Likewise.
47         * m4/javaexec.m4: Likewise.
48         * m4/sig_atomic_t.m4: Likewise.
49         * m4/tmpdir.m4: Likewise.
50         * m4/intldir.m4: Bump gettext version.
51         * m4/lib-ld.m4: Likewise.
52
53 2009-01-14  Bruno Haible  <bruno@clisp.org>
54
55         * lib/progname.c (set_program_name): Add more comments.
56         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
57
58 2009-01-14  Simon Josefsson  <simon@josefsson.org>
59
60         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
61         were sys/stat.h does not define it.
62
63 2009-01-14  Jim Meyering  <meyering@redhat.com>
64
65         many *.m4 files: improve m4 quoting
66         99% of this change was performed by running the following commands:
67         git ls-files | grep '\.m4$' | xargs perl -pi \
68           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
69           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
70           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
71           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
72         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
73         The remainder were to add Copyright dates, increment serial numbers,
74         undo some changes in comments, exclude m4/intl.m4, and add quotes
75         around the "1" in ",1" where the unusual spacing prohibited the
76         above regexps from doing the job.  For more details, see
77         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
78         * m4/acl.m4: Modified.
79         * m4/afs.m4: Likewise.
80         * m4/alloca.m4: Likewise.
81         * m4/argp.m4: Likewise.
82         * m4/argz.m4: Likewise.
83         * m4/atexit.m4: Likewise.
84         * m4/bison-i18n.m4: Likewise.
85         * m4/bison.m4: Likewise.
86         * m4/byteswap.m4: Likewise.
87         * m4/c-stack.m4: Likewise.
88         * m4/c-strtod.m4: Likewise.
89         * m4/calloc.m4: Likewise.
90         * m4/canonicalize-lgpl.m4: Likewise.
91         * m4/chown.m4: Likewise.
92         * m4/clock_time.m4: Likewise.
93         * m4/codeset.m4: Likewise.
94         * m4/copy-file.m4: Likewise.
95         * m4/csharp.m4: Likewise.
96         * m4/csharpcomp.m4: Likewise.
97         * m4/csharpexec.m4: Likewise.
98         * m4/d-ino.m4: Likewise.
99         * m4/d-type.m4: Likewise.
100         * m4/dirfd.m4: Likewise.
101         * m4/double-slash-root.m4: Likewise.
102         * m4/eaccess.m4: Likewise.
103         * m4/eealloc.m4: Likewise.
104         * m4/environ.m4: Likewise.
105         * m4/errno_h.m4: Likewise.
106         * m4/euidaccess.m4: Likewise.
107         * m4/execute.m4: Likewise.
108         * m4/fatal-signal.m4: Likewise.
109         * m4/fchdir.m4: Likewise.
110         * m4/fcntl_h.m4: Likewise.
111         * m4/fileblocks.m4: Likewise.
112         * m4/filenamecat.m4: Likewise.
113         * m4/findprog.m4: Likewise.
114         * m4/flexmember.m4: Likewise.
115         * m4/fnmatch.m4: Likewise.
116         * m4/fopen.m4: Likewise.
117         * m4/fpending.m4: Likewise.
118         * m4/fprintf-posix.m4: Likewise.
119         * m4/free.m4: Likewise.
120         * m4/frexp.m4: Likewise.
121         * m4/frexpl.m4: Likewise.
122         * m4/fsusage.m4: Likewise.
123         * m4/ftruncate.m4: Likewise.
124         * m4/gc-camellia.m4: Likewise.
125         * m4/gc-random.m4: Likewise.
126         * m4/gc.m4: Likewise.
127         * m4/getaddrinfo.m4: Likewise.
128         * m4/getcwd-abort-bug.m4: Likewise.
129         * m4/getcwd-path-max.m4: Likewise.
130         * m4/getdate.m4: Likewise.
131         * m4/getdomainname.m4: Likewise.
132         * m4/getgroups.m4: Likewise.
133         * m4/gethostname.m4: Likewise.
134         * m4/gethrxtime.m4: Likewise.
135         * m4/getline.m4: Likewise.
136         * m4/getloadavg.m4: Likewise.
137         * m4/getndelim2.m4: Likewise.
138         * m4/getpass.m4: Likewise.
139         * m4/gettext.m4: Likewise.
140         * m4/gettime.m4: Likewise.
141         * m4/gettimeofday.m4: Likewise.
142         * m4/gnulib-common.m4: Likewise.
143         * m4/group-member.m4: Likewise.
144         * m4/host-os.m4: Likewise.
145         * m4/iconv.m4: Likewise.
146         * m4/iconv_open.m4: Likewise.
147         * m4/inet_ntop.m4: Likewise.
148         * m4/inet_pton.m4: Likewise.
149         * m4/inline.m4: Likewise.
150         * m4/intldir.m4: Likewise.
151         * m4/intlmacosx.m4: Likewise.
152         * m4/intmax.m4: Likewise.
153         * m4/intmax_t.m4: Likewise.
154         * m4/inttypes.m4: Likewise.
155         * m4/inttypes_h.m4: Likewise.
156         * m4/inttypes-pri.m4: Likewise.
157         * m4/isapipe.m4: Likewise.
158         * m4/isnand.m4: Likewise.
159         * m4/isnanf.m4: Likewise.
160         * m4/isnanl.m4: Likewise.
161         * m4/javacomp.m4: Likewise.
162         * m4/javaexec.m4: Likewise.
163         * m4/jm-winsz1.m4: Likewise.
164         * m4/jm-winsz2.m4: Likewise.
165         * m4/lchown.m4: Likewise.
166         * m4/lcmessage.m4: Likewise.
167         * m4/ldexpl.m4: Likewise.
168         * m4/lib-ld.m4: Likewise.
169         * m4/lib-link.m4: Likewise.
170         * m4/libsigsegv.m4: Likewise.
171         * m4/link-follow.m4: Likewise.
172         * m4/localcharset.m4: Likewise.
173         * m4/locale-fr.m4: Likewise.
174         * m4/locale-ja.m4: Likewise.
175         * m4/locale-tr.m4: Likewise.
176         * m4/locale-zh.m4: Likewise.
177         * m4/lock.m4: Likewise.
178         * m4/longlong.m4: Likewise.
179         * m4/ls-mntd-fs.m4: Likewise.
180         * m4/lstat.m4: Likewise.
181         * m4/malloc.m4: Likewise.
182         * m4/mathl.m4: Likewise.
183         * m4/mbrtowc.m4: Likewise.
184         * m4/mbstate_t.m4: Likewise.
185         * m4/mbswidth.m4: Likewise.
186         * m4/memchr.m4: Likewise.
187         * m4/memcmp.m4: Likewise.
188         * m4/memcpy.m4: Likewise.
189         * m4/memmem.m4: Likewise.
190         * m4/memmove.m4: Likewise.
191         * m4/mempcpy.m4: Likewise.
192         * m4/memrchr.m4: Likewise.
193         * m4/memset.m4: Likewise.
194         * m4/minmax.m4: Likewise.
195         * m4/mkdir-slash.m4: Likewise.
196         * m4/mkdtemp.m4: Likewise.
197         * m4/mktime.m4: Likewise.
198         * m4/mmap-anon.m4: Likewise.
199         * m4/mountlist.m4: Likewise.
200         * m4/nanosleep.m4: Likewise.
201         * m4/nls.m4: Likewise.
202         * m4/nocrash.m4: Likewise.
203         * m4/open.m4: Likewise.
204         * m4/openat.m4: Likewise.
205         * m4/openmp.m4: Likewise.
206         * m4/pathmax.m4: Likewise.
207         * m4/perl.m4: Likewise.
208         * m4/physmem.m4: Likewise.
209         * m4/pipe.m4: Likewise.
210         * m4/po.m4: Likewise.
211         * m4/poll.m4: Likewise.
212         * m4/posixtm.m4: Likewise.
213         * m4/posixver.m4: Likewise.
214         * m4/printf-frexp.m4: Likewise.
215         * m4/printf-frexpl.m4: Likewise.
216         * m4/printf-posix.m4: Likewise.
217         * m4/printf-posix-rpl.m4: Likewise.
218         * m4/printf.m4: Likewise.
219         * m4/progtest.m4: Likewise.
220         * m4/putenv.m4: Likewise.
221         * m4/readline.m4: Likewise.
222         * m4/readlink.m4: Likewise.
223         * m4/readutmp.m4: Likewise.
224         * m4/realloc.m4: Likewise.
225         * m4/regex.m4: Likewise.
226         * m4/relocatable.m4: Likewise.
227         * m4/relocatable-lib.m4: Likewise.
228         * m4/rename-dest-slash.m4: Likewise.
229         * m4/rename.m4: Likewise.
230         * m4/rmdir-errno.m4: Likewise.
231         * m4/rmdir.m4: Likewise.
232         * m4/roundf.m4: Likewise.
233         * m4/roundl.m4: Likewise.
234         * m4/rpmatch.m4: Likewise.
235         * m4/save-cwd.m4: Likewise.
236         * m4/selinux-selinux-h.m4: Likewise.
237         * m4/setenv.m4: Likewise.
238         * m4/settime.m4: Likewise.
239         * m4/sig2str.m4: Likewise.
240         * m4/sig_atomic_t.m4: Likewise.
241         * m4/signalblocking.m4: Likewise.
242         * m4/signbit.m4: Likewise.
243         * m4/sigpipe.m4: Likewise.
244         * m4/sockets.m4: Likewise.
245         * m4/sockpfaf.m4: Likewise.
246         * m4/st_dm_mode.m4: Likewise.
247         * m4/stat-time.m4: Likewise.
248         * m4/stdbool.m4: Likewise.
249         * m4/stdint.m4: Likewise.
250         * m4/stdint_h.m4: Likewise.
251         * m4/stpcpy.m4: Likewise.
252         * m4/stpncpy.m4: Likewise.
253         * m4/strcase.m4: Likewise.
254         * m4/strchrnul.m4: Likewise.
255         * m4/strcspn.m4: Likewise.
256         * m4/strdup.m4: Likewise.
257         * m4/strftime.m4: Likewise.
258         * m4/strndup.m4: Likewise.
259         * m4/strnlen.m4: Likewise.
260         * m4/strpbrk.m4: Likewise.
261         * m4/strptime.m4: Likewise.
262         * m4/strsep.m4: Likewise.
263         * m4/strtod.m4: Likewise.
264         * m4/strtoimax.m4: Likewise.
265         * m4/strtok_r.m4: Likewise.
266         * m4/strtol.m4: Likewise.
267         * m4/strtoll.m4: Likewise.
268         * m4/strtoul.m4: Likewise.
269         * m4/strtoull.m4: Likewise.
270         * m4/strtoumax.m4: Likewise.
271         * m4/strverscmp.m4: Likewise.
272         * m4/threadlib.m4: Likewise.
273         * m4/timegm.m4: Likewise.
274         * m4/tm_gmtoff.m4: Likewise.
275         * m4/tmpdir.m4: Likewise.
276         * m4/tmpfile.m4: Likewise.
277         * m4/tzset.m4: Likewise.
278         * m4/uintmax_t.m4: Likewise.
279         * m4/unlinkdir.m4: Likewise.
280         * m4/unlocked-io.m4: Likewise.
281         * m4/uptime.m4: Likewise.
282         * m4/userspec.m4: Likewise.
283         * m4/utimbuf.m4: Likewise.
284         * m4/utime.m4: Likewise.
285         * m4/utimes-null.m4: Likewise.
286         * m4/utimes.m4: Likewise.
287         * m4/vararrays.m4: Likewise.
288         * m4/vasnprintf.m4: Likewise.
289         * m4/vfprintf-posix.m4: Likewise.
290         * m4/vprintf-posix.m4: Likewise.
291         * m4/wait-process.m4: Likewise.
292         * m4/wchar_t.m4: Likewise.
293         * m4/wint_t.m4: Likewise.
294         * m4/write-any-file.m4: Likewise.
295         * m4/yield.m4: Likewise.
296
297 2009-01-13  Bruno Haible  <bruno@clisp.org>
298
299         Avoid test-copy-file.sh failures when ACL support insufficient.
300         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
301         TESTS_ENVIRONMENT.
302         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
303         Reported by Jim Meyering.
304
305 2009-01-13  Bruno Haible  <bruno@clisp.org>
306
307         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
308         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
309         * modules/unistdio/u8-printf-parse (Files): Likewise.
310         * modules/unistdio/u32-printf-parse (Files): Likewise.
311         * modules/unistdio/ulc-printf-parse (Files): Likewise.
312
313 2009-01-13  Simon Josefsson  <simon@josefsson.org>
314
315         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
316         and m4/inttypes_h.m4 too.
317
318 2009-01-12  Eric Blake  <ebb9@byu.net>
319
320         tests: IRIX 6.2 cc can't compile -0.0 into .data
321         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
322         rather than at compile-time.
323         * tests/test-floorl.c (minus_zero): Likewise.
324         * tests/test-frexpl.c (minus_zero): Likewise.
325         * tests/test-isnan.c (minus_zerol): Likewise.
326         * tests/test-isnanl.h (minus_zero): Likewise.
327         * tests/test-ldexpl.c (minus_zero): Likewise.
328         * tests/test-roundl.c (minus_zero): Likewise.
329         * tests/test-signbit.c (minus_zerol): Likewise.
330         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
331         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
332         * tests/test-truncl.c (minus_zero): Likewise.
333         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
334         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
335         Reported by Tom G. Christensen and Nelson H. F. Beebe.
336
337 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
338
339         regex: fix glibc bug 9697
340         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
341         handling.
342
343 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
344
345         regex: fix glibc bug 697
346         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
347         being NULL also if there are no backreferences.
348
349 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
350
351         regex: merge glibc changes
352         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
353         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
354         re_string_skip_chars, re_string_reconstruct): Likewise.
355         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
356
357 2009-01-07  Jim Meyering  <meyering@redhat.com>
358
359         poll: filter through cppi
360         * lib/poll.c: Indent cpp directives to reflect nesting.
361
362 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
363
364         poll: don't return uninitialized
365         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
366
367 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
368
369         avoid compile failure on AIX 6.1
370         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
371         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
372
373 2009-01-04  Jim Meyering  <meyering@redhat.com>
374
375         remove duplicate inclusion of <stdio.h>
376         * tests/test-fprintf-posix.c: Likewise.
377         * tests/test-printf-posix.c: Likewise.
378         * tests/test-snprintf-posix.c: Likewise.
379         * tests/test-sprintf-posix.c: Likewise.
380         * tests/test-vasprintf-posix.c: Likewise.
381         * tests/test-vfprintf-posix.c: Likewise.
382         * tests/test-vprintf-posix.c: Likewise.
383         * tests/test-vsnprintf-posix.c: Likewise.
384         * tests/test-vsprintf-posix.c: Likewise.
385
386 2009-01-03  Jim Meyering  <meyering@redhat.com>
387
388         gnulib-tool: fix sed-based filtering
389         * gnulib-tool (func_filter_filelist): Remove extra backslash
390         in sed_fff_filter definition.
391
392 2009-01-02  Jim Meyering  <meyering@redhat.com>
393
394         strftime: avoid compilation failure on Solaris 2.6
395         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
396         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
397         Don't #define mbrlen or mbsinit, since now they're guaranteed to
398         be available.  Reported by Tom G. Christensen.  Details in
399         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
400
401 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
402             Bruno Haible  <bruno@clisp.org>
403
404         Speed up gnulib-tool by doing more string processing through shell
405         built-ins.
406         * gnulib-tool (fast_func_append): New variable.
407         (func_remove_prefix, func_remove_suffix): New functions.
408         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
409         (func_filter_filelist): New function.
410         (func_get_dependencies): Use func_remove_suffix instead of sed.
411         (func_get_automake_snippet): Use func_filter_filelist instead of a
412         subshell and sed invocation.
413
414 2009-01-01  Bruno Haible  <bruno@clisp.org>
415
416         Fix a security bug.
417         * gnulib-tool (func_import, import, update): Don't allow the characters
418         '"', '$', '`', '\' in macro arguments that become part of commands that
419         are evaluated.
420
421 2009-01-01  Bruno Haible  <bruno@clisp.org>
422
423         * gnulib-tool (func_reset_sigpipe): Add more comments.
424
425 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
426
427         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
428         func_emit_tests_Makefile_am, func_import): Abort loops early if we
429         already know the answer.
430
431 2009-01-01  Jim Meyering  <meyering@redhat.com>
432
433         * lib/version-etc.c (version_etc_va): Update copyright year.
434
435 2008-12-30  Bruno Haible  <bruno@clisp.org>
436
437         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
438         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
439         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
440
441 2008-12-29  Eric Blake  <ebb9@byu.net>
442
443         multiarch: avoid autoconf AC_REQUIRE bug
444         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
445         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
446         2.63 and older.
447         Reported by Bruno Haible, and analyzed in
448         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
449
450 2008-12-29  Bruno Haible  <bruno@clisp.org>
451
452         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
453         files in subdirectories correctly.
454         Reported by Ralf Wildenhues.
455
456 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
457
458         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
459         rather than 'join FILE -', for Solaris join.
460
461 2008-12-29  Bruno Haible  <bruno@clisp.org>
462
463         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
464         quoting.
465         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
466         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
467         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
468         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
469         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
470         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
471         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
472         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
473         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
474         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
475         * m4/nls.m4 (AM_NLS): Likewise.
476         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
477         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
478         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
479         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
480         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
481         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
482         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
483         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
484         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
485         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
486         * m4/xsize.m4 (gl_XSIZE): Likewise.
487         Suggested by Jim Meyering.
488
489 2008-11-17  Bruce Korb  <bkorb@gnu.org>
490
491         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
492         * lib/parse-duration.c: use a switch instead of cascading if's.
493
494 2008-12-29  Eric Blake  <ebb9@byu.net>
495
496         wchar.h: supply WEOF on Irix 5.3
497         * lib/wchar.in.h (wint_t): Also supply WEOF.
498         * lib/wctype.in.h (wint_t): Likewise.
499         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
500         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
501         Reported by Tom G. Christensen.
502
503 2008-12-26  Bruno Haible  <bruno@clisp.org>
504
505         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
506         i486, i586, i686.
507
508 2008-12-26  Bruno Haible  <bruno@clisp.org>
509
510         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
511
512 2008-12-26  Bruno Haible  <bruno@clisp.org>
513
514         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
515         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
516         not __STDC_CONSTANT_MACROS.
517         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
518
519 2008-12-25  Bruno Haible  <bruno@clisp.org>
520
521         Add support for universal builds to vasnprintf.
522         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
523         universal builds, guess no.
524         * modules/vasnprintf-posix (Depends-on): Add multiarch.
525         * modules/vasprintf-posix (Depends-on): Likewise.
526         * modules/fprintf-posix (Depends-on): Likewise.
527         * modules/vfprintf-posix (Depends-on): Likewise.
528         * modules/snprintf-posix (Depends-on): Likewise.
529         * modules/vsnprintf-posix (Depends-on): Likewise.
530         * modules/sprintf-posix (Depends-on): Likewise.
531         * modules/vsprintf-posix (Depends-on): Likewise.
532         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
533         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
534         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
535         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
536         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
537         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
538         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
539
540         Add support for universal builds to <inttypes.h>.
541         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
542         _SCNu64_PREFIX): In Apple
543         universal builds, define directly, using _LP64.
544         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
545         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
546         * modules/inttypes (Depends-on): Add multiarch.
547         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
548
549         Add support for universal builds to <stdint.h>.
550         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
551         universal builds, define directly, using _LP64.
552         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
553         Apple universal builds, don't test for the size and suffix of ptrdiff_t
554         and size_t.
555         * modules/stdint (Depends-on): Add multiarch.
556         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
557
558         New module 'multiarch'.
559         * modules/multiarch: New file.
560         * m4/multiarch.m4: New file.
561
562 2008-12-25  Bruno Haible  <bruno@clisp.org>
563
564         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
565
566 2008-12-25  Bruno Haible  <bruno@clisp.org>
567
568         * modules/btowc (License): Relicense under LGPLv2+.
569         * modules/mbsinit (License): Likewise.
570         * modules/mbrtowc (License): Likewise.
571         * modules/wcrtomb (License): Likewise.
572         * modules/streq (License): Likewise.
573         Reported by David Lutterkort <lutter@redhat.com>.
574
575 2008-12-23  Bruno Haible  <bruno@clisp.org>
576
577         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
578
579 2008-12-23  Bruno Haible  <bruno@clisp.org>
580
581         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
582         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
583         GETADDRINFO_LIB, not in LIBS.
584         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
585         * modules/canon-host (Link): Likewise.
586         * NEWS: Mention the change.
587         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
588         GETADDRINFO_LIB.
589
590 2008-12-22  Bruno Haible  <bruno@clisp.org>
591
592         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
593         * doc/posix-functions/iswalpha_l.texi: Likewise.
594         * doc/posix-functions/iswblank_l.texi: Likewise.
595         * doc/posix-functions/iswcntrl_l.texi: Likewise.
596         * doc/posix-functions/iswctype_l.texi: Likewise.
597         * doc/posix-functions/iswdigit_l.texi: Likewise.
598         * doc/posix-functions/iswgraph_l.texi: Likewise.
599         * doc/posix-functions/iswlower_l.texi: Likewise.
600         * doc/posix-functions/iswprint_l.texi: Likewise.
601         * doc/posix-functions/iswpunct_l.texi: Likewise.
602         * doc/posix-functions/iswspace_l.texi: Likewise.
603         * doc/posix-functions/iswupper_l.texi: Likewise.
604         * doc/posix-functions/iswxdigit_l.texi: Likewise.
605         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
606         * doc/posix-functions/open_wmemstream.texi: Likewise.
607         * doc/posix-functions/swscanf.texi: Likewise.
608         * doc/posix-functions/towctrans_l.texi: Likewise.
609         * doc/posix-functions/towlower.texi: Likewise.
610         * doc/posix-functions/towlower_l.texi: Likewise.
611         * doc/posix-functions/towupper.texi: Likewise.
612         * doc/posix-functions/towupper_l.texi: Likewise.
613         * doc/posix-functions/vfwprintf.texi: Likewise.
614         * doc/posix-functions/vfwscanf.texi: Likewise.
615         * doc/posix-functions/vswscanf.texi: Likewise.
616         * doc/posix-functions/vwprintf.texi: Likewise.
617         * doc/posix-functions/vwscanf.texi: Likewise.
618         * doc/posix-functions/wcpcpy.texi: Likewise.
619         * doc/posix-functions/wcpncpy.texi: Likewise.
620         * doc/posix-functions/wcscasecmp.texi: Likewise.
621         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
622         * doc/posix-functions/wcscoll_l.texi: Likewise.
623         * doc/posix-functions/wcsdup.texi: Likewise.
624         * doc/posix-functions/wcsncasecmp.texi: Likewise.
625         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
626         * doc/posix-functions/wcsnlen.texi: Likewise.
627         * doc/posix-functions/wcsnrtombs.texi: Likewise.
628         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
629         * doc/posix-functions/wctrans_l.texi: Likewise.
630         * doc/posix-functions/wctype_l.texi: Likewise.
631         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
632         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
633         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
634         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
635         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
636         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
637         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
638         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
639         * doc/glibc-functions/wcschrnul.texi: Likewise.
640         * doc/glibc-functions/wcsftime_l.texi: Likewise.
641         * doc/glibc-functions/wcstod_l.texi: Likewise.
642         * doc/glibc-functions/wcstof_l.texi: Likewise.
643         * doc/glibc-functions/wcstol_l.texi: Likewise.
644         * doc/glibc-functions/wcstold_l.texi: Likewise.
645         * doc/glibc-functions/wcstoll_l.texi: Likewise.
646         * doc/glibc-functions/wcstoq.texi: Likewise.
647         * doc/glibc-functions/wcstoul_l.texi: Likewise.
648         * doc/glibc-functions/wcstoull_l.texi: Likewise.
649         * doc/glibc-functions/wcstouq.texi: Likewise.
650         * doc/glibc-functions/wmempcpy.texi: Likewise.
651
652 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
653             Eric Blake  <ebb9@byu.net>
654             Paolo Bonzini  <bonzini@gnu.org>
655             Bruno Haible  <bruno@clisp.org>
656
657         Make c-stack work on Haiku.
658         * lib/c-stack.c (SA_ONSTACK): Define fallback.
659         (c_stack_action): Use SA_ONSTACK flag.
660
661 2008-12-22  Bruno Haible  <bruno@clisp.org>
662
663         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
664
665 2008-12-22  Bruno Haible  <bruno@clisp.org>
666
667         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
668         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
669         being overridden.
670         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
671         New macros.
672         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
673         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
674         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
675         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
676
677 2008-12-22  Bruno Haible  <bruno@clisp.org>
678
679         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
680         from test code.
681
682 2008-12-22  Eric Blake  <ebb9@byu.net>
683
684         Avoid gcc warnings on cygwin.
685         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
686         Avoid unused variable.
687         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
688         Likewise.
689
690 2008-12-22  Bruno Haible  <bruno@clisp.org>
691
692         Remove HAVE_MBRTOWC conditionals.
693         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
694         (mbscasecmp): Assume mbrtowc function.
695         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
696         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
697         * lib/mbschr.c: Include mbuiter.h unconditionally.
698         (mbschr): Assume mbrtowc function.
699         * lib/mbscspn.c: Include mbuiter.h unconditionally.
700         (mbscspn): Assume mbrtowc function.
701         * lib/mbslen.c: Include mbuiter.h unconditionally.
702         (mbslen): Assume mbrtowc function.
703         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
704         (mbsncasecmp): Assume mbrtowc function.
705         * lib/mbsnlen.c: Include mbiter.h unconditionally.
706         (mbsnlen): Assume mbrtowc function.
707         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
708         (mbspbrk): Assume mbrtowc function.
709         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
710         (mbspcasecmp): Assume mbrtowc function.
711         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
712         (mbsrchr): Assume mbrtowc function.
713         * lib/mbssep.c: Include mbuiter.h unconditionally.
714         (mbssep): Assume mbrtowc function.
715         * lib/mbsspn.c: Include mbuiter.h unconditionally.
716         (mbsspn): Assume mbrtowc function.
717         * lib/mbsstr.c: Include mbuiter.h unconditionally.
718         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
719         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
720         (mbstok_r): Assume mbrtowc function.
721         * lib/propername.c: Include mbuiter.h unconditionally.
722         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
723         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
724         (trim2): Assume mbrtowc function.
725         * lib/mbswidth.c (mbsinit): Remove fallback definition.
726         (mbsnwidth): Assume mbrtowc function.
727         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
728         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
729         fallback definitions.
730         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
731
732 2008-12-22  Bruno Haible  <bruno@clisp.org>
733
734         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
735
736 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
737
738         * modules/regex: Request emulations for the mb*/wc* functions we need.
739         * m4/regex.m4: Don't look for those functions here.
740         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
741
742 2008-12-22  Bruno Haible  <bruno@clisp.org>
743
744         * modules/fnmatch (Depends-on): Remove duplicated dependency.
745
746 2008-12-21  Bruno Haible  <bruno@clisp.org>
747
748         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
749         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
750         (Include): Remove conditionalization.
751         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
752         (Include): Remove conditionalization.
753         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
754         (Include): Remove conditionalization.
755         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
756         * m4/mbfile.m4 (gl_MBFILE): Likewise.
757         * NEWS: Mention the change.
758         Reported by Alan Hourihane <alanh@fairlite.co.uk>
759         via Sergey Poznyakoff <gray@gnu.org.ua>.
760
761 2008-12-21  Bruno Haible  <bruno@clisp.org>
762
763         * MODULES.html.sh (Extended multibyte and wide character utilities
764         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
765         wcrtomb, wcsrtombs.
766         (Support for systems lacking POSIX:2008): Add accept, bind, close,
767         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
768         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
769         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
770
771 2008-12-21  Bruno Haible  <bruno@clisp.org>
772
773         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
774
775 2008-12-21  Bruno Haible  <bruno@clisp.org>
776
777         * modules/wcsnrtombs-tests: New file.
778         * tests/test-wcsnrtombs1.sh: New file.
779         * tests/test-wcsnrtombs2.sh: New file.
780         * tests/test-wcsnrtombs3.sh: New file.
781         * tests/test-wcsnrtombs4.sh: New file.
782         * tests/test-wcsnrtombs.c: New file.
783
784         New module 'wcsnrtombs'.
785         * lib/wchar.in.h (wcsnrtombs): New declaration.
786         * lib/wcsnrtombs.c: New file.
787         * lib/wcsrtombs-state.c: New file.
788         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
789         (internal_state): Remove variable.
790         * m4/wcsnrtombs.m4: New file.
791         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
792         compilation units.
793         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
794         HAVE_WCSNRTOMBS.
795         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
796         HAVE_WCSNRTOMBS.
797         * modules/wcsnrtombs: New file.
798         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
799         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
800
801 2008-12-21  Bruno Haible  <bruno@clisp.org>
802
803         * modules/wcsrtombs-tests: New file.
804         * tests/test-wcsrtombs1.sh: New file.
805         * tests/test-wcsrtombs2.sh: New file.
806         * tests/test-wcsrtombs3.sh: New file.
807         * tests/test-wcsrtombs4.sh: New file.
808         * tests/test-wcsrtombs.c: New file.
809
810         New module 'wcsrtombs'.
811         * lib/wchar.in.h (wcsrtombs): New declaration.
812         * lib/wcsrtombs.c: New file.
813         * m4/wcsrtombs.m4: New file.
814         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
815         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
816         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
817         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
818         * modules/wcsrtombs: New file.
819         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
820         bugs.
821
822 2008-12-21  Bruno Haible  <bruno@clisp.org>
823
824         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
825         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
826         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
827         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
828         if not correct.
829         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
830         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
831         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
832         m4/locale-zh.m4, m4/codeset.m4.
833         * doc/posix-functions/wcrtomb.texi: Document the bug.
834
835 2008-12-21  Bruno Haible  <bruno@clisp.org>
836
837         Work around a btowc() bug on IRIX 6.5.
838         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
839         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
840         REPLACE_WTOBC if not.
841         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
842         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
843         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
844
845 2008-12-21  Bruno Haible  <bruno@clisp.org>
846
847         * modules/wcrtomb-tests: New file.
848         * tests/test-wcrtomb.sh: New file.
849         * tests/test-wcrtomb.c: New file.
850
851         New module 'wcrtomb'.
852         * lib/wchar.in.h (wcrtomb): New declaration.
853         * lib/wcrtomb.c: New file.
854         * m4/wcrtomb.m4: New file.
855         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
856         HAVE_WCRTOMB.
857         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
858         HAVE_WCRTOMB.
859         * modules/wcrtomb: New file.
860         * doc/posix-functions/wcrtomb.texi: Mention the new module.
861
862 2008-12-21  Bruno Haible  <bruno@clisp.org>
863
864         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
865         * modules/mbsrtowcs (Files): Likewise.
866         * modules/wctob (Files): Likewise.
867         * modules/c-strcase-tests (Files): Likewise.
868         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
869         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
870         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
871         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
872         * modules/vasnprintf-posix-tests (Files): Likewise.
873
874 2008-12-21  William Pursell  <bill.pursell@gmail.com>
875
876         gitlog-to-changelog: pass all command-line arguments to git-log
877         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
878         it is sometimes convenient to filter the commits in various ways.
879         gitlog-to-changelog only allows --since to specify a start date,
880         but git-log itself supports many other filtering mechanisms.
881         At the moment, I want to filter by branch name.  Rather than
882         adding a --branch option to gitlog-to-changelog, it seems more
883         flexible to simply pass all options directly to git-log and let
884         git do the work.  Notice that this effectively makes --since a
885         redundant option for gitlog-to-changelog, but removing it would
886         require current usage to change since calls would then require
887         an additional '--'.
888
889 2008-12-21  Bruno Haible  <bruno@clisp.org>
890
891         * modules/mbsnrtowcs-tests: New file.
892         * tests/test-mbsnrtowcs1.sh: New file.
893         * tests/test-mbsnrtowcs2.sh: New file.
894         * tests/test-mbsnrtowcs3.sh: New file.
895         * tests/test-mbsnrtowcs4.sh: New file.
896         * tests/test-mbsnrtowcs.c: New file.
897
898         New module 'mbsnrtowcs'.
899         * lib/wchar.in.h (mbsnrtowcs): New declaration.
900         * lib/mbsnrtowcs.c: New file.
901         * lib/mbsrtowcs-state.c: New file.
902         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
903         (internal_state): Remove variable.
904         * m4/mbsnrtowcs.m4: New file.
905         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
906         compilation units.
907         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
908         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
909         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
910         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
911         * modules/mbsnrtowcs: New file.
912         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
913         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
914         portability problem.
915
916 2008-12-21  Bruno Haible  <bruno@clisp.org>
917
918         Work around mbsrtowcs bug.
919         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
920         (gl_FUNC_MBSRTOWCS): Invoke it.
921         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
922         m4/locale-zh.m4.
923         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
924
925 2008-12-21  Bruno Haible  <bruno@clisp.org>
926
927         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
928
929 2008-12-21  Bruno Haible  <bruno@clisp.org>
930
931         Update doc for AIX.
932         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
933         16-bit wchar_t type.
934         * doc/posix-functions/btowc.texi: Likewise.
935         * doc/posix-functions/fgetwc.texi: Likewise.
936         * doc/posix-functions/fgetws.texi: Likewise.
937         * doc/posix-functions/fputwc.texi: Likewise.
938         * doc/posix-functions/fputws.texi: Likewise.
939         * doc/posix-functions/fwide.texi: Likewise.
940         * doc/posix-functions/fwprintf.texi: Likewise.
941         * doc/posix-functions/fwscanf.texi: Likewise.
942         * doc/posix-functions/getwchar.texi: Likewise.
943         * doc/posix-functions/getwc.texi: Likewise.
944         * doc/posix-functions/iswalnum.texi: Likewise.
945         * doc/posix-functions/iswalpha.texi: Likewise.
946         * doc/posix-functions/iswblank.texi: Likewise.
947         * doc/posix-functions/iswcntrl.texi: Likewise.
948         * doc/posix-functions/iswctype.texi: Likewise.
949         * doc/posix-functions/iswdigit.texi: Likewise.
950         * doc/posix-functions/iswgraph.texi: Likewise.
951         * doc/posix-functions/iswlower.texi: Likewise.
952         * doc/posix-functions/iswprint.texi: Likewise.
953         * doc/posix-functions/iswpunct.texi: Likewise.
954         * doc/posix-functions/iswspace.texi: Likewise.
955         * doc/posix-functions/iswupper.texi: Likewise.
956         * doc/posix-functions/iswxdigit.texi: Likewise.
957         * doc/posix-functions/mbrtowc.texi: Likewise.
958         * doc/posix-functions/mbsrtowcs.texi: Likewise.
959         * doc/posix-functions/mbstowcs.texi: Likewise.
960         * doc/posix-functions/mbtowc.texi: Likewise.
961         * doc/posix-functions/putwchar.texi: Likewise.
962         * doc/posix-functions/putwc.texi: Likewise.
963         * doc/posix-functions/swprintf.texi: Likewise.
964         * doc/posix-functions/tolower.texi: Likewise.
965         * doc/posix-functions/toupper.texi: Likewise.
966         * doc/posix-functions/towctrans.texi: Likewise.
967         * doc/posix-functions/ungetwc.texi: Likewise.
968         * doc/posix-functions/vswprintf.texi: Likewise.
969         * doc/posix-functions/wcrtomb.texi: Likewise.
970         * doc/posix-functions/wcscat.texi: Likewise.
971         * doc/posix-functions/wcschr.texi: Likewise.
972         * doc/posix-functions/wcscmp.texi: Likewise.
973         * doc/posix-functions/wcscoll.texi: Likewise.
974         * doc/posix-functions/wcscpy.texi: Likewise.
975         * doc/posix-functions/wcscspn.texi: Likewise.
976         * doc/posix-functions/wcsftime.texi: Likewise.
977         * doc/posix-functions/wcslen.texi: Likewise.
978         * doc/posix-functions/wcsncat.texi: Likewise.
979         * doc/posix-functions/wcsncmp.texi: Likewise.
980         * doc/posix-functions/wcsncpy.texi: Likewise.
981         * doc/posix-functions/wcspbrk.texi: Likewise.
982         * doc/posix-functions/wcsrchr.texi: Likewise.
983         * doc/posix-functions/wcsrtombs.texi: Likewise.
984         * doc/posix-functions/wcsspn.texi: Likewise.
985         * doc/posix-functions/wcsstr.texi: Likewise.
986         * doc/posix-functions/wcstod.texi: Likewise.
987         * doc/posix-functions/wcstof.texi: Likewise.
988         * doc/posix-functions/wcstoimax.texi: Likewise.
989         * doc/posix-functions/wcstok.texi: Likewise.
990         * doc/posix-functions/wcstold.texi: Likewise.
991         * doc/posix-functions/wcstoll.texi: Likewise.
992         * doc/posix-functions/wcstol.texi: Likewise.
993         * doc/posix-functions/wcstombs.texi: Likewise.
994         * doc/posix-functions/wcstoull.texi: Likewise.
995         * doc/posix-functions/wcstoul.texi: Likewise.
996         * doc/posix-functions/wcstoumax.texi: Likewise.
997         * doc/posix-functions/wcswidth.texi: Likewise.
998         * doc/posix-functions/wcsxfrm.texi: Likewise.
999         * doc/posix-functions/wctob.texi: Likewise.
1000         * doc/posix-functions/wctomb.texi: Likewise.
1001         * doc/posix-functions/wctrans.texi: Likewise.
1002         * doc/posix-functions/wctype.texi: Likewise.
1003         * doc/posix-functions/wcwidth.texi: Likewise.
1004         * doc/posix-functions/wmemchr.texi: Likewise.
1005         * doc/posix-functions/wmemcmp.texi: Likewise.
1006         * doc/posix-functions/wmemcpy.texi: Likewise.
1007         * doc/posix-functions/wmemmove.texi: Likewise.
1008         * doc/posix-functions/wmemset.texi: Likewise.
1009         * doc/posix-functions/wprintf.texi: Likewise.
1010         * doc/posix-functions/wscanf.texi: Likewise.
1011
1012 2008-12-21  Bruno Haible  <bruno@clisp.org>
1013
1014         Update doc for HP-UX 11.11.
1015         * doc/posix-functions/btowc.texi: Clarify that the function is missing
1016         in HP-UX version 11.00, not in all versions of HP-UX 11.
1017         * doc/posix-functions/fwide.texi: Likewise.
1018         * doc/posix-functions/fwprintf.texi: Likewise.
1019         * doc/posix-functions/fwscanf.texi: Likewise.
1020         * doc/posix-functions/inet_ntop.texi: Likewise.
1021         * doc/posix-functions/inet_pton.texi: Likewise.
1022         * doc/posix-functions/mbrlen.texi: Likewise.
1023         * doc/posix-functions/mbrtowc.texi: Likewise.
1024         * doc/posix-functions/mbsinit.texi: Likewise.
1025         * doc/posix-functions/mbsrtowcs.texi: Likewise.
1026         * doc/posix-functions/swprintf.texi: Likewise.
1027         * doc/posix-functions/swscanf.texi: Likewise.
1028         * doc/posix-functions/towctrans.texi: Likewise.
1029         * doc/posix-functions/vfwprintf.texi: Likewise.
1030         * doc/posix-functions/vswprintf.texi: Likewise.
1031         * doc/posix-functions/vwprintf.texi: Likewise.
1032         * doc/posix-functions/wcrtomb.texi: Likewise.
1033         * doc/posix-functions/wcsrtombs.texi: Likewise.
1034         * doc/posix-functions/wcsstr.texi: Likewise.
1035         * doc/posix-functions/wctob.texi: Likewise.
1036         * doc/posix-functions/wctrans.texi: Likewise.
1037         * doc/posix-functions/wmemchr.texi: Likewise.
1038         * doc/posix-functions/wmemcmp.texi: Likewise.
1039         * doc/posix-functions/wmemcpy.texi: Likewise.
1040         * doc/posix-functions/wmemmove.texi: Likewise.
1041         * doc/posix-functions/wmemset.texi: Likewise.
1042         * doc/posix-functions/wprintf.texi: Likewise.
1043         * doc/posix-functions/wscanf.texi: Likewise.
1044
1045 2008-12-21  Bruno Haible  <bruno@clisp.org>
1046
1047         Work around a portability problem.
1048         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
1049         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
1050
1051 2008-12-20  Bruno Haible  <bruno@clisp.org>
1052
1053         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
1054         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
1055         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
1056         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
1057         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
1058
1059         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
1060         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
1061         set.
1062         (GNULIB_defined_mbstate_t): New macro.
1063         (mbsinit): Redefine if REPLACE_MBSINIT is set.
1064         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
1065         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
1066         reuses the system's mbrtowc function but works around the bugs.
1067         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
1068         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
1069         macros.
1070         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
1071         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
1072         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
1073         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
1074         REPLACE_MBSINIT if mbsinit needs to be overridden.
1075         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
1076         REPLACE_MBSINIT, REPLACE_MBRTOWC.
1077         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
1078         REPLACE_MBSINIT, REPLACE_MBRTOWC.
1079         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
1080         m4/locale-zh.m4.
1081         (Depends): Add mbsinit.
1082         * modules/mbsinit (Depends): Add mbrtowc.
1083         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
1084
1085 2008-12-20  Bruno Haible  <bruno@clisp.org>
1086
1087         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
1088         so that there are no conversion errors on AIX.
1089         * tests/test-mbsrtowcs.c (main): LIkewise.
1090
1091 2008-12-20  Bruno Haible  <bruno@clisp.org>
1092
1093         Work around wctob bug on Solaris <= 9.
1094         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
1095         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
1096         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
1097         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
1098         * modules/wctob (Files): Add m4/locale-fr.m4.
1099         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
1100
1101 2008-12-20  Bruno Haible  <bruno@clisp.org>
1102
1103         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
1104         /dev/null.
1105         * tests/test-select-in.sh: Likewise.
1106         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1107
1108 2008-12-20  Bruno Haible  <bruno@clisp.org>
1109
1110         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
1111         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
1112         Cygwin 1.5.x.
1113
1114 2008-12-20  Bruno Haible  <bruno@clisp.org>
1115
1116         Ensure mbstate_t is defined on HP-UX 11.11.
1117         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
1118         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
1119         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
1120         AC_USE_SYSTEM_EXTENSIONS.
1121         * modules/fnmatch (Depends-on): Add extensions.
1122         * modules/mbrlen (Depends-on): Likewise.
1123         * modules/mbrtowc (Depends-on): Likewise.
1124         * modules/mbsinit (Depends-on): Likewise.
1125         * modules/mbsrtowcs (Depends-on): Likewise.
1126         * modules/mbswidth (Depends-on): Likewise.
1127         * modules/quotearg (Depends-on): Likewise.
1128         * modules/strftime (Depends-on): Likewise.
1129
1130 2008-12-20  Bruno Haible  <bruno@clisp.org>
1131
1132         Ensure wctob is declared on IRIX 6.5.
1133         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
1134         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
1135         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
1136         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
1137         of HAVE_WCTOB.
1138         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
1139         HAVE_WCTOB.
1140         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
1141
1142 2008-12-19  Bruno Haible  <bruno@clisp.org>
1143
1144         * modules/mbsrtowcs-tests: New file.
1145         * tests/test-mbsrtowcs1.sh: New file.
1146         * tests/test-mbsrtowcs2.sh: New file.
1147         * tests/test-mbsrtowcs3.sh: New file.
1148         * tests/test-mbsrtowcs4.sh: New file.
1149         * tests/test-mbsrtowcs.c: New file.
1150
1151         New module 'mbsrtowcs'.
1152         * lib/wchar.in.h (mbsrtowcs): New declaration.
1153         * lib/mbsrtowcs.c: New file.
1154         * m4/mbsrtowcs.m4: New file.
1155         * modules/mbsrtowcs: New file.
1156         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
1157         HAVE_MBSRTOWCS.
1158         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
1159         HAVE_MBSRTOWCS.
1160         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
1161
1162 2008-12-19  Bruno Haible  <bruno@clisp.org>
1163
1164         New module 'mbrlen'.
1165         * lib/wchar.in.h (mbrlen): New declaration.
1166         * lib/mbrlen.c: New file.
1167         * m4/mbrlen.m4: New file.
1168         * modules/mbrlen: New file.
1169         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
1170         HAVE_MBRLEN.
1171         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
1172         HAVE_MBRLEN.
1173         * doc/posix-functions/mbrlen.texi: Document the new module.
1174
1175 2008-12-19  Bruno Haible  <bruno@clisp.org>
1176
1177         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
1178         * modules/mbrtowc (Depends-on): Add verify.
1179         Suggested by Paul Eggert.
1180
1181 2008-12-18  Bruno Haible  <bruno@clisp.org>
1182
1183         * modules/mbsinit-tests: New file.
1184         * tests/test-mbsinit.sh: New file.
1185         * tests/test-mbsinit.c: New file.
1186
1187 2008-12-18  Bruno Haible  <bruno@clisp.org>
1188
1189         * modules/mbrtowc-tests: New file.
1190         * tests/test-mbrtowc1.sh: New file.
1191         * tests/test-mbrtowc2.sh: New file.
1192         * tests/test-mbrtowc3.sh: New file.
1193         * tests/test-mbrtowc4.sh: New file.
1194         * tests/test-mbrtowc.c: New file.
1195
1196         New module 'mbrtowc'.
1197         * lib/wchar.in.h (mbstate_t): Override when the system does not have
1198         mbsinit and mbrtowc.
1199         (mbrtowc): New declaration.
1200         * lib/mbrtowc.c: New file.
1201         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
1202         * modules/mbrtowc: New file.
1203         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
1204         HAVE_MBRTOWC.
1205         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
1206         HAVE_MBRTOWC.
1207         * doc/posix-functions/mbrtowc.texi: Document the new module.
1208
1209 2008-12-18  Bruno Haible  <bruno@clisp.org>
1210
1211         New module 'wctob'.
1212         * lib/wchar.in.h (wctob): New declaration.
1213         * lib/wctob.c: New file.
1214         * m4/wctob.m4: New file.
1215         * modules/wctob: New file.
1216         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
1217         HAVE_WCTOB.
1218         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
1219         * doc/posix-functions/wctob.texi: Document the new module.
1220
1221 2008-12-18  Bruno Haible  <bruno@clisp.org>
1222
1223         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
1224         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
1225
1226 2008-12-18  Simon Josefsson  <simon@josefsson.org>
1227
1228         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
1229         G. Christensen" <tgc@jupiterrise.com>.
1230
1231         * lib/flock.c: Need to include errno.h.  Reported by "Tom
1232         G. Christensen" <tgc@jupiterrise.com>.
1233
1234         * lib/flock.c: Need to include string.h.  Reported by "Tom
1235         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
1236         <ebb9@byu.net>.
1237
1238 2008-12-18  Bruno Haible  <bruno@clisp.org>
1239
1240         * m4/locale-ja.m4: New file, from GNU gettext.
1241
1242 2008-12-17  Bruno Haible  <bruno@clisp.org>
1243
1244         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
1245         Suggested by Eric Blake.
1246
1247 2008-12-17  Bruno Haible  <bruno@clisp.org>
1248
1249         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
1250
1251 2008-12-17  Bruno Haible  <bruno@clisp.org>
1252
1253         * lib/mbsinit.c: Include verify.h. Verify an assumption.
1254         * modules/mbsinit (Depends-on): Add verify.
1255         Suggested by Paul Eggert.
1256
1257 2008-12-17  Bruno Haible  <bruno@clisp.org>
1258
1259         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
1260         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
1261         gl_FUNC_MBRTOWC.
1262         * m4/mbiter.m4 (gl_MBITER): LIkewise.
1263         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
1264         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
1265         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
1266         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
1267         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
1268         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
1269         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
1270         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
1271         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
1272         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
1273         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
1274         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
1275         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
1276         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
1277         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1278         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
1279         * modules/trim (configure.ac): Likewise.
1280
1281 2008-12-17  Bruno Haible  <bruno@clisp.org>
1282
1283         * modules/btowc-tests: New file.
1284         * tests/test-btowc1.sh: New file.
1285         * tests/test-btowc2.sh: New file.
1286         * tests/test-btowc.c: New file.
1287
1288         New module 'btowc'.
1289         * lib/wchar.in.h (btowc): New declaration.
1290         * lib/btowc.c: New file.
1291         * m4/btowc.m4: New file.
1292         * modules/btowc: New file.
1293         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
1294         HAVE_BTOWC.
1295         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
1296         * doc/posix-functions/btowc.texi: Document the new module.
1297
1298 2008-12-17  Bruno Haible  <bruno@clisp.org>
1299
1300         New module 'mbsinit'.
1301         * lib/wchar.in.h (mbsinit): New declaration.
1302         * lib/mbsinit.c: New file.
1303         * m4/mbsinit.m4: New file.
1304         * modules/mbsinit: New file.
1305         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
1306         HAVE_MBSINIT.
1307         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
1308         HAVE_MBSINIT.
1309         * doc/posix-functions/mbsinit.texi: Document the new module.
1310
1311 2008-12-16  Bruno Haible  <bruno@clisp.org>
1312
1313         * lib/unistd.in.h: Add comment.
1314         * tests/test-environ.c: Don't include <stdlib.h>.
1315
1316 2008-12-16  Bruno Haible  <bruno@clisp.org>
1317
1318         * lib/parse-duration.h (parse_duration): Document return value
1319         convention.
1320         * lib/parse-duration.c: Include specification header first. Add
1321         comments.
1322         (_): Remove macro.
1323         (parse_year_month_day, parse_hour_minute_second): Move side effects
1324         outside of strchr call.
1325         (parse_non_iso8601): Move side effects outside of isspace call.
1326         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
1327         call.
1328
1329 2008-12-16  Bruno Haible  <bruno@clisp.org>
1330
1331         * tests/test-parse-duration.sh: Produce no output when the test
1332         succeeds.
1333
1334 2008-12-16  Bruno Haible  <bruno@clisp.org>
1335
1336         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
1337         expressions.
1338
1339 2008-12-15  Bruno Haible  <bruno@clisp.org>
1340
1341         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
1342         * doc/glibc-functions/flistxattr.texi: Likewise.
1343         * doc/glibc-functions/fopencookie.texi: Likewise.
1344         * doc/glibc-functions/fremovexattr.texi: Likewise.
1345         * doc/glibc-functions/fsetxattr.texi: Likewise.
1346         * doc/glibc-functions/getxattr.texi: Likewise.
1347         * doc/glibc-functions/lgetxattr.texi: Likewise.
1348         * doc/glibc-functions/listxattr.texi: Likewise.
1349         * doc/glibc-functions/llistxattr.texi: Likewise.
1350         * doc/glibc-functions/lremovexattr.texi: Likewise.
1351         * doc/glibc-functions/lsetxattr.texi: Likewise.
1352         * doc/glibc-functions/removexattr.texi: Likewise.
1353         * doc/glibc-functions/setxattr.texi: Likewise.
1354         * doc/posix-functions/open_memstream.texi: Likewise.
1355
1356 2008-12-15  Eric Blake  <ebb9@byu.net>
1357
1358         Update doc for cygwin 1.7.
1359         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
1360         functions.
1361         * doc/posix-functions/fchmodat.texi: Likewise.
1362         * doc/posix-functions/fchownat.texi: Likewise.
1363         * doc/posix-functions/fdopendir.texi: Likewise.
1364         * doc/posix-functions/fmemopen.texi: Likewise.
1365         * doc/posix-functions/freeaddrinfo.texi: Likewise.
1366         * doc/posix-functions/fstatat.texi: Likewise.
1367         * doc/posix-functions/futimens.texi: Likewise.
1368         * doc/posix-functions/gai_strerror.texi: Likewise.
1369         * doc/posix-functions/getaddrinfo.texi: Likewise.
1370         * doc/posix-functions/getnameinfo.texi: Likewise.
1371         * doc/posix-functions/if_freenameindex.texi: Likewise.
1372         * doc/posix-functions/if_indextoname.texi: Likewise.
1373         * doc/posix-functions/if_nameindex.texi: Likewise.
1374         * doc/posix-functions/if_nametoindex.texi: Likewise.
1375         * doc/posix-functions/insque.texi: Likewise.
1376         * doc/posix-functions/linkat.texi: Likewise.
1377         * doc/posix-functions/llrint.texi: Likewise.
1378         * doc/posix-functions/llrintf.texi: Likewise.
1379         * doc/posix-functions/llrintl.texi: Likewise.
1380         * doc/posix-functions/lockf.texi: Likewise.
1381         * doc/posix-functions/lrintl.texi: Likewise.
1382         * doc/posix-functions/mkdirat.texi: Likewise.
1383         * doc/posix-functions/mkfifoat.texi: Likewise.
1384         * doc/posix-functions/mknodat.texi: Likewise.
1385         * doc/posix-functions/mq_close.texi: Likewise.
1386         * doc/posix-functions/mq_getattr.texi: Likewise.
1387         * doc/posix-functions/mq_notify.texi: Likewise.
1388         * doc/posix-functions/mq_open.texi: Likewise.
1389         * doc/posix-functions/mq_receive.texi: Likewise.
1390         * doc/posix-functions/mq_send.texi: Likewise.
1391         * doc/posix-functions/mq_setattr.texi: Likewise.
1392         * doc/posix-functions/mq_timedreceive.texi: Likewise.
1393         * doc/posix-functions/mq_timedsend.texi: Likewise.
1394         * doc/posix-functions/mq_unlink.texi: Likewise.
1395         * doc/posix-functions/open_memstream.texi: Likewise.
1396         * doc/posix-functions/openat.texi: Likewise.
1397         * doc/posix-functions/posix_fadvise.texi: Likewise.
1398         * doc/posix-functions/posix_fallocate.texi: Likewise.
1399         * doc/posix-functions/posix_madvise.texi: Likewise.
1400         * doc/posix-functions/posix_memalign.texi: Likewise.
1401         * doc/posix-functions/posix_openpt.texi: Likewise.
1402         * doc/posix-functions/readlinkat.texi: Likewise.
1403         * doc/posix-functions/remque.texi: Likewise.
1404         * doc/posix-functions/renameat.texi: Likewise.
1405         * doc/posix-functions/rintl.texi: Likewise.
1406         * doc/posix-functions/sem_unlink.texi: Likewise.
1407         * doc/posix-functions/shm_open.texi: Likewise.
1408         * doc/posix-functions/shm_unlink.texi: Likewise.
1409         * doc/posix-functions/signgam.texi: Likewise.
1410         * doc/posix-functions/sigset.texi: Likewise.
1411         * doc/posix-functions/stpcpy.texi: Likewise.
1412         * doc/posix-functions/stpncpy.texi: Likewise.
1413         * doc/posix-functions/strerror.texi: Likewise.
1414         * doc/posix-functions/strtod.texi: Likewise.
1415         * doc/posix-functions/symlinkat.texi: Likewise.
1416         * doc/posix-functions/unlinkat.texi: Likewise.
1417         * doc/posix-functions/utimensat.texi: Likewise.
1418         * doc/glibc-functions/bindresvport.texi: Likewise.
1419         * doc/glibc-functions/dn_expand.texi: Likewise.
1420         * doc/glibc-functions/exp10.texi: Likewise.
1421         * doc/glibc-functions/exp10f.texi: Likewise.
1422         * doc/glibc-functions/fgetxattr.texi: Likewise.
1423         * doc/glibc-functions/flistxattr.texi: Likewise.
1424         * doc/glibc-functions/fopencookie.texi: Likewise.
1425         * doc/glibc-functions/freeifaddrs.texi: Likewise.
1426         * doc/glibc-functions/fremovexattr.texi: Likewise.
1427         * doc/glibc-functions/fsetxattr.texi: Likewise.
1428         * doc/glibc-functions/getifaddrs.texi: Likewise.
1429         * doc/glibc-functions/getxattr.texi: Likewise.
1430         * doc/glibc-functions/lgetxattr.texi: Likewise.
1431         * doc/glibc-functions/listxattr.texi: Likewise.
1432         * doc/glibc-functions/llistxattr.texi: Likewise.
1433         * doc/glibc-functions/lremovexattr.texi: Likewise.
1434         * doc/glibc-functions/lsetxattr.texi: Likewise.
1435         * doc/glibc-functions/pow10.texi: Likewise.
1436         * doc/glibc-functions/pow10f.texi: Likewise.
1437         * doc/glibc-functions/rcmd_af.texi: Likewise.
1438         * doc/glibc-functions/removexattr.texi: Likewise.
1439         * doc/glibc-functions/res_init.texi: Likewise.
1440         * doc/glibc-functions/res_mkquery.texi: Likewise.
1441         * doc/glibc-functions/res_query.texi: Likewise.
1442         * doc/glibc-functions/res_querydomain.texi: Likewise.
1443         * doc/glibc-functions/res_send.texi: Likewise.
1444         * doc/glibc-functions/rresvport_af.texi: Likewise.
1445         * doc/glibc-functions/setxattr.texi: Likewise.
1446         * doc/glibc-functions/strcasestr.texi: Likewise.
1447
1448 2008-12-15  Bruno Haible  <bruno@clisp.org>
1449
1450         Fix compilation error on OSF/1 4.0.
1451         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
1452         <sys/time.h>, simply delegate to the system header.
1453         Reported by Daniel Richard G. <oss@teragram.com>.
1454
1455 2008-12-15  Bruno Haible  <bruno@clisp.org>
1456
1457         * doc/posix-functions/openat.texi: Mention the 'openat' module.
1458         * doc/posix-functions/fchmodat.texi: Likewise.
1459         * doc/posix-functions/fchownat.texi: Likewise.
1460         * doc/posix-functions/fdopendir.texi: Likewise.
1461         * doc/posix-functions/fstatat.texi: Likewise.
1462         * doc/posix-functions/mkdirat.texi: Likewise.
1463         * doc/posix-functions/unlinkat.texi: Likewise.
1464
1465 2008-12-14  Bruno Haible  <bruno@clisp.org>
1466
1467         Update doc for POSIX:2008.
1468         * doc/posix-functions/faccessat.texi: New file.
1469         * doc/posix-functions/fchmodat.texi: New file.
1470         * doc/posix-functions/fchownat.texi: New file.
1471         * doc/posix-functions/fdopendir.texi: New file.
1472         * doc/posix-functions/fstatat.texi: New file.
1473         * doc/posix-functions/futimens.texi: New file.
1474         * doc/posix-functions/linkat.texi: New file.
1475         * doc/posix-functions/mkdirat.texi: New file.
1476         * doc/posix-functions/mkfifoat.texi: New file.
1477         * doc/posix-functions/mknodat.texi: New file.
1478         * doc/posix-functions/open_wmemstream.texi: New file.
1479         * doc/posix-functions/openat.texi: New file.
1480         * doc/posix-functions/psiginfo.texi: New file.
1481         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
1482         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
1483         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
1484         * doc/posix-functions/readlinkat.texi: New file.
1485         * doc/posix-functions/renameat.texi: New file.
1486         * doc/posix-functions/strerror_l.texi: New file.
1487         * doc/posix-functions/symlinkat.texi: New file.
1488         * doc/posix-functions/unlinkat.texi: New file.
1489         * doc/posix-functions/utimensat.texi: New file.
1490         * doc/gnulib.texi (Function Substitutes): Add these subsections.
1491
1492 2008-12-14  Bruno Haible  <bruno@clisp.org>
1493
1494         Update doc for POSIX:2008.
1495         * doc/posix-functions/alphasort.texi: Renamed from
1496         doc/glibc-functions/alphasort.texi.
1497         * doc/posix-functions/dirfd.texi: Renamed from
1498         doc/glibc-functions/dirfd.texi.
1499         * doc/posix-functions/dprintf.texi: Renamed from
1500         doc/glibc-functions/dprintf.texi.
1501         * doc/posix-functions/duplocale.texi: Renamed from
1502         doc/glibc-functions/duplocale.texi.
1503         * doc/posix-functions/fexecve.texi: Renamed from
1504         doc/glibc-functions/fexecve.texi.
1505         * doc/posix-functions/fmemopen.texi: Renamed from
1506         doc/glibc-functions/fmemopen.texi.
1507         * doc/posix-functions/freelocale.texi: Renamed from
1508         doc/glibc-functions/freelocale.texi.
1509         * doc/posix-functions/getdate_err.texi: Renamed from
1510         doc/glibc-functions/getdate_err.texi.
1511         * doc/posix-functions/isalnum_l.texi: Renamed from
1512         doc/glibc-functions/isalnum_l.texi.
1513         * doc/posix-functions/isalpha_l.texi: Renamed from
1514         doc/glibc-functions/isalpha_l.texi.
1515         * doc/posix-functions/isblank_l.texi: Renamed from
1516         doc/glibc-functions/isblank_l.texi.
1517         * doc/posix-functions/iscntrl_l.texi: Renamed from
1518         doc/glibc-functions/iscntrl_l.texi.
1519         * doc/posix-functions/isdigit_l.texi: Renamed from
1520         doc/glibc-functions/isdigit_l.texi.
1521         * doc/posix-functions/isgraph_l.texi: Renamed from
1522         doc/glibc-functions/isgraph_l.texi.
1523         * doc/posix-functions/islower_l.texi: Renamed from
1524         doc/glibc-functions/islower_l.texi.
1525         * doc/posix-functions/isprint_l.texi: Renamed from
1526         doc/glibc-functions/isprint_l.texi.
1527         * doc/posix-functions/ispunct_l.texi: Renamed from
1528         doc/glibc-functions/ispunct_l.texi.
1529         * doc/posix-functions/isspace_l.texi: Renamed from
1530         doc/glibc-functions/isspace_l.texi.
1531         * doc/posix-functions/isupper_l.texi: Renamed from
1532         doc/glibc-functions/isupper_l.texi.
1533         * doc/posix-functions/iswalnum_l.texi: Renamed from
1534         doc/glibc-functions/iswalnum_l.texi.
1535         * doc/posix-functions/iswalpha_l.texi: Renamed from
1536         doc/glibc-functions/iswalpha_l.texi.
1537         * doc/posix-functions/iswblank_l.texi: Renamed from
1538         doc/glibc-functions/iswblank_l.texi.
1539         * doc/posix-functions/iswcntrl_l.texi: Renamed from
1540         doc/glibc-functions/iswcntrl_l.texi.
1541         * doc/posix-functions/iswctype_l.texi: Renamed from
1542         doc/glibc-functions/iswctype_l.texi.
1543         * doc/posix-functions/iswdigit_l.texi: Renamed from
1544         doc/glibc-functions/iswdigit_l.texi.
1545         * doc/posix-functions/iswgraph_l.texi: Renamed from
1546         doc/glibc-functions/iswgraph_l.texi.
1547         * doc/posix-functions/iswlower_l.texi: Renamed from
1548         doc/glibc-functions/iswlower_l.texi.
1549         * doc/posix-functions/iswprint_l.texi: Renamed from
1550         doc/glibc-functions/iswprint_l.texi.
1551         * doc/posix-functions/iswpunct_l.texi: Renamed from
1552         doc/glibc-functions/iswpunct_l.texi.
1553         * doc/posix-functions/iswspace_l.texi: Renamed from
1554         doc/glibc-functions/iswspace_l.texi.
1555         * doc/posix-functions/iswupper_l.texi: Renamed from
1556         doc/glibc-functions/iswupper_l.texi.
1557         * doc/posix-functions/iswxdigit_l.texi: Renamed from
1558         doc/glibc-functions/iswxdigit_l.texi.
1559         * doc/posix-functions/isxdigit_l.texi: Renamed from
1560         doc/glibc-functions/isxdigit_l.texi.
1561         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
1562         doc/glibc-functions/mbsnrtowcs.texi.
1563         * doc/posix-functions/mkdtemp.texi: Renamed from
1564         doc/glibc-functions/mkdtemp.texi.
1565         * doc/posix-functions/newlocale.texi: Renamed from
1566         doc/glibc-functions/newlocale.texi.
1567         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
1568         doc/glibc-functions/nl_langinfo_l.texi.
1569         * doc/posix-functions/open_memstream.texi: Renamed from
1570         doc/glibc-functions/open_memstream.texi.
1571         * doc/posix-functions/opterr.texi: Renamed from
1572         doc/glibc-functions/opterr.texi.
1573         * doc/posix-functions/optind.texi: Renamed from
1574         doc/glibc-functions/optind.texi.
1575         * doc/posix-functions/optopt.texi: Renamed from
1576         doc/glibc-functions/optopt.texi.
1577         * doc/posix-functions/psignal.texi: Renamed from
1578         doc/glibc-functions/psignal.texi.
1579         * doc/posix-functions/scandir.texi: Renamed from
1580         doc/glibc-functions/scandir.texi.
1581         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
1582         doc/glibc-functions/sched_get_priority_min.texi.
1583         * doc/posix-functions/signgam.texi: Renamed from
1584         doc/glibc-functions/signgam.texi.
1585         * doc/posix-functions/stpcpy.texi: Renamed from
1586         doc/glibc-functions/stpcpy.texi.
1587         * doc/posix-functions/stpncpy.texi: Renamed from
1588         doc/glibc-functions/stpncpy.texi.
1589         * doc/posix-functions/strcasecmp_l.texi: Renamed from
1590         doc/glibc-functions/strcasecmp_l.texi.
1591         * doc/posix-functions/strcoll_l.texi: Renamed from
1592         doc/glibc-functions/strcoll_l.texi.
1593         * doc/posix-functions/strfmon_l.texi: Renamed from
1594         doc/glibc-functions/strfmon_l.texi.
1595         * doc/posix-functions/strftime_l.texi: Renamed from
1596         doc/glibc-functions/strftime_l.texi.
1597         * doc/posix-functions/strncasecmp_l.texi: Renamed from
1598         doc/glibc-functions/strncasecmp_l.texi.
1599         * doc/posix-functions/strndup.texi: Renamed from
1600         doc/glibc-functions/strndup.texi.
1601         * doc/posix-functions/strnlen.texi: Renamed from
1602         doc/glibc-functions/strnlen.texi.
1603         * doc/posix-functions/strsignal.texi: Renamed from
1604         doc/glibc-functions/strsignal.texi.
1605         * doc/posix-functions/strxfrm_l.texi: Renamed from
1606         doc/glibc-functions/strxfrm_l.texi.
1607         * doc/posix-functions/timer_gettime.texi: Renamed from
1608         doc/glibc-functions/timer_gettime.texi.
1609         * doc/posix-functions/tolower_l.texi: Renamed from
1610         doc/glibc-functions/tolower_l.texi.
1611         * doc/posix-functions/toupper_l.texi: Renamed from
1612         doc/glibc-functions/toupper_l.texi.
1613         * doc/posix-functions/towctrans_l.texi: Renamed from
1614         doc/glibc-functions/towctrans_l.texi.
1615         * doc/posix-functions/towlower_l.texi: Renamed from
1616         doc/glibc-functions/towlower_l.texi.
1617         * doc/posix-functions/towupper_l.texi: Renamed from
1618         doc/glibc-functions/towupper_l.texi.
1619         * doc/posix-functions/uselocale.texi: Renamed from
1620         doc/glibc-functions/uselocale.texi.
1621         * doc/posix-functions/vdprintf.texi: Renamed from
1622         doc/glibc-functions/vdprintf.texi.
1623         * doc/posix-functions/wcpcpy.texi:
1624         Renamed from doc/glibc-functions/wcpcpy.texi.
1625         * doc/posix-functions/wcpncpy.texi: Renamed from
1626         doc/glibc-functions/wcpncpy.texi.
1627         * doc/posix-functions/wcscasecmp.texi: Renamed from
1628         doc/glibc-functions/wcscasecmp.texi.
1629         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
1630         doc/glibc-functions/wcscasecmp_l.texi.
1631         * doc/posix-functions/wcscoll_l.texi: Renamed from
1632         doc/glibc-functions/wcscoll_l.texi.
1633         * doc/posix-functions/wcsdup.texi: Renamed from
1634         doc/glibc-functions/wcsdup.texi.
1635         * doc/posix-functions/wcsncasecmp.texi: Renamed from
1636         doc/glibc-functions/wcsncasecmp.texi.
1637         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
1638         doc/glibc-functions/wcsncasecmp_l.texi.
1639         * doc/posix-functions/wcsnlen.texi: Renamed from
1640         doc/glibc-functions/wcsnlen.texi.
1641         * doc/posix-functions/wcsnrtombs.texi: Renamed from
1642         doc/glibc-functions/wcsnrtombs.texi.
1643         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
1644         doc/glibc-functions/wcsxfrm_l.texi.
1645         * doc/posix-functions/wctrans_l.texi: Renamed from
1646         doc/glibc-functions/wctrans_l.texi.
1647         * doc/posix-functions/wctype_l.texi: Renamed from
1648         doc/glibc-functions/wctype_l.texi.
1649         * doc/gnulib.texi (Function Substitutes): Add these subsections.
1650         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
1651         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
1652         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
1653         these subsections.
1654         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
1655         Remove sections.
1656
1657 2008-12-14  Bruno Haible  <bruno@clisp.org>
1658
1659         Update doc for POSIX:2008.
1660         * doc/posix-functions/*.texi: Update URL of POSIX specification.
1661
1662 2008-12-14  Bruno Haible  <bruno@clisp.org>
1663
1664         Update doc for POSIX:2008.
1665         * doc/pastposix-functions/bcmp.texi: Renamed from
1666         doc/posix-functions/bcmp.texi.
1667         * doc/pastposix-functions/bcopy.texi: Renamed from
1668         doc/posix-functions/bcopy.texi.
1669         * doc/pastposix-functions/bsd_signal.texi: Renamed from
1670         doc/posix-functions/bsd_signal.texi.
1671         * doc/pastposix-functions/bzero.texi: Renamed from
1672         doc/posix-functions/bzero.texi.
1673         * doc/pastposix-functions/ecvt.texi: Renamed from
1674         doc/posix-functions/ecvt.texi.
1675         * doc/pastposix-functions/fcvt.texi: Renamed from
1676         doc/posix-functions/fcvt.texi.
1677         * doc/pastposix-functions/ftime.texi: Renamed from
1678         doc/posix-functions/ftime.texi.
1679         * doc/pastposix-functions/gcvt.texi: Renamed from
1680         doc/posix-functions/gcvt.texi.
1681         * doc/pastposix-functions/getcontext.texi: Renamed from
1682         doc/posix-functions/getcontext.texi.
1683         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
1684         doc/posix-functions/gethostbyaddr.texi.
1685         * doc/pastposix-functions/gethostbyname.texi: Renamed from
1686         doc/posix-functions/gethostbyname.texi.
1687         * doc/pastposix-functions/getwd.texi: Renamed from
1688         doc/posix-functions/getwd.texi.
1689         * doc/pastposix-functions/h_errno.texi: Renamed from
1690         doc/posix-functions/h_errno.texi.
1691         * doc/pastposix-functions/index.texi: Renamed from
1692         doc/posix-functions/index.texi.
1693         * doc/pastposix-functions/makecontext.texi: Renamed from
1694         doc/posix-functions/makecontext.texi.
1695         * doc/pastposix-functions/mktemp.texi: Renamed from
1696         doc/posix-functions/mktemp.texi.
1697         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
1698         doc/posix-functions/pthread_attr_getstackaddr.texi.
1699         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
1700         doc/posix-functions/pthread_attr_setstackaddr.texi.
1701         * doc/pastposix-functions/rindex.texi: Renamed from
1702         doc/posix-functions/rindex.texi.
1703         * doc/pastposix-functions/scalb.texi: Renamed from
1704         doc/posix-functions/scalb.texi.
1705         * doc/pastposix-functions/setcontext.texi: Renamed from
1706         doc/posix-functions/setcontext.texi.
1707         * doc/pastposix-functions/swapcontext.texi: Renamed from
1708         doc/posix-functions/swapcontext.texi.
1709         * doc/pastposix-functions/ualarm.texi: Renamed from
1710         doc/posix-functions/ualarm.texi.
1711         * doc/pastposix-functions/usleep.texi: Renamed from
1712         doc/posix-functions/usleep.texi.
1713         * doc/pastposix-functions/vfork.texi: Renamed from
1714         doc/posix-functions/vfork.texi.
1715         * doc/pastposix-functions/wcswcs.texi: Renamed from
1716         doc/posix-functions/wcswcs.texi.
1717         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
1718         (Function Substitutes): Update.
1719
1720 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1721
1722         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
1723         m4/strerror.m4.
1724
1725 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1726             Bruno Haible  <bruno@clisp.org>
1727
1728         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
1729
1730 2008-12-13  Bruno Haible  <bruno@clisp.org>
1731
1732         * modules/strtoull (Depends-on): Remove unistd.
1733
1734 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1735
1736         * modules/strtoull (Depends-on): Add stdlib.
1737
1738 2008-12-11  Simon Josefsson  <simon@josefsson.org>
1739
1740         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
1741
1742 2008-12-10  Jim Meyering  <meyering@redhat.com>
1743
1744         gl_ASSERT: don't say assertions are disabled when they're not
1745         * m4/assert.m4 (gl_ASSERT): Do not make configure report
1746         "checking whether to enable assertions... no", when they are in
1747         fact enabled.  This is solely a bug in the output of configure.
1748         In spite of saying "no", NDEBUG was not defined in that case.
1749         Also, as noted by Eric Blake, leave assertions enabled upon
1750         --enable-assert=INVALID.
1751
1752 2008-12-10  Bruno Haible  <bruno@clisp.org>
1753
1754         Change MODULES.html to refer to POSIX:2008 where possible.
1755         * MODULES.html.sh (POSIX2008_URL): New variable.
1756         (posix_headers): Remove sys/timeb, ucontext.
1757         (posix2001_headers): New variable.
1758         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
1759         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
1760         index, makecontext, mktemp, pthread_attr_getstackaddr,
1761         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
1762         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
1763         (posix2001_functions): New variable.
1764         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
1765         otherwise.
1766
1767 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1768
1769         add missing include to parse-duration.c
1770         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
1771         * modules/parse-duration (Depends-on): Add xalloc.
1772
1773         fix sed script reading maint.mk
1774         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
1775         (syntax-check-rules): Use it.
1776
1777 2008-12-09  Bruno Haible  <bruno@clisp.org>
1778
1779         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
1780         MacOS X 10.4/PowerPC.
1781         Reported by Simon Josefsson.
1782
1783 2008-12-08  Jim Meyering  <meyering@redhat.com>
1784
1785         work around mingw's lack of some S_IF definitions
1786         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
1787         Reported by Simon Josefsson.
1788
1789 2008-12-08  Bruno Haible  <bruno@clisp.org>
1790
1791         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
1792         applied to variables. Needed on MacOS X 10.4/PowerPC.
1793         Reported by Simon Josefsson.
1794
1795 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
1796         and Eric Blake  <ebb9@byu.net>
1797
1798         assert: honor --enable-assert
1799         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
1800         order to honor --enable-assert, rather than treating it as a
1801         synonym for --disable-assert.
1802
1803 2008-12-08  Jim Meyering  <meyering@redhat.com>
1804
1805         * lib/posixtm.c: Remove now-useless declaration of mktime.
1806
1807         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
1808
1809 2008-12-07  Bruno Haible  <bruno@clisp.org>
1810
1811         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
1812         test_once): Mark functions as static.
1813         * tests/test-tls.c (test_tls): Likewise.
1814
1815 2008-12-07  Bruno Haible  <bruno@clisp.org>
1816
1817         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
1818         iconv_register_autodetect.
1819
1820 2008-12-07  Jim Meyering  <meyering@redhat.com>
1821
1822         posixtm.c: avoid a warning
1823         * lib/posixtm.c (posixtime): Don't initialize tm0.
1824         It's no longer needed to placate gcc4's -Wuninitialized,
1825         and the attempt to placate would elicit a new warning.
1826
1827         unicodeio.c: mark unused parameters
1828         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
1829         (fallback_failure_callback): Likewise.
1830
1831 2008-12-07  Bruno Haible  <bruno@clisp.org>
1832
1833         * gnulib-tool (func_create_testdir): When building the tests
1834         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
1835         Reported by Simon Josefsson.
1836
1837 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1838
1839         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
1840
1841 2008-12-06  Bruno Haible  <bruno@clisp.org>
1842
1843         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
1844         Suggested by Eric Blake.
1845
1846 2008-12-06  Bruno Haible  <bruno@clisp.org>
1847
1848         Fix a c-stack test failure on MacOS X.
1849         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
1850         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
1851         handler for SIGBUS as well.
1852         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
1853         install a signal handler for SIGBUS as well.
1854         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
1855
1856 2008-12-06  Bruno Haible  <bruno@clisp.org>
1857
1858         Advocacy documentation.
1859         * doc/gnulib-intro.texi (Benefits): New section.
1860         * doc/gnulib.texi: Update.
1861
1862 2008-12-06  Bruno Haible  <bruno@clisp.org>
1863
1864         Document the 'manywarnings' module.
1865         * doc/manywarnings.texi: New file.
1866         * doc/gnulib.texi: Include it.
1867
1868 2008-12-05  Eric Blake  <ebb9@byu.net>
1869
1870         tests: silence some gcc warnings
1871         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
1872         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
1873         type mismatches.
1874
1875 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1876             Bruno Haible  <bruno@clisp.org>
1877
1878         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
1879
1880 2008-11-29  Jim Meyering  <meyering@redhat.com>
1881
1882         unicodeio.c: mark unused parameters
1883         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
1884         (fallback_failure_callback): Likewise.
1885
1886         fts: fix a thinko
1887         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
1888         (set_stat_type): Return S_IF*-valued "type" directly.
1889         Prompted by James Youngman's spotting a related bug.
1890         Confirmed by further testing through find.
1891
1892         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
1893         * lib/fts.c (D_TYPE): Define.
1894         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
1895         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
1896         (s_ifmt_shift_bits): New function.
1897         (set_stat_type): New function.
1898         (fts_build): When not calling fts_stat, call set_stat_type
1899         to propagate dirent.d_type info to fts_read caller.
1900         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
1901         fts_statp->st_mode type information may be valid.
1902
1903 2008-11-28  Simon Josefsson  <simon@josefsson.org>
1904
1905         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
1906         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
1907         <sds@gnu.org>.
1908
1909 2008-11-20  Bruno Haible  <bruno@clisp.org>
1910
1911         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
1912         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
1913         INCLUDE_NEXT.
1914         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
1915         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
1916         * modules/math (Makefile.am): Substitute
1917         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
1918         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1919
1920 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
1921             Bruno Haible  <bruno@clisp.org>
1922
1923         * lib/stdint.in.h: Define all type macros so that their expansion is
1924         a single typedef'ed token. Fixes a compilation failure in Boost which
1925         does "using ::int8_t;".
1926
1927 2008-11-18  Simon Josefsson  <simon@josefsson.org>
1928
1929         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
1930         gl_MANYWARN_ALL_GCC.
1931         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
1932         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
1933         * modules/manywarnings: New file.
1934         * MODULES.html.sh: Mention manywarnings module.
1935
1936 2008-11-18  Bruno Haible  <bruno@clisp.org>
1937
1938         * doc/gnulib-tool.texi (Unit tests): New section.
1939
1940 2008-11-18  Simon Josefsson  <simon@josefsson.org>
1941
1942         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
1943         paths like 'lib/po/foo.po'.
1944
1945 2008-11-17  Simon Josefsson  <simon@josefsson.org>
1946
1947         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
1948         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
1949
1950 2008-11-17  Simon Josefsson  <simon@josefsson.org>
1951
1952         * m4/warnings.m4: Use CPPFLAGS to really check whether the
1953         parameter works.
1954
1955 2008-11-17  Simon Josefsson  <simon@josefsson.org>
1956
1957         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
1958
1959 2008-11-17  Bruce Korb  <bkorb@gnu.org>
1960
1961         * modules/parse-duration-tests: New file.
1962         * tests/test-parse-duration.sh: New file.
1963         * tests/test-parse-duration.c: New file.
1964
1965         New module 'parse-duration'.
1966         * lib/parse-duration.h: New file.
1967         * lib/parse-duration.c: New file.
1968         * modules/parse-duration: New file.
1969
1970 2008-11-17  Bruno Haible  <bruno@clisp.org>
1971
1972         * tests/test-select-out.sh: Comment out the first pipe test.
1973         Reported by Simon Josefsson.
1974
1975 2008-11-17  Bruno Haible  <bruno@clisp.org>
1976
1977         * modules/getaddrinfo (Depends-on): Add servent, hostent.
1978         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
1979         gl_HOSTENT.
1980
1981 2008-11-17  Bruno Haible  <bruno@clisp.org>
1982
1983         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
1984         -lnetwork and -lnet. Needed for Haiku and BeOS.
1985
1986 2008-11-16  Bruno Haible  <bruno@clisp.org>
1987
1988         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
1989
1990 2008-11-16  Bruno Haible  <bruno@clisp.org>
1991
1992         Avoid test failure on Haiku.
1993         * tests/test-fsync.c: Include <errno.h>.
1994         (main): Don't require that fsync (0) fails.
1995
1996 2008-11-15  Bruno Haible  <bruno@clisp.org>
1997
1998         New module 'hostent'.
1999         * modules/hostent: New file.
2000         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
2001
2002 2008-11-15  Bruno Haible  <bruno@clisp.org>
2003
2004         New module 'servent'.
2005         * modules/servent: New file.
2006         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
2007
2008 2008-11-15  Bruno Haible  <bruno@clisp.org>
2009
2010         Avoid generating same test program with two different rules.
2011         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
2012         test-frexp to test-frexp-nolibm.
2013         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
2014         test-frexpl to test-frexpl-nolibm.
2015
2016 2008-11-15  Bruno Haible  <bruno@clisp.org>
2017
2018         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
2019         $(FREXPL_LIBM).
2020
2021 2008-11-15  Bruno Haible  <bruno@clisp.org>
2022
2023         * lib/netdb.in.h: Activate the definitions also when the system's
2024         <netdb.h> has 'struct addrinfo'.
2025         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
2026         EAI_OVERFLOW or AI_NUMERICSERV.
2027         * doc/posix-headers/netdb.texi: Document the problem.
2028
2029 2008-11-15  Bruno Haible  <bruno@clisp.org>
2030
2031         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
2032
2033         Make the 'sched' module work on platforms where <sched.h> exists but
2034         is incomplete (such as Haiku).
2035         * lib/sched.in.h; Include the system's <sched.h> if it exists.
2036         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
2037         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
2038         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
2039         HAVE_STRUCT_SCHED_PARAM.
2040         * modules/sched (Depends-on): Add include_next.
2041         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
2042         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
2043         * doc/posix-headers/sched.texi: Document the issue.
2044
2045 2008-11-13  Jim Meyering  <meyering@redhat.com>
2046
2047         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
2048         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
2049         test would fail due to the difference in the Report bugs to ...
2050         line.  The expected address is empty, "<>", while the actual
2051         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
2052
2053 2008-11-12  Bruno Haible  <bruno@clisp.org>
2054
2055         lstat: don't compile lstat.c on systems lacking lstat
2056         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
2057         which don't have lstat; this is handled by lib/sys_stat.in.h already.
2058         Reported by Daniel P. Berrange via Jim Meyering.
2059
2060 2008-11-12  Jim Meyering  <meyering@redhat.com>
2061
2062         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
2063
2064 2008-11-12  Simon Josefsson  <simon@josefsson.org>
2065
2066         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
2067         instead.
2068
2069 2008-11-12  Bruno Haible  <bruno@clisp.org>
2070
2071         * lib/unicodeio.c: Include unistr.h.
2072         (utf8_wctomb): Remove function.
2073         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
2074
2075 2008-11-12  Simon Josefsson  <simon@josefsson.org>
2076
2077         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
2078         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
2079         <bruno@clisp.org>.
2080         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
2081
2082 2008-11-12  Simon Josefsson  <simon@josefsson.org>
2083
2084         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
2085         * doc/gnulib.texi: Add section for warnings.
2086
2087 2008-11-11  Bruno Haible  <bruno@clisp.org>
2088
2089         * lib/sockets.h: Add a comment.
2090
2091 2008-11-11  Karl Berry  <karl@gnu.org>
2092
2093         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
2094
2095 2008-11-11  Eric Blake  <ebb9@byu.net>
2096
2097         fdl.texi: avoid git symlinks
2098         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
2099
2100 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
2101
2102         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
2103
2104 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
2105
2106         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
2107         (gl_WARN_ADD): Substitute $2 if literal.
2108
2109 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
2110
2111         * m4/warning.m4: Remove.
2112
2113 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
2114
2115         * m4/warnings.m4: Almost complete rewrite. :-)
2116
2117 2008-11-10  Simon Josefsson  <simon@josefsson.org>
2118
2119         * modules/warnings: New module.
2120         * m4/warnings.m4: New file.
2121         * MODULES.html.sh: Mention warnings module.
2122         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
2123         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2124
2125 2008-11-10  Eric Blake  <ebb9@byu.net>
2126
2127         fdl.texi: make a symlink to the latest version
2128         * doc/standards.texi: Revert today's earlier change.
2129         * doc/fdl-1.2.texi: Rename from old fdl.texi...
2130         * doc/fdl.texi: ...and replace this with a symlink to the newer
2131         fdl-1.3.texi.
2132
2133 2008-11-10  Bruno Haible  <bruno@clisp.org>
2134
2135         * tests/test-select-fd.c (main): Accept the result file name as fourth
2136         argument.
2137         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
2138         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
2139
2140 2008-11-10  Bruno Haible  <bruno@clisp.org>
2141
2142         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
2143         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
2144         as autoconf-substituted macros.
2145         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
2146         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
2147         gl_NETDB_H_DEFAULTS. Set these variables.
2148         * modules/netdb (Makefile.am): Substitute these variables.
2149
2150 2008-11-10  Eric Blake  <ebb9@byu.net>
2151
2152         standards.texi: include correct file for FDL 1.3
2153         * doc/standards.texi (GNU Free Documentation License): Change
2154         include file to pull in FDL 1.3, not 1.2.
2155
2156         fdl.texi: revert accidental change to license
2157         * doc/fdl.texi: This is FDL 1.2, not 1.3.
2158
2159 2008-11-10  Bruno Haible  <bruno@clisp.org>
2160
2161         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
2162         cross-compiling guesses also when the native compile gives no result.
2163
2164 2008-11-10  Bruno Haible  <bruno@clisp.org>
2165
2166         * lib/spawni.c (__spawni): Force variable into the stack.
2167
2168 2008-11-10  Bruno Haible  <bruno@clisp.org>
2169
2170         Add support for Haiku.
2171         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
2172         glibc and BeOS, but also on Haiku.
2173         * lib/fpurge.c (fpurge): Likewise.
2174         * lib/freadable.c (freadable): Likewise.
2175         * lib/freadahead.c (freadahead): Likewise.
2176         * lib/freading.c (freading): Likewise.
2177         * lib/freadptr.c (freadptr): Likewise.
2178         * lib/freadseek.c (freadptrinc): Likewise.
2179         * lib/fseeko.c (rpl_fseeko): Likewise.
2180         * lib/fseterr.c (fseterr): Likewise.
2181         * lib/fwritable.c (fwritable): Likewise.
2182         * lib/fwriting.c (fwriting): Likewise.
2183         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
2184
2185 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
2186
2187         * lib/config.charset: Treat Haiku like BeOS.
2188
2189 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
2190
2191         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
2192         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
2193
2194 2008-11-08  Bruno Haible  <bruno@clisp.org>
2195
2196         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
2197         AC_CACHE_CHECK.
2198
2199 2008-11-08  Bruno Haible  <bruno@clisp.org>
2200
2201         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
2202
2203 2008-11-08  Bruno Haible  <bruno@clisp.org>
2204
2205         * tests/test-select-fd.c: New file.
2206         * tests/test-select-in.sh: New file.
2207         * tests/test-select-out.sh: New file.
2208         * tests/test-select-stdin.c: New file.
2209         * modules/select-tests (Files): Add the new files.
2210         (Depends-on): Add gettimeofday.
2211         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
2212         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
2213         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
2214
2215 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
2216             Bruno Haible  <bruno@clisp.org>
2217
2218         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
2219
2220 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
2221
2222         * build-aux/pmccabe2html: Added support for C++ source files.
2223
2224 2008-11-05  Ben Pfaff  <blp@gnu.org>
2225
2226         Fix lib/close.c build on Windows.
2227         * modules/close (Files): Add lib/w32sock.h.
2228
2229 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
2230
2231         Accept Bison's NEWS format.
2232         * build-aux/announce-gen (print_news_deltas): Tweak
2233         $re_prefix.
2234
2235 2008-11-04  Bruno Haible  <bruno@clisp.org>
2236
2237         * modules/random_r (Maintainer): Add glibc.
2238
2239 2008-11-04  Simon Josefsson  <simon@josefsson.org>
2240
2241         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
2242         by karl@freefriends.org (Karl Berry).
2243         * doc/alloca.texi: Likewise.
2244         * doc/c-ctype.texi: Likewise.
2245         * doc/c-strcase.texi: Likewise.
2246         * doc/c-strcaseeq.texi: Likewise.
2247         * doc/c-strcasestr.texi: Likewise.
2248         * doc/c-strstr.texi: Likewise.
2249         * doc/c-strtod.texi: Likewise.
2250         * doc/c-strtold.texi: Likewise.
2251         * doc/ctime.texi: Likewise.
2252         * doc/error.texi: Likewise.
2253         * doc/fdl.texi: Likewise.
2254         * doc/gcd.texi: Likewise.
2255         * doc/getdate.texi: Likewise.
2256         * doc/gnulib-intro.texi: Likewise.
2257         * doc/gnulib-tool.texi: Likewise.
2258         * doc/gnulib.texi: Likewise.
2259         * doc/inet_ntoa.texi: Likewise.
2260         * doc/maintain.texi: Likewise.
2261         * doc/make-stds.texi: Likewise.
2262         * doc/quote.texi: Likewise.
2263         * doc/regexprops-generic.texi: Likewise.
2264         * doc/standards.texi: Likewise.
2265         * doc/verify.texi: Likewise.
2266         * doc/visibility.texi: Likewise.
2267         * doc/gnulib.texi (GNU Free Documentation License): Include
2268         fdl-1.3.texi instead of fdl.texi.
2269
2270 2008-11-04  Simon Josefsson  <simon@josefsson.org>
2271
2272         * doc/fdl-1.3.texi: New file, from
2273         <http://www.gnu.org/licenses/fdl-1.3.texi>.
2274         * modules/fdl-1.3: Add.
2275         * MODULES.html.sh: Add fdl-1.3.
2276
2277 2008-11-03  Bruno Haible  <bruno@clisp.org>
2278
2279         Make determination of absolute name of header file work with AIX xlc.
2280         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
2281         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
2282         preprocessing.
2283         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2284         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
2285
2286 2008-11-03  Simon Josefsson  <simon@josefsson.org>
2287
2288         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
2289         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
2290         <ludo@gnu.org>.
2291
2292 2008-11-02  Bruno Haible  <bruno@clisp.org>
2293
2294         Mark 'strpbrk' obsolete.
2295         * modules/strpbrk (Status, Notice): New sections.
2296         * modules/strtok_r (Depends-on): Add strpbrk.
2297
2298 2008-11-02  Bruno Haible  <bruno@clisp.org>
2299
2300         Mark 'strdup' obsolete.
2301         * modules/strdup (Status, Notice): New sections.
2302         * modules/findprog (Depends-on): Add strdup.
2303         * modules/getaddrinfo (Depends-on): Likewise.
2304         * modules/localename (Depends-on): Likewise.
2305         * modules/relocatable-lib (Depends-on): Likewise.
2306         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
2307         * modules/relocatable-prog (Depends-on): Likewise.
2308         * modules/trim (Depends-on): Likewise.
2309         * modules/unictype/gen-ctype (Depends-on): Likewise.
2310         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
2311
2312 2008-11-02  Bruno Haible  <bruno@clisp.org>
2313
2314         Mark 'strcspn' obsolete.
2315         * modules/strcspn (Status, Notice): New sections.
2316
2317 2008-11-02  Bruno Haible  <bruno@clisp.org>
2318
2319         Mark 'rmdir' obsolete.
2320         * modules/rmdir (Status, Notice): New sections.
2321         * modules/clean-temp (Depends-on): Add rmdir.
2322         * modules/openat (Depends-on): Likewise.
2323
2324 2008-11-02  Bruno Haible  <bruno@clisp.org>
2325
2326         Mark 'raise' obsolete.
2327         * modules/raise (Status, Notice): New sections.
2328         (Include): Specify <signal.h>.
2329         * modules/stdio (Depends-on): Add raise.
2330         * modules/write (Depends-on): Likewise.
2331
2332 2008-11-02  Bruno Haible  <bruno@clisp.org>
2333
2334         Mark 'memset' obsolete.
2335         * modules/memset (Status, Notice): New sections.
2336
2337 2008-11-02  Bruno Haible  <bruno@clisp.org>
2338
2339         Mark 'memmove' obsolete.
2340         * modules/memmove (Status, Notice): New sections.
2341         * modules/argp (Depends-on): Add memmove.
2342         * modules/argz (Depends-on): Likewise.
2343         * modules/canonicalize (Depends-on): Likewise.
2344         * modules/canonicalize-lgpl (Depends-on): Likewise.
2345         * modules/fts (Depends-on): Likewise.
2346         * modules/getcwd (Depends-on): Likewise.
2347         * modules/human (Depends-on): Likewise.
2348         * modules/regex (Depends-on): Likewise.
2349         * modules/striconveh (Depends-on): Likewise.
2350         * modules/trim (Depends-on): Likewise.
2351         * modules/unistr/u8-move (Depends-on): Likewise.
2352         * modules/unistr/u16-move (Depends-on): Likewise.
2353         * modules/unistr/u32-move (Depends-on): Likewise.
2354
2355 2008-11-02  Bruno Haible  <bruno@clisp.org>
2356
2357         Mark 'memcpy' obsolete.
2358         * modules/memcpy (Status, Notice): New sections.
2359
2360 2008-11-02  Bruno Haible  <bruno@clisp.org>
2361
2362         Mark 'memcmp' obsolete.
2363         * modules/memcmp (Status, Notice): New sections.
2364         * modules/argmatch (Depends-on): Add memchr.
2365         * modules/backupfile (Depends-on): Likewise.
2366         * modules/c-strcasestr (Depends-on): Likewise.
2367         * modules/crypto/des (Depends-on): Likewise.
2368         * modules/csharpcomp (Depends-on): Likewise.
2369         * modules/fnmatch (Depends-on): Likewise.
2370         * modules/git-merge-changelog (Depends-on): Likewise.
2371         * modules/isnand (Depends-on): Likewise.
2372         * modules/isnand-nolibm (Depends-on): Likewise.
2373         * modules/isnanf (Depends-on): Likewise.
2374         * modules/isnanf-nolibm (Depends-on): Likewise.
2375         * modules/isnanl (Depends-on): Likewise.
2376         * modules/isnanl-nolibm (Depends-on): Likewise.
2377         * modules/mbchar (Depends-on): Likewise.
2378         * modules/memcoll (Depends-on): Likewise.
2379         * modules/quotearg (Depends-on): Likewise.
2380         * modules/regex (Depends-on): Likewise.
2381         * modules/relocatable-prog (Depends-on): Likewise.
2382         * modules/same (Depends-on): Likewise.
2383         * modules/signbit (Depends-on): Likewise.
2384         * modules/strcasestr-simple (Depends-on): Likewise.
2385         * modules/unictype/gen-ctype (Depends-on): Likewise.
2386         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
2387         * modules/uniname/uniname (Depends-on): Likewise.
2388         * modules/unistr/u8-cmp (Depends-on): Likewise.
2389
2390 2008-11-02  Bruno Haible  <bruno@clisp.org>
2391
2392         Mark 'memchr' obsolete.
2393         * modules/memchr (Status, Notice): New sections.
2394         * modules/argp (Depends-on): Add memchr.
2395         * modules/base64 (Depends-on): Likewise.
2396         * modules/c-strcasestr (Depends-on): Likewise.
2397         * modules/chdir-long (Depends-on): Likewise.
2398         * modules/fnmatch (Depends-on): Likewise.
2399         * modules/getsubopt (Depends-on): Likewise.
2400         * modules/git-merge-changelog (Depends-on): Likewise.
2401         * modules/glob (Depends-on): Likewise.
2402         * modules/strcasestr-simple (Depends-on): Likewise.
2403         * modules/strnlen (Depends-on): Likewise.
2404
2405 2008-11-02  Bruno Haible  <bruno@clisp.org>
2406
2407         Mark 'atexit' obsolete.
2408         * modules/atexit (Status, Notice): New sections.
2409         * modules/chdir-long (Depends-on): Add atexit.
2410         * modules/wait-process (Depends-on): Likewise.
2411
2412 2008-11-02  Bruno Haible  <bruno@clisp.org>
2413
2414         * gnulib-tool: New option --with-obsolete.
2415         (func_usage): Document it.
2416         (func_modules_transitive_closure): Drop obsolete dependencies if
2417         incobsolete is not true.
2418         (func_import): Read and save the incobsolete variable to the cache.
2419
2420 2008-11-02  Bruno Haible  <bruno@clisp.org>
2421
2422         * modules/TEMPLATE-EXTENDED: New field 'Status'.
2423         * gnulib-tool: New option --extract-status.
2424         (func_usage): Document it.
2425         (sed_extract_prog): Recognize it.
2426         (func_get_status): New function.
2427
2428 2008-10-30  Simon Josefsson  <simon@josefsson.org>
2429
2430         * modules/sockets (License): Change from LGPL to LGPLv2+.
2431
2432 2008-10-28  Simon Josefsson  <simon@josefsson.org>
2433
2434         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
2435
2436 2008-10-28  Simon Josefsson  <simon@josefsson.org>
2437
2438         * MODULES.html.sh (Support for systems lacking POSIX:2001):
2439         Mention times and sys_times.
2440         * modules/sys_times, modules/sys_times-tests: New modules.
2441         * modules/times, modules/times-tests: Likewise
2442         * m4/sys_times_h.m4: New file.
2443         * lib/sys_times.in.h: Likewise
2444         * lib/times.c: Likewise.
2445         * tests/test-sys_times.c: Likewise.
2446         * tests/test-times.c: Likewise.
2447         * doc/posix-headers/sys_times.texi: Update.
2448         * doc/posix-functions/times.texi: Update.
2449
2450 2008-10-28  Jim Meyering  <meyering@redhat.com>
2451
2452         * modules/tempname (Depends-on): Add lstat.
2453
2454         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
2455
2456 2008-10-28  Simon Josefsson  <simon@josefsson.org>
2457
2458         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
2459         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
2460         using idiom used elsewhere in gnulib.
2461
2462 2008-10-27  Jim Meyering  <meyering@redhat.com>
2463
2464         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
2465
2466 2008-10-27  Simon Josefsson  <simon@josefsson.org>
2467
2468         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
2469         TESTS_ENVIRONMENT, for shell scripts that needs to call built
2470         programs.
2471         * tests/test-argp-2.sh: Use $EXEEXT when needed.
2472
2473 2008-10-27  Simon Josefsson  <simon@josefsson.org>
2474
2475         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
2476
2477 2008-10-27  Bruno Haible  <bruno@clisp.org>
2478
2479         * tests/test-lstat.c: Include <stdio.h>.
2480
2481 2008-10-27  Simon Josefsson  <simon@josefsson.org>
2482
2483         * modules/lstat-tests: New module.
2484         * tests/test-lstat.c: New file.
2485
2486 2008-10-26  Jim Meyering  <meyering@redhat.com>
2487
2488         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
2489
2490 2008-10-26  Simon Josefsson  <simon@josefsson.org>
2491             Bruno Haible  <bruno@clisp.org>
2492
2493         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
2494         * modules/configmake (Include): Add a note that the include must come
2495         after all system headers.
2496         * lib/javaversion.c: Include configmake.h after all other includes.
2497
2498 2008-10-26  Bruno Haible  <bruno@clisp.org>
2499
2500         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
2501         HAVE_STRUCT_RANDOM_DATA to 1.
2502         (gl_STDLIB_H): Simplify.
2503
2504 2008-10-26  Simon Josefsson  <simon@josefsson.org>
2505
2506         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
2507         substitute HAVE_STRUCT_RANDOM_DATA.
2508         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
2509         random_data.
2510         * modules/stdlib (Makefile.am): Substitute
2511         HAVE_STRUCT_RANDOM_DATA.
2512
2513 2008-10-26  Simon Josefsson  <simon@josefsson.org>
2514
2515         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
2516         * doc/gnulib-intro.texi (Copyright): Likewise.
2517
2518 2008-10-26  Simon Josefsson  <simon@josefsson.org>
2519
2520         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
2521         findings.
2522
2523 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
2524             Bruno Haible  <bruno@clisp.org>
2525
2526         * lib/unistd.in.h: Include <winsock2.h>.
2527         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
2528         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
2529         Provide dummy declarations.
2530         (gethostname): Override.
2531         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
2532         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
2533         gl_PREREQ_SYS_H_WINSOCK2.
2534         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
2535         * doc/posix-functions/gethostname.texi: More details.
2536
2537 2008-10-25  Bruno Haible  <bruno@clisp.org>
2538
2539         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
2540         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
2541         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
2542
2543         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
2544         here ...
2545         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
2546         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
2547         gl_UNISTD_H_DEFAULTS.
2548
2549 2008-10-25  Eric Blake  <ebb9@byu.net>
2550
2551         signbit: avoid spurious compiler failure
2552         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
2553         declarations inside function.
2554
2555 2008-10-24  Simon Josefsson  <simon@josefsson.org>
2556             Bruno Haible  <bruno@clisp.org>
2557
2558         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
2559         * modules/random_r (Depends-on): Add stdint.
2560
2561 2008-10-24  Bruno Haible  <bruno@clisp.org>
2562
2563         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
2564         Eggert.
2565         * modules/strerror (License): Likewise.
2566
2567 2008-10-24  Jim Meyering  <meyering@redhat.com>
2568
2569         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
2570         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
2571
2572 2008-10-24  Eric Blake  <ebb9@byu.net>
2573
2574         getgroups: fix compilation when getgroups is available
2575         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
2576         but with <config.h> override of getgroups disabled.
2577
2578 2008-10-24  Simon Josefsson  <simon@josefsson.org>
2579
2580         * doc/gnulib.texi (Header files): Add note about C++ problems.
2581         Explained by Bruno Haible <bruno@clisp.org>.
2582
2583 2008-10-23  Bruno Haible  <bruno@clisp.org>
2584
2585         Define a dummy SA_NODEFER macro on Interix.
2586         * lib/signal.in.h (SA_NODEFER): Define fallback.
2587         Reported by Aleksey Cheusov <cheusov@tut.by> via
2588         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
2589
2590 2008-10-23  Bruno Haible  <bruno@clisp.org>
2591
2592         * modules/freadahead (License): Change to LGPLv2+.
2593         Suggested by Simon Josefsson.
2594
2595 2008-10-23  Jim Meyering  <meyering@redhat.com>
2596
2597         random_r: new module
2598         * modules/random_r: New file.
2599         * m4/random_r.m4: New file.
2600         * lib/random_r.c: New file, from glibc.
2601         * modules/random_r-tests: New file.
2602         * tests/test-random_r.c: New file.
2603         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
2604          Declare.
2605         (RAND_MAX): Define.
2606         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
2607         * modules/stdlib: Substitute them, too.
2608         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
2609         * doc/glibc-functions/initstate_r.texi: Mention the new module.
2610         * doc/glibc-functions/random_r.texi: Likewise.
2611         * doc/glibc-functions/setstate_r.texi: Likewise.
2612         * doc/glibc-functions/srandom_r.texi: Likewise.
2613         * config/srclist.txt: Mention it.
2614
2615 2008-10-23  David Lutterkort  <lutter@redhat.com>
2616
2617         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
2618         link requirement
2619
2620 2008-10-23  Jim Meyering  <meyering@redhat.com>
2621
2622         selinux-h: mark parameters of stub functions as intentionally unused
2623         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
2624         * lib/se-context.in.h: Likewise.
2625
2626 2008-10-22  Simon Josefsson  <simon@josefsson.org>
2627
2628         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
2629
2630 2008-10-22  Simon Josefsson  <simon@josefsson.org>
2631
2632         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
2633
2634 2008-10-22  Eric Blake  <ebb9@byu.net>
2635
2636         glthread/thread: avoid compiler warning
2637         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
2638         Add unreachable abort to silence compiler.
2639
2640 2008-10-22  Eric Blake  <ebb9@byu.net>
2641
2642         netdb: also supply struct addrinfo for cygwin 1.5.x
2643         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
2644         older cygwin.
2645         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
2646         cygwin.
2647         * doc/posix-headers/netdb.texi (netdb.h): Document this.
2648
2649 2008-10-22  Bruno Haible  <bruno@clisp.org>
2650
2651         * users.txt: Update entry about pspp.
2652
2653 2008-10-21  Bruno Haible  <bruno@clisp.org>
2654
2655         Simplification.
2656         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
2657         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
2658
2659         Simplification.
2660         * lib/ioctl.c (ioctl): Don't undefine.
2661         * lib/socket.c (socket): Don't undefine.
2662
2663         Remove unused module indicator macros.
2664         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
2665         GNULIB_$1 as a C macro.
2666
2667         * doc/posix-functions/close.texi: Undo last change.
2668         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
2669         Windows platforms.
2670
2671 2008-10-21  Bruno Haible  <bruno@clisp.org>
2672
2673         Add gethostname() declaration to <unistd.h>.
2674         * lib/unistd.in.h (gethostname): New declaration.
2675         * lib/gethostname.c: Include <unistd.h>.
2676         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
2677         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
2678         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
2679         and HAVE_GETHOSTNAME.
2680         * modules/gethostname (Depends-on): Add unistd.
2681         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2682         (Include): Specify <unistd.h>.
2683         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
2684         HAVE_GETHOSTNAME.
2685         * tests/test-gethostname.c: Include <unistd.h> first.
2686
2687 2008-10-21  Bruno Haible  <bruno@clisp.org>
2688
2689         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
2690         * modules/select-tests (Depends-on): Likewise.
2691         Reported by Simon Josefsson.
2692
2693 2008-10-21  Simon Josefsson  <simon@josefsson.org>
2694
2695         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
2696         * lib/accept.c: New file, based on winsock.c.
2697         * lib/bind.c: New file, based on winsock.c.
2698         * lib/connect.c: New file, based on winsock.c.
2699         * lib/getpeername.c: New file, based on winsock.c.
2700         * lib/getsockname.c: New file, based on winsock.c.
2701         * lib/getsockopt.c: New file, based on winsock.c.
2702         * lib/ioctl.c: New file, based on winsock.c.
2703         * lib/listen.c: New file, based on winsock.c.
2704         * lib/recv.c: New file, based on winsock.c.
2705         * lib/recvfrom.c: New file, based on winsock.c.
2706         * lib/send.c: New file, based on winsock.c.
2707         * lib/sendto.c: New file, based on winsock.c.
2708         * lib/setsockopt.c: New file, based on winsock.c.
2709         * lib/shutdown.c: New file, based on winsock.c.
2710         * lib/socket.c: New file, based on winsock.c.
2711         * lib/w32sock.h: New file, based on winsock.c.
2712         * lib/winsock.c: Remove file.
2713         * modules/accept: Likewise.
2714         * modules/bind: Likewise.
2715         * modules/connect: Likewise.
2716         * modules/getpeername: Likewise.
2717         * modules/getsockname: Likewise.
2718         * modules/getsockopt: Likewise.
2719         * modules/ioctl: Likewise.
2720         * modules/listen: Likewise.
2721         * modules/recv: Likewise.
2722         * modules/recvfrom: Likewise.
2723         * modules/send: Likewise.
2724         * modules/sendto: Likewise.
2725         * modules/setsockopt: Likewise.
2726         * modules/shutdown: Likewise.
2727         * modules/socket: Use socket.c instead of winsock.c.
2728         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
2729         * doc/posix-functions/accept.texi: Doc fix.
2730         * doc/posix-functions/bind.texi: Doc fix.
2731         * doc/posix-functions/close.texi: Doc fix.
2732         * doc/posix-functions/connect.texi: Doc fix.
2733         * doc/posix-functions/getpeername.texi: Doc fix.
2734         * doc/posix-functions/getsockname.texi: Doc fix.
2735         * doc/posix-functions/getsockopt.texi: Doc fix.
2736         * doc/posix-functions/ioctl.texi: Doc fix.
2737         * doc/posix-functions/listen.texi: Doc fix.
2738         * doc/posix-functions/recv.texi: Doc fix.
2739         * doc/posix-functions/recvfrom.texi: Doc fix.
2740         * doc/posix-functions/send.texi: Doc fix.
2741         * doc/posix-functions/sendto.texi: Doc fix.
2742         * doc/posix-functions/setsockopt.texi: Doc fix.
2743         * doc/posix-functions/shutdown.texi: Doc fix.
2744         * doc/posix-functions/socket.texi: Doc fix.
2745
2746 2008-10-20  Bruno Haible  <bruno@clisp.org>
2747
2748         Take into account the role of SIGABRT_COMPAT on Windows 2008.
2749         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
2750         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
2751         as an alias for SIGABRT.
2752         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
2753         (sigaction): Map it to SIGABRT.
2754         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
2755
2756 2008-10-20  Bruno Haible  <bruno@clisp.org>
2757
2758         * lib/fts.c: Don't include lstat.h.
2759         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
2760
2761         Move the lstat() declaration to <sys/stat.h>.
2762         * lib/lstat.h: Remove file.
2763         * lib/sys_stat.in.h: Add special invocation convention.
2764         (lstat): New declaration.
2765         * lib/lstat.c (orig_lstat): New function.
2766         (rpl_lstat): Use orig_lstat instead of lstat.
2767         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
2768         AC_C_INLINE. Set REPLACE_LSTAT.
2769         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
2770         and REPLACE_LSTAT.
2771         * modules/lstat (Files): Remove lib/lstat.h.
2772         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
2773         (Include): Specify <sys/stat.h> instead of lstat.h.
2774         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
2775         REPLACE_LSTAT.
2776         * NEWS: Mention the change.
2777
2778 2008-10-20  Bruno Haible  <bruno@clisp.org>
2779
2780         * modules/posix_spawn-tests: New file.
2781         * tests/test-posix_spawn3.c: New file.
2782
2783 2008-10-20  Bruno Haible  <bruno@clisp.org>
2784
2785         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
2786         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
2787         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
2788         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
2789         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
2790
2791 2008-10-20  Bruno Haible  <bruno@clisp.org>
2792
2793         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
2794         of posix_spawn on AIX 5.3.
2795
2796 2008-10-20  Bruno Haible  <bruno@clisp.org>
2797
2798         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
2799
2800 2008-10-20  Bruno Haible  <bruno@clisp.org>
2801
2802         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
2803         of AC_LANG_PROGRAM.
2804
2805 2008-10-20  Simon Josefsson  <simon@josefsson.org>
2806
2807         * lib/netdb.in.h: Don't define GNU specific constants until they
2808         are supported or needed.  Reported by Bruno Haible
2809         <bruno@clisp.org>.
2810
2811 2008-10-20  Simon Josefsson  <simon@josefsson.org>
2812
2813         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
2814
2815 2008-10-20  Simon Josefsson  <simon@josefsson.org>
2816
2817         * lib/getaddrinfo.h: Remove file.
2818         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
2819         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
2820         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
2821         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
2822         * modules/netdb: Substitute GNULIB_GETADDRINFO.
2823         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
2824         * tests/test-getaddrinfo.c: Likewise.
2825         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
2826         * NEWS: Mention change.
2827
2828 2008-10-19  Bruno Haible  <bruno@clisp.org>
2829
2830         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
2831
2832 2008-10-19  Bruno Haible  <bruno@clisp.org>
2833
2834         * lib/wait-process.c: Include simply <sys/wait.h>.
2835         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
2836         WIFSTOPPED): Remove fallback definitions.
2837         * modules/wait-process (Depends-on): Add sys_wait.
2838
2839         New module 'sys_wait'.
2840         * modules/sys_wait: New file.
2841         * lib/sys_wait.in.h: New file, partially copied from
2842         lib/wait-process.c.
2843         * m4/sys_wait_h.m4: New file.
2844         * doc/posix-headers/sys_wait.texi: Mention the new module.
2845
2846 2008-10-19  Bruno Haible  <bruno@clisp.org>
2847
2848         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
2849
2850 2008-10-19  Bruno Haible  <bruno@clisp.org>
2851
2852         Assume that waitpid() fills an 'int' status, not a 'union wait'.
2853         * lib/wait-process.c (WAIT_T): Remove type.
2854         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
2855         (wait_subprocess): Update.
2856
2857 2008-10-19  Bruno Haible  <bruno@clisp.org>
2858
2859         New module 'atoll'.
2860         * modules/atoll: New file.
2861         * lib/stdlib.in.h (atoll): New declaration.
2862         * lib/atoll.c: New file, from glibc with modifications.
2863         * m4/atoll.m4: New file.
2864         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
2865         HAVE_ATOLL.
2866         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
2867         * doc/posix-functions/atoll.texi: Mention the new module.
2868
2869 2008-10-19  Bruno Haible  <bruno@clisp.org>
2870
2871         Add strtoull() declaration to <stdlib.h>.
2872         * lib/stdlib.in.h (strtoull): New declaration.
2873         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
2874         Set HAVE_STRTOULL.
2875         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
2876         HAVE_STRTOULL.
2877         * modules/strtoull (Depends-on): Add stdlib.
2878         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2879         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
2880         HAVE_STRTOULL.
2881
2882 2008-10-19  Bruno Haible  <bruno@clisp.org>
2883
2884         Add strtoll() declaration to <stdlib.h>.
2885         * lib/stdlib.in.h (strtoll): New declaration.
2886         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
2887         Set HAVE_STRTOLL.
2888         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
2889         HAVE_STRTOLL.
2890         * modules/strtoll (Depends-on): Add stdlib.
2891         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2892         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
2893
2894 2008-10-19  Bruno Haible  <bruno@clisp.org>
2895
2896         * modules/bcopy (Depends-on): Add strings.
2897         (Include): Specify <strings.h>.
2898
2899 2008-10-19  Bruno Haible  <bruno@clisp.org>
2900
2901         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
2902
2903 2008-10-19  Bruno Haible  <bruno@clisp.org>
2904
2905         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
2906         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
2907         mingw.
2908
2909 2008-10-19  Bruno Haible  <bruno@clisp.org>
2910
2911         * lib/atanl.c: Don't include isnanl.h.
2912         * lib/cosl.c: Likewise.
2913         * lib/ldexpl.c: Likewise.
2914         * lib/logl.c: Likewise.
2915         * lib/sinl.c: Likewise.
2916         * lib/sqrtl.c: Likewise.
2917         * lib/tanl.c: Likewise.
2918
2919         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
2920         * lib/isnanf.h: Remove file.
2921         * lib/isnand.h: Remove file.
2922         * lib/isnanl.h: Remove file.
2923         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
2924         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
2925         macros.
2926         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
2927         HAVE_ISNANF, don't define it as a C macro.
2928         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
2929         HAVE_ISNAND, don't define it as a C macro.
2930         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
2931         HAVE_ISNANL, don't define it as a C macro.
2932         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
2933         HAVE_ISNAN[FDL].
2934         * modules/isnanf (Files): Remove lib/isnanf.h.
2935         (Depends-on): Add math.
2936         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
2937         (Include): Specify <math.h> instead of isnanf.h.
2938         * modules/isnand (Files): Remove lib/isnand.h.
2939         (Depends-on): Add math.
2940         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
2941         (Include): Specify <math.h> instead of isnand.h.
2942         * modules/isnanl (Files): Remove lib/isnanl.h.
2943         (Depends-on): Add math.
2944         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
2945         (Include): Specify <math.h> instead of isnanl.h.
2946         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
2947         HAVE_ISNAN[FDL].
2948         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
2949         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
2950         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
2951         * NEWS: Mention the change.
2952
2953 2008-10-18  Bruno Haible  <bruno@clisp.org>
2954
2955         Add getusershell(), setusershell(), endusershell() declarations to
2956         <unistd.h>.
2957         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
2958         declarations.
2959         * lib/getusershell.c: Include unistd.h.
2960         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
2961         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
2962         HAVE_GETUSERSHELL.
2963         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
2964         and HAVE_GETUSERSHELL.
2965         * modules/getusershell (Depends-on): Add unistd, extensions.
2966         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2967         (Include): Specify <unistd.h>.
2968         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
2969         HAVE_GETUSERSHELL.
2970
2971 2008-10-18  Bruno Haible  <bruno@clisp.org>
2972
2973         Add a getloadavg() declaration to <stdlib.h>.
2974         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
2975         getloadavg declaration.
2976         (getloadavg): New declaration.
2977         * lib/getloadavg.c: Include <stdlib.h> first.
2978         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
2979         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
2980         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
2981         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
2982         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
2983         * modules/getloadavg (Depends-on): Add stdlib, extensions.
2984         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2985         (Include): Specify <stdlib.h>.
2986         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
2987         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
2988
2989 2008-10-18  Bruno Haible  <bruno@clisp.org>
2990
2991         * lib/dirchownmod.c: Don't include lchmod.h.
2992
2993         Move the lchmod() declaration to <sys/stat.h>.
2994         * lib/lchmod.h: Remove file.
2995         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
2996         (lchmod): New declaration, moved here from lib/lchown.h.
2997         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
2998         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
2999         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
3000         and HAVE_LCHMOD.
3001         * modules/lchmod (Files): Remove lib/lchmod.h.
3002         (Depends-on): Add sys_stat, extensions.
3003         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
3004         (Include): Specify <sys/stat.h> instead of lchmod.h.
3005         * modules/sys_stat (Depends-on): Add link-warning.
3006         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
3007         definition of GL_LINK_WARNING.
3008         * NEWS: Mention the change.
3009
3010 2008-10-18  Bruno Haible  <bruno@clisp.org>
3011
3012         * lib/fchdir.c: Don't include dirfd.h.
3013         * lib/fts.c: Likewise.
3014         * lib/getcwd.c: Likewise.
3015         * lib/glob.c: Likewise.
3016
3017         Move the dirfd() declaration to <dirent.h>.
3018         * lib/dirfd.h: Remove file.
3019         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
3020         (dirfd): New declaration.
3021         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
3022         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
3023         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
3024         HAVE_DECL_DIRFD.
3025         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
3026         HAVE_DECL_DIRFD.
3027         * modules/dirfd (Files): Remove lib/dirfd.h.
3028         (Depends-on): Add dirent, extensions.
3029         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
3030         (Include): Specify <dirent.h> instead of dirfd.h.
3031         * modules/dirent (Depends-on): Add link-warning.
3032         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
3033         definition of GL_LINK_WARNING.
3034         * NEWS: Mention the change.
3035
3036 2008-10-18  Bruno Haible  <bruno@clisp.org>
3037
3038         Move the euidaccess() declaration to <unistd.h>.
3039         * lib/euidaccess.h: Remove file.
3040         * lib/unistd.in.h (euidaccess): New declaration.
3041         * lib/euidaccess.c: Don't include euidaccess.h.
3042         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
3043         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
3044         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
3045         and HAVE_EUIDACCESS.
3046         * modules/euidaccess (Files): Remove lib/euidaccess.h.
3047         (Depends-on): Add unistd.
3048         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3049         (Include): Specify <unistd.h> instead of euidaccess.h.
3050         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
3051         HAVE_EUIDACCESS.
3052         * NEWS: Mention the change.
3053
3054 2008-10-18  Bruno Haible  <bruno@clisp.org>
3055
3056         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
3057
3058         Move the getdomainname() declaration to <unistd.h>.
3059         * lib/getdomainname.h: Remove file.
3060         * lib/unistd.in.h (getdomainname): New declaration.
3061         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
3062         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
3063         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
3064         HAVE_GETDOMAINNAME.
3065         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3066         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
3067         * modules/getdomainname (Files): Remove lib/getdomainname.h.
3068         (Depends-on): Add unistd, extensions.
3069         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3070         (Includes): Specify <unistd.h> instead of getdomainname.h.
3071         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
3072         HAVE_GETDOMAINNAME.
3073         * NEWS: Mention the change.
3074
3075 2008-10-18  Bruno Haible  <bruno@clisp.org>
3076
3077         * modules/dirent: New file.
3078         * m4/dirent_h.m4: New file.
3079         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
3080         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
3081         * modules/fchdir (Files): Remove lib/dirent.in.h.
3082         (Depends-on): Add dirent.
3083         (Makefile.am): Move rules to modules/dirent.
3084         * doc/posix-headers/dirent.texi: Mention the new module.
3085
3086 2008-10-18  Bruno Haible  <bruno@clisp.org>
3087
3088         Avoid -Wunused-parameter warnings in public gnulib header files.
3089         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
3090         macro.
3091         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
3092
3093 2008-10-18  Bruno Haible  <bruno@clisp.org>
3094
3095         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
3096         * doc/glibc-functions/error.texi: Mention the module 'error'.
3097         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
3098         * doc/glibc-functions/getdomainname.texi: Mention the module
3099         'getdomainname'.
3100         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
3101         * doc/glibc-functions/getpagesize.texi: Mention the module
3102         'getpagesize'.
3103         * doc/glibc-functions/getusershell.texi: Mention the module
3104         'getusershell'.
3105         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
3106         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
3107         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
3108         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
3109         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
3110         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
3111         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
3112         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
3113         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
3114         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
3115         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
3116         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
3117         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
3118         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
3119
3120 2008-10-17  Bruno Haible  <bruno@clisp.org>
3121
3122         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
3123         HP-UX and IRIX, use -0.0L.
3124         * tests/test-ceill.c (minus_zero): Likewise.
3125         * tests/test-floorl.c (minus_zero): Likewise.
3126         * tests/test-frexpl.c (minus_zero): Likewise.
3127         * tests/test-isnan.c (minus_zerol): Likewise.
3128         * tests/test-isnanl.h (minus_zero): Likewise.
3129         * tests/test-ldexpl.c (minus_zero): Likewise.
3130         * tests/test-roundl.c (minus_zero): Likewise.
3131         * tests/test-signbit.c (minus_zerol): Likewise.
3132         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
3133         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
3134         * tests/test-truncl.c (minus_zero): Likewise.
3135         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
3136         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
3137         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
3138         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
3139
3140 2008-10-17  Bruno Haible  <bruno@clisp.org>
3141
3142         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
3143         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
3144         that it gets activated only for gcc >= 3.0.
3145         * lib/dirent.in.h: Likewise.
3146         * lib/errno.in.h: Likewise.
3147         * lib/fcntl.in.h: Likewise.
3148         * lib/float.in.h: Likewise.
3149         * lib/iconv.in.h: Likewise.
3150         * lib/inttypes.in.h: Likewise.
3151         * lib/locale.in.h: Likewise.
3152         * lib/math.in.h: Likewise.
3153         * lib/netdb.in.h: Likewise.
3154         * lib/netinet_in.in.h: Likewise.
3155         * lib/search.in.h: Likewise.
3156         * lib/signal.in.h: Likewise.
3157         * lib/spawn.in.h: Likewise.
3158         * lib/stdarg.in.h: Likewise.
3159         * lib/stdint.in.h: Likewise.
3160         * lib/stdio.in.h: Likewise.
3161         * lib/stdlib.in.h: Likewise.
3162         * lib/string.in.h: Likewise.
3163         * lib/strings.in.h: Likewise.
3164         * lib/sys_file.in.h: Likewise.
3165         * lib/sys_ioctl.in.h: Likewise.
3166         * lib/sys_select.in.h: Likewise.
3167         * lib/sys_socket.in.h: Likewise.
3168         * lib/sys_stat.in.h: Likewise.
3169         * lib/sys_time.in.h: Likewise.
3170         * lib/sysexits.in.h: Likewise.
3171         * lib/time.in.h: Likewise.
3172         * lib/unistd.in.h: Likewise.
3173         * lib/wchar.in.h: Likewise.
3174         * lib/wctype.in.h: Likewise.
3175         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3176
3177 2008-10-17  Jim Meyering  <meyering@redhat.com>
3178
3179         ignore-value: don't depend on inline module
3180         * modules/ignore-value (Depends-on): Remove 'inline'.
3181         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
3182         Suggestion from Bruno Haible.
3183
3184 2008-10-17  Bruno Haible  <bruno@clisp.org>
3185
3186         New implementation of condition variables for Win32.
3187         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
3188         (gl_linked_waitqueue_t): New type.
3189         (gl_cond_t): Use it.
3190         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
3191         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
3192         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
3193         (glthread_cond_init_func, glthread_cond_wait_func,
3194         glthread_cond_timedwait_func, glthread_cond_signal_func,
3195         glthread_cond_broadcast_func, glthread_cond_destroy_func):
3196         Reimplemented on the basis of gl_linked_waitqueue_t.
3197         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
3198         gl_waitqueue_t.
3199         (gl_rwlock_t): Update.
3200         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
3201
3202 2008-10-17  Simon Josefsson  <simon@josefsson.org>
3203
3204         * modules/recvfrom (Depends-on): Add dependency on getpeername.
3205         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
3206
3207 2008-10-17  Jim Meyering  <meyering@redhat.com>
3208
3209         ignore-value: new module
3210         * modules/ignore-value: New file.
3211         * lib/ignore-value.h: New file.
3212         * MODULES.html.sh (Compiler warning management): New section,
3213         just for this module.  More to come.
3214
3215 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3216
3217         open-safer.c: avoid 'signed and unsigned in conditional...' warning
3218         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
3219         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
3220
3221 2008-10-16  Jim Meyering  <meyering@redhat.com>
3222
3223         openat-die.c: avoid 'no previous prototype' warning
3224         * lib/openat-die.c: Include "openat.h".
3225         Reported by Reuben Thomas <rrt@sc3d.org>.
3226
3227 2008-10-16  Simon Josefsson  <simon@josefsson.org>
3228
3229         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
3230         * lib/netdb.in.h: Fix typo.
3231         Reported by Bruno Haible  <bruno@clisp.org>
3232
3233         * lib/netdb.in.h: Include sys/socket.h for platforms without
3234         netdb.h, to get structures like hostent on MinGW.
3235         * modules/netdb (Depends-on): Add sys_socket.
3236
3237 2008-10-15  Simon Josefsson  <simon@josefsson.org>
3238
3239         * modules/netdb, modules/netdb-tests: New file.
3240         * m4/netdb_h.m4: New file.
3241         * lib/netdb.in.h: Add, currently just an empty file pending
3242         definitions.
3243         * tests/test-netdb.c: New file.
3244         * doc/posix-headers/netdb.texi: Mention that we replace it if
3245         needed.
3246         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3247         netdb.
3248
3249 2008-10-15  Simon Josefsson  <simon@josefsson.org>
3250
3251         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
3252         with code.
3253
3254 2008-10-13  Bruno Haible  <bruno@clisp.org>
3255
3256         * lib/glthread/cond.c (glthread_cond_wait_func,
3257         glthread_cond_timedwait_func): Add a comment.
3258
3259 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3260
3261         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
3262         * tests/test-select.c: Likewise,
3263
3264 2008-10-13  Bruno Haible  <bruno@clisp.org>
3265
3266         * lib/glthread/cond.c (glthread_cond_wait_func,
3267         glthread_cond_timedwait_func): Fix variable name.
3268         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
3269
3270 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
3271
3272         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
3273         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
3274         struct sockaddr.sa_len.
3275         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
3276
3277 2008-10-13  Simon Josefsson  <simon@josefsson.org>
3278
3279         * build-aux/pmccabe2html: Add css and css_url parameters.
3280
3281 2008-10-12  Bruno Haible  <bruno@clisp.org>
3282
3283         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
3284         calling aclx_get.
3285         Reported by Rainer Tammer <tammer@tammer.net>.
3286
3287 2008-10-12  Bruno Haible  <bruno@clisp.org>
3288
3289         Use msvcrt aware primitives for creation/termination of Win32 threads.
3290         * lib/glthread/thread.c: Include <process.h>.
3291         (glthread_create_func): Use _beginthreadex instead of CreateThread.
3292         (wrapper_func): Update signature.
3293         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
3294
3295 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3296             Bruno Haible  <bruno@clisp.org>
3297
3298         Provide a Win32 implementation of the 'cond' module.
3299         * lib/glthread/cond.h [USE_WIN32]: New implementation.
3300         * lib/glthread/cond.c (glthread_cond_init_func,
3301         glthread_cond_wait_func, glthread_cond_timedwait_func,
3302         glthread_cond_signal_func, glthread_cond_broadcast_func,
3303         glthread_cond_destroy_func) [USE_WIN32]: New functions.
3304         * modules/cond (Dependencies): Add gettimeofday.
3305
3306 2008-10-11  Bruno Haible  <bruno@clisp.org>
3307
3308         Make sleep work on older versions of mingw.
3309         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
3310         only whether it exists.
3311         * doc/posix-functions/sleep.texi: Mention the problem with older
3312         versions of mingw.
3313
3314 2008-10-11  Bruno Haible  <bruno@clisp.org>
3315
3316         New module 'shutdown'.
3317         * modules/shutdown: New file.
3318         * lib/sys_socket.in.h (shutdown): New declaration.
3319         * lib/winsock.c (shutdown): New function.
3320         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
3321         GNULIB_SHUTDOWN.
3322         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
3323         * doc/posix-functions/shutdown.texi: Document the new module.
3324
3325 2008-10-11  Jim Meyering  <meyering@redhat.com>
3326
3327         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
3328
3329 2008-10-11  Bruno Haible  <bruno@clisp.org>
3330
3331         New module 'fclose'.
3332         * modules/fclose: New file.
3333         * lib/stdio.in.h (fclose): New declaration.
3334         * lib/fclose.c: New file.
3335         * m4/fclose.m4: New file.
3336         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
3337         REPLACE_FCLOSE.
3338         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
3339         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
3340         REPLACE_FCLOSE.
3341         * modules/close (Depends-on): fclose.
3342         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
3343
3344 2008-10-11  Bruno Haible  <bruno@clisp.org>
3345
3346         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
3347         set errno and don't call _close.
3348
3349 2008-10-10  Bruno Haible  <bruno@clisp.org>
3350
3351         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
3352         ACL, not afterwards. Fixes test failure on Cygwin.
3353
3354 2008-10-09  Ben Pfaff  <blp@gnu.org>
3355
3356         * build-aux/announce-gen: Fix gnulib version related part of usage
3357         message.  Die with a useful error message if no tarballs are
3358         found.
3359
3360 2008-10-10  Jim Meyering  <meyering@redhat.com>
3361
3362         bootstrap: use git's --depth=N option only if it's supported
3363         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
3364         recognize the --depth option.  Reported by Pádraig Brady.
3365
3366 2008-10-09  Bruno Haible  <bruno@clisp.org>
3367
3368         New module 'ioctl'.
3369         * modules/ioctl: New file.
3370         * lib/sys_socket.in.h (ioctl): Remove declaration.
3371         * lib/winsock.c: Include <sys/ioctl.h>.
3372         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
3373         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
3374         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
3375         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
3376         * doc/posix-functions/ioctl.texi: Mention the new module.
3377
3378 2008-10-09  Bruno Haible  <bruno@clisp.org>
3379
3380         New module 'sys_ioctl'.
3381         * lib/sys_ioctl.in.h: New file.
3382         * m4/sys_ioctl_h.m4: New file.
3383         * modules/sys_ioctl: New file.
3384         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
3385
3386 2008-10-09  Bruno Haible  <bruno@clisp.org>
3387
3388         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
3389         * lib/winsock.c: Include <stdarg.h>.
3390         (rpl_ioctl): Change to second argument 'int' and then varargs.
3391
3392 2008-10-09  Bruno Haible  <bruno@clisp.org>
3393
3394         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
3395         when the sys_socket module is present and the system has <winsock2.h>.
3396
3397 2008-10-09  Bruno Haible  <bruno@clisp.org>
3398
3399         * doc/posix-functions/close.texi: Mention module 'close' instead of
3400         module 'sys_socket'.
3401
3402 2008-10-09  Bruno Haible  <bruno@clisp.org>
3403
3404         * doc/glibc-headers/sys_ioctl.texi: New file.
3405         * doc/gnulib.texi: Include it.
3406
3407 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
3408             Bruno Haible  <bruno@clisp.org>
3409
3410         Combine the two replacements of 'close'.
3411         * lib/sys_socket.in.h (close): Define to a reminder to include
3412         <unistd.h>.
3413         (_gl_close_fd_maybe_socket): New declaration.
3414         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
3415         * lib/winsock.c (close): Remove undefinition.
3416         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
3417         needed for the gnulib module 'close'.
3418         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
3419         define to an error symbol or to a warning, if suitable.
3420         * lib/close.c: Include <sys/socket.h>.
3421         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
3422         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
3423         UNISTD_H_HAVE_WINSOCK2_H.
3424         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
3425         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3426         UNISTD_H_HAVE_WINSOCK2_H.
3427         * modules/sys_socket (Files): Add m4/unistd_h.m4.
3428         (configure.ac): Set a module indicator.
3429         (Makefile.am): Substitute GNULIB_CLOSE.
3430         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
3431         * modules/poll-tests (Depends-on): Add close.
3432         * modules/select-tests (Depends-on): Likewise.
3433
3434 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
3435             Bruno Haible  <bruno@clisp.org>
3436
3437         New module 'close'.
3438         * modules/close: New file.
3439         * lib/unistd.in.h (close): Move declaration out of the
3440         FCHDIR_REPLACEMENT scope.
3441         (_gl_unregister_fd): New declaration.
3442         * lib/close.c: New file.
3443         * lib/fchdir.c (rpl_close): Remove function.
3444         * m4/close.m4: New file.
3445         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
3446         close.
3447         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
3448         REPLACE_CLOSE.
3449         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
3450         REPLACE_CLOSE.
3451         * modules/fchdir (Depends-on): Add close.
3452
3453 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
3454             Bruno Haible  <bruno@clisp.org>
3455
3456         * lib/fcntl.in.h (open): Simplify conditionals.
3457         (_gl_register_fd): New declaration.
3458         * lib/fchdir.c (rpl_open): Remove function.
3459         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
3460         also.
3461         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
3462         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
3463         open.
3464
3465 2008-10-09  Jim Meyering  <meyering@redhat.com>
3466
3467         GNUmakefile: use the more name-space-friendly "_version"
3468         * top/GNUmakefile (_dummy): Update.
3469         (_version): Rename from "version".
3470
3471 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
3472             Bruno Haible  <bruno@clisp.org>
3473
3474         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
3475         rpl_close.
3476         (_gl_register_fd): New function, extracted from rpl_open.
3477         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
3478         (rpl_open, rpl_opendir): Use _gl_register_fd.
3479
3480 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
3481
3482         Fix organization of 'open' replacement.
3483         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
3484         (gl_FUNC_OPEN): Use it.
3485         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
3486
3487 2008-10-08  Bruno Haible  <bruno@clisp.org>
3488
3489         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
3490
3491 2008-10-08  Simon Josefsson  <simon@josefsson.org>
3492
3493         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
3494         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
3495         listen).
3496
3497 2008-10-08  Eric Blake  <ebb9@byu.net>
3498
3499         GNUmakefile: add 'make version' target
3500         * top/GNUmakefile (_curr-ver): Split version update rules...
3501         (version): ...into a target.
3502
3503 2008-10-07  Bruno Haible  <bruno@clisp.org>
3504
3505         Use a more portable replacement expression for -0.0L.
3506         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
3507         instead of -0.0L. Fix m4 quotation.
3508
3509         * tests/test-signbit.c: Include <float.h>.
3510         (minus_zero): New variable.
3511         (test_signbitl): Use minus_zero instead of -zero.
3512         * modules/signbit-tests (Depends-on): Add float.
3513
3514         * tests/test-ceill.c: Include <float.h>.
3515         (zero): Remove variable.
3516         (minus_zero): New variable.
3517         (main): Use minus_zero instead of -zero.
3518         * modules/ceill-tests (Depends-on): Add float.
3519
3520         * tests/test-floorl.c: Include <float.h>.
3521         (zero): Remove variable.
3522         (minus_zero): New variable.
3523         (main): Use minus_zero instead of -zero.
3524         * modules/floorl-tests (Depends-on): Add float.
3525
3526         * tests/test-roundl.c: Include <float.h>.
3527         (zero): Remove variable.
3528         (minus_zero): New variable.
3529         (main): Use minus_zero instead of -zero.
3530         * modules/roundl-tests (Depends-on): Add float.
3531
3532         * tests/test-truncl.c: Include <float.h>.
3533         (zero): Remove variable.
3534         (minus_zero): New variable.
3535         (main): Use minus_zero instead of -zero.
3536         * modules/truncl-tests (Depends-on): Add float.
3537
3538         * tests/test-frexpl.c (zero): Remove variable.
3539         (minus_zero): New variable.
3540         (main): Use minus_zero instead of -zero.
3541         * modules/frexpl-tests (Depends-on): Add float.
3542
3543         * tests/test-isnan.c (zerol): Remove variable.
3544         (minus_zerol): New variable.
3545         (test_long_double): Use minus_zerol instead of -zerol.
3546         * modules/isnan-tests (Depends-on): Add float.
3547
3548         * tests/test-isnanl.h (zero): Remove variable.
3549         (minus_zero): New variable.
3550         (main): Use minus_zero instead of -zero.
3551         * modules/isnanl-nolibm-tests (Depends-on): Add float.
3552         * modules/isnanl-tests (Depends-on): Add float.
3553
3554         * tests/test-ldexpl.c (zero): Remove variable.
3555         (minus_zero): New variable.
3556         (main): Use minus_zero instead of -zero.
3557         * modules/ldexpl-tests (Depends-on): Add float.
3558
3559         * tests/test-snprintf-posix.h (zerol): Remove variable.
3560         (minus_zerol): New variable.
3561         (test_function): Use minus_zerol instead of -zerol.
3562         * modules/snprintf-posix-tests (Depends-on): Add float.
3563         * modules/vsnprintf-posix-tests (Depends-on): Add float.
3564
3565         * tests/test-sprintf-posix.h (zerol): Remove variable.
3566         (minus_zerol): New variable.
3567         (test_function): Use minus_zerol instead of -zerol.
3568         * modules/sprintf-posix-tests (Depends-on): Add float.
3569         * modules/vsprintf-posix-tests (Depends-on): Add float.
3570
3571         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
3572         (minus_zerol): New variable.
3573         (test_function): Use minus_zerol instead of -zerol.
3574         * modules/vasnprintf-posix-tests (Depends-on): Add float.
3575
3576         * tests/test-vasprintf-posix.c (zerol): Remove variable.
3577         (minus_zerol): New variable.
3578         (test_function): Use minus_zerol instead of -zerol.
3579         * modules/vasprintf-posix-tests (Depends-on): Add float.
3580
3581 2008-10-07  Simon Josefsson  <simon@josefsson.org>
3582
3583         * MODULES.html.sh (Support for building documentation): Mention
3584         pmccabe2html.  Sort entries.
3585
3586         Add pmccabe2html module, from gnupdf.
3587         * build-aux/pmccabe.css: New file.
3588         * build-aux/pmccabe2html: New file.
3589         * m4/pmccabe2html.m4: New file.
3590         * modules/pmccabe2html: New file.
3591
3592 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
3593
3594         flock: new module
3595         * MODULES.html.sh: Add to list of modules.
3596         * lib/flock.c: flock implementation for Windows and Unix systems
3597         which have fcntl.
3598         * doc/glibc-functions/flock.texi: Update documentation.
3599         * lib/sys_file.in.h: <sys/file.h> header file.
3600         * m4/flock.m4: M4 macros.
3601         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
3602         * modules/flock: flock module.
3603         * modules/flock-tests: flock tests module.
3604         * modules/sys_file: sys/file.h module.
3605         * tests/test-flock.c: test suite for flock.
3606
3607 2008-10-06  Jim Meyering  <meyering@redhat.com>
3608
3609         bootstrap: check for LT_INIT more portably still ;-)
3610         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
3611         Spotted by Bruno Haible.
3612
3613 2008-10-06  Eric Blake  <ebb9@byu.net>
3614
3615         test-signbit: avoid tripping Irix cc bug on -0.0L
3616         * tests/test-signbit.c (minus_zerol): Delete, and replace with
3617         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
3618         entire testsuite consistent and avoids an Irix 6.2 bug.
3619
3620 2008-10-05  Bruno Haible  <bruno@clisp.org>
3621             Jim Meyering  <jim@meyering.net>
3622
3623         Add an option for ignoring EPIPE during close_stdout.
3624         * lib/closeout.h: Include <stdbool.h>.
3625         (close_stdout_set_ignore_EPIPE): New declaration.
3626         * lib/closeout.c: Include <stdbool.h>.
3627         (ignore_EPIPE): New variable.
3628         (close_stdout_set_ignore_EPIPE): New function.
3629         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
3630         * lib/close-stream.c (close_stream): Mention the possible EPIPE
3631         failure.
3632         * modules/closeout (Depends-on): Add stdbool.
3633
3634 2008-10-05  Bruno Haible  <bruno@clisp.org>
3635
3636         * modules/accept: New file.
3637         * modules/bind: New file.
3638         * modules/connect: New file.
3639         * modules/getpeername: New file.
3640         * modules/getsockname: New file.
3641         * modules/getsockopt: New file.
3642         * modules/listen: New file.
3643         * modules/recv: New file.
3644         * modules/recvfrom: New file.
3645         * modules/send: New file.
3646         * modules/sendto: New file.
3647         * modules/setsockopt: New file.
3648         * modules/socket: New file.
3649         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
3650         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
3651         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
3652         the particular module is requested. Add a link warning when the
3653         particular module is not requested.
3654         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
3655         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
3656         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
3657         the particular module is requested.
3658         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
3659         gl_SYS_SOCKET_H_DEFAULTS): New macros.
3660         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
3661         * modules/sys_socket (Depends-on): Add link-warning.
3662         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
3663         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
3664         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
3665         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
3666         GL_LINK_WARNING.
3667         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
3668         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
3669         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
3670         * doc/posix-functions/getpeername.texi: Mention the new module
3671         'getpeername'.
3672         * doc/posix-functions/getsockname.texi: Mention the new module
3673         'getsockname'.
3674         * doc/posix-functions/getsockopt.texi: Mention the new module
3675         'getsockopt'.
3676         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
3677         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
3678         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
3679         * doc/posix-functions/send.texi: Mention the new module 'send'.
3680         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
3681         * doc/posix-functions/setsockopt.texi: Mention the new module
3682         'setsockopt'.
3683         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
3684         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
3685         listen, connect, accept.
3686         * modules/select-tests (Depends-on): Likewise.
3687
3688 2008-10-05  Bruno Haible  <bruno@clisp.org>
3689
3690         * lib/winsock.c (strerror): Remove unused #undef.
3691         (rpl_close): Remove unused local variable.
3692
3693         * modules/sys_socket (Depends-on); Add errno.
3694
3695 2008-10-05  Bruno Haible  <bruno@clisp.org>
3696
3697         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
3698         (select): Add a link warning when the 'select' module is not used.
3699         * modules/sys_select (Depends-on): Add link-warning.
3700         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
3701         Suggested by Paolo Bonzini.
3702
3703 2008-10-05  Jim Meyering  <meyering@redhat.com>
3704
3705         bootstrap: check for LT_INIT more portably
3706         * build-aux/bootstrap: Avoid using grep -E, since it's not
3707         portable enough.  Suggestion from Bruno Haible.
3708
3709 2008-10-05  Bruno Haible  <bruno@clisp.org>
3710
3711         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
3712         as being fixed by gnulib.
3713
3714 2008-10-05  Bruno Haible  <bruno@clisp.org>
3715
3716         * modules/select-tests: New file, mostly copied from
3717         modules/sys_select-tests.
3718         * tests/test-select.c: New file, mostly copied from
3719         tests/test-sys_select.c.
3720         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
3721         * modules/sys_select-tests (Depends-on): Remove all dependencies.
3722         (Makefile.am): Remove test_sys_select_LDADD.
3723
3724         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
3725         to an undefined symbol, for an error message.
3726         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
3727         (gl_SYS_SELECT_H_DEFAULTS): New macro.
3728         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
3729         winsock-select.c here.
3730         * modules/sys_select (Files): Remove lib/winsock-select.c.
3731         (Depends-on): Remove alloca.
3732         (Makefile.am): Substitute GNULIB_SELECT.
3733         * modules/select: New file.
3734         * doc/posix-functions/select.texi: Update.
3735
3736 2008-10-05  Bruno Haible  <bruno@clisp.org>
3737
3738         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
3739         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
3740         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
3741         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
3742         getdtablesize.
3743         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
3744         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
3745
3746 2008-10-05  Bruno Haible  <bruno@clisp.org>
3747
3748         * modules/getdtablesize-tests: New file.
3749         * tests/test-getdtablesize.c: New file.
3750
3751         New module 'getdtablesize'.
3752         * lib/unistd.in.h (getdtablesize): New declaration.
3753         * lib/getdtablesize.c: New file.
3754         * m4/getdtablesize.m4: New file.
3755         * modules/getdtablesize: New file.
3756         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3757         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
3758         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
3759         HAVE_GETDTABLESIZE.
3760         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
3761
3762 2008-10-05  Bruno Haible  <bruno@clisp.org>
3763
3764         * modules/sched (Makefile.am): Fix typo.
3765         Reported by Simon Josefsson.
3766
3767 2008-10-05  Jim Meyering  <meyering@redhat.com>
3768
3769         bootstrap: check for LT_INIT, too
3770         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
3771         are deprecated.  Suggestion from Ralf Wildenhues.
3772
3773 2008-10-05  Bruno Haible  <bruno@clisp.org>
3774
3775         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
3776         overriding them by ours.
3777         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
3778
3779 2008-10-05  Jim Meyering  <meyering@redhat.com>
3780
3781         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
3782         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
3783         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
3784
3785 2008-10-04  Bruno Haible  <bruno@clisp.org>
3786
3787         * modules/dup2 (License): Change to LGPLv2+.
3788         * modules/sleep (License): Likewise.
3789         * modules/perror (License): Likewise.
3790         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
3791         Blake.
3792         * modules/signal (License): Likewise.
3793         * modules/sigprocmask (License): Likewise.
3794         * modules/raise (License): Change to LGPLv2+, with approval by Jim
3795         Meyering.
3796
3797 2008-10-04  Bruno Haible  <bruno@clisp.org>
3798
3799         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
3800         Reported by Rainer Tammer <tammer@tammer.net>.
3801
3802 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
3803             Bruno Haible  <bruno@clisp.org>
3804
3805         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
3806         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
3807         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
3808
3809 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
3810
3811         filevercmp: new module
3812         * lib/filevercmp.h: New function filevercmp comparing version strings.
3813         * lib/filevercmp.c: Implementation of filevercmp function.
3814         * modules/filevercmp: Module metadata.
3815         * tests/test-filevercmp.c: Unit test for new module.
3816         * modules/filevercmp-tests: Unit test metadata.
3817         * MODULES.html.sh: Add filevercmp module.
3818
3819 2008-10-03  Bruno Haible  <bruno@clisp.org>
3820
3821         * lib/c-ctype.h: Add comment.
3822         Reported by Jim Meyering.
3823
3824 2008-10-02  Bruno Haible  <bruno@clisp.org>
3825
3826         * modules/posix_spawn-internal (Depends-on): Add 'open'.
3827
3828 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
3829
3830         * build-aux/bootstrap: Allow renaming bootstrap, and change the
3831         name of bootstrap.conf accordingly.
3832
3833 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
3834
3835         * build-aux/bootstrap: Install git-merge-changelog configuration
3836         items into .gitconfig if needed.
3837
3838 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
3839
3840         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
3841         git repository, and initialize/update it accordingly.
3842
3843 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
3844
3845         * modules/fsync-tests: New file.
3846         * tests/test-fsync.c: New file.
3847
3848         New module 'fsync'.
3849         * lib/fsync.c: New file.
3850         * m4/fsync.m4: New file.
3851         * modules/fsync: New file.
3852         * lib/unistd.in.h (fsync): New declaration.
3853         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
3854         GNULIB_FSYNC and HAVE_FSYNC.
3855         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
3856         * MODULES.html.sh (posix_functions): Add fsync.
3857         * doc/posix-functions/fsync.texi: Mention the new module.
3858
3859 2008-10-02  Jim Meyering  <meyering@redhat.com>
3860
3861         fts.c: sync with similar code from coreutils' remove.c
3862         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
3863         Guard also with "#if defined __linux__", since for now at least,
3864         this code is Linux-kernel-specific.
3865
3866 2008-10-02  Jim Meyering  <meyering@redhat.com>
3867
3868         fts: bug fixes
3869         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
3870         Include <sys/vfs.h>, not <sys/statfs.h>.
3871
3872         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
3873         Include <sys/vfs.h>, not <sys/statfs.h>.
3874
3875 2008-10-01  Bruno Haible  <bruno@clisp.org>
3876
3877         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
3878         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
3879         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
3880         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
3881         * doc/posix-functions/posix_spawnp.texi: Likewise.
3882         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
3883         whether posix_spawn actually works.
3884         * m4/pipe.m4 (gl_PIPE): Likewise.
3885         * modules/execute (Files): Add m4/posix_spawn.m4.
3886         * modules/pipe (Files): Add m4/posix_spawn.m4.
3887         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
3888
3889 2008-10-01  Jim Meyering  <meyering@redhat.com>
3890
3891         remove trailing spaces
3892         * NEWS: Likewise.
3893         * lib/poll.c (poll): Likewise.
3894         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
3895         * lib/winsock.c (rpl_close): Likewise.
3896         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
3897         * modules/yield: Likewise.
3898         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
3899         * tests/test-sys_select.c (connect_to_socket): Likewise.
3900
3901         fts.c: adjust a new interface to be more generally useful
3902         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
3903         (fts_build): Adjust caller.
3904
3905 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3906
3907         * modules/cond-tests: New file.
3908         * tests/test-cond.c: New file.
3909
3910 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3911             Bruno Haible  <bruno@clisp.org>
3912
3913         * modules/cond (Dependencies): Add errno, time.
3914         * lib/glthread/cond.h: Include <time.h>.
3915         (gl_cond_define, gl_cond_define_initialized): Use the same definition
3916         across platforms.
3917
3918 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3919             Bruno Haible  <bruno@clisp.org>
3920
3921         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
3922
3923 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3924             Bruno Haible  <bruno@clisp.org>
3925
3926         * modules/tls-tests (Depends-on): Add thread, yield.
3927         (configure.ac): Remove all checks.
3928         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
3929         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
3930         gl_thread_self): Remove definitions. Include glthread/thread.h and
3931         glthread/yield.h instead.
3932         (test_tls): Pass an additional NULL argument to gl_thread_join.
3933
3934 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3935             Bruno Haible  <bruno@clisp.org>
3936
3937         * modules/lock-tests (Depends-on): Add thread, yield.
3938         (configure.ac): Remove all checks.
3939         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
3940         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
3941         gl_thread_self): Remove definitions. Include glthread/thread.h and
3942         glthread/yield.h instead.
3943         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
3944         additional NULL argument to gl_thread_join.
3945
3946 2008-09-30  Bruno Haible  <bruno@clisp.org>
3947
3948         Fix the Win32 implementation of the 'thread' module.
3949         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
3950         pointer type.
3951         (gl_thread_self): Invoke gl_thread_self_func.
3952         (gl_thread_self_func): New declaration.
3953         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
3954         (do_init_self_key, init_self_key): New functions.
3955         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
3956         Remove some fields.
3957         (running_threads, running_lock): Remove variables.
3958         (get_current_thread_handle): New function.
3959         (gl_thread_self_func, wrapper_func, glthread_create_func,
3960         glthread_join_func, gl_thread_exit_func): Largely rewritten and
3961         simplified.
3962
3963 2008-09-30  Bruno Haible  <bruno@clisp.org>
3964
3965         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
3966         files.
3967
3968 2008-09-30  Jim Meyering  <meyering@redhat.com>
3969
3970         fts.m4: correct the test for statfs.f_type
3971         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
3972         when checking for statfs.f_type.
3973
3974 2008-09-15  Simon Josefsson  <simon@josefsson.org>
3975
3976         tests: avoid some compiler warnings
3977         * tests/test-memchr.c (main): Pass NULL indirectly.
3978         * tests/test-getdate.c (main): Remove unused variable 'ret'.
3979
3980 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
3981
3982         getdate.y: disallow countable dayshifts like "4 yesterday ago"
3983         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
3984         exactly specified dayshifts.
3985         (dayshift): New rule.
3986         (rel): Add dayshift.
3987         (relative_time_table) [tomorrow, yesterday, today, now]:
3988         Use tDAY_SHIFT in place of tDAY_UNIT.
3989         * tests/test-getdate.c: Add tests for now-disallowed countable
3990         dayshifts, e.g., "4 yesterday ago".
3991
3992 2008-09-29  Bruno Haible  <bruno@clisp.org>
3993
3994         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
3995         * tests/test-posix_spawn1.in.sh: Renamed from
3996         tests/test-posix_spawn.in.sh.
3997         * tests/test-posix_spawn2.c: New file.
3998         * tests/test-posix_spawn2.in.sh: New file.
3999         * modules/posix_spawnp-tests (Files): Update.
4000         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
4001
4002 2008-09-29  Bruno Haible  <bruno@clisp.org>
4003
4004         Propagate effects of putenv/setenv/unsetenv to child processes.
4005         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
4006         * lib/pipe.c (create_pipe): Likewise.
4007
4008 2008-09-29  Bruno Haible  <bruno@clisp.org>
4009
4010         Enable use of shell scripts as executables in mingw.
4011         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
4012         run the program as a shell script.
4013         * lib/pipe.c (create_pipe): Likewise.
4014         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
4015         resulting array.
4016
4017 2008-09-29  Eric Blake  <ebb9@byu.net>
4018
4019         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
4020
4021 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
4022
4023         * doc/posix-functions/accept.texi: Update mingw problems.
4024         * doc/posix-functions/bind.texi: Update mingw problems.
4025         * doc/posix-functions/close.texi: Update mingw problems.
4026         * doc/posix-functions/connect.texi: Update mingw problems.
4027         * doc/posix-functions/getpeername.texi: Update mingw problems.
4028         * doc/posix-functions/getsockname.texi: Update mingw problems.
4029         * doc/posix-functions/getsockopt.texi: Update mingw problems.
4030         * doc/posix-functions/ioctl.texi: Update mingw problems.
4031         * doc/posix-functions/listen.texi: Update mingw problems.
4032         * doc/posix-functions/recv.texi: Update mingw problems.
4033         * doc/posix-functions/recvfrom.texi: Update mingw problems.
4034         * doc/posix-functions/select.texi: Update mingw problems.
4035         * doc/posix-functions/send.texi: Update mingw problems.
4036         * doc/posix-functions/sendto.texi: Update mingw problems.
4037         * doc/posix-functions/setsockopt.texi: Update mingw problems.
4038         * doc/posix-functions/socket.texi: Update mingw problems.
4039
4040 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
4041             Bruno Haible  <bruno@clisp.org>
4042
4043         * lib/sys_select.in.h: Include sys/time.h.
4044         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
4045         * modules/sys_select: Depend on sys_time.
4046         * tests/test-sys_select.c: Test that sys/select.h defines struct
4047         timeval fully.
4048
4049 2008-09-29  Bruno Haible  <bruno@clisp.org>
4050
4051         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
4052         * lib/sys_select.in.h: Likewise.
4053
4054 2008-09-29  Bruno Haible  <bruno@clisp.org>
4055
4056         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
4057
4058 2008-09-29  Bruno Haible  <bruno@clisp.org>
4059
4060         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
4061         Set LIBSOCKET instead of augmenting LIBS.
4062         * modules/sockets (Link): New section.
4063         * modules/sockets-tests (test_sockets_LDADD): New variable.
4064         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
4065         * modules/poll-tests (test_poll_LDADD): New variable.
4066         * NEWS: Document the change.
4067
4068 2008-09-29  Bruno Haible  <bruno@clisp.org>
4069
4070         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
4071         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
4072         ARPA_INET_H directly.
4073         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4074
4075 2008-09-28  Bruno Haible  <bruno@clisp.org>
4076
4077         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
4078         from gl_HEADER_SYS_SOCKET.
4079         (gl_HEADER_SYS_SOCKET): Invoke it.
4080         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4081
4082 2008-09-28  Bruno Haible  <bruno@clisp.org>
4083
4084         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
4085         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
4086         Needed on OSF/1 4.0.
4087
4088 2008-09-28  Bruno Haible  <bruno@clisp.org>
4089
4090         Override open more carefully.
4091         * lib/open.c (orig_open): New function.
4092         (rpl_open): Use orig_open instead of open.
4093         * lib/fcntl.in.h: Add special invocation convention.
4094         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
4095         (gl_FUNC_OPEN): Invoke it.
4096
4097         Override freopen more carefully.
4098         * lib/freopen.c (orig_freopen): New function.
4099         (rpl_freopen): Use orig_freopen instead of freopen.
4100         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
4101         (gl_FUNC_FREOPEN): Invoke it.
4102
4103         Override fopen more carefully.
4104         * lib/fopen.c (orig_fopen): New function.
4105         (rpl_fopen): Use orig_fopen instead of fopen.
4106         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
4107         (gl_FUNC_FOPEN): Invoke it.
4108         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
4109
4110 2008-09-28  Bruno Haible  <bruno@clisp.org>
4111
4112         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
4113         SIGPIPE.
4114
4115 2008-09-28  Bruno Haible  <bruno@clisp.org>
4116
4117         * tests/test-sigaction.c (handler, main): Disable the check whether
4118         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
4119         glibc systems with LinuxThreads.
4120
4121 2008-09-28  Bruno Haible  <bruno@clisp.org>
4122
4123         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
4124
4125         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
4126         with AIX xlc.
4127         * lib/fcntl.in.h (open): Likewise.
4128         Reported by Rainer Tammer <tammer@tammer.net>.
4129
4130 2008-09-28  Bruno Haible  <bruno@clisp.org>
4131
4132         * modules/posix_spawnp-tests: New file.
4133         * tests/test-posix_spawn.c: New file.
4134         * tests/test-posix_spawn.in.sh: New file.
4135
4136         New module 'posix_spawnp'.
4137         * modules/posix_spawnp: New file.
4138         * lib/spawnp.c: New file, from GNU libc with modifications.
4139         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
4140
4141         New module 'posix_spawn'.
4142         * modules/posix_spawn: New file.
4143         * lib/spawn.c: New file, from GNU libc with modifications.
4144         * doc/posix-functions/posix_spawn.texi: Mention the new module.
4145
4146         New module 'posix_spawnattr_destroy'.
4147         * modules/posix_spawnattr_destroy: New file.
4148         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
4149         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
4150         module.
4151
4152         New module 'posix_spawnattr_setsigmask'.
4153         * modules/posix_spawnattr_setsigmask: New file.
4154         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
4155         modifications.
4156         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
4157         new module.
4158
4159         New module 'posix_spawnattr_getsigmask'.
4160         * modules/posix_spawnattr_getsigmask: New file.
4161         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
4162         modifications.
4163         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
4164         new module.
4165
4166         New module 'posix_spawnattr_setsigdefault'.
4167         * modules/posix_spawnattr_setsigdefault: New file.
4168         * lib/spawnattr_setdefault.c: New file, from GNU libc with
4169         modifications.
4170         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
4171         new module.
4172
4173         New module 'posix_spawnattr_getsigdefault'.
4174         * modules/posix_spawnattr_getsigdefault: New file.
4175         * lib/spawnattr_getdefault.c: New file, from GNU libc with
4176         modifications.
4177         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
4178         new module.
4179
4180         New module 'posix_spawnattr_setschedpolicy'.
4181         * modules/posix_spawnattr_setschedpolicy: New file.
4182         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
4183         modifications.
4184         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
4185         new module.
4186
4187         New module 'posix_spawnattr_getschedpolicy'.
4188         * modules/posix_spawnattr_getschedpolicy: New file.
4189         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
4190         modifications.
4191         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
4192         new module.
4193
4194         New module 'posix_spawnattr_setschedparam'.
4195         * modules/posix_spawnattr_setschedparam: New file.
4196         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
4197         modifications.
4198         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
4199         new module.
4200
4201         New module 'posix_spawnattr_getschedparam'.
4202         * modules/posix_spawnattr_getschedparam: New file.
4203         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
4204         modifications.
4205         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
4206         new module.
4207
4208         New module 'posix_spawnattr_setpgroup'.
4209         * modules/posix_spawnattr_setpgroup: New file.
4210         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
4211         modifications.
4212         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
4213         module.
4214
4215         New module 'posix_spawnattr_getpgroup'.
4216         * modules/posix_spawnattr_getpgroup: New file.
4217         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
4218         modifications.
4219         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
4220         module.
4221
4222         New module 'posix_spawnattr_setflags'.
4223         * modules/posix_spawnattr_setflags: New file.
4224         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
4225         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
4226         module.
4227
4228         New module 'posix_spawnattr_getflags'.
4229         * modules/posix_spawnattr_getflags: New file.
4230         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
4231         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
4232         module.
4233
4234         New module 'posix_spawnattr_init'.
4235         * modules/posix_spawnattr_init: New file.
4236         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
4237         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
4238         module.
4239
4240         New module 'posix_spawn_file_actions_destroy'.
4241         * modules/posix_spawn_file_actions_destroy: New file.
4242         * lib/spawn_faction_destroy.c: New file, from GNU libc with
4243         modifications.
4244         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
4245         the new module.
4246
4247         New module 'posix_spawn_file_actions_addopen'.
4248         * modules/posix_spawn_file_actions_addopen: New file.
4249         * lib/spawn_faction_addopen.c: New file, from GNU libc with
4250         modifications.
4251         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
4252         the new module.
4253
4254         New module 'posix_spawn_file_actions_adddup2'.
4255         * modules/posix_spawn_file_actions_adddup2: New file.
4256         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
4257         modifications.
4258         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
4259         the new module.
4260
4261         New module 'posix_spawn_file_actions_addclose'.
4262         * modules/posix_spawn_file_actions_addclose: New file.
4263         * lib/spawn_faction_addclose.c: New file, from GNU libc with
4264         modifications.
4265         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
4266         the new module.
4267
4268         New module 'posix_spawn_file_actions_init'.
4269         * modules/posix_spawn_file_actions_init: New file.
4270         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
4271         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
4272         new module.
4273
4274         New module 'posix_spawn-internal'.
4275         * modules/posix_spawn-internal: New file.
4276         * lib/spawn_int.h: New file, from GNU libc with modifications.
4277         * lib/spawni.c: New file, from GNU libc with modifications.
4278         * m4/posix_spawn.m4: New file.
4279
4280         New module 'spawn'.
4281         * modules/spawn: New file.
4282         * lib/spawn.in.h: New file, from GNU libc with modifications.
4283         * m4/spawn_h.m4: New file.
4284         * doc/posix-headers/spawn.texi: Mention the new module.
4285
4286 2008-09-28  Bruno Haible  <bruno@clisp.org>
4287
4288         * modules/sched-tests: New file.
4289         * tests/test-sched.c: New file.
4290
4291         New module 'sched'.
4292         * modules/sched: New file.
4293         * lib/sched.in.h: New file.
4294         * m4/sched_h.m4: New file.
4295         * doc/posix-headers/sched.texi: Mention the new module.
4296
4297 2008-09-27  Eric Blake  <ebb9@byu.net>
4298
4299         Fix previous patch, and tweak references to $0.
4300         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
4301         (func_version, func_gnulib_dir): Don't call this program
4302         gnulib-tool.
4303         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
4304         with using $0 in function.
4305         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
4306         (func_fatal_error): Reuse the name the user invoked us with.
4307
4308 2008-09-27  Bruno Haible  <bruno@clisp.org>
4309
4310         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
4311         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
4312         (gl_ICONV_H): Not here.
4313         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
4314         instead of assigning ICONV_H directly.
4315
4316         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
4317         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
4318         WCHAR_H directly.
4319
4320 2008-09-27  Bruno Haible  <bruno@clisp.org>
4321
4322         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
4323         * modules/arpa_inet (Depends-on): Add link-warning.
4324         (Makefile.am): Insert the definition of GL_LINK-WARNING.
4325         * modules/unistd (Makefile.am): Likewise.
4326
4327 2008-09-26  Bruno Haible  <bruno@clisp.org>
4328
4329         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
4330         variables.
4331         (func_version): Essentially copied from gnulib-tool.
4332         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
4333         func_readlink): Copied from gnulib-tool.
4334
4335 2008-09-26  Bruno Haible  <bruno@clisp.org>
4336
4337         * gnulib-tool (func_version): Change directory to $gnulib_dir before
4338         invoking git-version-gen.
4339
4340 2008-09-26  Bruno Haible  <bruno@clisp.org>
4341
4342         * posix-modules: Update to directory names changed on 2008-01-19.
4343         Remove commas in output before splitting into words. No more need to
4344         avoid 'ftruncate' since 2007-02-19.
4345
4346 2008-09-26  Bruno Haible  <bruno@clisp.org>
4347
4348         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
4349
4350 2008-09-26  Bruno Haible  <bruno@clisp.org>
4351
4352         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
4353         * modules/fwriteerror (Depends-on): Add errno.
4354
4355 2008-09-26  Bruno Haible  <bruno@clisp.org>
4356
4357         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
4358         * tests/test-vc-list-files-cvs.sh: Likewise.
4359
4360 2008-09-26  Bruno Haible  <bruno@clisp.org>
4361
4362         * doc/posix-headers/sys_resource.texi: Reorder items.
4363
4364 2008-09-26  Jim Meyering  <meyering@redhat.com>
4365
4366         fts: tweak inode comparison function
4367         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
4368         inode numbers, as documented.
4369
4370         fts: sort dirent entries on inode number before traversing
4371         This avoids a quadratic, seek-related performance penalty when
4372         operating on a directory containing many entries (measurable at 10k;
4373         3.5 hours at 2 million entries with a cold cache) on certain types
4374         of file systems, including ext3 and ext4, but not tmpfs.
4375         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
4376         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
4377         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
4378         (fs_handles_readdir_ordered_dirents_efficiently): New function.
4379         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
4380         (fts_build): Set the stat.st_ino member from D_INO.
4381         If it is likely to be useful, sort dirent entries on inode number.
4382
4383         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
4384         and the struct statfs.f_type member.
4385         * modules/fts (Depends-on): Add d-ino.
4386
4387 2008-09-26  Bruno Haible  <bruno@clisp.org>
4388
4389         * modules/sigpipe-die (Depends-on): Add sigpipe.
4390
4391         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
4392         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
4393         and GNULIB_STDIO_H_SIGPIPE are set.
4394         * lib/stdio-write.c: New file.
4395         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
4396         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
4397         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
4398         REPLACE_STDIO_WRITE_FUNCS.
4399         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
4400         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
4401         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
4402         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
4403         * modules/stdio (Files): Add lib/stdio-write.c.
4404         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
4405         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
4406         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
4407         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
4408         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
4409         REPLACE_FPRINTF_POSIX.
4410         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
4411         REPLACE_PRINTF_POSIX.
4412         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
4413         REPLACE_VFPRINTF_POSIX.
4414         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
4415         REPLACE_VPRINTF_POSIX.
4416         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
4417         SIGPIPE issue.
4418         * doc/posix-functions/fputc.texi: Likewise.
4419         * doc/posix-functions/fputs.texi: Likewise.
4420         * doc/posix-functions/fwrite.texi: Likewise.
4421         * doc/posix-functions/printf.texi: Likewise.
4422         * doc/posix-functions/putc.texi: Likewise.
4423         * doc/posix-functions/putchar.texi: Likewise.
4424         * doc/posix-functions/puts.texi: Likewise.
4425         * doc/posix-functions/vfprintf.texi: Likewise.
4426         * doc/posix-functions/vprintf.texi: Likewise.
4427
4428         * modules/safe-write (Depends-on): Add write.
4429
4430         * modules/sigpipe-tests: New file.
4431         * tests/test-sigpipe.c: New file.
4432         * tests/test-sigpipe.sh: New file.
4433
4434         * modules/write: New file.
4435         * lib/unistd.in.h: Include <sys/types.h>.
4436         (write): New declaration.
4437         * lib/write.c: New file.
4438         * m4/write.m4: New file.
4439         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4440         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
4441         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
4442         GNULIB_WRITE, REPLACE_WRITE.
4443         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
4444         and the SIGPIPE issue.
4445
4446         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
4447         (raise): New declaration.
4448         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
4449         (ext_signal): New function.
4450         (rpl_raise): New function.
4451         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
4452         GNULIB_SIGNAL_H_SIGPIPE.
4453         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
4454         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
4455
4456         * modules/sigpipe: New file.
4457         * m4/sigpipe.m4: New file.
4458
4459 2008-09-25  Derek Price  <derek@ximbiot.com>
4460             Bruno Haible  <bruno@clisp.org>
4461
4462         * gnulib-tool (func_import): Report all license incompatibilities, not
4463         just the first one.
4464
4465 2008-09-25  Bruno Haible  <bruno@clisp.org>
4466
4467         * gnulib-tool (func_import): When computing the edits, consider not
4468         only the Makefile.ams that exist but also those that will be generated.
4469
4470 2008-09-25  Simon Josefsson  <simon@josefsson.org>
4471
4472         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
4473         fixes gnulib-tool --test warning about duplicate dependency.
4474
4475 2008-09-25  Bruno Haible  <bruno@clisp.org>
4476
4477         * gnulib-tool: Don't ask the user to perform edits in the generated
4478         Makefile.ams.
4479         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
4480         apply to the Makefile.am being generated.
4481         (func_emit_tests_Makefile_am): Execute edits that apply to the
4482         Makefile.am being generated.
4483         (func_import): Setup list of Makefile.am edits before emitting the
4484         Makefile.ams, not at the end.
4485         (func_create_testdir): Update.
4486         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4487
4488 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4489
4490         * gnulib-tool (func_import): Store the --tests-base option in the
4491         comment in gnulib-cache.m4.
4492
4493 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
4494
4495         * NEWS: Document increased portability that sys_select now provides.
4496
4497         * lib/sys_select.in.h: Install select wrapper.
4498         * lib/sys_socket.in.h: Use more descriptive name when there is no
4499         select wrapper.
4500         * lib/winsock-select.c: New.
4501         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
4502         Require gl_HEADER_SYS_SOCKET.
4503         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
4504         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
4505         * tests/test-sys_select.c: Add functional tests.
4506
4507 2008-09-24  Eric Blake  <ebb9@byu.net>
4508
4509         open, fopen: close fd leak in last patch
4510         * lib/open.c (rpl_open): Close fd before returning error.
4511         * lib/fopen.c (rpl_fopen): Close fd before returning error.
4512         * doc/posix-functions/open.texi (open): Document that Irix also
4513         has the bug.
4514         * doc/posix-functions/fopen.texi (fopen): Likewise.
4515         Reported by Paolo Bonzini.
4516
4517 2008-09-24  Bruno Haible  <bruno@clisp.org>
4518
4519         Ensure that a filename ending in a slash cannot be used to access a
4520         non-directory.
4521         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
4522         to check whether it's really a directory.
4523         * lib/fopen.c: Include fcntl.h, unistd.h.
4524         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
4525         and fdopen().
4526         * modules/fopen (Depends-on): Add unistd.
4527         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
4528         * tests/test-fopen.c (main): Likewise.
4529         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
4530         * doc/posix-functions/fopen.texi: Likewise.
4531         Reported by Eric Blake.
4532
4533 2008-09-23  Eric Blake  <ebb9@byu.net>
4534
4535         c-stack: avoid compiler optimizations when provoking overflow
4536         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
4537         recursion harder to optimize, to ensure a stack overflow occurs.
4538         * tests/test-c-stack.c (recurse): Likewise.
4539         Borrowed from libsigsegv.
4540
4541         c-stack: work around Irix sigaltstack bug
4542         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
4543         whether sigaltstack uses wrong end of stack_t (copied in part from
4544         libsigsegv).
4545         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
4546         Irix bug, without requiring an over-allocation.
4547         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
4548         bug.
4549
4550         fopen: document mingw bug on directories
4551         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
4552         not allowing a stream visiting a directory, even though reading
4553         from such a stream is not portable.
4554
4555 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
4556
4557         * lib/poll.c: Rewrite.
4558         * modules/poll: Depend on alloca.
4559
4560 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
4561
4562         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
4563         instead define prototypes for a full set of wrappers.  Ensure
4564         that Cygwin does not use the compatibility code, which is only
4565         for MinGW.
4566         * lib/winsock.c: New.
4567         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
4568         * modules/sys_socket: Add lib/winsock.c.
4569
4570         * modules/poll-tests: Add errno and perror.
4571         * tests/test-poll.c: Use ioctl, not ioctlsocket.
4572
4573 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
4574
4575         * tests/test-poll.c: Downgrade minimum needed Winsock version.
4576
4577 2008-09-23  Bruno Haible  <bruno@clisp.org>
4578
4579         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
4580         * doc/glibc-functions/*: Likewise.
4581
4582 2008-09-23  Simon Josefsson  <simon@josefsson.org>
4583
4584         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
4585         success.
4586
4587 2008-09-22  Eric Blake  <ebb9@byu.net>
4588             Bruno Haible  <bruno@clisp.org>
4589
4590         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
4591         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
4592         supply %A but mishandle pseudo-NaN.
4593         Reported by Simon Josefsson.
4594
4595 2008-09-21  Bruno Haible  <bruno@clisp.org>
4596
4597         * tests/test-lock.c (main): Tweak skip message.
4598         * tests/test-tls.c (main): Likewise.
4599
4600 2008-09-21  Bruno Haible  <bruno@clisp.org>
4601
4602         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
4603         whether 'struct sigaction' has sa_sigaction here...
4604         (gl_PREREQ_SIG_HANDLER_H): ... not here.
4605         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
4606
4607 2008-09-21  Bruno Haible  <bruno@clisp.org>
4608
4609         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
4610         section.
4611         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
4612         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
4613         the new section.
4614         (Support for obsolete systems lacking POSIX:2001): New section.
4615         (String handling <string.h>): Move strdup to the new section.
4616         Suggested by Simon Josefsson and Paolo Bonzini.
4617
4618 2008-09-21  Bruno Haible  <bruno@clisp.org>
4619
4620         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
4621         exponents in %e and %g results on 'long double'. Needed for mingw's
4622         improved *printf functions.
4623         * tests/test-vasprintf-posix.c (test_function): Likewise.
4624         * tests/test-snprintf-posix.h (test_function): Likewise.
4625         * tests/test-sprintf-posix.h (test_function): Likewise.
4626         Reported by Eric Blake.
4627
4628 2008-09-21  Bruno Haible  <bruno@clisp.org>
4629
4630         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
4631         * tests/test-sprintf-posix.h (test_function): Likewise.
4632
4633 2008-09-21  Bruno Haible  <bruno@clisp.org>
4634
4635         * modules/getpass (Depends-on): Add strdup-posix.
4636
4637         New module 'strdup-posix'.
4638         * modules/strdup-posix: New file.
4639         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
4640         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
4641         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
4642         REPLACE_STRDUP.
4643         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
4644         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
4645         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4646         strdup-posix.
4647
4648         * modules/strdup (Depends-on): Remove malloc-posix.
4649
4650 2008-09-20  Bruno Haible  <bruno@clisp.org>
4651
4652         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
4653         Wildenhues.
4654
4655 2008-09-20  Bruno Haible  <bruno@clisp.org>
4656
4657         Ensure that wint_t gets defined on IRIX 5.3.
4658         * lib/wchar.in.h (wint_t): Define if not defined by the system.
4659         * lib/wctype.in.h (wint_t): Likewise.
4660         (__wctype_wint_t): Remove type.
4661         (isw*): Use wint_t instead of __wctype_wint_t.
4662         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
4663         * modules/wchar (Files): Add m4/wint_t.m4.
4664         (Makefile.am): Substitute HAVE_WINT_T.
4665         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
4666         * tests/test-wctype.c: Check that wint_t is defined.
4667         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
4668         * doc/posix-headers/wctype.texi: Likewise.
4669         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
4670
4671 2008-09-18  Bruno Haible  <bruno@clisp.org>
4672
4673         * gnulib-tool (func_exit): Update comment.
4674
4675 2008-09-18  Simon Josefsson  <simon@josefsson.org>
4676
4677         * modules/getaddrinfo (Depends-on): Remove strdup, this module
4678         assumes strdup exists and does not depend on strdup to return
4679         ENOMEM on out of memory conditions.
4680
4681 2008-09-18  Bruno Haible  <bruno@clisp.org>
4682
4683         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
4684         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
4685         digits for the exponent.
4686
4687 2008-09-18  Jim Meyering  <meyering@redhat.com>
4688             Bruno Haible  <bruno@clisp.org>
4689
4690         * lib/vasnprintf.c (decimal_point_char): Define also if
4691         NEED_PRINTF_INFINITE_LONG_DOUBLE.
4692
4693 2008-09-16  Bruno Haible  <bruno@clisp.org>
4694         and Eric Blake  <ebb9@byu.net>
4695
4696         vasnprintf: support Irix 5.3
4697         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
4698         that mishandle long double infinity.
4699         Reported by Tom G. Christensen.
4700
4701 2008-09-16  Bruno Haible  <bruno@clisp.org>
4702
4703         * doc/glibc-functions/scandir.texi: Mention the function is missing on
4704         Solaris 9.
4705         * doc/glibc-functions/alphasort.texi: Likewise.
4706         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
4707
4708 2008-09-16  Jim Meyering  <meyering@redhat.com>
4709
4710         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
4711         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
4712         a umask modification leak out of a subshell.  Otherwise, the
4713         opensolaris /bin/sh would be accepted and thus cause unwarranted
4714         failures in the coreutils test suite.
4715
4716 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
4717
4718         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
4719         to succeed.
4720
4721 2008-09-16  Jim Meyering  <meyering@redhat.com>
4722
4723         avoid spurious test failure when library is built without ACL support
4724         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
4725         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
4726         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
4727         * tests/test-copy-acl.sh: Likewise.
4728
4729 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4730
4731         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
4732         based on character occurrence counts.
4733
4734 2008-09-15  Eric Blake  <ebb9@byu.net>
4735
4736         tests: avoid some compiler warnings
4737         * tests/test-memchr.c (main): Pass NULL indirectly.
4738         * tests/test-closein.c (main): Avoid unused variable.
4739
4740 2008-09-15  Bruno Haible  <bruno@clisp.org>
4741
4742         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
4743         are missing on OpenBSD 4.0 individually.
4744         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4745
4746 2008-09-15  Bruno Haible  <bruno@clisp.org>
4747
4748         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
4749         * doc/posix-functions/strerror.texi: Mention also Cygwin.
4750         * doc/posix-functions/perror.texi: Likewise.
4751         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
4752         is missing.
4753         Reported by Eric Blake.
4754
4755         * lib/errno.in.h: Use replacement values >= 2000.
4756         Reported by Eric Blake.
4757
4758 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4759
4760         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
4761         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
4762         limit.
4763         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
4764         compareseq was aborted.
4765
4766 2008-09-14  Bruno Haible  <bruno@clisp.org>
4767
4768         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
4769         yvec_edit_count.
4770         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
4771         (fstrcmp_bounded): Simplify result computation accordingly.
4772
4773 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4774
4775         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
4776         (fstrcmp): Define in terms of fstrcmp_bounded.
4777         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
4778         lower_bound argument.
4779         Return quickly if the result is certainly < lower_bound.
4780         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
4781
4782 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4783
4784         * lib/diffseq.h (EARLY_ABORT): New macro.
4785         (compareseq): Change return type to bool. Return true when EARLY_ABORT
4786         evaluates to true.
4787
4788 2008-09-14  Bruno Haible  <bruno@clisp.org>
4789
4790         * modules/perror-tests: New file.
4791         * tests/test-perror.sh: New file.
4792         * tests/test-perror.c: New file.
4793
4794         New module 'perror'.
4795         * lib/stdio.in.h (perror): New declaration.
4796         * lib/perror.c: New file.
4797         * m4/perror.m4: New file.
4798         * modules/perror: New file.
4799         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
4800         * doc/posix-functions/perror.texi: Mention the perror module.
4801         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
4802         REPLACE_PERROR.
4803         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
4804         REPLACE_PERROR.
4805
4806 2008-09-14  Bruno Haible  <bruno@clisp.org>
4807
4808         * modules/stdio (Makefile.am): Reorder to match the order in
4809         lib/stdio.in.h.
4810         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
4811
4812 2008-09-13  Bruno Haible  <bruno@clisp.org>
4813
4814         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
4815
4816 2008-09-13  Bruno Haible  <bruno@clisp.org>
4817
4818         Extend strerror to cover the added errno values.
4819         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
4820         (rpl_strerror): Provide error messages for the added errno values and
4821         for the WSA* values.
4822         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
4823         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
4824         strerror.
4825         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
4826         * modules/strerror (Depends-on): Add errno.
4827         * doc/posix-functions/strerror.texi: Document the change.
4828         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
4829         and EOVERFLOW.
4830
4831 2008-09-13  Bruno Haible  <bruno@clisp.org>
4832
4833         * modules/EOVERFLOW: Remove file.
4834         * m4/eoverflow.m4: Remove file.
4835         * modules/EOVERFLOW-tests: Remove file.
4836         * tests/test-EOVERFLOW.c: Remove file.
4837         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
4838         * modules/ftell (Depends-on): Likewise.
4839         * modules/getdelim (Depends-on): Likewise.
4840         * modules/getugroups (Depends-on): Likewise.
4841         * modules/poll (Depends-on): Likewise.
4842         * modules/snprintf (Depends-on): Likewise.
4843         * modules/sprintf-posix (Depends-on): Likewise.
4844         * modules/vasnprintf (Depends-on): Likewise.
4845         * modules/vasprintf (Depends-on): Likewise.
4846         * modules/vfprintf-posix (Depends-on): Likewise.
4847         * modules/vsnprintf (Depends-on): Likewise.
4848         * modules/vsprintf-posix (Depends-on): Likewise.
4849         * modules/xvasprintf (Depends-on): Likewise.
4850         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
4851         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
4852         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
4853         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
4854         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
4855         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
4856         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
4857         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
4858         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
4859         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
4860         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
4861         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
4862         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4863         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
4864         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
4865         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
4866         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4867         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
4868         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
4869         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
4870         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4871         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
4872         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
4873         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
4874         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
4875         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4876         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
4877         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
4878         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
4879         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
4880         * MODULES.html.sh: Remove EOVERFLOW.
4881         * NEWS: Mention the change.
4882
4883 2008-09-13  Bruno Haible  <bruno@clisp.org>
4884
4885         * modules/errno-tests: New file.
4886         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
4887
4888         * lib/errno.in.h: New file.
4889         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
4890         * modules/errno: New file.
4891         * doc/posix-headers/errno.texi: Update documentation.
4892         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
4893
4894 2008-09-13  Bruno Haible  <bruno@clisp.org>
4895
4896         * tests/test-poll.c: Use #if for native Windows, rather than testing
4897         __MSVCRT__.
4898
4899 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4900             Bruno Haible  <bruno@clisp.org>
4901
4902         * lib/glob.c: Don't include <pwd.h> on native Windows.
4903         (WINDOWS32): New macro.
4904         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
4905
4906 2008-09-13  Bruno Haible  <bruno@clisp.org>
4907
4908         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
4909         (ETIMEDOUT): Remove macro.
4910         (glthread_cond_timedwait_multithreaded): New declaration.
4911         (glthread_cond_timedwait): Use it.
4912         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
4913         (glthread_cond_timedwait_multithreaded): New function.
4914
4915 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
4916
4917         * modules/poll-tests: Do not check for io.h.
4918         * tests/test-poll.c: Check for __MSVCRT__ instead.
4919
4920 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
4921
4922         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
4923         * modules/poll-tests: Add inet_pton, stdbool, sockets.
4924         * tests/test-poll.c: Use them.  Use _pipe on Windows.
4925
4926 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
4927
4928         * modules/poll-tests: New.
4929         * tests/test-poll.c: New.
4930
4931 2008-09-12  Eric Blake  <ebb9@byu.net>
4932
4933         frexp: test for NetBSD failure on -0.0
4934         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
4935         not all, bugs from NetBSD 3.0 have been fixed.
4936         * doc/posix-functions/frexp.texi (frexp): Document bug.
4937         Reported by Thomas Klausner.
4938
4939         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
4940         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
4941         literal -0.0.
4942         Reported by Jonathan C. Patschke <jp@centtech.com>.
4943
4944 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4945
4946         * lib/glthread/cond.h: Use dummy implementation also if
4947         USE_WIN32_THREADS.
4948
4949 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4950
4951         * modules/fnmatch-posix (License): Change to LGPLv2+.
4952         * modules/fnmatch-gnu (License): Likewise.
4953
4954 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4955
4956         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
4957
4958 2008-09-11  Jim Meyering  <meyering@redhat.com>
4959
4960         * users.txt: Add gtk-vnc.
4961
4962 2008-09-08  Simon Josefsson  <simon@josefsson.org>
4963
4964         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
4965         rotate amounts.
4966
4967         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
4968         required for 16-bit and 8-bit rotates.
4969         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
4970         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
4971         UINT8_MAX instead of hard-coded constants.
4972         Suggested by Paul Eggert.
4973
4974 2008-09-07  Bruno Haible  <bruno@clisp.org>
4975
4976         * tests/test-striconveh.c (main): Check behaviour when converting from
4977         UTF-7.
4978
4979         Make striconveh work better with stateful encodings.
4980         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
4981         that iconv does not increment the inptr when returning -1/EINVAL.
4982
4983 2008-09-07  Bruno Haible  <bruno@clisp.org>
4984
4985         * build-aux/config.rpath: Update according to libtool-2.2.6.
4986         * build-aux/config.libpath: Likewise.
4987
4988 2008-09-06  Bruno Haible  <bruno@clisp.org>
4989
4990         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
4991         * lib/freadptr.c (freadptr): Likewise.
4992         * lib/freadseek.c (freadptrinc): Likewise.
4993         Reported by Simon Josefsson.
4994
4995 2008-09-06  Bruno Haible  <bruno@clisp.org>
4996
4997         * modules/freadptr (License): Change to LGPLv2+.
4998         * modules/freadseek (License): Likewise.
4999         Suggested by Eric Blake.
5000
5001         * modules/memchr2 (License): Change to LGPLv2+.
5002         Approved by Eric Blake.
5003
5004 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5005             Bruno Haible  <bruno@clisp.org>
5006
5007         Make gnulib-tool work with native 'sed' on AIX.
5008         * gnulib-tool (sed_noop): New variable.
5009         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
5010         func_add_or_update, func_create_testdir): Use it to initialize sed
5011         script variables.
5012         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5013
5014 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
5015             Bruno Haible  <bruno@clisp.org>
5016
5017         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
5018         also works after #include directives.
5019
5020 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
5021
5022         getdate.y: reject an out-of-range timezone value
5023         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
5024         the range [-24...+24].  When specified with only one or two digits,
5025         * tests/test-getdate.c: Tests for the fix.
5026         * doc/getdate.texi: Document this change.
5027
5028 2008-09-03  Bruno Haible  <bruno@clisp.org>
5029
5030         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
5031
5032 2008-09-02  Simon Josefsson  <simon@josefsson.org>
5033
5034         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
5035         <bruce.korb@gmail.com> with ideas from Ben Pfaff
5036         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
5037         Blake <ebb9@byu.net>.
5038
5039         * tests/test-bitrotate.c: Add more test vectors.
5040
5041 2008-09-02  Eric Blake  <ebb9@byu.net>
5042
5043         vasnprintf-posix: handle large precision via %.*d
5044         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
5045         when handling it ourselves.
5046         * tests/test-vasnprintf-posix.c (test_function): Add test.
5047         * tests/test-snprintf-posix.h (test_function): Likewise.
5048         * tests/test-sprintf-posix.h (test_function): Likewise.
5049         * tests/test-vasprintf-posix.c (test_function): Likewise.
5050         Reported by Alain Guibert.
5051
5052 2008-09-01  Eric Blake  <ebb9@byu.net>
5053
5054         c-stack: make configure-time check more robust
5055         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
5056         successful sigaction call.
5057         Reported by Tom G. Christensen.
5058
5059 2008-09-01  Bruno Haible  <bruno@clisp.org>
5060
5061         New module 'findprog-lgpl'.
5062         * modules/findprog-lgpl: New file.
5063         * lib/findprog-lgpl.c: New file.
5064         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
5065         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
5066         to decide whether to use strdup or xstrdup, concatenated_filename or
5067         xconcatenated_filename.
5068
5069 2008-09-01  Bruno Haible  <bruno@clisp.org>
5070
5071         Split module 'concat-filename' into 'concat-filename' (LGPL) and
5072         'xconcat-filename' (GPL).
5073         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
5074         (License): Change to LGPLv2+.
5075         * modules/xconcat-filename: New file.
5076         * lib/concat-filename.h (concatenated_filename): Change specification.
5077         (xconcatenated_filename): New declaration.
5078         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
5079         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
5080         memory situations.
5081         * lib/xconcat-filename.c: New file.
5082         * NEWS: Mention the change.
5083         * lib/findprog.c: Include concat-filename.h, not filename.h.
5084         (find_in_path): Use xconcatenated_filename instead of
5085         concatenated_filename.
5086         * lib/javacomp.c: Include concat-filename.h, not filename.h.
5087         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5088         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5089         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5090         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
5091         instead of concatenated_filename.
5092         * lib/javaexec.c: Include concat-filename.h, not filename.h.
5093         (execute_java_class): Use xconcatenated_filename instead of
5094         concatenated_filename.
5095         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
5096         * modules/javacomp (Depends-on): Likewise.
5097         * modules/javaexec (Depends-on): Likewise.
5098
5099 2008-09-01  Bruno Haible  <bruno@clisp.org>
5100
5101         Split module 'filename' into 'filename' and 'concat-filename'.
5102         * modules/filename: Keep only lib/filename.h.
5103         (License): Change to LGPLv2+.
5104         * modules/concat-filename: New file, extracted from modules/filename.
5105         * lib/filename.h (concatenated_filename): Remove declaration.
5106         * lib/concat-filename.h: New file, extracted from lib/filename.h.
5107         * lib/concat-filename.c: Include concat-filename.h.
5108         * NEWS: Mention the change.
5109
5110 2008-09-01  Simon Josefsson  <simon@josefsson.org>
5111
5112         * lib/bitrotate.h (rotl8, rotr8): Add.
5113
5114         * modules/bitrotate (configure.ac): Need
5115         AC_REQUIRE([AC_C_INLINE]).
5116         (Description): Mention stdint.h.  Reported by Bruno Haible
5117         <bruno@clisp.org>.
5118
5119         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
5120         Paolo Bonzini <bonzini@gnu.org>.
5121
5122 2008-08-31  Bruno Haible  <bruno@clisp.org>
5123
5124         Assume Solaris specific bi-arch conventions on Solaris systems.
5125         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
5126         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
5127         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
5128         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
5129         like acl_libdirstem.
5130         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
5131         acl_libdirstem.
5132         * NEWS: Mention the change.
5133         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
5134
5135 2008-08-31  Jim Meyering  <meyering@redhat.com>
5136
5137         * lib/strftime.h: Add comments describing the two added arguments.
5138
5139         remove duplicate #include directives
5140         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
5141         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
5142
5143 2008-08-31  Bruno Haible  <bruno@clisp.org>
5144
5145         New module 'sigpipe-die'.
5146         * modules/sigpipe-die: New file.
5147         * lib/sigpipe-die.h: New file.
5148         * lib/sigpipe-die.c: New file.
5149         * MODULES.html.sh (Signal handling): Add sigpipe-die.
5150
5151 2008-08-31  Bruno Haible  <bruno@clisp.org>
5152
5153         Don't override previously installed signal handlers.
5154         * lib/fatal-signal.c (saved_sigactions): New variable.
5155         (uninstall_handlers): Reset the signal to the saved handler, not
5156         to SIG_DFL (except when ignored).
5157         (install_handlers): Save the previous handlers.
5158
5159 2008-08-30  Bruno Haible  <bruno@clisp.org>
5160
5161         * gnulib-tool (func_reset_sigpipe): New function.
5162         (func_get_automake_snippet, func_modules_transitive_closure,
5163         func_import): Invoke it before a join command that reads from stdin,
5164         to avoid "echo: write error: Broken pipe" error messages on stderr.
5165         Reported by Sam Steingold <sds@gnu.org>.
5166
5167 2008-08-30  Bruno Haible  <bruno@clisp.org>
5168
5169         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
5170         Code copied from m4/open.m4.
5171         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
5172         access and the filename ends in a slash. Code copied from lib/open.c.
5173         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
5174         * tests/test-fopen.c (main): Check against bug with trailing slash.
5175
5176 2008-08-29  Bruno Haible  <bruno@clisp.org>
5177
5178         Avoid some "gcc -pedantic" warnings.
5179         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
5180         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
5181         * lib/dirent.in.h: Likewise.
5182         * lib/fcntl.in.h: Likewise.
5183         * lib/float.in.h: Likewise.
5184         * lib/iconv.in.h: Likewise.
5185         * lib/inttypes.in.h: Likewise.
5186         * lib/locale.in.h: Likewise.
5187         * lib/math.in.h: Likewise.
5188         * lib/netinet_in.in.h: Likewise.
5189         * lib/search.in.h: Likewise.
5190         * lib/signal.in.h: Likewise.
5191         * lib/stdarg.in.h: Likewise.
5192         * lib/stdint.in.h: Likewise.
5193         * lib/stdio.in.h: Likewise.
5194         * lib/stdlib.in.h: Likewise.
5195         * lib/string.in.h: Likewise.
5196         * lib/strings.in.h: Likewise.
5197         * lib/sys_select.in.h: Likewise.
5198         * lib/sys_socket.in.h: Likewise.
5199         * lib/sys_stat.in.h: Likewise.
5200         * lib/sys_time.in.h: Likewise.
5201         * lib/sysexits.in.h: Likewise.
5202         * lib/time.in.h: Likewise.
5203         * lib/unistd.in.h: Likewise.
5204         * lib/wchar.in.h: Likewise.
5205         * lib/wctype.in.h: Likewise.
5206         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
5207         * modules/fchdir (Makefile.am): Likewise.
5208         * modules/fcntl (Makefile.am): Likewise.
5209         * modules/float (Makefile.am): Likewise.
5210         * modules/iconv_open (Makefile.am): Likewise.
5211         * modules/inttypes (Makefile.am): Likewise.
5212         * modules/locale (Makefile.am): Likewise.
5213         * modules/math (Makefile.am): Likewise.
5214         * modules/netinet_in (Makefile.am): Likewise.
5215         * modules/search (Makefile.am): Likewise.
5216         * modules/signal (Makefile.am): Likewise.
5217         * modules/stdarg (Makefile.am): Likewise.
5218         * modules/stdint (Makefile.am): Likewise.
5219         * modules/stdio (Makefile.am): Likewise.
5220         * modules/stdlib (Makefile.am): Likewise.
5221         * modules/string (Makefile.am): Likewise.
5222         * modules/strings (Makefile.am): Likewise.
5223         * modules/sys_select (Makefile.am): Likewise.
5224         * modules/sys_socket (Makefile.am): Likewise.
5225         * modules/sys_stat (Makefile.am): Likewise.
5226         * modules/sys_time (Makefile.am): Likewise.
5227         * modules/sysexits (Makefile.am): Likewise.
5228         * modules/time (Makefile.am): Likewise.
5229         * modules/unistd (Makefile.am): Likewise.
5230         * modules/wchar (Makefile.am): Likewise.
5231         * modules/wctype (Makefile.am): Likewise.
5232         Reported by Reuben Thomas <rrt@sc3d.org>.
5233
5234 2008-08-29  Bruno Haible  <bruno@clisp.org>
5235
5236         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
5237         any more.
5238
5239 2008-08-29  Simon Josefsson  <simon@josefsson.org>
5240
5241         * MODULES.html.sh (Misc): Add bitrotate.
5242
5243         * modules/bitrotate: New file.
5244
5245         * lib/bitrotate.h: New file.
5246
5247         * modules/bitrotate-tests: New file.
5248
5249         * tests/test-bitrotate.c: New file.
5250
5251         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
5252         on the bitrotate module.
5253
5254         * lib/arctwo.c: Use new bitrotate module.
5255
5256 2008-08-29  Jim Meyering  <meyering@redhat.com>
5257
5258         bootstrap: merge changes from coreutils
5259         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
5260         of copied files.  Remove a kludge, now that this is fixed.
5261         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
5262         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
5263         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
5264
5265 2008-08-29  Bruno Haible  <bruno@clisp.org>
5266
5267         * MODULES.html.sh: Remove --cvs-urls option.
5268
5269 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
5270
5271         maint.mk: adjust to file name change
5272         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
5273
5274 2008-08-28  Jim Meyering  <meyering@redhat.com>
5275
5276         * modules/getndelim2 (License): Relicense to LGPLv2+.
5277         Approved by Richard Stallman for the version of 1995, and by
5278         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
5279
5280 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
5281
5282         * lib/getdelim.c (flockfile, funlockfile): Make all of them
5283         dummy if one is not available.  Do not touch them if
5284         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
5285         (getc_maybe_unlocked): New.
5286         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
5287
5288 2008-08-26  Eric Blake  <ebb9@byu.net>
5289
5290         doc/INSTALL: resync from autoconf
5291         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
5292         (INSTALL_PRELUDE): Delete; this is done more efficiently by
5293         moving...
5294         * install.texi [!autoconf]: ...here.  Resync from autoconf.
5295         * INSTALL: Regenerate.
5296         * INSTALL.ISO: New file.
5297         * INSTALL.UTF-8: Likewise.
5298
5299 2008-08-26  Jim Meyering  <meyering@redhat.com>
5300
5301         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
5302         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
5303         these definitions conditional, so that they may be overridden, too.
5304
5305 2008-08-26  Bruno Haible  <bruno@clisp.org>
5306
5307         Generate INSTALL file variants with prettier quotes.
5308         * doc/Makefile (INSTALL_PRELUDE): New macro.
5309         (INSTALL): Use it.
5310         (INSTALL.ISO, INSTALL.UTF-8): New rules.
5311
5312 2008-08-26  Bruno Haible  <bruno@clisp.org>
5313
5314         Run makeinfo in an English locale.
5315         * doc/Makefile (MAKEINFO): New variable.
5316
5317 2008-08-26  Bruno Haible  <bruno@clisp.org>
5318
5319         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
5320         Suggested by Eric Blake.
5321
5322 2008-08-25  Bruno Haible  <bruno@clisp.org>
5323
5324         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
5325
5326 2008-08-25  Eric Blake  <ebb9@byu.net>
5327
5328         c-stack: test that stack overflow can be caught
5329         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
5330         that platform allows handling stack overflow; at least OS/2 EMX
5331         has sigaltstack, but crashes before transferring control to
5332         handler on stack overflow.
5333         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
5334         check for HAVE_STACK_OVERFLOW_HANDLING.
5335         Reported by Elbert Pol.
5336
5337 2008-08-25  Bruno Haible  <bruno@clisp.org>
5338
5339         * doc/posix-functions/strftime.texi: Fix description of strftime
5340         module.
5341
5342 2008-08-24  Bruno Haible  <bruno@clisp.org>
5343
5344         * tests/uniwidth/test-uc_width2.c: New file.
5345         * tests/uniwidth/test-uc_width2.sh: New file.
5346         * modules/uniwidth/width-tests (Files): Add the new files.
5347         (TESTS): Add uniwidth/test-uc_width2.sh.
5348         (TESTS_ENVIRONMENT): New variable.
5349         (check_PROGRAMS): Add test-uc_width2.
5350         (test_uc_width2_SOURCES): New variable.
5351
5352         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
5353         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
5354         not 0x00AB.
5355         Reported by Alexander V. Lukyanov <lav@netis.ru>.
5356
5357 2008-08-22  Eric Blake  <ebb9@byu.net>
5358
5359         test-lock, test-tls: mention why a test is skipped
5360         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
5361         skipped.
5362         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
5363
5364         count-one-bits: relax license
5365         * modules/count-one-bits (License): Relicense to LGPLv2+.
5366         Suggested by Ludovic Courtès, approved by Ben Pfaff.
5367
5368 2008-08-22  Andreas Schwab  <schwab@suse.de>
5369
5370         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
5371         Remove spurious space in assignment.
5372
5373 2008-08-21  Simon Josefsson  <simon@josefsson.org>
5374
5375         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
5376         Paul Eggert <eggert@CS.UCLA.EDU>.
5377
5378 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
5379
5380         * modules/gettext: Add m4/threadlib.m4.
5381
5382 2008-08-19  Eric Blake  <ebb9@byu.net>
5383
5384         test-c-stack: fix compilation failure on FreeBSD 5.0
5385         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
5386         headers before <sys/resource.h>.
5387         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
5388         the bug.
5389         Reported by Nelson H. F. Beebe.
5390
5391         strverscmp: migrate from "strverscmp.h" to <string.h>
5392         * modules/string (Makefile.am): Add new hooks.
5393         * modules/strverscmp (Files): Remove strverscmp.h.
5394         (Depends-on): Add string.
5395         (configure.ac): Add indicator.
5396         (Include): Mention new header.
5397         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
5398         defaults.
5399         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
5400         results.
5401         * lib/strverscmp.h: Delete.
5402         * lib/string.in.h (strverscmp): Provide declaration, when needed.
5403         * tests/test-strverscmp.c (includes): Adjust client.
5404         * lib/check-version.c (includes): Likewise.
5405         * NEWS: Document the change.
5406
5407         strverscmp: add unit test
5408         * modules/strverscmp-tests: New file.
5409         * tests/test-strverscmp.c: Likewise.
5410
5411 2008-08-19  Simon Josefsson  <simon@josefsson.org>
5412
5413         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
5414         regarding Windows crypto stuff, from Mono.
5415
5416 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
5417
5418         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
5419         if present, for intel RND.  Return error on failures.
5420
5421 2008-08-18  Ben Pfaff  <blp@gnu.org>
5422
5423         gitlog-to-changelog: give better diagnostic for failed pipe-open
5424         * build-aux/gitlog-to-changelog: Improve error message: suggest
5425         that the version of Git may be too old.
5426
5427 2008-08-18  Simon Josefsson  <simon@josefsson.org>
5428
5429         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
5430         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
5431
5432 2008-08-18  Bruno Haible  <bruno@clisp.org>
5433
5434         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
5435         pthread_in_use().
5436
5437 2008-08-18  Bruno Haible  <bruno@clisp.org>
5438
5439         * lib/glthread/threadlib.c: Include <pthread.h>.
5440
5441 2008-08-18  Bruno Haible  <bruno@clisp.org>
5442
5443         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
5444         glthread_recursive_lock_* macros.
5445         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
5446         Fix syntax error.
5447
5448 2008-08-18  Bruno Haible  <bruno@clisp.org>
5449
5450         * lib/glthread/thread.c: Avoid forcing a context switch right after
5451         thread creation.
5452
5453 2008-08-17  Bruno Haible  <bruno@clisp.org>
5454
5455         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
5456         * lib/glthread/thread.h: Provide Win32 specific implementation.
5457         * modules/thread (Files): Add lib/glthread/thread.c.
5458         (Depends-on): Add lock.
5459         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
5460
5461 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5462
5463         New module 'yield'.
5464         * modules/yield: New file.
5465         * lib/glthread/yield.h: New file.
5466         * m4/yield.m4: New file.
5467         * MODULES.html.sh (Multithreading): Add yield.
5468
5469 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5470
5471         New module 'thread'.
5472         * modules/thread: New file.
5473         * lib/glthread/thread.h: New file.
5474         * m4/thread.m4: New file.
5475         * MODULES.html.sh (Multithreading): Add thread.
5476
5477 2008-08-17  Bruno Haible  <bruno@clisp.org>
5478
5479         * lib/glthread/lock.h: Include <stdlib.h> always.
5480         * lib/glthread/tls.h: Likewise.
5481         * lib/glthread/cond.h: Likewise.
5482
5483 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5484
5485         New module 'cond'.
5486         * modules/cond: New file.
5487         * lib/glthread/cond.h: New file.
5488         * lib/glthread/cond.c: New file.
5489         * m4/cond.m4: New file.
5490         * MODULES.html.sh (Multithreading): Add cond.
5491
5492 2008-08-16  Eric Blake  <ebb9@byu.net>
5493
5494         c-stack: fix regression on Irix 5.3 from 2008-06-21
5495         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
5496         sa_sigaction...
5497         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
5498         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
5499         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
5500         * modules/signal (Makefile.am): Use the value.
5501         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
5502         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
5503         * doc/posix-headers/signal.texi (signal.h): Document this
5504         portability issue.
5505         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
5506         Reported by Tom G. Christensen.
5507
5508 2008-08-17  Bruno Haible  <bruno@clisp.org>
5509
5510         New module 'threadlib'.
5511         * modules/threadlib: New file.
5512         * lib/glthread/threadlib.c: New file, extracted from
5513         lib/glthread/lock.c.
5514         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
5515         functions.
5516         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
5517         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
5518         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
5519         macros.
5520         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
5521         (gl_DISABLE_THREADS): Remove macro.
5522         * modules/lock (Files): Remove build-aux/config.rpath.
5523         (Depends-on): Remove havelib. Add threadlib.
5524         (configure.ac-early): Remove section.
5525         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
5526         * modules/tls (Depends-on): Remove lock. Add threadlib.
5527         (Link): New section, copied from threadlib.
5528         * MODULES.html.sh (Multithreading): Add threadlib.
5529
5530 2008-08-14  Bruno Haible  <bruno@clisp.org>
5531
5532         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
5533         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
5534         glthread_rwlock_unlock, glthread_rwlock_destroy,
5535         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
5536         glthread_recursive_lock_destroy): Define as macros always.
5537         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
5538         glthread_lock_lock.
5539         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
5540         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
5541         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
5542         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
5543         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
5544         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
5545         (glthread_recursive_lock_lock_func): Renamed from
5546         glthread_recursive_lock_lock.
5547         (glthread_recursive_lock_unlock_func): Renamed from
5548         glthread_recursive_lock_unlock.
5549         (glthread_recursive_lock_destroy_func): Renamed from
5550         glthread_recursive_lock_destroy.
5551
5552 2008-08-14  Bruno Haible  <bruno@clisp.org>
5553
5554         * lib/glthread/lock.h: Renamed from lib/lock.h.
5555         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
5556         * lib/glthread/tls.h: Renamed from lib/tls.h.
5557         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
5558         * lib/fstrcmp.c: Update includes.
5559         * lib/strsignal.c: Update includes.
5560         * modules/lock (Files, Makefile.am): Update.
5561         (Include): Change to "glthread/lock.h".
5562         * modules/tls (Files, Makefile.am): Update.
5563         (Include): Change to "glthread/tls.h".
5564         * tests/test-lock.c: Update includes.
5565         * tests/test-tls.c: Update includes.
5566         * NEWS: Mention the renamed header files.
5567
5568 2008-08-11  Jim Meyering  <meyering@redhat.com>
5569
5570         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
5571
5572 2008-08-11  Eric Blake  <ebb9@byu.net>
5573
5574         test-c-stack: avoid C99-ism
5575         * tests/test-c-stack.c (main): Fix whitespace, move declaration
5576         before statement.
5577         Reported by Alain Guibert.
5578
5579 2008-08-10  Jim Meyering  <meyering@redhat.com>
5580
5581         ensure that return value of uinttostr et al are not ignored
5582         * lib/inttostr.h (__GNUC_PREREQ): Define.
5583         (__attribute_warn_unused_result__): Define.
5584         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
5585
5586 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
5587
5588         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
5589         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
5590
5591 2008-08-07  Jim Meyering  <meyering@redhat.com>
5592
5593         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
5594
5595         * modules/mkstemp (License): Relicense under LGPLv2+.
5596         * modules/tempname (License): Likewise.
5597
5598 2008-08-06  Bruno Haible  <bruno@clisp.org>
5599
5600         * lib/poll.c (poll): Further micro-optimization.
5601
5602 2008-08-06  Jim Meyering  <meyering@redhat.com>
5603
5604         inet_pton.c: use locale-independent tolower
5605         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
5606         (inet_pton6): Use c_tolower rather than tolower.
5607         * modules/inet_pton (Depends-on): Add c-ctype.
5608
5609 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
5610
5611         * lib/poll.c (poll): Avoid division when timeout is 0, cache
5612         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
5613
5614 2008-08-06  Jim Meyering  <meyering@redhat.com>
5615
5616         * modules/inet_pton (License): Relicense under LGPLv2+.
5617
5618 2008-08-03  Bruno Haible  <bruno@clisp.org>
5619
5620         Additional non-aborting API for lock and tls.
5621         * lib/lock.h: Include <errno.h>.
5622         (glthread_lock_init): New macro/function.
5623         (gl_lock_init): Define as wrapper around glthread_lock_init.
5624         (glthread_lock_lock): New macro/function.
5625         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
5626         (glthread_lock_unlock): New macro/function.
5627         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
5628         (glthread_lock_destroy): New macro/function.
5629         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
5630         (glthread_rwlock_init): New macro/function.
5631         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
5632         (glthread_rwlock_rdlock): New macro/function.
5633         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
5634         (glthread_rwlock_wrlock): New macro/function.
5635         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
5636         (glthread_rwlock_unlock): New macro/function.
5637         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
5638         (glthread_rwlock_destroy): New macro/function.
5639         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
5640         (glthread_recursive_lock_init): New macro/function.
5641         (gl_recursive_lock_init): Define as wrapper around
5642         glthread_recursive_lock_init.
5643         (glthread_recursive_lock_lock): New macro/function.
5644         (gl_recursive_lock_lock): Define as wrapper around
5645         glthread_recursive_lock_lock.
5646         (glthread_recursive_lock_unlock): New macro/function.
5647         (gl_recursive_lock_unlock): Define as wrapper around
5648         glthread_recursive_lock_unlock.
5649         (glthread_recursive_lock_destroy): New macro/function.
5650         (gl_recursive_lock_destroy): Define as wrapper around
5651         glthread_recursive_lock_destroy.
5652         (glthread_once): New macro/function.
5653         (gl_once): Define as wrapper around glthread_once.
5654         Update function declarations.
5655         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
5656         glthread_rwlock_init. Return error code.
5657         (glthread_rwlock_rdlock_multithreaded): Renamed from
5658         glthread_rwlock_rdlock. Return error code.
5659         (glthread_rwlock_wrlock_multithreaded): Renamed from
5660         glthread_rwlock_wrlock. Return error code.
5661         (glthread_rwlock_unlock_multithreaded): Renamed from
5662         glthread_rwlock_unlock. Return error code.
5663         (glthread_rwlock_destroy_multithreaded): Renamed from
5664         glthread_rwlock_destroy. Return error code.
5665         (glthread_recursive_lock_init_multithreaded): Renamed from
5666         glthread_recursive_lock_init. Return error code.
5667         (glthread_recursive_lock_lock_multithreaded): Renamed from
5668         glthread_recursive_lock_lock. Return error code.
5669         (glthread_recursive_lock_unlock_multithreaded): Renamed from
5670         glthread_recursive_lock_unlock. Return error code.
5671         (glthread_recursive_lock_destroy_multithreaded): Renamed from
5672         glthread_recursive_lock_destroy. Return error code.
5673         (glthread_once_call): Make static.
5674         (glthread_once_multithreaded): Renamed from glthread_once.
5675         * lib/tls.h: Include <errno.h>.
5676         (glthread_tls_key_init): New macro/function.
5677         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
5678         (glthread_tls_set): New macro/function.
5679         (gl_tls_set): Define as wrapper around glthread_tls_set.
5680         (glthread_tls_key_destroy): New macro/function.
5681         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
5682         Update function declarations.
5683         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
5684         glthread_tls_get.
5685         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5686
5687 2008-08-04  Eric Blake  <ebb9@byu.net>
5688
5689         gnumakefile: use space, not TAB, outside of targets
5690         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
5691
5692 2008-08-02  Jim Meyering  <meyering@redhat.com>
5693
5694         getdate.y: avoid locale-dependent date parsing failure
5695         In Turkish locales, getdate would fail to recognize keywords
5696         containing a lowercase "i".  The solution is not to rely on
5697         locale-sensitive case-conversion.
5698         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
5699         (lookup_word): Use c_toupper in place of toupper.
5700         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
5701         Reported by Vefa Bicakci <bicave@superonline.com> in
5702         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
5703         * modules/getdate (Depends-on): Add c-ctype.
5704
5705 2008-08-02  Bruno Haible  <bruno@clisp.org>
5706
5707         * gnulib-tool (func_import): When updating or creating a .gitignore
5708         file, prepend each added line with a slash, and ignore leading slashes
5709         from the existing lines.
5710         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5711
5712 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5713
5714         Portability fix for GNU make 3.79.1.
5715         * top/GNUmakefile: Avoid 'else COND', which older GNU make
5716         versions do not understand.
5717
5718 2008-08-01  Bruno Haible  <bruno@clisp.org>
5719
5720         Work around bug of HP-UX 10.20 cc with -0.0 literal.
5721         * tests/test-isnanf.h (zero): New variable.
5722         (main): Avoid literal -0.0f.
5723         * tests/test-isnand.h (zero): New variable.
5724         (main): Avoid literal -0.0.
5725         * tests/test-isnanl.h (zero): New variable.
5726         (main): Avoid literal -0.0L.
5727         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
5728         (test_float, test_double, test_long_double): Avoid literals -0.0f,
5729         -0.0, -0.0L.
5730         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
5731         (test_signbitd): Avoid literal -0.0.
5732         (test_signbitl): Avoid literal -0.0L.
5733         * tests/test-ceilf1.c (zero): New variable.
5734         (main): Avoid literal -0.0f.
5735         * tests/test-ceill.c (zero): New variable.
5736         (main): Avoid literal -0.0L.
5737         * tests/test-floorf1.c (zero): New variable.
5738         (main): Avoid literal -0.0f.
5739         * tests/test-floorl.c (zero): New variable.
5740         (main): Avoid literal -0.0L.
5741         * tests/test-roundf1.c (zero): New variable.
5742         (main): Avoid literal -0.0f.
5743         * tests/test-round1.c (zero): New variable.
5744         (main): Avoid literal -0.0.
5745         * tests/test-roundl.c (zero): New variable.
5746         (main): Avoid literal -0.0L.
5747         * tests/test-truncf1.c (zero): New variable.
5748         (main): Avoid literal -0.0f.
5749         * tests/test-trunc1.c (zero): New variable.
5750         (main): Avoid literal -0.0.
5751         * tests/test-truncl.c (zero): New variable.
5752         (main): Avoid literal -0.0L.
5753         * tests/test-frexp.c (zero): New variable.
5754         (main): Avoid literal -0.0.
5755         * tests/test-frexpl.c (zero): New variable.
5756         (main): Avoid literal -0.0L.
5757         * tests/test-ldexpl.c (zero): New variable.
5758         (main): Avoid literal -0.0L.
5759         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
5760         (zerod, zerol): New variables.
5761         (test_function): Avoid literals -0.0, -0.0L.
5762         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
5763         (zerod, zerol): New variables.
5764         (test_function): Avoid literals -0.0, -0.0L.
5765         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
5766         (zerod, zerol): New variables.
5767         (test_function): Avoid literals -0.0, -0.0L.
5768         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
5769         (zerod, zerol): New variables.
5770         (test_function): Avoid literals -0.0, -0.0L.
5771         * tests/test-strtod.c (zero): New variable.
5772         (main): Avoid literal -0.0.
5773         Reported by Jonathan C. Patschke <jp@centtech.com>.
5774
5775 2008-07-31  Jim Meyering  <meyering@redhat.com>
5776
5777         sha256.h: correct definition of SHA224_DIGEST_SIZE
5778         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
5779         Reported by Paulie Pena IV <paulie4@gmail.com>.
5780         Define as 224 / 8, rather than as a literal.
5781         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
5782         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
5783         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
5784
5785 2008-07-31  Bruno Haible  <bruno@clisp.org>
5786
5787         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
5788         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
5789         Reported by Jonathan Patschke <jp@centtech.com>.
5790
5791 2008-07-31  Bruno Haible  <bruno@clisp.org>
5792
5793         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
5794         Reported by Paolo Bonzini <bonzini@gnu.org>.
5795
5796 2008-07-30  Eric Blake  <ebb9@byu.net>
5797
5798         test-strtod: allow compilation without -lm
5799         * tests/test-strtod.c (main): Avoid link dependence on fabs.
5800         Reported by Dennis Clarke <blastwave@gmail.com>.
5801
5802 2008-07-28  Jim Meyering  <meyering@redhat.com>
5803
5804         bootstrap: work also when there are no .po files in po/
5805         * build-aux/bootstrap (update_po_files): Complete the change
5806         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
5807
5808 2008-07-27  Jim Meyering  <meyering@redhat.com>
5809
5810         * users.txt: Add zile.
5811
5812 2008-07-26  Ben Pfaff  <blp@gnu.org>
5813
5814         Add missing dependencies on new m4/exponent[fdl].m4 files.
5815         * modules/isnanf-nolibm: Add m4/exponentf.m4.
5816         * modules/isnand-nolibm: Add m4/exponentd.m4.
5817         * modules/isnanl-nolibm: Add m4/exponentl.m4.
5818         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
5819         m4/isnan[fdl].m4, because the macros actually used moved.
5820         Reported by Jim Meyering.
5821
5822 2008-07-14  Ben Pfaff  <blp@gnu.org>
5823
5824         Add isinf module.
5825         * lib/isinf.c: New file.
5826         * lib/math.in.h: Define isinf macro if we have decided to replace
5827         it.
5828         * m4/isinf.m4: New file.
5829         * m4/math_h.m4: Initialize and substitute variables for isinf
5830         module.
5831         * modules/isinf: New file.
5832         * modules/isinf-tests: New file.
5833         * modules/math: Add substitutions for new module.
5834         * tests/test-isinf.c: New file.
5835         * doc/posix-functions/isinf.texi: Mention new module.
5836         * MODULES.html.sh: Mention new module.
5837
5838 2008-07-14  Ben Pfaff  <blp@gnu.org>
5839
5840         Factor out some macros for use by additional modules.
5841         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
5842         exponentf.m4.
5843         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
5844         exponentd.m4.
5845         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
5846         file exponentl.m4.
5847         * m4/exponentf.m4: New file.
5848         * m4/exponentd.m4: New file.
5849         * m4/exponentl.m4: New file.
5850         * modules/isnanf: Use new file m4/exponentf.m4.
5851         * modules/isnand: Use new file m4/exponentd.m4.
5852         * modules/isnanl: Use new file m4/exponentl.m4.
5853
5854 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
5855
5856         mktime.c: normalize tp->tm_isdst value to -1/0/1.
5857         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
5858         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
5859         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
5860
5861         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
5862         readlink on platforms without PATH_MAX.
5863
5864 2008-07-21  Eric Blake  <ebb9@byu.net>
5865
5866         Warn, not fail, on stale version.
5867         * top/GNUmakefile (_curr-ver): Tone down previous patch.
5868
5869         Don't allow installation with stale devel version number.
5870         * top/GNUmakefile (_is-install-target): New macro.
5871         (_curr-ver): Forbid installation with stale version number.
5872
5873 2008-07-20  Bruno Haible  <bruno@clisp.org>
5874
5875         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
5876         TESTS_ENVIRONMENT.
5877         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
5878
5879 2008-07-20  Bruno Haible  <bruno@clisp.org>
5880
5881         * lib/c-stack.h (c_stack_action): Add documentation.
5882         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
5883
5884 2008-07-20  Bruno Haible  <bruno@clisp.org>
5885
5886         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
5887         * modules/readlink (License): Likewise.
5888
5889 2008-07-17  Eric Blake  <ebb9@byu.net>
5890
5891         * modules/c-stack (Link): Fix typo.
5892
5893         Make c-stack use libsigsegv, when available.
5894         * modules/c-stack (Depends-on): Add libsigsegv.
5895         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
5896         needed.
5897         * lib/c-stack.c (SIGSTKSZ): Define fallback.
5898         (segv_handler, overflow_handler, c_stack_action)
5899         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
5900         implementation when libsigsegv is available, but only when using
5901         the library is necessary.
5902         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
5903         comment, explaining why XSI check fails on Linux.
5904         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
5905         * tests/test-c-stack2.sh: Tweak skip message.
5906         * NEWS: Document new link-time requirements.
5907
5908 2008-07-16  Eric Blake  <ebb9@byu.net>
5909
5910         c-stack: Expose false positives when not using libsigsegv.
5911         * modules/c-stack-tests (Files): Expand test.
5912         * tests/test-c-stack.c (main): Add means to conditionally trigger
5913         non-overflow SIGSEGV.
5914         * tests/test-c-stack2.sh: New file.
5915
5916 2008-07-14  Bruno Haible  <bruno@clisp.org>
5917
5918         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
5919         Reported by Eric Blake.
5920
5921 2008-07-14  Sam Steingold  <sds@gnu.org>
5922             Bruno Haible  <bruno@clisp.org>
5923
5924         New module libsigsegv.
5925         * modules/libsigsegv: New file.
5926         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
5927         modifications.
5928         * MODULES.html.sh (Signal handling): New section.
5929
5930 2008-07-14  Bruno Haible  <bruno@clisp.org>
5931
5932         * modules/unictype/ctype-* (Description): Add the word "function".
5933         Improves the resulting doc in MODULES.html.
5934
5935 2008-07-12  Ben Pfaff  <blp@gnu.org>
5936
5937         Add longlong module.
5938         * modules/longlong: New file.
5939
5940 2008-07-12  Bruno Haible  <bruno@clisp.org>
5941
5942         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
5943         to empty.
5944
5945 2008-07-10  Ben Pfaff  <blp@gnu.org>
5946
5947         Add isnan module.
5948         * doc/posix-functions/isnan.texi: Mention new module.
5949         * lib/math.in.h: Define isnan macro if we have decided to replace
5950         it.
5951         * m4/isnan.m4: New file.
5952         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
5953         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
5954         also.
5955         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
5956         redundancy.
5957         * m4/math_h.m4: Initialize and substitute variables for isnan
5958         module.
5959         * modules/isnan: New file.
5960         * modules/isnan-tests: New file.
5961         * modules/math: Add substitutions for new module.
5962         * tests/test-isnan.c: New file.
5963         * MODULES.html.sh: Mention new module.
5964
5965 2008-07-10  Ben Pfaff  <blp@gnu.org>
5966
5967         Add isnanf module.
5968         * lib/isnanf.m4: New file.
5969         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
5970         (gl_HAVE_ISNANF_IN_LIBM): New macro.
5971         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
5972         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
5973         * modules/isnanf: New file.
5974         * modules/isnanf-tests: New file.
5975         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
5976         files.
5977         * tests/test-isnanf-nolibm.c: factored most of its contents into
5978         new file tests/test-isnanf.h.
5979         * tests/test-isnanf.h: New file.
5980         * tests/test-isnanf.c: New file.
5981         * MODULES.html.sh: Mention new module.
5982         * doc/glibc-functions/isnanf.texi: Mention new module.
5983
5984 2008-07-10  Ben Pfaff  <blp@gnu.org>
5985
5986         Add isnand module.
5987         * lib/isnand.h: New file.
5988         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
5989         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
5990         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
5991         functionality also.
5992         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
5993         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
5994         (gl_HAVE_ISNAND_IN_LIBM): New macro.
5995         * modules/isnand: New file.
5996         * modules/isnand-tests: New file.
5997         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
5998         files.
5999         * tests/test-isnand-nolibm.c: factored most of its contents into
6000         new file tests/test-isnand.h.
6001         * tests/test-isnand.h: New file.
6002         * tests/test-isnand.c: New file.
6003         * MODULES.html.sh: Mention new module.
6004
6005 2008-07-10  Ben Pfaff  <blp@gnu.org>
6006
6007         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
6008         * lib/isnand.h: Rename lib/isnand-nolibm.h.
6009         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
6010         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
6011         * modules/isnanf-nolibm: Update references to renamed files.
6012         * modules/isnand-nolibm: Likewise.
6013         * modules/isnanf-nolibm-tests: Likewise.
6014         * modules/isnand-nolibm-tests: Likewise.
6015         * lib/frexp.c: Likewise.
6016         * lib/isfinite.c: Likewise.
6017         * lib/signbitd.c: Likewise.
6018         * lib/signbitf.c: Likewise.
6019         * lib/vasnprintf.c: Likewise.
6020         * tests/test-ceilf1.c: Likewise.
6021         * tests/test-ceilf2.c: Likewise.
6022         * tests/test-floorf1.c: Likewise.
6023         * tests/test-floorf2.c: Likewise.
6024         * tests/test-frexp.c: Likewise.
6025         * tests/test-round1.c: Likewise.
6026         * tests/test-round2.c: Likewise.
6027         * tests/test-roundf1.c: Likewise.
6028         * tests/test-strtod.c: Likewise.
6029         * tests/test-trunc1.c: Likewise.
6030         * tests/test-trunc2.c: Likewise.
6031         * tests/test-truncf1.c: Likewise.
6032         * tests/test-truncf2.c: Likewise.
6033         * NEWS: Mention the renamed header files.
6034
6035 2008-07-11  Jim Meyering  <meyering@redhat.com>
6036
6037         vc-list-files: make the last-resort awk code more portable
6038         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
6039         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
6040         does not support it.
6041
6042 2008-07-10  Eric Blake  <ebb9@byu.net>
6043
6044         Work with tar's bootstrap.
6045         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
6046         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
6047         an m4 comment.
6048
6049 2008-07-09  Jim Meyering  <meyering@redhat.com>
6050
6051         posix-shell.m4: fix typo that made this test malfunction
6052         * m4/posix-shell.m4: Remove capitalization in variable name.
6053
6054 2008-07-08  Bruno Haible  <bruno@clisp.org>
6055
6056         * m4/onceonly.m4: Update comments.
6057         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6058
6059 2008-07-04  Jim Meyering  <meyering@redhat.com>
6060
6061         * users.txt: Add vc-dwim.
6062         (bison, coreutils): Use the gitweb URL.
6063
6064 2008-07-03  Jim Meyering  <meyering@redhat.com>
6065
6066         * users.txt: Add libffcall.  From Sam Steingold.
6067
6068 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
6069
6070         getdate.y: do not ignore TZ with relative day, month or year offset
6071         * lib/getdate.y (get_date): Move the tz-handling block to follow the
6072         relative-date-handling, since otherwise, the latter would clobber the
6073         sole output (an updated Start value) of the tz-handling block.
6074         * tests/test-getdate.c: Tests for the fix
6075
6076 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6077
6078         Recognize 'foo_LIBRARIES += libgnu.a'.
6079         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
6080         makefile snippet has already specified an installation location,
6081         also using '+='.
6082
6083 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
6084
6085         getdate.y: factor out common actions
6086         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
6087         Use them in place of open-coded actions.
6088
6089 2008-07-01  Simon Josefsson  <simon@josefsson.org>
6090
6091         Add self-test for getdate module.
6092         * modules/getdate-tests: New file.
6093         * tests/test-getdate.c: New file.
6094
6095 2008-06-29  Bruno Haible  <bruno@clisp.org>
6096
6097         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
6098         .gitignore.
6099         Reported by Sylvain Beucler <beuc@beuc.net>.
6100
6101 2008-06-29  Bruno Haible  <bruno@clisp.org>
6102
6103         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
6104         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
6105
6106 2008-06-29  Bruno Haible  <bruno@clisp.org>
6107
6108         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
6109         EXTRA_DIST.
6110         Reported by Sylvain Beucler <beuc@beuc.net>.
6111
6112 2008-06-26  Jim Meyering  <meyering@redhat.com>
6113
6114         make several modules depend on the "open" module
6115         This provides slightly increased consistency when opening-for-write
6116         the name of a non-directory spelled with a trailing slash.
6117         * modules/chdir-safer: Likewise.
6118         * modules/chown: Likewise.
6119         * modules/clean-temp: Likewise.
6120         * modules/copy-file: Likewise.
6121         * modules/fchdir: Likewise.
6122         * modules/fcntl-safer: Likewise.
6123         * modules/pipe: Likewise.
6124         * modules/utime: Likewise.
6125         Prompted by Eric Blake and Bruno Haible.
6126
6127 2008-06-24  Andreas Schwab  <schwab@suse.de>
6128
6129         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
6130         literals can be used as initializers for global variables.
6131
6132 2008-06-23  Eric Blake  <ebb9@byu.net>
6133
6134         Make gnulib-cache.m4 easier to diff.
6135         * gnulib-tool (func_import): Allow newlines when reading cached
6136         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
6137
6138 2008-06-23  Bruno Haible  <bruno@clisp.org>
6139
6140         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
6141         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
6142         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
6143         m4/signalblocking.m4.
6144         (gl_PREREQ_SIGACTION): Don't invoke it.
6145         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
6146         gl_PREREQ_SIG_HANDLER_H.
6147         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
6148         Don't check for sigaction here.
6149
6150 2008-06-23  Bruno Haible  <bruno@clisp.org>
6151
6152         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
6153         (install_handlers): Don't set the SA_RESETHAND flag.
6154
6155 2008-06-23  Bruno Haible  <bruno@clisp.org>
6156
6157         * m4/sigaction.m4: Comment fixes.
6158         * lib/signal.in.h: Likewise.
6159
6160 2008-06-23  Eric Blake  <ebb9@byu.net>
6161
6162         Fix typo.
6163         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
6164
6165         Avoid SA_ namespace.
6166         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
6167         Reported by Ralf Wildenhues.
6168
6169         Avoid test failure due to SA_RESTORER.
6170         * tests/test-sigaction.c (SA_MASK): New macro.
6171         (main): Avoid failing due to extension flags being set.
6172         Reported by Jim Meyering.
6173
6174         Revert use of sig-handler.h in sigprocmask.c.
6175         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
6176         it requires the existence of struct sigaction.
6177         * lib/sigprocmask.c (handler_t): Restore typedef.
6178         (rpl_signal, old_handlers): Use local type.
6179
6180 2008-06-22  Bruno Haible  <bruno@clisp.org>
6181
6182         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
6183         conditionally.
6184         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6185
6186 2008-06-22  Bruno Haible  <bruno@clisp.org>
6187
6188         * doc/posix-functions/siginterrupt.texi: Move note.
6189
6190         * lib/signal.in.h (SA_RESTART): New macro.
6191         * lib/sigaction.c: Update comment.
6192
6193         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
6194
6195         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
6196         (gl_PREREQ_SIGPROCMASK): Invoke it.
6197         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
6198
6199         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
6200
6201         * lib/sigprocmask.c: Update a comment.
6202
6203 2008-06-21  Eric Blake  <ebb9@byu.net>
6204
6205         Use sigaction module rather than signal().
6206         * modules/c-stack (Depends-on): Add sigaction.
6207         * modules/fatal-signal (Depends-on): Likewise.
6208         * modules/nanosleep (Depends-on): Likewise.
6209         * modules/sigprocmask (Files): Add sig-handler.h.
6210         * modules/sigaction (Files): Likewise.
6211         * lib/sig-handler.h (get_handler): New file, suggested by Paul
6212         Eggert.
6213         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
6214         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
6215         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
6216         (init_fatal_signals): Likewise.
6217         * lib/nanosleep.c (rpl_nanosleep): Likewise.
6218         (siginterrupt): Delete fallback.
6219         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
6220         instead.
6221         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
6222         siginterrupt.
6223
6224         New module sigaction, for mingw.
6225         * modules/sigaction: New module...
6226         * modules/sigaction-tests: ...and its test.
6227         * m4/sigaction.m4: New file.
6228         * lib/sigaction.c: Likewise.
6229         * tests/test-sigaction.c: Likewise.
6230         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
6231         * modules/signal (Makefile.am): Likewise.
6232         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
6233         needed.
6234         * doc/posix-headers/signal.texi (signal.h): Mention provided
6235         types.
6236         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
6237         that sigaction is preferable.
6238         * doc/posix-functions/sigaction.texi (sigaction): Mention new
6239         module.
6240         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6241         sigaction.
6242
6243         Improve robustness of sigprocmask by overriding signal.
6244         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
6245         is in use.
6246         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
6247         (SIGKILL, SIGSTOP): Provide fallbacks.
6248         (rpl_signal): Implement.
6249         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
6250         signal can be called inside handlers.
6251
6252         Fix nanosleep module on mingw.
6253         * modules/nanosleep (Depends-on): Add sys_select.
6254         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
6255
6256         Fix licensing of sigprocmask.
6257         * modules/raise (License): Relicense as LGPL.
6258
6259 2008-06-21  Bruno Haible  <bruno@clisp.org>
6260
6261         * lib/propername.c (proper_name_utf8): Don't use the transliterated
6262         result if it contains question marks.
6263         Reported by Michael Geng <linux@michaelgeng.de>.
6264
6265 2008-06-19  Bruno Haible  <bruno@clisp.org>
6266
6267         Fix CVS-ism.
6268         * doc/gnulib.texi: Include updated-stamp.texi.
6269         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
6270         (updated-stamp.texi): New rule.
6271         (gnulib.info): Depend on it.
6272         * doc/.gitignore: Add updated-stamp.texi.
6273         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
6274
6275 2008-06-19  Bruno Haible  <bruno@clisp.org>
6276
6277         * doc/Makefile (gnulib.info): Update and simplify dependencies.
6278         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
6279
6280 2008-06-19  Eric Blake  <ebb9@byu.net>
6281
6282         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
6283         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
6284         Reported by Stepan Kasal.
6285
6286 2008-06-18  Bruno Haible  <bruno@clisp.org>
6287
6288         * lib/fatal-signal.c (init_fatal_signals): Add comment.
6289         Reported by Eric Blake.
6290
6291 2008-06-18  Eric Blake  <ebb9@byu.net>
6292
6293         Work around cygwin 1.5.25 strsignal bug.
6294         * tests/test-strsignal.c: Allow for const char *.
6295         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
6296
6297 2008-06-18  Simon Josefsson  <simon@josefsson.org>
6298
6299         * users.txt: Update URL to article and add author/date
6300         information.
6301
6302 2008-06-17  Bruno Haible  <bruno@clisp.org>
6303
6304         New macro gl_DISABLE_THREADS.
6305         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
6306         if the user did not pass --enable-threads or --disable-threads option.
6307         (gl_DISABLE_THREADS): New macro.
6308         Reported by Eric Blake <ebb9@byu.net>.
6309
6310 2008-06-17  Bruno Haible  <bruno@clisp.org>
6311
6312         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
6313         when the macro ignores it.
6314         Based on a patch by Eric Blake <ebb9@byu.net>.
6315
6316 2008-06-17  Bruno Haible  <bruno@clisp.org>
6317
6318         * modules/tls (License): Change to LGPLv2+.
6319         Reported by Eric Blake.
6320
6321 2008-06-17  Eric Blake  <ebb9@byu.net>
6322
6323         Simplify c-stack prerequisites.
6324         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
6325         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
6326         no longer requires <ucontext.h> to exist.  Optimize setrlimit
6327         check.
6328         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
6329         <sys/resource.h>.
6330
6331         Move c-stack test into testsuite.
6332         * modules/c-stack-tests: New file.
6333         * lib/c-stack.c [DEBUG]: Move test program...
6334         * tests/test-c-stack.c: ...into this new file.  Skip rather than
6335         fail test if sigaltstack is lacking.
6336         * tests/test-c-stack.sh: New driver file.
6337
6338 2008-06-16  Eric Blake  <ebb9@byu.net>
6339
6340         Use raise module consistently.
6341         * modules/fatal-signal (Depends-on): Add raise.
6342         * modules/sigprocmask (Depends-on): Likewise.
6343         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
6344         * lib/sigprocmask.c (sigprocmask): Likewise.
6345         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
6346         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
6347
6348         Fix compliance bug in sigpending.
6349         * lib/sigprocmask.c (sigpending): Return pending array via
6350         parameter, not return value.
6351
6352 2008-06-14  Eric Blake  <ebb9@byu.net>
6353
6354         Improve obstack-printf test code.
6355         * tests/test-obstack-printf.c (test_function): Fix comment, and
6356         simplify usage of obstack_* in macros.  Add a test for coverage.
6357         Reported by Bruno Haible.
6358
6359 2008-06-14  Bruno Haible  <bruno@clisp.org>
6360
6361         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
6362         array size as a constant, not as a const variable.
6363         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
6364         AC_USE_SYSTEM_EXTENSIONS.
6365         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
6366         Test whether the obstack_printf function actually exists.
6367         * modules/obstack-printf (Depends-on): Add extensions.
6368         (Include): Remove obstack.h.
6369         * modules/obstack-printf-posix (Depends-on): Add extensions.
6370         (Include): Remove obstack.h.
6371
6372 2008-06-13  Eric Blake  <ebb9@byu.net>
6373
6374         Add obstack-printf and obstack-printf-posix modules.
6375         * modules/obstack-printf: New file.
6376         * modules/obstack-printf-posix: Likewise.
6377         * MODULES.html.sh (Misc): Mention them.
6378         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
6379         Likewise.
6380         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
6381         Likewise.
6382         * modules/stdio (Makefile.am): Accomodate new modules.
6383         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
6384         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
6385         Declare.
6386         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
6387         functions.
6388         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
6389         (gl_REPLACE_OBSTACK_PRINTF): New macros
6390         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
6391         * tests/test-obstack-printf.c: New file.
6392         * modules/obstack-printf-tests: Likewise.
6393         * modules/obstack-printf-posix-tests: Likewise.
6394
6395 2008-06-11  Bruno Haible  <bruno@clisp.org>
6396
6397         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
6398         * lib/open.c: Include errno.h.
6399         (open): Fail when attempting to write to a file that has a trailing
6400         slash.
6401         * tests/test-open.c (main): Test against trailing slash bug.
6402         * doc/posix-functions/open.texi: Mention the trailing slash bug.
6403
6404 2008-06-10  Bruno Haible  <bruno@clisp.org>
6405
6406         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
6407         for $? to work inside the trap command, with various /bin/sh-s.
6408         * tests/test-vc-list-files-cvs.sh: Likewise.
6409
6410 2008-06-10  Bruno Haible  <bruno@clisp.org>
6411
6412         * lib/acl-internal.h: Don't include gettext.h here.
6413         * lib/set-mode-acl.c: Include gettext.h here.
6414         * lib/copy-acl.c: Likewise.
6415
6416 2008-06-10  Bruno Haible  <bruno@clisp.org>
6417
6418         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
6419         * lib/wait-process.c (wait_subprocess): Likewise.
6420         * lib/execute.h (execute): Add termsigp argument.
6421         * lib/execute.c (execute): Likewise.
6422         * lib/csharpcomp.c (compile_csharp_using_pnet,
6423         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
6424         * lib/csharpexec.c (execute_csharp_using_pnet,
6425         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
6426         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
6427         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
6428         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
6429         is_jikes_present): Update.
6430         * lib/javaexec.c (execute_java_class): Update.
6431         * lib/javaversion.c (execute_and_read_line): Update.
6432         * NEWS: Document the changes.
6433         Reported by Eric Blake.
6434
6435 2008-06-10  Eric Blake  <ebb9@byu.net>
6436
6437         Add missing include.
6438         * tests/test-strstr.c (includes): Add <signal.h>.
6439         * tests/test-strcasestr.c (includes): Likewise.
6440         * tests/test-memmem.c (includes): Likewise.
6441
6442 2008-06-10  Bruno Haible  <bruno@clisp.org>
6443
6444         * lib/wait-process.c (wait_subprocess): Add an assertion.
6445
6446 2008-06-10  Bruno Haible  <bruno@clisp.org>
6447
6448         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
6449
6450 2008-06-10  Bruno Haible  <bruno@clisp.org>
6451
6452         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
6453         using alarm().
6454         * tests/test-strcasestr.c (main): Likewise.
6455         * tests/test-strstr.c (main): Likewise.
6456
6457 2008-06-09  Bruno Haible  <bruno@clisp.org>
6458
6459         Work around the Solaris 10 ACE ACLs ABI change.
6460         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
6461         declare if ACL_NO_TRIVIAL is present.
6462         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
6463         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
6464         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
6465         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
6466         define if ACL_NO_TRIVIAL is present.
6467         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
6468         and use the current ABI.
6469         (file_has_acl): Use same #if condition as elsewhere.
6470         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
6471         in use, and use the current ABI.
6472         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
6473         Reported by Jim Meyering.
6474
6475 2008-06-09  Eric Blake  <ebb9@byu.net>
6476
6477         Work around environments that (stupidly) ignore SIGALRM.
6478         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
6479         before using alarm().
6480         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6481         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
6482         Reported by Ian Beckwith <ianb@erislabs.net>.
6483
6484         Produce autobuild blurb earlier in log.
6485         * modules/autobuild (configure.ac-early): Move AB_INIT here.
6486
6487 2008-06-09  Jim Meyering  <meyering@redhat.com>
6488         and OndÅ™ej Vašík  <ovasik@redhat.com>
6489
6490         utimens.c: correct kernel bug work-around
6491         OndÅ™ej Vašík found that the invalid return value of 280 indicates
6492         failure, not success, and the kernel bug we're trying to work
6493         around affects not just the utimensat call, but also the fallback
6494         futimens call.
6495         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
6496         not success.
6497         [HAVE_FUTIMENS]: Use the same work-around, here.
6498
6499 2008-06-09  Jim Meyering  <meyering@redhat.com>
6500
6501         add more guards around definition of ACE_-related code
6502         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
6503         ALLOW and ACE_OWNER are also defined.
6504
6505 2008-06-08  Bruno Haible  <bruno@clisp.org>
6506
6507         * lib/acl-internal.h: Add me as co-author.
6508         * lib/file-has-acl.c: Likewise.
6509         * lib/set-mode-acl.c: Likewise.
6510         * lib/copy-acl.c: Likewise.
6511
6512 2008-06-08  Bruno Haible  <bruno@clisp.org>
6513
6514         Add support for AIX ACLs.
6515         * lib/acl-internal.h (acl_nontrivial): New declaration.
6516         * lib/file-has-acl.c (acl_nontrivial): New function.
6517         (file_has_acl): Add implementation using AIX 4 ACL API.
6518         * lib/set-mode-acl.c (qset_acl): Likewise.
6519         * lib/copy-acl.c (qcopy_acl): Likewise.
6520
6521 2008-06-08  Bruno Haible  <bruno@clisp.org>
6522
6523         Add support for HP-UX ACLs.
6524         * lib/acl-internal.h (acl_nontrivial): New declaration.
6525         * lib/file-has-acl.c (acl_nontrivial): New function.
6526         (file_has_acl): Add implementation using HP-UX 11 ACL API.
6527         * lib/set-mode-acl.c (qset_acl): Likewise.
6528         * lib/copy-acl.c (qcopy_acl): Likewise.
6529
6530 2008-06-08  Bruno Haible  <bruno@clisp.org>
6531
6532         Add support for Cygwin ACLs.
6533         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
6534         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
6535         the chmod_or_fchmod call.
6536         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
6537
6538 2008-06-08  Bruno Haible  <bruno@clisp.org>
6539
6540         Fix bug with setuid modes in Solaris 10+ code.
6541         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
6542         succeeded, when the mode contains some special bits.
6543
6544 2008-06-08  Bruno Haible  <bruno@clisp.org>
6545
6546         Add support for Solaris 7..10 ACLs.
6547         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
6548         declarations.
6549         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
6550         functions.
6551         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
6552         * lib/set-mode-acl.c (qset_acl): Likewise.
6553         * lib/copy-acl.c (qcopy_acl): Likewise.
6554
6555 2008-06-08  Bruno Haible  <bruno@clisp.org>
6556
6557         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
6558         declaration.
6559         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
6560         (acl_access_nontrivial): Remove MacOS X case.
6561         (file_has_acl): Use acl_extended_nontrivial.
6562         * lib/copy-acl.c (qcopy_acl): Likewise.
6563
6564 2008-06-08  Bruno Haible  <bruno@clisp.org>
6565
6566         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
6567
6568 2008-06-08  Jim Meyering  <meyering@redhat.com>
6569
6570         * modules/acl (Maintainer): Add Bruno Haible.
6571
6572 2008-06-07  Bruno Haible  <bruno@clisp.org>
6573
6574         Improve support for Tru64 ACLs.
6575         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
6576         ACL on OSF/1.
6577
6578 2008-06-07  Bruno Haible  <bruno@clisp.org>
6579
6580         Add support for MacOS X ACLs.
6581         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
6582         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
6583         * lib/set-mode-acl.c (qset_acl): Likewise.
6584         * lib/copy-acl.c (qcopy_acl): Likewise.
6585
6586 2008-06-07  Bruno Haible  <bruno@clisp.org>
6587
6588         Fix memory leak introduced on 2008-05-22.
6589         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
6590         use.
6591
6592 2008-06-07  Bruno Haible  <bruno@clisp.org>
6593
6594         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
6595         to construct an empty ACL.
6596
6597 2008-06-07  Bruno Haible  <bruno@clisp.org>
6598
6599         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
6600         precisely.
6601         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
6602
6603 2008-06-07  Bruno Haible  <bruno@clisp.org>
6604
6605         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
6606         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
6607
6608 2008-06-07  Bruno Haible  <bruno@clisp.org>
6609
6610         * doc/posix-functions/_setjmp.texi: Explain the use of this function
6611         regardless of POSIX.
6612         * doc/posix-functions/_longjmp.texi: Likewise.
6613         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
6614         SystemV platform in this case.
6615
6616 2008-06-06  Eric Blake  <ebb9@byu.net>
6617
6618         Document abort() bugs.
6619         * doc/posix-functions/abort.texi (abort): Mention anomalies.
6620
6621         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
6622         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
6623         sigsetjmp.
6624         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
6625         siglongjmp, but only as a macro.
6626         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
6627         is obsolete.
6628         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
6629
6630         Tweak documentation to cover cygwin argz bugs.
6631         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
6632         argz bug fix; no code change needed since no cygwin releases
6633         occurred between the last fix and the bug being tested.
6634         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
6635         module and recently fixed cygwin bugs.
6636         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
6637         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
6638         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
6639         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
6640         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
6641         Likewise.
6642         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
6643         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
6644         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
6645         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
6646         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
6647         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
6648         Likewise.
6649
6650         Avoid gcc warning on cygwin.
6651         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
6652         !ACL_NO_TRIVIAL]: Avoid unused variable.
6653
6654 2008-06-05  Eric Blake  <ebb9@byu.net>
6655
6656         Be tolerant of UNKNOWN version in gnulib-tool test dir.
6657         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
6658         git-version-gen fails to come up with a version.
6659         Reported by Simon Josefsson.
6660
6661 2008-06-05  Jim Meyering  <meyering@redhat.com>
6662             Paul Eggert  <eggert@cs.ucla.edu>
6663
6664         utimens.c: work around a probable Linux kernel bug
6665         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
6666         appears to be a kernel bug that causes utimensat to return 280
6667         instead of 0, indicating success.
6668
6669 2008-06-04  Bruno Haible  <bruno@clisp.org>
6670
6671         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
6672         2008-06-01 commit.
6673
6674 2008-06-04  Bruno Haible  <bruno@clisp.org>
6675
6676         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
6677         * lib/file-has-acl.c (acl_access_nontrivial): New function.
6678         (file_has_acl): Use it. Save errno afterwards.
6679         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
6680
6681 2008-06-03  Bruno Haible  <bruno@clisp.org>
6682
6683         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
6684         draft code. Simplify #ifs.
6685         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
6686         Put Solaris code after POSIX-draft code. Fix comments regarding
6687         Solaris 10, HP-UX. Mention Cygwin.
6688         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
6689
6690 2008-06-03  Eric Blake  <ebb9@byu.net>
6691
6692         Provide fallback for older kernels.
6693         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
6694         Provide runtime fallback if kernel lacks support.
6695         Reported by Mike Frysinger.
6696
6697 2008-06-02  Bruno Haible  <bruno@clisp.org>
6698
6699         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
6700         it exists.
6701
6702 2008-06-02  Bruno Haible  <bruno@clisp.org>
6703
6704         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
6705         * lib/copy-acl.c (qcopy_acl): Update comment.
6706
6707 2008-06-02  Bruno Haible  <bruno@clisp.org>
6708
6709         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
6710         like ACL APIs.
6711
6712 2008-06-02  Bruno Haible  <bruno@clisp.org>
6713
6714         * tests/test-file-has-acl.sh: Use different code for Cygwin.
6715         * tests/test-set-mode-acl.sh: Likewise.
6716         * tests/test-copy-acl.sh: Likewise.
6717         * tests/test-copy-file.sh: Likewise.
6718
6719 2008-06-02  Bruno Haible  <bruno@clisp.org>
6720
6721         * tests/test-file-has-acl.sh: Remove unused code.
6722
6723 2008-06-01  Bruno Haible  <bruno@clisp.org>
6724
6725         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
6726         (copy_acl): Just a wrapper around qcopy_acl that emits the error
6727         messages.
6728         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
6729
6730 2008-06-01  Bruno Haible  <bruno@clisp.org>
6731
6732         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
6733         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
6734         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
6735         APIs.
6736         * modules/acl-tests (configure.ac): Remove tests now contained in
6737         m4/acl.m4.
6738
6739 2008-06-02  Jim Meyering  <meyering@redhat.com>
6740
6741         announce-gen: use a better key-server host name
6742         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
6743         it may be more consistently reliable.  Suggested by Werner Koch
6744         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
6745
6746 2008-06-01  Bruno Haible  <bruno@clisp.org>
6747
6748         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
6749         Reported by Voroskoi Andras <voroskoi@gmail.com>.
6750
6751 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
6752
6753         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
6754
6755 2008-06-01  Bruno Haible  <bruno@clisp.org>
6756
6757         New ACL tests.
6758         * tests/test-file-has-acl.sh: New file.
6759         * tests/test-file-has-acl.c: New file.
6760         * tests/test-set-mode-acl.sh: New file.
6761         * tests/test-set-mode-acl.c: New file.
6762         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
6763         * tests/test-copy-acl.c: New file.
6764         * modules/acl-tests: New file, based on modules/copy-file-tests.
6765         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
6766         (Depends-on): Add acl-tests.
6767         (configure.ac): Remove checks.
6768         (Makefile.am): Don't create test-sameacls program here any more.
6769
6770 2008-06-01  Bruno Haible  <bruno@clisp.org>
6771
6772         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
6773         * tests/test-sameacls.c: Include progname.h.
6774         (main): Invoke set_program_name. Portability fixes for MacOS X,
6775         Solaris, HP-UX.
6776
6777 2008-06-01  Bruno Haible  <bruno@clisp.org>
6778
6779         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
6780         function.
6781         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
6782
6783 2008-06-01  Bruno Haible  <bruno@clisp.org>
6784
6785         * modules/rpmatch (Depends-on): Add strdup.
6786
6787 2008-06-01  Bruno Haible  <bruno@clisp.org>
6788
6789         * lib/pipe.c: Include unistd-safer.h.
6790         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
6791         * modules/pipe (Depends-on): Add unistd-safer.
6792
6793 2008-05-30  Simon Josefsson  <simon@josefsson.org>
6794
6795         * modules/autobuild (configure.ac): Call AB_INIT.
6796
6797 2008-05-30  Simon Josefsson  <simon@josefsson.org>
6798
6799         * tests/test-getaddrinfo.c: Don't print debug messages by default.
6800         Suggested by Bruno Haible <bruno@clisp.org>.
6801
6802 2008-05-30  Simon Josefsson  <simon@josefsson.org>
6803
6804         * tests/test-base64.c: Cast size_t to unsigned long when invoking
6805         printf.  Use %lu instead of %d.  Reported by Bruno Haible
6806         <bruno@clisp.org>.
6807
6808 2008-05-29  Eric Blake  <ebb9@byu.net>
6809
6810         Prefer new POSIX 200x interfaces over futimesat.
6811         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
6812         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
6813         when available.
6814         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
6815
6816 2008-05-28  Bruno Haible  <bruno@clisp.org>
6817
6818         * modules/stpcpy (License): Change to LGPLv2+.
6819         Requested by David Lutterkort <dlutter@redhat.com>.
6820
6821 2008-05-27  Bruno Haible  <bruno@clisp.org>
6822
6823         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
6824         current mingw.
6825         Reported by Jose E. Marchesi <jemarch@gnu.org>.
6826
6827 2008-05-27  Bruno Haible  <bruno@clisp.org>
6828
6829         * modules/iconv_open (Link): New section, from module 'iconv'.
6830         * modules/striconv (Link): Likewise.
6831         * modules/striconveh (Link): Likewise.
6832         * modules/xstriconv (Link): Likewise.
6833         * modules/unicodeio (Link): Likewise.
6834         * modules/propername (Link): Likewise.
6835         Reported by Jim Meyering.
6836
6837 2008-05-26  Jim Meyering  <meyering@redhat.com>
6838
6839         sha256: do not artificially restrict buffer length to be < 2^32
6840         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
6841         uint32_t to size_t.
6842         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
6843         to match.
6844
6845         avoid unaligned access errors, e.g., on sparc
6846         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
6847         direct access through a possibly-unaligned uint64* pointer.
6848         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
6849         direct access through a possibly-unaligned uint32* pointer.
6850         Prompted by this patch from Tom "spot" Callaway:
6851         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
6852
6853         sha512.c: fix typo in comment
6854         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
6855
6856 2008-05-25  Bruno Haible  <bruno@clisp.org>
6857
6858         * lib/set-mode-acl.c: Renamed from lib/acl.c.
6859         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
6860         (Makefile.am): Update lib_SOURCES.
6861
6862 2008-05-25  Bruno Haible  <bruno@clisp.org>
6863
6864         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
6865
6866 2008-05-25  Jim Meyering  <meyering@redhat.com>
6867
6868         useless-if-before-free: freed expr may have white-space differences
6869         * build-aux/useless-if-before-free: Recognize cases in which the
6870         freed expression differs from the tested one in embedded white
6871         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
6872         $1 was used, so we can't make any regexp shy.  Improved tests now
6873         detect this.
6874
6875         useless-if-before-free: accept white space in the expression.
6876         * build-aux/useless-if-before-free: For now, any white space
6877         in the expression must be identical in the free argument.
6878
6879         useless-if-before-free: efficiency tweak
6880         * build-aux/useless-if-before-free: Make the expression-matching
6881         regexp "shy".
6882         Make the *outer* regexp shy, not the expr-matching one.
6883
6884         update code-in-comment to accept cast of free arg
6885         * build-aux/useless-if-before-free: Update regexp.
6886
6887 2008-05-25  Bruno Haible  <bruno@clisp.org>
6888
6889         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
6890         * modules/copy-file-tests (Files, Makefile.am): Update.
6891         * tests/test-copy-file.c (func_test_copy): Update.
6892
6893 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
6894
6895         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
6896
6897 2008-05-23  Bruno Haible  <bruno@clisp.org>
6898
6899         Improve support for ACLs on OSF/1.
6900         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
6901         Remove fallback for unknown flavors of ACLs.
6902
6903 2008-05-22  Bruno Haible  <bruno@clisp.org>
6904
6905         Add support for ACLs on OSF/1.
6906         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
6907         replacements.
6908         (acl_free_text): New macro fallback.
6909         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
6910         acl_free.
6911         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
6912         acl_free_text function. Require AC_C_INLINE.
6913
6914 2008-05-22  Bruno Haible  <bruno@clisp.org>
6915
6916         Make copy_acl work on MacOS X 10.5.
6917         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
6918         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
6919         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
6920         If MODE_INSIDE_ACL, don't assume that every system has the same text
6921         representation for ACLs as FreeBSD.
6922         * lib/copy-acl.c (copy_acl): Add support for platforms with
6923         !MODE_INSIDE_ACL.
6924         * lib/file-has-acl.c (file_has_acl): Likewise.
6925         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
6926         FreeBSD, MacOS X, or IRIX, respectively.
6927
6928 2008-05-22  Bruno Haible  <bruno@clisp.org>
6929
6930         * lib/acl.h: Don't include <sys/acl.h>.
6931         (GETACLCNT): Move fallback to lib/acl-internal.h.
6932         * lib/acl-internal.h: Include <sys/acl.h> here.
6933         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
6934
6935 2008-05-22  Bruno Haible  <bruno@clisp.org>
6936
6937         Split off copy_acl function to separate file.
6938         * lib/copy-acl.c: New file, extracted from lib/acl.c.
6939         * lib/acl.c (copy_acl): Moved function to separate file.
6940         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
6941         * modules/acl (Files): Add lib/copy-acl.c.
6942         (Makefiles.am): Augment lib_SOURCES.
6943
6944 2008-05-22  Bruno Haible  <bruno@clisp.org>
6945
6946         * modules/copy-file-tests: New file.
6947         * tests/test-copy-file.sh: New file.
6948         * tests/test-copy-file.c: New file.
6949         * tests/test-copy-file-sameacls.c: New file.
6950
6951 2008-05-22  Eric Blake  <ebb9@byu.net>
6952
6953         Avoid gcc warning.
6954         * tests/test-memcmp.c (main): Pass NULL indirectly.
6955
6956 2008-05-21  Bruno Haible  <bruno@clisp.org>
6957
6958         Add reference doc about ACLs.
6959         * doc/acl-resources.txt: New file.
6960         * doc/acl-cygwin.txt: New file.
6961
6962 2008-05-21  Bruno Haible  <bruno@clisp.org>
6963
6964         Avoid one more warning from gcc.
6965         * lib/vasnprintf.c (IF_LINT): Update comments.
6966         (VASNPRINTF): Use it also for the 'prefix' array initializer.
6967
6968 2008-05-21  Jim Meyering  <meyering@redhat.com>
6969
6970         avoid a warning from gcc
6971         * lib/vasnprintf.c (IF_LINT): Define.
6972         (scale10_round_decimal_long_double):
6973         Use it to avoid a "may be used uninitialized" warning.
6974         (scale10_round_decimal_double): Likewise.
6975
6976 2008-05-21  Simon Josefsson  <simon@josefsson.org>
6977
6978         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
6979         declared.
6980
6981 2008-05-20  Bruno Haible  <bruno@clisp.org>
6982
6983         * tests/test-memcmp.c (main): Test also the sign of the result. Test
6984         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
6985
6986 2008-05-20  Simon Josefsson  <simon@josefsson.org>
6987
6988         * modules/memcmp-tests: New file.
6989         * tests/test-memcmp.c: New file.
6990
6991 2008-05-19  Bruno Haible  <bruno@clisp.org>
6992
6993         * modules/propername (Notice, configure.ac): Put quoted "..." into
6994         --keyword option.
6995         * lib/propername.h: Update comments accordingly.
6996         Reported by Eric Blake.
6997
6998 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
6999
7000         * modules/getpass-gnu (Depends-on): Add fseeko.
7001
7002 2008-05-19  Simon Josefsson  <simon@josefsson.org>
7003
7004         * modules/base64-tests: New file.
7005
7006 2008-05-19  Bo Borgerson <gigabo@gmail.com>
7007
7008         * lib/base64.c (base64_decode_ctx): If a decode context structure
7009         was passed in use it to ignore newlines.  If a context structure
7010         was _not_ passed in, continue to treat newlines as garbage (this
7011         is the historical behavior).  Formerly base64_decode.
7012         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
7013         takes a decode context structure.
7014         * lib/base64.h (base64_decode): Macro for four-argument calls.
7015         (base64_decode_alloc): Likewise.
7016         * lib/base64.c (base64_decode_ctx): If a decode context structure
7017         was passed in use it to ignore newlines.  If a context structure
7018         was _not_ passed in, continue to treat newlines as garbage (this
7019         is the historical behavior).  Formerly base64_decode.
7020         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
7021         takes a decode context structure.
7022         * lib/base64.h (base64_decode): Macro for four-argument calls.
7023         (base64_decode_alloc): Likewise.
7024
7025 2008-05-19  Jim Meyering  <meyering@redhat.com>
7026
7027         avoid a warning from gcc
7028         * lib/trim.c (IF_LINT): Define.
7029         (trim2): Use it to avoid a "may be used uninitialized" warning.
7030
7031         Fix doc typo.
7032         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
7033
7034 2008-05-19  Bruno Haible  <bruno@clisp.org>
7035
7036         * doc/glibc-functions/getpass.texi: Document limits of other
7037         implementations.
7038
7039 2008-05-19  Simon Josefsson  <simon@josefsson.org>
7040             Bruno Haible <bruno@clisp.org>
7041
7042         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
7043
7044 2008-05-18  Bruno Haible  <bruno@clisp.org>
7045
7046         * modules/propername: New file, from GNU gettext.
7047         * lib/propername.h: New file, from GNU gettext.
7048         * lib/propername.c: New file, from GNU gettext.
7049         * MODULES.html.sh (Internationalization functions): Add propername.
7050
7051 2008-05-16  Jim Meyering  <meyering@redhat.com>
7052             Bruno Haible  <bruno@clisp.org>
7053
7054         Avoid some warnings from "gcc -Wshadow".
7055         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
7056
7057 2008-05-15  Eric Blake  <ebb9@byu.net>
7058
7059         Extend previous patch to cygwin 1.7.0.
7060         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
7061         fast implementation in cygwin >= 1.7.0.
7062         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7063         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7064
7065 2008-05-15  Bruno Haible  <bruno@clisp.org>
7066
7067         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
7068         implementation in glibc >= 2.9.
7069         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7070         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7071
7072 2008-05-15  Bruno Haible  <bruno@clisp.org>
7073
7074         * MODULES.html.sh (Internationalization functions): Remove linebreak.
7075         (Unicode string functions): Add unilbrk/*.
7076         Reported by Karl Berry.
7077
7078 2008-05-15  Eric Blake  <ebb9@byu.net>
7079
7080         Fix violation of <stdbool.h> replacement in regex.
7081         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
7082         * lib/regexec.c (re_search_internal): Likewise.
7083         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
7084
7085 2008-05-15  Jim Meyering  <meyering@redhat.com>
7086
7087         avoid distracting test output when git or cvs is not found
7088         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
7089         * tests/test-vc-list-files-git.sh: Likewise.
7090
7091 2008-05-15  Eric Blake  <ebb9@byu.net>
7092
7093         Glibc finally accepted the memmem speedup code, bugzilla #5514.
7094         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
7095         glibc version.
7096         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
7097         * doc/posix-functions/strstr.texi (strstr): Likewise.
7098         * lib/str-two-way.h (MAX): Sychronize with glibc.
7099
7100 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
7101
7102         * lib/regcomp.c (optimize_utf8): Add a note on why we test
7103         opr.ctx_type.
7104         (calc_first): Initialize constraint field.
7105         (duplicate_node_closure): Use it instead of special casing ANCHORS.
7106         Fix grammar.
7107         (duplicate_node): Merge constraint field for all node types.
7108         (calc_eclosure_iter): Look at constraint field for all node types.
7109         * lib/regex_internal.c (create_cd_newstate): Don't look at
7110         opr.ctx_type.
7111
7112 2008-05-14  Bruno Haible  <bruno@clisp.org>
7113
7114         Help GCC to do better code generation.
7115         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
7116         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
7117         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
7118         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
7119         Declare with attribute 'malloc' if supported.
7120
7121 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
7122
7123         use "echo STR|wc -c" rather than unportable "expr length STR"
7124         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
7125         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
7126
7127 2008-05-14  Jim Meyering  <meyering@redhat.com>
7128
7129         use dd ibs=$n count=1 ... rather than less-portable head -c$n
7130         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
7131         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
7132         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
7133         via Collin Lasse.
7134
7135 2008-05-14  Eric Blake  <ebb9@byu.net>
7136
7137         Avoid quadratic growth in gl_LIBSOURCES.
7138         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
7139         Suggested by Bruno Haible.
7140
7141         Test xmemdup0.
7142         * modules/xmemdup0-tests: New file.
7143         * tests/test-xmemdup0.c: Likewise.
7144
7145 2008-05-13  Eric Blake  <ebb9@byu.net>
7146
7147         Split xmemdup0 into its own module.
7148         * modules/xmemdup0: New file.
7149         * lib/xmemdup0.h: Likewise.
7150         * lib/xmemdup0.c: Likewise.
7151         * MODULES.html.sh (Memory management functions): Add xmemdup0.
7152         * lib/xalloc.h (xmemdup0): Remove.
7153         * lib/xmalloc.c (xmemdup0): Likewise.
7154
7155 2008-05-13  Eric Blake  <ebb9@byu.net>
7156             Bruno Haible  <bruno@clisp.org>
7157
7158         Reduce number of forks required during autoconf.
7159         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
7160         and gl_LIBSOURCES_DIR.
7161         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
7162         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
7163         m4_syscmd per file.
7164         <m4_foreach_w>: Move...
7165         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
7166
7167 2008-05-13  Eric Blake  <ebb9@byu.net>
7168
7169         * gnulib-tool: Fix various comment typos.
7170
7171 2008-05-12  Bruno Haible  <bruno@clisp.org>
7172
7173         Tailor the linebreaking algorithm.
7174         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
7175
7176 2008-05-12  Bruno Haible  <bruno@clisp.org>
7177
7178         Update to Unicode 5.0.0.
7179         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
7180         LBP_JV, LBP_JT. Redistribute values.
7181         (unilbrk_table): Change size.
7182         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
7183         Unicode TR#14 rev. 22.
7184         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
7185         LBP_JV, LBP_JT. Redistribute values.
7186         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
7187         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
7188         Update.
7189         * lib/unilbrk/lbrkprop1.h: Regenerated.
7190         * lib/unilbrk/lbrkprop2.h: Regenerated.
7191         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
7192         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
7193         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
7194         Likewise.
7195         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
7196         Likewise.
7197         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
7198         result.
7199         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
7200         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
7201         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
7202         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
7203         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
7204         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
7205
7206 2008-05-11  Bruno Haible  <bruno@clisp.org>
7207
7208         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
7209
7210 2008-05-11  Bruno Haible  <bruno@clisp.org>
7211
7212         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
7213         * modules/unilbrk/gen-lbrk: New file.
7214
7215 2008-05-11  Bruno Haible  <bruno@clisp.org>
7216
7217         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
7218         * m4/sha512.m4 (gl_SHA512): Likewise.
7219
7220 2008-05-11  Jim Meyering  <meyering@redhat.com>
7221
7222         New modules: crypto/sha256, crypto/sha512 (from coreutils)
7223         * modules/crypto/sha256: New file.
7224         * modules/crypto/sha512: Likewise.
7225         * lib/sha256.c: Likewise.
7226         * lib/sha256.h: Likewise.
7227         * lib/sha512.c: Likewise.
7228         * lib/sha512.h: Likewise.
7229         * lib/u64.h: Likewise.
7230         * m4/sha256.m4: Likewise.
7231         * m4/sha512.m4: Likewise.
7232         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
7233
7234 2008-05-10  Bruno Haible  <bruno@clisp.org>
7235
7236         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
7237         (Input/Output <stdio.h>): Add xprintf.
7238         (Signal handling <signal.h>): Add strsignal.
7239         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
7240         (Core language properties): Add func.
7241         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
7242         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
7243         strings.
7244         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
7245         (Input/output): New section.
7246         (File system functions): Add openat-die, stat-macros.
7247         (Networking functions): Add sockets.
7248         (Unicode string functions): Add unictype/*.
7249         (Support for building libraries and executables): Add gperf.
7250         (Support for building documentation): Add agpl-3.0.
7251         (Misc): Add nocrash.
7252
7253 2008-05-10  Bruno Haible  <bruno@clisp.org>
7254
7255         * modules/unictype/gen-ctype: New file.
7256
7257 2008-05-10  Jim Meyering  <meyering@redhat.com>
7258
7259         Make chdir-safer.c more efficient on a system with no symlinks.
7260         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
7261         also if ELOOP is zero.  Suggested by Bruno Haible.
7262
7263         Make chdir-safer.c slightly safer.
7264         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
7265         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
7266
7267         Avoid compile failure on systems without ELOOP (like mingw).
7268         * lib/chdir-safer.c (ELOOP): Define if not already defined.
7269         Reported by Bruno Haible.
7270
7271 2008-05-10  Bruno Haible  <bruno@clisp.org>
7272
7273         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
7274         (is_utf8_encoding): Use a case-insensitive comparison.
7275         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
7276         streq.
7277
7278 2008-05-10  Bruno Haible  <bruno@clisp.org>
7279
7280         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
7281         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
7282         * lib/unilbrk/ulc-common.h (iconv_string_length,
7283         iconv_string_keeping_offsets): Remove declarations.
7284         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
7285         Don't include <iconv.h>, streq.h, xsize.h.
7286         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
7287         conversion.
7288         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
7289         <iconv.h>, streq.h, xsize.h.
7290         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
7291         conversion.
7292         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
7293         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
7294         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
7295         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
7296
7297 2008-05-10  Bruno Haible  <bruno@clisp.org>
7298
7299         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
7300         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
7301
7302         * modules/unilbrk/u32-width-linebreaks-tests: New file.
7303         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
7304
7305         * modules/unilbrk/u16-width-linebreaks-tests: New file.
7306         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
7307
7308         * modules/unilbrk/u8-width-linebreaks-tests: New file.
7309         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
7310
7311         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
7312         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
7313
7314         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
7315         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
7316
7317         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
7318         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
7319
7320         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
7321         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
7322
7323 2008-05-10  Bruno Haible  <bruno@clisp.org>
7324
7325         Split up 'linebreak' module.
7326         * lib/unilbrk.h: New file, based on lib/linebreak.h.
7327         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
7328         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
7329         modifications.
7330         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
7331         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
7332         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
7333         lib/linebreak.c.
7334         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
7335         lib/linebreak.c.
7336         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
7337         lib/linebreak.c.
7338         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
7339         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
7340         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
7341         lib/linebreak.c.
7342         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
7343         lib/linebreak.c.
7344         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
7345         lib/linebreak.c.
7346         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
7347         lib/linebreak.c.
7348         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
7349         lib/linebreak.c.
7350         * modules/unilbrk/base: New file.
7351         * modules/unilbrk/tables: New file.
7352         * modules/unilbrk/u8-possible-linebreaks: New file.
7353         * modules/unilbrk/u16-possible-linebreaks: New file.
7354         * modules/unilbrk/u32-possible-linebreaks: New file.
7355         * modules/unilbrk/ulc-common: New file.
7356         * modules/unilbrk/ulc-possible-linebreaks: New file.
7357         * modules/unilbrk/u8-width-linebreaks: New file.
7358         * modules/unilbrk/u16-width-linebreaks: New file.
7359         * modules/unilbrk/u32-width-linebreaks: New file.
7360         * modules/unilbrk/ulc-width-linebreaks: New file.
7361         * lib/linebreak.h: Remove file.
7362         * lib/linebreak.c: Remove file.
7363         * m4/linebreak.m4: Remove file.
7364         * modules/linebreak: Remove file.
7365         * NEWS: Mention the changes.
7366
7367 2008-05-09  Eric Blake  <ebb9@byu.net>
7368
7369         Add xmemdup0.
7370         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
7371         implementation.
7372         * lib/xmalloc.c (xmemdup0): New C implementation.
7373
7374 2008-05-08  Bruno Haible  <bruno@clisp.org>
7375
7376         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
7377
7378 2008-05-07  Eric Blake  <ebb9@byu.net>
7379
7380         Support cross-compilation of <wctype.h>.
7381         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
7382         AC_CACHE_CHECK.
7383
7384 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
7385
7386         * build-aux/vc-list-files: Add support for bzr.
7387
7388 2008-05-03  Jim Meyering  <meyering@redhat.com>
7389
7390         avoid failed assertion with tight malloc
7391         * tests/test-getndelim2.c: Correct an off-by-one assertion.
7392
7393 2008-05-03  Simon Josefsson  <simon@josefsson.org>
7394
7395         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
7396         are needed from arpa/inet.h.
7397         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
7398         Reported by Bruno Haible.
7399
7400 2008-05-02  Jim Meyering  <meyering@redhat.com>
7401
7402         avoid compilation error on FreeBSD 6
7403         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
7404
7405 2008-05-01  Jim Meyering  <meyering@redhat.com>
7406
7407         useless-if-before-free: correct --help's exit status description
7408         * build-aux/useless-if-before-free (usage): Like grep, exit 0
7409         for one or more matches, etc.  Reported by Bruno Haible.
7410
7411         vc-list-files: make the stand-alone gnulib test work
7412         * modules/vc-list-files-tests (configure.ac):
7413         Define and AC_SUBST abs_aux_dir.
7414         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
7415         $(abs_top_srcdir) to each script and having each of them
7416         duplicate the work of setting PATH, set PATH here, using
7417         the new variable, abs_aux_dir instead.
7418         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
7419         * tests/test-vc-list-files-git.sh: Likewise.
7420         Reported by Bruno Haible.
7421
7422 2008-05-01  Bruno Haible  <bruno@clisp.org>
7423
7424         * lib/getndelim2.c (getndelim2): Fix newsize computation during
7425         reallocation. Rename 'done' to 'found_delimiter'.
7426
7427 2008-05-01  Jim Meyering  <meyering@redhat.com>
7428
7429         vc-list-files: accommodate /bin/sh like the one from Solaris 10
7430         * build-aux/vc-list-files: Use `...`, not $(...).
7431
7432 2008-04-30  Jim Meyering  <meyering@redhat.com>
7433
7434         add tests for vc-list-files
7435         * modules/vc-list-files-tests: New module.
7436         * tests/test-vc-list-files-cvs.sh: New file.
7437         * tests/test-vc-list-files-git.sh: New file.
7438
7439         avoid a warning from gcc
7440         * lib/getndelim2.c (IF_LINT): Define.
7441         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
7442
7443         vc-list-files: work properly with build-aux/cvsu, too
7444         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
7445         to all cvs-based clauses.
7446
7447         vc-list-files: work properly in the CVS+awk case, too
7448         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
7449
7450         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
7451         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
7452         take more than one file argument, so .  Add quotes, just in case $dir
7453         ever contains a shell meta-character.  Prompted by Soren Hansen in
7454         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
7455
7456 2008-04-29  Eric Blake  <ebb9@byu.net>
7457
7458         Optimize getndelim2 to use block operations when possible.
7459         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
7460         freadseek, and memchr2.
7461         * lib/getndelim2.c (getndelim2): Use them for block reads.
7462
7463 2008-04-29  Bruno Haible  <bruno@clisp.org>
7464
7465         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
7466         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
7467         * modules/inet_ntop (Depends-on): Add extensions.
7468         * modules/inet_pton (Depends-on): Likewise.
7469         Reported by Simon Josefsson.
7470
7471 2008-04-29  Jim Meyering  <meyering@redhat.com>
7472
7473         When the is more than one match in a block, match all of them.
7474         * build-aux/useless-if-before-free: Iterate through each block
7475         until there are no more matches.
7476
7477         Fix broken useless-if-before-free script.
7478         * build-aux/useless-if-before-free: Fix typo: missing "?" after
7479         the expression to match cast of argument to free-like function.
7480
7481 2008-04-29  Eric Blake  <ebb9@byu.net>
7482
7483         Use new header.
7484         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
7485
7486 2008-04-29  Jim Meyering  <meyering@redhat.com>
7487
7488         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
7489         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
7490         by gnulib to exist and to declare e.g., inet_ntop.
7491         Don't include "inet_ntop.h", now removed.
7492
7493         * m4/arpa_inet_h.m4: Remove trailing blanks.
7494
7495 2008-04-29  Eric Blake  <ebb9@byu.net>
7496
7497         Silence valgrind on safe reads beyond potential array bounds.
7498         * lib/rawmemchr.valgrind: New file.
7499         * lib/strchrnul.valgrind: Likewise.
7500         * modules/rawmemchr (Files): Distribute new file.
7501         * modules/strchrnul (Files): Likewise.
7502         Suggested by Bruno Haible.
7503
7504 2008-04-29  Bruno Haible  <bruno@clisp.org>
7505
7506         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
7507         (inet_ntop, inet_pton): Change portability warning's wording.
7508         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
7509         Invoke gl_CHECK_NEXT_HEADERS.
7510         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
7511         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
7512         set ARPA_INET_H.
7513         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
7514         * modules/arpa_inet (Description): No longer only for systems that
7515         lack it.
7516         (Depends-on): Add include_next.
7517         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
7518         HAVE_ARPA_INET_H.
7519
7520 2008-04-29  Jim Meyering  <meyering@redhat.com>
7521
7522         * modules/mkdir (License): Re-license as LGPLv2+.
7523
7524 2008-04-29  Bruno Haible  <bruno@clisp.org>
7525
7526         * modules/rawmemchr (Maintainer): Set to Eric.
7527         * modules/strchrnul (Maintainer): Likewise.
7528
7529 2008-04-29  Simon Josefsson  <simon@josefsson.org>
7530
7531         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
7532         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
7533
7534         * modules/arpa_inet (arpa/inet.h): Use them.
7535
7536 2008-04-28  Eric Blake  <ebb9@byu.net>
7537
7538         Test getndelim2.
7539         * modules/getndelim2-tests: New file.
7540         * tests/test-getndelim2.c: Likewise.
7541         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
7542         stream.
7543         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
7544
7545         * MODULES.html.sh: Document new module.
7546
7547 2008-04-20  Bruno Haible  <bruno@clisp.org>
7548
7549         * lib/c-stack.c (die): Use raise.
7550         * modules/c-stack (Depends-on): Add raise.
7551
7552 2008-04-28  Bruno Haible  <bruno@clisp.org>
7553
7554         Expect rpmatch to be declared.
7555         * lib/yesno.c (rpmatch): Remove declaration.
7556
7557         Declare rpmatch.
7558         * lib/stdlib.in.h (rpmatch): New declaration.
7559         * lib/rpmatch.c: Include <stdlib.h> first.
7560         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
7561         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
7562         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
7563         HAVE_RPMATCH.
7564         * modules/rpmatch (Depends-on): Add stdlib, extensions.
7565         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7566         (Include): Set to <stdlib.h>.
7567         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
7568         HAVE_RPMATCH.
7569         * NEWS: Document the change.
7570
7571 2008-04-28  Bruno Haible  <bruno@clisp.org>
7572
7573         Change rpmatch to use nl_langinfo when appropriate.
7574         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
7575         (N_): New macro.
7576         (localized_pattern): New function/macro.
7577         (try): Remove match, nomatch arguments. Copy the pattern into safe
7578         memory before caching it.
7579         (rpmatch): Use localized_pattern. Add translator comments.
7580         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
7581         Suggested by Eric Blake.
7582         * modules/rpmatch (Depends-on): Add stdbool.
7583
7584 2008-04-28  Eric Blake  <ebb9@byu.net>
7585
7586         Add rawmemchr module, matching glibc.
7587         * modules/string (Makefile.am): New indicator.
7588         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
7589         * lib/string.in.h (rawmemchr): Declare when appropriate.
7590         * modules/rawmemchr: New file.
7591         * m4/rawmemchr.m4: Likewise.
7592         * lib/rawmemchr.c: Likewise.
7593         * modules/rawmemchr-tests: Likewise.
7594         * tests/test-rawmemchr.c: Likewise.
7595         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
7596         module.
7597         * modules/strchrnul (Depends-on): Add rawmemchr.
7598         * lib/strchrnul.c (strchrnul): Optimize a corner case.
7599
7600         Whitespace cleanup.
7601         * tests/test-strchrnul.c: Reindent.
7602         * lib/strchrnul.c: Likewise.
7603
7604         Optimize and test strchrnul.
7605         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
7606         * modules/strchrnul-tests: New file.
7607         * tests/test-strchrnul.c: Likewise.
7608
7609         Remove intprops dependency.
7610         * modules/memchr (Depends-on): Remove intprops.
7611         * modules/memrchr (Depends-on): Likewise.
7612         * modules/memchr2 (Depends-on): Likewise.
7613         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
7614         * lib/memrchr.c (__memrchr): Likewise.
7615         * lib/memrchr2.c (memchr2): Likewise.
7616         Reported by Simon Josefsson.
7617
7618 2008-04-28  Simon Josefsson  <simon@josefsson.org>
7619
7620         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
7621         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7622
7623 2008-04-28  Simon Josefsson  <simon@josefsson.org>
7624
7625         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
7626
7627         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
7628
7629         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
7630
7631         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
7632         declarations.
7633         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
7634
7635         * m4/inet_pton.m4: Don't check for header files.
7636
7637         * m4/inet_ntop.m4: Don't check for header files.
7638
7639 2008-04-28  Simon Josefsson  <simon@josefsson.org>
7640
7641         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
7642         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
7643         trigger for cygwin).
7644         Reported by Bruno Haible  <bruno@clisp.org>.
7645
7646 2008-04-28  Bruno Haible  <bruno@clisp.org>
7647
7648         * doc/posix-functions/strdup.texi: Mention mingw problem.
7649
7650 2008-04-27  Bruno Haible  <bruno@clisp.org>
7651
7652         * modules/stat-time-tests (Depends-on): Add sleep.
7653         * tests/test-stat-time.c (force_unlink): New function.
7654         (cleanup): Use it.
7655         (test_mtime): Remove the ctime related tests.
7656         (test_ctime): New function, containing the ctime related tests.
7657         (main): Call test_ctime, except on native Windows platforms.
7658
7659 2008-04-27  Bruno Haible  <bruno@clisp.org>
7660
7661         * lib/rpmatch.c (rpmatch): Add some comments.
7662         Reported by James Youngman <jay@gnu.org>.
7663
7664 2008-04-27  Bruno Haible  <bruno@clisp.org>
7665
7666         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
7667         quiet NaNs.
7668
7669 2008-04-27  Bruno Haible  <bruno@clisp.org>
7670
7671         Make test-yesno.sh work on mingw.
7672         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
7673         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
7674         (main): Set stdin to binary mode.
7675         * modules/yesno-tests (Depends-on): Add binary-io.
7676
7677 2008-04-27  Bruno Haible  <bruno@clisp.org>
7678
7679         Fix 'isfinite' on x86, x86_64, ia64 platforms.
7680         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
7681         argument that lie outside the IEEE 854 domain.
7682         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
7683         (gl_ISFINITE): Use it.
7684         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
7685
7686 2008-04-27  Bruno Haible  <bruno@clisp.org>
7687
7688         Allow local renaming in config.h.
7689         * lib/memrchr.c (memrchr): Don't undefine outside libc.
7690
7691 2008-04-27  Bruno Haible  <bruno@clisp.org>
7692
7693         * lib/memchr.c (__memchr): Change type of 'i'.
7694         * lib/memchr2.c (memchr2): Likewise.
7695
7696 2008-04-26  Eric Blake  <ebb9@byu.net>
7697         and Bruno Haible  <bruno@clisp.org>
7698
7699         Optimize and test memrchr.
7700         * modules/memrchr (Depends-on): Add intprops.
7701         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
7702         * modules/memrchr-tests: New file.
7703         * tests/test-memrchr.c: New file.
7704
7705 2008-04-26  Bruno Haible  <bruno@clisp.org>
7706
7707         Add tentative support for DragonFly BSD.
7708         * lib/stdio-impl.h: Add macros for DragonFly BSD.
7709         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
7710         fp.
7711         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
7712         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
7713         * lib/fpurge.c (fpurge): Likewise.
7714         * lib/freadable.c (freaadable): Likewise.
7715         * lib/freadahead.c (freadahead): Likewise.
7716         * lib/freading.c (freading): Likewise.
7717         * lib/freadptr.c (freadptr): Likewise.
7718         * lib/freadseek.c (freadptrinc): Likewise.
7719         * lib/fseeko.c (fseeko): Likewise.
7720         * lib/fseterr.c (fseterr): Likewise.
7721         * lib/fwritable.c (fwritable): Likewise.
7722         * lib/fwriting.c (fwriting): Likewise.
7723
7724 2008-04-26  Bruno Haible  <bruno@clisp.org>
7725
7726         * lib/stdio-impl.h: New file.
7727         * lib/fbufmode.c: Include stdio-impl.h.
7728         (fbufmode): Use fp_, remove redundant #defines.
7729         * lib/fflush.c: Include stdio-impl.h.
7730         (clear_ungetc_buffer): Remove redundant #defines.
7731         * lib/fpurge.c: Include stdio-impl.h.
7732         (fpurge): Remove redundant #defines.
7733         * lib/freadable.c: Include stdio-impl.h.
7734         (freadable): Remove redundant #defines.
7735         * lib/freadahead.c: Include stdio-impl.h.
7736         (freadahead): Remove redundant #defines.
7737         * lib/freading.c: Include stdio-impl.h.
7738         (freading): Remove redundant #defines.
7739         * lib/freadptr.c: Include stdio-impl.h.
7740         (freadptr): Remove redundant #defines.
7741         * lib/freadseek.c: Include stdio-impl.h.
7742         (freadptrinc): Remove redundant #defines.
7743         * lib/fseeko.c: Include stdio-impl.h.
7744         (rpl_fseeko): Remove redundant #defines.
7745         * lib/fseterr.c: Include stdio-impl.h.
7746         (fseterr): Remove redundant #defines.
7747         * lib/fwritable.c: Include stdio-impl.h.
7748         (fwritable: Remove redundant #defines.
7749         * lib/fwriting.c: Include stdio-impl.h.
7750         (fwriting): Remove redundant #defines.
7751         * modules/fbufmode (Files): Add lib/stdio-impl.h.
7752         * modules/fflush (Files): Likewise.
7753         * modules/fpurge (Files): Likewise.
7754         * modules/freadable (Files): Likewise.
7755         * modules/freadahead (Files): Likewise.
7756         * modules/freading (Files): Likewise.
7757         * modules/freadptr (Files): Likewise.
7758         * modules/freadseek (Files): Likewise.
7759         * modules/fseeko (Files): Likewise.
7760         * modules/fseterr (Files): Likewise.
7761         * modules/fwritable (Files): Likewise.
7762         * modules/fwriting (Files): Likewise.
7763
7764 2008-04-26  Bruno Haible  <bruno@clisp.org>
7765
7766         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
7767         restore_seek_optimization, update_fpos_cache): New functions, extracted
7768         from rpl_fflush.
7769         (rpl_fflush): Use them.
7770         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
7771         (gl_REPLACE_FFLUSH): Use it.
7772
7773 2008-04-26  Bruno Haible  <bruno@clisp.org>
7774
7775         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
7776         on Solaris.
7777         * tests/test-xstrtoimax.sh: Likewise.
7778         * tests/test-xstrtoumax.sh: Likewise.
7779         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7780
7781 2008-04-26  Bruno Haible  <bruno@clisp.org>
7782
7783         * modules/memchr-tests: New file.
7784         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
7785
7786 2008-04-26  Eric Blake  <ebb9@byu.net>
7787             Bruno Haible  <bruno@clisp.org>
7788
7789         * lib/memchr.c: Include intprops.h.
7790         (__memchr): Optimize parallel detection of matching bytes. Rename local
7791         variables. Add explanatory comments.
7792
7793 2008-04-26  Bruno Haible  <bruno@clisp.org>
7794
7795         Fix module 'memchr', broken since 2000-10-28.
7796         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
7797
7798 2008-04-26  Bruno Haible  <bruno@clisp.org>
7799
7800         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
7801         comments.
7802
7803 2008-04-25  Eric Blake  <ebb9@byu.net>
7804
7805         Use native fstatat on cygwin 1.7.0.
7806         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
7807         first.
7808
7809 2008-04-23  Eric Blake  <ebb9@byu.net>
7810
7811         Improve memchr2 performance.
7812         * lib/memchr2.c (memchr2): Further optimize parallel detection of
7813         NUL bytes.
7814         * modules/memchr2 (Depends-on): Use intprops.h.
7815
7816 2008-04-23  Simon Josefsson  <simon@josefsson.org>
7817
7818         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
7819         an inline function instead of a CPP macro.  Patch by Ben Pfaff
7820         <blp@cs.stanford.edu>.
7821
7822 2008-04-23  Simon Josefsson  <simon@josefsson.org>
7823
7824         * lib/arpa_inet.in.h: New file.
7825
7826         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
7827         (Makefile.am): Sed in substitute header file.
7828
7829         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
7830         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
7831
7832         * modules/inet_ntop (configure.ac): Use
7833         gl_ARPA_INET_MODULE_INDICATOR.
7834
7835         * modules/inet_pton (configure.ac): Use
7836         gl_ARPA_INET_MODULE_INDICATOR.
7837
7838 2008-04-22  Jim Meyering  <meyering@redhat.com>
7839
7840         * modules/verify (License): Re-license as LGPLv2+.
7841
7842 2008-04-22  Simon Josefsson  <simon@josefsson.org>
7843
7844         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
7845         parameter to void* as per POSIX standard (MinGW uses char*).
7846
7847 2008-04-21  Bruno Haible  <bruno@clisp.org>
7848
7849         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7850         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7851         Define to replacements if REPLACE_ISWCNTRL is 1.
7852         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
7853         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
7854         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
7855         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
7856         what it fixes.
7857         * doc/posix-functions/iswalpha.texi: Likewise.
7858         * doc/posix-functions/iswblank.texi: Likewise.
7859         * doc/posix-functions/iswcntrl.texi: Likewise.
7860         * doc/posix-functions/iswdigit.texi: Likewise.
7861         * doc/posix-functions/iswgraph.texi: Likewise.
7862         * doc/posix-functions/iswlower.texi: Likewise.
7863         * doc/posix-functions/iswprint.texi: Likewise.
7864         * doc/posix-functions/iswpunct.texi: Likewise.
7865         * doc/posix-functions/iswspace.texi: Likewise.
7866         * doc/posix-functions/iswupper.texi: Likewise.
7867         * doc/posix-functions/iswxdigit.texi: Likewise.
7868         Reported by Alain Guibert.
7869
7870 2008-04-21  Bruno Haible  <bruno@clisp.org>
7871
7872         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
7873         Patch by Alain Guibert.
7874
7875 2008-04-21  Bruno Haible  <bruno@clisp.org>
7876
7877         Fix test failures on mingw.
7878         * tests/test-xstrtol.c (print_no_progname): New function.
7879         (main): Install it in error_print_progname hook.
7880         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
7881         * tests/test-xstrtoimax.sh: Likewise.
7882         * tests/test-xstrtoumax.sh: Likewise.
7883
7884 2008-04-21  Bruno Haible  <bruno@clisp.org>
7885
7886         Fix test failure on mingw.
7887         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
7888
7889 2008-04-21  Bruno Haible  <bruno@clisp.org>
7890
7891         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
7892         Actually assign a value.
7893
7894 2008-04-20  Bruno Haible  <bruno@clisp.org>
7895
7896         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
7897         take 2.
7898         * lib/canonicalize.c (canonicalize_file_name): Elide if the
7899         'canonicalize-lgpl' module is also used.
7900         * lib/canonicalize-lgpl.c: Undo last change.
7901         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
7902
7903 2008-04-20  Bruno Haible  <bruno@clisp.org>
7904
7905         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
7906         config.h. Provide _mkdir based fallback for mingw.
7907         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
7908         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
7909         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
7910         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
7911         rather than defining mkdir in config.h.
7912         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
7913         (gl_SYS_STAT_H_DEFAULTS): New macro.
7914         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
7915         HAVE_IO_H any more.
7916         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
7917         HAVE_DECL_MKDIR and HAVE_IO_H.
7918
7919 2008-04-20  Bruno Haible  <bruno@clisp.org>
7920
7921         * lib/isapipe.c: Port to native Windows platforms.
7922
7923 2008-04-20  Bruno Haible  <bruno@clisp.org>
7924
7925         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
7926
7927 2008-04-21  Eric Blake  <ebb9@byu.net>
7928
7929         Work around preprocessors that don't handle UINTMAX_MAX.
7930         * lib/memchr2.c (memchr2): Avoid embedded #if.
7931         Reported by Alain Guibert, fix suggested by Bruno Haible.
7932
7933 2008-04-21  Simon Josefsson  <simon@josefsson.org>
7934
7935         * doc/posix-functions/strftime.texi (strftime): Explain better
7936         Windows incompatibility.  Suggested by Micah Cowan
7937         <micah@cowan.name>.
7938
7939 2008-04-20  Bruno Haible  <bruno@clisp.org>
7940
7941         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
7942         unistr/u8-mblen.
7943
7944 2008-04-20  Bruno Haible  <bruno@clisp.org>
7945
7946         Fix test failure on platforms with non-GNU iconv.
7947         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
7948         (U_TO_U8): Use it, rather than u16_to_u8.
7949         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
7950         units at the end of the input string.
7951         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
7952
7953 2008-04-20  Bruno Haible  <bruno@clisp.org>
7954
7955         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
7956         when the resulting length is 0.
7957         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
7958
7959 2008-04-20  Bruno Haible  <bruno@clisp.org>
7960
7961         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
7962         works.
7963         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
7964
7965 2008-04-20  Bruno Haible  <bruno@clisp.org>
7966
7967         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
7968         * modules/tsearch-tests (configure.ac): Test for initstate function.
7969
7970 2008-04-20  Bruno Haible  <bruno@clisp.org>
7971
7972         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
7973         for nlink_t if missing.
7974         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
7975
7976 2008-04-19  Bruno Haible  <bruno@clisp.org>
7977
7978         Work around snprintf bug on Linux libc5.
7979         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
7980         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
7981         gl_SNPRINTF_SIZE1.
7982         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7983         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
7984         that test failed.
7985         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
7986         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
7987         * modules/snprintf (Files): Add m4/printf.m4.
7988         * modules/vsnprintf (Files): Likewise.
7989         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
7990         * doc/posix-functions/vsnprintf.texi: Likewise.
7991
7992 2008-04-19  Bruno Haible  <bruno@clisp.org>
7993
7994         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
7995         from 0.0058 to less than 10^-7.
7996
7997 2008-04-19  Bruno Haible  <bruno@clisp.org>
7998
7999         Fix rounding when a precision is given.
8000         * lib/vasnprintf.c (is_borderline): New function.
8001         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
8002         9...9x.
8003         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
8004         %e, %g.
8005         * tests/test-vasprintf-posix.c (test_function): Likewise.
8006         * tests/test-snprintf-posix.h (test_function): Likewise.
8007         * tests/test-sprintf-posix.h (test_function): Likewise.
8008         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
8009         * tests/test-printf-posix.h (test_function): Likewise.
8010         * tests/test-printf-posix.output: Update.
8011         Reported by John Darrington <john@darrington.wattle.id.au> via
8012         Ben Pfaff <blp@cs.stanford.edu>.
8013
8014 2008-04-18  Simon Josefsson  <simon@josefsson.org>
8015
8016         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
8017         Suggested by Bruno Haible <bruno@clisp.org>.
8018
8019 2008-04-17  Bruno Haible  <bruno@clisp.org>
8020
8021         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
8022         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
8023         implementation.
8024         Patch by Bruce Merry <bmerry@gmail.com>.
8025
8026 2008-04-17  Simon Josefsson  <simon@josefsson.org>
8027
8028         * doc/posix-functions/strftime.texi (strftime): Mention that %e
8029         doesn't work under Windows.
8030
8031 2008-04-16  Bruno Haible  <bruno@clisp.org>
8032
8033         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
8034         New macros.
8035         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
8036         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
8037         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
8038         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
8039         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
8040         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
8041         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
8042         macros.
8043         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
8044         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
8045         Northern Sotho, Uighur.
8046
8047 2008-04-16  Bruno Haible  <bruno@clisp.org>
8048
8049         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
8050         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
8051         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
8052         Reported by Daniel Bergström <daniel@octocode.com>.
8053
8054 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
8055             Bruno Haible  <bruno@clisp.org>
8056
8057         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
8058         function.
8059         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
8060         New functions, mostly extracted from gl_locale_name_default.
8061         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
8062
8063 2008-04-16  Eric Blake  <ebb9@byu.net>
8064
8065         Adjust strtod detection to catch glibc 2.7 bug.
8066         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
8067         Reported by John Gatewood Ham.
8068
8069 2008-04-16  Bruno Haible  <bruno@clisp.org>
8070
8071         Add tentative support for Linux libc5.
8072         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
8073         * lib/fpurge.c (fpurge): Likewise.
8074         * lib/freadable.c (freadable): Likewise.
8075         * lib/freadahead.c (freadahead): Likewise.
8076         * lib/freading.c (freading): Likewise.
8077         * lib/freadptr.c (freadptr): Likewise.
8078         * lib/freadseek.c (freadptrinc): Likewise.
8079         * lib/fseeko.c (rpl_fseeko): Likewise.
8080         * lib/fseterr.c (fseterr): Likewise.
8081         * lib/fwritable.c (fwritable): Likewise.
8082         * lib/fwriting.c (fwriting): Likewise.
8083         Reported by Alain Guibert <alguibert+bts@free.fr>.
8084
8085 2008-04-15  Bruno Haible  <bruno@clisp.org>
8086
8087         * modules/mathl (configure.ac): Define module indicator.
8088
8089 2008-04-15  Bruno Haible  <bruno@clisp.org>
8090
8091         * lib/logl.c (logl): Remove unused variables.
8092
8093 2008-04-15  Bruno Haible  <bruno@clisp.org>
8094
8095         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
8096         fails.
8097
8098 2008-04-15  Bruno Haible  <bruno@clisp.org>
8099
8100         * lib/trim.c (trim2): Fix argument of isspace() macro.
8101
8102 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
8103
8104         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
8105         to 0.
8106         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
8107
8108 2008-04-14  Bruno Haible  <bruno@clisp.org>
8109
8110         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
8111         AC_LANG_PROGRAM argument.
8112         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
8113         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
8114         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
8115         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
8116         * m4/math_h.m4 (gl_MATH_H): Likewise.
8117         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
8118         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
8119         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
8120         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
8121         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8122         * m4/regex.m4 (gl_REGEX): Likewise.
8123         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
8124         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
8125         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8126         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
8127         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
8128         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
8129         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
8130         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
8131
8132 2008-04-14  Jim Meyering  <meyering@redhat.com>
8133
8134         test-strtod: fix typos: s/abs/fabs/
8135         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
8136
8137 2008-04-13  Bruno Haible  <bruno@clisp.org>
8138
8139         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
8140         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
8141         module is also used and while not building the reloc-wrapper.
8142
8143 2008-04-13  Bruno Haible  <bruno@clisp.org>
8144
8145         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
8146
8147 2008-04-13  Bruno Haible  <bruno@clisp.org>
8148
8149         Fix AIX compilation failure introduced on 2008-04-02.
8150         * tests/test-frexp.c (exp): Undefine before redefining.
8151         * tests/test-frexpl.c (exp): Likewise.
8152
8153 2008-04-13  Bruno Haible  <bruno@clisp.org>
8154
8155         Work around a HP-UX stdio bug.
8156         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
8157         * tests/test-ftello.c (main): Likewise.
8158         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
8159         * doc/posix-functions/ftello.texi: Likewise.
8160
8161 2008-04-13  Bruno Haible  <bruno@clisp.org>
8162
8163         Make test-signbit pass on HP-UX/hppa.
8164         * tests/test-signbit.c (minus_zerol): New variable.
8165         (test_signbitl): Use it.
8166
8167 2008-04-13  Bruno Haible  <bruno@clisp.org>
8168
8169         Make truncl work on OSF/1 4.0.
8170         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
8171         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
8172         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
8173         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
8174         HAVE_DECL_TRUNCL.
8175         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
8176         HAVE_DECL_TRUNCL.
8177         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
8178
8179 2008-04-13  Bruno Haible  <bruno@clisp.org>
8180
8181         * lib/unictype.h: Remove trailing comma from enumeration definitions.
8182
8183 2008-04-13  Bruno Haible  <bruno@clisp.org>
8184
8185         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
8186         expression, so as to avoid HP-UX 11 cc compiler bug.
8187
8188 2008-04-13  Bruno Haible  <bruno@clisp.org>
8189
8190         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
8191
8192 2008-04-13  Bruno Haible  <bruno@clisp.org>
8193
8194         * lib/git-merge-changelog.c: Remove empty declaration outside of
8195         functions.
8196
8197 2008-04-13  Bruno Haible  <bruno@clisp.org>
8198
8199         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
8200
8201 2008-04-13  Bruno Haible  <bruno@clisp.org>
8202
8203         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
8204         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
8205         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
8206         also if it exists but lacks definitions of the SHUT_* macros.
8207         * modules/sys_socket (Description): Update.
8208         Reported by Elbert Pol <e.pol@chello.nl>.
8209
8210 2008-04-13  Bruno Haible  <bruno@clisp.org>
8211
8212         * lib/localcharset.c (OS2): Don't redefine if already defined.
8213         Reported by Elbert Pol <e.pol@chello.nl>.
8214
8215 2008-04-13  Bruno Haible  <bruno@clisp.org>
8216
8217         * lib/binary-io.h [__EMX__]: Include <io.h>.
8218         Reported by Elbert Pol <e.pol@chello.nl>.
8219
8220 2008-04-12  Bruno Haible  <bruno@clisp.org>
8221
8222         * lib/fpucw.h: Enable the definitions also for x86_64.
8223         Needed for NetBSD/x86_64.
8224         Reported by Thomas Klausner <tk@giga.or.at>.
8225
8226 2008-04-12  Bruno Haible  <bruno@clisp.org>
8227
8228         * tests/test-strtod.c: Include isnand.h.
8229         (main): Use isnand instead of isnan.
8230         Reported by Jim Meyering.
8231
8232 2008-04-12  Bruno Haible  <bruno@clisp.org>
8233
8234         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
8235         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8236
8237 2008-04-12  Jim Meyering  <meyering@redhat.com>
8238
8239         * m4/math_h.m4 (gl_MATH_H): Fix typos.
8240
8241 2008-04-12  Bruno Haible  <bruno@clisp.org>
8242
8243         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
8244         Reported by Elbert Pol <e.pol@chello.nl>.
8245
8246 2008-04-12  Eric Blake  <ebb9@byu.net>
8247
8248         Work around Solaris 10 math.h bug.
8249         * m4/math_h.m4 (gl_MATH_H): Check for bug.
8250         (gl_MATH_H_DEFAULTS): Set up default.
8251         * modules/math (Makefile.am): Replace new indicators.
8252         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
8253         * tests/test-math.c (main): Test this.
8254         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
8255         * doc/posix-headers/math.texi (math.h): Mention bug.
8256         Reported by Nelson H. F. Beebe and Jim Meyering.
8257
8258 2008-04-11  Bruno Haible  <bruno@clisp.org>
8259
8260         Adapt to future versions of Apple GCC.
8261         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
8262         Reported by Peter O'Gorman <peter@pogma.com>.
8263
8264 2008-04-11  Bruno Haible  <bruno@clisp.org>
8265
8266         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
8267
8268 2008-04-11  Bruno Haible  <bruno@clisp.org>
8269
8270         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
8271
8272         * modules/getaddrinfo-tests (Makefile.am): Define
8273         test_getaddrinfo_LDADD.
8274
8275 2008-04-11  Bruno Haible  <bruno@clisp.org>
8276
8277         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
8278         (init): Fix syntax error.
8279         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
8280         is declared.
8281
8282 2008-04-11  Bruno Haible  <bruno@clisp.org>
8283
8284         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
8285         * modules/glob (Depends-on): Add stdbool.
8286
8287 2008-04-11  Bruno Haible  <bruno@clisp.org>
8288
8289         * lib/trim.c: Include <string.h>.
8290
8291 2008-04-11  Eric Blake  <ebb9@byu.net>
8292
8293         Avoid compile failure on OS/2.
8294         * lib/regex_internal.h (internal_function): Disable optimization
8295         on OS/2 (__EMX__), where it caused compiler error.
8296         Reported by Elbert Pol.
8297
8298 2008-04-11  Bruno Haible  <bruno@clisp.org>
8299
8300         Flush the standard error stream before aborting. Needed on mingw.
8301         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
8302         * tests/test-array_list.c (ASSERT): Likewise.
8303         * tests/test-array_oset.c (ASSERT): Likewise.
8304         * tests/test-avltree_list.c (ASSERT): Likewise.
8305         * tests/test-avltree_oset.c (ASSERT): Likewise.
8306         * tests/test-avltreehash_list.c (ASSERT): Likewise.
8307         * tests/test-binary-io.c (ASSERT): Likewise.
8308         * tests/test-byteswap.c (ASSERT): Likewise.
8309         * tests/test-c-ctype.c (ASSERT): Likewise.
8310         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
8311         * tests/test-c-strcasestr.c (ASSERT): Likewise.
8312         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
8313         * tests/test-c-strstr.c (ASSERT): Likewise.
8314         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
8315         * tests/test-canonicalize.c (ASSERT): Likewise.
8316         * tests/test-carray_list.c (ASSERT): Likewise.
8317         * tests/test-ceilf1.c (ASSERT): Likewise.
8318         * tests/test-ceilf2.c (ASSERT): Likewise.
8319         * tests/test-ceill.c (ASSERT): Likewise.
8320         * tests/test-count-one-bits.c (ASSERT): Likewise.
8321         * tests/test-fbufmode.c (ASSERT): Likewise.
8322         * tests/test-fflush2.c (ASSERT): Likewise.
8323         * tests/test-floorf1.c (ASSERT): Likewise.
8324         * tests/test-floorf2.c (ASSERT): Likewise.
8325         * tests/test-floorl.c (ASSERT): Likewise.
8326         * tests/test-fopen.c (ASSERT): Likewise.
8327         * tests/test-fpending.c (ASSERT): Likewise.
8328         * tests/test-fprintf-posix.c (ASSERT): Likewise.
8329         * tests/test-fpurge.c (ASSERT): Likewise.
8330         * tests/test-freadable.c (ASSERT): Likewise.
8331         * tests/test-freadahead.c (ASSERT): Likewise.
8332         * tests/test-freading.c (ASSERT): Likewise.
8333         * tests/test-freadptr.c (ASSERT): Likewise.
8334         * tests/test-freadptr2.c (ASSERT): Likewise.
8335         * tests/test-freadseek.c (ASSERT): Likewise.
8336         * tests/test-freopen.c (ASSERT): Likewise.
8337         * tests/test-frexp.c (ASSERT): Likewise.
8338         * tests/test-frexpl.c (ASSERT): Likewise.
8339         * tests/test-fseek.c (ASSERT): Likewise.
8340         * tests/test-fseeko.c (ASSERT): Likewise.
8341         * tests/test-fstrcmp.c (ASSERT): Likewise.
8342         * tests/test-ftell.c (ASSERT): Likewise.
8343         * tests/test-ftello.c (ASSERT): Likewise.
8344         * tests/test-func.c (ASSERT): Likewise.
8345         * tests/test-fwritable.c (ASSERT): Likewise.
8346         * tests/test-fwriting.c (ASSERT): Likewise.
8347         * tests/test-getdelim.c (ASSERT): Likewise.
8348         * tests/test-getline.c (ASSERT): Likewise.
8349         * tests/test-i-ring.c (ASSERT): Likewise.
8350         * tests/test-iconv-utf.c (ASSERT): Likewise.
8351         * tests/test-iconv.c (ASSERT): Likewise.
8352         * tests/test-isfinite.c (ASSERT): Likewise.
8353         * tests/test-isnand.c (ASSERT): Likewise.
8354         * tests/test-isnanf.c (ASSERT): Likewise.
8355         * tests/test-isnanl.h (ASSERT): Likewise.
8356         * tests/test-ldexpl.c (ASSERT): Likewise.
8357         * tests/test-linked_list.c (ASSERT): Likewise.
8358         * tests/test-linkedhash_list.c (ASSERT): Likewise.
8359         * tests/test-localename.c (ASSERT): Likewise.
8360         * tests/test-lseek.c (ASSERT): Likewise.
8361         * tests/test-mbscasecmp.c (ASSERT): Likewise.
8362         * tests/test-mbscasestr1.c (ASSERT): Likewise.
8363         * tests/test-mbscasestr2.c (ASSERT): Likewise.
8364         * tests/test-mbscasestr3.c (ASSERT): Likewise.
8365         * tests/test-mbscasestr4.c (ASSERT): Likewise.
8366         * tests/test-mbschr.c (ASSERT): Likewise.
8367         * tests/test-mbscspn.c (ASSERT): Likewise.
8368         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
8369         * tests/test-mbspbrk.c (ASSERT): Likewise.
8370         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
8371         * tests/test-mbsrchr.c (ASSERT): Likewise.
8372         * tests/test-mbsspn.c (ASSERT): Likewise.
8373         * tests/test-mbsstr1.c (ASSERT): Likewise.
8374         * tests/test-mbsstr2.c (ASSERT): Likewise.
8375         * tests/test-mbsstr3.c (ASSERT): Likewise.
8376         * tests/test-memchr2.c (ASSERT): Likewise.
8377         * tests/test-memmem.c (ASSERT): Likewise.
8378         * tests/test-open.c (ASSERT): Likewise.
8379         * tests/test-printf-frexp.c (ASSERT): Likewise.
8380         * tests/test-printf-frexpl.c (ASSERT): Likewise.
8381         * tests/test-printf-posix.c (ASSERT): Likewise.
8382         * tests/test-quotearg.c (ASSERT): Likewise.
8383         * tests/test-rbtree_list.c (ASSERT): Likewise.
8384         * tests/test-rbtree_oset.c (ASSERT): Likewise.
8385         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
8386         * tests/test-round1.c (ASSERT): Likewise.
8387         * tests/test-roundf1.c (ASSERT): Likewise.
8388         * tests/test-roundl.c (ASSERT): Likewise.
8389         * tests/test-signbit.c (ASSERT): Likewise.
8390         * tests/test-sleep.c (ASSERT): Likewise.
8391         * tests/test-snprintf-posix.c (ASSERT): Likewise.
8392         * tests/test-snprintf.c (ASSERT): Likewise.
8393         * tests/test-sprintf-posix.c (ASSERT): Likewise.
8394         * tests/test-stat-time.c (ASSERT): Likewise.
8395         * tests/test-strcasestr.c (ASSERT): Likewise.
8396         * tests/test-strerror.c (ASSERT): Likewise.
8397         * tests/test-striconv.c (ASSERT): Likewise.
8398         * tests/test-striconveh.c (ASSERT): Likewise.
8399         * tests/test-striconveha.c (ASSERT): Likewise.
8400         * tests/test-strsignal.c (ASSERT): Likewise.
8401         * tests/test-strstr.c (ASSERT): Likewise.
8402         * tests/test-strtod.c (ASSERT): Likewise.
8403         * tests/test-trunc1.c (ASSERT): Likewise.
8404         * tests/test-trunc2.c (ASSERT): Likewise.
8405         * tests/test-truncf1.c (ASSERT): Likewise.
8406         * tests/test-truncf2.c (ASSERT): Likewise.
8407         * tests/test-truncl.c (ASSERT): Likewise.
8408         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
8409         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
8410         * tests/test-vasnprintf.c (ASSERT): Likewise.
8411         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
8412         * tests/test-vasprintf.c (ASSERT): Likewise.
8413         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
8414         * tests/test-vprintf-posix.c (ASSERT): Likewise.
8415         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
8416         * tests/test-vsnprintf.c (ASSERT): Likewise.
8417         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
8418         * tests/test-wcwidth.c (ASSERT): Likewise.
8419         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
8420         * tests/test-xprintf-posix.c (ASSERT): Likewise.
8421         * tests/test-xvasprintf.c (ASSERT): Likewise.
8422         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
8423         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
8424         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
8425         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
8426         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
8427         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
8428         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
8429         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
8430         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
8431         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
8432         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
8433         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
8434         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
8435         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
8436         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
8437         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
8438         * tests/unictype/test-block_list.c (ASSERT): Likewise.
8439         * tests/unictype/test-block_of.c (ASSERT): Likewise.
8440         * tests/unictype/test-block_test.c (ASSERT): Likewise.
8441         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
8442         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
8443         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
8444         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
8445         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
8446         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
8447         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
8448         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
8449         * tests/unictype/test-combining.c (ASSERT): Likewise.
8450         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
8451         * tests/unictype/test-digit.c (ASSERT): Likewise.
8452         * tests/unictype/test-mirror.c (ASSERT): Likewise.
8453         * tests/unictype/test-numeric.c (ASSERT): Likewise.
8454         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
8455         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
8456         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
8457         * tests/unictype/test-scripts.c (ASSERT): Likewise.
8458         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
8459         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
8460         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
8461         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
8462         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
8463         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
8464         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
8465         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
8466         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
8467         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
8468         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
8469         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
8470         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
8471         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
8472         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
8473         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
8474         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
8475         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
8476         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
8477         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
8478         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
8479         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
8480         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
8481         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
8482         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
8483         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
8484         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
8485         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
8486         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
8487         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
8488         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
8489         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
8490         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
8491         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
8492         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
8493         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
8494         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
8495         Reported by Eric Blake.
8496
8497 2008-04-11  Bruno Haible  <bruno@clisp.org>
8498
8499         * lib/wchar.in.h: Tweak comment.
8500
8501 2008-04-11  Bruno Haible  <bruno@clisp.org>
8502
8503         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
8504         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
8505         gl_COMMON.
8506         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
8507
8508 2008-04-11  Bruno Haible  <bruno@clisp.org>
8509
8510         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
8511
8512 2008-04-11  Simon Josefsson  <simon@josefsson.org>
8513
8514         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
8515         of attempting to use non-existing /dev/*random.  Based on patch
8516         from Adam Strzelecki <ono@java.pl> in
8517         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
8518
8519 2008-04-08  Bruno Haible  <bruno@clisp.org>
8520
8521         Add tentative support for emx+gcc.
8522         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
8523         * lib/fpurge.c (fpurge): Likewise.
8524         * lib/freadable.c (freadable): Likewise.
8525         * lib/freadahead.c (freadahead): Likewise.
8526         * lib/freading.c (freading): Likewise.
8527         * lib/freadptr.c (freadptr): Likewise.
8528         * lib/freadseek.c (freadptrinc): Likewise.
8529         * lib/fseeko.c (rpl_fseeko): Likewise.
8530         * lib/fseterr.c (fseterr): Likewise.
8531         * lib/fwritable.c (fwritable): Likewise.
8532         * lib/fwriting.c (fwriting): Likewise.
8533         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
8534
8535 2008-04-09  Eric Blake  <ebb9@byu.net>
8536
8537         Avoid some autoconf warnings.
8538         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
8539         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
8540         * m4/afs.m4 (gl_AFS): Likewise.
8541         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
8542         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
8543         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
8544         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
8545         (gl_INTEGER_TYPE_SUFFIX): Likewise.
8546         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
8547         (AC_CHECK_DECLS_ONCE): Likewise.
8548         Rename file...
8549         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
8550         gnulib-tool requires autoconf 2.59 or better.
8551         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
8552
8553 2008-04-08  Eric Blake  <ebb9@byu.net>
8554
8555         Use 'git describe --match' if present (added in git 1.5.5).
8556         * build-aux/git-version-gen: Limit result to tags that match 'v*'
8557         if possible.
8558
8559 2008-04-08  Bruno Haible  <bruno@clisp.org>
8560
8561         Add tentative support for OpenServer.
8562         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
8563         _ptr, _cnt.
8564         * lib/fpurge.c (fpurge): Likewise.
8565         * lib/freadable.c (freadable): Likewise.
8566         * lib/freadahead.c (freadahead): Likewise.
8567         * lib/freading.c (freading): Likewise.
8568         * lib/freadptr.c (freadptr): Likewise.
8569         * lib/freadseek.c (freadptrinc): Likewise.
8570         * lib/fseeko.c (rpl_fseeko): Likewise.
8571         * lib/fseterr.c (fseterr): Likewise.
8572         * lib/fwritable.c (fwritable): Likewise.
8573         * lib/fwriting.c (fwriting): Likewise.
8574         Reported by Roger Cornelius <rac@tenzing.org> and
8575         Brian K. White <brian@aljex.com>.
8576
8577 2008-04-06  Jim Meyering  <meyering@redhat.com>
8578
8579         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
8580
8581 2008-04-06  Bruno Haible  <bruno@clisp.org>
8582
8583         Avoid possible error with non-ASCII bytes in UTF-8 locales.
8584         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
8585         * tests/test-printf-posix.sh: Likewise.
8586         * tests/test-vfprintf-posix.sh: Likewise.
8587         * tests/test-vprintf-posix.sh: Likewise.
8588         * tests/test-xprintf-posix.sh: Likewise.
8589
8590 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8591
8592         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
8593         hide error from 'ls', needed on OS/2.
8594         Report by Elbert Pol <elbert.pol@gmail.com>.
8595
8596 2008-04-04  Eric Blake  <ebb9@byu.net>
8597
8598         Make test-fseeko.c failures meaningful.
8599         * tests/test-fseeko.c: Print line number on failure.
8600         * tests/test-fseek.c: Likewise.
8601         Reported by Nelson H. F. Beebe.
8602
8603         Improve strtod bug detection check.
8604         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
8605         required for Solaris 10.
8606         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
8607
8608 2008-04-04  Bruno Haible  <bruno@clisp.org>
8609
8610         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
8611         by m4/setenv.m4.
8612
8613 2008-04-03  Eric Blake  <ebb9@byu.net>
8614
8615         Ensure sane .version contents.
8616         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
8617         version string.
8618         * build-aux/git-version-gen: Improve documentation.
8619
8620         Make GNU make output nicer.
8621         * top/GNUmakefile [!_have-Makefile]: Add dependency on
8622         MAKECMDGOALS to enforce message for all command line targets.  Set
8623         srcdir for use in maint.mk.
8624
8625         Another maintainer tweak.
8626         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
8627         a target that regenerates version.
8628
8629 2008-04-03  Jim Meyering  <meyering@redhat.com>
8630
8631         vc-list-files: don't cause coreutils "make po-check" failure
8632         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
8633
8634 2008-04-03  Eric Blake  <ebb9@byu.net>
8635
8636         Allow VPATH usage of vc-list-files.
8637         * build-aux/vc-list-files (scriptversion): Add timestamp.
8638         (options): Add --help, --version, -C.
8639         (CVS): Support installed cvsu.
8640
8641 2008-04-02  Bruno Haible  <bruno@clisp.org>
8642
8643         Avoid some "statement with no effect" warnings from gcc.
8644         * tests/test-wctype.c (main): Explicitly ignore unused values.
8645         Reported by Jim Meyering.
8646
8647 2008-04-02  Jim Meyering  <meyering@redhat.com>
8648
8649         Avoid some warnings from "gcc -Wshadow".
8650         * tests/test-frexp.c (exp): Define to a different identifier.
8651         * tests/test-frexpl.c (exp): Likewise.
8652
8653 2008-04-03  Jim Meyering  <meyering@redhat.com>
8654
8655         bootstrap: remove dangling *.[ch] symlinks from lib
8656         * build-aux/bootstrap [dangling symlink removal]: Move find's
8657         -depth option to precede all others, to avoid a warning.
8658         Remove *.[ch] files too, and from "$source_base" (usually lib/).
8659
8660 2008-04-02  Bruno Haible  <bruno@clisp.org>
8661
8662         Avoid some warnings from "gcc -Wshadow".
8663         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
8664         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
8665         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
8666         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
8667         Reported by Jim Meyering.
8668
8669 2008-04-01  Bruno Haible  <bruno@clisp.org>
8670
8671         Fix test to work on IRIX 6.5 with cc.
8672         * tests/test-math.c (numeric_equal): New function.
8673         (main): Use it.
8674
8675 2008-04-01  Bruno Haible  <bruno@clisp.org>
8676
8677         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
8678
8679 2008-04-01  Bruno Haible  <bruno@clisp.org>
8680
8681         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
8682         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
8683         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
8684         (Depends-on): Remove math.
8685
8686         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
8687         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
8688         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
8689         (Depends-on): Remove math.
8690
8691         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
8692         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
8693         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
8694         (Depends-on): Remove math.
8695         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
8696         (Depends-on): Remove math.
8697
8698         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
8699         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
8700         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
8701         (Depends-on): Remove math.
8702         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
8703         (Depends-on): Remove math.
8704
8705         * tests/test-round1.c: Include nan.h.
8706         (main): Use NaNd instead of NAN.
8707         * modules/round-tests (Files): Add tests/nan.h.
8708
8709         * tests/test-trunc1.c: Include nan.h.
8710         (main): Use NaNd instead of NAN.
8711         * modules/trunc-tests (Files): Add tests/nan.h.
8712
8713         * tests/test-roundf1.c: Include nan.h.
8714         (main): Use NaNf instead of NAN.
8715         * modules/roundf-tests (Files): Add tests/nan.h.
8716
8717         * tests/test-truncf1.c: Include nan.h.
8718         (main): Use NaNf instead of NAN.
8719         * modules/truncf-tests (Files): Add tests/nan.h.
8720
8721         * tests/test-ceilf1.c: Include nan.h.
8722         (main): Use NaNf instead of NAN.
8723         * modules/ceilf-tests (Files): Add tests/nan.h.
8724
8725         * tests/test-floorf1.c: Include nan.h.
8726         (main): Use NaNf instead of NAN.
8727         * modules/floorf-tests (Files): Add tests/nan.h.
8728
8729         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
8730         (main): Use NaNf instead of NAN.
8731         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
8732
8733         * tests/test-isnand.c: Include nan.h instead of <math.h>.
8734         (main): Use NaNd instead of NAN.
8735         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
8736
8737         * tests/test-frexp.c: Include nan.h.
8738         (main): Use NaNd instead of NAN.
8739         * modules/frexp-tests (Files): Add tests/nan.h.
8740
8741         * lib/isnan.c: Don't include <math.h>.
8742         (FUNC): Don't use NAN macro.
8743         * modules/isnand-nolibm (Depends-on): Remove math.
8744         * modules/isnanf-nolibm (Depends-on): Remove math.
8745         * modules/isnanl (Depends-on): Remove math.
8746         * modules/isnanl-nolibm (Depends-on): Remove math.
8747
8748         * tests/nan.h: New file.
8749
8750 2008-04-01  Eric Blake  <ebb9@byu.net>
8751
8752         Fix typos.
8753         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
8754         values to be the right type.
8755
8756         For now, cater to gnulib strtod inaccuracies.
8757         * tests/test-strtod.c (main): Allow 1-ulp error on expected
8758         fractional results.  While not as nice from a QoI perspective, it
8759         is a quicker patch than correctly implementing decimal to binary
8760         rounding.
8761
8762 2008-03-31  Eric Blake  <ebb9@byu.net>
8763
8764         Guarantee a definition of NAN.
8765         * lib/math.in.h (NAN): Define if missing.
8766         * tests/test-math.c (main): Test it.
8767         * doc/posix-headers/math.texi (math.h): Document this.
8768         * lib/isnan.c (rpl_isnand): Use it.
8769         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
8770         * tests/test-floorf1.c (NaN): Likewise.
8771         * tests/test-frexp.c (NaN): Likewise.
8772         * tests/test-isnand.c (NaN): Likewise.
8773         * tests/test-isnanf.c (NaN): Likewise.
8774         * tests/test-round1.c (NaN): Likewise.
8775         * tests/test-roundf1.c (NaN): Likewise.
8776         * tests/test-snprintf-posix.h (NaN): Likewise.
8777         * tests/test-sprintf-posix.h (NaN): Likewise.
8778         * tests/test-trunc1.c (NaN): Likewise.
8779         * tests/test-truncf1.c (NaN): Likewise.
8780         * tests/test-vasnprintf-posix.c (NaN): Likewise.
8781         * tests/test-vasprintf-posix.c (NaN): Likewise.
8782         * modules/isnand-nolibm (Depends-on): Add math.
8783         * modules/isnanf-nolibm (Depends-on): Likewise.
8784         * modules/isnanl (Depends-on): Likewise.
8785         * modules/isnanl-nolibm (Depends-on): Likewise.
8786         * modules/snprintf-posix-tests (Depends-on): Likewise.
8787         * modules/sprintf-posix-tests (Depends-on): Likewise.
8788         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
8789         * modules/vsprintf-posix-tests (Depends-on): Likewise.
8790         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
8791         * modules/vasprintf-posix-tests (Depends-on): Likewise.
8792
8793 2008-03-31  Bruno Haible  <bruno@clisp.org>
8794
8795         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
8796         * doc/posix-functions/strtod.texi: Likewise.
8797
8798 2008-03-31  Bruno Haible  <bruno@clisp.org>
8799
8800         * tests/test-strtod.c (main): Don't use C99 syntax.
8801
8802 2008-03-31  Bruno Haible  <bruno@clisp.org>
8803
8804         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
8805         Reported by Eric Blake.
8806
8807 2008-03-31  Jim Meyering  <meyering@redhat.com>
8808
8809         Don't compare actual signbit return values.
8810         * tests/test-strtod.c (main): Rather, compare only their
8811         zero/non-zero nature.
8812
8813 2008-03-31  Eric Blake  <ebb9@byu.net>
8814
8815         More strtod documentation.
8816         * doc/posix-functions/strtod.texi (strtod): Interpret more test
8817         failures as distinct bugs.
8818
8819 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
8820
8821         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
8822         Problem reported by Erik Benada in
8823         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
8824
8825 2008-03-30  Bruno Haible  <bruno@clisp.org>
8826
8827         * tests/test-strtod.c: Add comments about which assertion fails on which
8828         platform.
8829         * doc/posix-functions/strtod.texi: Add info about many more platforms.
8830
8831 2008-03-30  Eric Blake  <ebb9@byu.net>
8832
8833         Test signbit behavior on zeros.
8834         * tests/test-signbit.c (test_signbitf): Add tests for zero.
8835         (test_signbitd, test_signbitl): Likewise.
8836
8837         More strtod touchups.
8838         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
8839         sign of negative underflow, for now.  Use .5, not .1.
8840         * doc/posix-functions/strtod.texi (strtod): Mention these
8841         limitations.
8842         Reported by Jim Meyering.
8843
8844 2008-03-30  Bruno Haible  <bruno@clisp.org>
8845
8846         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
8847         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
8848
8849 2008-03-30  Bruno Haible  <bruno@clisp.org>
8850
8851         Avoid failure when attempting to return empty iconv results on some
8852         platforms.
8853         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
8854         allocation, don't report ENOMEM when the resulting string is empty.
8855
8856 2008-03-30  Bruno Haible  <bruno@clisp.org>
8857
8858         Fix buffer overrun.
8859         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
8860         Don't consider the width for tmp_length. Check count against tmp_length
8861         before doing the padding. Ensure enough allocation during padding.
8862
8863 2008-03-30  Eric Blake  <ebb9@byu.net>
8864
8865         strtod touchups.
8866         * lib/strtod.c (strtod): Avoid compiler warnings.
8867         Reported by Jim Meyering.
8868
8869 2008-03-30  Bruno Haible  <bruno@clisp.org>
8870
8871         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
8872         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
8873         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
8874         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
8875         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
8876         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
8877         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
8878         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
8879
8880         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
8881         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
8882         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
8883         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
8884         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
8885         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
8886         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
8887         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
8888
8889         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
8890         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
8891         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
8892         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
8893         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
8894         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
8895         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
8896         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
8897
8898         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
8899         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
8900
8901         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
8902         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
8903
8904         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
8905         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
8906
8907         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
8908         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
8909         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
8910
8911         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
8912         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
8913         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
8914
8915         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
8916         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
8917         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
8918
8919         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
8920         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
8921         * modules/vasprintf (Depends-on): Add EOVERFLOW.
8922
8923         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
8924         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
8925         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
8926         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
8927         (Depends-on): Add EOVERFLOW.
8928         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
8929         (Depends-on): Add EOVERFLOW.
8930         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
8931         (Depends-on): Add EOVERFLOW.
8932         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
8933         (Depends-on): Add EOVERFLOW.
8934         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
8935         (Depends-on): Add EOVERFLOW.
8936         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
8937         (Depends-on): Add EOVERFLOW.
8938         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
8939         (Depends-on): Add EOVERFLOW.
8940         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
8941         (Depends-on): Add EOVERFLOW.
8942
8943         * lib/sprintf.c (EOVERFLOW): Remove fallback.
8944         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
8945         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
8946
8947         * lib/snprintf.c (EOVERFLOW): Remove fallback.
8948         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
8949         * modules/snprintf (Depends-on): Add EOVERFLOW.
8950
8951         * lib/poll.c (EOVERFLOW): Remove fallback.
8952         * modules/poll (Depends-on): Add EOVERFLOW.
8953
8954         * lib/getugroups.c (EOVERFLOW): Remove fallback.
8955         * modules/getugroups (Depends-on): Add EOVERFLOW.
8956
8957         * lib/getdelim.c (EOVERFLOW): Remove fallback.
8958         * modules/getdelim (Depends-on): Add EOVERFLOW.
8959
8960         * lib/ftell.c (EOVERFLOW): Remove fallback.
8961         * modules/ftell (Depends-on): Add EOVERFLOW.
8962
8963         * lib/fprintf.c (EOVERFLOW): Remove fallback.
8964         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
8965         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
8966
8967         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
8968
8969         * modules/EOVERFLOW-tests: New file.
8970         * tests/test-EOVERFLOW.c: New file.
8971
8972         * modules/EOVERFLOW: New file.
8973         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
8974
8975 2008-03-30  Bruno Haible  <bruno@clisp.org>
8976
8977         Fix bug introduced on 2007-06-10.
8978         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
8979         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
8980
8981 2008-03-30  Bruno Haible  <bruno@clisp.org>
8982
8983         Improve freadseek's efficiency after ungetc.
8984         * lib/freadseek.c: Include freadahead.h.
8985         (freadptrinc): New function, extracted from freadseek.
8986         (freadseek): Use it in a loop. Use freadahead to determine the number
8987         of loop iterations.
8988         * modules/freadseek (Depends-on): Add freadahead.
8989         (configure.ac): Require AC_C_INLINE.
8990
8991 2008-03-30  Bruno Haible  <bruno@clisp.org>
8992
8993         * lib/freadseek.c (freadseek): Don't ignore the return value of
8994         freadptr.
8995
8996 2008-03-29  Eric Blake  <ebb9@byu.net>
8997
8998         Add hex float support.
8999         * modules/strtod (Depends-on): Add c-ctype.
9000         (Link): Mention POW_LIB.
9001         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
9002         whitespace between 'e' and exponent.
9003         * tests/test-strtod.c (main): Enable hex float tests.
9004         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
9005         now provides.
9006
9007         Document various strtod bugs, with some fixes.
9008         * doc/posix-functions/strtod.texi (strtod): Document bugs with
9009         "-0x", "inf", "nan", and hex constants.
9010         * doc/posix-functions/atof.texi (atof): Likewise.
9011         * modules/stdlib (Makefile.am): Support strtod.
9012         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
9013         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
9014         detect additional strtod bugs.
9015         * lib/stdlib.in.h (rpl_strtod): Add declarations.
9016         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
9017         bool where appropriate.  Parse 'inf' and 'nan'.
9018         * tests/test-strtod.c: New file.
9019         * modules/strtod (Depends-on): Add stdbool, stdlib.
9020         (configure.ac): Turn on module indicator.
9021         * modules/strtod-tests: New module.
9022
9023 2008-03-29  Eric Blake  <ebb9@byu.net>
9024
9025         Fix ftell on mingw.
9026         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
9027         * modules/ftell-tests (Depends-on): Add binary-io.
9028         * modules/ftello-tests (Depends-on): Likewise.
9029         * tests/test-ftell.c (main): Enhance test to cover behavior after
9030         ungetc.  Enforce binary mode.
9031         * tests/test-ftello.c (main): Likewise.
9032
9033         Pass test-freadseek on cygwin.
9034         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
9035         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
9036         ungetc buffer.
9037
9038         * tests/test-fflush2.c (main): Fix typo.
9039
9040 2008-03-29  Bruno Haible  <bruno@clisp.org>
9041
9042         * tests/test-fflush2.c (main): Temporarily disable the contents of
9043         this test.
9044         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
9045         Reported by Eric Blake.
9046
9047 2008-03-28  Simon Josefsson  <simon@josefsson.org>
9048
9049         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
9050         (GC_SHA224_DIGEST_SIZE): Add.
9051
9052         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
9053         (gc_hash_digest_length): Likewise.
9054         (gc_hash_buffer): Likewise.
9055
9056 2008-03-25  Bruno Haible  <bruno@clisp.org>
9057
9058         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
9059         detail which gettext release to use.
9060         Reported by Simon Josefsson.
9061
9062 2008-03-26  Jim Meyering  <meyering@redhat.com>
9063
9064         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
9065         * modules/gnumakefile (clean-GNUmakefile): Also, use
9066         test ... && ... || : syntax rather than if-then ... fi.
9067
9068         gnumakefile: Don't double-quote-expand $(VPATH) value.
9069         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
9070
9071 2008-03-24  Eric Blake  <ebb9@byu.net>
9072
9073         Alter GNUmakefile to install into top directory.
9074         * modules/maintainer-makefile: Split, and add dependency...
9075         * modules/gnumakefile: to this new module.
9076         * build-aux/GNUmakefile: Move...
9077         * top/GNUmakefile: ...here.
9078         * build-aux/maint.mk: Move...
9079         * top/maint.mk: ...here.
9080         * MODULES.html.sh (Support for maintaining...): Document new
9081         module.
9082
9083 2008-03-23  Bruno Haible  <bruno@clisp.org>
9084
9085         * gnulib-tool: New options --vc-files, --no-vc-files.
9086         (func_usage): Document them.
9087         (vc_files): New variable.
9088         (func_import): Consider vc_files.
9089         (func_create_testdir): Set vc_files to empty.
9090         Suggested by Jim Meyering and Karl Berry.
9091
9092 2008-03-23  Bruno Haible  <bruno@clisp.org>
9093
9094         Fix regex compilation error on HP-UX 11.
9095         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
9096         * modules/regex (Files): Add m4/mbstate_t.m4.
9097         Reported by Ton Voon <ton.voon@altinity.com>.
9098
9099 2008-03-23  Bruno Haible  <bruno@clisp.org>
9100
9101         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
9102
9103 2008-03-23  Eric Blake  <ebb9@byu.net>
9104             Bruno Haible  <bruno@clisp.org>
9105
9106         Install files from top/ in the destination directory.
9107         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
9108         augmentation also for the files from top/.
9109         (func_import, func_create_testdir): Rewrite file names:
9110         top/filename -> filename.
9111
9112 2008-03-23  Bruno Haible  <bruno@clisp.org>
9113
9114         Tweak "gnulib --version" output.
9115         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
9116
9117 2008-03-23  Bruno Haible  <bruno@clisp.org>
9118
9119         Tweak "gnulib --version" output.
9120         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
9121         rather than contents of ChangeLog, when possible.
9122
9123 2008-03-21  Eric Blake  <ebb9@byu.net>
9124
9125         More --version tweaks.
9126         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
9127         date of last ChangeLog entry.
9128
9129 2008-03-21  Jim Meyering  <meyering@redhat.com>
9130
9131         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
9132
9133 2008-03-20  Eric Blake  <ebb9@byu.net>
9134
9135         VPATH fix.
9136         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
9137
9138 2008-03-20  Simon Josefsson  <simon@josefsson.org>
9139
9140         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
9141         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
9142
9143 2008-03-20  Eric Blake  <ebb9@byu.net>
9144
9145         Sync GNUmakefile with coreutils.
9146         * build-aux/GNUmakefile (have-Makefile): Rename...
9147         (_have-Makefile): ...to this, for namespace consideration.
9148         (GNUmakefile.cfg): Include, if present.
9149         (_autoreconf): Define a default.
9150         (_is-dist-target): New rule for rebuilds to pick up intra-release
9151         version.
9152         (maint-cfg.mk): Rename...
9153         (cfg.mk): ...to this.
9154
9155 2008-03-18  Jim Meyering  <meyering@redhat.com>
9156
9157         New script and module: mktempd
9158         * MODULES.html.sh (maint+release support): Add mktempd.
9159         * build-aux/mktempd: New file.
9160         * modules/mktempd: New file.
9161
9162 2008-03-15  Jim Meyering  <meyering@redhat.com>
9163
9164         Undo last change.
9165         * lib/sha1.c, lib/md5.c: 63 != ~63.
9166         Reported by Andreas Schwab.
9167
9168         sha1.c, md5.c: Hoist a redundant expression.
9169         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
9170         "ctx->buflen" only once, before calling *_process_block.
9171         * lib/md5.c (md5_process_bytes): Likewise.
9172
9173 2008-03-14  Eric Blake  <ebb9@byu.net>
9174
9175         Bump copyright year in files generated by gnulib-tool.
9176         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
9177         gnulib-tool, rather than hard-coding it.
9178
9179         Fix 'gnulib-tool --version' output to work with git.
9180         * gnulib-tool (func_gnulib_dir): New function, extracted from...
9181         (startup): ...here.
9182         (func_version): Use it to invoke git-version-gen, rather than
9183         relying on CVS keyword expansion.  Modernize wording.
9184         (cvsdatestamp, last_checkin_date, version): Kill unused
9185         variables.
9186
9187 2008-03-12  Jim Meyering  <meyering@redhat.com>
9188
9189         Recognize optional cast of the argument to free.
9190         * build-aux/useless-if-before-free: Update regexps.
9191
9192         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
9193
9194 2008-03-11  Bruno Haible  <bruno@clisp.org>
9195
9196         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
9197         by a single package.
9198         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
9199         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
9200         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
9201         Reported by Sam Steingold <sds@gnu.org>.
9202
9203 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
9204
9205         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
9206         repositories.
9207
9208 2008-03-11  Bruno Haible  <bruno@clisp.org>
9209
9210         Avoid conflicts between local macro definitions.
9211         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
9212         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
9213
9214 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
9215             Bruno Haible  <bruno@clisp.org>
9216
9217         Make va_copy work with some version of xlc on AIX 5.1.
9218         * lib/stdarg.in.h: New file.
9219         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
9220         On AIX, use a <stdarg.h> file substitute.
9221         * modules/stdarg (Files): Add lib/stdarg.in.h.
9222         (Depends-on): Add include_next.
9223         (Makefile.am): Build a stdarg.h substitute if requested.
9224         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
9225
9226 2008-03-10  Bruno Haible  <bruno@clisp.org>
9227
9228         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
9229         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
9230         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
9231
9232 2008-03-10  Bruno Haible  <bruno@clisp.org>
9233
9234         * modules/stdlib (Depends-on): Add include_next, remove
9235         absolute-header.
9236
9237 2008-03-09  Bruno Haible  <bruno@clisp.org>
9238
9239         * lib/freadahead.h (freadahead): Document more precisely.
9240         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
9241         the sum of both buffer sizes.
9242         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
9243         * NEWS: Document the change.
9244
9245 2008-03-09  Bruno Haible  <bruno@clisp.org>
9246
9247         Extend freadptr to return also the buffer size.
9248         * lib/freadptr.h (freadptr): Add sizep argument.
9249         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
9250         (freadptr): Add sizep argument. Determine buffer size like freadahead
9251         does.
9252         * tests/test-freadptr.c: Don't include freadahead.h.
9253         (main): Adapt for new calling convention of freadptr.
9254         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
9255         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
9256         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
9257         tests/test-freadptr2.sh.
9258         (Depends): Remove freadahead.
9259         (TESTS): Add test-freadptr2.sh.
9260         (check_PROGRAMS): Add test-freadptr2.
9261
9262 2008-03-09  Bruno Haible  <bruno@clisp.org>
9263
9264         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
9265         Report and solution by Simon Josefsson.
9266
9267 2008-03-06  Bruno Haible  <bruno@clisp.org>
9268
9269         Make fflush after ungetc work on BSD platforms.
9270         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
9271         * tests/test-fflush2.c: New file.
9272         * tests/test-fflush2.sh: New file.
9273         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
9274         tests/test-fflush2.c.
9275         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
9276         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
9277
9278 2008-03-06  Eric Blake  <ebb9@byu.net>
9279
9280         Likewise for ftello.
9281         * modules/ftello (Dependencies): Add extensions.
9282         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
9283
9284 2008-03-06  Bruno Haible  <bruno@clisp.org>
9285
9286         * modules/fseeko (Dependencies): Add extensions.
9287         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
9288         Needed on glibc systems.
9289
9290 2008-03-06  Bruno Haible  <bruno@clisp.org>
9291
9292         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
9293         email address.
9294         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
9295
9296 2008-03-06  Bruno Haible  <bruno@clisp.org>
9297
9298         * users.txt: Add libgnupdf.
9299
9300 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
9301
9302         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
9303         (Header File Substitutes, Function Substitutes,
9304         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
9305         (Build robot for gnulib): Fix typo.
9306
9307 2008-03-06  Bruno Haible  <bruno@clisp.org>
9308
9309         * doc/gnulib-tool.texi (VCS Issues): Small updates.
9310         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
9311
9312 2008-03-06  Bruno Haible  <bruno@clisp.org>
9313
9314         * doc/func.texi: New file, extracted from doc/gnulib.texi.
9315         * doc/gnulib.texi: Include it.
9316
9317 2008-03-06  Simon Josefsson  <simon@josefsson.org>
9318
9319         * modules/func (License): Change license to unlimited; there was
9320         no LGPL parts in the module anyway.
9321
9322 2008-03-06  Simon Josefsson  <simon@josefsson.org>
9323
9324         * modules/__func__: Renamed to modules/func.
9325         * modules/__func__-tests: Renamed to modules/func-tests.
9326         * tests/test-__func__.c: Renamed to tests/test-func.c.
9327         * m4/__func__.m4: Renamed to m4/func.m4.
9328         * doc/gnulib.texi (__func__): Section renamed to func.
9329         Suggested by Eric Blake <ebb9@byu.net>.
9330
9331 2008-03-06  Simon Josefsson  <simon@josefsson.org>
9332
9333         * doc/gnulib.texi (__func__): Use C99 terminology when talking
9334         about __func__.  Make example self-contained.  Suggested by Eric
9335         Blake <ebb9@byu.net>.
9336
9337         * tests/test-__func__.c (main): Avoid extraneous () around __func.
9338         Suggested by Eric Blake <ebb9@byu.net>.
9339
9340 2008-03-06  Simon Josefsson  <simon@josefsson.org>
9341
9342         * modules/__func__: New file.
9343         * modules/__func__-tests: New file.
9344         * tests/test-__func__.c: New file.
9345         * m4/__func__.m4: New file.
9346         * doc/gnulib.texi (__func__): Document __func__ module.
9347
9348 2008-03-05  Simon Josefsson  <simon@josefsson.org>
9349
9350         * modules/byteswap (License): Re-license as LGPLv2+.
9351
9352 2008-03-05  Simon Josefsson  <simon@josefsson.org>
9353
9354         * doc/Makefile: Add pdf target.
9355
9356 2008-03-05  Simon Josefsson  <simon@josefsson.org>
9357
9358         * modules/inline (License): Use 'unlimited', since there are only
9359         *.m4 files in this module.
9360
9361 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
9362             Bruno Haible  <bruno@clisp.org>
9363
9364         Add support for HP C 7.1 on OpenVMS 8.3.
9365         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
9366
9367 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
9368
9369         Update VMS specifics.
9370         * lib/getopt.c [VMS]: Remove include of unixlib.h.
9371
9372 2008-03-02  Jim Meyering  <meyering@redhat.com>
9373
9374         Remove the last dependency on the "free" module.
9375         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
9376         Reported by Bob Proulx.
9377
9378         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
9379
9380         Remove useless "if" tests before free.  Deprecate "free" module.
9381         * doc/posix-functions/free.texi: Mention that this
9382         module is no longer useful.
9383         * modules/free (Notice): Say this module is obsolete.
9384         * modules/readutmp (Depends-on): Remove free.
9385         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
9386         * lib/putenv.c (putenv): Likewise.
9387         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
9388         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
9389         * tests/test-c-strcasestr.c (main): Likewise.
9390         * tests/test-c-strstr.c (main): Likewise.
9391         * tests/test-mbscasestr1.c (main): Likewise.
9392         * tests/test-mbscasestr2.c (main): Likewise.
9393         * tests/test-mbsstr1.c (main): Likewise.
9394         * tests/test-mbsstr2.c (main): Likewise.
9395         * tests/test-memmem.c (main): Likewise.
9396         * tests/test-strcasestr.c (main): Likewise.
9397         * tests/test-striconv.c (main): Likewise.
9398         * tests/test-striconveh.c (main): Likewise.
9399         * tests/test-striconveha.c (main): Likewise.
9400         * tests/test-strstr.c (main): Likewise.
9401
9402         * build-aux/git-version-gen: Adjust a comment and the Usage string.
9403
9404         bootstrap: sync from coreutils again
9405         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
9406
9407 2008-03-01  Jim Meyering  <meyering@redhat.com>
9408
9409         bootstrap: sync from coreutils
9410         * build-aux/bootstrap (update_po_files): Copy a .po file into place
9411         also when the target doesn't exist.
9412
9413 2008-03-01  Eric Blake  <ebb9@byu.net>
9414
9415         Fix bugs in last patch.
9416         * lib/memchr2.c (memchr2): Fix typo.
9417         * tests/test-memchr2.c: Test previous bug, and don't use GNU
9418         extension.
9419         Reported by Bruce Korb.
9420
9421         New module 'memchr2'.
9422         * modules/memchr2: New file.
9423         * modules/memchr2-tests: Likewise.
9424         * lib/memchr2.h: Likewise.
9425         * lib/memchr2.c: Likewise, based on memchr.c.
9426         * tests/test-memchr2.c: New test.
9427         * MODULES.html.sh (String handling): Add memchr2.
9428
9429 2008-02-29  Bruno Haible  <bruno@clisp.org>
9430
9431         * modules/freadseek-tests: New file.
9432         * tests/test-freadseek.sh: New file.
9433         * tests/test-freadseek.c: New file.
9434
9435         New module 'freadseek'.
9436         * modules/freadseek: New file.
9437         * lib/freadseek.h: New file.
9438         * lib/freadseek.c: New file.
9439         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
9440
9441 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
9442
9443         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
9444         wydawca.
9445
9446         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
9447         program_invocation_name and program_invocation_short_name are
9448         present.
9449
9450 2008-02-28  Bruno Haible  <bruno@clisp.org>
9451
9452         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
9453         * tests/test-freadptr.sh: Also test non-seekable stdin.
9454
9455 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
9456
9457         * build-aux/bootstrap (source_base, m4_base)
9458         (doc_base, tests_base): New variables.
9459         (gnulib_tool_options): Do not hardcode base directories, use
9460         the above variables instead.
9461
9462 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
9463
9464         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
9465
9466 2008-02-28  Bruno Haible  <bruno@clisp.org>
9467
9468         * modules/freadptr-tests: New file.
9469         * tests/test-freadptr.sh: New file.
9470         * tests/test-freadptr.c: New file.
9471
9472         New module 'freadptr'.
9473         * modules/freadptr: New file.
9474         * lib/freadptr.h: New file.
9475         * lib/freadptr.c: New file.
9476         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
9477
9478 2008-02-26  Karl Berry  <karl@freefriends.org>
9479
9480         Sync from Libtool:
9481         * libltdl/argz.c (argz_add, argz_count): New functions.
9482         * libltdl/argz.in.h: Declare them.
9483         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
9484
9485 2008-02-22  Bruno Haible  <bruno@clisp.org>
9486
9487         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
9488         is a pointer type.  Needed for HP-UX 10.
9489         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
9490         * doc/posix-functions/gmtime_r.texi: Likewise.
9491         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
9492
9493 2008-02-24  Bruno Haible  <bruno@clisp.org>
9494
9495         * modules/environ-tests: New file.
9496         * tests/test-environ.c: New file.
9497
9498         New module 'environ'.
9499         * modules/environ: New file.
9500         * lib/unistd.in.h (environ): New declaration.
9501         * m4/environ.m4: New file.
9502         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
9503         after use.
9504         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
9505         HAVE_DECL_ENVIRON.
9506         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
9507         HAVE_DECL_ENVIRON.
9508         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
9509         wrong claim that 'environ' is missing on some systems.
9510         * modules/execute (Depends-on): Add environ.
9511         * lib/execute.c (environ): Remove fallback declaration.
9512         * modules/pipe (Depends-on): Add environ.
9513         * lib/pipe.c (environ): Remove fallback declaration.
9514         * modules/setenv (Depends-on): Add environ.
9515         * lib/setenv.c (environ): Remove fallback declaration.
9516         * modules/unsetenv (Depends-on): Add environ.
9517         * lib/unsetenv.c (environ): Remove fallback declaration.
9518         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
9519         m4/environ.m4.
9520         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
9521         (gl_PREREQ_UNSETENV): Likewise.
9522
9523 2008-02-24  Bruno Haible  <bruno@clisp.org>
9524
9525         * doc/posix-functions/environ.texi: Document the MacOS X problem.
9526
9527 2008-02-20  Bob Proulx  <bob@proulx.com>
9528
9529         Enable use of older two part flavor 'git describe'.
9530         * build-aux/git-version-gen: If using the older two part flavor of
9531         git version then recreate the third part now present in the
9532         newer three part flavor of git describe.
9533
9534 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
9535
9536         * lib/fts.c (fts_build): Typo correction to comment.
9537
9538 2008-02-17  Bruno Haible  <bruno@clisp.org>
9539
9540         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
9541         generating no-op conflicts.
9542
9543 2008-02-17  Bruno Haible  <bruno@clisp.org>
9544
9545         Speed up by 10%.
9546         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
9547         result_entries, rather than an index-based loop.
9548
9549 2008-02-17  Bruno Haible  <bruno@clisp.org>
9550
9551         Speed up by 25%.
9552         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
9553         'hashcode_cached'.
9554         (entry_create): New function.
9555         (entry_hashcode): Use the cached hashcode if possible.
9556         (read_changelog_file, try_split_merged_entry): Use entry_create.
9557
9558 2008-02-17  Bruno Haible  <bruno@clisp.org>
9559
9560         Speed up from O(n^2) to O(n) for long ChangeLog files.
9561         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
9562         (read_changelog_file): Change implementation of entries_reversed list
9563         to rbtreehash.
9564         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
9565
9566 2008-02-17  Bruno Haible  <bruno@clisp.org>
9567
9568         New option --split-merged-entry.
9569         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
9570         (find_paragraph_end, try_split_merged_entry): New functions.
9571         (long_options): Add option --split-merged-entry.
9572         (usage): Document option --split-merged-entry.
9573         (main): Implement option --split-merged-entry.
9574         Reported by Eric Blake.
9575
9576 2008-02-17  Bruno Haible  <bruno@clisp.org>
9577
9578         * lib/git-merge-changelog.c: Include c-strstr.h.
9579         (main): Support the "git pull --rebase" situation.
9580         * modules/git-merge-changelog (Depends-on): Add c-strstr.
9581         Reported by Eric Blake.
9582
9583 2008-02-16  Eric Blake  <ebb9@byu.net>
9584
9585         Avoid doubling \ in common case of "c-maybe" quoting style.
9586         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
9587         eliding outer quotes.
9588         * lib/quotearg.h: Document this.
9589         * tests/test-quotearg.c (result_strings, inputs, results_g)
9590         (flag_results, locale_results): Test it by adding a new string to
9591         each test group.
9592         (compare_strings): Test new string.
9593
9594 2008-02-13  Eric Blake  <ebb9@byu.net>
9595
9596         Avoid trigraph quoting in default output.
9597         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
9598         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
9599         unless explicitly requested.
9600         * tests/test-quotearg.c (flag_results, main): Add additional tests.
9601
9602 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
9603
9604         Don't rely on signed integer overflowing to negative value.
9605         * lib/getugroups.c (getugroups): Include <limits.h>.
9606         Instead, compare against INT_MAX, and increment only if the test passes.
9607
9608 2008-02-13  Jim Meyering  <meyering@redhat.com>
9609         and Eric Blake  <ebb9@byu.net>
9610
9611         Avoid shadowing warning and compile errors on Linux.
9612         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
9613         forwarding macros on Linux.
9614         (dcgettext): Define a stub, for Linux.
9615         (results_g, main): Avoid warnings.
9616
9617 2008-02-12  Eric Blake  <ebb9@byu.net>
9618
9619         Silence warning in last patch.
9620         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
9621
9622         Quotearg part 4: add tests, fix c-maybe colon quoting.
9623         * lib/quotearg.h: Improve documentation.
9624         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
9625         escapes when adding outer quotes.  When quoting trigraphs, use
9626         valid C notation.  When quoting NUL, omit extra characters if next
9627         character is not digit.  Alter prototype.
9628         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
9629         callers.
9630         * modules/quotearg-tests: New module.
9631         * tests/test-quotearg.c: New test.
9632
9633 2008-02-07  Eric Blake  <ebb9@byu.net>
9634
9635         Quotearg part 3: add flag to control outer quote elision.
9636         * lib/quotearg.h (c_maybe_quoting_style): New style.
9637         (enum quoting_flags): Better documentation of flags.
9638         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
9639         c-maybe style.
9640         (quotearg_buffer_restyled): Handle new flag to elide outer
9641         quotes.
9642
9643         Quotearg part 2: add flag that can control NUL elision.
9644         * lib/quotearg.h (set_quoting_flags): New prototype.
9645         * lib/quotearg.c (struct quoting_options): Add flag field.
9646         (set_quoting_flags): New function.
9647         (quotearg_buffer_restyled): Add flags parameter.
9648         (quotearg_alloc_mem): Set the flag if length cannot be returned.
9649         (quotearg_n_options): Set the flag, since length cannot be
9650         returned.
9651         (quoting_options_from_style): Default flags correctly.
9652
9653         Quotearg part 1: more wrappers, restore quotearg_char state.
9654         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
9655         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
9656         (quotearg_colon_mem): New wrappers.
9657         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
9658         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
9659         functions.
9660         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
9661         (quotearg_colon_mem): New functions.
9662
9663 2008-02-11  Bruno Haible  <bruno@clisp.org>
9664
9665         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
9666         library in the current directory: it does not work with parallel make.
9667         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9668
9669 2008-02-11  Bruno Haible  <bruno@clisp.org>
9670
9671         * .gitattributes: New file.
9672
9673 2008-02-11  Jim Meyering  <meyering@redhat.com>
9674
9675         useless-if-before-free: Fix reversed exit values.
9676         * build-aux/useless-if-before-free: Use correct values
9677         for EXIT_MATCH and EXIT_NO_MATCH.
9678
9679         * build-aux/useless-if-before-free: Close stdout carefully.
9680
9681 2008-02-10  Bruno Haible  <bruno@clisp.org>
9682
9683         New module 'git-merge-changelog'.
9684         * modules/git-merge-changelog: New file.
9685         * lib/git-merge-changelog.c: New file.
9686
9687 2008-02-10  Jim Meyering  <meyering@redhat.com>
9688
9689         useless-if-before-free: New option: --list (-l).
9690
9691         useless-if-before-free: Don't exit immediately upon open failure.
9692         * build-aux/useless-if-before-free: Exit 2 for errors.
9693         Upon failure to open a file, don't exit immediately.
9694         Rather, just warn and continue with any remaining files.
9695
9696 2008-02-10  Bruno Haible  <bruno@clisp.org>
9697
9698         New abstract list operation 'node_set_value'.
9699         * lib/gl_list.h (gl_list_node_set_value): New function.
9700         (struct gl_list_implementation): New field node_set_value.
9701         * lib/gl_list.c (gl_list_node_set_value): New function.
9702         * lib/gl_array_list.c (gl_array_node_set_value): New function.
9703         (gl_array_list_implementation): Update.
9704         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
9705         (gl_carray_list_implementation): Update.
9706         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
9707         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9708         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9709         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
9710         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9711         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9712         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9713         Update.
9714         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
9715         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
9716         (gl_sublist_list_implementation): Update.
9717
9718 2008-02-10  Bruno Haible  <bruno@clisp.org>
9719
9720         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
9721         Needed when ELEMENT is #defined to 'some_type *'.
9722
9723 2008-02-10  Jim Meyering  <meyering@redhat.com>
9724
9725         New script and module: useless-if-before-free
9726         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
9727         * build-aux/useless-if-before-free: New file.
9728         * modules/useless-if-before-free: New file.
9729
9730         * build-aux/gitlog-to-changelog: Use committer date, not author date.
9731
9732         xstrtol_error: Fix typo.
9733         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
9734         s/exit_failure/exit_status/.
9735
9736 2008-02-09  Jim Meyering  <meyering@redhat.com>
9737
9738         New script and module: gitlog-to-changelog
9739         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
9740         * modules/gitlog-to-changelog: New file.
9741         * build-aux/gitlog-to-changelog: New file.
9742
9743 2008-02-08  Jim Meyering  <meyering@redhat.com>
9744
9745         Avoid two "parameter unused" warnings.
9746         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
9747         Mark "st" as used.
9748
9749         Use "git COMMAND", not "git-COMMAND".
9750         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
9751         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
9752         * build-aux/git-version-gen: Use "git status", not "git-status".
9753
9754 2008-02-07  Bruno Haible  <bruno@clisp.org>
9755
9756         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
9757         Avoids a crash on Windows Vista.
9758         Reported by Adam Strzelecki <ono@java.pl> via
9759         Simon Josefsson <simon@josefsson.org>.
9760
9761 2008-02-06  Bruno Haible  <bruno@clisp.org>
9762
9763         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
9764         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
9765         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
9766         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
9767         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
9768         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9769         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
9770         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
9771         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9772         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9773         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9774         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9775         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9776         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9777         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9778         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
9779         left-adjust flag.
9780         * tests/test-snprintf-posix.h (test_function): Likewise.
9781         * tests/test-sprintf-posix.h (test_function): Likewise.
9782         * tests/test-vasprintf-posix.c (test_function): Likewise.
9783         * doc/posix-functions/fprintf.texi: Update.
9784         * doc/posix-functions/printf.texi: Update.
9785         * doc/posix-functions/snprintf.texi: Update.
9786         * doc/posix-functions/sprintf.texi: Update.
9787         * doc/posix-functions/vfprintf.texi: Update.
9788         * doc/posix-functions/vprintf.texi: Update.
9789         * doc/posix-functions/vsnprintf.texi: Update.
9790         * doc/posix-functions/vsprintf.texi: Update.
9791         Reported by Peter Fales <psfales@alcatel-lucent.com>.
9792
9793 2008-02-06  Bruno Haible  <bruno@clisp.org>
9794
9795         Fix bug introduced on 2008-01-26.
9796         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
9797
9798 2008-02-06  Bruno Haible  <bruno@clisp.org>
9799
9800         Fix bug introduced on 2007-06-10.
9801         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
9802         !NEED_PRINTF_FLAG_ZERO.
9803
9804 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
9805
9806         getloadavg: use libperfstat on AIX5
9807         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
9808
9809 2008-02-03  Bruno Haible  <bruno@clisp.org>
9810
9811         * lib/diffseq.h: Add comments about required #includes.
9812         Reported by Michael Biggs <gnulib@doubleplum.net>.
9813
9814 2008-02-01  Bruno Haible  <bruno@clisp.org>
9815
9816         * users.txt: Add gnuit.
9817
9818 2008-01-31  Bruno Haible  <bruno@clisp.org>
9819
9820         * lib/md4.c (set_uint32): Mark as inline.
9821         * lib/md5.c (set_uint32): Likewise.
9822         * lib/sha1.c (set_uint32): Likewise.
9823         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
9824         * m4/md5.m4 (gl_MD5): Likewise.
9825         * m4/sha1.m4 (gl_SHA1): Likewise.
9826
9827 2008-01-31  Jim Meyering  <meyering@redhat.com>
9828
9829         Use "sizeof VAR", rather than a literal "4".
9830         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
9831         * lib/md4.c (md4_read_ctx): Likewise.
9832         * lib/sha1.c (sha1_read_ctx): Likewise.
9833
9834 2008-01-31  Simon Josefsson  <simon@josefsson.org>
9835
9836         * tests/test-sha1.c: New file, based on test-md5.c.
9837
9838         * modules/crypto/sha1-tests: New file.
9839
9840 2008-01-31  Simon Josefsson  <simon@josefsson.org>
9841
9842         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
9843
9844 2008-01-31  Jim Meyering  <meyering@redhat.com>
9845
9846         Prefer "sizeof v" over the equivalent "4".
9847         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
9848         * lib/md5.c (set_uint32): Likewise.
9849         * lib/sha1.c (set_uint32): Likewise.
9850
9851 2008-01-31  Simon Josefsson  <simon@josefsson.org>
9852
9853         * lib/sha1.c (set_uint32): Mark function as static.
9854
9855 2008-01-31  Simon Josefsson  <simon@josefsson.org>
9856
9857         md2: clarify comments to say that alignment is not required.
9858         * lib/md2.h: Remove warning about alignment in comment.
9859         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
9860         never been required.
9861
9862 2008-01-31  Simon Josefsson  <simon@josefsson.org>
9863
9864         md4: adapt alignment constraint fix from sha1.
9865         * lib/md4.c (set_uint32): New function, from sha1.c
9866         (md4_read_ctx): Use it.
9867         (md4_finish_ctx): Doc fix.
9868         * lib/md4.h: Doc fix.
9869
9870 2008-01-31  Simon Josefsson  <simon@josefsson.org>
9871
9872         md5: adapt alignment constraint fix from sha1.
9873         * lib/md5.c (set_uint32): New function, from sha1.c
9874         (md5_read_ctx): Use it.
9875         (md5_finish_ctx): Doc fix.
9876         * lib/md5.h: Doc fix.
9877
9878 2008-01-30  Peter Palfrader  <weasel@debian.org>
9879
9880         sha1: remove the result buffer alignment constraint
9881         * lib/sha1.c (set_uint32): New function.
9882         (sha1_read_ctx): Rewrite to remove the result buffer alignment
9883         constraint.
9884         (sha1_finish_ctx): Remove comment warning about alignment constraint.
9885         * lib/sha1.h: Likewise.
9886
9887 2008-01-30  Andreas Schwab  <schwab@suse.de>
9888             Bruno Haible  <bruno@clisp.org>
9889
9890         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
9891         correct definition of LDBL_MIN_EXP.
9892
9893 2008-01-30  Karl Berry  <karl@gnu.org>
9894
9895         * config/srclist-update: try to preserve x bit on updates.
9896         * config/srclistvars.sh: update for karl.
9897
9898 2008-01-29  Jim Meyering  <meyering@redhat.com>
9899
9900         vasnprintf.c: Avoid warning about unused label
9901         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
9902         "overflow" label definition and associated code with the
9903         same cpp condition that guards the sole use of that label.
9904
9905 2008-01-26  Bruno Haible  <bruno@clisp.org>
9906
9907         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
9908         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
9909         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
9910         * lib/isnanl-nolibm.h (isnanl): Likewise.
9911         Reported by Paul Eggert <eggert@cs.ucla.edu>.
9912
9913 2008-01-26  Bruno Haible  <bruno@clisp.org>
9914
9915         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
9916         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
9917
9918 2008-01-26  Bruno Haible  <bruno@clisp.org>
9919
9920         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
9921         GCC >= 4.0 built-in.
9922         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
9923
9924 2008-01-26  Bruno Haible  <bruno@clisp.org>
9925
9926         Rename isnan, applicable to 'double' only, to isnand.
9927         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
9928         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
9929         (configure.ac): Update.
9930         (Include): Replace "isnan.h" with "isnand.h".
9931         * m4/isnand.m4: Renamed from m4/isnan.m4.
9932         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
9933         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
9934         instead of isnan.c.
9935         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
9936         instead of HAVE_ISNAN_IN_LIBC.
9937         (isnand): Renamed from isnan.
9938         * lib/isnand.c: New file.
9939         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
9940         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
9941         (Makefile.am): Update.
9942         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
9943         Include isnand.h instead of isnan.h.
9944         (main): Test isnand instead of isnan.
9945         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
9946         isnan-nolibm.
9947         * modules/frexp (Depends-on): Likewise.
9948         * modules/frexp-tests (Depends-on): Likewise.
9949         * modules/frexp-nolibm (Depends-on): Likewise.
9950         * modules/frexp-nolibm-tests (Depends-on): Likewise.
9951         * modules/isfinite (Depends-on): Likewise.
9952         * modules/round-tests (Depends-on): Likewise.
9953         * modules/signbit (Depends-on): Likewise.
9954         * modules/signbit-tests (Depends-on): Likewise.
9955         * modules/snprintf-posix (Depends-on): Likewise.
9956         * modules/sprintf-posix (Depends-on): Likewise.
9957         * modules/trunc-tests (Depends-on): Likewise.
9958         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
9959         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9960         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9961         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9962         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9963         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9964         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9965         * modules/vasnprintf-posix (Depends-on): Likewise.
9966         * modules/vasprintf-posix (Depends-on): Likewise.
9967         * modules/vfprintf-posix (Depends-on): Likewise.
9968         * modules/vsnprintf-posix (Depends-on): Likewise.
9969         * modules/vsprintf-posix (Depends-on): Likewise.
9970         * lib/frexp.c: Include isnand.h instead of isnan.h.
9971         (ISNAN): Set to isnand instead of isnan.
9972         * lib/isfinite.c: Include isnand.h instead of isnan.h.
9973         (gl_isfinited): Use isnand instead of isnan.
9974         * lib/signbitd.c: Include isnand.h instead of isnan.h.
9975         (gl_signbitd): Use isnand instead of isnan.
9976         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
9977         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
9978         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
9979         (main): Use isnand instead of isnan.
9980         * tests/test-round1.c: Include isnand.h.
9981         (main): Use isnand instead of isnan.
9982         * tests/test-round2.c: Include isnand.h instead of isnan.h.
9983         (ISNAN): Set to isnand instead of isnan.
9984         * tests/test-trunc1.c: Include isnand.h.
9985         (main): Use isnand instead of isnan.
9986         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
9987         (equal): Use isnand instead of isnan.
9988         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
9989         isnand-nolibm.
9990         * NEWS: Mention the change.
9991
9992 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9993             Bruno Haible  <bruno@clisp.org>
9994
9995         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
9996         the GCC builtins for signbits are present and set
9997         REPLACE_SIGNBIT_USING_GCC if so.
9998         * lib/math.in.h (signbit): Define using GCC builtins if
9999         REPLACE_SIGNBIT_USING_GCC is set.
10000         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
10001         REPLACE_SIGNBIT_USING_GCC.
10002         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
10003
10004 2008-01-25  Jim Meyering  <meyering@redhat.com>
10005
10006         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
10007         * lib/poll.c: Include <config.h>, not "config.h".
10008         * tests/test-getaddrinfo.c: Likewise.
10009
10010 2008-01-25  Simon Josefsson  <simon@josefsson.org>
10011
10012         * modules/sockets-tests: New file.
10013
10014 2008-01-24  Simon Josefsson  <simon@josefsson.org>
10015
10016         * modules/sockets: New module, can be used to call WSA_Startup and
10017         WSA_Cleanup when needed.
10018
10019         * lib/sockets.h, lib/sockets.c: New files.
10020
10021         * m4/sockets.m4: New file.
10022
10023         * tests/test-sockets.c: New file.
10024
10025 2008-01-19  Bruno Haible  <bruno@clisp.org>
10026
10027         * doc/posix-headers: Renamed from doc/headers.
10028         * doc/posix-functions: Renamed from doc/functions.
10029         * doc/gnulib.texi: Update.
10030
10031 2008-01-19  Bruno Haible  <bruno@clisp.org>
10032
10033         * doc/glibc-functions/strcasestr.texi: Include contents of
10034         doc/functions/strcasestr.texi, fixing the list of platforms.
10035         * doc/functions/strcasestr.texi: Remove file.
10036
10037 2008-01-19  Bruno Haible  <bruno@clisp.org>
10038
10039         * doc/glibc-functions/memmem.texi: Include contents of
10040         doc/functions/memmem.texi.
10041         * doc/functions/memmem.texi: Remove file.
10042
10043 2008-01-18  Bruno Haible  <bruno@clisp.org>
10044
10045         * doc/glibc-functions/*.texi: New files.
10046         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
10047         to use the new files.
10048
10049 2008-01-17  Bruno Haible  <bruno@clisp.org>
10050
10051         * tests/test-gethostname.c (main): Fix printf statement.
10052
10053 2008-01-17  Simon Josefsson  <simon@josefsson.org>
10054
10055         * modules/gethostname-tests: New file.
10056
10057         * tests/test-gethostname.c: New file.
10058
10059 2008-01-17  Simon Josefsson  <simon@josefsson.org>
10060
10061         * lib/gethostname.c: Include string.h unconditionally, strncpy is
10062         used by the UNAME case.  Reported by Bruno Haible
10063         <bruno@clisp.org>.
10064
10065 2008-01-17  Eric Blake  <ebb9@byu.net>
10066
10067         Convert c-strcasestr to be more efficient.
10068         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
10069         (Depends-on): Add c-strcase, remove malloca, strnlen.
10070         * tests/test-c-strcasestr.c (main): Enhance test.
10071         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
10072
10073 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
10074
10075         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
10076         Use it in creating po/Makevars.
10077
10078 2008-01-15  Simon Josefsson  <simon@josefsson.org>
10079
10080         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
10081         Applications that requires it should initialize libgcrypt
10082         manually.
10083
10084 2008-01-16  Simon Josefsson  <simon@josefsson.org>
10085
10086         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
10087
10088 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
10089
10090         Fix problem with getdate on mingw32 reported by Simon Josefsson
10091         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
10092         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
10093         tzname", when deciding whether to declare tzname.
10094         * lib/strftime.c (tzname): Likewise.
10095
10096 2008-01-15  Bruno Haible  <bruno@clisp.org>
10097
10098         Work around a MacOS X 10.5 bug in frexpl().
10099         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
10100         * doc/functions/frexpl.texi: Document the bug.
10101         Reported by Elias Pipping <pipping@gentoo.org>.
10102
10103 2008-01-14  Eric Blake  <ebb9@byu.net>
10104
10105         Touch up previous patch.
10106         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
10107         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
10108
10109         Convert strcasestr module to use Two-Way algorithm.
10110         * modules/strcasestr-simple: New module, based on the old
10111         strcasestr, but with Two-Way rather than KMP.
10112         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
10113         * lib/string.in.h (rpl_strcasestr): Declare.
10114         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
10115         performance.
10116         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
10117         * modules/string (Makefile.am): Support strcasestr.
10118         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
10119         * modules/strcasestr-tests (Depends-on): Check for alarm.
10120         * tests/test-strcasestr.c: Augment test.
10121         * lib/str-two-way.h: Clean up stray macro.
10122         * NEWS: Document new module.
10123         * MODULES.html.sh (string handling): Likewise.
10124         * doc/functions/strcasestr.texi: New file.
10125         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
10126         here, since it is not a POSIX function.
10127
10128 2008-01-14  Colin Watson  <cjwatson@debian.org>
10129             Bruno Haible  <bruno@clisp.org>
10130
10131         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
10132         works fine; if not, set REPLACE_STRSIGNAL.
10133         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
10134         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10135         REPLACE_STRSIGNAL.
10136         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
10137         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
10138         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
10139
10140 2008-01-14  Bruno Haible  <bruno@clisp.org>
10141
10142         * modules/strsignal (Include): Change to <string.h>.
10143
10144 2008-01-14  Colin Watson  <cjwatson@debian.org>
10145
10146         * modules/argp (Notice): Add a notice recommending to change
10147         XGETTEXT_OPTIONS.
10148         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
10149
10150 2008-01-13  Colin Watson  <cjwatson@debian.org>
10151
10152         * modules/strsignal-tests: New file.
10153         * tests/test-strsignal.c: New file.
10154
10155         * lib/strsignal.c: New file, from glibc with modifications.
10156         * lib/siglist.h: New file, from glibc with modifications.
10157         * lib/string.in.h (strsignal): New declaration.
10158         * m4/strsignal.m4: New file.
10159         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10160         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
10161         * modules/strsignal: New file.
10162         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
10163         HAVE_DECL_STRSIGNAL.
10164
10165 2008-01-13  Bruno Haible  <bruno@clisp.org>
10166
10167         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
10168         locale encoding is not ASCII. Needed for OpenBSD 4.0.
10169         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
10170         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
10171
10172 2008-01-13  Bruno Haible  <bruno@clisp.org>
10173
10174         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
10175         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
10176         * lib/argp.h (__attribute__): Likewise.
10177         * lib/c-stack.c (__attribute__): Likewise.
10178         * lib/error.h (__attribute__): Likewise.
10179         * lib/fts.c (__attribute__): Likewise.
10180         * lib/openat.h (__attribute__): Likewise.
10181         * lib/stdio.in.h (__attribute__): Likewise.
10182         * lib/string.in.h (__attribute__): Likewise.
10183         * lib/utimens.c (__attribute__): Likewise.
10184         * lib/vasnprintf.h (__attribute__): Likewise.
10185         * lib/xalloc.h (__attribute__): Likewise.
10186         * lib/xprintf.h (__attribute__): Likewise.
10187         * lib/xstrtol.h (__attribute__): Likewise.
10188         * lib/xvasprintf.h (__attribute__): Likewise.
10189
10190 2008-01-12  Bruno Haible  <bruno@clisp.org>
10191
10192         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
10193         * doc/glibc-headers/a.out.texi: New file.
10194         * doc/glibc-headers/aliases.texi: New file.
10195         * doc/glibc-headers/alloca.texi: New file.
10196         * doc/glibc-headers/ar.texi: New file.
10197         * doc/glibc-headers/argp.texi: New file.
10198         * doc/glibc-headers/argz.texi: New file.
10199         * doc/glibc-headers/byteswap.texi: New file.
10200         * doc/glibc-headers/crypt.texi: New file.
10201         * doc/glibc-headers/endian.texi: New file.
10202         * doc/glibc-headers/envz.texi: New file.
10203         * doc/glibc-headers/err.texi: New file.
10204         * doc/glibc-headers/error.texi: New file.
10205         * doc/glibc-headers/execinfo.texi: New file.
10206         * doc/glibc-headers/fpu_control.texi: New file.
10207         * doc/glibc-headers/fstab.texi: New file.
10208         * doc/glibc-headers/fts.texi: New file.
10209         * doc/glibc-headers/getopt.texi: New file.
10210         * doc/glibc-headers/ieee754.texi: New file.
10211         * doc/glibc-headers/ifaddrs.texi: New file.
10212         * doc/glibc-headers/libintl.texi: New file.
10213         * doc/glibc-headers/mcheck.texi: New file.
10214         * doc/glibc-headers/mntent.texi: New file.
10215         * doc/glibc-headers/obstack.texi: New file.
10216         * doc/glibc-headers/paths.texi: New file.
10217         * doc/glibc-headers/printf.texi: New file.
10218         * doc/glibc-headers/pty.texi: New file.
10219         * doc/glibc-headers/resolv.texi: New file.
10220         * doc/glibc-headers/shadow.texi: New file.
10221         * doc/glibc-headers/sysexits.texi: New file.
10222         * doc/glibc-headers/ttyent.texi: New file.
10223
10224 2008-01-12  Jim Meyering  <meyering@redhat.com>
10225
10226         announce-gen: emit Gnulib's git-based version string.
10227         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
10228         New option --gnulib-version=V, where V is expected to be
10229         the output of running git describe in the gnulib directory.
10230         (get_tool_versions): Request feedback on xdelta.  I suspect it's
10231         not useful, and plan to stop publishing an xdelta file with each
10232         coreutils release.
10233
10234         * build-aux/announce-gen: Also check for lzma-compressed files.
10235
10236 2008-01-11  Bruno Haible  <bruno@clisp.org>
10237
10238         * tests/test-memmem.c (main): Increase maximum allowed time.
10239         * tests/test-strstr.c (main): Likewise.
10240
10241 2008-01-11  Bruno Haible  <bruno@clisp.org>
10242
10243         * doc/functions/memmem.texi: Add more precisions about platforms.
10244         * doc/functions/strstr.texi: Likewise.
10245
10246 2008-01-10  Eric Blake  <ebb9@byu.net>
10247
10248         * m4/strstr.m4: Delete cruft from copy-n-paste.
10249         Reported by Bruno Haible.
10250
10251 2008-01-10  Bruno Haible  <bruno@clisp.org>
10252
10253         Make c-strstr rely on strstr.
10254         * lib/c-strstr.c: Don't include str-kmp.h.
10255         (c_strstr): Define in terms of strstr.
10256         * modules/c-strstr (Files): Remove lib/str-kmp.h.
10257         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
10258
10259 2008-01-10  Bruno Haible  <bruno@clisp.org>
10260
10261         * doc/gnulib.texi (String Functions in C Locale): New section.
10262         * doc/c-ctype.texi: New file.
10263         * doc/c-strcase.texi: New file.
10264         * doc/c-strcaseeq.texi: New file.
10265         * doc/c-strcasestr.texi: New file.
10266         * doc/c-strstr.texi: New file.
10267         * doc/c-strtod.texi: New file.
10268         * doc/c-strtold.texi: New file.
10269
10270 2008-01-10  Eric Blake  <ebb9@byu.net>
10271
10272         * lib/relocatable.h: Fix a comment.
10273
10274 2008-01-10  Eric Blake  <ebb9@byu.net>
10275
10276         Share two-way algorithm.
10277         * lib/str-two-way.h: New file, merged from...
10278         * lib/memmem.c: ...here...
10279         * lib/strstr.c: ...and here.
10280         * modules/memmem (Files): Use it.
10281         * modules/strstr (Files): Likewise.
10282
10283         Avoid quadratic strstr implementations.
10284         * lib/strstr.c: New file.
10285         * m4/strstr.m4: Likewise.
10286         * modules/strstr: Likewise.
10287         * modules/strstr-tests: Likewise.
10288         * tests/test-strstr.c: Likewise.
10289         * lib/string.in.h (rpl_strstr): Declare.
10290         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
10291         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
10292         * modules/string (Makefile.am): Likewise.
10293         * MODULES.html.sh (string handling): Mention new module.
10294         * doc/functions/strstr.texi (strstr): Document the bug.
10295
10296 2008-01-10  Bruno Haible  <bruno@clisp.org>
10297
10298         * lib/relocatable.h (relocate): State whether result is freshly
10299         allocated or not.
10300         * lib/relocatable.c (relocate): Return a freshly allocated string
10301         instead of a pointer to a privately held string.
10302         Reported by Sylvain Beucler <beuc@gnu.org>.
10303
10304 2008-01-10  Colin Watson  <cjwatson@debian.org>
10305
10306         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
10307         s/S_ISNLK/S_ISLNK/.
10308
10309 2008-01-09  Bruno Haible  <bruno@clisp.org>
10310
10311         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
10312         and other files.
10313         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
10314         if it's only a guess.
10315         * modules/memmem: Simplify by depending on memmem-simple.
10316
10317 2008-01-09  Bruno Haible  <bruno@clisp.org>
10318
10319         Work around OpenBSD 4.0 tdelete() bug.
10320         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
10321         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
10322         macros and don't redefine the enum values.
10323         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
10324         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
10325         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
10326
10327 2008-01-09  Bruno Haible  <bruno@clisp.org>
10328
10329         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
10330         (main): Don't perform the tests if setlocale did not install a UTF-8
10331         locale. Needed on OpenBSD 4.0.
10332         * modules/wcwidth-tests (Depends-on): Add localcharset.
10333
10334 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10335
10336         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
10337         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
10338         * NEWS: announce this.
10339         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
10340
10341 2008-01-09  Simon Josefsson  <simon@josefsson.org>
10342         and Eric Blake  <ebb9@byu.net>
10343
10344         Add memmem-simple module.
10345         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
10346         (gl_FUNC_MEMMEM): Separate performance from presence checks.
10347         * modules/memmem-simple: New file.
10348         * modules/memmem (Description): Tweak.
10349         * MODULES.html.sh (string handling): Mention new module.
10350         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
10351         addressed by memmem-simple.
10352         * NEWS: Document the difference.
10353
10354 2008-01-09  Eric Blake  <ebb9@byu.net>
10355
10356         Give gcc some memmem optimization hints.
10357         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
10358         (strcasestr): Declare as pure.
10359         * modules/memmem (Maintainer): Claim my implementation.
10360
10361 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10362
10363         Support AIX 6.1 and higher.
10364         * build-aux/config.libpath: Likewise.
10365         * build-aux/config.rpath: Likewise.
10366
10367 2008-01-08  Jim Meyering  <meyering@redhat.com>
10368             Bruno Haible  <bruno@clisp.org>
10369
10370         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
10371         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
10372         Reported by Peter Fales in
10373         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
10374
10375 2008-01-08  Bruno Haible  <bruno@clisp.org>
10376
10377         * modules/unictype/category-of (Depends-on): Add
10378         unictype/category-none.
10379         * modules/unictype/category-and-tests (Depends-on): Add
10380         unictype/category-{L,N,Lu,Nd}.
10381         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
10382         * modules/unictype/category-or-tests (Depends-on): Add
10383         unictype/category-{L,N}.
10384         * modules/unictype/category-name-tests (Depends-on): Add
10385         unictype/category-{Z,Nl}.
10386         Reported by Simon Josefsson.
10387
10388 2008-01-08  Bruno Haible  <bruno@clisp.org>
10389
10390         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
10391         convention better.
10392         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
10393         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
10394         Reported by Peter Miller <millerp@canb.auug.org.au>.
10395
10396 2008-01-08  Eric Blake  <ebb9@byu.net>
10397
10398         Rewrite memmem to guarantee linear complexity without malloc.
10399         * lib/memmem.c (memmem): Use Two-Way rather than
10400         Knuth-Morris-Pratt, to allow O(1) space usage.
10401         (critical_factorization, two_way_short_needle)
10402         (two_way_long_needle): New functions.
10403         (knuth_morris_pratt): Delete.
10404         * modules/memmem (Depends-on): No longer need malloca or stdbool.
10405         Add stdint.
10406         * tests/test-memmem.c (main): Add tests for periodic needle and
10407         sublinear performance.
10408         * doc/functions/memmem.texi (memmem): Document other deficiencies
10409         in cygwin and older glibc.
10410
10411 2008-01-08  Bruno Haible  <bruno@clisp.org>
10412
10413         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
10414         augmentation.
10415
10416 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
10417
10418         Add a configure time option: --disable-acl.
10419         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
10420         AC_ARG_ENABLE(acl).
10421
10422 2008-01-06  Simon Josefsson  <simon@josefsson.org>
10423
10424         * tests/test-localename.c: Don't include obsolete "setenv.h".
10425
10426         * modules/localename-tests (Depends-on): Need unsetenv.
10427
10428 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10429
10430         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
10431
10432 2008-01-06  Colin Watson  <cjwatson@debian.org>
10433
10434         * users.txt: Add man-db.
10435
10436 2008-01-07  Bruno Haible  <bruno@clisp.org>
10437
10438         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
10439         previous section name.
10440
10441 2008-01-07  Bruno Haible  <bruno@clisp.org>
10442
10443         * lib/progname.c (set_program_name): Don't strip off a leading
10444         "lt-" prefix outside a .libs directory.
10445         Suggested by Paul Eggert.
10446
10447 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
10448             Bruno Haible  <bruno@clisp.org>
10449
10450         Improve memory cleanup in 'relocatable' module.
10451         * lib/relocatable.h (compute_curr_prefix): Change return type to
10452         'char *'.
10453         * lib/relocatable.c (compute_curr_prefix): Change return type to
10454         'char *'. Free curr_installdir after use.
10455         (relocate): Free curr_prefix_better after use.
10456         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
10457
10458 2008-01-01  Bruno Haible  <bruno@clisp.org>
10459
10460         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
10461         failure on older glibc systems.
10462         Reported by Peter Fales <psfales@alcatel-lucent.com>.
10463
10464 2008-01-05  Eric Blake  <ebb9@byu.net>
10465
10466         Avoid quadratic system memmem.
10467         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
10468         Reported by Ralf Wildenhues.
10469
10470         Fix memmem test for mingw.
10471         * modules/memmem-tests (configure.ac): Check for alarm.
10472         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
10473         it.
10474         * doc/functions/memmem.texi: New file.
10475         * doc/gnulib.texi (Function Substitutes): Add memmem.
10476         Reported by Bruno Haible.
10477
10478 2008-01-04  Bruno Haible  <bruno@clisp.org>
10479
10480         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
10481         Require gl_HEADER_STRINGS_H_DEFAULTS, not
10482         gl_HEADER_STRING_H_DEFAULTS.
10483
10484 2008-01-04  Eric Blake  <ebb9@byu.net>
10485
10486         Shorten duration of memmem test.
10487         * tests/test-memmem.c (main): Use alarm to declare failure if test
10488         is taking too long.
10489         Reported by Ralf Wildenhues.
10490
10491 2007-12-21  Simon Josefsson  <simon@josefsson.org>
10492
10493         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
10494         string, needed by strerror.
10495
10496 2008-01-03  Colin Watson  <cjwatson@debian.org>
10497             Bruno Haible  <bruno@clisp.org>
10498
10499         * doc/gnulib-tool.texi (Localization): New section.
10500
10501 2008-01-02  Bruno Haible  <bruno@clisp.org>
10502
10503         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
10504         variables to 'unsigned char *' type.
10505         Reported by Paul Eggert.
10506
10507 2008-01-02  Jim Meyering  <jim@meyering.net>
10508
10509         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
10510
10511 2007-12-31  Jim Meyering  <jim@meyering.net>
10512
10513         Avoid use of private FTS type name.
10514         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
10515
10516 2007-12-30  Karl Berry  <karl@gnu.org>
10517
10518         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
10519         work around defect in Texinfo and/or the standalone Info browser.
10520
10521 2007-12-30  Bruno Haible  <bruno@clisp.org>
10522
10523         Unify 5 copies of the KMP code.
10524         * lib/str-kmp.h: New file.
10525         * lib/c-strcasestr.c: Include str-kmp.h.
10526         (knuth_morris_pratt): Remove function.
10527         (c_strcasestr): Update.
10528         * lib/c-strstr.c: Include str-kmp.h.
10529         (knuth_morris_pratt): Remove function.
10530         (c_strcasestr): Update.
10531         * lib/mbscasestr.c: Include str-kmp.h.
10532         (knuth_morris_pratt_unibyte): Remove function.
10533         * lib/mbsstr.c: Include str-kmp.h.
10534         (knuth_morris_pratt_unibyte): Remove function.
10535         * lib/strcasestr.c: Include str-kmp.h.
10536         (knuth_morris_pratt): Remove function.
10537         (strcasestr): Update.
10538         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
10539         * modules/c-strstr (Files): Likewise.
10540         * modules/mbscasestr (Files): Likewise.
10541         * modules/mbsstr (Files): Likewise.
10542         * modules/strcasestr (Files): Likewise.
10543         Suggested by Paul Eggert.
10544
10545 2007-12-30  Bruno Haible  <bruno@clisp.org>
10546
10547         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
10548         defined.
10549
10550 2007-12-30  Bruno Haible  <bruno@clisp.org>
10551
10552         * lib/xmalloca.h: Include xalloc.h.
10553         (xnmalloca): New macro.
10554
10555 2007-12-30  Bruno Haible  <bruno@clisp.org>
10556
10557         * lib/malloca.h (nmalloca): New macro.
10558         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
10559         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
10560         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
10561         knuth_morris_pratt_multibyte): Likewise.
10562         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
10563         knuth_morris_pratt_multibyte): Likewise.
10564         * lib/memmem.c (knuth_morris_pratt): Likewise.
10565         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
10566
10567 2007-12-25  Bruno Haible  <bruno@clisp.org>
10568
10569         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
10570         * lib/glob.c: Don't include openat.h.
10571         (link_exists2_p): Add back the code that deals with the
10572         !GLOB_ALTDIRFUNC case.
10573         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
10574         let it do the filename concatenation.
10575         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
10576         * modules/glob (Depends-on): Remove openat.
10577
10578 2007-12-31  Bruno Haible  <bruno@clisp.org>
10579
10580         * modules/dirfd (License): Change to LGPLv2+.
10581         Approved by Jim Meyering.
10582
10583 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
10584
10585         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
10586         when multiplying M by sizeof (size_t).
10587
10588 2007-12-10  Martin Lambers  <marlam@marlam.de>
10589
10590         Override getpagesize on mingw.
10591         * lib/getpagesize.c: New file.
10592         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
10593         * modules/getpagesize (Files): Add lib/getpagesize.c.
10594         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
10595         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10596         REPLACE_GETPAGESIZE.
10597         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
10598
10599 2007-12-25  Bruno Haible  <bruno@clisp.org>
10600
10601         * modules/localcharset (Notice): New field.
10602         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
10603         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
10604
10605 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
10606             Bruno Haible  <bruno@clisp.org>
10607
10608         Avoid using the syntax symbol() in formatted documentation.
10609         * MODULES.html.sh (func_module): When replacing symbol() with a
10610         hyperlink, remove the parentheses. Show an error if some remain.
10611         Recognize and render the '...' syntax.
10612         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
10613         Rework. Add paragraph about GCC's inlining.
10614         * doc/alloca.texi: Likewise.
10615         * doc/error.texi: Remove parentheses from symbol reference.
10616         * doc/gnulib-intro.texi: Likewise.
10617         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
10618         * modules/fnmatch (Description): Reword to say "the ... function".
10619         * modules/full-read (Description): Likewise.
10620         * modules/full-write (Description): Likewise.
10621         * modules/safe-read (Description): Likewise.
10622         * modules/safe-write (Description): Likewise.
10623         * modules/strchrnul (Description): Likewise.
10624         * modules/trim (Description): Likewise.
10625         * modules/error (Description): Remove parentheses from symbol
10626         references.
10627         * modules/verror (Description): Likewise.
10628         Reported by Karl Berry.
10629
10630 2007-12-25  Bruno Haible  <bruno@clisp.org>
10631
10632         Fixup after 2007-10-16 commit.
10633         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
10634
10635 2007-12-24  Bruno Haible  <bruno@clisp.org>
10636
10637         Make --enable-relocatable work with DESTDIR.
10638         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
10639         to compute installdir from destprog.
10640         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
10641         also set the RELOC_DESTDIR variable.
10642         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
10643
10644 2007-12-24  Bruno Haible  <bruno@clisp.org>
10645
10646         Fix link error due to xalloc_die().
10647         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
10648         of xreadlink.
10649         * lib/relocwrapper.c: Update comments.
10650         * build-aux/install-reloc: Remove xreadlink.c from file list.
10651         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
10652         xreadlink.c.
10653         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
10654
10655 2007-12-24  Bruno Haible  <bruno@clisp.org>
10656
10657         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
10658         * lib/setenv.h: Remove file.
10659         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
10660         lib/setenv.h.
10661         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
10662         (Depends-on): Add stdlib.
10663         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
10664         gl_FUNC_UNSETENV.
10665         (Include): Replace setenv.h with <stdlib.h>.
10666         * modules/unsetenv: New file.
10667         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
10668         * lib/unsetenv.c: Include <stdlib.h> first.
10669         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
10670         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
10671         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
10672         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
10673         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
10674         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
10675         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
10676         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
10677         * doc/functions/unsetenv.texi: Update.
10678         * modules/xsetenv (Depends-on): Add unsetenv.
10679         * modules/getdate (Depends-on): Likewise.
10680         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
10681         * lib/xsetenv.c: Don't include setenv.h.
10682         * lib/getdate.y: Likewise.
10683         * lib/relocwrapper.c: Likewise.
10684         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
10685         (Depends-on): Add stdlib.
10686         * NEWS: Mention the changes.
10687         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
10688
10689 2007-12-23  Bruno Haible  <bruno@clisp.org>
10690
10691         * lib/memmem.c (memmem): Use lowercase variable names. Tab
10692         indentation.
10693
10694 2007-12-23  Bruno Haible  <bruno@clisp.org>
10695
10696         * lib/c-strcasestr.c: Add more comments.
10697         * lib/c-strstr.c: Likewise.
10698         * lib/mbscasestr.c: Likewise.
10699         * lib/mbsstr.c: Likewise.
10700         * lib/strcasestr.c: Likewise.
10701         * lib/memmem.c: Likewise.
10702
10703 2007-12-23  Bruno Haible  <bruno@clisp.org>
10704
10705         * tests/test-memmem.c: Include <string.h> first.
10706
10707 2007-12-22  Bruno Haible  <bruno@clisp.org>
10708
10709         * gnulib-tool (func_create_testdir): Change $auxdir while generating
10710         the contents of $testsbase.
10711         Reported by Ralf Wildenhues.
10712
10713 2007-12-22  Bruno Haible  <bruno@clisp.org>
10714
10715         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
10716         two variables local_ldadd_before, local_ldadd_last.
10717
10718 2007-12-20  Eric Blake  <ebb9@byu.net>
10719
10720         Work around circular library issue when cross-compiling.
10721         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
10722         that progname.o does not need to pull in rpl_memcmp.
10723
10724 2007-12-19  Eric Blake  <ebb9@byu.net>
10725
10726         Fix memmem to avoid O(n^2) worst-case complexity.
10727         * lib/memmem.c (knuth_morris_pratt): New function.
10728         (memmem): Use it if first few naive iterations fail.
10729         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
10730         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
10731         * modules/memchr (License): Likewise.
10732         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
10733         malloca.
10734         * tests/test-memmem.c: Rewrite, borrowing ideas from
10735         test-mbsstr1.c; the old version wouldn't even compile!
10736         * modules/memmem-tests: New file.
10737         * lib/string.in.h (rpl_memmem): Add declaration.
10738         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
10739         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
10740         REPLACE_MEMMEM.
10741
10742 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10743
10744         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
10745         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
10746         before any system include files, and undef after them all.  This
10747         should fix a problem on VMS reported by John E. Malmberg in
10748         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
10749
10750 2007-12-17  Eric Blake  <ebb9@byu.net>
10751
10752         Revert addition of verify, for BSD/OS.
10753         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
10754         can't handle large files, for the sake of obsolete platforms.
10755         * modules/fseeko (Depends-on): Remove verify.
10756         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
10757         * doc/functions/ftello.texi (ftello): Likewise.
10758         * doc/functions/fgetpos.texi (fgetpos): Likewise.
10759         Reported by Larry Jones.
10760
10761 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
10762
10763         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
10764         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
10765
10766 2007-12-17  Jim Meyering  <meyering@redhat.com>
10767
10768         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
10769         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
10770         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
10771         * modules/getcwd (Depends-on): Add openat.
10772         Reported by Petr Salinger.
10773
10774 2007-12-17  Bruno Haible  <bruno@clisp.org>
10775
10776         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
10777         avoid a segmentation fault of the configure test on x86_64 systems.
10778
10779 2007-12-15  Jim Meyering  <meyering@redhat.com>
10780
10781         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
10782
10783 2007-12-13  Eric Blake  <ebb9@byu.net>
10784
10785         Another fseek test.
10786         * tests/test-fseek.c (main): Also test ungetc handling.
10787         * tests/test-fseeko.c (main): Likewise.
10788         * modules/fseeko (Depends-on): Add verify.
10789         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
10790         large.
10791         Reported by Larry Jones.
10792
10793         Fix fseeko on mingw.
10794         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
10795         seek.
10796
10797         Beef up fseek tests.
10798         * tests/test-fseek.c (main): Also test eof handling.
10799         * tests/test-fseeko.c (main): Likewise.
10800         Reported by Larry Jones.
10801
10802 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
10803
10804         Fix fseeko on BSD-based platforms.
10805         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
10806         successful seek.
10807
10808 2007-12-12  Eric Blake  <ebb9@byu.net>
10809
10810         Allow circular dependency of separate libtests.a
10811         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
10812         when use_libtests.
10813
10814 2007-12-11  Eric Blake  <ebb9@byu.net>
10815
10816         Fix bug with -0.0L in previous patch.
10817         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
10818         * tests/test-isnan.c (main): Also test on zeroes.
10819         * tests/test-isnanf.c (main): Likewise.
10820         * tests/test-isnanl.h (main): Likewise.
10821
10822         Detect pseudo-denormals on x86 even when cross-compiling.
10823         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
10824         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
10825         invalid bit patterns that happen to satisfy ==.
10826
10827         Avoid link failures with separate libtests.a.
10828         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
10829         last, to satisfy circular dependencies.
10830
10831 2007-12-11  Eric Blake  <ebb9@byu.net>
10832         and Bruno Haible  <bruno@clisp.org>
10833
10834         Fix OpenBSD 4.0 <float.h> handling of long double.
10835         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
10836         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
10837         * doc/headers/float.texi (float.h): Document OpenBSD bug.
10838
10839 2007-12-11  Jim Meyering  <meyering@redhat.com>
10840
10841         * users.txt: Add libvirt.
10842
10843         Support versions of autoconf prior to 2.59c.
10844         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
10845         if it is not already defined.
10846
10847 2007-12-09  Bruno Haible  <bruno@clisp.org>
10848
10849         Let 'gnulib-tool --import' collect sources needed for the tests in
10850         tests/ rather than in lib/.
10851         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
10852         argument. If true, add rules to generate libtests.a, and put libtests.a
10853         into $(LDADD). Consider source files in subdirectories and set
10854         uses_subdirs.
10855         (func_emit_initmacro_start, func_emit_initmacro_end,
10856         func_emit_initmacro_done): Pass all arguments explicitly.
10857         (func_import): Determine two module lists main_modules,
10858         testsrelated_modules. Determine use_libtests. Determine two variables
10859         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
10860         instead of just sed_transform_lib_file. Determine two variables
10861         main_files and testsrelated_files. Compute 'files' as the union of
10862         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
10863         func_add_or_update. In the generated gnulib-comp.m4, collect the
10864         object files for tests/ in different variables than those for lib/.
10865         Substitute LIBTESTS_LIBDEPS.
10866         (func_create_testdir): Combine the uses_subdirs results from
10867         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
10868
10869 2007-12-09  Bruno Haible  <bruno@clisp.org>
10870
10871         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
10872         the build-aux directory.
10873
10874 2007-12-09  Bruno Haible  <bruno@clisp.org>
10875
10876         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
10877         introduced on 2006-09-09.
10878
10879 2007-12-07  Jim Meyering  <meyering@redhat.com>
10880
10881         Let these macros work also with autoconf-2.59.
10882         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
10883         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
10884         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
10885
10886 2007-12-06  Jim Meyering  <meyering@redhat.com>
10887
10888         Avoid a configure-time syntax error in gl_FUNC_ACL.
10889         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
10890         function in each branch, before testing the cache variable.
10891
10892 2007-12-04  Eric Blake  <ebb9@byu.net>
10893
10894         Make scripts executable.
10895         * build-aux/config.guess: Add execute permissions.
10896         * build-aux/config.sub: Likewise.
10897         * build-aux/gendocs.sh: Likewise.
10898
10899         Fix frexp on mingw.
10900         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
10901         cross-compiling.
10902         * doc/functions/frexp.texi (frexp): Document the bug.
10903
10904         Make cygwin fseeko check more reliable.
10905         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
10906         version numbers, rather than unrelated feature check.
10907         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
10908         * doc/functions/ftello.texi (ftello): Likewise.
10909         Reported by Bruno Haible.
10910
10911         * m4/strerror.m4: Bump version number.
10912
10913 2007-12-03  Bruno Haible  <bruno@clisp.org>
10914
10915         * doc/functions/mprotect.texi: Mention the mingw problem.
10916
10917 2007-12-03  Eric Blake  <ebb9@byu.net>
10918
10919         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
10920         REPLACE_STRERROR is initialized before this macro.
10921
10922 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
10923
10924         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
10925         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
10926         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
10927         put -lsec in even for programs other than 'ls'.  This fixes a problem
10928         for gettext reported by Bruno Haible in
10929         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
10930         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
10931         Add support for Solaris 10.  This isn't efficient, but should get the
10932         job done for now.
10933
10934 2007-12-03  James Youngman  <jay@gnu.org>
10935
10936         * doc/regexprops-generic.texi: change "an close-group" to "a
10937         close-group" and "illegal" to "not allowed".
10938
10939 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10940
10941         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
10942         pr_byname.h. Needed for the rare case when the maintainer has done
10943         "make maintainer-clean" in the source directory and then attempts a
10944         build outside the source directory.
10945         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
10946         scripts_byname.h.
10947
10948 2007-12-02  Martin Lambers <marlam@marlam.de>
10949             Bruno Haible  <bruno@clisp.org>
10950
10951         * lib/getpagesize.h: Remove file.
10952         * lib/unistd.in.h: Include declaration of getpagesize here.
10953         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
10954         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
10955         HAVE_SYS_PARAM_H.
10956         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
10957         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
10958         * modules/getpagesize (Files): Remove lib/getpagesize.h.
10959         (Depends-on): Add unistd.
10960         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10961         (Include): Use <unistd.h> instead of getpagesize.h.
10962         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
10963         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
10964         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
10965         gl_GETPAGESIZE invocation, already handled by module dependency.
10966         * lib/pagealign_alloc.c: Don't include getpagesize.h.
10967
10968 2007-12-02  Bruno Haible  <bruno@clisp.org>
10969
10970         * modules/strings-tests: New file.
10971         * tests/test-strings.c: New file.
10972
10973         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
10974         * lib/strings.in.h: New file.
10975         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
10976         * m4/strings_h.m4: New file.
10977         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
10978         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
10979         * modules/strings: New file.
10980         * modules/string (Makefile.am): Update.
10981         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
10982         Reported by Karl Berry.
10983
10984 2007-12-01  Eric Blake  <ebb9@byu.net>
10985
10986         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
10987         accomodate fix in cygwin 1.5.25.
10988
10989 2007-12-01  Jim Meyering  <meyering@redhat.com>
10990
10991         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
10992         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
10993         that would inhibit utf8-optimization of a regexp containing line-
10994         or buffer-anchors, e.g., `^', `$'.
10995
10996 2007-11-30  Bruno Haible  <bruno@clisp.org>
10997
10998         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
10999         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
11000         glthread_recursive_lock_init.
11001         * lib/lock.c (glthread_recursive_lock_init)
11002         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
11003         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11004
11005 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
11006
11007         New function qset_acl, like set_acl but with syscall semantics.
11008         * lib/acl.h (qset_acl): New decl.
11009         * lib/acl.c (qset_acl): New function.
11010         (set_acl): Use new function.  Use more-consistent diagnostics.
11011
11012 2007-11-28  Jim Meyering  <meyering@redhat.com>
11013
11014         * modules/physmem (License): Change from GPL to LGPLv2+.
11015
11016 2007-11-26  Bruno Haible  <bruno@clisp.org>
11017
11018         * lib/vasnprintf.c (decode_long_double): Don't abort if the
11019         'long double' type has excess precision.
11020         Reported by Jim Meyering in
11021         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
11022
11023 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11024
11025         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
11026         Sync from <http://gnu.org/licenses>.
11027         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
11028         with license text from same location.
11029         * doc/maintain.texi, doc/standards.texi:  Sync from
11030         <http://savannah.gnu.org/projects/gnustandards>.
11031
11032 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
11033         and Jim Meyering  <meyering@redhat.com>
11034
11035         Adjust getdate' grammar to accept a slightly more regular language.
11036         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
11037         Before, the former was rejected.
11038         * lib/getdate.y (digits_to_date_time): New function, factored
11039         out of ...
11040         (number): ...here.  Just call digits_to_date_time.
11041         (hybrid): New non-terminal to handle an <unsigned number,
11042         signed relative offset> sequence consistently.
11043
11044 2007-11-18  Jim Meyering  <meyering@redhat.com>
11045
11046         Pull my changes from coreutils:
11047         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
11048         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
11049         use of $gnulib_tool_option_extras, so that it's separated from the
11050         preceding argument.
11051
11052         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
11053         * build-aux/bootstrap (cp_mark_as_generated): Create any required
11054         parent destination directories before copying a file into place.
11055
11056 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
11057
11058         bootstrap: work also with 4-argument variant of AC_INIT
11059         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
11060
11061 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
11062
11063         Port test-getaddrinfo to Solaris.
11064         Problem reported by Bruno Haible in
11065         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
11066         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
11067         explanation of setting 'hints'.
11068         Don't reject an implementation merely because it returns EAI_SERVICE.
11069         (EAI_SERVICE): Define to 0 if not defined.
11070
11071 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11072
11073         The license of gnu-make and posix-shell is now "GPLed build tool".
11074         * modules/gnu-make (License): Likewise.
11075         * modules/posix-shell (License): Likewise.
11076
11077         New module posix-shell, for determining a POSIX shell
11078         or perhaps something that is close enough to a POSIX shell.
11079         * m4/posix-shell.m4: New file.
11080         * modules/posix-shell: New file.
11081
11082         * MODULES.html.sh: Mention new module.
11083
11084         New module gnu-make, for determining whether we're using GNU Make.
11085         * m4/gnu-make.m4: New file.
11086         * modules/gnu-make: New file.
11087         * MODULES.html.sh: Mention new module.
11088
11089 2007-11-14  Jim Meyering  <meyering@redhat.com>
11090
11091         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
11092         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
11093         use this macro to create a function _definition_.
11094         Remove useless "#undef ARGMATCH_DIE".
11095
11096 2007-11-14  Bruno Haible  <bruno@clisp.org>
11097
11098         * lib/config.charset: Update for OpenBSD 4.1.
11099         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
11100
11101 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
11102
11103         Document 64-bit #if problems in stdint.texi.
11104         * doc/headers/stdint.texi (stdint.h): Mention problems with
11105         64-bit-#if, and how to work around them.
11106
11107         Don't insist on 'long long int' support in the preprocessor.  It
11108         breaks too many things.  For example, PRIdMAX still uses a 'long
11109         long int' format with the latest Sun compiler, even though
11110         HAVE_LONG_LONG_INT isn't defined due to that compiler's
11111         preprocessor problem.  This causes the latest coreutils to dump
11112         core on Solaris 10 sparc with the Sun C compiler.
11113         Instead, fix the 2007-10-16 problem in a different way, by evaluating
11114         the troublesome expressions at configure-time, not at #if-time.
11115         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
11116         preprocessor.
11117         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
11118         compile-time C checks, done at 'configure'-time.
11119         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
11120         * modules/inttypes (Makefile): Substitute the new symbols that
11121         gl_INTTYPES_H now generates.
11122         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
11123
11124 2007-11-12  Bruno Haible  <bruno@clisp.org>
11125
11126         Tests for Unicode character classification functions.
11127
11128         * modules/unictype/bidicategory-byname-tests: New file.
11129         * modules/unictype/bidicategory-name-tests: New file.
11130         * modules/unictype/bidicategory-of-tests: New file.
11131         * modules/unictype/bidicategory-test-tests: New file.
11132         * modules/unictype/block-list-tests: New file.
11133         * modules/unictype/block-of-tests: New file.
11134         * modules/unictype/block-test-tests: New file.
11135         * modules/unictype/category-C-tests: New file.
11136         * modules/unictype/category-Cc-tests: New file.
11137         * modules/unictype/category-Cf-tests: New file.
11138         * modules/unictype/category-Cn-tests: New file.
11139         * modules/unictype/category-Co-tests: New file.
11140         * modules/unictype/category-Cs-tests: New file.
11141         * modules/unictype/category-L-tests: New file.
11142         * modules/unictype/category-Ll-tests: New file.
11143         * modules/unictype/category-Lm-tests: New file.
11144         * modules/unictype/category-Lo-tests: New file.
11145         * modules/unictype/category-Lt-tests: New file.
11146         * modules/unictype/category-Lu-tests: New file.
11147         * modules/unictype/category-M-tests: New file.
11148         * modules/unictype/category-Mc-tests: New file.
11149         * modules/unictype/category-Me-tests: New file.
11150         * modules/unictype/category-Mn-tests: New file.
11151         * modules/unictype/category-N-tests: New file.
11152         * modules/unictype/category-Nd-tests: New file.
11153         * modules/unictype/category-Nl-tests: New file.
11154         * modules/unictype/category-No-tests: New file.
11155         * modules/unictype/category-P-tests: New file.
11156         * modules/unictype/category-Pc-tests: New file.
11157         * modules/unictype/category-Pd-tests: New file.
11158         * modules/unictype/category-Pe-tests: New file.
11159         * modules/unictype/category-Pf-tests: New file.
11160         * modules/unictype/category-Pi-tests: New file.
11161         * modules/unictype/category-Po-tests: New file.
11162         * modules/unictype/category-Ps-tests: New file.
11163         * modules/unictype/category-S-tests: New file.
11164         * modules/unictype/category-Sc-tests: New file.
11165         * modules/unictype/category-Sk-tests: New file.
11166         * modules/unictype/category-Sm-tests: New file.
11167         * modules/unictype/category-So-tests: New file.
11168         * modules/unictype/category-Z-tests: New file.
11169         * modules/unictype/category-Zl-tests: New file.
11170         * modules/unictype/category-Zp-tests: New file.
11171         * modules/unictype/category-Zs-tests: New file.
11172         * modules/unictype/category-and-not-tests: New file.
11173         * modules/unictype/category-and-tests: New file.
11174         * modules/unictype/category-byname-tests: New file.
11175         * modules/unictype/category-name-tests: New file.
11176         * modules/unictype/category-none-tests: New file.
11177         * modules/unictype/category-of-tests: New file.
11178         * modules/unictype/category-or-tests: New file.
11179         * modules/unictype/category-test-withtable-tests: New file.
11180         * modules/unictype/combining-class-tests: New file.
11181         * modules/unictype/ctype-alnum-tests: New file.
11182         * modules/unictype/ctype-alpha-tests: New file.
11183         * modules/unictype/ctype-blank-tests: New file.
11184         * modules/unictype/ctype-cntrl-tests: New file.
11185         * modules/unictype/ctype-digit-tests: New file.
11186         * modules/unictype/ctype-graph-tests: New file.
11187         * modules/unictype/ctype-lower-tests: New file.
11188         * modules/unictype/ctype-print-tests: New file.
11189         * modules/unictype/ctype-punct-tests: New file.
11190         * modules/unictype/ctype-space-tests: New file.
11191         * modules/unictype/ctype-upper-tests: New file.
11192         * modules/unictype/ctype-xdigit-tests: New file.
11193         * modules/unictype/decimal-digit-tests: New file.
11194         * modules/unictype/digit-tests: New file.
11195         * modules/unictype/mirror-tests: New file.
11196         * modules/unictype/numeric-tests: New file.
11197         * modules/unictype/property-alphabetic-tests: New file.
11198         * modules/unictype/property-ascii-hex-digit-tests: New file.
11199         * modules/unictype/property-bidi-arabic-digit-tests: New file.
11200         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
11201         * modules/unictype/property-bidi-block-separator-tests: New file.
11202         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
11203         * modules/unictype/property-bidi-common-separator-tests: New file.
11204         * modules/unictype/property-bidi-control-tests: New file.
11205         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
11206         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
11207         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
11208         * modules/unictype/property-bidi-european-digit-tests: New file.
11209         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
11210         * modules/unictype/property-bidi-left-to-right-tests: New file.
11211         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
11212         * modules/unictype/property-bidi-other-neutral-tests: New file.
11213         * modules/unictype/property-bidi-pdf-tests: New file.
11214         * modules/unictype/property-bidi-segment-separator-tests: New file.
11215         * modules/unictype/property-bidi-whitespace-tests: New file.
11216         * modules/unictype/property-byname-tests: New file.
11217         * modules/unictype/property-combining-tests: New file.
11218         * modules/unictype/property-composite-tests: New file.
11219         * modules/unictype/property-currency-symbol-tests: New file.
11220         * modules/unictype/property-dash-tests: New file.
11221         * modules/unictype/property-decimal-digit-tests: New file.
11222         * modules/unictype/property-default-ignorable-code-point-tests: New file.
11223         * modules/unictype/property-deprecated-tests: New file.
11224         * modules/unictype/property-diacritic-tests: New file.
11225         * modules/unictype/property-extender-tests: New file.
11226         * modules/unictype/property-format-control-tests: New file.
11227         * modules/unictype/property-grapheme-base-tests: New file.
11228         * modules/unictype/property-grapheme-extend-tests: New file.
11229         * modules/unictype/property-grapheme-link-tests: New file.
11230         * modules/unictype/property-hex-digit-tests: New file.
11231         * modules/unictype/property-hyphen-tests: New file.
11232         * modules/unictype/property-id-continue-tests: New file.
11233         * modules/unictype/property-id-start-tests: New file.
11234         * modules/unictype/property-ideographic-tests: New file.
11235         * modules/unictype/property-ids-binary-operator-tests: New file.
11236         * modules/unictype/property-ids-trinary-operator-tests: New file.
11237         * modules/unictype/property-ignorable-control-tests: New file.
11238         * modules/unictype/property-iso-control-tests: New file.
11239         * modules/unictype/property-join-control-tests: New file.
11240         * modules/unictype/property-left-of-pair-tests: New file.
11241         * modules/unictype/property-line-separator-tests: New file.
11242         * modules/unictype/property-logical-order-exception-tests: New file.
11243         * modules/unictype/property-lowercase-tests: New file.
11244         * modules/unictype/property-math-tests: New file.
11245         * modules/unictype/property-non-break-tests: New file.
11246         * modules/unictype/property-not-a-character-tests: New file.
11247         * modules/unictype/property-numeric-tests: New file.
11248         * modules/unictype/property-other-alphabetic-tests: New file.
11249         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
11250         * modules/unictype/property-other-grapheme-extend-tests: New file.
11251         * modules/unictype/property-other-id-continue-tests: New file.
11252         * modules/unictype/property-other-id-start-tests: New file.
11253         * modules/unictype/property-other-lowercase-tests: New file.
11254         * modules/unictype/property-other-math-tests: New file.
11255         * modules/unictype/property-other-uppercase-tests: New file.
11256         * modules/unictype/property-paired-punctuation-tests: New file.
11257         * modules/unictype/property-paragraph-separator-tests: New file.
11258         * modules/unictype/property-pattern-syntax-tests: New file.
11259         * modules/unictype/property-pattern-white-space-tests: New file.
11260         * modules/unictype/property-private-use-tests: New file.
11261         * modules/unictype/property-punctuation-tests: New file.
11262         * modules/unictype/property-quotation-mark-tests: New file.
11263         * modules/unictype/property-radical-tests: New file.
11264         * modules/unictype/property-sentence-terminal-tests: New file.
11265         * modules/unictype/property-soft-dotted-tests: New file.
11266         * modules/unictype/property-space-tests: New file.
11267         * modules/unictype/property-terminal-punctuation-tests: New file.
11268         * modules/unictype/property-test-tests: New file.
11269         * modules/unictype/property-titlecase-tests: New file.
11270         * modules/unictype/property-unassigned-code-value-tests: New file.
11271         * modules/unictype/property-unified-ideograph-tests: New file.
11272         * modules/unictype/property-uppercase-tests: New file.
11273         * modules/unictype/property-variation-selector-tests: New file.
11274         * modules/unictype/property-white-space-tests: New file.
11275         * modules/unictype/property-xid-continue-tests: New file.
11276         * modules/unictype/property-xid-start-tests: New file.
11277         * modules/unictype/property-zero-width-tests: New file.
11278         * modules/unictype/scripts-tests: New file.
11279         * modules/unictype/syntax-c-ident-tests: New file.
11280         * modules/unictype/syntax-c-whitespace-tests: New file.
11281         * modules/unictype/syntax-java-ident-tests: New file.
11282         * modules/unictype/syntax-java-whitespace-tests: New file.
11283         * tests/unictype/test-bidi_byname.c: New file.
11284         * tests/unictype/test-bidi_name.c: New file.
11285         * tests/unictype/test-bidi_of.c: New file.
11286         * tests/unictype/test-bidi_test.c: New file.
11287         * tests/unictype/test-block_list.c: New file.
11288         * tests/unictype/test-block_of.c: New file.
11289         * tests/unictype/test-block_test.c: New file.
11290         * tests/unictype/test-categ_and.c: New file.
11291         * tests/unictype/test-categ_and_not.c: New file.
11292         * tests/unictype/test-categ_byname.c: New file.
11293         * tests/unictype/test-categ_name.c: New file.
11294         * tests/unictype/test-categ_none.c: New file.
11295         * tests/unictype/test-categ_of.c: New file.
11296         * tests/unictype/test-categ_or.c: New file.
11297         * tests/unictype/test-categ_test_withtable.c: New file.
11298         * tests/unictype/test-combining.c: New file.
11299         * tests/unictype/test-decdigit.c: New file.
11300         * tests/unictype/test-digit.c: New file.
11301         * tests/unictype/test-mirror.c: New file.
11302         * tests/unictype/test-numeric.c: New file.
11303         * tests/unictype/test-pr_byname.c: New file.
11304         * tests/unictype/test-pr_test.c: New file.
11305         * tests/unictype/test-predicate-part1.h: New file.
11306         * tests/unictype/test-predicate-part2.h: New file.
11307         * tests/unictype/test-scripts.c: New file.
11308         * tests/unictype/test-sy_c_ident.c: New file.
11309         * tests/unictype/test-sy_java_ident.c: New file.
11310
11311         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
11312         for Unicode 5.0.0.
11313         * tests/unictype/test-categ_Cc.c: Likewise.
11314         * tests/unictype/test-categ_Cf.c: Likewise.
11315         * tests/unictype/test-categ_Cn.c: Likewise.
11316         * tests/unictype/test-categ_Co.c: Likewise.
11317         * tests/unictype/test-categ_Cs.c: Likewise.
11318         * tests/unictype/test-categ_L.c: Likewise.
11319         * tests/unictype/test-categ_Ll.c: Likewise.
11320         * tests/unictype/test-categ_Lm.c: Likewise.
11321         * tests/unictype/test-categ_Lo.c: Likewise.
11322         * tests/unictype/test-categ_Lt.c: Likewise.
11323         * tests/unictype/test-categ_Lu.c: Likewise.
11324         * tests/unictype/test-categ_M.c: Likewise.
11325         * tests/unictype/test-categ_Mc.c: Likewise.
11326         * tests/unictype/test-categ_Me.c: Likewise.
11327         * tests/unictype/test-categ_Mn.c: Likewise.
11328         * tests/unictype/test-categ_N.c: Likewise.
11329         * tests/unictype/test-categ_Nd.c: Likewise.
11330         * tests/unictype/test-categ_Nl.c: Likewise.
11331         * tests/unictype/test-categ_No.c: Likewise.
11332         * tests/unictype/test-categ_P.c: Likewise.
11333         * tests/unictype/test-categ_Pc.c: Likewise.
11334         * tests/unictype/test-categ_Pd.c: Likewise.
11335         * tests/unictype/test-categ_Pe.c: Likewise.
11336         * tests/unictype/test-categ_Pf.c: Likewise.
11337         * tests/unictype/test-categ_Pi.c: Likewise.
11338         * tests/unictype/test-categ_Po.c: Likewise.
11339         * tests/unictype/test-categ_Ps.c: Likewise.
11340         * tests/unictype/test-categ_S.c: Likewise.
11341         * tests/unictype/test-categ_Sc.c: Likewise.
11342         * tests/unictype/test-categ_Sk.c: Likewise.
11343         * tests/unictype/test-categ_Sm.c: Likewise.
11344         * tests/unictype/test-categ_So.c: Likewise.
11345         * tests/unictype/test-categ_Z.c: Likewise.
11346         * tests/unictype/test-categ_Zl.c: Likewise.
11347         * tests/unictype/test-categ_Zp.c: Likewise.
11348         * tests/unictype/test-categ_Zs.c: Likewise.
11349         * tests/unictype/test-ctype_alnum.c: Likewise.
11350         * tests/unictype/test-ctype_alpha.c: Likewise.
11351         * tests/unictype/test-ctype_blank.c: Likewise.
11352         * tests/unictype/test-ctype_cntrl.c: Likewise.
11353         * tests/unictype/test-ctype_digit.c: Likewise.
11354         * tests/unictype/test-ctype_graph.c: Likewise.
11355         * tests/unictype/test-ctype_lower.c: Likewise.
11356         * tests/unictype/test-ctype_print.c: Likewise.
11357         * tests/unictype/test-ctype_punct.c: Likewise.
11358         * tests/unictype/test-ctype_space.c: Likewise.
11359         * tests/unictype/test-ctype_upper.c: Likewise.
11360         * tests/unictype/test-ctype_xdigit.c: Likewise.
11361         * tests/unictype/test-decdigit.h: Likewise.
11362         * tests/unictype/test-digit.h: Likewise.
11363         * tests/unictype/test-numeric.h: Likewise.
11364         * tests/unictype/test-pr_alphabetic.c: Likewise.
11365         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
11366         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
11367         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
11368         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
11369         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
11370         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
11371         * tests/unictype/test-pr_bidi_control.c: Likewise.
11372         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
11373         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
11374         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
11375         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
11376         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
11377         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
11378         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
11379         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
11380         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
11381         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
11382         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
11383         * tests/unictype/test-pr_combining.c: Likewise.
11384         * tests/unictype/test-pr_composite.c: Likewise.
11385         * tests/unictype/test-pr_currency_symbol.c: Likewise.
11386         * tests/unictype/test-pr_dash.c: Likewise.
11387         * tests/unictype/test-pr_decimal_digit.c: Likewise.
11388         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
11389         * tests/unictype/test-pr_deprecated.c: Likewise.
11390         * tests/unictype/test-pr_diacritic.c: Likewise.
11391         * tests/unictype/test-pr_extender.c: Likewise.
11392         * tests/unictype/test-pr_format_control.c: Likewise.
11393         * tests/unictype/test-pr_grapheme_base.c: Likewise.
11394         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
11395         * tests/unictype/test-pr_grapheme_link.c: Likewise.
11396         * tests/unictype/test-pr_hex_digit.c: Likewise.
11397         * tests/unictype/test-pr_hyphen.c: Likewise.
11398         * tests/unictype/test-pr_id_continue.c: Likewise.
11399         * tests/unictype/test-pr_id_start.c: Likewise.
11400         * tests/unictype/test-pr_ideographic.c: Likewise.
11401         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
11402         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
11403         * tests/unictype/test-pr_ignorable_control.c: Likewise.
11404         * tests/unictype/test-pr_iso_control.c: Likewise.
11405         * tests/unictype/test-pr_join_control.c: Likewise.
11406         * tests/unictype/test-pr_left_of_pair.c: Likewise.
11407         * tests/unictype/test-pr_line_separator.c: Likewise.
11408         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
11409         * tests/unictype/test-pr_lowercase.c: Likewise.
11410         * tests/unictype/test-pr_math.c: Likewise.
11411         * tests/unictype/test-pr_non_break.c: Likewise.
11412         * tests/unictype/test-pr_not_a_character.c: Likewise.
11413         * tests/unictype/test-pr_numeric.c: Likewise.
11414         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
11415         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
11416         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
11417         * tests/unictype/test-pr_other_id_continue.c: Likewise.
11418         * tests/unictype/test-pr_other_id_start.c: Likewise.
11419         * tests/unictype/test-pr_other_lowercase.c: Likewise.
11420         * tests/unictype/test-pr_other_math.c: Likewise.
11421         * tests/unictype/test-pr_other_uppercase.c: Likewise.
11422         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
11423         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
11424         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
11425         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
11426         * tests/unictype/test-pr_private_use.c: Likewise.
11427         * tests/unictype/test-pr_punctuation.c: Likewise.
11428         * tests/unictype/test-pr_quotation_mark.c: Likewise.
11429         * tests/unictype/test-pr_radical.c: Likewise.
11430         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
11431         * tests/unictype/test-pr_soft_dotted.c: Likewise.
11432         * tests/unictype/test-pr_space.c: Likewise.
11433         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
11434         * tests/unictype/test-pr_titlecase.c: Likewise.
11435         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
11436         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
11437         * tests/unictype/test-pr_uppercase.c: Likewise.
11438         * tests/unictype/test-pr_variation_selector.c: Likewise.
11439         * tests/unictype/test-pr_white_space.c: Likewise.
11440         * tests/unictype/test-pr_xid_continue.c: Likewise.
11441         * tests/unictype/test-pr_xid_start.c: Likewise.
11442         * tests/unictype/test-pr_zero_width.c: Likewise.
11443         * tests/unictype/test-sy_c_whitespace.c: Likewise.
11444         * tests/unictype/test-sy_java_whitespace.c: Likewise.
11445
11446 2007-11-12  Bruno Haible  <bruno@clisp.org>
11447
11448         Unicode character classification functions.
11449         * lib/unictype.h: New file.
11450         * modules/unictype/base: New file.
11451         * modules/unictype/category-L: New file.
11452         * modules/unictype/category-Lu: New file.
11453         * modules/unictype/category-Ll: New file.
11454         * modules/unictype/category-Lt: New file.
11455         * modules/unictype/category-Lm: New file.
11456         * modules/unictype/category-Lo: New file.
11457         * modules/unictype/category-M: New file.
11458         * modules/unictype/category-Mn: New file.
11459         * modules/unictype/category-Mc: New file.
11460         * modules/unictype/category-Me: New file.
11461         * modules/unictype/category-N: New file.
11462         * modules/unictype/category-Nd: New file.
11463         * modules/unictype/category-Nl: New file.
11464         * modules/unictype/category-No: New file.
11465         * modules/unictype/category-P: New file.
11466         * modules/unictype/category-Pc: New file.
11467         * modules/unictype/category-Pd: New file.
11468         * modules/unictype/category-Ps: New file.
11469         * modules/unictype/category-Pe: New file.
11470         * modules/unictype/category-Pi: New file.
11471         * modules/unictype/category-Pf: New file.
11472         * modules/unictype/category-Po: New file.
11473         * modules/unictype/category-S: New file.
11474         * modules/unictype/category-Sm: New file.
11475         * modules/unictype/category-Sc: New file.
11476         * modules/unictype/category-Sk: New file.
11477         * modules/unictype/category-So: New file.
11478         * modules/unictype/category-Z: New file.
11479         * modules/unictype/category-Zs: New file.
11480         * modules/unictype/category-Zl: New file.
11481         * modules/unictype/category-Zp: New file.
11482         * modules/unictype/category-C: New file.
11483         * modules/unictype/category-Cc: New file.
11484         * modules/unictype/category-Cf: New file.
11485         * modules/unictype/category-Cs: New file.
11486         * modules/unictype/category-Co: New file.
11487         * modules/unictype/category-Cn: New file.
11488         * modules/unictype/category-or: New file.
11489         * modules/unictype/category-of: New file.
11490         * modules/unictype/category-test: New file.
11491         * modules/unictype/category-test-withtable: New file.
11492         * modules/unictype/category-byname: New file.
11493         * modules/unictype/category-none: New file.
11494         * modules/unictype/category-and: New file.
11495         * modules/unictype/category-and-not: New file.
11496         * modules/unictype/category-name: New file.
11497         * modules/unictype/combining-class: New file.
11498         * modules/unictype/category-all: New file.
11499         * modules/unictype/bidicategory-all: New file.
11500         * modules/unictype/bidicategory-byname: New file.
11501         * modules/unictype/bidicategory-name: New file.
11502         * modules/unictype/bidicategory-of: New file.
11503         * modules/unictype/bidicategory-test: New file.
11504         * modules/unictype/decimal-digit: New file.
11505         * modules/unictype/digit: New file.
11506         * modules/unictype/numeric: New file.
11507         * modules/unictype/mirror: New file.
11508         * modules/unictype/property-white-space: New file.
11509         * modules/unictype/property-alphabetic: New file.
11510         * modules/unictype/property-other-alphabetic: New file.
11511         * modules/unictype/property-not-a-character: New file.
11512         * modules/unictype/property-default-ignorable-code-point: New file.
11513         * modules/unictype/property-other-default-ignorable-code-point: New
11514         file.
11515         * modules/unictype/property-deprecated: New file.
11516         * modules/unictype/property-logical-order-exception: New file.
11517         * modules/unictype/property-variation-selector: New file.
11518         * modules/unictype/property-private-use: New file.
11519         * modules/unictype/property-unassigned-code-value: New file.
11520         * modules/unictype/property-uppercase: New file.
11521         * modules/unictype/property-other-uppercase: New file.
11522         * modules/unictype/property-lowercase: New file.
11523         * modules/unictype/property-other-lowercase: New file.
11524         * modules/unictype/property-titlecase: New file.
11525         * modules/unictype/property-soft-dotted: New file.
11526         * modules/unictype/property-id-start: New file.
11527         * modules/unictype/property-other-id-start: New file.
11528         * modules/unictype/property-id-continue: New file.
11529         * modules/unictype/property-other-id-continue: New file.
11530         * modules/unictype/property-xid-start: New file.
11531         * modules/unictype/property-xid-continue: New file.
11532         * modules/unictype/property-pattern-white-space: New file.
11533         * modules/unictype/property-pattern-syntax: New file.
11534         * modules/unictype/property-join-control: New file.
11535         * modules/unictype/property-grapheme-base: New file.
11536         * modules/unictype/property-grapheme-extend: New file.
11537         * modules/unictype/property-other-grapheme-extend: New file.
11538         * modules/unictype/property-grapheme-link: New file.
11539         * modules/unictype/property-bidi-control: New file.
11540         * modules/unictype/property-bidi-left-to-right: New file.
11541         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
11542         * modules/unictype/property-bidi-arabic-right-to-left: New file.
11543         * modules/unictype/property-bidi-european-digit: New file.
11544         * modules/unictype/property-bidi-eur-num-separator: New file.
11545         * modules/unictype/property-bidi-eur-num-terminator: New file.
11546         * modules/unictype/property-bidi-arabic-digit: New file.
11547         * modules/unictype/property-bidi-common-separator: New file.
11548         * modules/unictype/property-bidi-block-separator: New file.
11549         * modules/unictype/property-bidi-segment-separator: New file.
11550         * modules/unictype/property-bidi-whitespace: New file.
11551         * modules/unictype/property-bidi-non-spacing-mark: New file.
11552         * modules/unictype/property-bidi-boundary-neutral: New file.
11553         * modules/unictype/property-bidi-pdf: New file.
11554         * modules/unictype/property-bidi-embedding-or-override: New file.
11555         * modules/unictype/property-bidi-other-neutral: New file.
11556         * modules/unictype/property-hex-digit: New file.
11557         * modules/unictype/property-ascii-hex-digit: New file.
11558         * modules/unictype/property-ideographic: New file.
11559         * modules/unictype/property-unified-ideograph: New file.
11560         * modules/unictype/property-radical: New file.
11561         * modules/unictype/property-ids-binary-operator: New file.
11562         * modules/unictype/property-ids-trinary-operator: New file.
11563         * modules/unictype/property-zero-width: New file.
11564         * modules/unictype/property-space: New file.
11565         * modules/unictype/property-non-break: New file.
11566         * modules/unictype/property-iso-control: New file.
11567         * modules/unictype/property-format-control: New file.
11568         * modules/unictype/property-dash: New file.
11569         * modules/unictype/property-hyphen: New file.
11570         * modules/unictype/property-punctuation: New file.
11571         * modules/unictype/property-line-separator: New file.
11572         * modules/unictype/property-paragraph-separator: New file.
11573         * modules/unictype/property-quotation-mark: New file.
11574         * modules/unictype/property-sentence-terminal: New file.
11575         * modules/unictype/property-terminal-punctuation: New file.
11576         * modules/unictype/property-currency-symbol: New file.
11577         * modules/unictype/property-math: New file.
11578         * modules/unictype/property-other-math: New file.
11579         * modules/unictype/property-paired-punctuation: New file.
11580         * modules/unictype/property-left-of-pair: New file.
11581         * modules/unictype/property-combining: New file.
11582         * modules/unictype/property-composite: New file.
11583         * modules/unictype/property-decimal-digit: New file.
11584         * modules/unictype/property-numeric: New file.
11585         * modules/unictype/property-diacritic: New file.
11586         * modules/unictype/property-extender: New file.
11587         * modules/unictype/property-ignorable-control: New file.
11588         * modules/unictype/property-test: New file.
11589         * modules/unictype/property-byname: New file.
11590         * modules/unictype/property-all: New file.
11591         * modules/unictype/scripts: New file.
11592         * modules/unictype/scripts-all: New file.
11593         * modules/unictype/block-of: New file.
11594         * modules/unictype/block-test: New file.
11595         * modules/unictype/block-list: New file.
11596         * modules/unictype/block-all: New file.
11597         * modules/unictype/syntax-c-whitespace: New file.
11598         * modules/unictype/syntax-java-whitespace: New file.
11599         * modules/unictype/syntax-c-ident: New file.
11600         * modules/unictype/syntax-java-ident: New file.
11601         * modules/unictype/ctype-alnum: New file.
11602         * modules/unictype/ctype-alpha: New file.
11603         * modules/unictype/ctype-cntrl: New file.
11604         * modules/unictype/ctype-digit: New file.
11605         * modules/unictype/ctype-graph: New file.
11606         * modules/unictype/ctype-lower: New file.
11607         * modules/unictype/ctype-print: New file.
11608         * modules/unictype/ctype-punct: New file.
11609         * modules/unictype/ctype-space: New file.
11610         * modules/unictype/ctype-upper: New file.
11611         * modules/unictype/ctype-xdigit: New file.
11612         * modules/unictype/ctype-blank: New file.
11613         * lib/unictype/bidi_byname.c: New file.
11614         * lib/unictype/bidi_name.c: New file.
11615         * lib/unictype/bidi_of.c: New file.
11616         * lib/unictype/bidi_test.c: New file.
11617         * lib/unictype/bitmap.h: New file.
11618         * lib/unictype/block_test.c: New file.
11619         * lib/unictype/blocks.c: New file.
11620         * lib/unictype/categ_C.c: New file.
11621         * lib/unictype/categ_Cc.c: New file.
11622         * lib/unictype/categ_Cf.c: New file.
11623         * lib/unictype/categ_Cn.c: New file.
11624         * lib/unictype/categ_Co.c: New file.
11625         * lib/unictype/categ_Cs.c: New file.
11626         * lib/unictype/categ_L.c: New file.
11627         * lib/unictype/categ_Ll.c: New file.
11628         * lib/unictype/categ_Lm.c: New file.
11629         * lib/unictype/categ_Lo.c: New file.
11630         * lib/unictype/categ_Lt.c: New file.
11631         * lib/unictype/categ_Lu.c: New file.
11632         * lib/unictype/categ_M.c: New file.
11633         * lib/unictype/categ_Mc.c: New file.
11634         * lib/unictype/categ_Me.c: New file.
11635         * lib/unictype/categ_Mn.c: New file.
11636         * lib/unictype/categ_N.c: New file.
11637         * lib/unictype/categ_Nd.c: New file.
11638         * lib/unictype/categ_Nl.c: New file.
11639         * lib/unictype/categ_No.c: New file.
11640         * lib/unictype/categ_P.c: New file.
11641         * lib/unictype/categ_Pc.c: New file.
11642         * lib/unictype/categ_Pd.c: New file.
11643         * lib/unictype/categ_Pe.c: New file.
11644         * lib/unictype/categ_Pf.c: New file.
11645         * lib/unictype/categ_Pi.c: New file.
11646         * lib/unictype/categ_Po.c: New file.
11647         * lib/unictype/categ_Ps.c: New file.
11648         * lib/unictype/categ_S.c: New file.
11649         * lib/unictype/categ_Sc.c: New file.
11650         * lib/unictype/categ_Sk.c: New file.
11651         * lib/unictype/categ_Sm.c: New file.
11652         * lib/unictype/categ_So.c: New file.
11653         * lib/unictype/categ_Z.c: New file.
11654         * lib/unictype/categ_Zl.c: New file.
11655         * lib/unictype/categ_Zp.c: New file.
11656         * lib/unictype/categ_Zs.c: New file.
11657         * lib/unictype/categ_and.c: New file.
11658         * lib/unictype/categ_and_not.c: New file.
11659         * lib/unictype/categ_byname.c: New file.
11660         * lib/unictype/categ_name.c: New file.
11661         * lib/unictype/categ_none.c: New file.
11662         * lib/unictype/categ_of.c: New file.
11663         * lib/unictype/categ_or.c: New file.
11664         * lib/unictype/categ_test.c: New file.
11665         * lib/unictype/combining.c: New file.
11666         * lib/unictype/ctype_alnum.c: New file.
11667         * lib/unictype/ctype_alpha.c: New file.
11668         * lib/unictype/ctype_blank.c: New file.
11669         * lib/unictype/ctype_cntrl.c: New file.
11670         * lib/unictype/ctype_digit.c: New file.
11671         * lib/unictype/ctype_graph.c: New file.
11672         * lib/unictype/ctype_lower.c: New file.
11673         * lib/unictype/ctype_print.c: New file.
11674         * lib/unictype/ctype_punct.c: New file.
11675         * lib/unictype/ctype_space.c: New file.
11676         * lib/unictype/ctype_upper.c: New file.
11677         * lib/unictype/ctype_xdigit.c: New file.
11678         * lib/unictype/decdigit.c: New file.
11679         * lib/unictype/digit.c: New file.
11680         * lib/unictype/identsyntaxmap.h: New file.
11681         * lib/unictype/mirror.c: New file.
11682         * lib/unictype/numeric.c: New file.
11683         * lib/unictype/pr_alphabetic.c: New file.
11684         * lib/unictype/pr_ascii_hex_digit.c: New file.
11685         * lib/unictype/pr_bidi_arabic_digit.c: New file.
11686         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
11687         * lib/unictype/pr_bidi_block_separator.c: New file.
11688         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
11689         * lib/unictype/pr_bidi_common_separator.c: New file.
11690         * lib/unictype/pr_bidi_control.c: New file.
11691         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
11692         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
11693         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
11694         * lib/unictype/pr_bidi_european_digit.c: New file.
11695         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
11696         * lib/unictype/pr_bidi_left_to_right.c: New file.
11697         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
11698         * lib/unictype/pr_bidi_other_neutral.c: New file.
11699         * lib/unictype/pr_bidi_pdf.c: New file.
11700         * lib/unictype/pr_bidi_segment_separator.c: New file.
11701         * lib/unictype/pr_bidi_whitespace.c: New file.
11702         * lib/unictype/pr_byname.c: New file.
11703         * lib/unictype/pr_byname.gperf: New file.
11704         * lib/unictype/pr_combining.c: New file.
11705         * lib/unictype/pr_composite.c: New file.
11706         * lib/unictype/pr_currency_symbol.c: New file.
11707         * lib/unictype/pr_dash.c: New file.
11708         * lib/unictype/pr_decimal_digit.c: New file.
11709         * lib/unictype/pr_default_ignorable_code_point.c: New file.
11710         * lib/unictype/pr_deprecated.c: New file.
11711         * lib/unictype/pr_diacritic.c: New file.
11712         * lib/unictype/pr_extender.c: New file.
11713         * lib/unictype/pr_format_control.c: New file.
11714         * lib/unictype/pr_grapheme_base.c: New file.
11715         * lib/unictype/pr_grapheme_extend.c: New file.
11716         * lib/unictype/pr_grapheme_link.c: New file.
11717         * lib/unictype/pr_hex_digit.c: New file.
11718         * lib/unictype/pr_hyphen.c: New file.
11719         * lib/unictype/pr_id_continue.c: New file.
11720         * lib/unictype/pr_id_start.c: New file.
11721         * lib/unictype/pr_ideographic.c: New file.
11722         * lib/unictype/pr_ids_binary_operator.c: New file.
11723         * lib/unictype/pr_ids_trinary_operator.c: New file.
11724         * lib/unictype/pr_ignorable_control.c: New file.
11725         * lib/unictype/pr_iso_control.c: New file.
11726         * lib/unictype/pr_join_control.c: New file.
11727         * lib/unictype/pr_left_of_pair.c: New file.
11728         * lib/unictype/pr_line_separator.c: New file.
11729         * lib/unictype/pr_logical_order_exception.c: New file.
11730         * lib/unictype/pr_lowercase.c: New file.
11731         * lib/unictype/pr_math.c: New file.
11732         * lib/unictype/pr_non_break.c: New file.
11733         * lib/unictype/pr_not_a_character.c: New file.
11734         * lib/unictype/pr_numeric.c: New file.
11735         * lib/unictype/pr_other_alphabetic.c: New file.
11736         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
11737         * lib/unictype/pr_other_grapheme_extend.c: New file.
11738         * lib/unictype/pr_other_id_continue.c: New file.
11739         * lib/unictype/pr_other_id_start.c: New file.
11740         * lib/unictype/pr_other_lowercase.c: New file.
11741         * lib/unictype/pr_other_math.c: New file.
11742         * lib/unictype/pr_other_uppercase.c: New file.
11743         * lib/unictype/pr_paired_punctuation.c: New file.
11744         * lib/unictype/pr_paragraph_separator.c: New file.
11745         * lib/unictype/pr_pattern_syntax.c: New file.
11746         * lib/unictype/pr_pattern_white_space.c: New file.
11747         * lib/unictype/pr_private_use.c: New file.
11748         * lib/unictype/pr_punctuation.c: New file.
11749         * lib/unictype/pr_quotation_mark.c: New file.
11750         * lib/unictype/pr_radical.c: New file.
11751         * lib/unictype/pr_sentence_terminal.c: New file.
11752         * lib/unictype/pr_soft_dotted.c: New file.
11753         * lib/unictype/pr_space.c: New file.
11754         * lib/unictype/pr_terminal_punctuation.c: New file.
11755         * lib/unictype/pr_test.c: New file.
11756         * lib/unictype/pr_titlecase.c: New file.
11757         * lib/unictype/pr_unassigned_code_value.c: New file.
11758         * lib/unictype/pr_unified_ideograph.c: New file.
11759         * lib/unictype/pr_uppercase.c: New file.
11760         * lib/unictype/pr_variation_selector.c: New file.
11761         * lib/unictype/pr_white_space.c: New file.
11762         * lib/unictype/pr_xid_continue.c: New file.
11763         * lib/unictype/pr_xid_start.c: New file.
11764         * lib/unictype/pr_zero_width.c: New file.
11765         * lib/unictype/scripts.c: New file.
11766         * lib/unictype/sy_c_ident.c: New file.
11767         * lib/unictype/sy_c_whitespace.c: New file.
11768         * lib/unictype/sy_java_ident.c: New file.
11769         * lib/unictype/sy_java_whitespace.c: New file.
11770
11771         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
11772         Unicode 5.0.0.
11773         * lib/unictype/blocks.h: Likewise.
11774         * lib/unictype/categ_C.h: Likewise.
11775         * lib/unictype/categ_Cc.h: Likewise.
11776         * lib/unictype/categ_Cf.h: Likewise.
11777         * lib/unictype/categ_Cn.h: Likewise.
11778         * lib/unictype/categ_Co.h: Likewise.
11779         * lib/unictype/categ_Cs.h: Likewise.
11780         * lib/unictype/categ_L.h: Likewise.
11781         * lib/unictype/categ_Ll.h: Likewise.
11782         * lib/unictype/categ_Lm.h: Likewise.
11783         * lib/unictype/categ_Lo.h: Likewise.
11784         * lib/unictype/categ_Lt.h: Likewise.
11785         * lib/unictype/categ_Lu.h: Likewise.
11786         * lib/unictype/categ_M.h: Likewise.
11787         * lib/unictype/categ_Mc.h: Likewise.
11788         * lib/unictype/categ_Me.h: Likewise.
11789         * lib/unictype/categ_Mn.h: Likewise.
11790         * lib/unictype/categ_N.h: Likewise.
11791         * lib/unictype/categ_Nd.h: Likewise.
11792         * lib/unictype/categ_Nl.h: Likewise.
11793         * lib/unictype/categ_No.h: Likewise.
11794         * lib/unictype/categ_P.h: Likewise.
11795         * lib/unictype/categ_Pc.h: Likewise.
11796         * lib/unictype/categ_Pd.h: Likewise.
11797         * lib/unictype/categ_Pe.h: Likewise.
11798         * lib/unictype/categ_Pf.h: Likewise.
11799         * lib/unictype/categ_Pi.h: Likewise.
11800         * lib/unictype/categ_Po.h: Likewise.
11801         * lib/unictype/categ_Ps.h: Likewise.
11802         * lib/unictype/categ_S.h: Likewise.
11803         * lib/unictype/categ_Sc.h: Likewise.
11804         * lib/unictype/categ_Sk.h: Likewise.
11805         * lib/unictype/categ_Sm.h: Likewise.
11806         * lib/unictype/categ_So.h: Likewise.
11807         * lib/unictype/categ_Z.h: Likewise.
11808         * lib/unictype/categ_Zl.h: Likewise.
11809         * lib/unictype/categ_Zp.h: Likewise.
11810         * lib/unictype/categ_Zs.h: Likewise.
11811         * lib/unictype/categ_of.h: Likewise.
11812         * lib/unictype/combining.h: Likewise.
11813         * lib/unictype/ctype_alnum.h: Likewise.
11814         * lib/unictype/ctype_alpha.h: Likewise.
11815         * lib/unictype/ctype_blank.h: Likewise.
11816         * lib/unictype/ctype_cntrl.h: Likewise.
11817         * lib/unictype/ctype_digit.h: Likewise.
11818         * lib/unictype/ctype_graph.h: Likewise.
11819         * lib/unictype/ctype_lower.h: Likewise.
11820         * lib/unictype/ctype_print.h: Likewise.
11821         * lib/unictype/ctype_punct.h: Likewise.
11822         * lib/unictype/ctype_space.h: Likewise.
11823         * lib/unictype/ctype_upper.h: Likewise.
11824         * lib/unictype/ctype_xdigit.h: Likewise.
11825         * lib/unictype/decdigit.h: Likewise.
11826         * lib/unictype/digit.h: Likewise.
11827         * lib/unictype/mirror.h: Likewise.
11828         * lib/unictype/numeric.h: Likewise.
11829         * lib/unictype/pr_alphabetic.h: Likewise.
11830         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
11831         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
11832         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
11833         * lib/unictype/pr_bidi_block_separator.h: Likewise.
11834         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
11835         * lib/unictype/pr_bidi_common_separator.h: Likewise.
11836         * lib/unictype/pr_bidi_control.h: Likewise.
11837         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
11838         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
11839         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
11840         * lib/unictype/pr_bidi_european_digit.h: Likewise.
11841         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
11842         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
11843         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
11844         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
11845         * lib/unictype/pr_bidi_pdf.h: Likewise.
11846         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
11847         * lib/unictype/pr_bidi_whitespace.h: Likewise.
11848         * lib/unictype/pr_combining.h: Likewise.
11849         * lib/unictype/pr_composite.h: Likewise.
11850         * lib/unictype/pr_currency_symbol.h: Likewise.
11851         * lib/unictype/pr_dash.h: Likewise.
11852         * lib/unictype/pr_decimal_digit.h: Likewise.
11853         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
11854         * lib/unictype/pr_deprecated.h: Likewise.
11855         * lib/unictype/pr_diacritic.h: Likewise.
11856         * lib/unictype/pr_extender.h: Likewise.
11857         * lib/unictype/pr_format_control.h: Likewise.
11858         * lib/unictype/pr_grapheme_base.h: Likewise.
11859         * lib/unictype/pr_grapheme_extend.h: Likewise.
11860         * lib/unictype/pr_grapheme_link.h: Likewise.
11861         * lib/unictype/pr_hex_digit.h: Likewise.
11862         * lib/unictype/pr_hyphen.h: Likewise.
11863         * lib/unictype/pr_id_continue.h: Likewise.
11864         * lib/unictype/pr_id_start.h: Likewise.
11865         * lib/unictype/pr_ideographic.h: Likewise.
11866         * lib/unictype/pr_ids_binary_operator.h: Likewise.
11867         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
11868         * lib/unictype/pr_ignorable_control.h: Likewise.
11869         * lib/unictype/pr_iso_control.h: Likewise.
11870         * lib/unictype/pr_join_control.h: Likewise.
11871         * lib/unictype/pr_left_of_pair.h: Likewise.
11872         * lib/unictype/pr_line_separator.h: Likewise.
11873         * lib/unictype/pr_logical_order_exception.h: Likewise.
11874         * lib/unictype/pr_lowercase.h: Likewise.
11875         * lib/unictype/pr_math.h: Likewise.
11876         * lib/unictype/pr_non_break.h: Likewise.
11877         * lib/unictype/pr_not_a_character.h: Likewise.
11878         * lib/unictype/pr_numeric.h: Likewise.
11879         * lib/unictype/pr_other_alphabetic.h: Likewise.
11880         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
11881         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
11882         * lib/unictype/pr_other_id_continue.h: Likewise.
11883         * lib/unictype/pr_other_id_start.h: Likewise.
11884         * lib/unictype/pr_other_lowercase.h: Likewise.
11885         * lib/unictype/pr_other_math.h: Likewise.
11886         * lib/unictype/pr_other_uppercase.h: Likewise.
11887         * lib/unictype/pr_paired_punctuation.h: Likewise.
11888         * lib/unictype/pr_paragraph_separator.h: Likewise.
11889         * lib/unictype/pr_pattern_syntax.h: Likewise.
11890         * lib/unictype/pr_pattern_white_space.h: Likewise.
11891         * lib/unictype/pr_private_use.h: Likewise.
11892         * lib/unictype/pr_punctuation.h: Likewise.
11893         * lib/unictype/pr_quotation_mark.h: Likewise.
11894         * lib/unictype/pr_radical.h: Likewise.
11895         * lib/unictype/pr_sentence_terminal.h: Likewise.
11896         * lib/unictype/pr_soft_dotted.h: Likewise.
11897         * lib/unictype/pr_space.h: Likewise.
11898         * lib/unictype/pr_terminal_punctuation.h: Likewise.
11899         * lib/unictype/pr_titlecase.h: Likewise.
11900         * lib/unictype/pr_unassigned_code_value.h: Likewise.
11901         * lib/unictype/pr_unified_ideograph.h: Likewise.
11902         * lib/unictype/pr_uppercase.h: Likewise.
11903         * lib/unictype/pr_variation_selector.h: Likewise.
11904         * lib/unictype/pr_white_space.h: Likewise.
11905         * lib/unictype/pr_xid_continue.h: Likewise.
11906         * lib/unictype/pr_xid_start.h: Likewise.
11907         * lib/unictype/pr_zero_width.h: Likewise.
11908         * lib/unictype/scripts.h: Likewise.
11909         * lib/unictype/scripts_byname.gperf: Likewise.
11910         * lib/unictype/sy_c_ident.h: Likewise.
11911         * lib/unictype/sy_c_whitespace.h: Likewise.
11912         * lib/unictype/sy_java_ident.h: Likewise.
11913         * lib/unictype/sy_java_whitespace.h: Likewise.
11914
11915         * lib/unictype/Makefile: New file.
11916         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
11917         glibc.
11918         * lib/unictype/3level.h: New file, copied from glibc.
11919         * lib/unictype/3levelbit.h: New file.
11920
11921 2007-11-11  Bruno Haible  <bruno@clisp.org>
11922
11923         * modules/gperf: New file.
11924         * modules/iconv_open (Depends-on): Add it.
11925         (Makefile.am): Remove the GPERF definition.
11926
11927 2007-11-11  Bruno Haible  <bruno@clisp.org>
11928
11929         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
11930         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
11931
11932 2007-11-11  Bruno Haible  <bruno@clisp.org>
11933
11934         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
11935         (usage): Remove function.
11936
11937 2007-11-11  Bruno Haible  <bruno@clisp.org>
11938
11939         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
11940         gl_FUNC_CEILF_LIBS.
11941         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
11942         gl_FUNC_CEIL_LIBS.
11943         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
11944         gl_FUNC_CEILL_LIBS.
11945         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
11946         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
11947         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
11948
11949 2007-11-11  Bruno Haible  <bruno@clisp.org>
11950
11951         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
11952         roundf were declared but do not exist on functions.
11953         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
11954         roundl were declared but do not exist on functions.
11955         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
11956         HAVE_FLOORL_AND_CEILL, respectively.
11957         Needed for Sun C on Solaris 10.
11958
11959 2007-11-11  Bruno Haible  <bruno@clisp.org>
11960
11961         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
11962         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
11963         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
11964         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
11965         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
11966         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
11967         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
11968         HAVE_DECL_ROUNDF.
11969         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
11970         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
11971         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
11972         of HAVE_DECL_ROUND*.
11973         * modules/math (Makefile.am): Update.
11974
11975 2007-11-10  Bruno Haible  <bruno@clisp.org>
11976
11977         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
11978         ptrdiff_t as m4/intl.m4.
11979
11980 2007-11-10  Jim Meyering  <meyering@redhat.com>
11981
11982         Avoid link failure for the argmatch test.
11983         * tests/test-argmatch.c (usage): Define function to avoid a link
11984         failure: argmatch_die requires a usage function.
11985
11986 2007-11-09  Bruno Haible  <bruno@clisp.org>
11987
11988         * doc/functions/snprintf.texi: Mention BeOS deficiency.
11989         * doc/functions/vsnprintf.texi: Likewise.
11990         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
11991         with a size argument < 2.
11992
11993 2007-11-09  Bruno Haible  <bruno@clisp.org>
11994
11995         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
11996         buffer. Fixes an inefficiency introduced on 2007-11-03.
11997
11998 2007-11-09  Bruno Haible  <bruno@clisp.org>
11999
12000         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
12001         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
12002
12003 2007-11-08  Jim Meyering  <meyering@redhat.com>
12004
12005         Change cache variable name prefix "jm_" to "gl_" everywhere.
12006         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
12007         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
12008         * m4/uptime.m4: s/gl_/jm_/
12009
12010 2007-11-07  Bruno Haible  <bruno@clisp.org>
12011
12012         Update to GNU gettext 0.17.
12013         * m4/intl.m4: Update to GNU gettext 0.17.
12014         * m4/po.m4: Likewise.
12015         * modules/gettext (Files): Remove m4/ulonglong.m4.
12016         (configure.ac): Require gettext infrastructure from version 0.17.
12017
12018 2007-11-06  Bruno Haible  <bruno@clisp.org>
12019
12020         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
12021         symbolic values are not defined in a public header.
12022         * lib/freadable.c (freadable) [QNX]: Likewise.
12023         * lib/freadahead.c (freadahead) [QNX]: Likewise.
12024         * lib/freading.c (freading) [QNX]: Likewise.
12025         * lib/fseterr.c (fseterr) [QNX]: Likewise.
12026         * lib/fwritable.c (fwritable) [QNX]: Likewise.
12027         * lib/fwriting.c (fwriting) [QNX]: Likewise.
12028         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
12029         Reported by Alain Magloire.
12030
12031         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
12032
12033 2007-11-05  Bruno Haible  <bruno@clisp.org>
12034
12035         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
12036         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
12037         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
12038         Reported by Eric Blake.
12039
12040 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12041             Bruno Haible  <bruno@clisp.org>
12042
12043         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
12044         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
12045         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
12046         (malloc): Undefine also before including <stdlib.h>.
12047         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
12048         Needed on OSF/1 4.0.
12049
12050 2007-11-05  Jim Meyering  <meyering@redhat.com>
12051
12052         git-version-gen: sync from coreutils.
12053         * build-aux/git-version-gen: Add comments.
12054         Change the first '-' to '.' in the snapshot version string,
12055         e.g., 6.9-377-08144 -> 6.9.377-08144
12056         Remove first parameter.
12057         Don't declare a version "-dirty" merely because a time
12058         stamp has changed.
12059
12060 2007-11-04  Bruno Haible  <bruno@clisp.org>
12061
12062         * lib/lock.h: Protect all macro definitions containing an 'if'
12063         statement through a "do { ... } while (0)".
12064         * lib/tls.h: Likewise.
12065
12066 2007-11-04  Bruno Haible  <bruno@clisp.org>
12067
12068         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
12069
12070 2007-11-04  Bruno Haible  <bruno@clisp.org>
12071
12072         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
12073         * modules/fprintf-posix (Depends-on): Add nocrash.
12074         * modules/snprintf-posix (Depends-on): Likewise.
12075         * modules/sprintf-posix (Depends-on): Likewise.
12076         * modules/vasnprintf-posix (Depends-on): Likewise.
12077         * modules/vasprintf-posix (Depends-on): Likewise.
12078         * modules/vfprintf-posix (Depends-on): Likewise.
12079         * modules/vsnprintf-posix (Depends-on): Likewise.
12080         * modules/vsprintf-posix (Depends-on): Likewise.
12081         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
12082         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12083         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12084         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12085         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12086         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12087         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12088
12089 2007-11-04  Bruno Haible  <bruno@clisp.org>
12090
12091         * modules/nocrash: New file.
12092         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
12093         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
12094
12095 2007-11-04  Bruno Haible  <bruno@clisp.org>
12096
12097         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
12098         precision handling.
12099         * tests/test-vasprintf-posix.c (test_function): Likewise.
12100         * tests/test-snprintf-posix.h (test_function): Likewise.
12101         * tests/test-sprintf-posix.h (test_function): Likewise.
12102
12103         Fix *printf behaviour for large precisions on mingw and BeOS.
12104         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
12105         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
12106         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
12107         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12108         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12109         gl_PRINTF_PRECISION and test its result. Invoke
12110         gl_PREREQ_VASNPRINTF_PRECISION.
12111         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12112         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12113         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12114         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12115         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12116         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12117         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12118         * doc/functions/fprintf.texi: Update.
12119         * doc/functions/printf.texi: Update.
12120         * doc/functions/snprintf.texi: Update.
12121         * doc/functions/sprintf.texi: Update.
12122         * doc/functions/vfprintf.texi: Update.
12123         * doc/functions/vprintf.texi: Update.
12124         * doc/functions/vsnprintf.texi: Update.
12125         * doc/functions/vsprintf.texi: Update.
12126
12127 2007-11-04  Bruno Haible  <bruno@clisp.org>
12128
12129         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
12130
12131 2007-11-04  Bruno Haible  <bruno@clisp.org>
12132
12133         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
12134         Reported by Sylvain Beucler <beuc@gnu.org>.
12135
12136 2007-11-03  Bruno Haible  <bruno@clisp.org>
12137
12138         * tests/test-fprintf-posix2.sh: New file.
12139         * tests/test-fprintf-posix2.c: New file.
12140         * modules/fprintf-posix-tests (Files): Add them.
12141         (TESTS): Add test-fprintf-posix2.sh.
12142         (configure.ac): Check for getrlimit and setrlimit.
12143         (check_PROGRAMS): Add test-fprintf-posix2.
12144
12145         * tests/test-printf-posix2.sh: New file.
12146         * tests/test-printf-posix2.c: New file.
12147         * modules/printf-posix-tests (Files): Add them.
12148         (TESTS): Add test-printf-posix2.sh.
12149         (configure.ac): Check for getrlimit and setrlimit.
12150         (check_PROGRAMS): Add test-printf-posix2.
12151
12152         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
12153         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
12154         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
12155         (decode_double): New function, copied from decode_long_double.
12156         (scale10_round_decimal_decoded): New function, extracted from
12157         scale10_round_decimal_long_double.
12158         (scale10_round_decimal_long_double): Use it.
12159         (scale10_round_decimal_double): New function.
12160         (floorlog10): New function.
12161         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
12162         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
12163         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12164         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12165         gl_PRINTF_ENOMEM and test its result. Invoke
12166         gl_PREREQ_VASNPRINTF_ENOMEM.
12167         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12168         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12169         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12170         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12171         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12172         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12173         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12174         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
12175         * modules/snprintf-posix (Depends-on): Likewise.
12176         * modules/sprintf-posix (Depends-on): Likewise.
12177         * modules/vasnprintf-posix (Depends-on): Likewise.
12178         * modules/vasprintf-posix (Depends-on): Likewise.
12179         * modules/vfprintf-posix (Depends-on): Likewise.
12180         * modules/vsnprintf-posix (Depends-on): Likewise.
12181         * modules/vsprintf-posix (Depends-on): Likewise.
12182         * doc/functions/fprintf.texi: Update.
12183         * doc/functions/printf.texi: Update.
12184         * doc/functions/snprintf.texi: Update.
12185         * doc/functions/sprintf.texi: Update.
12186         * doc/functions/vfprintf.texi: Update.
12187         * doc/functions/vprintf.texi: Update.
12188         * doc/functions/vsnprintf.texi: Update.
12189         * doc/functions/vsprintf.texi: Update.
12190
12191 2007-11-03  Bruno Haible  <bruno@clisp.org>
12192
12193         * modules/frexp-nolibm-tests: New file.
12194
12195         * modules/frexp-nolibm: New file.
12196         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
12197
12198 2007-11-03  Bruno Haible  <bruno@clisp.org>
12199
12200         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
12201         value is C99 compliant.
12202         Needed for OSF/1 5.1.
12203
12204 2007-11-03  Bruno Haible  <bruno@clisp.org>
12205
12206         Fix out-of-memory handling of vasnprintf.
12207         * lib/printf-parse.c: Include <errno.h>.
12208         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
12209         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
12210         is already set.
12211
12212 2007-11-02  Eric Blake  <ebb9@byu.net>
12213
12214         Fix tests on cygwin.
12215         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
12216
12217 2007-11-01  Bruno Haible  <bruno@clisp.org>
12218
12219         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
12220         warning.
12221         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
12222         needed for POSIX compatibility.
12223
12224 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
12225
12226         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
12227         for compatibility with GNU.
12228
12229 2007-11-01  Bruno Haible  <bruno@clisp.org>
12230
12231         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
12232         (putenv): Renamed from rpl_putenv. Change argument type from
12233         'const char *' to 'char *'.
12234         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
12235         of defining putenv in config.h, just set REPLACE_PUTENV.
12236         * modules/putenv (Depends-on): Add stdlib.
12237         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12238         (Include): Use <stdlib.h>.
12239         * lib/stdlib.in.h (putenv): New declaration.
12240         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
12241         REPLACE_PUTENV.
12242         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
12243         REPLACE_PUTENV.
12244         Needed for MacOS X 10.5.0.
12245         Reported by Peter O'Gorman <peter@pogma.com>.
12246
12247 2007-11-01  Jim Meyering  <meyering@redhat.com>
12248
12249         Treat an empty date string exactly like "0".
12250         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
12251         if the remaining date string (to be parsed) is empty, use "0".
12252         Reported by Mischa Molhoek and discussed in this thread:
12253         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
12254
12255 2007-10-31  Bruno Haible  <bruno@clisp.org>
12256
12257         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
12258         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
12259         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
12260         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
12261         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
12262         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
12263
12264 2007-10-31  Bruno Haible  <bruno@clisp.org>
12265
12266         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
12267         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
12268         (AC_TYPE_LONG_LONG_INT): Use it.
12269         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
12270         it as well.
12271         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
12272         to m4/longlong.m4.
12273         * modules/stdint (Files): Remove m4/ulonglong.m4.
12274         * modules/strtoull (Files): Use m4/longlong.m4 instead of
12275         m4/ulonglong.m4.
12276         * modules/strtoumax (Files): Likewise.
12277
12278 2007-10-30  Bruno Haible  <bruno@clisp.org>
12279
12280         * modules/xvasprintf-posix: New file.
12281         Suggested by Eric Blake.
12282
12283 2007-10-30  Bruno Haible  <bruno@clisp.org>
12284
12285         * modules/xprintf-posix-tests: New file.
12286         * tests/test-xprintf-posix.sh: New file.
12287         * tests/test-xprintf-posix.c: New file.
12288         * tests/test-xfprintf-posix.c: New file.
12289
12290         * modules/xprintf-posix: New file.
12291
12292 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12293
12294         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
12295         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
12296         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
12297
12298 2007-10-29  Bruno Haible  <bruno@clisp.org>
12299
12300         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
12301         contain the special marker '_cv_'.
12302         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
12303         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
12304         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
12305         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
12306         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
12307         Reported by Ralf Wildenhues.
12308
12309 2007-10-29  Bruno Haible  <bruno@clisp.org>
12310
12311         * gnulib-tool (func_import): When --lgpl is not specified, set
12312         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
12313         GPLv3.
12314         Reported by Simon Josefsson.
12315
12316 2007-10-28  Bruno Haible  <bruno@clisp.org>
12317
12318         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
12319         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
12320         HAVE_DECL_ISFINITE.
12321         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
12322         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
12323         HAVE_DECL_ISFINITE.
12324
12325 2007-10-28  Bruno Haible  <bruno@clisp.org>
12326
12327         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
12328         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
12329
12330 2007-10-28  Bruno Haible  <bruno@clisp.org>
12331
12332         Fix link errors with Sun C 5.0 on Solaris 10.
12333         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
12334         function is declared but not present in the compiler's libm.
12335         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
12336         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
12337         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
12338         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
12339         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
12340         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
12341         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
12342         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
12343         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
12344         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
12345         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
12346         HAVE_DECL_FLOORL.
12347
12348 2007-10-28  Bruno Haible  <bruno@clisp.org>
12349
12350         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
12351         gl_FUNC_FLOORL. Cache the result.
12352         (gl_FUNC_FLOORL): Use it.
12353         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
12354         gl_FUNC_CEILL. Cache the result.
12355         (gl_FUNC_CEILL): Use it.
12356
12357         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
12358         gl_FUNC_FLOOR. Cache the result.
12359         (gl_FUNC_FLOOR): Use it.
12360         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
12361         gl_FUNC_CEIL. Cache the result.
12362         (gl_FUNC_CEIL): Use it.
12363
12364         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
12365         gl_FUNC_FLOORF. Cache the result.
12366         (gl_FUNC_FLOORF): Use it.
12367         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
12368         gl_FUNC_CEILF. Cache the result.
12369         (gl_FUNC_CEILF): Use it.
12370
12371 2007-10-28  Bruno Haible  <bruno@clisp.org>
12372
12373         * gnulib-tool: Allow specifying the LGPL version number through
12374         --lgpl=2 or --lgpl=3.
12375         (func_usage): Document --lgpl with argument.
12376         Handle --lgpl=... arguments.
12377         (func_import): Recognize also gl_LGPL calls with an argument. When
12378         --lgpl=2 is used and the module's license is just LGPL, report an
12379         error. Set sed_transform_lib_file according to the lgpl variable. In
12380         the generated files, use --lgpl or gl_LGPL invocations with argument,
12381         if necessary.
12382         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
12383         an LGPv2+ license.
12384         * doc/gnulib-tool.texi (Modified imports): Update explanation of
12385         gl_LGPL macro.
12386
12387 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12388             Bruno Haible  <bruno@clisp.org>
12389
12390         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
12391         (u16_uctomb_aux): Likewise.
12392         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
12393         !HAVE_INLINE.
12394         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
12395
12396 2007-10-28  Bruno Haible  <bruno@clisp.org>
12397
12398         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
12399         Invoke AM_GETTEXT_OPTION if it exists.
12400         * modules/vasprintf: Likewise.
12401         * modules/verror: Likewise.
12402         * modules/xprintf: Likewise.
12403         * modules/xvasprintf: Likewise.
12404
12405 2007-10-27  Ben Pfaff  <blp@gnu.org>
12406
12407         * lib/math.in.h: Define isfinite macro and prototypes for
12408         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
12409         implementations.
12410         * m4/math_h.m4: New substitutions for isfinite module.
12411         * lib/isfinite.c: New file.
12412         * m4/isfinite.m4: New file.
12413         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
12414         * modules/isfinite: New file.
12415         * modules/isfinite-tests: New file.
12416         * tests/tests-isfinite.c: New file.
12417         * doc/functions/isfinite.texi: Mention isfinite module.
12418         * MODULES.html.sh: Mention new module.
12419
12420 2007-10-27  Ben Pfaff  <blp@gnu.org>
12421
12422         Ralf Wildenhues reported that Tru64 4.0D declares the round
12423         functions but does not have definitions.
12424         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
12425         cannot be found in any library, set the output variable to
12426         "missing" instead of "".
12427         * m4/round.m4: Also use our substitute if we cannot find round in
12428         any library, even if it is declared.
12429         * m4/roundf.m4: Likewise for roundf.
12430         * m4/roundl.m4: Likewise for roundl.
12431         * lib/math.in.h: Undefine roundf, round, roundl before defining
12432         their replacements, to allow for hypothetical systems where these
12433         may be defined as macros but not available in libraries.
12434
12435 2007-10-27  Bruno Haible  <bruno@clisp.org>
12436
12437         * doc/gnulib.texi: Invoke @firstparagraphindent.
12438         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
12439         changes in gnulib.
12440         (Source changes): New section.
12441
12442 2007-10-26  Bruno Haible  <bruno@clisp.org>
12443
12444         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
12445         borrowed from autoconf.
12446
12447 2007-10-26  Bruno Haible  <bruno@clisp.org>
12448
12449         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
12450         strerror returned the empty string. Needed on HP-UX 11.00.
12451
12452 2007-10-24  Micah Cowan  <micah@cowan.name>
12453
12454         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
12455         * build-aux/bootstrap: Remove support for now-unnecessary option,
12456         --cvs-user, and envvars CVS_USER, CVS_RSH.
12457
12458 2007-10-24  Jim Meyering  <meyering@redhat.com>
12459
12460         Avoid diagnostics from sha1sum when there is no cached checksum.
12461         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
12462         if the po.s1 file hasn't been created yet.
12463
12464         * build-aux/bootstrap: Sync from coreutils:
12465         2007-10-24  Jim Meyering  <meyering@redhat.com>
12466         Get gnulib from the git repository, not from an obsolete cvs one.
12467         * build-aux/bootstrap: Suggestion from Micah Cowan.
12468         2007-10-04  Jim Meyering  <jim@meyering.net>
12469         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
12470         (update_po_files): Work also when there are no .po files in po/.
12471
12472 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12473
12474         * README: Append ".git" to git and cg examples.
12475         Problem reported by Benoit Sigoure.
12476
12477 2007-10-23  Micah Cowan  <micah@cowan.name>
12478
12479         * users.txt: Add wget.
12480
12481 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12482
12483         Fix linking of some unistdio tests on FreeBSD.
12484         * modules/unistdio/u16-vsnprintf-tests
12485         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
12486         * modules/unistdio/u16-vsprintf-tests
12487         (test_u16_vsnprintf1_LDADD): Likewise.
12488         * modules/unistdio/u32-vsnprintf-tests
12489         (test_u32_vsnprintf1_LDADD): Likewise.
12490         * modules/unistdio/u32-vsprintf-tests
12491         (test_u32_vsprintf1_LDADD): Likewise.
12492         * modules/unistdio/u8-vsnprintf-tests
12493         (test_u8_vsnprintf1_LDADD): Likewise.
12494         * modules/unistdio/u8-vsprintf-tests
12495         (test_u8_vsprintf1_LDADD): Likewise.
12496         * modules/unistdio/ulc-vsnprintf-tests
12497         (test_ulc_vsnprintf1_LDADD): Likewise.
12498         * modules/unistdio/ulc-vsprintf-tests
12499         (test_ulc_vsprintf1_LDADD): Likewise.
12500
12501         Fix linking of some uniconv tests on FreeBSD.
12502         * modules/uniconv/u16-conv-from-enc-tests
12503         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
12504         * modules/uniconv/u16-conv-to-enc-tests
12505         (test_u16_conv_to_enc_LDADD): Likewise.
12506         * modules/uniconv/u16-strconv-from-enc-tests
12507         (test_u16_strconv_from_enc_LDADD): Likewise.
12508         * modules/uniconv/u16-strconv-to-enc-tests
12509         (test_u16_strconv_to_enc_LDADD): Likewise.
12510         * modules/uniconv/u32-conv-from-enc-tests
12511         (test_u32_conv_from_enc_LDADD): Likewise.
12512         * modules/uniconv/u32-conv-to-enc-tests
12513         (test_u32_conv_to_enc_LDADD): Likewise.
12514         * modules/uniconv/u32-strconv-from-enc-tests
12515         (test_u32_strconv_from_enc_LDADD): Likewise.
12516         * modules/uniconv/u32-strconv-to-enc-tests
12517         (test_u32_strconv_to_enc_LDADD): Likewise.
12518         * modules/uniconv/u8-conv-from-enc-tests
12519         (test_u8_conv_from_enc_LDADD): Likewise.
12520         * modules/uniconv/u8-conv-to-enc-tests
12521         (test_u8_conv_to_enc_LDADD): Likewise.
12522         * modules/uniconv/u8-strconv-from-enc-tests
12523         (test_u8_strconv_from_enc_LDADD): Likewise.
12524         * modules/uniconv/u8-strconv-to-enc-tests
12525         (test_u8_strconv_to_enc_LDADD): Likewise.
12526
12527 2007-10-22  Bruno Haible  <bruno@clisp.org>
12528
12529         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
12530         size.
12531
12532 2007-10-22  Eric Blake  <ebb9@byu.net>
12533
12534         Tweak x*printf documentation.
12535         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
12536         variable name and comments.
12537         Suggested by Bruno Haible.
12538
12539 2007-10-22  Bruno Haible  <bruno@clisp.org>
12540
12541         * lib/acl.c (copy_acl): Fix file name in comment.
12542
12543 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
12544
12545         Fix Tru64 problem with stdbool.h.
12546         * lib/stdbool.in.h (false, true):
12547         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
12548         Don't declare as an enum in this situation; it runs afoul of Tru64.
12549         Problem reported by Steven M. Schweda in
12550         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
12551
12552 2007-10-22  Eric Blake  <ebb9@byu.net>
12553
12554         Also wrap vf?printf.
12555         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
12556         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
12557         (xvprintf, xvfprintf): New functions.
12558
12559 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12560
12561         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
12562         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
12563
12564         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
12565         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
12566
12567 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
12568
12569         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
12570         by Bruno Haible.
12571
12572 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12573
12574         * lib/getloadavg.c
12575         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
12576         Undef `sys' after including sys/table.h, for Tru64 4.0D.
12577
12578         * tests/test-i-ring.c: Work for C89.
12579
12580 2007-10-22  Bruno Haible  <bruno@clisp.org>
12581
12582         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
12583         -1u, in preprocessor expression, so that we don't test for the bug
12584         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
12585         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
12586
12587 2007-10-22  Eric Blake  <ebb9@byu.net>
12588
12589         * tests/test-yesno.sh: Silence stderr during test.
12590
12591 2007-10-22  Simon Josefsson  <simon@josefsson.org>
12592
12593         * modules/crypto/gc-camellia: New file.
12594
12595         * m4/gc-camellia.m4: New file.
12596
12597         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
12598
12599         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
12600
12601 2007-10-22  Simon Josefsson  <simon@josefsson.org>
12602
12603         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
12604         --help to stdout.  Reported by sms@antinode.org (Steven
12605         M. Schweda).
12606
12607 2007-10-22  Simon Josefsson  <simon@josefsson.org>
12608
12609         * users.txt: Fix link to libksba.
12610
12611 2007-10-21  Ben Pfaff  <blp@gnu.org>
12612
12613         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
12614         round.c roundf implementation that depends on floorf and ceilf to
12615         be tested unconditionally.
12616
12617 2007-10-21  Ben Pfaff  <blp@gnu.org>
12618
12619         * m4/check-libm-func.m4: Removed.
12620         * m4/check-math-lib.m4: New file.
12621         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
12622         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
12623         definition and lack of AC_LIBOBJ([roundf]).
12624         * m4/roundl.m4: Ditto, and similarly for roundl.
12625         * modules/round: Reference new m4 file.
12626         * modules/roundf: Ditto.
12627         * modules/roundl: Ditto.
12628         * tests/test-round2.c (main): Use ROUND instead of round.
12629         Bug report from Bruno Haible.
12630
12631 2007-10-21  Bruno Haible  <bruno@clisp.org>
12632
12633         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
12634         context.
12635
12636 2007-10-21  Bruno Haible  <bruno@clisp.org>
12637
12638         * tests/test-wcwidth.c (main): Allow negative result for some control
12639         characters.
12640
12641         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
12642         Needed on OSF/1 5.1.
12643
12644 2007-10-21  Bruno Haible  <bruno@clisp.org>
12645
12646         * tests/test-floorf1.c: Include isnanf.h.
12647         (main): Use isnanf() instead of isnan().
12648         * tests/test-ceilf1.c: Include isnanf.h.
12649         (main): Use isnanf() instead of isnan().
12650         * tests/test-truncf1.c: Include isnanf.h.
12651         (main): Use isnanf() instead of isnan().
12652         * tests/test-roundf1.c: Include isnanf.h.
12653         (main): Use isnanf() instead of isnan().
12654
12655 2007-10-21  Eric Blake  <ebb9@byu.net>
12656
12657         * users.txt: Update URL for m4.
12658
12659 2007-10-21  Bruno Haible  <bruno@clisp.org>
12660
12661         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
12662
12663 2007-10-21  Bruno Haible  <bruno@clisp.org>
12664
12665         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
12666         Git's management files if the CVS files are not present.
12667
12668 2007-10-20  Bruno Haible  <bruno@clisp.org>
12669
12670         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
12671         gcc-3.4.x.
12672
12673 2007-10-20  Ben Pfaff  <blp@gnu.org>
12674
12675         * lib/math.in.h: Declare round, roundf, roundl if we are providing
12676         implementations.
12677         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
12678         * lib/round.c: New file.
12679         * lib/roundf.c: New file.
12680         * lib/roundl.c: New file.
12681         * m4/round.m4: New file.
12682         * m4/roundf.m4: New file.
12683         * m4/roundl.m4: New file.
12684         * m4/check-libm-func-m4: New file.
12685         * modules/math: Replace round, roundf, roundl related @VARS@ in
12686         math.in.h.
12687         * modules/round: New file.
12688         * modules/round-tests: New file.
12689         * modules/roundf: New file.
12690         * modules/roundf-tests: New file.
12691         * modules/roundl: New file.
12692         * modules/roundl-tests: New file.
12693         * tests/test-round1.c: New file.
12694         * tests/test-round2.c: New file.
12695         * tests/test-roundf1.c: New file.
12696         * tests/test-roundf2.c: New file.
12697         * tests/test-roundl.c: New file.
12698         * doc/functions/round.texi: Mention round module.
12699         * doc/functions/roundf.texi: Mention roundf module.
12700         * doc/functions/roundl.texi: Mention roundl module.
12701         * MODULES.html.sh: Mention new modules.
12702         Thanks to Bruno Haible for suggestions.
12703
12704 2007-10-20  Jim Meyering  <meyering@redhat.com>
12705
12706         * lib/xprintf.c: Include <config.h> unconditionally.
12707
12708         Change xprintf's license to GPL.
12709         * modules/xprintf (License): s/LGPL/GPL/, since this module
12710         depends on modules (exit and exitfail) which are GPL.
12711         Suggestion from Bruno Haible.
12712
12713         xprintf fixes.
12714         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
12715         Use a clearer diagnostic.
12716         Patch from Bruno Haible.
12717
12718 2007-10-20  Bruno Haible  <bruno@clisp.org>
12719
12720         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
12721         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
12722         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12723
12724 2007-10-20  Bruno Haible  <bruno@clisp.org>
12725
12726         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
12727         precision in the comparison result > x - 1 or similar.
12728         * tests/test-ceilf2.c (correct_result_p): Likewise.
12729         * tests/test-truncf2.c (correct_result_p): Likewise.
12730         * tests/test-trunc2.c (correct_result_p): Likewise.
12731         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12732
12733 2007-10-20  Bruno Haible  <bruno@clisp.org>
12734
12735         * modules/ceil: New file.
12736         * m4/ceil.m4: New file.
12737         * doc/functions/ceil.texi: Mention the 'ceil' module.
12738
12739 2007-10-20  Bruno Haible  <bruno@clisp.org>
12740
12741         * modules/floor: New file.
12742         * m4/floor.m4: New file.
12743         * doc/functions/floor.texi: Mention the 'floor' module.
12744
12745 2007-10-20  Bruno Haible  <bruno@clisp.org>
12746
12747         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
12748         of %a.
12749         * modules/floorf-tests (Depends-on): Likewise.
12750         * modules/truncf-tests (Depends-on): Likewise.
12751         * modules/trunc-tests (Depends-on): Likewise.
12752         Reported by Ben Pfaff.
12753
12754 2007-10-19  Jim Meyering  <meyering@redhat.com>
12755
12756         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
12757         Don't bother testing specific errno values.  Just test ferror.
12758
12759         New module: xprintf
12760         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
12761
12762 2007-10-19  Bruno Haible  <bruno@clisp.org>
12763
12764         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
12765         syntax.
12766         * modules/javaexec (Makefile.am): Likewise.
12767         * modules/relocatable-prog (Makefile.am): Likewise.
12768         Suggested by Jim Meyering.
12769
12770 2007-10-18  Bruno Haible  <bruno@clisp.org>
12771
12772         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
12773         Reported by Jim Meyering.
12774
12775 2007-10-18  Eric Blake  <ebb9@byu.net>
12776
12777         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
12778
12779 2007-10-18  Bruno Haible  <bruno@clisp.org>
12780
12781         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
12782         the format string into writable memory. Needed in Fortify conditions.
12783
12784 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
12785             Bruno Haible  <bruno@clisp.org>
12786
12787         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
12788         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
12789         * modules/trim (Depends-on): Add mbchar.
12790         (configure.ac): Add gl_FUNC_MBRTOWC.
12791         (Makefile.am): Augment lib_SOURCES.
12792
12793 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
12794
12795         Modify glob.c to use fstatat and dirfd, to simplify it.
12796         Suggested by Eric Blake.
12797         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
12798         Don't include <stdbool.h>; not used.
12799         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
12800         (link_exists_p): Simplify implementation, since we can now assume
12801         dirfd and fstatat.
12802         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
12803
12804 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12805
12806         * gnulib-tool (func_get_dependencies): Fix sed script to
12807         match only tests.
12808
12809 2007-10-17  Bruno Haible  <bruno@clisp.org>
12810
12811         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
12812         allow locale names without encoding suffix.
12813         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
12814         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
12815
12816 2007-10-16  Bruno Haible  <bruno@clisp.org>
12817
12818         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
12819         * lib/getgroups.c (getgroups): Likewise.
12820         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
12821
12822 2007-10-16  Bruno Haible  <bruno@clisp.org>
12823
12824         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
12825         * modules/malloc-posix (License): Likewise.
12826         * modules/realloc-posix (License): Likewise.
12827         * modules/calloc-posix (License): Likewise.
12828         * modules/intprops (License): Change from GPL to LGPL, with
12829         Paul Eggert's approval.
12830
12831 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
12832
12833         Merge glibc changes into lib/glob.c.
12834
12835         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
12836         2007-10-15 04:59:03 UTC.  Here are the changes:
12837
12838         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
12839
12840         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
12841
12842         * lib/glob.c: Add some branch prediction throughout.
12843
12844         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
12845
12846         [BZ #5103]
12847         * lib/glob.c (glob): Recognize patterns starting \/.
12848
12849         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
12850
12851         [BZ #3996]
12852         * lib/glob.c (attribute_hidden): Define if not defined.
12853         (glob): Unescape dirname, filename or username when needed and not
12854         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
12855         is NULL.  Handle unescaped [ in pattern without closing ].
12856         Don't pass GLOB_CHECK down to recursive glob for directories.
12857         (__glob_pattern_type): New function.
12858         (__glob_pattern_p): Implement using __glob_pattern_type.
12859         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
12860         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
12861         Remove unreachable code.
12862
12863         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
12864
12865         * lib/glob.c (glob_in_dir): Add some comments and asserts to
12866         explain why there are no leaks.
12867
12868         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
12869
12870         [BZ #3253]
12871         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
12872         time, rather allocate increasingly bigger arrays of pointers, if
12873         possible with alloca, if too large with malloc.
12874
12875 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
12876
12877         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
12878         Problem reported by H.Merijn Brand in
12879         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
12880         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
12881         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
12882
12883 2007-10-15  Bruno Haible  <bruno@clisp.org>
12884
12885         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
12886         with explicit rpl_ prefix.
12887         * lib/fopen.c (fopen): Likewise.
12888         * lib/freopen.c (freopen): Likewise.
12889         * lib/iconv.c (iconv): Likewise.
12890         * lib/iconv_close.c (iconv_close): Likewise.
12891
12892 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12893
12894         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
12895
12896 2007-10-15  Bruno Haible  <bruno@clisp.org>
12897
12898         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
12899         <stddef.h> instead of <stdlib.h> since we only need NULL.
12900         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12901
12902 2007-10-15  Bruno Haible  <bruno@clisp.org>
12903
12904         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
12905         Replace paragraph talking about LIBOBJS.
12906         Reported by Colin Watson <cjwatson@debian.org>.
12907
12908 2007-10-15  Bruno Haible  <bruno@clisp.org>
12909
12910         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
12911         <stdlib.h> before using NULL.
12912
12913 2007-10-15  Simon Josefsson  <simon@josefsson.org>
12914
12915         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
12916         Reported by Albert Chin <china@thewrittenword.com>.
12917
12918 2007-10-14  Bruno Haible  <bruno@clisp.org>
12919
12920         * modules/iconv_open-utf-tests: New file.
12921         * tests/test-iconv-utf.c: New file.
12922
12923         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
12924         * modules/iconv_open-utf: New file.
12925         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
12926         (iconv, iconv_close): New declarations.
12927         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
12928         be defined.
12929         (iconv_open): Add special handling of conversion between UTF-8 and
12930         UTF-{16,32}{BE,LE}.
12931         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
12932         * lib/iconv_close.c: New file.
12933         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
12934         gl_FUNC_ICONV_OPEN.
12935         (gl_FUNC_ICONV_OPEN): Use it.
12936         (gl_FUNC_ICONV_OPEN_UTF): New macro.
12937         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
12938         and REPLACE_ICONV_UTF.
12939         * modules/iconv_open (Depends-on): Add c-strcase.
12940         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
12941         ICONV_CONST.
12942         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
12943
12944 2007-10-13  Albert Chin  <china@thewrittenword.com>
12945             Bruno Haible  <bruno@clisp.org>
12946
12947         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
12948         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
12949
12950 2007-10-13  Bruno Haible  <bruno@clisp.org>
12951
12952         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
12953         defined, use the ISO C99 inline semantics.
12954         * lib/argp.h (ARGP_EI): Likewise.
12955
12956 2007-10-13  Bruno Haible  <bruno@clisp.org>
12957
12958         Handle 'inline' change in gcc 4.3.0.
12959         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
12960         argp_fmtstream_write, argp_fmtstream_set_lmargin,
12961         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
12962         argp_fmtstream_point): Disable 'extern' declaration if the function
12963         definition is going to be provided inline.
12964         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
12965         semantics, not the ISO C99 inline semantics.
12966         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
12967         'extern' declaration if the function definition is going to be provided
12968         inline.
12969         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
12970         the GNU C inline semantics, not the ISO C99 inline semantics. With
12971         GCC 4.2, avoid a warning.
12972
12973 2007-10-13  Bruno Haible  <bruno@clisp.org>
12974
12975         * lib/freading.h (freading): Enable the use of __freading for
12976         glibc >= 2.7.
12977         * lib/freading.c (freading): Likewise.
12978
12979 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12980
12981         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
12982         "warning: C99 inline functions are not supported; using GNU89".
12983
12984 2007-10-12  Bruno Haible  <bruno@clisp.org>
12985
12986         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
12987         of 2.
12988         * tests/test-ceilf2.c: New file.
12989         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
12990
12991         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
12992         * modules/ceilf-tests: Update.
12993
12994 2007-10-12  Bruno Haible  <bruno@clisp.org>
12995
12996         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
12997         of 2.
12998         * tests/test-floorf2.c: New file.
12999         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
13000
13001         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
13002         * modules/floorf-tests: Update.
13003
13004 2007-10-12  Bruno Haible  <bruno@clisp.org>
13005
13006         * tests/test-trunc2.c: New file.
13007         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
13008
13009         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
13010         * modules/trunc-tests: Update.
13011
13012 2007-10-12  Bruno Haible  <bruno@clisp.org>
13013
13014         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
13015         of 2.
13016         * tests/test-truncf2.c: New file.
13017         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
13018
13019         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
13020         * modules/truncf-tests: Update.
13021
13022 2007-10-11  Eric Blake  <ebb9@byu.net>
13023
13024         Don't claim strerror is broken on Interix.
13025         * doc/functions/strerror.texi (strerror): Known broken systems are
13026         now Solaris 8, and not Interix.
13027         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
13028         Interix on cross-compile.
13029         Reported by Martin Koeppe in
13030         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
13031
13032 2007-10-11  Bruno Haible  <bruno@clisp.org>
13033
13034         * modules/i-ring-tests: New file.
13035         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
13036         instead of assert.
13037
13038 2007-10-11  Bruno Haible  <bruno@clisp.org>
13039
13040         * modules/filenamecat-tests: New file.
13041         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
13042         * lib/filenamecat.c: Remove test code.
13043
13044 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
13045
13046         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
13047
13048         * lib/strerror.c: Include <string.h> always, to test interface,
13049         and to remove the need for the dummy.
13050         Include intprops.h to compute width instead of doing it ourselves
13051         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
13052         (strerror): Define it to return NULL if there's no system strerror.
13053         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
13054         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
13055         ancient pre-strerror Unix systems well any more.  Saying "unknown
13056         system error" is enough.
13057         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
13058         simpler strerror.c implementation.
13059         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
13060         Simplify the tests to reflect the simpler strerror implementation.
13061         * modules/strerror (Depends-on): Add intprops.
13062
13063 2007-10-09  Eric Blake  <ebb9@byu.net>
13064
13065         Silence test-fpending.
13066         * modules/fpending-tests (Files): Add wrapper script.
13067         * tests/test-fpending.sh: New file.
13068
13069 2007-10-09  Bruno Haible  <bruno@clisp.org>
13070
13071         * MODULES.html.sh (func_module): Don't create a hyperlink for
13072         function names like 'printf_frexp'.
13073         (Misc): Add crc, memxor.
13074         (Characteristics of floating types): New section.
13075         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
13076         isnanf-nolibm, signbit, trunc, truncf, truncl.
13077         (Enhancements for ISO C 99 functions): New subsection Input/output.
13078         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
13079         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
13080         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
13081         (Compatibility checks for POSIX:2001 functions): Add clock-time.
13082         (Enhancements for POSIX:2001 functions): Add chdir-long.
13083         (File system functions): Add areadlink, chdir-safer, read-file.
13084         Remove cycle-check.
13085         (File system as inode set): New section.
13086         (Date and time): Add gethrxtime.
13087         (Multithreading): Add openmp.
13088         (Internationalization functions): Add localename.
13089         (Unicode string functions): Add unistr/u*-mbsnlen.
13090         (Support for maintaining and releasing projects): Add git-version-gen.
13091         (Lone files): Remove directories.
13092
13093 2007-10-08  Ben Pfaff  <blp@gnu.org>
13094
13095         * lib/xmalloca.h: Fix typo in comment.
13096
13097 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
13098
13099         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
13100         when avoiding problems with integer overflow.  Use a portable test
13101         instead.
13102
13103 2007-10-08  Simon Josefsson  <simon@josefsson.org>
13104
13105         * modules/dummy (License): Change to LGPLv2+.
13106         * modules/float (License): Likewise
13107         * modules/realloc (License): Likewise
13108         * modules/stdlib (License): Likewise
13109
13110 2007-10-07  Bruno Haible  <bruno@clisp.org>
13111
13112         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
13113         * floor.c (TWO_MANT_DIG): Likewise.
13114         * ceil.c (TWO_MANT_DIG): Likewise.
13115         Reported by Ben Pfaff.
13116
13117 2007-10-07  Bruno Haible  <bruno@clisp.org>
13118
13119         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
13120         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
13121         * lib/frexp.c (FUNC): Likewise.
13122         * lib/printf-frexp.h (printf_frexp): Likewise.
13123         * lib/printf-frexpl.h (printf_frexpl): Likewise.
13124         * lib/printf-frexp.c (FUNC): Likewise.
13125         Suggested by Jim Meyering.
13126
13127 2007-10-07  Jim Meyering  <meyering@redhat.com>
13128
13129         Make xnanosleep's integer overflow test more robust.
13130         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
13131         so that gcc-4.3.0 doesn't optimize away this test for overflow.
13132
13133 2007-10-07  Bruno Haible  <bruno@clisp.org>
13134
13135         * NEWS: Mention the license change.
13136
13137         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
13138         abbreviations in the modules files.
13139
13140         Change copyright notice from GPLv2+ to GPLv3+.
13141         * README: Change copyright notice.
13142         * MODULES.html.sh: Likewise.
13143         * build-aux/bootstrap.conf: Likewise.
13144         * build-aux/config.libpath: Likewise.
13145         * build-aux/csharpcomp.sh.in: Likewise.
13146         * build-aux/csharpexec.sh.in: Likewise.
13147         * build-aux/install-reloc: Likewise.
13148         * build-aux/javacomp.sh.in: Likewise.
13149         * build-aux/javaexec.sh.in: Likewise.
13150         * build-aux/ldd.sh.in: Likewise.
13151         * build-aux/reloc-ldflags: Likewise.
13152         * build-aux/relocatable.sh.in: Likewise.
13153         * build-aux/x-to-1.in: Likewise.
13154         * check-module: Likewise.
13155         * config/srclistvars.sh: Likewise.
13156         * gnulib-tool: Likewise.
13157         * lib/acl-internal.h: Likewise.
13158         * lib/acl.c: Likewise.
13159         * lib/acl.h: Likewise.
13160         * lib/acl_entries.c: Likewise.
13161         * lib/areadlink-with-size.c: Likewise.
13162         * lib/areadlink.c: Likewise.
13163         * lib/areadlink.h: Likewise.
13164         * lib/argmatch.c: Likewise.
13165         * lib/argmatch.h: Likewise.
13166         * lib/argp-ba.c: Likewise.
13167         * lib/argp-eexst.c: Likewise.
13168         * lib/argp-fmtstream.c: Likewise.
13169         * lib/argp-fmtstream.h: Likewise.
13170         * lib/argp-fs-xinl.c: Likewise.
13171         * lib/argp-help.c: Likewise.
13172         * lib/argp-namefrob.h: Likewise.
13173         * lib/argp-parse.c: Likewise.
13174         * lib/argp-pin.c: Likewise.
13175         * lib/argp-pv.c: Likewise.
13176         * lib/argp-pvh.c: Likewise.
13177         * lib/argp-xinl.c: Likewise.
13178         * lib/argp.h: Likewise.
13179         * lib/at-func.c: Likewise.
13180         * lib/atanl.c: Likewise.
13181         * lib/backupfile.c: Likewise.
13182         * lib/backupfile.h: Likewise.
13183         * lib/basename.c: Likewise.
13184         * lib/binary-io.h: Likewise.
13185         * lib/byteswap.in.h: Likewise.
13186         * lib/c-stack.c: Likewise.
13187         * lib/c-stack.h: Likewise.
13188         * lib/c-strcasestr.c: Likewise.
13189         * lib/c-strcasestr.h: Likewise.
13190         * lib/c-strstr.c: Likewise.
13191         * lib/c-strstr.h: Likewise.
13192         * lib/c-strtod.c: Likewise.
13193         * lib/calloc.c: Likewise.
13194         * lib/canon-host.c: Likewise.
13195         * lib/canon-host.h: Likewise.
13196         * lib/canonicalize-lgpl.c: Likewise.
13197         * lib/canonicalize.c: Likewise.
13198         * lib/canonicalize.h: Likewise.
13199         * lib/ceil.c: Likewise.
13200         * lib/ceilf.c: Likewise.
13201         * lib/ceill.c: Likewise.
13202         * lib/chdir-long.c: Likewise.
13203         * lib/chdir-long.h: Likewise.
13204         * lib/chdir-safer.c: Likewise.
13205         * lib/chdir-safer.h: Likewise.
13206         * lib/chown.c: Likewise.
13207         * lib/classpath.c: Likewise.
13208         * lib/classpath.h: Likewise.
13209         * lib/clean-temp.c: Likewise.
13210         * lib/clean-temp.h: Likewise.
13211         * lib/cloexec.c: Likewise.
13212         * lib/close-stream.c: Likewise.
13213         * lib/closein.c: Likewise.
13214         * lib/closein.h: Likewise.
13215         * lib/closeout.c: Likewise.
13216         * lib/closeout.h: Likewise.
13217         * lib/concat-filename.c: Likewise.
13218         * lib/copy-file.c: Likewise.
13219         * lib/copy-file.h: Likewise.
13220         * lib/count-one-bits.h: Likewise.
13221         * lib/crc.c: Likewise.
13222         * lib/crc.h: Likewise.
13223         * lib/creat-safer.c: Likewise.
13224         * lib/csharpcomp.c: Likewise.
13225         * lib/csharpcomp.h: Likewise.
13226         * lib/csharpexec.c: Likewise.
13227         * lib/csharpexec.h: Likewise.
13228         * lib/cycle-check.c: Likewise.
13229         * lib/cycle-check.h: Likewise.
13230         * lib/diacrit.c: Likewise.
13231         * lib/diacrit.h: Likewise.
13232         * lib/diffseq.h: Likewise.
13233         * lib/dirchownmod.c: Likewise.
13234         * lib/dirent.in.h: Likewise.
13235         * lib/dirfd.c: Likewise.
13236         * lib/dirfd.h: Likewise.
13237         * lib/dirname.c: Likewise.
13238         * lib/dirname.h: Likewise.
13239         * lib/dummy.c: Likewise.
13240         * lib/dup-safer.c: Likewise.
13241         * lib/dup2.c: Likewise.
13242         * lib/eealloc.h: Likewise.
13243         * lib/error.c: Likewise.
13244         * lib/error.h: Likewise.
13245         * lib/euidaccess.c: Likewise.
13246         * lib/exclude.c: Likewise.
13247         * lib/exclude.h: Likewise.
13248         * lib/execute.c: Likewise.
13249         * lib/execute.h: Likewise.
13250         * lib/exitfail.c: Likewise.
13251         * lib/exitfail.h: Likewise.
13252         * lib/expl.c: Likewise.
13253         * lib/fatal-signal.c: Likewise.
13254         * lib/fatal-signal.h: Likewise.
13255         * lib/fbufmode.c: Likewise.
13256         * lib/fbufmode.h: Likewise.
13257         * lib/fchdir.c: Likewise.
13258         * lib/fchmodat.c: Likewise.
13259         * lib/fchownat.c: Likewise.
13260         * lib/fcntl--.h: Likewise.
13261         * lib/fcntl-safer.h: Likewise.
13262         * lib/fcntl.in.h: Likewise.
13263         * lib/fd-safer.c: Likewise.
13264         * lib/fflush.c: Likewise.
13265         * lib/file-has-acl.c: Likewise.
13266         * lib/file-set.c: Likewise.
13267         * lib/file-type.c: Likewise.
13268         * lib/file-type.h: Likewise.
13269         * lib/fileblocks.c: Likewise.
13270         * lib/filemode.c: Likewise.
13271         * lib/filemode.h: Likewise.
13272         * lib/filename.h: Likewise.
13273         * lib/filenamecat.c: Likewise.
13274         * lib/filenamecat.h: Likewise.
13275         * lib/findprog.c: Likewise.
13276         * lib/findprog.h: Likewise.
13277         * lib/float.in.h: Likewise.
13278         * lib/floor.c: Likewise.
13279         * lib/floorf.c: Likewise.
13280         * lib/floorl.c: Likewise.
13281         * lib/fopen-safer.c: Likewise.
13282         * lib/fopen.c: Likewise.
13283         * lib/fpending.c: Likewise.
13284         * lib/fpending.h: Likewise.
13285         * lib/fprintf.c: Likewise.
13286         * lib/fprintftime.h: Likewise.
13287         * lib/fpucw.h: Likewise.
13288         * lib/fpurge.c: Likewise.
13289         * lib/fpurge.h: Likewise.
13290         * lib/freadable.c: Likewise.
13291         * lib/freadable.h: Likewise.
13292         * lib/freadahead.c: Likewise.
13293         * lib/freadahead.h: Likewise.
13294         * lib/freading.c: Likewise.
13295         * lib/freading.h: Likewise.
13296         * lib/free.c: Likewise.
13297         * lib/freopen.c: Likewise.
13298         * lib/frexp.c: Likewise.
13299         * lib/frexpl.c: Likewise.
13300         * lib/fseek.c: Likewise.
13301         * lib/fseterr.c: Likewise.
13302         * lib/fseterr.h: Likewise.
13303         * lib/fstatat.c: Likewise.
13304         * lib/fstrcmp.c: Likewise.
13305         * lib/fstrcmp.h: Likewise.
13306         * lib/fsusage.c: Likewise.
13307         * lib/fsusage.h: Likewise.
13308         * lib/ftell.c: Likewise.
13309         * lib/ftello.c: Likewise.
13310         * lib/fts-cycle.c: Likewise.
13311         * lib/fts.c: Likewise.
13312         * lib/fts_.h: Likewise.
13313         * lib/full-read.c: Likewise.
13314         * lib/full-read.h: Likewise.
13315         * lib/full-write.c: Likewise.
13316         * lib/full-write.h: Likewise.
13317         * lib/fwritable.c: Likewise.
13318         * lib/fwritable.h: Likewise.
13319         * lib/fwriteerror.c: Likewise.
13320         * lib/fwriteerror.h: Likewise.
13321         * lib/fwriting.c: Likewise.
13322         * lib/fwriting.h: Likewise.
13323         * lib/gcd.c: Likewise.
13324         * lib/gcd.h: Likewise.
13325         * lib/getcwd.c: Likewise.
13326         * lib/getdate.h: Likewise.
13327         * lib/getdate.y: Likewise.
13328         * lib/getdomainname.c: Likewise.
13329         * lib/getdomainname.h: Likewise.
13330         * lib/getgroups.c: Likewise.
13331         * lib/gethostname.c: Likewise.
13332         * lib/gethrxtime.c: Likewise.
13333         * lib/gethrxtime.h: Likewise.
13334         * lib/getloadavg.c: Likewise.
13335         * lib/getndelim2.c: Likewise.
13336         * lib/getndelim2.h: Likewise.
13337         * lib/getnline.c: Likewise.
13338         * lib/getnline.h: Likewise.
13339         * lib/getopt.c: Likewise.
13340         * lib/getopt.in.h: Likewise.
13341         * lib/getopt1.c: Likewise.
13342         * lib/getopt_int.h: Likewise.
13343         * lib/getpagesize.h: Likewise.
13344         * lib/getsubopt.c: Likewise.
13345         * lib/gettime.c: Likewise.
13346         * lib/getugroups.c: Likewise.
13347         * lib/getugroups.h: Likewise.
13348         * lib/getusershell.c: Likewise.
13349         * lib/gl_anyavltree_list1.h: Likewise.
13350         * lib/gl_anyavltree_list2.h: Likewise.
13351         * lib/gl_anyhash_list1.h: Likewise.
13352         * lib/gl_anyhash_list2.h: Likewise.
13353         * lib/gl_anylinked_list1.h: Likewise.
13354         * lib/gl_anylinked_list2.h: Likewise.
13355         * lib/gl_anyrbtree_list1.h: Likewise.
13356         * lib/gl_anyrbtree_list2.h: Likewise.
13357         * lib/gl_anytree_list1.h: Likewise.
13358         * lib/gl_anytree_list2.h: Likewise.
13359         * lib/gl_anytree_oset.h: Likewise.
13360         * lib/gl_anytreehash_list1.h: Likewise.
13361         * lib/gl_anytreehash_list2.h: Likewise.
13362         * lib/gl_array_list.c: Likewise.
13363         * lib/gl_array_list.h: Likewise.
13364         * lib/gl_array_oset.c: Likewise.
13365         * lib/gl_array_oset.h: Likewise.
13366         * lib/gl_avltree_list.c: Likewise.
13367         * lib/gl_avltree_list.h: Likewise.
13368         * lib/gl_avltree_oset.c: Likewise.
13369         * lib/gl_avltree_oset.h: Likewise.
13370         * lib/gl_avltreehash_list.c: Likewise.
13371         * lib/gl_avltreehash_list.h: Likewise.
13372         * lib/gl_carray_list.c: Likewise.
13373         * lib/gl_carray_list.h: Likewise.
13374         * lib/gl_linked_list.c: Likewise.
13375         * lib/gl_linked_list.h: Likewise.
13376         * lib/gl_linkedhash_list.c: Likewise.
13377         * lib/gl_linkedhash_list.h: Likewise.
13378         * lib/gl_list.c: Likewise.
13379         * lib/gl_list.h: Likewise.
13380         * lib/gl_oset.c: Likewise.
13381         * lib/gl_oset.h: Likewise.
13382         * lib/gl_rbtree_list.c: Likewise.
13383         * lib/gl_rbtree_list.h: Likewise.
13384         * lib/gl_rbtree_oset.c: Likewise.
13385         * lib/gl_rbtree_oset.h: Likewise.
13386         * lib/gl_rbtreehash_list.c: Likewise.
13387         * lib/gl_rbtreehash_list.h: Likewise.
13388         * lib/gl_sublist.c: Likewise.
13389         * lib/gl_sublist.h: Likewise.
13390         * lib/group-member.c: Likewise.
13391         * lib/group-member.h: Likewise.
13392         * lib/hard-locale.c: Likewise.
13393         * lib/hard-locale.h: Likewise.
13394         * lib/hash-pjw.c: Likewise.
13395         * lib/hash-pjw.h: Likewise.
13396         * lib/hash-triple.c: Likewise.
13397         * lib/hash.c: Likewise.
13398         * lib/hash.h: Likewise.
13399         * lib/human.c: Likewise.
13400         * lib/human.h: Likewise.
13401         * lib/i-ring.c: Likewise.
13402         * lib/i-ring.h: Likewise.
13403         * lib/idcache.c: Likewise.
13404         * lib/imaxabs.c: Likewise.
13405         * lib/imaxdiv.c: Likewise.
13406         * lib/inet_pton.c: Likewise.
13407         * lib/inet_pton.h: Likewise.
13408         * lib/intprops.h: Likewise.
13409         * lib/inttostr.c: Likewise.
13410         * lib/inttostr.h: Likewise.
13411         * lib/inttypes.in.h: Likewise.
13412         * lib/isapipe.c: Likewise.
13413         * lib/isdir.c: Likewise.
13414         * lib/isnan.c: Likewise.
13415         * lib/isnan.h: Likewise.
13416         * lib/isnanf.c: Likewise.
13417         * lib/isnanf.h: Likewise.
13418         * lib/isnanl-nolibm.h: Likewise.
13419         * lib/isnanl.c: Likewise.
13420         * lib/isnanl.h: Likewise.
13421         * lib/javacomp.c: Likewise.
13422         * lib/javacomp.h: Likewise.
13423         * lib/javaexec.c: Likewise.
13424         * lib/javaexec.h: Likewise.
13425         * lib/javaversion.c: Likewise.
13426         * lib/javaversion.h: Likewise.
13427         * lib/javaversion.java: Likewise.
13428         * lib/lbrkprop.h: Likewise.
13429         * lib/lchmod.h: Likewise.
13430         * lib/lchown.c: Likewise.
13431         * lib/ldexpl.c: Likewise.
13432         * lib/linebreak.c: Likewise.
13433         * lib/linebreak.h: Likewise.
13434         * lib/linebuffer.c: Likewise.
13435         * lib/linebuffer.h: Likewise.
13436         * lib/locale.in.h: Likewise.
13437         * lib/logl.c: Likewise.
13438         * lib/long-options.c: Likewise.
13439         * lib/long-options.h: Likewise.
13440         * lib/lstat.c: Likewise.
13441         * lib/lstat.h: Likewise.
13442         * lib/math.in.h: Likewise.
13443         * lib/mbchar.c: Likewise.
13444         * lib/mbchar.h: Likewise.
13445         * lib/mbfile.h: Likewise.
13446         * lib/mbiter.h: Likewise.
13447         * lib/mbscasecmp.c: Likewise.
13448         * lib/mbscasestr.c: Likewise.
13449         * lib/mbschr.c: Likewise.
13450         * lib/mbscspn.c: Likewise.
13451         * lib/mbslen.c: Likewise.
13452         * lib/mbsncasecmp.c: Likewise.
13453         * lib/mbsnlen.c: Likewise.
13454         * lib/mbspbrk.c: Likewise.
13455         * lib/mbspcasecmp.c: Likewise.
13456         * lib/mbsrchr.c: Likewise.
13457         * lib/mbssep.c: Likewise.
13458         * lib/mbsspn.c: Likewise.
13459         * lib/mbsstr.c: Likewise.
13460         * lib/mbstok_r.c: Likewise.
13461         * lib/mbswidth.c: Likewise.
13462         * lib/mbswidth.h: Likewise.
13463         * lib/mbuiter.h: Likewise.
13464         * lib/memcasecmp.c: Likewise.
13465         * lib/memcasecmp.h: Likewise.
13466         * lib/memchr.c: Likewise.
13467         * lib/memcmp.c: Likewise.
13468         * lib/memcoll.c: Likewise.
13469         * lib/memcoll.h: Likewise.
13470         * lib/memcpy.c: Likewise.
13471         * lib/memrchr.c: Likewise.
13472         * lib/mkancesdirs.c: Likewise.
13473         * lib/mkdir-p.c: Likewise.
13474         * lib/mkdir-p.h: Likewise.
13475         * lib/mkdir.c: Likewise.
13476         * lib/mkdirat.c: Likewise.
13477         * lib/mkdtemp.c: Likewise.
13478         * lib/mkstemp-safer.c: Likewise.
13479         * lib/mkstemp.c: Likewise.
13480         * lib/modechange.c: Likewise.
13481         * lib/modechange.h: Likewise.
13482         * lib/mountlist.c: Likewise.
13483         * lib/mountlist.h: Likewise.
13484         * lib/mpsort.c: Likewise.
13485         * lib/nanosleep.c: Likewise.
13486         * lib/obstack.c: Likewise.
13487         * lib/obstack.h: Likewise.
13488         * lib/open-safer.c: Likewise.
13489         * lib/open.c: Likewise.
13490         * lib/openat-die.c: Likewise.
13491         * lib/openat-priv.h: Likewise.
13492         * lib/openat-proc.c: Likewise.
13493         * lib/openat.c: Likewise.
13494         * lib/openat.h: Likewise.
13495         * lib/pagealign_alloc.c: Likewise.
13496         * lib/pagealign_alloc.h: Likewise.
13497         * lib/physmem.c: Likewise.
13498         * lib/physmem.h: Likewise.
13499         * lib/pipe-safer.c: Likewise.
13500         * lib/pipe.c: Likewise.
13501         * lib/pipe.h: Likewise.
13502         * lib/posixtm.c: Likewise.
13503         * lib/posixtm.h: Likewise.
13504         * lib/posixver.c: Likewise.
13505         * lib/printf-frexp.c: Likewise.
13506         * lib/printf-frexp.h: Likewise.
13507         * lib/printf-frexpl.c: Likewise.
13508         * lib/printf-frexpl.h: Likewise.
13509         * lib/printf.c: Likewise.
13510         * lib/progname.c: Likewise.
13511         * lib/progname.h: Likewise.
13512         * lib/progreloc.c: Likewise.
13513         * lib/putenv.c: Likewise.
13514         * lib/quote.c: Likewise.
13515         * lib/quote.h: Likewise.
13516         * lib/quotearg.c: Likewise.
13517         * lib/quotearg.h: Likewise.
13518         * lib/raise.c: Likewise.
13519         * lib/readline.c: Likewise.
13520         * lib/readline.h: Likewise.
13521         * lib/readlink.c: Likewise.
13522         * lib/readtokens.c: Likewise.
13523         * lib/readtokens.h: Likewise.
13524         * lib/readtokens0.c: Likewise.
13525         * lib/readtokens0.h: Likewise.
13526         * lib/readutmp.c: Likewise.
13527         * lib/readutmp.h: Likewise.
13528         * lib/realloc.c: Likewise.
13529         * lib/relocwrapper.c: Likewise.
13530         * lib/rename-dest-slash.c: Likewise.
13531         * lib/rename.c: Likewise.
13532         * lib/rmdir.c: Likewise.
13533         * lib/rpmatch.c: Likewise.
13534         * lib/safe-read.c: Likewise.
13535         * lib/safe-read.h: Likewise.
13536         * lib/safe-write.c: Likewise.
13537         * lib/safe-write.h: Likewise.
13538         * lib/same-inode.h: Likewise.
13539         * lib/same.c: Likewise.
13540         * lib/same.h: Likewise.
13541         * lib/save-cwd.c: Likewise.
13542         * lib/save-cwd.h: Likewise.
13543         * lib/savedir.c: Likewise.
13544         * lib/savedir.h: Likewise.
13545         * lib/savewd.c: Likewise.
13546         * lib/savewd.h: Likewise.
13547         * lib/search.in.h: Likewise.
13548         * lib/setenv.c: Likewise.
13549         * lib/setenv.h: Likewise.
13550         * lib/settime.c: Likewise.
13551         * lib/sh-quote.c: Likewise.
13552         * lib/sh-quote.h: Likewise.
13553         * lib/sig2str.c: Likewise.
13554         * lib/sig2str.h: Likewise.
13555         * lib/signal.in.h: Likewise.
13556         * lib/signbitd.c: Likewise.
13557         * lib/signbitf.c: Likewise.
13558         * lib/signbitl.c: Likewise.
13559         * lib/sigprocmask.c: Likewise.
13560         * lib/sincosl.c: Likewise.
13561         * lib/sleep.c: Likewise.
13562         * lib/sprintf.c: Likewise.
13563         * lib/sqrtl.c: Likewise.
13564         * lib/stat-time.h: Likewise.
13565         * lib/stdio--.h: Likewise.
13566         * lib/stdio-safer.h: Likewise.
13567         * lib/stdlib--.h: Likewise.
13568         * lib/stdlib-safer.h: Likewise.
13569         * lib/stdlib.in.h: Likewise.
13570         * lib/stpcpy.c: Likewise.
13571         * lib/stpncpy.c: Likewise.
13572         * lib/strchrnul.c: Likewise.
13573         * lib/strcspn.c: Likewise.
13574         * lib/strerror.c: Likewise.
13575         * lib/strftime.c: Likewise.
13576         * lib/strftime.h: Likewise.
13577         * lib/striconveh.c: Likewise.
13578         * lib/striconveh.h: Likewise.
13579         * lib/striconveha.c: Likewise.
13580         * lib/striconveha.h: Likewise.
13581         * lib/stripslash.c: Likewise.
13582         * lib/strnlen1.c: Likewise.
13583         * lib/strnlen1.h: Likewise.
13584         * lib/strtod.c: Likewise.
13585         * lib/strtoimax.c: Likewise.
13586         * lib/strtok_r.c: Likewise.
13587         * lib/strtol.c: Likewise.
13588         * lib/strtoll.c: Likewise.
13589         * lib/strtoul.c: Likewise.
13590         * lib/strtoull.c: Likewise.
13591         * lib/sysexits.in.h: Likewise.
13592         * lib/tempname.c: Likewise.
13593         * lib/tempname.h: Likewise.
13594         * lib/timespec.h: Likewise.
13595         * lib/tls.c: Likewise.
13596         * lib/tls.h: Likewise.
13597         * lib/tmpdir.c: Likewise.
13598         * lib/tmpdir.h: Likewise.
13599         * lib/tmpfile-safer.c: Likewise.
13600         * lib/tmpfile.c: Likewise.
13601         * lib/trigl.c: Likewise.
13602         * lib/trigl.h: Likewise.
13603         * lib/trim.c: Likewise.
13604         * lib/trim.h: Likewise.
13605         * lib/trunc.c: Likewise.
13606         * lib/truncf.c: Likewise.
13607         * lib/truncl.c: Likewise.
13608         * lib/tsearch.c: Likewise.
13609         * lib/unicodeio.c: Likewise.
13610         * lib/unicodeio.h: Likewise.
13611         * lib/unistd--.h: Likewise.
13612         * lib/unistd-safer.h: Likewise.
13613         * lib/unistdio/ulc-fprintf.c: Likewise.
13614         * lib/unistdio/ulc-vfprintf.c: Likewise.
13615         * lib/unlinkdir.c: Likewise.
13616         * lib/unlinkdir.h: Likewise.
13617         * lib/unlocked-io.h: Likewise.
13618         * lib/unsetenv.c: Likewise.
13619         * lib/userspec.c: Likewise.
13620         * lib/utime.c: Likewise.
13621         * lib/utimecmp.c: Likewise.
13622         * lib/utimecmp.h: Likewise.
13623         * lib/utimens.c: Likewise.
13624         * lib/verify.h: Likewise.
13625         * lib/verror.c: Likewise.
13626         * lib/verror.h: Likewise.
13627         * lib/version-etc-fsf.c: Likewise.
13628         * lib/version-etc.c: Likewise.
13629         * lib/version-etc.h: Likewise.
13630         * lib/vfprintf.c: Likewise.
13631         * lib/vprintf.c: Likewise.
13632         * lib/vsprintf.c: Likewise.
13633         * lib/w32spawn.h: Likewise.
13634         * lib/wait-process.c: Likewise.
13635         * lib/wait-process.h: Likewise.
13636         * lib/wcwidth.c: Likewise.
13637         * lib/write-any-file.c: Likewise.
13638         * lib/xalloc-die.c: Likewise.
13639         * lib/xalloc.h: Likewise.
13640         * lib/xasprintf.c: Likewise.
13641         * lib/xgetcwd.c: Likewise.
13642         * lib/xgetcwd.h: Likewise.
13643         * lib/xgetdomainname.c: Likewise.
13644         * lib/xgetdomainname.h: Likewise.
13645         * lib/xgethostname.c: Likewise.
13646         * lib/xmalloc.c: Likewise.
13647         * lib/xmalloca.c: Likewise.
13648         * lib/xmalloca.h: Likewise.
13649         * lib/xmemcoll.c: Likewise.
13650         * lib/xnanosleep.c: Likewise.
13651         * lib/xreadlink.c: Likewise.
13652         * lib/xreadlink.h: Likewise.
13653         * lib/xsetenv.c: Likewise.
13654         * lib/xsetenv.h: Likewise.
13655         * lib/xstriconv.c: Likewise.
13656         * lib/xstriconv.h: Likewise.
13657         * lib/xstrndup.c: Likewise.
13658         * lib/xstrndup.h: Likewise.
13659         * lib/xstrtod.c: Likewise.
13660         * lib/xstrtod.h: Likewise.
13661         * lib/xstrtol-error.c: Likewise.
13662         * lib/xstrtol.c: Likewise.
13663         * lib/xstrtol.h: Likewise.
13664         * lib/xtime.h: Likewise.
13665         * lib/xvasprintf.c: Likewise.
13666         * lib/xvasprintf.h: Likewise.
13667         * lib/yesno.c: Likewise.
13668         * lib/yesno.h: Likewise.
13669         * posix-modules: Likewise.
13670         * tests/test-alloca-opt.c: Likewise.
13671         * tests/test-arcfour.c: Likewise.
13672         * tests/test-arctwo.c: Likewise.
13673         * tests/test-argmatch.c: Likewise.
13674         * tests/test-argp-2.sh: Likewise.
13675         * tests/test-argp.c: Likewise.
13676         * tests/test-arpa_inet.c: Likewise.
13677         * tests/test-array_list.c: Likewise.
13678         * tests/test-array_oset.c: Likewise.
13679         * tests/test-atexit.c: Likewise.
13680         * tests/test-avltree_list.c: Likewise.
13681         * tests/test-avltree_oset.c: Likewise.
13682         * tests/test-avltreehash_list.c: Likewise.
13683         * tests/test-base64.c: Likewise.
13684         * tests/test-binary-io.c: Likewise.
13685         * tests/test-byteswap.c: Likewise.
13686         * tests/test-c-ctype.c: Likewise.
13687         * tests/test-c-strcasecmp.c: Likewise.
13688         * tests/test-c-strcasestr.c: Likewise.
13689         * tests/test-c-strncasecmp.c: Likewise.
13690         * tests/test-c-strstr.c: Likewise.
13691         * tests/test-canonicalize-lgpl.c: Likewise.
13692         * tests/test-canonicalize.c: Likewise.
13693         * tests/test-carray_list.c: Likewise.
13694         * tests/test-ceilf.c: Likewise.
13695         * tests/test-ceill.c: Likewise.
13696         * tests/test-count-one-bits.c: Likewise.
13697         * tests/test-crc.c: Likewise.
13698         * tests/test-dirname.c: Likewise.
13699         * tests/test-fbufmode.c: Likewise.
13700         * tests/test-fcntl.c: Likewise.
13701         * tests/test-fflush.c: Likewise.
13702         * tests/test-floorf.c: Likewise.
13703         * tests/test-floorl.c: Likewise.
13704         * tests/test-fopen.c: Likewise.
13705         * tests/test-fprintf-posix.c: Likewise.
13706         * tests/test-fprintf-posix.h: Likewise.
13707         * tests/test-fpurge.c: Likewise.
13708         * tests/test-freadable.c: Likewise.
13709         * tests/test-freadahead.c: Likewise.
13710         * tests/test-freading.c: Likewise.
13711         * tests/test-freopen.c: Likewise.
13712         * tests/test-frexp.c: Likewise.
13713         * tests/test-frexpl.c: Likewise.
13714         * tests/test-fseek.c: Likewise.
13715         * tests/test-fseeko.c: Likewise.
13716         * tests/test-fseterr.c: Likewise.
13717         * tests/test-fstrcmp.c: Likewise.
13718         * tests/test-ftell.c: Likewise.
13719         * tests/test-ftello.c: Likewise.
13720         * tests/test-fwritable.c: Likewise.
13721         * tests/test-fwriting.c: Likewise.
13722         * tests/test-getaddrinfo.c: Likewise.
13723         * tests/test-getpass.c: Likewise.
13724         * tests/test-gettimeofday.c: Likewise.
13725         * tests/test-hmac-md5.c: Likewise.
13726         * tests/test-hmac-sha1.c: Likewise.
13727         * tests/test-iconv.c: Likewise.
13728         * tests/test-iconvme.c: Likewise.
13729         * tests/test-inttypes.c: Likewise.
13730         * tests/test-isnan.c: Likewise.
13731         * tests/test-isnanf.c: Likewise.
13732         * tests/test-isnanl-nolibm.c: Likewise.
13733         * tests/test-isnanl.c: Likewise.
13734         * tests/test-isnanl.h: Likewise.
13735         * tests/test-ldexpl.c: Likewise.
13736         * tests/test-linked_list.c: Likewise.
13737         * tests/test-linkedhash_list.c: Likewise.
13738         * tests/test-locale.c: Likewise.
13739         * tests/test-localename.c: Likewise.
13740         * tests/test-lock.c: Likewise.
13741         * tests/test-lseek.c: Likewise.
13742         * tests/test-malloca.c: Likewise.
13743         * tests/test-math.c: Likewise.
13744         * tests/test-mbscasecmp.c: Likewise.
13745         * tests/test-mbscasestr1.c: Likewise.
13746         * tests/test-mbscasestr2.c: Likewise.
13747         * tests/test-mbscasestr3.c: Likewise.
13748         * tests/test-mbscasestr4.c: Likewise.
13749         * tests/test-mbschr.c: Likewise.
13750         * tests/test-mbscspn.c: Likewise.
13751         * tests/test-mbsncasecmp.c: Likewise.
13752         * tests/test-mbspbrk.c: Likewise.
13753         * tests/test-mbspcasecmp.c: Likewise.
13754         * tests/test-mbsrchr.c: Likewise.
13755         * tests/test-mbsspn.c: Likewise.
13756         * tests/test-mbsstr1.c: Likewise.
13757         * tests/test-mbsstr2.c: Likewise.
13758         * tests/test-mbsstr3.c: Likewise.
13759         * tests/test-md5.c: Likewise.
13760         * tests/test-memmem.c: Likewise.
13761         * tests/test-netinet_in.c: Likewise.
13762         * tests/test-open.c: Likewise.
13763         * tests/test-printf-frexp.c: Likewise.
13764         * tests/test-printf-frexpl.c: Likewise.
13765         * tests/test-printf-posix.c: Likewise.
13766         * tests/test-printf-posix.h: Likewise.
13767         * tests/test-rbtree_list.c: Likewise.
13768         * tests/test-rbtree_oset.c: Likewise.
13769         * tests/test-rbtreehash_list.c: Likewise.
13770         * tests/test-read-file.c: Likewise.
13771         * tests/test-rijndael.c: Likewise.
13772         * tests/test-search.c: Likewise.
13773         * tests/test-signbit.c: Likewise.
13774         * tests/test-sleep.c: Likewise.
13775         * tests/test-snprintf-posix.c: Likewise.
13776         * tests/test-snprintf-posix.h: Likewise.
13777         * tests/test-snprintf.c: Likewise.
13778         * tests/test-sprintf-posix.c: Likewise.
13779         * tests/test-sprintf-posix.h: Likewise.
13780         * tests/test-stat-time.c: Likewise.
13781         * tests/test-stdbool.c: Likewise.
13782         * tests/test-stdint.c: Likewise.
13783         * tests/test-stdio.c: Likewise.
13784         * tests/test-stdlib.c: Likewise.
13785         * tests/test-stpncpy.c: Likewise.
13786         * tests/test-strcasestr.c: Likewise.
13787         * tests/test-striconv.c: Likewise.
13788         * tests/test-striconveh.c: Likewise.
13789         * tests/test-striconveha.c: Likewise.
13790         * tests/test-string.c: Likewise.
13791         * tests/test-sys_select.c: Likewise.
13792         * tests/test-sys_socket.c: Likewise.
13793         * tests/test-sys_stat.c: Likewise.
13794         * tests/test-sys_time.c: Likewise.
13795         * tests/test-sysexits.c: Likewise.
13796         * tests/test-time.c: Likewise.
13797         * tests/test-tls.c: Likewise.
13798         * tests/test-trunc.c: Likewise.
13799         * tests/test-truncf.c: Likewise.
13800         * tests/test-truncl.c: Likewise.
13801         * tests/test-unistd.c: Likewise.
13802         * tests/test-vasnprintf-posix.c: Likewise.
13803         * tests/test-vasnprintf-posix2.c: Likewise.
13804         * tests/test-vasnprintf.c: Likewise.
13805         * tests/test-vasprintf-posix.c: Likewise.
13806         * tests/test-vasprintf.c: Likewise.
13807         * tests/test-verify.c: Likewise.
13808         * tests/test-vfprintf-posix.c: Likewise.
13809         * tests/test-vprintf-posix.c: Likewise.
13810         * tests/test-vsnprintf-posix.c: Likewise.
13811         * tests/test-vsnprintf.c: Likewise.
13812         * tests/test-vsprintf-posix.c: Likewise.
13813         * tests/test-wchar.c: Likewise.
13814         * tests/test-wctype.c: Likewise.
13815         * tests/test-wcwidth.c: Likewise.
13816         * tests/test-xstrtol.c: Likewise.
13817         * tests/test-xvasprintf.c: Likewise.
13818         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
13819         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
13820         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
13821         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
13822         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
13823         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
13824         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
13825         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
13826         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
13827         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
13828         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
13829         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
13830         * tests/uniname/test-uninames.c: Likewise.
13831         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
13832         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
13833         * tests/unistdio/test-u16-printf1.h: Likewise.
13834         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
13835         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
13836         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
13837         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
13838         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
13839         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
13840         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
13841         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
13842         * tests/unistdio/test-u32-printf1.h: Likewise.
13843         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
13844         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
13845         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
13846         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
13847         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
13848         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
13849         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
13850         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
13851         * tests/unistdio/test-u8-printf1.h: Likewise.
13852         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
13853         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
13854         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
13855         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
13856         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
13857         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
13858         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
13859         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
13860         * tests/unistdio/test-ulc-printf1.h: Likewise.
13861         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
13862         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
13863         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
13864         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
13865         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
13866         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
13867         * tests/uniwidth/test-u16-strwidth.c: Likewise.
13868         * tests/uniwidth/test-u16-width.c: Likewise.
13869         * tests/uniwidth/test-u32-strwidth.c: Likewise.
13870         * tests/uniwidth/test-u32-width.c: Likewise.
13871         * tests/uniwidth/test-u8-strwidth.c: Likewise.
13872         * tests/uniwidth/test-u8-width.c: Likewise.
13873         * tests/uniwidth/test-uc_width.c: Likewise.
13874         * config/srclist-update: Likewise.
13875         (fixlicense): Update to GPLv3+.
13876
13877         Change copyright notice from LGPLv2.1+ to LGPLv3+.
13878         * tests/test-tsearch.c: Change copyright notice.
13879
13880         Change copyright notice from LGPLv2.0+ to LGPLv3+.
13881         * lib/c-strcaseeq.h: Change copyright notice.
13882         * lib/streq.h: Likewise.
13883         * lib/uniconv.h: Likewise.
13884         * lib/uniconv/u-conv-from-enc.h: Likewise.
13885         * lib/uniconv/u-conv-to-enc.h: Likewise.
13886         * lib/uniconv/u-strconv-from-enc.h: Likewise.
13887         * lib/uniconv/u-strconv-to-enc.h: Likewise.
13888         * lib/uniconv/u16-conv-from-enc.c: Likewise.
13889         * lib/uniconv/u16-conv-to-enc.c: Likewise.
13890         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
13891         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
13892         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
13893         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
13894         * lib/uniconv/u32-conv-from-enc.c: Likewise.
13895         * lib/uniconv/u32-conv-to-enc.c: Likewise.
13896         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
13897         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
13898         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
13899         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
13900         * lib/uniconv/u8-conv-from-enc.c: Likewise.
13901         * lib/uniconv/u8-conv-to-enc.c: Likewise.
13902         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
13903         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
13904         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
13905         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
13906         * lib/uniname.h: Likewise.
13907         * lib/uniname/uniname.c: Likewise.
13908         * lib/unistdio.h: Likewise.
13909         * lib/unistdio/u-asnprintf.h: Likewise.
13910         * lib/unistdio/u-asprintf.h: Likewise.
13911         * lib/unistdio/u-printf-args.c: Likewise.
13912         * lib/unistdio/u-printf-args.h: Likewise.
13913         * lib/unistdio/u-printf-parse.h: Likewise.
13914         * lib/unistdio/u-snprintf.h: Likewise.
13915         * lib/unistdio/u-sprintf.h: Likewise.
13916         * lib/unistdio/u-vasprintf.h: Likewise.
13917         * lib/unistdio/u-vsnprintf.h: Likewise.
13918         * lib/unistdio/u-vsprintf.h: Likewise.
13919         * lib/unistdio/u16-asnprintf.c: Likewise.
13920         * lib/unistdio/u16-asprintf.c: Likewise.
13921         * lib/unistdio/u16-printf-parse.c: Likewise.
13922         * lib/unistdio/u16-snprintf.c: Likewise.
13923         * lib/unistdio/u16-sprintf.c: Likewise.
13924         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
13925         * lib/unistdio/u16-u16-asprintf.c: Likewise.
13926         * lib/unistdio/u16-u16-snprintf.c: Likewise.
13927         * lib/unistdio/u16-u16-sprintf.c: Likewise.
13928         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
13929         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
13930         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
13931         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
13932         * lib/unistdio/u16-vasnprintf.c: Likewise.
13933         * lib/unistdio/u16-vasprintf.c: Likewise.
13934         * lib/unistdio/u16-vsnprintf.c: Likewise.
13935         * lib/unistdio/u16-vsprintf.c: Likewise.
13936         * lib/unistdio/u32-asnprintf.c: Likewise.
13937         * lib/unistdio/u32-asprintf.c: Likewise.
13938         * lib/unistdio/u32-printf-parse.c: Likewise.
13939         * lib/unistdio/u32-snprintf.c: Likewise.
13940         * lib/unistdio/u32-sprintf.c: Likewise.
13941         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
13942         * lib/unistdio/u32-u32-asprintf.c: Likewise.
13943         * lib/unistdio/u32-u32-snprintf.c: Likewise.
13944         * lib/unistdio/u32-u32-sprintf.c: Likewise.
13945         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
13946         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
13947         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
13948         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
13949         * lib/unistdio/u32-vasnprintf.c: Likewise.
13950         * lib/unistdio/u32-vasprintf.c: Likewise.
13951         * lib/unistdio/u32-vsnprintf.c: Likewise.
13952         * lib/unistdio/u32-vsprintf.c: Likewise.
13953         * lib/unistdio/u8-asnprintf.c: Likewise.
13954         * lib/unistdio/u8-asprintf.c: Likewise.
13955         * lib/unistdio/u8-printf-parse.c: Likewise.
13956         * lib/unistdio/u8-snprintf.c: Likewise.
13957         * lib/unistdio/u8-sprintf.c: Likewise.
13958         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
13959         * lib/unistdio/u8-u8-asprintf.c: Likewise.
13960         * lib/unistdio/u8-u8-snprintf.c: Likewise.
13961         * lib/unistdio/u8-u8-sprintf.c: Likewise.
13962         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
13963         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
13964         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
13965         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
13966         * lib/unistdio/u8-vasnprintf.c: Likewise.
13967         * lib/unistdio/u8-vasprintf.c: Likewise.
13968         * lib/unistdio/u8-vsnprintf.c: Likewise.
13969         * lib/unistdio/u8-vsprintf.c: Likewise.
13970         * lib/unistdio/ulc-asnprintf.c: Likewise.
13971         * lib/unistdio/ulc-asprintf.c: Likewise.
13972         * lib/unistdio/ulc-printf-parse.c: Likewise.
13973         * lib/unistdio/ulc-snprintf.c: Likewise.
13974         * lib/unistdio/ulc-sprintf.c: Likewise.
13975         * lib/unistdio/ulc-vasnprintf.c: Likewise.
13976         * lib/unistdio/ulc-vasprintf.c: Likewise.
13977         * lib/unistdio/ulc-vsnprintf.c: Likewise.
13978         * lib/unistdio/ulc-vsprintf.c: Likewise.
13979         * lib/unistr.h: Likewise.
13980         * lib/unistr/u-cpy-alloc.h: Likewise.
13981         * lib/unistr/u-cpy.h: Likewise.
13982         * lib/unistr/u-endswith.h: Likewise.
13983         * lib/unistr/u-move.h: Likewise.
13984         * lib/unistr/u-set.h: Likewise.
13985         * lib/unistr/u-startswith.h: Likewise.
13986         * lib/unistr/u-stpcpy.h: Likewise.
13987         * lib/unistr/u-stpncpy.h: Likewise.
13988         * lib/unistr/u-strcat.h: Likewise.
13989         * lib/unistr/u-strcpy.h: Likewise.
13990         * lib/unistr/u-strcspn.h: Likewise.
13991         * lib/unistr/u-strdup.h: Likewise.
13992         * lib/unistr/u-strlen.h: Likewise.
13993         * lib/unistr/u-strncat.h: Likewise.
13994         * lib/unistr/u-strncpy.h: Likewise.
13995         * lib/unistr/u-strnlen.h: Likewise.
13996         * lib/unistr/u-strpbrk.h: Likewise.
13997         * lib/unistr/u-strspn.h: Likewise.
13998         * lib/unistr/u-strstr.h: Likewise.
13999         * lib/unistr/u-strtok.h: Likewise.
14000         * lib/unistr/u16-check.c: Likewise.
14001         * lib/unistr/u16-chr.c: Likewise.
14002         * lib/unistr/u16-cmp.c: Likewise.
14003         * lib/unistr/u16-cpy-alloc.c: Likewise.
14004         * lib/unistr/u16-cpy.c: Likewise.
14005         * lib/unistr/u16-endswith.c: Likewise.
14006         * lib/unistr/u16-mblen.c: Likewise.
14007         * lib/unistr/u16-mbsnlen.c: Likewise.
14008         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14009         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14010         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14011         * lib/unistr/u16-mbtouc.c: Likewise.
14012         * lib/unistr/u16-mbtoucr.c: Likewise.
14013         * lib/unistr/u16-move.c: Likewise.
14014         * lib/unistr/u16-next.c: Likewise.
14015         * lib/unistr/u16-prev.c: Likewise.
14016         * lib/unistr/u16-set.c: Likewise.
14017         * lib/unistr/u16-startswith.c: Likewise.
14018         * lib/unistr/u16-stpcpy.c: Likewise.
14019         * lib/unistr/u16-stpncpy.c: Likewise.
14020         * lib/unistr/u16-strcat.c: Likewise.
14021         * lib/unistr/u16-strchr.c: Likewise.
14022         * lib/unistr/u16-strcmp.c: Likewise.
14023         * lib/unistr/u16-strcpy.c: Likewise.
14024         * lib/unistr/u16-strcspn.c: Likewise.
14025         * lib/unistr/u16-strdup.c: Likewise.
14026         * lib/unistr/u16-strlen.c: Likewise.
14027         * lib/unistr/u16-strmblen.c: Likewise.
14028         * lib/unistr/u16-strmbtouc.c: Likewise.
14029         * lib/unistr/u16-strncat.c: Likewise.
14030         * lib/unistr/u16-strncmp.c: Likewise.
14031         * lib/unistr/u16-strncpy.c: Likewise.
14032         * lib/unistr/u16-strnlen.c: Likewise.
14033         * lib/unistr/u16-strpbrk.c: Likewise.
14034         * lib/unistr/u16-strrchr.c: Likewise.
14035         * lib/unistr/u16-strspn.c: Likewise.
14036         * lib/unistr/u16-strstr.c: Likewise.
14037         * lib/unistr/u16-strtok.c: Likewise.
14038         * lib/unistr/u16-to-u32.c: Likewise.
14039         * lib/unistr/u16-to-u8.c: Likewise.
14040         * lib/unistr/u16-uctomb-aux.c: Likewise.
14041         * lib/unistr/u16-uctomb.c: Likewise.
14042         * lib/unistr/u32-check.c: Likewise.
14043         * lib/unistr/u32-chr.c: Likewise.
14044         * lib/unistr/u32-cmp.c: Likewise.
14045         * lib/unistr/u32-cpy-alloc.c: Likewise.
14046         * lib/unistr/u32-cpy.c: Likewise.
14047         * lib/unistr/u32-endswith.c: Likewise.
14048         * lib/unistr/u32-mblen.c: Likewise.
14049         * lib/unistr/u32-mbsnlen.c: Likewise.
14050         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14051         * lib/unistr/u32-mbtouc.c: Likewise.
14052         * lib/unistr/u32-mbtoucr.c: Likewise.
14053         * lib/unistr/u32-move.c: Likewise.
14054         * lib/unistr/u32-next.c: Likewise.
14055         * lib/unistr/u32-prev.c: Likewise.
14056         * lib/unistr/u32-set.c: Likewise.
14057         * lib/unistr/u32-startswith.c: Likewise.
14058         * lib/unistr/u32-stpcpy.c: Likewise.
14059         * lib/unistr/u32-stpncpy.c: Likewise.
14060         * lib/unistr/u32-strcat.c: Likewise.
14061         * lib/unistr/u32-strchr.c: Likewise.
14062         * lib/unistr/u32-strcmp.c: Likewise.
14063         * lib/unistr/u32-strcpy.c: Likewise.
14064         * lib/unistr/u32-strcspn.c: Likewise.
14065         * lib/unistr/u32-strdup.c: Likewise.
14066         * lib/unistr/u32-strlen.c: Likewise.
14067         * lib/unistr/u32-strmblen.c: Likewise.
14068         * lib/unistr/u32-strmbtouc.c: Likewise.
14069         * lib/unistr/u32-strncat.c: Likewise.
14070         * lib/unistr/u32-strncmp.c: Likewise.
14071         * lib/unistr/u32-strncpy.c: Likewise.
14072         * lib/unistr/u32-strnlen.c: Likewise.
14073         * lib/unistr/u32-strpbrk.c: Likewise.
14074         * lib/unistr/u32-strrchr.c: Likewise.
14075         * lib/unistr/u32-strspn.c: Likewise.
14076         * lib/unistr/u32-strstr.c: Likewise.
14077         * lib/unistr/u32-strtok.c: Likewise.
14078         * lib/unistr/u32-to-u16.c: Likewise.
14079         * lib/unistr/u32-to-u8.c: Likewise.
14080         * lib/unistr/u32-uctomb.c: Likewise.
14081         * lib/unistr/u8-check.c: Likewise.
14082         * lib/unistr/u8-chr.c: Likewise.
14083         * lib/unistr/u8-cmp.c: Likewise.
14084         * lib/unistr/u8-cpy-alloc.c: Likewise.
14085         * lib/unistr/u8-cpy.c: Likewise.
14086         * lib/unistr/u8-endswith.c: Likewise.
14087         * lib/unistr/u8-mblen.c: Likewise.
14088         * lib/unistr/u8-mbsnlen.c: Likewise.
14089         * lib/unistr/u8-mbtouc-aux.c: Likewise.
14090         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14091         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14092         * lib/unistr/u8-mbtouc.c: Likewise.
14093         * lib/unistr/u8-mbtoucr.c: Likewise.
14094         * lib/unistr/u8-move.c: Likewise.
14095         * lib/unistr/u8-next.c: Likewise.
14096         * lib/unistr/u8-prev.c: Likewise.
14097         * lib/unistr/u8-set.c: Likewise.
14098         * lib/unistr/u8-startswith.c: Likewise.
14099         * lib/unistr/u8-stpcpy.c: Likewise.
14100         * lib/unistr/u8-stpncpy.c: Likewise.
14101         * lib/unistr/u8-strcat.c: Likewise.
14102         * lib/unistr/u8-strchr.c: Likewise.
14103         * lib/unistr/u8-strcmp.c: Likewise.
14104         * lib/unistr/u8-strcpy.c: Likewise.
14105         * lib/unistr/u8-strcspn.c: Likewise.
14106         * lib/unistr/u8-strdup.c: Likewise.
14107         * lib/unistr/u8-strlen.c: Likewise.
14108         * lib/unistr/u8-strmblen.c: Likewise.
14109         * lib/unistr/u8-strmbtouc.c: Likewise.
14110         * lib/unistr/u8-strncat.c: Likewise.
14111         * lib/unistr/u8-strncmp.c: Likewise.
14112         * lib/unistr/u8-strncpy.c: Likewise.
14113         * lib/unistr/u8-strnlen.c: Likewise.
14114         * lib/unistr/u8-strpbrk.c: Likewise.
14115         * lib/unistr/u8-strrchr.c: Likewise.
14116         * lib/unistr/u8-strspn.c: Likewise.
14117         * lib/unistr/u8-strstr.c: Likewise.
14118         * lib/unistr/u8-strtok.c: Likewise.
14119         * lib/unistr/u8-to-u16.c: Likewise.
14120         * lib/unistr/u8-to-u32.c: Likewise.
14121         * lib/unistr/u8-uctomb-aux.c: Likewise.
14122         * lib/unistr/u8-uctomb.c: Likewise.
14123         * lib/unitypes.h: Likewise.
14124         * lib/uniwidth.h: Likewise.
14125         * lib/uniwidth/cjk.h: Likewise.
14126         * lib/uniwidth/u16-strwidth.c: Likewise.
14127         * lib/uniwidth/u16-width.c: Likewise.
14128         * lib/uniwidth/u32-strwidth.c: Likewise.
14129         * lib/uniwidth/u32-width.c: Likewise.
14130         * lib/uniwidth/u8-strwidth.c: Likewise.
14131         * lib/uniwidth/u8-width.c: Likewise.
14132         * lib/uniwidth/width.c: Likewise.
14133
14134 2007-10-07  Bruno Haible  <bruno@clisp.org>
14135
14136         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
14137         The file is still under LGPL (see modules/inttypes).
14138
14139 2007-10-06  Bruno Haible  <bruno@clisp.org>
14140
14141         * modules/trunc (Dependencies): Add 'extensions'.
14142         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
14143         Reported by Ben Pfaff <blp@gnu.org>.
14144
14145 2007-10-06  Bruno Haible  <bruno@clisp.org>
14146
14147         * modules/freopen-tests: New file.
14148         * tests/test-freopen.c: New file.
14149
14150         * modules/fopen-tests: New file.
14151         * tests/test-fopen.c: New file.
14152
14153         * modules/fopen: New file.
14154         * lib/fopen.c: New file.
14155         * m4/fopen.m4: New file.
14156         * modules/freopen: New file.
14157         * lib/freopen.c: New file.
14158         * m4/freopen.m4: New file.
14159         * lib/stdio.in.h (fopen, freopen): New declarations.
14160         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
14161         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
14162         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
14163         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
14164         * doc/functions/fopen.texi: Mention the 'fopen' module.
14165         * doc/functions/freopen.texi: Mention the 'freopen' module.
14166
14167 2007-10-06  Bruno Haible  <bruno@clisp.org>
14168
14169         * modules/open-tests: New file.
14170         * tests/test-open.c: New file.
14171
14172         * modules/open: New file.
14173         * lib/open.c: New file.
14174         * m4/open.m4: New file.
14175         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
14176         lib/open.c does.
14177         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
14178         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
14179         macros.
14180         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
14181         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
14182         REPLACE_OPEN.
14183         * doc/functions/open.texi: Mention the 'open' module.
14184
14185 2007-10-04  Bruno Haible  <bruno@clisp.org>
14186
14187         * modules/ceill-tests: New file.
14188         * tests/test-ceill.c: New file.
14189
14190         * modules/ceill: New file.
14191         * lib/ceill.c: Replace entire file.
14192         * m4/ceill.m4: New file.
14193         * lib/math.in.h (ceill): Replace declaration.
14194         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
14195         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
14196         * doc/functions/ceill.texi: Mention the 'ceill' module.
14197         * modules/mathl (Files): Remove lib/ceill.c.
14198         (Depends-on): Add ceill.
14199
14200 2007-10-04  Bruno Haible  <bruno@clisp.org>
14201
14202         * modules/ceilf-tests: New file.
14203         * tests/test-ceilf.c: New file.
14204
14205         * modules/ceilf: New file.
14206         * lib/ceil.c: New file.
14207         * lib/ceilf.c: New file.
14208         * m4/ceilf.m4: New file.
14209         * lib/math.in.h (ceilf): New declaration.
14210         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
14211         HAVE_DECL_CEILF.
14212         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
14213         HAVE_DECL_CEILF.
14214         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
14215
14216 2007-10-04  Bruno Haible  <bruno@clisp.org>
14217
14218         * modules/floorl-tests: New file.
14219         * tests/test-floorl.c: New file.
14220
14221         * modules/floorl: New file.
14222         * lib/floorl.c: Replace entire file.
14223         * m4/floorl.m4: New file.
14224         * lib/math.in.h (floorl): Replace declaration.
14225         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
14226         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
14227         * doc/functions/floorl.texi: Mention the 'floorl' module.
14228         * modules/mathl (Files): Remove lib/floorl.c.
14229         (Depends-on): Add floorl.
14230
14231 2007-10-04  Bruno Haible  <bruno@clisp.org>
14232
14233         * modules/floorf-tests: New file.
14234         * tests/test-floorf.c: New file.
14235
14236         * modules/floorf: New file.
14237         * lib/floor.c: New file.
14238         * lib/floorf.c: New file.
14239         * m4/floorf.m4: New file.
14240         * lib/math.in.h (floorf): New declaration.
14241         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
14242         HAVE_DECL_FLOORF.
14243         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
14244         HAVE_DECL_FLOORF.
14245         * doc/functions/floorf.texi: Mention the 'floorf' module.
14246
14247 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
14248             Bruno Haible  <bruno@clisp.org>
14249
14250         Advertise for the Git server instead of the CVS server.
14251         * doc/gnulib-intro.texi (Steady Development): Mention the Git
14252         repository instead of the CVS one.
14253         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
14254         about all VCS systems generically.
14255         * doc/gnulib.texi (Introduction): Capitalize `Git'.
14256
14257 2007-10-04  Bruno Haible  <bruno@clisp.org>
14258
14259         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
14260         means.
14261         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
14262
14263 2007-10-04  Bruno Haible  <bruno@clisp.org>
14264
14265         * modules/truncl-tests: New file.
14266         * tests/test-truncl.c: New file.
14267
14268         * modules/truncl: New file.
14269         * lib/truncl.c: New file.
14270         * m4/truncl.m4: New file.
14271         * lib/math.in.h (truncl): New declaration.
14272         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
14273         HAVE_DECL_TRUNCL.
14274         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
14275         HAVE_DECL_TRUNCL.
14276         * doc/functions/truncl.texi: Mention the 'truncl' module.
14277
14278 2007-10-04  Bruno Haible  <bruno@clisp.org>
14279
14280         * modules/truncf-tests: New file.
14281         * tests/test-truncf.c: New file.
14282
14283         * modules/truncf: New file.
14284         * lib/trunc.c: Make paramerizable through USE_* macros.
14285         * lib/truncf.c: New file.
14286         * m4/truncf.m4: New file.
14287         * lib/math.in.h (truncf): New declaration.
14288         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
14289         HAVE_DECL_TRUNCF.
14290         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
14291         HAVE_DECL_TRUNCF.
14292         * doc/functions/truncf.texi: Mention the 'truncf' module.
14293
14294 2007-10-03  Bruno Haible  <bruno@clisp.org>
14295
14296         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
14297         augmentation also for tests modules.
14298         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
14299         * modules/atexit-tests (Makefile.am): Likewise.
14300         * modules/binary-io-tests (Makefile.am): Likewise.
14301         * modules/c-strcase-tests (Makefile.am): Likewise.
14302         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
14303         * modules/canonicalize-tests (Makefile.am): Likewise.
14304         * modules/closein-tests (Makefile.am): Likewise.
14305         * modules/fprintf-posix-tests (Makefile.am): Likewise.
14306         * modules/freadahead-tests (Makefile.am): Likewise.
14307         * modules/fseek-tests (Makefile.am): Likewise.
14308         * modules/fseeko-tests (Makefile.am): Likewise.
14309         * modules/ftell-tests (Makefile.am): Likewise.
14310         * modules/ftello-tests (Makefile.am): Likewise.
14311         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
14312         * modules/isnanl-tests (Makefile.am): Likewise.
14313         * modules/lseek-tests (Makefile.am): Likewise.
14314         * modules/mbscasecmp-tests (Makefile.am): Likewise.
14315         * modules/mbscasestr-tests (Makefile.am): Likewise.
14316         * modules/mbschr-tests (Makefile.am): Likewise.
14317         * modules/mbscspn-tests (Makefile.am): Likewise.
14318         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
14319         * modules/mbspbrk-tests (Makefile.am): Likewise.
14320         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
14321         * modules/mbsrchr-tests (Makefile.am): Likewise.
14322         * modules/mbsspn-tests (Makefile.am): Likewise.
14323         * modules/mbsstr-tests (Makefile.am): Likewise.
14324         * modules/printf-posix-tests (Makefile.am): Likewise.
14325         * modules/snprintf-posix-tests (Makefile.am): Likewise.
14326         * modules/sprintf-posix-tests (Makefile.am): Likewise.
14327         * modules/tsearch-tests (Makefile.am): Likewise.
14328         * modules/uniname/uniname-tests (Makefile.am): Likewise.
14329         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
14330         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
14331         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
14332         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
14333         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
14334         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
14335         * modules/vprintf-posix-tests (Makefile.am): Likewise.
14336         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
14337         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
14338         * modules/xstrtoimax-tests (Makefile.am): Likewise.
14339         * modules/xstrtol-tests (Makefile.am): Likewise.
14340         * modules/xstrtoumax-tests (Makefile.am): Likewise.
14341         * modules/yesno-tests (Makefile.am): Likewise.
14342
14343 2007-10-03  Bruno Haible  <bruno@clisp.org>
14344
14345         * modules/trunc-tests: New file.
14346         * tests/test-trunc.c: New file.
14347
14348         * modules/trunc: New file.
14349         * lib/trunc.c: New file.
14350         * m4/trunc.m4: New file.
14351         * lib/math.in.h (trunc): New declaration.
14352         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
14353         HAVE_DECL_TRUNC.
14354         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
14355         HAVE_DECL_TRUNC.
14356         * doc/functions/trunc.texi: Mention the 'trunc' module.
14357
14358 2007-10-03  Bruno Haible  <bruno@clisp.org>
14359
14360         * tests/test-fpending.c: New file, mostly copied
14361         from coreutils/lib/t-fpending.c.
14362         * modules/fpending-tests: New file.
14363
14364 2007-10-03  Bruno Haible  <bruno@clisp.org>
14365
14366         Port the stdio extensions to QNX (untested).
14367         * lib/fseterr.c (fseterr): Add support for QNX.
14368         * lib/fbufmode.c (fbufmode): Likewise.
14369         * lib/freadable.c (freadable): Likewise.
14370         * lib/fwritable.c (fwritable): Likewise.
14371         * lib/freading.c (freading): Likewise.
14372         * lib/fwriting.c (fwriting): Likewise.
14373         * lib/freadahead.c (freadahed): Likewise.
14374         * lib/fpurge.c (fpurge): Likewise.
14375         * lib/fseeko.c (rpl_fseeko): Likewise.
14376
14377 2007-10-03  Bruno Haible  <bruno@clisp.org>
14378             Jim Meyering  <jim@meyering.net>
14379             Eric Blake  <ebb9@byu.net>
14380
14381         * doc/relocatable.texi: Use @command instead of @program.
14382
14383 2007-10-02  Jim Meyering  <jim@meyering.net>
14384
14385         Perform one more "_.h" -> ".in.h" substitution.
14386         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
14387         instead of unistd_.h here, too.
14388
14389 2007-10-01  Bruno Haible  <bruno@clisp.org>
14390
14391         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
14392         Needed for the alloca-opt module.
14393
14394 2007-09-30  Bruno Haible  <bruno@clisp.org>
14395
14396         * lib/alloca.in.h: Renamed from lib/alloca_.h.
14397         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
14398         alloca_.h.
14399         * lib/argz.in.h: Renamed from lib/argz_.h.
14400         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
14401         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
14402         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
14403         byteswap_.h.
14404         * lib/dirent.in.h: Renamed from lib/dirent_.h.
14405         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
14406         dirent_.h.
14407         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
14408         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
14409         fcntl_.h.
14410         * lib/float.in.h: Renamed from lib/float_.h.
14411         * modules/float (Files, Makefile.am): Use float.in.h instead of
14412         float_.h.
14413         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
14414         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
14415         fnmatch_.h.
14416         * lib/getopt.in.h: Renamed from lib/getopt_.h.
14417         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
14418         getopt_.h.
14419         * lib/glob.in.h: Renamed from lib/glob_.h.
14420         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
14421         * lib/iconv.in.h: Renamed from lib/iconv_.h.
14422         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
14423         iconv_.h.
14424         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
14425         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
14426         inttypes_.h.
14427         * lib/locale.in.h: Renamed from lib/locale_.h.
14428         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
14429         locale_.h.
14430         * lib/math.in.h: Renamed from lib/math_.h.
14431         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
14432         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
14433         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
14434         of netinet_in_.h. Add dependency.
14435         * lib/poll.in.h: Renamed from lib/poll_.h.
14436         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
14437         * lib/search.in.h: Renamed from lib/search_.h.
14438         * modules/search (Files, Makefile.am): Use search.in.h instead of
14439         search_.h.
14440         * lib/signal.in.h: Renamed from lib/signal_.h.
14441         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
14442         _signal.h.
14443         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
14444         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
14445         stdbool_.h.
14446         * lib/stdint.in.h: Renamed from lib/stdint_.h.
14447         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
14448         stdint_.h.
14449         * lib/stdio.in.h: Renamed from lib/stdio_.h.
14450         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
14451         stdio_.h.
14452         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
14453         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
14454         stdlib_.h.
14455         * lib/string.in.h: Renamed from lib/string_.h.
14456         * modules/string (Files, Makefile.am): Use string.in.h instead of
14457         string_.h.
14458         * doc/gnulib-tool.texi (Initial import): Update.
14459         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
14460         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
14461         of sys_select_.h. Add dependency.
14462         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
14463         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
14464         of sys_socket_.h.
14465         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
14466         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
14467         sys_stat_.h.
14468         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
14469         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
14470         sys_time_.h.
14471         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
14472         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
14473         sysexits_.h.
14474         * lib/time.in.h: Renamed from lib/time_.h.
14475         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
14476         * lib/unistd.in.h: Renamed from lib/unistd_.h.
14477         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
14478         unistd_.h.
14479         * lib/wchar.in.h: Renamed from lib/wchar_.h.
14480         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
14481         wchar_.h.
14482         * lib/wctype.in.h: Renamed from lib/wctype_.h.
14483         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
14484         wctype_.h.
14485         * build-aux/bootstrap (slurp): Update.
14486         * lib/.cppi-disable: Update.
14487
14488 2007-09-30  Bruno Haible  <bruno@clisp.org>
14489
14490         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
14491         Needed on BeOS.
14492
14493 2007-09-30  Bruno Haible  <bruno@clisp.org>
14494
14495         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
14496
14497 2007-09-29  Bruno Haible  <bruno@clisp.org>
14498
14499         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
14500
14501 2007-09-29  Bruno Haible  <bruno@clisp.org>
14502
14503         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
14504         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
14505         * build-aux/install-reloc: Compile also areadlink.c.
14506         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
14507
14508 2007-09-29  Bruno Haible  <bruno@clisp.org>
14509
14510         * gnulib-tool (func_emit_initmacro_done): Indentation.
14511
14512 2007-09-29  Bruno Haible  <bruno@clisp.org>
14513
14514         * README: Add CVS checkout update instructions.
14515         Info from Bob Proulx <bob@proulx.com>.
14516
14517 2007-09-28  Eric Blake  <ebb9@byu.net>
14518
14519         Provide move-if-change.
14520         * build-aux/move-if-change: New file, based on best practice
14521         rather than any canonical upstream location.
14522
14523 2007-09-28  Jim Meyering  <jim@meyering.net>
14524
14525         Fix canonicalize loop-detection corner case.
14526         Do not attempt to stat the symlink values stored via seen_triple.
14527         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
14528         on linux-2.6.18, (but not 2.6.22).
14529         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
14530         triple_compare.  The former compares dev,ino,filename, while the latter
14531         would actually stat dirname(filename) when dev and ino were equal.
14532         * lib/hash-triple.c: Install <string.h>.
14533         (STREQ): Define.
14534         (triple_compare_ino_str): New function.
14535         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
14536
14537 2007-09-28  Eric Blake  <ebb9@byu.net>
14538
14539         Enforce that AC_REPLACE_FUNCS files exist.
14540         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
14541         override check for typos.
14542
14543         Fix test-closein on Solaris 10.
14544         * tests/test-closein.c (main): Don't assume stdin can be inherited
14545         closed on all systems.
14546         * tests/test-closein.sh: Likewise.
14547         Reported by Piotr Tarnowski.
14548
14549 2007-09-28  Jim Meyering  <jim@meyering.net>
14550
14551         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
14552
14553 2007-09-27  Jim Meyering  <jim@meyering.net>
14554
14555         canonicalize: Avoid a false-positive cycle failure.
14556         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
14557         Sort.  Remove cycle-check.
14558         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
14559         not cycle-check.h.
14560         (seen_triple): New function.
14561         (canonicalize_filename_mode): Use it instead of cycle-check.
14562         * tests/test-canonicalize.c: Add a test for this bug.
14563         * tests/test-canonicalize.sh: Set up and run the test.
14564
14565         New module, file-set, from coreutils.
14566         * modules/file-set: Define it.
14567         * lib/file-set.c, lib/file-set.h: Implement.
14568
14569         New module, hash-triple, from coreutils.
14570         * modules/hash-triple: Define it.
14571         * lib/hash-triple.c, lib/hash-triple.h: Implement.
14572
14573 2007-09-25  Eric Blake  <ebb9@byu.net>
14574
14575         Fix strerror on Interix.
14576         * lib/string_.h (strerror): Declare replacement.
14577         * doc/functions/strerror.texi (strerror): Document the Interix
14578         shortcoming.
14579         * modules/string (Makefile.am): Support new hooks.
14580         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
14581         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
14582         gl_FUNC_STRERROR_SEPARATE.
14583         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
14584         * lib/strerror.c (rpl_strerror): Provide replacement.
14585         * modules/strerror (Depends-on): Add string.
14586         (configure.ac): Detect use of module.
14587         * tests/test-strerror.c: New file.
14588         * modules/strerror-tests: New test module.
14589         * modules/argp (Depends-on): Add strerror.
14590         * modules/error (Depends-on): Likewise.
14591         Reported by Martin Koeppe.
14592
14593 2007-09-24  Bruno Haible  <bruno@clisp.org>
14594
14595         * README: Update git instructions.
14596
14597 2007-09-24  Eric Blake  <ebb9@byu.net>
14598
14599         Revert fpending breakage from 2007-09-08.
14600         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
14601         __fpending.c.
14602
14603 2007-09-24  Jim Meyering  <jim@meyering.net>
14604
14605         filenamecat.c: Add a test.
14606         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
14607         showing how the function works when DIR is the empty string.
14608
14609 2007-09-21  Simon Josefsson  <simon@josefsson.org>
14610
14611         * tests/test-canonicalize.sh: Turn on executable bit.
14612
14613 2007-09-19  Eric Blake  <ebb9@byu.net>
14614
14615         * README: Update CVS instructions.
14616
14617 2007-09-18  Bruno Haible  <bruno@clisp.org>
14618
14619         * modules/areadlink: New file.
14620         * lib/areadlink.h (areadlink): New declaration.
14621         * lib/areadlink.c: New file, based on lib/xreadlink.c.
14622
14623 2007-09-17  Jim Meyering  <jim@meyering.net>
14624
14625         * lib/savewd.c (ESTALE) [!defined]: Define.
14626         Reported to be required on Interix by Martin Koeppe.
14627
14628 2007-09-17  Bruno Haible  <bruno@clisp.org>
14629
14630         * gnulib-tool (func_version): Use $version.
14631
14632 2007-09-16  Bruno Haible  <bruno@clisp.org>
14633
14634         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
14635         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
14636         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
14637         Reported by Greg Schafer <gschafer@zip.com.au>.
14638
14639 2007-09-15  Bruno Haible  <bruno@clisp.org>
14640
14641         * gnulib-tool (sed): Try a little harder to make bash understand the
14642         alias.
14643         Reported by Bruce Korb <bruce.korb@gmail.com>.
14644
14645 2007-09-13  Eric Blake  <ebb9@byu.net>
14646
14647         * ChangeLog: Remove conflict markers.
14648
14649 2007-09-13  Simon Josefsson  <simon@josefsson.org>
14650
14651         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
14652         Reported by Bruno Haible <bruno@clisp.org>.
14653
14654 2007-09-12  Bruno Haible  <bruno@clisp.org>
14655
14656         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
14657         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
14658         is not defined.
14659
14660 2007-09-12  Eric Blake  <ebb9@byu.net>
14661
14662         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
14663         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
14664         Autoconf definition.
14665         * modules/euidaccess (Depends-on): Add extensions, for
14666         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
14667         * modules/fnmatch (Depends-on): Likewise.
14668         * modules/getaddrinfo (Depends-on): Likewise.
14669         * modules/getdelim (Depends-on): Likewise.
14670         * modules/getline (Depends-on): Likewise.
14671         * modules/getsubopt (Depends-on): Likewise.
14672         * modules/gettext (Depends-on): Likewise.
14673         * modules/group-member (Depends-on): Likewise.
14674         * modules/mbchar (Depends-on): Likewise.
14675         * modules/memmem (Depends-on): Likewise.
14676         * modules/mempcpy (Depends-on): Likewise.
14677         * modules/memrchr (Depends-on): Likewise.
14678         * modules/pagealign_alloc (Depends-on): Likewise.
14679         * modules/readutmp (Depends-on): Likewise.
14680         * modules/stpcpy (Depends-on): Likewise.
14681         * modules/stpncpy (Depends-on): Likewise.
14682         * modules/strchrnul (Depends-on): Likewise.
14683         * modules/strndup (Depends-on): Likewise.
14684         * modules/strsep (Depends-on): Likewise.
14685         * modules/strverscmp (Depends-on): Likewise.
14686         * modules/vasprintf (Depends-on): Likewise.
14687         * modules/wcwidth (Depends-on): Likewise.
14688         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
14689         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
14690         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
14691         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
14692         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
14693         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
14694         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
14695         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
14696         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
14697         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
14698         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
14699         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
14700         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
14701         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
14702         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
14703         * m4/readutmp.m4 (gl_READUTMP): Likewise.
14704         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
14705         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
14706         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
14707         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
14708         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
14709         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
14710         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
14711         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
14712         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
14713         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
14714         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
14715         so that lock.m4 can be used in gettext without extensions module.
14716
14717 2007-09-11  Bruno Haible  <bruno@clisp.org>
14718
14719         * m4/isc-posix.m4: Remove file.
14720         Suggested by Eric Blake.
14721
14722 2007-09-11  Eric Blake  <ebb9@byu.net>
14723
14724         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
14725
14726 2007-09-10  Bruno Haible  <bruno@clisp.org>
14727
14728         * posix-modules: Fix typo in error message.
14729         Reported by Matt <mkraai@beckman.com>.
14730
14731 2007-09-09  Bruno Haible  <bruno@clisp.org>
14732
14733         * doc/functions/getdelim.texi: Update list of platforms lacking the
14734         function.
14735         * doc/functions/getline.texi: Likewise.
14736
14737 2007-09-09  Jim Meyering  <jim@meyering.net>
14738
14739         * lib/hash.c (hash_initialize): Detect calloc failure.
14740         Reported by Bruno Haible.
14741
14742 2007-09-09  Bruno Haible  <bruno@clisp.org>
14743
14744         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
14745         malloc or realloc fails.
14746
14747 2007-09-09  Bruno Haible  <bruno@clisp.org>
14748
14749         * modules/getcwd (Depends-on): Add malloc-posix.
14750         * modules/glob (Depends-on): Likewise.
14751         * modules/putenv (Depends-on): Likewise.
14752         * modules/strdup (Depends-on): Likewise.
14753         * modules/getdelim (Depends-on): Add realloc-posix.
14754         * modules/read-file (Depends-on): Likewise.
14755
14756 2007-09-09  Bruno Haible  <bruno@clisp.org>
14757
14758         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
14759         (gl_FUNC_MALLOC_POSIX): Require it.
14760         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
14761         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
14762         * modules/realloc (Files): Add m4/malloc.m4.
14763         * modules/calloc (Files): Likewise.
14764
14765 2007-09-09  Bruno Haible  <bruno@clisp.org>
14766
14767         * modules/malloc-posix: New file.
14768         * modules/malloc (Depends-on): Add malloc-posix.
14769         * lib/malloc.c: Include errno.h.
14770         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
14771         and a POSIX-compatible malloc into a single function. Set ENOMEM
14772         when returning NULL.
14773         * m4/malloc.m4: New file.
14774         * doc/functions/malloc.texi: Mention the malloc-posix module.
14775         * lib/stdlib_.h (malloc): New declaration.
14776         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
14777         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
14778         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
14779         and HAVE_MALLOC_POSIX.
14780
14781 2007-09-09  Bruno Haible  <bruno@clisp.org>
14782
14783         * modules/realloc-posix: New file.
14784         * modules/realloc (Depends-on): Add realloc-posix.
14785         * lib/realloc.c: Include errno.h.
14786         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
14787         and a POSIX-compatible realloc into a single function. Set ENOMEM
14788         when returning NULL.
14789         * m4/realloc.m4: New file.
14790         * doc/functions/realloc.texi: Mention the realloc-posix module.
14791         * lib/stdlib_.h (realloc): New declaration.
14792         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
14793         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
14794         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
14795         and HAVE_REALLOC_POSIX.
14796
14797 2007-09-09  Bruno Haible  <bruno@clisp.org>
14798
14799         * modules/calloc-posix: New file.
14800         * modules/calloc (Depends-on): Add calloc-posix.
14801         * lib/calloc.c: Include errno.h.
14802         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
14803         and a POSIX-compatible calloc into a single function. Set ENOMEM
14804         when returning NULL.
14805         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
14806         * doc/functions/calloc.texi: Mention the calloc-posix module.
14807         * lib/stdlib_.h (calloc): New declaration.
14808         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
14809         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
14810         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
14811         and HAVE_CALLOC_POSIX.
14812
14813 2007-09-09  Bruno Haible  <bruno@clisp.org>
14814
14815         Allow for modules to show an arbitrary notice.
14816         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
14817         * gnulib-tool: New option --extract-notice.
14818         (func_usage): Document it.
14819         (sed_extract_prog): Update.
14820         (func_get_notice): New function.
14821         (func_modules_notice): New function.
14822         (func_import, func_create_testdir): Invoke it.
14823         Suggested by Jim Meyering.
14824
14825 2007-09-09  Bruno Haible  <bruno@clisp.org>
14826
14827         * gnulib-tool: New options --verbose, --quiet.
14828         (func_usage): Document them.
14829         (verbose): New variable.
14830         (func_execute_command): New function.
14831         (func_import): Don't show the module list and the file list if
14832         $verbose < 0.
14833         (func_create_testdir): Likewise. Use func_execute_command.
14834         (func_create_megatestdir): Use func_execute_command.
14835
14836 2007-09-08  Bruno Haible  <bruno@clisp.org>
14837
14838         * gnulib-tool (func_import): Prefer rsync over wget when available,
14839         for fetching the PO files.
14840
14841 2007-09-08  Bruno Haible  <bruno@clisp.org>
14842
14843         * posix-modules: New file. Portions copied from gnulib-tool.
14844         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
14845
14846 2007-09-08  Jim Meyering  <jim@meyering.net>
14847
14848         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
14849         * lib/fpending.h: Rename from __fpending.h.
14850         * lib/fpending.c: Rename from __fpending.c.
14851         Include "fpending.h", not "__fpending.h".
14852         * lib/__fpending.h, lib/__fpending.c: Remove files.
14853         * modules/fpending (Files): Reflect new file names.
14854         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
14855
14856 2007-09-08  Bruno Haible  <bruno@clisp.org>
14857
14858         * m4/inttypes-h.m4: Remove stub file.
14859
14860 2007-09-07  Simon Josefsson  <simon@josefsson.org>
14861
14862         * doc/headers/stdint.texi: Discuss #include_next issue.
14863
14864 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14865
14866         * build-aux/bootstrap: Remove obsolete comment about wget --help.
14867
14868 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14869
14870         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
14871         in variable name.
14872
14873 2007-09-03  Jim Meyering  <jim@meyering.net>
14874
14875         New module: git-version-gen.
14876         * modules/git-version-gen: New file.
14877
14878         Import changes from coreutils for bootstrap script.
14879
14880         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
14881
14882         bootstrap: uses rsync to download the .po files
14883         * build-aux/bootstrap (po_download_command_format): New global.
14884         (download_po_files): Use rsync.
14885         (update_po_files): Don't remove .po files after download,
14886         so future rsync runs can take advantage of the copies.
14887
14888         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
14889
14890         Solve the unnecessary-.po-file-regeneration problem once and for all.
14891         * build-aux/bootstrap (download_po_files): New function, renamed from
14892         get_translations.  Now, downloads, but doesn't update LINGUAS.
14893         (update_po_files): New function.
14894
14895         bootstrap: Ignore more.
14896         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
14897         uniwidth to e.g., lib/.gitignore.
14898         (slurp): Handle the sys_stat_.h -> sys mapping, too.
14899
14900         * build-aux/bootstrap: New setting: vc_ignore.
14901         (insert_sorted_if_absent): Create $file if absent.
14902         Adapt to new, possibly empty, list: $vc_ignore.
14903
14904         bootstrap: generate more ignorable names
14905         * build-aux/bootstrap (slurp): When generating ignorable names,
14906         also map .sin to .sed, .gperf to .c, and .y to .c.
14907
14908 2007-09-03  Jim Meyering  <jim@meyering.net>
14909
14910         * build-aux/git-version-gen: New file, from coreutils.  For details, see
14911         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
14912
14913 2007-09-02  Bruno Haible  <bruno@clisp.org>
14914
14915         Fix mis-recognition of 'mcs' on QNX 6.
14916         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
14917         output contains the string "Mono".
14918         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
14919         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
14920
14921 2007-09-01  Bruno Haible  <bruno@clisp.org>
14922
14923         Fix collision between uniwidth/* and linebreak modules.
14924         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
14925         u32_width): Remove declarations.
14926         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
14927         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
14928         streq3, streq2, streq1, streq0): Remove functions.
14929         (STREQ): Remove macro.
14930         (is_cjk_encoding): Remove function.
14931         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
14932         (uc_width, u8_width, u16_width, u32_width): Remove functions.
14933         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
14934         * NEWS: Document the change.
14935
14936 2007-09-01  Bruno Haible  <bruno@clisp.org>
14937
14938         * lib/streq.h: Add double-inclusion guard.
14939
14940 2007-09-01  Karl Berry  <karl@gnu.org>
14941
14942         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
14943
14944 2007-08-28  Jim Meyering  <jim@meyering.net>
14945
14946         Rename mreadlink_with_size to areadlink_with_size.
14947         * NEWS: Document the change.
14948         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
14949         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
14950         * lib/mreadlink.h: Rename this to...
14951         * lib/areadlink.h: ...this.
14952         * modules/mreadlink-with-size: Rename this to...
14953         * modules/areadlink-with-size: ...this.
14954         * lib/canonicalize.c: Reflect the renaming.
14955         * modules/canonicalize: Likewise.
14956
14957 2007-08-26  Bruno Haible  <bruno@clisp.org>
14958
14959         * gnulib-tool (func_import): When deciding which files to remove,
14960         consider also dangling symbolic links.
14961         Reported by Eric Blake.
14962
14963 2007-08-26  Bruno Haible  <bruno@clisp.org>
14964
14965         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
14966
14967 2007-08-23  Simon Josefsson  <simon@josefsson.org>
14968
14969         * lib/readline.c: Don't include getline.h, the prototype is now
14970         found in stdio.h.
14971
14972 2007-08-23  Jim Meyering  <jim@meyering.net>
14973
14974         Getdelim touchup.
14975         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
14976         around the funlockfile call, since funlockfile never sets errno.
14977         Don't set errno upon failed realloc.
14978
14979 2007-08-22  Eric Blake  <ebb9@byu.net>
14980
14981         Getline touchups.
14982         * lib/getdelim.c (getdelim): Revert regression that required *n to
14983         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
14984         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
14985         getdelim, rather than whether implementation is missing.
14986         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
14987         * lib/stdio_.h (getline): Also declare if replacement is
14988         required.
14989         * doc/functions/getdelim.texi: New file.
14990         * doc/functions/getline.texi: Likewise.
14991         * doc/gnulib.texi (Function Substitutes): Add new files.
14992         Reported by Bruno Haible.
14993
14994 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
14995
14996         * users.txt: Add Guile.
14997
14998 2007-08-22  Eric Blake  <ebb9@byu.net>
14999
15000         * tests/test-getdelim.c (main): Use remove, not unlink.
15001         * tests/test-getline.c (main): Likewise.
15002
15003         Move getline and getdelim into stdio.h, per POSIX 200x.
15004         * modules/getline (Files): Remove getline.h.
15005         (Depends-on): Add stdio.
15006         (configure.ac): Add module indicator.
15007         * modules/getdelim (Files): Remove getdelim.h.
15008         (Depends-on): Add stdio.
15009         (configure.ac): Add module indicator.
15010         * modules/stdio (Makefile.am): Work with new indicators.
15011         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
15012         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
15013         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
15014         * lib/getdelim.h: Delete.
15015         * lib/getline.h: Delete.
15016         * lib/stdio_.h (getdelim, getline): Declare.
15017         * modules/getdelim-tests: New module.
15018         * modules/getline-tests: Likewise.
15019         * tests/test-getdelim.c: New file.
15020         * tests/test-getline.c: Likewise.
15021         * NEWS: Document the change.
15022         * lib/getline.c: Update choice of header.
15023         * lib/csharpcomp.c: Likewise.
15024         * lib/getpass.c: Likewise.
15025         * lib/javacomp.c: Likewise.
15026         * lib/javaversion.c: Likewise.
15027         * lib/yesno.c: Likewise.
15028         * lib/getdelim.c: Likewise.
15029         (getdelim): Set errno on failure, and avoid memory leak.
15030
15031 2007-08-19  Bruno Haible  <bruno@clisp.org>
15032
15033         * modules/closein (Depends-on): Add freadahead.
15034         * lib/closein.c: Include freadahead.h.
15035         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
15036         is zero.
15037
15038 2007-08-19  Bruno Haible  <bruno@clisp.org>
15039
15040         * modules/freadahead-tests: New file.
15041         * tests/test-freadahead.sh: New file.
15042         * tests/test-freadahead.c: New file.
15043
15044         * modules/freadahead: New file.
15045         * lib/freadahead.h: New file.
15046         * lib/freadahead.c: New file.
15047         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
15048         fbufmode, fpurge, freadable, fwritable.
15049
15050 2007-08-19  Eric Blake  <ebb9@byu.net>
15051
15052         Test yesno in combination with closein.
15053         * lib/yesno.c (yesno): Document use of stdin.
15054         * modules/yesno-tests (Files): New module.
15055         * tests/test-yesno.c (main): New file.
15056         * tests/test-yesno.sh: Likewise.
15057
15058 2007-08-19  Bruno Haible  <bruno@clisp.org>
15059
15060         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
15061         * lib/fseeko.c (rpl_fseeko): Likewise.
15062         * lib/fseterr.c (fseterr): Likewise.
15063
15064 2007-08-19  Bruno Haible  <bruno@clisp.org>
15065
15066         * tests/test-lseek.c (main): Disable a test for BeOS.
15067         * doc/functions/lseek.texi: Document the BeOS bug.
15068
15069 2007-08-19  Bruno Haible  <bruno@clisp.org>
15070             Eric Blake  <ebb9@byu.net>
15071
15072         * lib/lseek.c: Include <sys/stat.h>.
15073         (rpl_lseek): Add workaround code also for Unix platforms.
15074         Needed for BeOS.
15075         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
15076         * doc/functions/lseek.texi: Document BeOS definiency.
15077
15078 2007-08-18  Bruno Haible  <bruno@clisp.org>
15079
15080         * modules/fstrcmp-tests: New file.
15081         * tests/test-fstrcmp.c: New file.
15082
15083 2007-08-18  Bruno Haible  <bruno@clisp.org>
15084
15085         * modules/fstrcmp: New file, from GNU gettext with modifications.
15086         * lib/fstrcmp.h: New file, from GNU gettext.
15087         * lib/fstrcmp.c: New file, from GNU gettext.
15088         * MODULES.html.sh (String handling): Add fstrcmp.
15089
15090 2007-08-18  Bruno Haible  <bruno@clisp.org>
15091
15092         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
15093         'bool'.
15094         (diag, compareseq): Remove const from the ctxt argument.
15095         (USE_HEURISTIC): Undefine at the end.
15096
15097 2007-08-18  Jim Meyering  <jim@meyering.net>
15098
15099         New file: lib/idcache.h
15100         * NEWS: Mention the addition.
15101         * modules/idcache (Files): Add lib/idcache.h
15102         * lib/idcache.c: Include "idcache.h".
15103         Don't include <sys/types.h>.
15104         Add a FIXME comment.
15105         Move file-scoped "static" declarations to the top.
15106         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
15107
15108 2007-08-17  Bruno Haible  <bruno@clisp.org>
15109         and Paul Eggert  <eggert@cs.ucla.edu>
15110
15111         * MODULES.html.sh: Add diffseq.
15112         * modules/diffseq: New file.
15113         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
15114         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
15115
15116 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15117
15118         Import changes from coreutils for bootstrap script.
15119
15120         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
15121
15122         * build-aux/bootstrap (slurp): Work even in environments where
15123         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
15124         current code does not slurp files whose names start with ".", and
15125         this looks like it might be a troublesome area.
15126
15127         2007-07-11  Jim Meyering  <jim@meyering.net>
15128
15129         If there's a GPL vN copyright comment, require that N == 3.
15130
15131         2007-07-08  Jim Meyering  <jim@meyering.net>
15132
15133         Run the coreutils-specific code only if tests/Makefile.am.in exists.
15134         * build-aux/bootstrap (mam_template): Move definition out of loop.
15135
15136         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
15137
15138         * build-aux/bootstrap (symlink_to_dir): Rename function from
15139         symlink_to_gnulib.  Add a directory parameter.  Update all
15140         callers.
15141         (cp_mark_as_generated): Also check for -- and link to -- files in
15142         gl/.
15143
15144         2007-07-08  Jim Meyering  <jim@meyering.net>
15145
15146         Adapt to deeper hierarchy in gnulib.
15147         * build-aux/bootstrap (symlink_to_dir): If the destination
15148         directory doesn't exist, create it. This is required at least for
15149         "lib/uniwidth/cjk.h".
15150
15151         2007-05-15  Jim Meyering  <jim@meyering.net>
15152
15153         * build-aux/bootstrap: Now that generated Makefile.am files
15154         are no longer under version control, they must be created at
15155         bootstrap time.
15156
15157 2007-08-14  Ben Pfaff  <blp@gnu.org>
15158
15159         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
15160
15161 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15162
15163         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
15164         given the changes below.
15165         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
15166         even on hosts that have padding bits beyond the supported 64.
15167
15168 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15169
15170         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
15171         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
15172         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
15173         depends on it.
15174         (xstrtol_error): Remove.
15175         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
15176         but with a different signature.
15177         (ATTRIBUTE_NORETURN, __attribute__): New macros.
15178         * lib/xstrtol-error.c: Include exitfail.h.
15179         (xstrtol_fatal): New function, with a different signature from the
15180         old xstrtol_error, so that the caller need not worry about passing
15181         in an exit status, or about storage management of the option argument.
15182         (xstrtol_error): Now a static function.  Redo signature to
15183         implement xstrtol_fatal.  Output the correct number of hyphens in
15184         front of the option so that the caller need not worry about
15185         storage management.
15186         (N_): New macro.
15187         (_): Remove; not used now.
15188         * modules/xstrtol: Depend on getopt.
15189         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
15190         of old STRTOL_FATAL_ERROR macro.
15191         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
15192         of test program.
15193         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
15194         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
15195
15196 2007-08-08  Eric Blake  <ebb9@byu.net>
15197
15198         * lib/xstrtol-error.c: Add missing include.
15199
15200         Move xstrtol messages into gnulib domain, when --pobase is used.
15201         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
15202         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
15203         * modules/xstrtol (Files): Distribute new file.
15204         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
15205         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
15206         * tests/test-xstrtol.c: ...into new file.
15207         * tests/test-xstrtoul.c: Also test xstrtoul.
15208         * tests/test-xstrtoimax.c: Also test xstrtoimax.
15209         * tests/test-xstrtoumax.c: Also test xstrtoumax.
15210         * tests/test-xstrtol.sh: Drive the tests.
15211         * tests/test-xstrtoimax.sh: Likewise.
15212         * tests/test-xstrtoumax.sh: Likewise.
15213         * modules/xstrtol-tests: New module.
15214         * modules/xstrtoimax-tests: Likewise.
15215         * modules/xstrtoumax-tests: Likewise.
15216
15217 2007-08-08  Jim Meyering  <jim@meyering.net>
15218
15219         New function: mfile_name_concat.
15220         * lib/filenamecat.c (mfile_name_concat): New function, just like
15221         file_name_concat, but return NULL upon failure rather than exiting
15222         with a diagnostic.
15223         * lib/filenamecat.h: Declare it.
15224
15225 2007-08-07  Bruno Haible  <bruno@clisp.org>
15226
15227         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
15228         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
15229         warning from gcc.
15230         Reported by Eric Blake.
15231
15232 2007-08-07  Simon Josefsson  <simon@josefsson.org>
15233
15234         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
15235         * modules/crypto/arcfour (License): Likewise.
15236         * modules/crypto/des-tests (License): Likewise.
15237         * modules/crypto/gc-arctwo-tests (License): Likewise.
15238         * modules/crypto/gc-des-tests (License): Likewise.
15239         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
15240         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
15241         * modules/crypto/gc-md2-tests (License): Likewise.
15242         * modules/crypto/gc-md4-tests (License): Likewise.
15243         * modules/crypto/gc-md5-tests (License): Likewise.
15244         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
15245         * modules/crypto/gc-rijndael-tests (License): Likewise.
15246         * modules/crypto/gc-sha1-tests (License): Likewise.
15247         * modules/crypto/gc-tests (License): Likewise.
15248         * modules/crypto/hmac-md5 (License): Likewise.
15249         * modules/crypto/hmac-sha1 (License): Likewise.
15250         * modules/crypto/md2-tests (License): Likewise.
15251         * modules/crypto/md4-tests (License): Likewise.
15252         * modules/crypto/md5 (License): Likewise.
15253         * modules/crypto/rijndael (License): Likewise.
15254         * modules/crypto/sha1 (License): Likewise.
15255         * modules/memxor (License): Likewise.
15256
15257 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15258         and Bruno Haible  <bruno@clisp.org>
15259
15260         * NEWS: Describe interface changes to human, xstrtol.
15261         * lib/human.h: Include <xstrtol.h>.
15262         (human_options): Return enum strtol_error, not int.  Remove
15263         bool arg; take int * instead.
15264         * lib/human.c: Don't include "gettext.h".
15265         (_): Remove; no longer used.
15266         Don't include <xstrtol.h>, since human.h does it.
15267         (human_options): Adjust to abovementioned interface changes.
15268         Do not report error to stderr; that's now the caller's
15269         responsibility.
15270         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
15271         interface change.
15272         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
15273         Str, Argument_type_string.  All uses changed.  Put " argument"
15274         in diagnostics to make them clearer.  Change wording of suffix
15275         message for clarity.
15276         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
15277         Argument_type_string.
15278         (STRTOL_FATAL_WARN): Remove; no longer used.
15279         * modules/human (Depends-on): Remove gettext-h.
15280
15281 2007-08-06  Simon Josefsson  <simon@josefsson.org>
15282
15283         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
15284
15285 2007-07-31  Bruno Haible  <bruno@clisp.org>
15286
15287         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
15288         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
15289         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
15290
15291 2007-07-31  Bruno Haible  <bruno@clisp.org>
15292
15293         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
15294         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
15295
15296 2007-07-30  Bruno Haible  <bruno@clisp.org>
15297
15298         * modules/base64 (License): Use the synonymous term "LGPLv2+".
15299         * modules/c-ctype (License): Likewise.
15300         * modules/c-strcase (License): Likewise.
15301         * modules/check-version (License): Likewise.
15302         * modules/iconv (License): Likewise.
15303         * modules/iconv_open (License): Likewise.
15304         * modules/read-file (License): Likewise.
15305         * modules/striconv (License): Likewise.
15306         * modules/strverscmp (License): Likewise.
15307         * modules/vasprintf (License): Likewise.
15308         * modules/crypto/des (License): Likewise.
15309         * modules/crypto/gc (License): Likewise.
15310         * modules/crypto/gc-arcfour (License): Likewise.
15311         * modules/crypto/gc-arctwo (License): Likewise.
15312         * modules/crypto/gc-des (License): Likewise.
15313         * modules/crypto/gc-hmac-md5 (License): Likewise.
15314         * modules/crypto/gc-hmac-sha1 (License): Likewise.
15315         * modules/crypto/gc-md2 (License): Likewise.
15316         * modules/crypto/gc-md4 (License): Likewise.
15317         * modules/crypto/gc-md5 (License): Likewise.
15318         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
15319         * modules/crypto/gc-random (License): Likewise.
15320         * modules/crypto/gc-rijndael (License): Likewise.
15321         * modules/crypto/gc-sha1 (License): Likewise.
15322         * modules/crypto/md2 (License): Likewise.
15323         * modules/crypto/md4 (License): Likewise.
15324
15325 2007-07-30  Jim Meyering  <jim@meyering.net>
15326
15327         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
15328         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
15329         it has valid stat data.  This bug would cause du not to count the
15330         sizes of inaccessible directories.
15331         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
15332         in <http://bugzilla.redhat.com/250077>.
15333
15334 2007-07-25  Peter O'Gorman  <peter@pogma.com>
15335             Bruno Haible  <bruno@clisp.org>
15336
15337         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
15338         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
15339         #include_next, gives a diagnostic about it, but reports no error in
15340         the exit code.
15341         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
15342
15343 2007-07-24  Ben Pfaff  <blp@gnu.org>
15344
15345         Improve name: "count-one-bits" is better than "popcount".
15346         * MODULES.html.sh: Update name.
15347         * lib/popcount.h: Renamed lib/count-one-bits.h.
15348         (popcount): Renamed count_one_bits.
15349         (popcountl): Renamed count_one_bits_l.
15350         (popcountll): Renamed count_one_bits_ll.
15351         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
15352         * modules/popcount: Renamed module/count-one-bits.
15353         * modules/popcount-tests: Renamed module/count-one-bits-tests.
15354         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
15355
15356 2007-07-23  Ben Pfaff  <blp@gnu.org>
15357
15358         * lib/popcount.h (popcount32): Reduce size of constants, to allow
15359         better code generation, and add U to large constants to avoid
15360         warnings, in non-GCC case.
15361         Suggested by Bruno Haible.
15362
15363 2007-07-23  Ben Pfaff  <blp@gnu.org>
15364
15365         * lib/popcount.h: Use verify_true instead of if...abort.
15366         * modules/popcount: Depend on verify module.
15367         Suggested by Jim Meyering.
15368
15369 2007-07-23  Bruno Haible  <bruno@clisp.org>
15370
15371         * gnulib-tool (func_import): Create a .cvsignore file also when the
15372         directory is not yet in CVS but the toplevel directory is. When
15373         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
15374         Reported by Karl Berry.
15375
15376 2007-07-22  Ben Pfaff  <blp@gnu.org>
15377
15378         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
15379         case.
15380         Suggested by Eric Blake.
15381
15382 2007-07-22  Ben Pfaff  <blp@gnu.org>
15383
15384         New module: popcount.
15385         * MODULES.html.sh: Add popcount.
15386         * modules/popcount: New file.
15387         * modules/popcount-tests: New file.
15388         * tests/test-popcount.c: New file.
15389         * lib/popcount.h: New file.
15390         * m4/popcount.m4: New file.
15391
15392 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15393
15394         * build-aux/announce-gen: Update to GPLv3.
15395
15396         * build-aux/config.guess: Update from config.
15397
15398 2007-07-21  Bruno Haible  <bruno@clisp.org>
15399
15400         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
15401         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
15402
15403 2007-07-20  Jim Meyering  <jim@meyering.net>
15404
15405         * check-module: Diagnose a self-dependency.
15406
15407 2007-07-19  Bruno Haible  <bruno@clisp.org>
15408
15409         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
15410         empty.
15411         Reported by Eric Blake.
15412
15413 2007-07-18  Bruno Haible  <bruno@clisp.org>
15414
15415         * gnulib-tool: New options --po-base, --po-domain.
15416         (func_usage): Document them.
15417         (pobase, po_domain): New variables.
15418         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
15419         DEFAULT_TEXT_DOMAIN.
15420         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
15421         (func_import): Consider pobase and po_domain. Create a po/ directory.
15422         (func_create_testdir): Set pobase and po_domain to empty.
15423         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
15424         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
15425
15426 2007-07-18  Bruno Haible  <bruno@clisp.org>
15427
15428         * gnulib-tool (func_get_automake_snippet): Synthesize also an
15429         EXTRA_DIST augmentation for files in build-aux/.
15430
15431 2007-07-16  Bruno Haible  <bruno@clisp.org>
15432
15433         * modules/lseek (License): Use the synonymous term "LGPLv2+".
15434         * modules/getdelim (License): Likewise.
15435
15436 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15437
15438         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
15439         * modules/d-type (License): Likewise.
15440         * modules/extensions (License): Likewise.
15441         * modules/fnmatch (License): Likewise.
15442         * modules/fseeko (License): Likewise.
15443         * modules/getaddrinfo (License): Likewise.
15444         * modules/getline (License): Likewise.
15445         * modules/getlogin_r (License): Likewise.
15446         * modules/getpass (License): Likewise.
15447         * modules/gettimeofday (License): Likewise.
15448         * modules/glob (License): Likewise.
15449         * modules/inet_ntop (License): Likewise.
15450         * modules/malloc (License): Likewise.
15451         * modules/malloca (License): Likewise.
15452         * modules/memmem (License): Likewise.
15453         * modules/mempcpy (License): Likewise.
15454         * modules/memset (License): Likewise.
15455         * modules/minmax (License): Likewise.
15456         * modules/mktime (License): Likewise.
15457         * modules/netinet_in (License): Likewise.
15458         * modules/pathmax (License): Likewise.
15459         * modules/poll (License): Likewise.
15460         * modules/regex (License): Likewise.
15461         * modules/snprintf (License): Likewise.
15462         * modules/stdbool (License): Likewise.
15463         * modules/stdint (License): Likewise.
15464         * modules/stdio (License): Likewise.
15465         * modules/strcase (License): Likewise.
15466         * modules/strcasestr (License): Likewise.
15467         * modules/strdup (License): Likewise.
15468         * modules/string (License): Likewise.
15469         * modules/strndup (License): Likewise.
15470         * modules/strnlen (License): Likewise.
15471         * modules/strpbrk (License): Likewise.
15472         * modules/strptime (License): Likewise.
15473         * modules/strsep (License): Likewise.
15474         * modules/sys_select (License): Likewise.
15475         * modules/sys_socket (License): Likewise.
15476         * modules/sys_stat (License): Likewise.
15477         * modules/sys_time (License): Likewise.
15478         * modules/time (License): Likewise.
15479         * modules/time_r (License): Likewise.
15480         * modules/timegm (License): Likewise.
15481         * modules/unistd (License): Likewise.
15482         * modules/vsnprintf (License): Likewise.
15483         * modules/wctype (License): Likewise.
15484
15485 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15486
15487         * modules/argz (License): LGPLv2+.
15488
15489 2007-07-15  Karl Berry  <karl@gnu.org>
15490
15491         * doc/gnulib.texi: revise node structure per new fdl.texi.
15492
15493 2007-07-14  Bruno Haible  <bruno@clisp.org>
15494
15495         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
15496         the output file.
15497         * lib/uniname/uninames.h: Regenerated.
15498
15499 2007-07-14  Karl Berry  <karl@gnu.org>
15500
15501         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
15502         omitting sectioning and index commands.
15503
15504 2007-07-13  Bruno Haible  <bruno@clisp.org>
15505
15506         New gnulib-tool option --more-symlinks.
15507         * gnulib-tool (func_usage): Document --more-symlinks.
15508         (do_copyrights): New variable.
15509         Recognize option --more-symlinks.
15510         (func_import): Don't add a copyright notice transform to
15511         sed_transform_lib_file if do_copyrights is empty.
15512
15513 2007-07-13  Bruno Haible  <bruno@clisp.org>
15514
15515         * lib/vasnprintf.c (decimal_point_char): Define also if
15516         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
15517         && !NEED_PRINTF_DIRECTIVE_A.
15518         Reported by Clemens Koller <clemens.koller@anagramm.de> via
15519         Gary V. Vaughan <gary@gnu.org>.
15520
15521 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
15522
15523         * lib/inttypes_.h: Undo previous change, since it was fixed
15524         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
15525
15526 2007-07-13  Bruno Haible  <bruno@clisp.org>
15527
15528         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
15529         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
15530
15531 2007-07-13  Jim Meyering  <jim@meyering.net>
15532
15533         df: Don't fail for Tru64's "file-on-file mount".
15534         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
15535         so we fall through and use statfs instead.  Details here:
15536         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
15537         Reported by Albert Chin.
15538
15539 2007-07-13  Bruno Haible  <bruno@clisp.org>
15540
15541         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
15542         * modules/configmake (License): Likewise.
15543         * modules/gettext (License): Likewise.
15544         * modules/gettext-h (License): Likewise.
15545         * modules/include_next (License): Likewise.
15546         * modules/link-warning (License): Likewise.
15547         * modules/localcharset (License): Likewise.
15548         * modules/localename (License): Likewise.
15549         * modules/lock (License): Likewise.
15550         * modules/relocatable-lib-lgpl (License): Likewise.
15551         * modules/size_max (License): Likewise.
15552         * modules/vasnprintf (License): Likewise.
15553         * modules/wchar (License): Likewise.
15554         * modules/xsize (License): Likewise.
15555
15556 2007-07-13  Bruno Haible  <bruno@clisp.org>
15557
15558         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
15559         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
15560
15561 2007-07-12  Bruno Haible  <bruno@clisp.org>
15562
15563         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
15564         in the modules files.
15565
15566 2007-07-11  Karl Berry  <karl@gnu.org>
15567
15568         * MODULES.html.sh (func_module): use
15569          sed -e '\|^'"${includefile}"'$|d'
15570          instead of /.../d, to avoid errors on $includefile's containing /.
15571
15572 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15573
15574         * gnulib-tool (func_import): Avoid duplication of --avoid
15575         statements
15576         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
15577         names to `_' in variable names.
15578
15579 2007-07-10  Eric Blake  <ebb9@byu.net>
15580
15581         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
15582         * NEWS: Document this change.
15583
15584 2007-07-08  Bruno Haible  <bruno@clisp.org>
15585
15586         Update to Unicode 5.0.
15587         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
15588         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
15589         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
15590         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
15591         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
15592         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
15593         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
15594         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
15595         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
15596         U+10A3F, U+1D242..U+1D244.
15597         (nonspacing_table_ind): Update.
15598         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
15599         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
15600
15601 2007-07-08  Bruno Haible  <bruno@clisp.org>
15602
15603         Update to Unicode 5.0.
15604         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
15605         code transform. Extend the name index field of unicode_name_to_code and
15606         unicode_code_to_name from 16 to 24 bits.
15607         * lib/uniname/uniname.c (unicode_character_name,
15608         unicode_name_character): Add the range 0x12xxx to the code transform.
15609         * lib/uniname/uninames.h: Regenerated.
15610         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
15611
15612 2007-07-07  Bruno Haible  <bruno@clisp.org>
15613
15614         * modules/wcwidth-tests: New file.
15615         * tests/test-wcwidth.c: New file.
15616
15617         Work around MacOS X wcwidth() bug.
15618         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
15619         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
15620         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
15621         original wcwidth in non-UTF-8 locales.
15622         * modules/wcwidth (Depends-on): Add localcharset, streq,
15623         uniwidth/width.
15624         * doc/functions/wcwidth.texi: Update.
15625
15626 2007-07-07  Bruno Haible  <bruno@clisp.org>
15627
15628         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
15629         (wcwidth): New declaration.
15630         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
15631         macros.
15632         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
15633         here. Prepare for creating <wchar.h> unconditionally.
15634         * modules/wchar (Depends-on): Add link-warning.
15635         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
15636         REPLACE_WCWIDTH, and GL_LINK_WARNING.
15637         * lib/wcwidth.h: Remove file.
15638         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
15639         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
15640         * modules/wcwidth (Files): Remove lib/wcwidth.h.
15641         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
15642         (Include): Replace wcwidth.h with <wchar.h>.
15643         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
15644         * lib/mbchar.h: Don't include wcwidth.h.
15645         * lib/mbswidth.c: Likewise.
15646         * NEWS: Mention the change.
15647
15648 2007-07-07  Bruno Haible  <bruno@clisp.org>
15649
15650         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
15651         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
15652         definition with an external declaration.
15653         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
15654         defined as a function. Remove AC_C_INLINE requirement.
15655         * modules/wcwidth (Files): Add lib/wcwidth.c.
15656         (Makefile.am): Remove redundant statement.
15657
15658 2007-07-07  Bruno Haible  <bruno@clisp.org>
15659
15660         * MODULES.html.sh (Unicode string functions): Add the new modules.
15661
15662         * tests/uniwidth/test-u32-strwidth.c: New file.
15663         * modules/uniwidth/u32-strwidth-tests: New file.
15664
15665         * lib/uniwidth/u32-strwidth.c: New file.
15666         * modules/uniwidth/u32-strwidth: New file.
15667
15668         * tests/uniwidth/test-u16-strwidth.c: New file.
15669         * modules/uniwidth/u16-strwidth-tests: New file.
15670
15671         * lib/uniwidth/u16-strwidth.c: New file.
15672         * modules/uniwidth/u16-strwidth: New file.
15673
15674         * tests/uniwidth/test-u8-strwidth.c: New file.
15675         * modules/uniwidth/u8-strwidth-tests: New file.
15676
15677         * lib/uniwidth/u8-strwidth.c: New file.
15678         * modules/uniwidth/u8-strwidth: New file.
15679
15680         * tests/uniwidth/test-u32-width.c: New file.
15681         * modules/uniwidth/u32-width-tests: New file.
15682
15683         * lib/uniwidth/u32-width.c: New file.
15684         * modules/uniwidth/u32-width: New file.
15685
15686         * tests/uniwidth/test-u16-width.c: New file.
15687         * modules/uniwidth/u16-width-tests: New file.
15688
15689         * lib/uniwidth/u16-width.c: New file.
15690         * modules/uniwidth/u16-width: New file.
15691
15692         * tests/uniwidth/test-u8-width.c: New file.
15693         * modules/uniwidth/u8-width-tests: New file.
15694
15695         * lib/uniwidth/u8-width.c: New file.
15696         * modules/uniwidth/u8-width: New file.
15697
15698         * tests/uniwidth/test-uc_width.c: New file.
15699         * modules/uniwidth/width-tests: New file.
15700
15701         * lib/uniwidth/width.c: New file, from GNU libiconv.
15702         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
15703         * modules/uniwidth/width: New file.
15704
15705         * lib/uniwidth.h: New file, from GNU libiconv.
15706         * modules/uniwidth/base: New file.
15707
15708 2007-07-07  Bruno Haible  <bruno@clisp.org>
15709
15710         * lib/uniname.h: New file, from GNU gettext.
15711         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
15712         * lib/uniname/uninames.h: New file, from GNU gettext.
15713         * lib/uniname/uniname.c: New file, from GNU gettext.
15714         * tests/uniname/test-uninames.sh: New file.
15715         * tests/uniname/test-uninames.c: New file, from GNU gettext.
15716         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
15717         * modules/uniname/base: New file.
15718         * modules/uniname/uniname: New file.
15719         * modules/uniname/uniname-tests: New file.
15720         * MODULES.html.sh (Unicode string functions): Add the new modules.
15721
15722 2007-07-06  Bruno Haible  <bruno@clisp.org>
15723
15724         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
15725
15726 2007-07-06  Bruno Haible  <bruno@clisp.org>
15727
15728         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
15729         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
15730         includes <cygwin/sys_time.h> which includes <sys/select.h> which
15731         include <sys/time.h>.
15732         Reported by Eric Blake.
15733
15734 2007-07-06  Eric Blake  <ebb9@byu.net>
15735
15736         Fix testing canonicalize on cygwin.
15737         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
15738         Revert patch from 2007-06-19.
15739         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
15740         canonicalize module is also in use.
15741         * tests/test-canonicalize.c: New file.
15742         * tests/test-canonicalize.sh: Likewise.
15743         * modules/canonicalize-tests: Likewise.
15744
15745 2007-07-06  Jim Meyering  <jim@meyering.net>
15746
15747         * lib/getugroups.c (getugroups): Detect getgrent failure.
15748         Adjust comment to reflect reality: this function may return -1.
15749
15750 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
15751
15752         * build-aux/bootstrap (TP_URL,get_translations): Update to use
15753         the new TP address.
15754         (usage): Fix typo
15755         (gnulib_mk): New variable.
15756
15757 2007-07-05  Jim Meyering  <jim@meyering.net>
15758
15759         Don't let endgrent clobber errno, no matter how improbable.
15760         * lib/getugroups.c (getugroups): Save and restore errno around
15761         endgrent call.
15762
15763         Close the group DB even when failing with 2^31 or more members.
15764         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
15765
15766 2007-07-04  Jim Meyering  <jim@meyering.net>
15767
15768         * lib/getugroups.h: New file.
15769         * lib/getugroups.c: Include "getugroups.h".
15770         Remove uses of "register" keyword.
15771         Move local variable, "cp", down into scope where used.
15772         Give "username" parameter the "const" attribute.
15773         * modules/getugroups (Files): Add lib/getugroups.h
15774
15775 2007-07-04  Karl Berry  <karl@gnu.org>
15776
15777         * MODULES.html.sh (func_all_modules): Complete rename of
15778         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
15779
15780 2007-07-02  Bruno Haible  <bruno@clisp.org>
15781
15782         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
15783         mode, when inttypes.h comes from gnulib.
15784         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
15785
15786 2007-07-02  Simon Josefsson  <simon@josefsson.org>
15787
15788         * NEWS: Mention lgpl module name change.
15789
15790         * modules/lgpl-2.1: Renamed from lgpl.
15791
15792         * NEWS: Mention gpl module name change.
15793
15794         * modules/gpl-3.0: New file, based on gpl-2.0.
15795
15796         * modules/gpl-2.0: Renamed from gpl.
15797
15798         * modules/gpl: Fix filename, doc/gpl.texi is now found at
15799         doc/gpl-2.0.texi.
15800
15801 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
15802
15803         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
15804         #define __STDC_LIMIT_MACROS temporarily while including
15805         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
15806         Problem reported by Joel E. Denny in
15807         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
15808
15809 2007-07-01  Bruno Haible  <bruno@clisp.org>
15810
15811         * lib/unistdio.h: New file.
15812         * lib/unistdio/u-asnprintf.h: New file.
15813         * lib/unistdio/u-asprintf.h: New file.
15814         * lib/unistdio/u-printf-args.c: New file.
15815         * lib/unistdio/u-printf-args.h: New file.
15816         * lib/unistdio/u-printf-parse.h: New file.
15817         * lib/unistdio/u-snprintf.h: New file.
15818         * lib/unistdio/u-sprintf.h: New file.
15819         * lib/unistdio/u-vasprintf.h: New file.
15820         * lib/unistdio/u-vsnprintf.h: New file.
15821         * lib/unistdio/u-vsprintf.h: New file.
15822         * lib/unistdio/ulc-asnprintf.c: New file.
15823         * lib/unistdio/ulc-asprintf.c: New file.
15824         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
15825         * lib/unistdio/ulc-printf-parse.c: New file.
15826         * lib/unistdio/ulc-snprintf.c: New file.
15827         * lib/unistdio/ulc-sprintf.c: New file.
15828         * lib/unistdio/ulc-vasnprintf.c: New file.
15829         * lib/unistdio/ulc-vasprintf.c: New file.
15830         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
15831         * lib/unistdio/ulc-vsnprintf.c: New file.
15832         * lib/unistdio/ulc-vsprintf.c: New file.
15833         * lib/unistdio/u8-asnprintf.c: New file.
15834         * lib/unistdio/u8-asprintf.c: New file.
15835         * lib/unistdio/u8-printf-parse.c: New file.
15836         * lib/unistdio/u8-snprintf.c: New file.
15837         * lib/unistdio/u8-sprintf.c: New file.
15838         * lib/unistdio/u8-vasnprintf.c: New file.
15839         * lib/unistdio/u8-vasprintf.c: New file.
15840         * lib/unistdio/u8-vsnprintf.c: New file.
15841         * lib/unistdio/u8-vsprintf.c: New file.
15842         * lib/unistdio/u8-u8-asnprintf.c: New file.
15843         * lib/unistdio/u8-u8-asprintf.c: New file.
15844         * lib/unistdio/u8-u8-snprintf.c: New file.
15845         * lib/unistdio/u8-u8-sprintf.c: New file.
15846         * lib/unistdio/u8-u8-vasnprintf.c: New file.
15847         * lib/unistdio/u8-u8-vasprintf.c: New file.
15848         * lib/unistdio/u8-u8-vsnprintf.c: New file.
15849         * lib/unistdio/u8-u8-vsprintf.c: New file.
15850         * lib/unistdio/u16-asnprintf.c: New file.
15851         * lib/unistdio/u16-asprintf.c: New file.
15852         * lib/unistdio/u16-printf-parse.c: New file.
15853         * lib/unistdio/u16-snprintf.c: New file.
15854         * lib/unistdio/u16-sprintf.c: New file.
15855         * lib/unistdio/u16-vasnprintf.c: New file.
15856         * lib/unistdio/u16-vasprintf.c: New file.
15857         * lib/unistdio/u16-vsnprintf.c: New file.
15858         * lib/unistdio/u16-vsprintf.c: New file.
15859         * lib/unistdio/u16-u16-asnprintf.c: New file.
15860         * lib/unistdio/u16-u16-asprintf.c: New file.
15861         * lib/unistdio/u16-u16-snprintf.c: New file.
15862         * lib/unistdio/u16-u16-sprintf.c: New file.
15863         * lib/unistdio/u16-u16-vasnprintf.c: New file.
15864         * lib/unistdio/u16-u16-vasprintf.c: New file.
15865         * lib/unistdio/u16-u16-vsnprintf.c: New file.
15866         * lib/unistdio/u16-u16-vsprintf.c: New file.
15867         * lib/unistdio/u32-asnprintf.c: New file.
15868         * lib/unistdio/u32-asprintf.c: New file.
15869         * lib/unistdio/u32-printf-parse.c: New file.
15870         * lib/unistdio/u32-snprintf.c: New file.
15871         * lib/unistdio/u32-sprintf.c: New file.
15872         * lib/unistdio/u32-vasnprintf.c: New file.
15873         * lib/unistdio/u32-vasprintf.c: New file.
15874         * lib/unistdio/u32-vsnprintf.c: New file.
15875         * lib/unistdio/u32-vsprintf.c: New file.
15876         * lib/unistdio/u32-u32-asnprintf.c: New file.
15877         * lib/unistdio/u32-u32-asprintf.c: New file.
15878         * lib/unistdio/u32-u32-snprintf.c: New file.
15879         * lib/unistdio/u32-u32-sprintf.c: New file.
15880         * lib/unistdio/u32-u32-vasnprintf.c: New file.
15881         * lib/unistdio/u32-u32-vasprintf.c: New file.
15882         * lib/unistdio/u32-u32-vsnprintf.c: New file.
15883         * lib/unistdio/u32-u32-vsprintf.c: New file.
15884         * tests/unistdio/test-ulc-asnprintf1.c: New file.
15885         * tests/unistdio/test-ulc-asnprintf1.h: New file.
15886         * tests/unistdio/test-ulc-printf1.h: New file.
15887         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
15888         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
15889         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
15890         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
15891         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
15892         * tests/unistdio/test-ulc-vasprintf1.c: New file.
15893         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
15894         * tests/unistdio/test-ulc-vsprintf1.c: New file.
15895         * tests/unistdio/test-u8-asnprintf1.c: New file.
15896         * tests/unistdio/test-u8-asnprintf1.h: New file.
15897         * tests/unistdio/test-u8-printf1.h: New file.
15898         * tests/unistdio/test-u8-vasnprintf1.c: New file.
15899         * tests/unistdio/test-u8-vasnprintf2.c: New file.
15900         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
15901         * tests/unistdio/test-u8-vasnprintf3.c: New file.
15902         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
15903         * tests/unistdio/test-u8-vasprintf1.c: New file.
15904         * tests/unistdio/test-u8-vsnprintf1.c: New file.
15905         * tests/unistdio/test-u8-vsprintf1.c: New file.
15906         * tests/unistdio/test-u16-asnprintf1.c: New file.
15907         * tests/unistdio/test-u16-asnprintf1.h: New file.
15908         * tests/unistdio/test-u16-printf1.h: New file.
15909         * tests/unistdio/test-u16-vasnprintf1.c: New file.
15910         * tests/unistdio/test-u16-vasnprintf2.c: New file.
15911         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
15912         * tests/unistdio/test-u16-vasnprintf3.c: New file.
15913         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
15914         * tests/unistdio/test-u16-vasprintf1.c: New file.
15915         * tests/unistdio/test-u16-vsnprintf1.c: New file.
15916         * tests/unistdio/test-u16-vsprintf1.c: New file.
15917         * tests/unistdio/test-u32-asnprintf1.c: New file.
15918         * tests/unistdio/test-u32-asnprintf1.h: New file.
15919         * tests/unistdio/test-u32-printf1.h: New file.
15920         * tests/unistdio/test-u32-vasnprintf1.c: New file.
15921         * tests/unistdio/test-u32-vasnprintf2.c: New file.
15922         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
15923         * tests/unistdio/test-u32-vasnprintf3.c: New file.
15924         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
15925         * tests/unistdio/test-u32-vasprintf1.c: New file.
15926         * tests/unistdio/test-u32-vsnprintf1.c: New file.
15927         * tests/unistdio/test-u32-vsprintf1.c: New file.
15928         * modules/unistdio/base: New file.
15929         * modules/unistdio/u-printf-args: New file.
15930         * modules/unistdio/ulc-asnprintf: New file.
15931         * modules/unistdio/ulc-asprintf: New file.
15932         * modules/unistdio/ulc-fprintf: New file.
15933         * modules/unistdio/ulc-printf-parse: New file.
15934         * modules/unistdio/ulc-snprintf: New file.
15935         * modules/unistdio/ulc-sprintf: New file.
15936         * modules/unistdio/ulc-vasnprintf: New file.
15937         * modules/unistdio/ulc-vasprintf: New file.
15938         * modules/unistdio/ulc-vfprintf: New file.
15939         * modules/unistdio/ulc-vsnprintf: New file.
15940         * modules/unistdio/ulc-vsprintf: New file.
15941         * modules/unistdio/u8-asnprintf: New file.
15942         * modules/unistdio/u8-asprintf: New file.
15943         * modules/unistdio/u8-printf-parse: New file.
15944         * modules/unistdio/u8-snprintf: New file.
15945         * modules/unistdio/u8-sprintf: New file.
15946         * modules/unistdio/u8-vasnprintf: New file.
15947         * modules/unistdio/u8-vasprintf: New file.
15948         * modules/unistdio/u8-vsnprintf: New file.
15949         * modules/unistdio/u8-vsprintf: New file.
15950         * modules/unistdio/u8-u8-asnprintf: New file.
15951         * modules/unistdio/u8-u8-asprintf: New file.
15952         * modules/unistdio/u8-u8-snprintf: New file.
15953         * modules/unistdio/u8-u8-sprintf: New file.
15954         * modules/unistdio/u8-u8-vasnprintf: New file.
15955         * modules/unistdio/u8-u8-vasprintf: New file.
15956         * modules/unistdio/u8-u8-vsnprintf: New file.
15957         * modules/unistdio/u8-u8-vsprintf: New file.
15958         * modules/unistdio/u16-asnprintf: New file.
15959         * modules/unistdio/u16-asprintf: New file.
15960         * modules/unistdio/u16-printf-parse: New file.
15961         * modules/unistdio/u16-snprintf: New file.
15962         * modules/unistdio/u16-sprintf: New file.
15963         * modules/unistdio/u16-vasnprintf: New file.
15964         * modules/unistdio/u16-vasprintf: New file.
15965         * modules/unistdio/u16-vsnprintf: New file.
15966         * modules/unistdio/u16-vsprintf: New file.
15967         * modules/unistdio/u16-u16-asnprintf: New file.
15968         * modules/unistdio/u16-u16-asprintf: New file.
15969         * modules/unistdio/u16-u16-snprintf: New file.
15970         * modules/unistdio/u16-u16-sprintf: New file.
15971         * modules/unistdio/u16-u16-vasnprintf: New file.
15972         * modules/unistdio/u16-u16-vasprintf: New file.
15973         * modules/unistdio/u16-u16-vsnprintf: New file.
15974         * modules/unistdio/u16-u16-vsprintf: New file.
15975         * modules/unistdio/u32-asnprintf: New file.
15976         * modules/unistdio/u32-asprintf: New file.
15977         * modules/unistdio/u32-printf-parse: New file.
15978         * modules/unistdio/u32-snprintf: New file.
15979         * modules/unistdio/u32-sprintf: New file.
15980         * modules/unistdio/u32-vasnprintf: New file.
15981         * modules/unistdio/u32-vasprintf: New file.
15982         * modules/unistdio/u32-vsnprintf: New file.
15983         * modules/unistdio/u32-vsprintf: New file.
15984         * modules/unistdio/u32-u32-asnprintf: New file.
15985         * modules/unistdio/u32-u32-asprintf: New file.
15986         * modules/unistdio/u32-u32-snprintf: New file.
15987         * modules/unistdio/u32-u32-sprintf: New file.
15988         * modules/unistdio/u32-u32-vasnprintf: New file.
15989         * modules/unistdio/u32-u32-vasprintf: New file.
15990         * modules/unistdio/u32-u32-vsnprintf: New file.
15991         * modules/unistdio/u32-u32-vsprintf: New file.
15992         * modules/unistdio/ulc-asnprintf-tests: New file.
15993         * modules/unistdio/ulc-vasnprintf-tests: New file.
15994         * modules/unistdio/ulc-vasprintf-tests: New file.
15995         * modules/unistdio/ulc-vsnprintf-tests: New file.
15996         * modules/unistdio/ulc-vsprintf-tests: New file.
15997         * modules/unistdio/u8-asnprintf-tests: New file.
15998         * modules/unistdio/u8-vasnprintf-tests: New file.
15999         * modules/unistdio/u8-vasprintf-tests: New file.
16000         * modules/unistdio/u8-vsnprintf-tests: New file.
16001         * modules/unistdio/u8-vsprintf-tests: New file.
16002         * modules/unistdio/u16-asnprintf-tests: New file.
16003         * modules/unistdio/u16-vasnprintf-tests: New file.
16004         * modules/unistdio/u16-vasprintf-tests: New file.
16005         * modules/unistdio/u16-vsnprintf-tests: New file.
16006         * modules/unistdio/u16-vsprintf-tests: New file.
16007         * modules/unistdio/u32-asnprintf-tests: New file.
16008         * modules/unistdio/u32-vasnprintf-tests: New file.
16009         * modules/unistdio/u32-vasprintf-tests: New file.
16010         * modules/unistdio/u32-vsnprintf-tests: New file.
16011         * modules/unistdio/u32-vsprintf-tests: New file.
16012         * MODULES.html.sh (Unicode string functions): Add the new modules.
16013
16014 2007-07-01  Bruno Haible  <bruno@clisp.org>
16015
16016         * lib/sprintf.c (sprintf): Limit the available length estimation,
16017         to avoid address wraparound.
16018         * lib/vsprintf.c (vsprintf): Likewise.
16019         * modules/sprintf-posix (Dependencies): Add stdint.
16020         * modules/vsprintf-posix (Dependencies): Likewise.
16021
16022 2007-07-01  Bruno Haible  <bruno@clisp.org>
16023
16024         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
16025         Windows PATH as well. Conservative double-quoting. Comments.
16026
16027 2007-07-01  Bruno Haible  <bruno@clisp.org>
16028             Eric Blake  <ebb9@byu.net>
16029             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16030
16031         * gnulib-tool (self_abspathname): Fix algorithm to cope with
16032         empty components in $PATH, denoting '.'.
16033
16034 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16035
16036         * gnulib-tool: Fix indentation.
16037         (func_create_megatestdir): Likewise.
16038         Report by Bruno Haible.
16039
16040 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16041
16042         Sync from Automake.
16043         * build-aux/gnupload: Fix shell portability issues with for loops.
16044         Report by Karl Berry.
16045
16046 2007-06-29  Simon Josefsson  <simon@josefsson.org>
16047
16048         * build-aux/maint.mk (POURL): Use translationproject.org.
16049
16050 2007-06-27  Simon Josefsson  <simon@josefsson.org>
16051             Bruno Haible  <bruno@clisp.org>
16052
16053         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
16054         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
16055         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
16056         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
16057         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
16058
16059 2007-06-27  Bruno Haible  <bruno@clisp.org>
16060
16061         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
16062         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
16063
16064 2007-06-26  Karl Berry  <karl@gnu.org>
16065
16066         * MODULES.html.sh: remove xreadlink-with-size.
16067
16068 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16069
16070         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
16071         method that I hope also handles the double-include problem noted
16072         by Bruno Haible in
16073         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
16074
16075 2007-06-23  Bruno Haible  <bruno@clisp.org>
16076
16077         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16078         Don't let the 'mostlyclean' target fail if the last subdirectory could
16079         not be removed.
16080         Reported by Karl Berry.
16081
16082 2007-06-23  Bruno Haible  <bruno@clisp.org>
16083
16084         * gnulib-tool (echo): Add a speedier workaround for ksh.
16085         * tests/test-echo.sh: Likewise.
16086
16087 2007-06-23  Bruno Haible  <bruno@clisp.org>
16088
16089         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
16090         * tests/test-echo.sh: Likewise.
16091
16092 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16093
16094         * gnulib-tool (IFS): Initialize early, so we don't set it to
16095         empty later.
16096         (self_abspathname): Rewrite algorithm to set it, reindent.
16097         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
16098         (func_create_megatestdir): Merge some sed scripts.
16099
16100 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16101
16102         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
16103         exposed by Sun Studio 11 cc on Solaris 8.
16104
16105 2007-06-22  Bruno Haible  <bruno@clisp.org>
16106
16107         * gnulib-tool (echo): Ensure the echo primitive does not interpret
16108         backslashes.
16109         * tests/test-echo.sh: New file.
16110
16111 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16112
16113         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
16114         simplify `sed_replace_build_aux' scripts, they are portable but
16115         echoing them with `echo' is not.
16116         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
16117
16118 2007-06-21  Karl Berry  <karl@gnu.org>
16119
16120         * config/srclist.txt: guess we can't handle the licenses via
16121         srclist at the moment.
16122
16123 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
16124
16125         * MODULES.html.sh: Add include_next.
16126         * modules/include_next: New file.
16127
16128 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
16129
16130         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
16131         INCLUDE_NEXT.
16132         (gl_CHECK_NEXT_HEADERS): New macro.
16133         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
16134         the obsolescent gl_ABSOLUTE_HEADER.
16135         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
16136         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
16137         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
16138         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
16139         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
16140         * m4/math_h.m4 (gl_MATH_H): Likewise.
16141         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
16142         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
16143         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
16144         * m4/stdint.m4 (gl_STDINT_H): Likewise.
16145         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
16146         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
16147         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
16148         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
16149         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
16150         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
16151         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
16152         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
16153         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
16154         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
16155         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
16156         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
16157         * m4/inttypes.m4 (gl_INTTYPES_H): Define
16158         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
16159         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
16160         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
16161         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
16162         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
16163         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
16164         * lib/float_.h: Likewise.
16165         * lib/inttypes_.h: Likewise.
16166         * lib/math_.h: Likewise.
16167         * lib/search_.h: Likewise.
16168         * lib/signal_.h: Likewise.
16169         * lib/stdint_.h: Likewise.
16170         * lib/stdio_.h: Likewise.
16171         * lib/stdlib_.h: Likewise.
16172         * lib/string_.h: Likewise.
16173         * lib/sys_stat_.h: Likewise.
16174         * lib/sys_time_.h: Likewise.
16175         * lib/time_.h: Likewise.
16176         * lib/unistd_.h: Likewise.
16177         * lib/wchar_.h: Likewise.
16178         * lib/wctype_.h: Likewise.
16179         * lib/dirent_.h: Likewise.
16180         * lib/iconv_.h: Likewise.
16181         * lib/locale_.h: Likewise.
16182         * lib/netinet_in_.h: Likewise.
16183         * lib/sys_select_.h: Likewise.
16184         * lib/sys_socket_.h: Likewise.
16185         * lib/sysexits_.h: Likewise.
16186         * modules/fcntl (Depends-on): Depend on include_next, not
16187         absolute_header.
16188         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
16189         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
16190         * modules/fchdir: Likewise.
16191         * modules/float: Likewise.
16192         * modules/iconv_open: Likewise.
16193         * modules/inttypes: Likewise.
16194         * modules/locale: Likewise.
16195         * modules/math: Likewise.
16196         * modules/netinet_in: Likewise.
16197         * modules/search: Likewise.
16198         * modules/signal: Likewise.
16199         * modules/stdint: Likewise.
16200         * modules/stdio: Likewise.
16201         * modules/stdlib: Likewise.
16202         * modules/string: Likewise.
16203         * modules/sys_select: Likewise.
16204         * modules/sys_socket: Likewise.
16205         * modules/sys_stat: Likewise.
16206         * modules/sys_time: Likewise.
16207         * modules/sysexits: Likewise.
16208         * modules/time: Likewise.
16209         * modules/unistd: Likewise.
16210         * modules/wchar: Likewise.
16211         * modules/wctype: Likewise.
16212         * modules/sys_stat: Change maintainer to "all".
16213         * modules/unistd: Likewise.
16214
16215 2007-06-20  Karl Berry  <karl@gnu.org>
16216
16217         * config/srclist.txt: track www changes in license files.
16218
16219 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
16220
16221         * build-aux/bootstrap: Remove stray dot.
16222         Make sure build_aux settings are honored when linking
16223         gnulib_extra_files.
16224
16225 2007-06-19  Eric Blake  <ebb9@byu.net>
16226
16227         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
16228         Allow compilation on cygwin.
16229
16230 2007-06-19  Jim Meyering  <jim@meyering.net>
16231
16232         xreadlink-with-size: Remove module.  No longer used.
16233         Ex-callers now use xreadlink or mreadlink-with-size.
16234         * modules/xreadlink-with-size: Remove module.
16235         * lib/xreadlink-with-size.c: Remove file.
16236         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
16237         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
16238         just before the function definition *is* accurate.
16239
16240         Eliminate one way canonicalize_filename_mode could exit.
16241         * lib/canonicalize.c (canonicalize_filename_mode):
16242         Use mreadlink_with_size, not xreadlink_with_size.
16243
16244 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
16245
16246         Detect porting problems to FreeBSD/arm, which has time_t wider than
16247         long int.  Original problem reported for GNU diff by Xin Li in
16248         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
16249         * modules/getdate (Depends-on): Add intprops, verify.
16250         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
16251         is an integer type no wider than long int.
16252
16253 2007-06-18  Jim Meyering  <jim@meyering.net>
16254
16255         New module: mreadlink-with-size.
16256         * MODULES.html.sh: Add mreadlink-with-size.
16257         * modules/mreadlink-with-size: New module
16258         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
16259         not xreadlink-with-size.
16260         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
16261
16262 2007-06-16  Bruno Haible  <bruno@clisp.org>
16263
16264         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
16265         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
16266         Reported by Gary V. Vaughan <gary@gnu.org>.
16267
16268 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
16269
16270         Revamp lchown so that it lives in unistd.h where it belongs.
16271         * lib/lchown.h: Remove.
16272         * lib/dirchownmod.c: Don't include lib/lchown.h.
16273         * lib/fchownat.c: Likewise.
16274         * lib/openat.c: Likewise.
16275         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
16276         does not follow symlinks.
16277         (EOPNOTSUPP): Define if not defined.
16278         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
16279         is defined to 0.
16280         (lchown): New decl.
16281         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
16282         Do not check for lchown decl.
16283         Set REPLACE_LCHOWN.
16284         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
16285         REPLACE_LCHOWN.
16286         * modules/chown: Make it clear it follows symlinks.
16287         * modules/lchown: Make it clear it doesn't follow symlinks.
16288         (Files): Remove lib/lchown.h
16289         (Depends-on): Add unistd.
16290         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
16291         (Include): Include <unistd.h>, not "lchown.h".
16292         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
16293         REPLACE_LCHOWN.
16294
16295 2007-06-15  Jim Meyering  <jim@meyering.net>
16296
16297         Change license (GPL to LGPL) of fsusage and dependents.
16298         * modules/fsusage (License): Change to LGPL.
16299         * modules/full-read (License): Likewise.
16300         * modules/full-write (License): Likewise.
16301         * modules/safe-read (License): Likewise.
16302         * modules/safe-write (License): Likewise.
16303
16304 2007-06-14  Ben Pfaff  <blp@gnu.org>
16305
16306         Missing part of allocsa -> malloca transition.
16307         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
16308         gl_MALLOCA.
16309
16310 2007-06-12  Bruno Haible  <bruno@clisp.org>
16311
16312         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
16313         to ia64, x86_64, i386.
16314         Reported by Eric Blake.
16315
16316 2007-06-12  Bruno Haible  <bruno@clisp.org>
16317
16318         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
16319         cross-compiling to x86_64.
16320
16321 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
16322
16323         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
16324         glitch reported by Ralf Wildenhues in
16325         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
16326
16327         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
16328         Vin Shelton.
16329
16330 2007-06-11  Bruno Haible  <bruno@clisp.org>
16331
16332         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
16333         replacement string.
16334         Reported by Eric Blake.
16335
16336 2007-06-10  Bruno Haible  <bruno@clisp.org>
16337
16338         Prepare vasnprintf code for use with Unicode strings.
16339         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
16340         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
16341         TYPE_U32_STRING.
16342         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
16343         a_u32_string variants.
16344         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
16345         * lib/printf-args.c: Don't include config.h and the specification
16346         header if PRINTF_FETCHARGS is already defined.
16347         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
16348         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
16349         TYPE_U16_STRING, TYPE_U32_STRING.
16350         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
16351         u16_directive, u16_directives, u32_directive, u32_directives): New
16352         types.
16353         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
16354         New declarations.
16355         * lib/printf-parse.c: Don't include config.h and the specification
16356         header if PRINTF_PARSE is already defined. Eliminate the set of
16357         parameters for WIDE_CHAR_VERSION; the user of this file must provide
16358         them now. Include c-ctype.h.
16359         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
16360         directive and CHAR_T_ONLY_ASCII.
16361         * lib/vasnprintf.c: Don't include config.h and the specification header
16362         if VASNPRINTF is already defined.
16363         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
16364         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
16365         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
16366         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
16367         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
16368         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
16369         code accordingly.
16370         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
16371         pad_ourselves also in this case, with the 'c' and 's' directives, and
16372         with a different notion of "width".
16373         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
16374
16375 2007-06-10  Bruno Haible  <bruno@clisp.org>
16376
16377         * modules/unistr/u32-mbsnlen: New file.
16378         * lib/unistr/u32-mbsnlen.c: New file.
16379
16380         * modules/unistr/u16-mbsnlen: New file.
16381         * lib/unistr/u16-mbsnlen.c: New file.
16382
16383         * modules/unistr/u8-mbsnlen: New file.
16384         * lib/unistr/u8-mbsnlen.c: New file.
16385
16386         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
16387         declarations.
16388
16389 2007-06-10  Bruno Haible  <bruno@clisp.org>
16390
16391         * lib/string_.h (mbsnlen): New declaration.
16392         * lib/mbsnlen.c: New file.
16393         * m4/mbsnlen.m4: New file.
16394         * modules/mbsnlen: New file.
16395         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
16396         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
16397         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
16398
16399 2007-06-10  Bruno Haible  <bruno@clisp.org>
16400
16401         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
16402
16403 2007-06-10  Bruno Haible  <bruno@clisp.org>
16404
16405         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
16406         * lib/mbuiter.h: Likewise.
16407
16408 2007-06-10  Bruno Haible  <bruno@clisp.org>
16409
16410         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
16411         declaration.
16412
16413 2007-06-10  Karl Berry  <karl@gnu.org>
16414
16415         * config/srclist.txt: remove gettext entries, Bruno prefers
16416         to update individually.
16417
16418 2007-06-10  Bruno Haible  <bruno@clisp.org>
16419
16420         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
16421         'maxlen'. Ensure only length + width bytes are allocated, not
16422         length + 1 + width.
16423
16424 2007-06-09  Bruno Haible  <bruno@clisp.org>
16425
16426         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
16427         (CHAR_T): Remove macro.
16428         (VASNPRINTF): Update.
16429
16430 2007-06-09  Bruno Haible  <bruno@clisp.org>
16431
16432         * MODULES.html.sh (Unicode string functions): Add the new modules.
16433
16434         * modules/uniconv/u32-conv-to-enc: New file.
16435         * lib/uniconv/u32-conv-to-enc.c: New file.
16436         * modules/uniconv/u32-conv-to-enc-tests: New file.
16437         * tests/uniconv/test-u32-conv-to-enc.c: New file.
16438
16439         * modules/uniconv/u16-conv-to-enc: New file.
16440         * lib/uniconv/u16-conv-to-enc.c: New file.
16441         * lib/uniconv/u-conv-to-enc.h: New file.
16442         * modules/uniconv/u16-conv-to-enc-tests: New file.
16443         * tests/uniconv/test-u16-conv-to-enc.c: New file.
16444
16445         * modules/uniconv/u8-conv-to-enc: New file.
16446         * lib/uniconv/u8-conv-to-enc.c: New file.
16447         * modules/uniconv/u8-conv-to-enc-tests: New file.
16448         * tests/uniconv/test-u8-conv-to-enc.c: New file.
16449
16450         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
16451         u32_conv_to_encoding): New declarations.
16452
16453 2007-06-09  Bruno Haible  <bruno@clisp.org>
16454
16455         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
16456
16457 2007-06-09  Bruno Haible  <bruno@clisp.org>
16458
16459         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
16460         * modules/malloca: Renamed from modules/allocsa, updated.
16461         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
16462         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
16463         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
16464         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
16465         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
16466         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
16467         * modules/xmalloca: Renamed from modules/xallocsa, updated.
16468         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
16469         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
16470         * modules/c-strcasestr (Depends-on): Update.
16471         * lib/c-strcasestr.c: Update.
16472         * modules/c-strstr (Depends-on): Update.
16473         * lib/c-strstr.c: Update.
16474         * modules/canonicalize-lgpl (Depends-on): Update.
16475         * lib/canonicalize-lgpl.c: Update.
16476         * modules/clean-temp (Depends-on): Update.
16477         * lib/clean-temp.c: Update.
16478         * modules/csharpcomp (Depends-on): Update.
16479         * lib/csharpcomp.c: Update.
16480         * modules/csharpexec (Depends-on): Update.
16481         * lib/csharpexec.c: Update.
16482         * modules/javacomp (Depends-on): Update.
16483         * lib/javacomp.c: Update.
16484         * modules/javaexec (Depends-on): Update.
16485         * lib/javaexec.c: Update.
16486         * modules/mbscasestr (Depends-on): Update.
16487         * lib/mbscasestr.c: Update.
16488         * modules/mbsstr (Depends-on): Update.
16489         * lib/mbsstr.c: Update.
16490         * modules/setenv (Depends-on): Update.
16491         * lib/setenv.c: Update.
16492         * modules/strcasestr (Depends-on): Update.
16493         * lib/strcasestr.c: Update.
16494         * modules/striconveha (Depends-on): Update.
16495         * lib/striconveha.c: Update.
16496         * modules/relocatable-prog-wrapper (Files): Update.
16497         * lib/relocwrapper.c: Update.
16498         * build-aux/install-reloc: Update.
16499         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
16500
16501 2007-06-08  Bruno Haible  <bruno@clisp.org>
16502
16503         Port to uClibc.
16504         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
16505         * lib/fpurge.c (fpurge): Likewise.
16506         * lib/freading.c (freading): Likewise.
16507         * lib/fseeko.c (rpl_fseeko): Likewise.
16508         * lib/fseterr.c (fseterr): Likewise.
16509         * lib/fwriting.c (fwriting): Likewise.
16510         * tests/test-fflush.c (main): Avoid a failure on uClibc.
16511
16512 2007-06-08  Bruno Haible  <bruno@clisp.org>
16513
16514         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
16515         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
16516         * modules/gettext (Files): Add m4/intlmacosx.m4.
16517
16518 2007-06-07  Bruno Haible  <bruno@clisp.org>
16519
16520         * modules/localename-tests: New file.
16521         * tests/test-localename.c: New file.
16522
16523         New module 'localename'.
16524         * lib/localename.h: New file.
16525         * lib/localename.c: New file, from GNU gettext.
16526         * m4/localename.m4: New file.
16527         * modules/localename: New file.
16528
16529 2007-06-07  Bruno Haible  <bruno@clisp.org>
16530
16531         Work around the lack of <wchar.h> on some builds of uClibc.
16532         * doc/headers/wchar.texi: Update.
16533         * lib/wchar_.h: Include <wchar.h> only if it exists.
16534         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
16535         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
16536         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
16537         doesn't exist.
16538         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
16539         * modules/mbfile (Depends-on): Add wchar.
16540         * modules/mbiter (Depends-on): Likewise.
16541         * modules/mbuiter (Depends-on): Likewise.
16542         Reported by Simon Josefsson.
16543
16544 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16545
16546         Work around problem reported by Steven M. Schweda in
16547         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
16548         Tru64 5.1B with the Compaq compiler environment installed declares
16549         an 'isblank' function but does not define it in the C library.
16550         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
16551         * lib/regex_internal.h (isblank): Likewise.
16552         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
16553         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
16554
16555 2007-06-05  Bruno Haible  <bruno@clisp.org>
16556
16557         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
16558         ia64.
16559         * modules/printf-safe: New file.
16560         * modules/fprintf-posix (Depends-on): Add printf-safe.
16561         * modules/printf-posix (Depends-on): Likewise.
16562         * modules/snprintf-posix (Depends-on): Likewise.
16563         * modules/sprintf-posix (Depends-on): Likewise.
16564         * modules/vasnprintf-posix (Depends-on): Likewise.
16565         * modules/vasprintf-posix (Depends-on): Likewise.
16566         * modules/vfprintf-posix (Depends-on): Likewise.
16567         * modules/vprintf-posix (Depends-on): Likewise.
16568         * modules/vsnprintf-posix (Depends-on): Likewise.
16569         * modules/vsprintf-posix (Depends-on): Likewise.
16570         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
16571         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
16572         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
16573         "no" on i386, x86_64, ia64.
16574         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
16575         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
16576         on i386, x86_64, ia64.
16577         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
16578         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
16579         on i386, x86_64, ia64.
16580         * tests/test-vasnprintf-posix.c: Include float.h.
16581         (LDBL80_WORDS): New macro.
16582         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
16583         on i386, x86_64, ia64.
16584         * tests/test-vasprintf-posix.c: Include float.h.
16585         (LDBL80_WORDS): New macro.
16586         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
16587         on i386, x86_64, ia64.
16588         * tests/test-snprintf-posix.c: Include float.h.
16589         * tests/test-sprintf-posix.c: Likewise.
16590         * tests/test-vsnprintf-posix.c: Likewise.
16591         * tests/test-vsprintf-posix.c: Likewise.
16592
16593 2007-06-05  Bruno Haible  <bruno@clisp.org>
16594
16595         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
16596         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
16597         non-IEEE numbers on i386, x86_64, ia64.
16598         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
16599         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
16600         * tests/test-isnanl.h: Include float.h.
16601         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
16602
16603 2007-06-05  Bruno Haible  <bruno@clisp.org>
16604
16605         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
16606         also the %a / %A. Handle the %a / %A code before this extra handling.
16607
16608 2007-06-05  Bruno Haible  <bruno@clisp.org>
16609
16610         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
16611         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
16612
16613 2007-06-05  Bruno Haible  <bruno@clisp.org>
16614
16615         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
16616         typo in variable name.
16617
16618 2007-06-05  Eric Blake  <ebb9@byu.net>
16619
16620         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
16621         Reported by Simon Josefsson.
16622
16623 2007-06-04  Bruno Haible  <bruno@clisp.org>
16624
16625         Avoid test failures on some PowerPC platforms.
16626         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
16627         Define differently for PowerPC.
16628         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
16629         Reported by Gary V. Vaughan <gary@gnu.org>.
16630
16631 2007-06-02  Bruno Haible  <bruno@clisp.org>
16632
16633         Fix test-stdint failure on FreeBSD/ia64.
16634         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
16635         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
16636         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
16637         * doc/headers/stdint.texi: Update.
16638
16639 2007-06-01  Bruno Haible  <bruno@clisp.org>
16640
16641         * tests/test-binary-io.c (main): Pass a third argument to open().
16642         Reported by Gary V. Vaughan <gary@gnu.org>.
16643
16644 2007-06-01  Bruno Haible  <bruno@clisp.org>
16645
16646         * doc/functions/frexpl.texi: Update for mingw.
16647
16648 2007-06-01  Bruno Haible  <bruno@clisp.org>
16649
16650         * tests/test-lseek.c (main): Disable test of errno for invalid third
16651         argument.
16652         * doc/functions/lseek.texi: Update.
16653         Reported by Gary V. Vaughan <gary@gnu.org>.
16654
16655 2007-05-28  Bruno Haible  <bruno@clisp.org>
16656
16657         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
16658
16659 2007-05-31  Eric Blake  <ebb9@byu.net>
16660
16661         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
16662         cross compiling.
16663
16664 2007-05-30  Eric Blake  <ebb9@byu.net>
16665         and Bruno Haible  <bruno@clisp.org>
16666
16667         Work around mingw test failures exposed by m4-1.4.9b.
16668         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
16669         * tests/test-unistd.c: Disable uid_t and git_t tests for the
16670         moment.
16671
16672 2007-05-30  Bruno Haible  <bruno@clisp.org>
16673
16674         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
16675         assuming that they are closed. Needed on HP-UX 11.
16676
16677 2007-05-29  Bruno Haible  <bruno@clisp.org>
16678
16679         Fix a problem with #include_next.
16680         * lib/dirent_.h: Split the double-inclusion guard.
16681         * lib/fcntl_.h: Likewise.
16682         * lib/float_.h: Likewise.
16683         * lib/iconv_.h: Likewise.
16684         * lib/inttypes_.h: Likewise.
16685         * lib/locale_.h: Likewise.
16686         * lib/math_.h: Likewise.
16687         * lib/netinet_in_.h: Likewise.
16688         * lib/search_.h: Likewise.
16689         * lib/signal_.h: Likewise.
16690         * lib/stdint_.h: Likewise.
16691         * lib/stdio_.h: Likewise.
16692         * lib/stdlib_.h: Likewise.
16693         * lib/string_.h: Likewise.
16694         * lib/sys_select_.h: Likewise.
16695         * lib/sys_socket_.h: Likewise.
16696         * lib/sys_stat_.h: Likewise.
16697         * lib/sys_time_.h: Likewise.
16698         * lib/sysexits_.h: Likewise.
16699         * lib/time_.h: Likewise.
16700         * lib/unistd_.h: Likewise.
16701         * lib/wchar_.h: Likewise.
16702         * lib/wctype_.h: Likewise.
16703
16704 2007-05-29  Bruno Haible  <bruno@clisp.org>
16705
16706         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
16707         for the moment.
16708
16709 2007-05-29  Bruno Haible  <bruno@clisp.org>
16710
16711         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
16712         invocation.
16713         Reported by Eric Blake.
16714
16715 2007-05-29  Bruno Haible  <bruno@clisp.org>
16716
16717         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
16718         compiling case.
16719
16720 2007-05-29  Eric Blake  <ebb9@byu.net>
16721             Bruno Haible  <bruno@clisp.org>
16722
16723         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
16724         cross compiles.
16725
16726 2007-05-28  Eric Blake  <ebb9@byu.net>
16727
16728         * modules/closein-tests (test_closein_LDADD): Support test on
16729         cygwin with libtool.
16730
16731 2007-05-28  Bruno Haible  <bruno@clisp.org>
16732
16733         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
16734         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
16735         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
16736         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
16737         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
16738         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
16739         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
16740         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
16741         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
16742
16743 2007-05-28  Eric Blake  <ebb9@byu.net>
16744
16745         Unconditionally include <config.h> in unit tests.
16746         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
16747         * tests/test-allocsa.c, tests/test-arcfour.c,
16748         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
16749         tests/test-array_list.c, tests/test-array_oset.c,
16750         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
16751         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
16752         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
16753         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
16754         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
16755         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
16756         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
16757         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
16758         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
16759         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
16760         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
16761         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
16762         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
16763         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
16764         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
16765         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
16766         test-md5.c, test-memmem.c, test-printf-posix.c,
16767         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
16768         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
16769         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
16770         test-strcasestr.c, test-striconv.c, test-striconveh.c,
16771         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
16772         test-vasnprintf-posix2.c, test-vasnprintf.c,
16773         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
16774         test-vfprintf-posix.c, test-vprintf-posix.c,
16775         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
16776         test-xvasprintf.c: Likewise.
16777
16778 2007-05-28  Bruno Haible  <bruno@clisp.org>
16779
16780         * gnulib-tool (func_import): Remember the --with-tests command-line
16781         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
16782         Reported by Eric Blake.
16783
16784 2007-05-28  Bruno Haible  <bruno@clisp.org>
16785
16786         * modules/ftell-tests: New file.
16787         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
16788         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
16789
16790         * lib/ftell.c: New file.
16791         * modules/ftell: New file.
16792         * m4/ftell.m4: New file.
16793         * doc/functions/ftell.texi: Update.
16794         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
16795         REPLACE_FTELL.
16796         * lib/stdio_.h (rpl_ftell): New declaration.
16797         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
16798         REPLACE_FTELL.
16799
16800 2007-05-28  Eric Blake  <ebb9@byu.net>
16801
16802         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
16803
16804 2007-05-28  Bruno Haible  <bruno@clisp.org>
16805
16806         * modules/fseek-tests: New file.
16807         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
16808         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
16809
16810         * lib/fseek.c: New file.
16811         * modules/fseek: New file.
16812         * m4/fseek.m4: New file.
16813         * doc/functions/fseek.texi: Update.
16814         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
16815         REPLACE_FSEEK.
16816         * lib/stdio_.h (rpl_fseek): New declaration.
16817         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
16818         REPLACE_FSEEK.
16819
16820 2007-05-28  Bruno Haible  <bruno@clisp.org>
16821
16822         * lib/stdio_.h (fflush): More comments.
16823
16824 2007-05-28  Bruno Haible  <bruno@clisp.org>
16825
16826         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
16827         runtime test.
16828
16829 2007-05-28  Eric Blake  <ebb9@byu.net>
16830
16831         Improve lseek module.
16832         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
16833         * lib/unistd_.h (lseek): Scale back link warning message.
16834         * tests/test-lseek.c: Beef up test.
16835         * tests/test-lseek.sh: Exercise more facets of lseek.
16836         Reported by Bruno Haible.
16837
16838 2007-05-28  Bruno Haible  <bruno@clisp.org>
16839
16840         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
16841         to define.
16842
16843 2007-05-27  Bruno Haible  <bruno@clisp.org>
16844
16845         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
16846
16847 2007-05-27  Bruno Haible  <bruno@clisp.org>
16848
16849         * modules/openmp: New file.
16850         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
16851         Noah Misch.
16852
16853 2007-05-26  Bruno Haible  <bruno@clisp.org>
16854
16855         * modules/chdir-long (Depends-on): Add fchdir.
16856         * modules/chdir-safer (Depends-on): Likewise.
16857         * modules/fts (Depends-on): Likewise.
16858         * modules/fts-lgpl (Depends-on): Likewise.
16859         * modules/openat (Depends-on): Likewise.
16860         * modules/savewd (Depends-on): Likewise.
16861
16862 2007-05-24  Eric Blake  <ebb9@byu.net>
16863
16864         Fix lseek on mingw.
16865         * modules/lseek: New module.
16866         * m4/lseek.m4: New file.
16867         * lib/lseek.c: New file.
16868         * modules/lseek-tests: New file.
16869         * tests/test-lseek.c: New file.
16870         * tests/test-lseek.sh: New file.
16871         * MODULES.html.sh: Document lseek module.
16872         * modules/fflush (Depends-on): Add lseek, fseeko.
16873         * modules/fseeko (Depends-on): Likewise.
16874         * modules/ftello (Depends-on): Likewise.
16875         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
16876         broken.
16877         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
16878         broken.
16879         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
16880         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
16881         * lib/ftello.c (rpl_ftello): Likewise.
16882         * tests/test-fseeko.c (main): Test this.
16883         * tests/test-fseeko.sh: Likewise.
16884         * tests/test-ftello.c (main): Likewise.
16885         * tests/test-ftello.sh: Likewise.
16886         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
16887         implies replacing fseek.
16888         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
16889         HAVE_FTELLO.
16890         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
16891         * modules/unistd (Makefile.am): Likewise.
16892         * lib/unistd_.h (lseek): Declare a replacement.
16893         * doc/functions/lseek.texi (lseek): Document this fix.
16894         * doc/functions/fseek.texi (fseek): Likewise.
16895         * doc/functions/ftell.texi (ftell): Likewise.
16896
16897 2007-05-24  Bruno Haible  <bruno@clisp.org>
16898
16899         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
16900         in the printed representation of a NaN.
16901         * tests/test-vasprintf-posix.c (test_function): Likewise.
16902         * tests/test-snprintf-posix.h (test_function): Likewise.
16903         * tests/test-sprintf-posix.h (test_function): Likewise.
16904         Reported by Eric Blake.
16905
16906 2007-05-23  Eric Blake  <ebb9@byu.net>
16907
16908         Fix fseeko/ftello on cygwin 1.5.24.
16909         * doc/functions/fseeko.texi (fseeko): Document the fix.
16910         * doc/functions/ftello.texi (ftello): Document the fix.
16911         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
16912         * doc/functions/stdout.text (stdout): New file.
16913         * doc/functions/stderr.text (stderr): New file.
16914         * doc/gnulib.texi (Function Substitutes): Use new files.
16915         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
16916         prior to 1.7.0.
16917         * tests/test-ftello.c (main): Likewise for ftello.
16918         * tests/test-fseeko.sh: New file.
16919         * tests/test-ftello.sh: New file.
16920         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
16921         with seekable stdin.
16922         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
16923         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
16924         (gl_REPLACE_FSEEKO): New macro.
16925         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
16926         * modules/fseeko (Files): Distribute fseeko.c.
16927         * modules/ftello (Files): Distribute ftello.c.
16928         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
16929         mode.
16930         * lib/ftello.c (rpl_ftello): New file.
16931         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
16932         fseeko, ftello.
16933         (gl_STDIN_LARGE_OFFSET): New macro.
16934         * modules/stdio (Makefile.am): Perform the replacement.
16935         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
16936
16937 2007-05-23  Bruno Haible  <bruno@clisp.org>
16938
16939         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
16940         GNULIB_POSIXCHECK is defined.
16941
16942 2007-05-21  Bruno Haible  <bruno@clisp.org>
16943
16944         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
16945         Check also the output for NaN arguments. When cross-compiling, guess
16946         no on IRIX.
16947         * lib/vasnprintf.c: Update comments.
16948         * tests/test-vasnprintf-posix.c (strisnan): New function.
16949         (test_function): Use it.
16950         * tests/test-vasprintf-posix.c (strisnan): New function.
16951         (test_function): Use it.
16952         * tests/test-snprintf-posix.h (strisnan): New function.
16953         (test_function): Use it.
16954         * tests/test-sprintf-posix.h (strisnan): New function.
16955         (test_function): Use it.
16956         Reported by Eric Blake.
16957
16958 2007-05-20  Bruno Haible  <bruno@clisp.org>
16959
16960         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
16961         numbers that fails on BeOS.
16962         * doc/functions/frexpl.texi: Update.
16963
16964 2007-05-20  Jim Meyering  <jim@meyering.net>
16965
16966         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
16967         forced upon us by glibc-2.6.
16968
16969 2007-05-20  Bruno Haible  <bruno@clisp.org>
16970
16971         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
16972         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
16973         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
16974         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
16975         NEED_PRINTF_INFINITE.
16976         (is_infinitel): New function.
16977         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
16978         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
16979         gl_PREREQ_VASNPRINTF_INFINITE.
16980         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
16981         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16982         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
16983         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
16984         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
16985         gl_PREREQ_VASNPRINTF_INFINITE.
16986         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16987         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16988         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16989         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16990         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16991         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16992         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16993         * doc/functions/fprintf.texi: Update.
16994         * doc/functions/printf.texi: Update.
16995         * doc/functions/snprintf.texi: Update.
16996         * doc/functions/sprintf.texi: Update.
16997         * doc/functions/vfprintf.texi: Update.
16998         * doc/functions/vprintf.texi: Update.
16999         * doc/functions/vsnprintf.texi: Update.
17000         * doc/functions/vsprintf.texi: Update.
17001
17002 2007-05-20  Bruno Haible  <bruno@clisp.org>
17003
17004         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
17005         was not found in libc.
17006         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
17007
17008 2007-05-20  Bruno Haible  <bruno@clisp.org>
17009
17010         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
17011         printed as "-nan" instead of "nan".
17012         * tests/test-vasprintf-posix.c (test_function): Likewise.
17013         * tests/test-snprintf-posix.h (test_function): Likewise.
17014         * tests/test-sprintf-posix.h (test_function): Likewise.
17015         Needed for HP-UX 11.
17016
17017 2007-05-20  Jim Meyering  <jim@meyering.net>
17018
17019         Fix buggy test for the fchownat-deref bug.
17020         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
17021         symlink required for the run-test.  Without it, this test would
17022         always declare that fchownat doesn't work, and client code would
17023         unnecessarily use the replacement function with fixed libc.
17024         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
17025         Reported by Greg Schafer.
17026
17027 2007-05-19  Bruno Haible  <bruno@clisp.org>
17028
17029         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
17030         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
17031         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
17032         Needed for IRIX 6.5 and Solaris 2.5.1.
17033
17034 2007-05-19  Bruno Haible  <bruno@clisp.org>
17035
17036         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
17037         (test_function): Skip tests involving -0.0 on platforms where
17038         -0.0 = 0.0.
17039         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
17040         (test_function): Skip tests involving -0.0 on platforms where
17041         -0.0 = 0.0.
17042         * tests/test-snprintf-posix.h (have_minus_zero): New function.
17043         (test_function): Skip tests involving -0.0 on platforms where
17044         -0.0 = 0.0.
17045         * tests/test-sprintf-posix.h (have_minus_zero): New function.
17046         (test_function): Skip tests involving -0.0 on platforms where
17047         -0.0 = 0.0.
17048         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
17049         tests.
17050         * tests/test-printf-posix.h (test_function): Likewise.
17051         * tests/test-printf-posix.output: Remove all -0.0 related results.
17052         Needed for IRIX 6.5.
17053
17054 2007-05-19  Bruno Haible  <bruno@clisp.org>
17055
17056         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
17057         printed as "nan0x7fffffff" instead of "nan".
17058         * tests/test-vasprintf-posix.c (test_function): Likewise.
17059         * tests/test-snprintf-posix.h (test_function): Likewise.
17060         * tests/test-sprintf-posix.h (test_function): Likewise.
17061         * tests/test-fprintf-posix.h (NaN): Remove macro.
17062         (test_function): Remove all NaN related tests.
17063         * tests/test-printf-posix.h (NaN): Remove macro.
17064         (test_function): Remove all NaN related tests.
17065         * tests/test-printf-posix.output: Remove all NaN related results.
17066         Needed for IRIX 6.5.
17067
17068 2007-05-19  Bruno Haible  <bruno@clisp.org>
17069
17070         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
17071         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
17072
17073 2007-05-19  Bruno Haible  <bruno@clisp.org>
17074
17075         * lib/float_.h: New file.
17076         * m4/float_h.m4: New file.
17077         * modules/float: New file.
17078         * modules/isnanl (Dependencies): Add float.
17079         * modules/isnanl-nolibm (Dependencies): Likewise.
17080         * modules/mathl (Dependencies): Likewise.
17081         * modules/printf-frexpl (Dependencies): Likewise.
17082         * modules/signbit (Dependencies): Likewise.
17083         * modules/vasnprintf (Dependencies): Likewise.
17084         * doc/headers/float.texi: Update.
17085
17086 2007-05-19  Jim Meyering  <jim@meyering.net>
17087
17088         * lib/utimens.c (gl_futimens): Rename from futimens,
17089         now that glibc-2.6 declares futimens.
17090         * lib/utimens.h: Likewise.
17091
17092 2007-05-19  Bruno Haible  <bruno@clisp.org>
17093
17094         Avoid test failures on mingw.
17095         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
17096         * tests/test-printf-posix.sh: Likewise.
17097         * tests/test-vfprintf-posix.sh: Likewise.
17098         * tests/test-vprintf-posix.sh: Likewise.
17099
17100 2007-05-19  Bruno Haible  <bruno@clisp.org>
17101
17102         Fix *printf result for NaN, Inf, -0.0 on mingw.
17103         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
17104         * lib/vasnprintf.c: Include math.h and isnan.h.
17105         (is_infinite_or_zero): New function.
17106         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
17107         values in the %f, %F, %e, %E, %g, %G directives.
17108         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
17109         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17110         gl_PRINTF_INFINITE and test its result. Invoke
17111         gl_PREREQ_VASNPRINTF_INFINITE.
17112         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17113         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17114         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17115         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17116         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17117         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17118         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17119         * doc/functions/fprintf.texi: Update.
17120         * doc/functions/printf.texi: Update.
17121         * doc/functions/snprintf.texi: Update.
17122         * doc/functions/sprintf.texi: Update.
17123         * doc/functions/vfprintf.texi: Update.
17124         * doc/functions/vprintf.texi: Update.
17125         * doc/functions/vsnprintf.texi: Update.
17126         * doc/functions/vsprintf.texi: Update.
17127
17128 2007-05-19  Bruno Haible  <bruno@clisp.org>
17129
17130         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
17131         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
17132         Instead of multiplying with 10^k, set extra_zeroes to k.
17133         (scale10_round_long_double): Remove function.
17134
17135 2007-05-18  Bruno Haible  <bruno@clisp.org>
17136
17137         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
17138         introduced on 2007-05-06.
17139
17140 2007-05-18  Bruno Haible  <bruno@clisp.org>
17141
17142         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
17143         %g directives.
17144         * tests/test-vasprintf-posix.c (test_function): Likewise.
17145         * tests/test-snprintf-posix.h (test_function): Likewise.
17146         * tests/test-sprintf-posix.h (test_function): Likewise.
17147
17148 2007-05-18  Bruno Haible  <bruno@clisp.org>
17149
17150         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
17151         (strmatch): New function.
17152         (test_function): Test the %f directive on numbers of various exponents.
17153         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
17154         (strmatch): New function.
17155         (test_function): Test the %f directive on numbers of various exponents.
17156         * tests/test-snprintf-posix.h (strmatch): New function.
17157         (test_function): Test the %f directive on numbers of various exponents.
17158         * tests/test-sprintf-posix.h (strmatch): New function.
17159         (test_function): Test the %f directive on numbers of various exponents.
17160         * tests/test-snprintf-posix.c (SIZEOF): New macro.
17161         * tests/test-sprintf-posix.c (SIZEOF): New macro.
17162         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
17163         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
17164
17165 2007-05-18  Bruno Haible  <bruno@clisp.org>
17166
17167         Add support for 'long double' number output.
17168         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
17169         * lib/vasnprintf.c: Include math.h and float+.h.
17170         (mp_limb_t): New type.
17171         (GMP_LIMB_BITS): New macro.
17172         (mp_twolimb_t): New type.
17173         (GMP_TWOLIMB_BITS): New macro.
17174         (mpn_t): New type.
17175         (multiply, divide, convert_to_decimal, decode_long_double,
17176         scale10_round_long_double, scale10_round_decimal_long_double,
17177         floorlog10l): New functions.
17178         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
17179         for the %f, %F, %e, %E, %g, %G directives.
17180         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
17181         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17182         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
17183         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
17184         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17185         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17186         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17187         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17188         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17189         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17190         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17191         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
17192         * modules/snprintf-posix (Depends-on): Likewise.
17193         * modules/sprintf-posix (Depends-on): Likewise.
17194         * modules/vasnprintf-posix (Depends-on): Likewise.
17195         * modules/vasprintf-posix (Depends-on): Likewise.
17196         * modules/vfprintf-posix (Depends-on): Likewise.
17197         * modules/vsnprintf-posix (Depends-on): Likewise.
17198         * modules/vsprintf-posix (Depends-on): Likewise.
17199         * modules/vasnprintf (Files): Add lib/float+.h.
17200         * doc/functions/fprintf.texi: Update.
17201         * doc/functions/printf.texi: Update.
17202         * doc/functions/snprintf.texi: Update.
17203         * doc/functions/sprintf.texi: Update.
17204         * doc/functions/vfprintf.texi: Update.
17205         * doc/functions/vprintf.texi: Update.
17206         * doc/functions/vsnprintf.texi: Update.
17207         * doc/functions/vsprintf.texi: Update.
17208
17209 2007-05-18  Bruno Haible  <bruno@clisp.org>
17210
17211         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
17212
17213 2007-05-18  Bruno Haible  <bruno@clisp.org>
17214
17215         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
17216         for printing 64-bit integers. Needed for mingw.
17217
17218 2007-05-18  Bruno Haible  <bruno@clisp.org>
17219
17220         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
17221         gl_FUNC_FREXPL_WORKS.
17222         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
17223
17224 2007-05-18  Bruno Haible  <bruno@clisp.org>
17225
17226         * modules/frexpl-nolibm-tests: New file.
17227
17228         * modules/frexpl-nolibm: New file.
17229         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
17230
17231 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17232
17233         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
17234         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
17235         GCC 4.2, which otherwise issues a lot of warnings.
17236         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
17237         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
17238         Likewise.
17239         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
17240         * modules/iconv_open (iconv.h): Likewise.
17241         * modules/locale (locale.h): Likewise.
17242         * modules/netinet_in (netinet/in.h): Likewise.
17243         * modules/sys_select (sys_select.h): Likewise.
17244         * modules/sys_socket (sys/socket.h): Likewise.
17245         * modules/sys_stat (sys/stat.h): Likewise.
17246         * modules/sysexits (sysexits.h): Likewise.
17247         * modules/unistd (unistd.h): Likewise.
17248
17249 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17250
17251         * modules/closein-tests (Makefile.am): Distribute
17252         `test-closein.sh'.
17253
17254 2007-05-17  Bruno Haible  <bruno@clisp.org>
17255
17256         * tests/test-printf-posix.output: Renamed from
17257         tests/test-fprintf-posix.out.
17258         * modules/fprintf-posix-tests: Update.
17259         * modules/printf-posix-tests: Update.
17260         * modules/vfprintf-posix-tests: Update.
17261         * modules/vprintf-posix-tests: Update.
17262         * tests/test-fprintf-posix.sh: Update.
17263         * tests/test-printf-posix.sh: Update.
17264         * tests/test-vfprintf-posix.sh: Update.
17265         * tests/test-vprintf-posix.sh: Update.
17266         Reported by Ralf Wildenhues.
17267
17268 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17269
17270         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
17271         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
17272         GCC 4.2, which otherwise issues a lot of warnings.
17273         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
17274         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
17275         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
17276         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
17277         it should no longer be needed.
17278         * lib/string_.h: Likewise.
17279         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
17280         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
17281         * modules/inttypes (inttypes.h): Likewise.
17282         * modules/math (math.h): Likewise.
17283         * modules/search (search.h): Likewise.
17284         * modules/signal (signal.h): Likewise.
17285         * modules/stdint (stdint.h): Likewise.
17286         * modules/stdio (stdio.h): Likewise.
17287         * modules/stdlib (stdlib.h): Likewise.
17288         * modules/string (string.h): Likewise.
17289         * modules/sys_time (sys/time.h): Likewise.
17290         * modules/time (time.h): Likewise.
17291         * modules/wchar (wchar.h): Likewise.
17292         * modules/wctype (wtype.h): Likewise.
17293
17294 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
17295
17296         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
17297
17298 2007-05-13  Bruno Haible  <bruno@clisp.org>
17299
17300         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
17301         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
17302         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
17303         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
17304         (gl_PREREQ_STRTOK_R): Don't require it here.
17305
17306 2007-05-13  Bruno Haible  <bruno@clisp.org>
17307
17308         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
17309         when used in C++ mode.
17310
17311 2007-05-12  Bruno Haible  <bruno@clisp.org>
17312
17313         * lib/linebuffer.h: Tweak doc.
17314         * lib/linebuffer.c: Likewise.
17315
17316 2007-05-12  James Youngman  <jay@gnu.org>
17317
17318         * lib/linebuffer.c (readlinebuffer_delim): New function,
17319         like readlinebuffer, but use a caller-specified delimiter.
17320         (readlinebuffer): Just call readlinebuffer_delim with '\n'
17321         as the delimiter.
17322         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
17323
17324 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
17325
17326         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
17327         * modules/openat (Files): Remove openat-die.c.
17328         (Depends-on): Add openat-die.
17329         * modules/openat-die: New module.
17330
17331 2007-05-06  Bruno Haible  <bruno@clisp.org>
17332
17333         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
17334         Update with info about Cygwin.
17335         * doc/functions/fprintf.texi: Update.
17336         * doc/functions/printf.texi: Update.
17337         * doc/functions/snprintf.texi: Update.
17338         * doc/functions/sprintf.texi: Update.
17339         * doc/functions/vfprintf.texi: Update.
17340         * doc/functions/vprintf.texi: Update.
17341         * doc/functions/vsnprintf.texi: Update.
17342         * doc/functions/vsprintf.texi: Update.
17343         Reported by Eric Blake.
17344
17345 2007-05-06  Bruno Haible  <bruno@clisp.org>
17346
17347         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
17348         padding ourselves for the floating-point directives.
17349         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
17350         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
17351         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
17352         gl_PRINTF_FLAG_ZERO and test its result. Invoke
17353         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
17354         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17355         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
17356         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17357         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17358         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17359         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17360         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17361         * tests/test-snprintf-posix.h (test_function): Also check the width
17362         and some flags in the %f directive.
17363         * tests/test-sprintf-posix.h (test_function): Likewise.
17364         * tests/test-vasnprintf-posix.c (test_function): Likewise.
17365         * tests/test-vasprintf-posix.c (test_function): Likewise.
17366         * doc/functions/fprintf.texi: Update.
17367         * doc/functions/printf.texi: Update.
17368         * doc/functions/snprintf.texi: Update.
17369         * doc/functions/sprintf.texi: Update.
17370         * doc/functions/vfprintf.texi: Update.
17371         * doc/functions/vprintf.texi: Update.
17372         * doc/functions/vsnprintf.texi: Update.
17373         * doc/functions/vsprintf.texi: Update.
17374
17375 2007-05-06  Bruno Haible  <bruno@clisp.org>
17376
17377         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
17378         pass the ' flag character to sprintf or snprintf.
17379         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
17380         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
17381         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
17382         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
17383         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
17384         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17385         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
17386         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17387         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17388         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17389         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17390         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17391         * tests/test-snprintf-posix.h (test_function): Also check the grouping
17392         flag.
17393         * tests/test-sprintf-posix.h (test_function): Likewise.
17394         * tests/test-vasnprintf-posix.c (test_function): Likewise.
17395         * tests/test-vasprintf-posix.c (test_function): Likewise.
17396         * doc/functions/fprintf.texi: Update.
17397         * doc/functions/printf.texi: Update.
17398         * doc/functions/snprintf.texi: Update.
17399         * doc/functions/sprintf.texi: Update.
17400         * doc/functions/vfprintf.texi: Update.
17401         * doc/functions/vprintf.texi: Update.
17402         * doc/functions/vsnprintf.texi: Update.
17403         * doc/functions/vsprintf.texi: Update.
17404
17405 2007-05-01  Bruno Haible  <bruno@clisp.org>
17406
17407         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
17408
17409 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
17410
17411         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
17412         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
17413
17414 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17415
17416         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
17417         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
17418         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
17419
17420 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
17421
17422         * lib/argp-help.c (struct hol_entry): New member `ord'.
17423         (HOL_ENTRY_PTRCMP): Use ord for comparison
17424         (hol_sort): Initialize ord.
17425
17426 2007-05-01  Bruno Haible  <bruno@clisp.org>
17427
17428         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
17429         Reported by Eric Blake.
17430         * doc/gnulib.texi (Function Substitutes): Update.
17431
17432 2007-05-01  Bruno Haible  <bruno@clisp.org>
17433
17434         * doc/functions.texi: Remove file, now redundant through
17435         doc/functions/*.texi.
17436
17437 2007-05-01  Bruno Haible  <bruno@clisp.org>
17438
17439         * modules/argp (Depends-on): Add sleep.
17440
17441 2007-05-01  Bruno Haible  <bruno@clisp.org>
17442
17443         * modules/sleep-tests: New file.
17444         * tests/test-sleep.c: New file.
17445
17446         * modules/sleep: New file.
17447         * lib/sleep.c: New file.
17448         * m4/sleep.m4: New file.
17449         * lib/unistd_.h (sleep): New declaration.
17450         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
17451         HAVE_SLEEP.
17452         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
17453         * doc/functions/sleep.texi: Document the sleep module.
17454
17455 2007-05-01  Bruno Haible  <bruno@clisp.org>
17456
17457         * lib/sigprocmask.h: Remove file.
17458         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
17459         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
17460         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
17461         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
17462         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
17463         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
17464         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
17465         HAVE_SIGSET_T as a shell variable.
17466         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
17467         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
17468         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
17469         (Depends-on): Add signal. Remove verify.
17470         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
17471         (Include): Mention <signal.h> instead of sigprocmask.h.
17472         * NEWS: Mention the change.
17473         * lib/fatal-signal.c: Don't include sigprocmask.h.
17474
17475 2007-05-01  Bruno Haible  <bruno@clisp.org>
17476
17477         * modules/signal: New file.
17478         * lib/signal_.h: New file.
17479         * m4/signal_h.m4: New file.
17480
17481 2007-05-01  Bruno Haible  <bruno@clisp.org>
17482
17483         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
17484         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
17485         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
17486         HAVE_WCTYPE_CTMP_BUG into wctype.h.
17487
17488 2007-05-01  Bruno Haible  <bruno@clisp.org>
17489
17490         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
17491         configure time.
17492         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
17493         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
17494         * modules/sys_stat (Makefile.am): Substitute their values into
17495         sys/stat.h.
17496
17497 2007-05-01  Bruno Haible  <bruno@clisp.org>
17498
17499         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
17500         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
17501         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
17502
17503 2007-05-01  Bruno Haible  <bruno@clisp.org>
17504
17505         * doc/header/assert.texi: Undo last change: don't mention the gnulib
17506         'assert' module here.
17507
17508 2007-05-01  Bruno Haible  <bruno@clisp.org>
17509
17510         * doc/functions/*.texi: New files.
17511         * doc/functions/google-ranking.txt: New file.
17512         * doc/gnulib.texi (Function Substitutes): New chapter.
17513         (ctime, inet_ntoa): Remove sections.
17514         * doc/ctime.texi: Remove file.
17515         * doc/inet_ntoa.texi: Remove file.
17516         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
17517         dependencies.
17518         (%.info): New rule, specifying a --reference-limit.
17519
17520 2007-05-01  Bruno Haible  <bruno@clisp.org>
17521
17522         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
17523
17524 2007-05-01  Bruno Haible  <bruno@clisp.org>
17525
17526         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
17527         the portability of 'mkdir' to mingw systems.
17528
17529 2007-05-01  Bruno Haible  <bruno@clisp.org>
17530
17531         * doc/headers/google-ranking.txt: New file.
17532
17533 2007-04-30  Eric Blake  <ebb9@byu.net>
17534
17535         Prefer fseeko to fseek.
17536         * modules/getpass (Depends-on): Add fseeko.
17537         * lib/getpass.c (getpass): Use fseeko, not fseek.
17538
17539 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
17540
17541         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
17542         assumes the sorting is stable, while most qsort implementations
17543         are not.  Use argument addresses to ensure they never compare as
17544         equal.
17545
17546         * tests/test-argp-2.sh (usage-indent test): Fix output
17547         (func_compare): Restore diff options
17548         * tests/test-argp.c: Restore #include "progname.h"
17549
17550 2007-04-29  Bruno Haible  <bruno@clisp.org>
17551
17552         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
17553         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
17554         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
17555         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17556         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
17557         (configure.ac): Define CHECK_SNPRINTF_POSIX.
17558         (TESTS, check_PROGRAMS): Add test-snprintf.
17559         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
17560         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
17561         (TESTS, check_PROGRAMS): Add test-vsnprintf.
17562         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
17563         assertions that fail on HP-UX, OSF/1, or IRIX.
17564         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
17565
17566 2007-04-29  Bruno Haible  <bruno@clisp.org>
17567
17568         * MODULES.html.sh (posix_functions): Remove 'contents'.
17569
17570 2007-04-29  Karl Berry  <karl@gnu.org>
17571
17572         * config/srclist.txt (gendocs_template_min): new entry.
17573
17574 2007-04-29  Bruno Haible  <bruno@clisp.org>
17575
17576         Work around fpurge bug on BSD systems.
17577         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
17578         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
17579         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
17580         fpurge to rpl_fpurge if the system already has this function.
17581         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
17582         the case where the system already has this function. Correct invariants
17583         on BSD systems.
17584         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
17585         BSD systems.
17586
17587 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
17588
17589         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
17590         proposed by Sven Verdoolaege.
17591
17592         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
17593         options.
17594         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
17595         (usage and help tests): Update
17596
17597 2007-04-29  Bruno Haible  <bruno@clisp.org>
17598
17599         * tests/test-fflush.c (main): Use a file of size 17, not 10.
17600         Print more information in case of failure. Disable a test on BeOS.
17601
17602 2007-04-29  Bruno Haible  <bruno@clisp.org>
17603
17604         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
17605         This helps debugging on systems on which no gdb is available.
17606
17607 2007-04-29  Bruno Haible  <bruno@clisp.org>
17608
17609         * lib/freading.h: Improve comments.
17610         * lib/fwriting.h: Likewise.
17611         * tests/test-freading.c (main): Don't check freading immediately after
17612         repositioning. Needed for glibc.
17613
17614 2007-04-29  Bruno Haible  <bruno@clisp.org>
17615
17616         * lib/freading.c (freading): Trivial simplification.
17617
17618 2007-04-28  Bruno Haible  <bruno@clisp.org>
17619
17620         * tests/test-fwriting.c (main): Also test the interaction between
17621         fflush and fwriting.
17622         * modules/fwriting-tests (Depends-on): Add fflush.
17623
17624         * tests/test-freading.c (main): Also test the interaction between
17625         fflush and freading.
17626         * modules/freading-tests (Depends-on): Add fflush.
17627
17628 2007-04-28  Bruno Haible  <bruno@clisp.org>
17629
17630         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
17631         fseeko and ftello.
17632         Suggested by Eric Blake.
17633
17634 2007-04-28  Jim Meyering  <jim@meyering.net>
17635
17636         Avoid false-negative in gl_STDINT_H's C99 conformance test.
17637         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
17638         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
17639
17640 2007-04-27  Eric Blake  <ebb9@byu.net>
17641
17642         * doc/headers/assert.texi (assert.h): Document assert module use.
17643
17644 2007-04-27  Bruno Haible  <bruno@clisp.org>
17645
17646         * doc/headers/*.texi: New files.
17647         * doc/gnulib.texi (Header File Substitutes): New chapter.
17648         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
17649         dependencies.
17650         (standards.info ,standards.html, standards.dvi): Update dependencies.
17651         (mostlyclean, clean): New targets.
17652
17653 2007-04-27  Bruno Haible  <bruno@clisp.org>
17654
17655         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
17656         * modules/sysexits (Files, Makefile.am): Update.
17657
17658         * lib/sys_socket_.h: Renamed from lib/socket_.h.
17659         * modules/sys_socket (Files, Makefile.am): Update.
17660
17661         * lib/sys_stat_.h: Renamed from lib/stat_.h.
17662         * modules/sys_stat (Files, Makefile.am): Update.
17663
17664 2007-04-27  Eric Blake  <ebb9@byu.net>
17665
17666         * lib/freading.h: Improve comments.
17667         * lib/fwriting.h: Likewise.
17668         * lib/fflush.c: Likewise.
17669
17670         Fix closein for mingw.
17671         * modules/closein-tests: Add tests for closein.
17672         * tests/test-closein.c: New file.
17673         * tests/test-closein.sh: Likewise.
17674         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
17675         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
17676
17677 2007-04-27  Bruno Haible  <bruno@clisp.org>
17678
17679         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
17680         version is < 6.
17681         * lib/math_.h [__DECC]: Likewise.
17682         * lib/stdio_.h [__DECC]: Likewise.
17683         * lib/stdlib_.h [__DECC]: Likewise.
17684         * lib/string_.h [__DECC]: Likewise.
17685         * lib/time_.h [__DECC]: Likewise.
17686         * lib/wchar_.h [__DECC]: Likewise.
17687         * lib/wctype_.h [__DECC]: Likewise.
17688
17689 2007-04-27  Bruno Haible  <bruno@clisp.org>
17690
17691         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
17692
17693 2007-04-27  Bruno Haible  <bruno@clisp.org>
17694
17695         * lib/fflush.c: Add comments.
17696         * modules/fpurge-tests (Depends-on): Add fflush.
17697         * modules/freadable-tests (Depends-on): Likewise.
17698         * modules/fwritable-tests (Depends-on): Likewise.
17699
17700 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
17701
17702         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
17703         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
17704         Report by Bruno Haible <bruno@clisp.org>.
17705
17706 2007-04-26  Eric Blake  <ebb9@byu.net>
17707
17708         Fix fflush on mingw.
17709         * modules/fflush (Depends-on): Add freading.
17710         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
17711         but unread data.
17712
17713 2007-04-26  Eric Blake  <ebb9@byu.net>
17714         and Bruno Haible  <bruno@clisp.org>
17715
17716         Implement freading and fwriting.
17717         * lib/freading.c: New file.
17718         * lib/freading.h: Likewise.
17719         * m4/freading.m4: Likewise.
17720         * modules/freading: Likewise.
17721         * modules/freading-tests: Likewise.
17722         * tests/test-freading.c: Likewise.
17723         * lib/fwriting.c: New file.
17724         * lib/fwriting.h: Likewise.
17725         * m4/fwriting.m4: Likewise.
17726         * modules/fwriting: Likewise.
17727         * modules/fwriting-tests: Likewise.
17728         * tests/test-fwriting.c: Likewise.
17729         * MODULES.html.sh (File stream based Input/Output): Mention them.
17730
17731 2007-04-26  Bruno Haible  <bruno@clisp.org>
17732
17733         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
17734         'long' when we assume it.
17735         Suggested by Eric Blake.
17736
17737 2007-04-26  Bruno Haible  <bruno@clisp.org>
17738
17739         Ensure fseeko, ftello are declared on glibc systems.
17740         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
17741         * modules/fseeko (configure.ac-early): Likewise.
17742         * modules/ftello (configure.ac-early): Likewise.
17743         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
17744         AC_FUNC_FSEEKO for this.
17745         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
17746         (gl_CHECK_FSEEKO): Remove macro.
17747
17748 2007-04-26  Bruno Haible  <bruno@clisp.org>
17749
17750         * tests/test-fflush.c (main): Also check the ftell result after
17751         fflush and fseek/fseeko.
17752         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
17753         file descriptor position cache in the stream.
17754         * lib/fseeko.c (rpl_fseeko): Likewise.
17755
17756 2007-04-26  Bruno Haible  <bruno@clisp.org>
17757
17758         * modules/fflush-tests (Depends-on): Add fseeko.
17759
17760 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
17761             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17762
17763         * lib/argz_.h: ensure error_t definition is obtained in same
17764         mechanism system argz.h would have.
17765         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
17766         argz facilities are known bad.  Err on the side of caution if
17767         cross-compiling.
17768
17769 2007-04-25  Eric Blake  <ebb9@byu.net>
17770
17771         * lib/fpurge.c (includes): Use stdlib.h for free.
17772         * tests/test-fflush.c (main): Also test fflush-fseeko.
17773
17774 2007-04-25  Bruno Haible  <bruno@clisp.org>
17775
17776         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
17777         * lib/fseeko.c: New file.
17778         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
17779         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
17780         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
17781         gl_FUNC_FSEEKO.
17782         (gl_FUNC_FSEEKO): Invoke it.
17783         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
17784         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
17785         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
17786
17787 2007-04-25  Bruno Haible  <bruno@clisp.org>
17788
17789         * modules/fflush (Depends-on): Add ftello.
17790
17791 2007-04-25  Bruno Haible  <bruno@clisp.org>
17792
17793         * modules/ftello-tests: New file.
17794         * tests/test-ftello.c: New file.
17795
17796         * modules/ftello: New file.
17797         * m4/ftello.m4: New file.
17798         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
17799         HAVE_FTELLO.
17800         * lib/stdio_.h (ftello): New declaration.
17801         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
17802         HAVE_FTELLO.
17803
17804 2007-04-25  Bruno Haible  <bruno@clisp.org>
17805
17806         * modules/fseeko-tests: New file.
17807         * tests/test-fseeko.c: New file.
17808
17809         * modules/fseeko: New file.
17810         * m4/fseeko.m4: New file.
17811         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
17812         HAVE_FSEEKO.
17813         * lib/stdio_.h (fseeko): New declaration.
17814         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
17815         HAVE_FSEEKO.
17816
17817 2007-04-25  Bruno Haible  <bruno@clisp.org>
17818
17819         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
17820
17821 2007-04-25  Bruno Haible  <bruno@clisp.org>
17822
17823         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
17824         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
17825         * tests/test-unistd.c: Likewise.
17826         * tests/test-fcntl.c: Likewise.
17827
17828 2007-04-23  Eric Blake  <ebb9@byu.net>
17829
17830         * lib/fflush.c: Fix missing include.
17831         Reported by Bruno Haible.
17832
17833 2007-04-23  Bruno Haible  <bruno@clisp.org>
17834
17835         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
17836         Reported by Eric Blake.
17837
17838 2007-04-23  Bruno Haible  <bruno@clisp.org>
17839
17840         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
17841
17842 2007-04-23  Bruno Haible  <bruno@clisp.org>
17843
17844         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
17845
17846 2007-04-23  Bruno Haible  <bruno@clisp.org>
17847
17848         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
17849         Needed on HP-UX 11.
17850
17851 2007-04-16  Eric Blake  <ebb9@byu.net>
17852
17853         Make fflush rely on fpurge.
17854         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
17855         open coding all variants.
17856         * modules/fflush (Depends-on): Add fpurge and unistd.
17857         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
17858         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
17859
17860         Fix --with-tests compilation on cygwin.
17861         * modules/argmatch-tests (Makefile.am): List gnulib library first
17862         in LDADD.
17863         * modules/argp-tests (Makefile.am): Likewise.
17864         * modules/array-list-tests (Makefile.am): Likewise.
17865         * modules/array-oset-tests (Makefile.am): Likewise.
17866         * modules/avltree-list-tests (Makefile.am): Likewise.
17867         * modules/avltree-oset-tests (Makefile.am): Likewise.
17868         * modules/avltreehash-list-tests (Makefile.am): Likewise.
17869         * modules/carray-list-tests (Makefile.am): Likewise.
17870         * modules/dirname-tests (Makefile.am): Likewise.
17871         * modules/frexp-tests (Makefile.am): Likewise.
17872         * modules/isnanl-tests (Makefile.am): Likewise.
17873         * modules/linked-list-tests (Makefile.am): Likewise.
17874         * modules/linkedhash-list-tests (Makefile.am): Likewise.
17875         * modules/lock-tests (Makefile.am): Likewise.
17876         * modules/rbtree-list-tests (Makefile.am): Likewise.
17877         * modules/rbtree-oset-tests (Makefile.am): Likewise.
17878         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
17879         * modules/tls-tests (Makefile.am): Likewise.
17880         * modules/tsearch-tests (Makefile.am): Likewise.
17881         * modules/xvasprintf-tests (Makefile.am): Likewise.
17882
17883         Fix fpurge for cygwin.
17884         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
17885         value.
17886         * modules/fpurge-tests (Depends-on): Clean up trash.
17887
17888 2007-04-16  Simon Josefsson  <simon@josefsson.org>
17889
17890         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
17891
17892         * m4/autobuild.m4: Re-indent.
17893
17894 2007-04-13  Bruno Haible  <bruno@clisp.org>
17895
17896         * modules/fpurge-tests: New file.
17897         * tests/test-fpurge.c: New file.
17898
17899         * modules/fpurge: New file.
17900         * lib/fpurge.h: New file.
17901         * lib/fpurge.c: New file.
17902         * m4/fpurge.m4: New file.
17903
17904 2007-04-13  Bruno Haible  <bruno@clisp.org>
17905
17906         * modules/fbufmode-tests: New file.
17907         * tests/test-fbufmode.c: New file.
17908
17909         * modules/fbufmode: New file.
17910         * lib/fbufmode.h: New file.
17911         * lib/fbufmode.c: New file.
17912         * m4/fbufmode.m4: New file.
17913
17914 2007-04-13  Bruno Haible  <bruno@clisp.org>
17915
17916         * modules/fwritable-tests: New file.
17917         * tests/test-fwritable.c: New file.
17918
17919         * modules/fwritable: New file.
17920         * lib/fwritable.h: New file.
17921         * lib/fwritable.c: New file.
17922         * m4/fwritable.m4: New file.
17923
17924 2007-04-13  Bruno Haible  <bruno@clisp.org>
17925
17926         * modules/freadable-tests: New file.
17927         * tests/test-freadable.c: New file.
17928
17929         * modules/freadable: New file.
17930         * lib/freadable.h: New file.
17931         * lib/freadable.c: New file.
17932         * m4/freadable.m4: New file.
17933
17934 2007-04-13  Bruno Haible  <bruno@clisp.org>
17935
17936         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
17937         MOSTLYCLEANFILES.
17938
17939 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17940
17941         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
17942         gzip bootstrap.conf to avoid dragging in i18n machinery.
17943         (gnulib_tool_option): Use it.
17944
17945 2007-04-13  Bruno Haible  <bruno@clisp.org>
17946
17947         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
17948         %F directives.
17949         * tests/test-vasprintf-posix.c (test_function): Likewise.
17950         * tests/test-snprintf-posix.h (test_function): Likewise.
17951         * tests/test-sprintf-posix.h (test_function): Likewise.
17952         * tests/test-fprintf-posix.h (test_function): Likewise.
17953         * tests/test-printf-posix.h (test_function): Likewise.
17954         * tests/test-fprintf-posix.out: Likewise.
17955
17956 2007-04-13  Bruno Haible  <bruno@clisp.org>
17957
17958         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
17959         * modules/tls-tests (configure.ac): Likewise.
17960         Reported by Arto C. Nirkko <anirkko@insel.ch>.
17961
17962 2007-04-13  Bruno Haible  <bruno@clisp.org>
17963
17964         * lib/tls.c (glthread_tls_get): Fix return type.
17965         Patch by Arto C. Nirkko <anirkko@insel.ch>.
17966
17967 2007-04-12  Eric Blake  <ebb9@byu.net>
17968
17969         * modules/gettime (Depends-on): Remove gettime.
17970         Reported by Dmitry V. Levin.
17971
17972 2007-04-12  Bruno Haible  <bruno@clisp.org>
17973
17974         * modules/fflush (Include): Mention <stdio.h>.
17975         * modules/strtoimax (Include): Mention <inttypes.h>.
17976         * modules/strtoumax (Include): Likewise.
17977
17978 2007-04-12  Eric Blake  <ebb9@byu.net>
17979
17980         * .cvsignore: New file.
17981         * .gitignore: Likewise.
17982
17983 2007-04-12  Bruno Haible  <bruno@clisp.org>
17984
17985         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
17986         not before, since $(LDADD) often contains libgnu.a.
17987         * modules/striconv-tests (test_striconv_LDADD): Likewise.
17988         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
17989         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
17990         Needed on Cygwin.
17991
17992 2007-04-12  Eric Blake  <ebb9@byu.net>
17993
17994         Work around glibc's failure to flush stdin on fclose.
17995         * lib/closein.c (close_stdin): Flush stdin before closing.
17996
17997         Work around glibc's failure to reset seekable stdin on exit.
17998         * modules/closein: New module.
17999         * lib/closein.c: New file.
18000         * lib/closein.h: Likewise.
18001         * m4/closein.m4: Likewise.
18002         * MODULES.html.sh (File stream based Input/Output): Document it.
18003
18004 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18005
18006         * gnulib-tool: Rename generated 'autobuild' script to
18007         'do-autobuild' in --create-megatestdir output.
18008
18009         * doc/gnulib.texi (Build robot for gnulib): Fix.
18010
18011 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18012
18013         * modules/sysexits (Depends-on): Add absolute-header.
18014
18015 2007-04-12  Eric Blake  <ebb9@byu.net>
18016
18017         No need to preserve errno on success.
18018         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
18019         Reported by Bruno Haible.
18020
18021 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18022
18023         * MODULES.html.sh (Support for maintaining and releasing
18024         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
18025
18026 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18027
18028         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
18029
18030 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18031
18032         * modules/autobuild: New module.
18033
18034         * m4/autobuild.m4: New file.
18035
18036 2007-04-11  Bruno Haible  <bruno@clisp.org>
18037
18038         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
18039         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
18040         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
18041         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
18042         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18043         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18044         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18045         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18046         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18047         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18048         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
18049         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18050         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18051         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
18052         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18053         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18054         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
18055         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18056         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18057         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
18058         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18059         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18060         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
18061         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18062         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18063         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
18064         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18065         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18066         Reported by Eric Blake.
18067
18068 2007-04-11  Bruno Haible  <bruno@clisp.org>
18069
18070         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
18071
18072 2007-04-10  Bruno Haible  <bruno@clisp.org>
18073
18074         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
18075         for NaN and Infinity. Needed on FreeBSD 6.1.
18076         * tests/test-vasnprintf-posix.c (test_function): Undo last change
18077         regarding results for "%010a" of Infinity and NaN.
18078         * tests/test-vasprintf-posix.c (test_function): Likewise.
18079         * tests/test-snprintf-posix.h (test_function): Likewise.
18080         * tests/test-sprintf-posix.h (test_function): Likewise.
18081         * tests/test-fprintf-posix.h (test_function): Likewise.
18082         * tests/test-printf-posix.h (test_function): Likewise.
18083         * tests/test-fprintf-posix.out: Likewise.
18084
18085 2007-04-10  Bruno Haible  <bruno@clisp.org>
18086
18087         * modules/locale-tests: New file.
18088         * tests/test-locale.c: New file.
18089
18090         * modules/locale: New file.
18091         * lib/locale_.h: New file.
18092         * m4/locale_h.m4: New file.
18093
18094 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
18095             Bruno Haible  <bruno@clisp.org>
18096
18097         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
18098         be determined, test for availability of the copysignf, copysign,
18099         copysignl functions.
18100         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
18101         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
18102         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
18103
18104 2007-04-09  Eric Blake  <ebb9@byu.net>
18105
18106         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
18107         * modules/stdio (Makefile.am): Support fflush.
18108         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
18109         * modules/fflush: New file.
18110         * lib/fflush.c: Likewise.
18111         * m4/fflush.m4: Likewise.
18112         * modules/fflush-tests: New test.
18113         * tests/test-fflush.c: Likewise.
18114         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
18115
18116 2007-04-06  Bruno Haible  <bruno@clisp.org>
18117
18118         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
18119         (VASNPRINTF): Use signbit for faster determination whether to print a
18120         minus sign.
18121         * modules/vasnprintf (Files): Remove lib/float+.h.
18122         * modules/fprintf-posix (Depends-on): Add signbit.
18123         * modules/snprintf-posix (Depends-on): Likewise.
18124         * modules/sprintf-posix (Depends-on): Likewise.
18125         * modules/vasnprintf-posix (Depends-on): Likewise.
18126         * modules/vasprintf-posix (Depends-on): Likewise.
18127         * modules/vfprintf-posix (Depends-on): Likewise.
18128         * modules/vsnprintf-posix (Depends-on): Likewise.
18129         * modules/vsprintf-posix (Depends-on): Likewise.
18130
18131 2007-04-06  Bruno Haible  <bruno@clisp.org>
18132
18133         * tests/test-frexp.c (main): Test also the sign bit of zero results.
18134         * tests/test-frexpl.c (main): Likewise.
18135         * tests/test-ldexpl.c (main): Likewise.
18136         * modules/frexp-tests (Depends-on): Add signbit.
18137         * modules/frexpl-tests (Depdends-on): Likewise.
18138         * modules/ldexpl-tests (Depdends-on): Likewise.
18139
18140 2007-04-06  Bruno Haible  <bruno@clisp.org>
18141
18142         * modules/signbit-tests: New file.
18143         * tests/test-signbit.c: New file.
18144
18145         * modules/signbit: New file.
18146         * lib/signbitf.c: New file.
18147         * lib/signbitd.c: New file.
18148         * lib/signbitl.c: New file.
18149         * m4/signbit.m4: New file.
18150         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
18151         (signbit): New macro.
18152         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
18153         REPLACE_SIGNBIT.
18154         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
18155         REPLACE_FREXPL into math.h.
18156
18157 2007-04-06  Bruno Haible  <bruno@clisp.org>
18158
18159         * modules/isnanf-nolibm-tests: New file.
18160         * tests/test-isnanf.c: New file.
18161
18162         * modules/isnanf-nolibm: New file.
18163         * lib/isnanf.h: New file.
18164         * lib/isnanf.c: New file.
18165         * lib/isnan.c: Consider the USE_FLOAT macro.
18166         * m4/isnanf.m4: New file.
18167
18168 2007-04-06  Bruno Haible  <bruno@clisp.org>
18169
18170         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
18171         (Link): New section.
18172
18173         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
18174
18175 2007-04-06  Bruno Haible  <bruno@clisp.org>
18176
18177         Assume the 'long double' type.
18178         * m4/longdouble.m4: Remove file.
18179         * config/srclist.txt: Don't mention longdouble.m4.
18180         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
18181         * lib/float+.h: Likewise.
18182         * lib/frexp.c: Likewise.
18183         * lib/printf-args.h: Likewise.
18184         * lib/printf-args.c: Likewise.
18185         * lib/printf-frexp.c: Likewise.
18186         * lib/printf-parse.c: Likewise.
18187         * lib/vasnprintf.c: Likewise.
18188         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
18189         * m4/intl.m4: Likewise.
18190         * m4/isnanl.m4: Likewise.
18191         * m4/printf.m4: Likewise.
18192         * m4/printf-frexpl.m4: Likewise.
18193         * m4/vasnprintf.m4: Likewise.
18194         * modules/allocsa (Files): Remove m4/longdouble.m4.
18195         * modules/gettext (Files): Likewise.
18196         * modules/relocatable-prog-wrapper (Files): Likewise.
18197         * modules/vasnprintf (Files): Likewise.
18198         * modules/isnanl (Files): Likewise.
18199         (Include): Simplify.
18200         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
18201         (Include): Simplify.
18202         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
18203         (Include): Simplify.
18204         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
18205         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18206         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
18207         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18208         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
18209         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18210         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
18211         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18212         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
18213         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18214         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
18215         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18216         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
18217         * tests/test-isnanl.c: Likewise.
18218         * tests/test-snprintf-posix.h: Likewise.
18219         * tests/test-sprintf-posix.h: Likewise.
18220         * tests/test-vasnprintf-posix.c: Likewise.
18221         * tests/test-vasnprintf-posix2.c: Likewise.
18222         * tests/test-vasprintf-posix.c: Likewise.
18223
18224 2007-04-06  Bruno Haible  <bruno@clisp.org>
18225
18226         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
18227         * lib/math_.h [__DECC]: Include the overridden include file through
18228         #include_next, outside the double-inclusion guard.
18229         * lib/stdio_.h [__DECC]: Likewise.
18230         * lib/stdlib_.h [__DECC]: Likewise.
18231         * lib/string_.h [__DECC]: Likewise.
18232         * lib/time_.h [__DECC]: Likewise.
18233         * lib/wchar_.h [__DECC]: Likewise.
18234         * lib/wctype_.h [__DECC]: Likewise.
18235         * lib/inttypes_.h [__DECC]: Likewise.
18236         Reported by Albert Chin <china@thewrittenword.com> in
18237         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
18238
18239 2007-04-04  Eric Blake  <ebb9@byu.net>
18240
18241         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
18242         1.5.x.
18243
18244 2007-04-04  Bruno Haible  <bruno@clisp.org>
18245
18246         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
18247         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
18248
18249 2007-04-04  Bruno Haible  <bruno@clisp.org>
18250
18251         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
18252         results for "%010a" of Infinity and NaN.
18253         * tests/test-vasprintf-posix.c (test_function): Likewise.
18254         * tests/test-snprintf-posix.h (test_function): Likewise.
18255         * tests/test-sprintf-posix.h (test_function): Likewise.
18256         * tests/test-fprintf-posix.h (test_function): Remove these tests.
18257         * tests/test-printf-posix.h (test_function): Likewise.
18258         * tests/test-fprintf-posix.out: Update.
18259         Needed for FreeBSD 6.1.
18260
18261 2007-04-04  Bruno Haible  <bruno@clisp.org>
18262
18263         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
18264         directly used by the gnulib modules nor by gnulib-tool.
18265
18266 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
18267
18268         * DEPENDENCIES: Give overall description of version dependency
18269         desirability.  Use more-typical names for apps.
18270         Add shell, coreutils, diffutils, grep, tar, gzip.
18271
18272 2007-04-04  Simon Josefsson  <simon@josefsson.org>
18273
18274         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
18275
18276 2007-04-04  Karl Berry  <karl@gnu.org>
18277
18278         * MODULES.html.sh (func_module): missing '.
18279
18280 2007-04-03  Bruno Haible  <bruno@clisp.org>
18281
18282         * modules/argmatch-tests (Makefile.am): New variable
18283         test_argmatch_LDADD.
18284         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
18285         * modules/array-list-tests (Makefile.am): New variable
18286         test_array_list_LDADD.
18287         * modules/array-oset-tests (Makefile.am): New variable
18288         test_array_oset_LDADD.
18289         * modules/avltree-list-tests (Makefile.am): New variable
18290         test_avltree_list_LDADD.
18291         * modules/avltree-oset-tests (Makefile.am): New variable
18292         test_avltree_oset_LDADD.
18293         * modules/avltreehash-list-tests (Makefile.am): New variable
18294         test_avltreehash_list_LDADD.
18295         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
18296         test_canonicalize_lgpl_LDADD.
18297         * modules/carray-list-tests (Makefile.am): New variable
18298         test_carray_list_LDADD.
18299         * modules/dirname-tests (Makefile.am): New variable
18300         test_dirname_LDADD.
18301         * modules/linked-list-tests (Makefile.am): New variable
18302         test_linked_list_LDADD.
18303         * modules/linkedhash-list-tests (Makefile.am): New variable
18304         test_linkedhash_list_LDADD.
18305         * modules/rbtree-list-tests (Makefile.am): New variable
18306         test_rbtree_list_LDADD.
18307         * modules/rbtree-oset-tests (Makefile.am): New variable
18308         test_rbtree_oset_LDADD.
18309         * modules/rbtreehash-list-tests (Makefile.am): New variable
18310         test_rbtreehash_list_LDADD.
18311         * modules/xvasprintf-tests (Makefile.am): New variable
18312         test_xvasprintf_LDADD.
18313         Reported by Eric Blake.
18314
18315 2007-04-03  Eric Blake  <ebb9@byu.net>
18316
18317         * DEPENDENCIES: Weaken m4 requirements.
18318
18319 2007-04-03  Bruno Haible  <bruno@clisp.org>
18320
18321         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
18322         * modules/isnanl-tests (configure.ac): Likewise.
18323
18324 2007-04-03  Ben Pfaff  <blp@gnu.org>
18325
18326         * modules/iconv_open: Add $(srcdir)/ to source directory
18327         references in Makefile fragments that call gperf, to fix VPATH
18328         builds.
18329
18330 2007-04-03  Bruno Haible  <bruno@clisp.org>
18331
18332         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
18333         * lib/ldexpl.c: Undo last change.
18334
18335 2007-04-03  Bruno Haible  <bruno@clisp.org>
18336
18337         * modules/printf-frexpl (Depends-on): Undo last change.
18338         (Files): Add m4/ldexpl.m4.
18339
18340 2007-04-03  Bruno Haible  <bruno@clisp.org>
18341
18342         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
18343         * modules/isnanl (Link): New section.
18344
18345         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
18346         * modules/frexp (Link): New section.
18347
18348         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
18349         * modules/frexpl (Link): New section.
18350
18351         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
18352         * modules/ldexpl (Link): New section.
18353
18354 2007-04-03  Bruno Haible  <bruno@clisp.org>
18355
18356         * modules/TEMPLATE-EXTENDED: New file.
18357         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
18358
18359 2007-04-03  Bruno Haible  <bruno@clisp.org>
18360
18361         * DEPENDENCIES: New file.
18362         Suggested by Simon Josefsson.
18363
18364 2007-04-03  Bruno Haible  <bruno@clisp.org>
18365
18366         * doc/gnulib.texi: Escape @.
18367
18368 2007-04-03  James Youngman  <jay@gnu.org>
18369         and Paul Eggert  <eggert@cs.ucla.edu>
18370
18371         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
18372         birthtime on all systems that have birthtime, not just those which
18373         use st_birthtimensec rather than st_birthtim.  Putting zero in
18374         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
18375         that the birth time is not available for files on an NFS mount.
18376
18377 2007-04-03  Simon Josefsson  <simon@josefsson.org>
18378
18379         * modules/memxor: Move back from crypto/, suggested by Bruno.
18380         * modules/crypto/hmac-sha1: Fix memxor dependency.
18381
18382         * modules/crypto/gc: Moved from ../.
18383
18384 2007-04-02  Eric Blake  <ebb9@byu.net>
18385
18386         * lib/ldexpl.c (includes): Avoid libm.
18387
18388         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
18389
18390 2007-04-02  Bruno Haible  <bruno@clisp.org>
18391
18392         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
18393         on IRIX.
18394
18395 2007-04-02  Bruno Haible  <bruno@clisp.org>
18396
18397         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
18398         x86 or x86_64 platforms running MacOS X.
18399         Reported by Ryan Schmidt <@ryandesign.com>.
18400
18401 2007-04-02  Bruno Haible  <bruno@clisp.org>
18402
18403         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
18404         i386.
18405
18406 2007-04-01  Simon Josefsson  <simon@josefsson.org>
18407
18408         * modules/crypto/arcfour: Moved from ../.
18409         * modules/crypto/arcfour-tests: Moved from ../.
18410         * modules/crypto/arctwo: Moved from ../.
18411         * modules/crypto/arctwo-tests: Moved from ../.
18412         * modules/crypto/des: Moved from ../.
18413         * modules/crypto/des-tests: Moved from ../.
18414         * modules/crypto/gc-arcfour: Moved from ../.
18415         * modules/crypto/gc-arcfour-tests: Moved from ../.
18416         * modules/crypto/gc-arctwo: Moved from ../.
18417         * modules/crypto/gc-arctwo-tests: Moved from ../.
18418         * modules/crypto/gc-des: Moved from ../.
18419         * modules/crypto/gc-des-tests: Moved from ../.
18420         * modules/crypto/gc-hmac-md5: Moved from ../.
18421         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
18422         * modules/crypto/gc-hmac-sha1: Moved from ../.
18423         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
18424         * modules/crypto/gc-md2: Moved from ../.
18425         * modules/crypto/gc-md2-tests: Moved from ../.
18426         * modules/crypto/gc-md4: Moved from ../.
18427         * modules/crypto/gc-md4-tests: Moved from ../.
18428         * modules/crypto/gc-md5: Moved from ../.
18429         * modules/crypto/gc-md5-tests: Moved from ../.
18430         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
18431         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
18432         * modules/crypto/gc-random: Moved from ../.
18433         * modules/crypto/gc-rijndael: Moved from ../.
18434         * modules/crypto/gc-rijndael-tests: Moved from ../.
18435         * modules/crypto/gc-sha1: Moved from ../.
18436         * modules/crypto/gc-sha1-tests: Moved from ../.
18437         * modules/crypto/gc-tests: Moved from ../.
18438         * modules/crypto/hmac-md5: Moved from ../.
18439         * modules/crypto/hmac-md5-tests: Moved from ../.
18440         * modules/crypto/hmac-sha1: Moved from ../.
18441         * modules/crypto/hmac-sha1-tests: Moved from ../.
18442         * modules/crypto/md2: Moved from ../.
18443         * modules/crypto/md2-tests: Moved from ../.
18444         * modules/crypto/md4: Moved from ../.
18445         * modules/crypto/md4-tests: Moved from ../.
18446         * modules/crypto/md5: Moved from ../.
18447         * modules/crypto/md5-tests: Moved from ../.
18448         * modules/crypto/memxor: Moved from ../.
18449         * modules/crypto/rijndael: Moved from ../.
18450         * modules/crypto/rijndael-tests: Moved from ../.
18451         * modules/crypto/sha1: Moved from ../.
18452
18453 2007-03-30  James Youngman  <jay@gnu.org>
18454
18455         * tests/test-stat-time.c (prepare_test): use chmod() rather than
18456         rename() to change the ctime of a file (because ctime is unaffected
18457         by rename on jfs2 on AIX 5.1).
18458         (main): Start by doing cleanup, in case a previous run failed leaving
18459         test files behind.
18460
18461 2007-03-31  Bruno Haible  <bruno@clisp.org>
18462
18463         Support old proprietary implementations of iconv.
18464         * modules/iconv_open: New file.
18465         * lib/iconv_.h: New file.
18466         * m4/iconv_h.m4: New file.
18467         * lib/iconv_open.c: New file.
18468         * lib/iconv_open-aix.gperf: New file.
18469         * lib/iconv_open-hpux.gperf: New file.
18470         * lib/iconv_open-irix.gperf: New file.
18471         * lib/iconv_open-osf.gperf: New file.
18472         * m4/iconv_open.m4: New file.
18473         * modules/linebreak (Depends-on): Add iconv_open.
18474         * modules/striconv (Depends-on): Likewise.
18475         * modules/striconveh (Depends-on): Likewise.
18476         * modules/unicodeio (Depends-on): Likewise.
18477         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
18478         (iconv_t)(-1).
18479         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
18480         conversion if cd is (iconv_t)(-1).
18481         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
18482         is not possible.
18483
18484 2007-03-31  Bruno Haible  <bruno@clisp.org>
18485
18486         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
18487         work on Solaris either. Protect also second use of "autodetect_jp".
18488
18489 2007-03-31  Bruno Haible  <bruno@clisp.org>
18490
18491         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
18492         the function is not present.
18493
18494 2007-03-31  Bruno Haible  <bruno@clisp.org>
18495
18496         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
18497         the function is not present.
18498
18499 2007-03-31  Bruno Haible  <bruno@clisp.org>
18500
18501         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
18502         a bug in HP-UX iconv_open().
18503
18504 2007-03-31  Bruno Haible  <bruno@clisp.org>
18505
18506         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
18507         (Mathematics <math.h>): New section, add fpieee.
18508         (Input/output <stdio.h>): Add fseterr.
18509         (Mathematics <math.h>): New section, add printf-frexp.
18510         (Container data structures): Add sublist.
18511         (Core language properties): Add fpucw, inline.
18512         (Functions for greatest-width integer types <inttypes.h>): Add
18513         imaxabs, imaxdiv, inttypes.
18514         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
18515         isnanl-nolibm, ldexp.
18516         (Mathematics <math.h>): New section, add printf-frexpl.
18517         (Support for systems lacking POSIX:2001): Add fprintf-posix,
18518         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
18519         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
18520         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
18521         (Unicode string functions): Add unistr/u*-mbtoucr.
18522         (Java): Add javacomp-script, javaexec-script.
18523         (C#): Add csharpcomp-script, csharpexec-script.
18524         (Support for building libraries and executables): Add havelib,
18525         relocatable-*.
18526         (Support for maintaining and releasing projects): Renamed from
18527         'Support for maintaining and release projects'. Add announce-gen.
18528
18529 2007-03-31  Bruno Haible  <bruno@clisp.org>
18530
18531         * README: Talk primarily about git.
18532         (git and CVS): Renamed from CVS.
18533         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
18534         gnulib is available through git.
18535         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
18536
18537 2007-03-30  Bruno Haible  <bruno@clisp.org>
18538
18539         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
18540         * lib/poll_.h: Likewise.
18541         * lib/stat_.h: Likewise.
18542         * lib/sys_time_.h: Likewise.
18543         * lib/sysexit_.h: Likewise.
18544         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
18545         * lib/stdbool_.h: Likewise.
18546         * lib/byteswap_.h: Add double-inclusion guard.
18547
18548 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
18549
18550         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
18551
18552 2007-03-30  Karl Berry  <karl@gnu.org>
18553
18554         * config/srclist-update: double space after USA in the license
18555         substitution, since that's how it's usually (?) written.
18556
18557 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
18558
18559         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
18560         reported by Bruno Haible.
18561
18562 2007-03-29  Bruno Haible  <bruno@clisp.org>
18563
18564         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
18565         a bug in AIX iconv().
18566
18567 2007-03-29  Bruno Haible  <bruno@clisp.org>
18568
18569         * modules/ldexpl-tests: New file.
18570         * tests/test-ldexpl.c: New file.
18571
18572 2007-03-29  Bruno Haible  <bruno@clisp.org>
18573
18574         * lib/ldexpl.c: Include fpucw.h.
18575         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
18576         multiplication.
18577         * modules/ldexpl (Depends-on): Add fpucw.
18578
18579 2007-03-29  Bruno Haible  <bruno@clisp.org>
18580
18581         * modules/ldexpl: New file.
18582         * m4/ldexpl.m4: New file.
18583         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
18584         set.
18585         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
18586         REPLACE_LDEXPL.
18587         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
18588         REPLACE_LDEXPL.
18589         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
18590         gl_FUNC_LDEXPL_WORKS.
18591         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
18592         * modules/mathl (Files): Remove lib/ldexpl.c.
18593         (Depends-on): Add ldexpl.
18594
18595 2007-03-29  Bruno Haible  <bruno@clisp.org>
18596
18597         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
18598
18599 2007-03-29  Bruno Haible  <bruno@clisp.org>
18600
18601         * tests/test-striconveh.c (main): Don't assume that a direct conversion
18602         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
18603         and possibly also HP-UX.
18604         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
18605         work on AIX, IRIX, HP-UX, OSF/1.
18606         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
18607         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
18608         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
18609         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
18610         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
18611         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
18612
18613 2007-03-29  Bruno Haible  <bruno@clisp.org>
18614
18615         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
18616
18617 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
18618
18619         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
18620         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
18621
18622 2007-03-29  Eric Blake  <ebb9@byu.net>
18623
18624         * lib/acl-internal.h: Remove redundant include.
18625         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
18626         Cygwin when a file is locked.
18627
18628 2007-03-29  Bruno Haible  <bruno@clisp.org>
18629
18630         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
18631         file.
18632         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
18633
18634 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
18635
18636         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
18637         try to remove a parent directory if the child couldn't be removed
18638         (except for the first rmdir, which could fail because the child
18639         doesn't exist).  Problem reported by Jeff Blaine in
18640         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
18641
18642 2007-03-28  Bruno Haible  <bruno@clisp.org>
18643
18644         * lib/striconveh.c (utf8conv_carefully): New function.
18645         (mem_cd_iconveh_internal): Invoke it.
18646
18647 2007-03-28  Bruno Haible  <bruno@clisp.org>
18648
18649         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
18650         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
18651         input.
18652         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
18653         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
18654         unistr/u8-uctomb.
18655
18656 2007-03-28  Bruno Haible  <bruno@clisp.org>
18657
18658         * modules/unistr/u8-mbtoucr: New file.
18659         * lib/unistr/u8-mbtoucr.c: New file.
18660         * modules/unistr/u16-mbtoucr: New file.
18661         * lib/unistr/u16-mbtoucr.c: New file.
18662         * modules/unistr/u16-mbtoucr: New file.
18663         * lib/unistr/u16-mbtoucr.c: New file.
18664         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
18665
18666 2007-03-27  Simon Josefsson  <simon@josefsson.org>
18667             Bruno Haible  <bruno@clisp.org>
18668
18669         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
18670         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
18671         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
18672
18673         * m4/stdio_h.m4: Add stubs for vasprintf too.
18674
18675         * modules/stdio: Support vasprintf in sed command.
18676
18677         * modules/vasprintf: Depend on stdio for prototypes.  Remove
18678         vasprintf.h.  Add stdio module indicator.
18679
18680         * lib/stdio_.h: Declare asprintf and vasprintf, based on
18681         vasprintf.h.
18682
18683         * lib/vasprintf.h: File removed.
18684
18685         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
18686         * lib/vasprintf.c: Ditto.
18687         * lib/xvasprintf.c: Ditto.
18688         * tests/test-vasprintf-posix.c: Ditto.
18689         * tests/test-vasprintf.c: Ditto.
18690
18691 2007-03-27  Bruno Haible  <bruno@clisp.org>
18692
18693         Make vasnprintf multithread-safe.
18694         * lib/vasnprintf.c (decimal_point_char): New function.
18695         (VASNPRINTF): Use it.
18696         Suggested by Simon Josefsson.
18697
18698 2007-03-27  Eric Blake  <ebb9@byu.net>
18699
18700         Support sub-second birthtime on cygwin.
18701         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
18702         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
18703         (get_stat_birthtime): Also work with st_birthtim.
18704
18705 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
18706
18707         * lib/stat-time.h (USE_BIRTHTIME): Remove.
18708         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
18709         (get_stat_birthtime_ns): Do not try to use "spare" fields.
18710         (get_stat_birthtime_ns): Simplify compile-time tests.
18711         (get_stat_birthtime): Change the API to look like
18712         get_stat_mtime etc., except return a negative tv_nsec on error.
18713         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
18714         Don't check for "spare" fields.
18715         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
18716         or for struct stat.st_birthtime, as these tests aren't used.
18717         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
18718
18719 2007-03-27  Bruno Haible  <bruno@clisp.org>
18720
18721         * lib/stat-time.h: Include <sys/stat.h>.
18722
18723 2007-03-27  James Youngman  <jay@gnu.org>
18724
18725         * lib/stat-time.h (get_stat_birthtime): New function for
18726           retrieving st_birthtime as provided by UFS2 (hence *BSD).
18727         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
18728           and its variants.
18729         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
18730         * modules/stat-time-test: New file.
18731         * tests/test-stat-time.c: New test, devised by Bruno Haible.
18732
18733 2007-03-26  Bruno Haible  <bruno@clisp.org>
18734
18735         Better support of signalling NaNs.
18736         * lib/atanl.c: Include isnanl.h.
18737         (atanl): Perform test for NaN at the beginning of the function and
18738         through a call to isnanl.
18739         * lib/cosl.c: Include isnanl.h.
18740         (cosl): Perform test for NaN at the beginning of the function and
18741         through a call to isnanl.
18742         * lib/ldexpl.c: Include isnanl.h.
18743         (ldexpl): Perform test for NaN through a call to isnanl.
18744         * lib/logl.c: Include isnanl.h.
18745         (logl): Perform test for NaN at the beginning of the function and
18746         through a call to isnanl.
18747         * lib/sinl.c: Include isnanl.h.
18748         (sinl): Perform test for NaN at the beginning of the function and
18749         through a call to isnanl.
18750         * lib/sqrtl.c: Include isnanl.h.
18751         (sqrtl): Perform test for NaN at the beginning of the function and
18752         through a call to isnanl.
18753         * lib/tanl.c: Include isnanl.h.
18754         (tanl): Perform test for NaN at the beginning of the function and
18755         through a call to isnanl.
18756         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
18757         * modules/mathl (Depends-on): Add isnanl.
18758
18759 2007-03-26  Eric Blake  <ebb9@byu.net>
18760
18761         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
18762         regression in logic sense of previous patch.
18763
18764 2007-03-26  Bruno Haible  <bruno@clisp.org>
18765
18766         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
18767         unportable shell command "if ! ...".
18768         Reported by Ralf Wildenhues.
18769
18770 2007-03-25  Bruno Haible  <bruno@clisp.org>
18771
18772         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
18773         <sysexits.h> file, and only add EX_CONFIG.
18774         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
18775         absolute file name and whether it is sufficient. Substitute also
18776         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
18777         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
18778         ABSOLUTE_SYSEXITS_H into sysexits.h.
18779
18780 2007-03-25  Bruno Haible  <bruno@clisp.org>
18781
18782         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
18783         hints is NULL.
18784
18785 2007-03-25  Bruno Haible  <bruno@clisp.org>
18786
18787         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
18788         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
18789
18790 2007-03-25  Bruno Haible  <bruno@clisp.org>
18791
18792         * lib/vasnprintf.c: Include langinfo.h.
18793         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
18794         multithread-safe.
18795         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
18796         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
18797         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18798         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18799         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18800         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18801         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18802         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
18803         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18804         Reported by Simon Josefsson.
18805
18806 2007-03-25  Bruno Haible  <bruno@clisp.org>
18807
18808         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
18809         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
18810         * modules/vasnprintf (Depends-on): Add stdint.
18811
18812 2007-03-25  Bruno Haible  <bruno@clisp.org>
18813
18814         * modules/fpieee: New file.
18815         * m4/fpieee.m4: New file.
18816         * modules/isnan-nolibm (Depends-on): Add fpieee.
18817         * modules/isnanl-nolibm (Depends-on): Add fpieee.
18818         * modules/isnanl (Depends-on): Add fpieee.
18819
18820 2007-03-25  Bruno Haible  <bruno@clisp.org>
18821
18822         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
18823
18824 2007-03-25  Bruno Haible  <bruno@clisp.org>
18825
18826         Avoid test failures on IRIX 6.5.
18827         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
18828         (main): Use it.
18829         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
18830         macros.
18831         (main): Use them.
18832
18833 2007-03-25  Bruno Haible  <bruno@clisp.org>
18834
18835         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
18836         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
18837         exists but doesn't work.
18838         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
18839         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
18840         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
18841         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
18842
18843 2007-03-25  Bruno Haible  <bruno@clisp.org>
18844
18845         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
18846         returns inf. Needed on IRIX 6.5.
18847
18848 2007-03-25  Bruno Haible  <bruno@clisp.org>
18849
18850         * tests/test-frexpl.c: Include isnanl-nolibm.h.
18851         (main): Use isnanl instead of x != x idiom.
18852         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
18853
18854         * tests/test-frexp.c: Include isnan.h.
18855         (main): Use isnan instead of x != x idiom.
18856         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
18857
18858 2007-03-25  Bruno Haible  <bruno@clisp.org>
18859
18860         * tests/test-frexp.c (NaN): New function/macro.
18861         (main): Use it instead of 0.0 / 0.0.
18862         * tests/test-isnan.c (NaN): New function/macro.
18863         (main): Use it instead of 0.0 / 0.0.
18864         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
18865         (test_function): Use it instead of 0.0 / 0.0.
18866         * tests/test-vasprintf-posix.c (NaN): New function/macro.
18867         (test_function): Use it instead of 0.0 / 0.0.
18868         * tests/test-snprintf-posix.h (NaN): New function/macro.
18869         (test_function): Use it instead of 0.0 / 0.0.
18870         * tests/test-sprintf-posix.h (NaN): New function/macro.
18871         (test_function): Use it instead of 0.0 / 0.0.
18872         * tests/test-fprintf-posix.h (NaN): New function/macro.
18873         (test_function): Use it instead of 0.0 / 0.0.
18874         * tests/test-printf-posix.h (NaN): New function/macro.
18875         (test_function): Use it instead of 0.0 / 0.0.
18876
18877         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
18878
18879 2007-03-25  Bruno Haible  <bruno@clisp.org>
18880
18881         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
18882
18883 2007-03-25  Bruno Haible  <bruno@clisp.org>
18884
18885         * lib/regexec.c (merge_state_with_log): Make static.
18886
18887 2007-03-25  Bruno Haible  <bruno@clisp.org>
18888
18889         * lib/trigl.c (kernel_rem_pio2): Make static.
18890
18891 2007-03-25  Bruno Haible  <bruno@clisp.org>
18892
18893         * lib/sincosl.c (sincosl_table): Make static.
18894
18895 2007-03-25  Bruno Haible  <bruno@clisp.org>
18896
18897         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
18898         if the compiler does not support C99.
18899
18900 2007-03-25  Bruno Haible  <bruno@clisp.org>
18901
18902         * modules/time (Makefile.am): Ensure all rule action lines start with a
18903         tab.
18904
18905 2007-03-24  Bruno Haible  <bruno@clisp.org>
18906
18907         * modules/tsearch-tests: New file.
18908         * tests/test-tsearch.sh: New file.
18909         * tests/test-tsearch.c: New file, mostly copied from glibc.
18910
18911         * modules/search-tests: New file.
18912         * tests/test-search.c: New file.
18913
18914         * modules/search: New file.
18915         * lib/search_.h: New file, incorporating lib/tsearch.h.
18916         * m4/search_h.m4: New file.
18917         * lib/tsearch.h: Remove file.
18918         * lib/tsearch.c: Include search.h instead of tsearch.h.
18919         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
18920         HAVE_TSEARCH.
18921         * modules/tsearch (Files): Remove lib/tsearch.h.
18922         (Depends-on): Add search.
18923         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
18924         (Include): Change tsearch.h into search.h.
18925
18926 2007-03-24  Bruno Haible  <bruno@clisp.org>
18927
18928         * modules/fpucw: New file.
18929         * lib/fpucw.h: New file.
18930         * lib/frexp.c: Include fpucw.h.
18931         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
18932         (FUNC): Use them.
18933         * lib/printf-frexp.c: Include fpucw.h.
18934         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
18935         (FUNC): Use them.
18936         * lib/vasnprintf.c: Include fpucw.h.
18937         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
18938         'long double' calculations.
18939         * tests/test-frexpl.c: Include fpucw.h.
18940         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
18941         * tests/test-printf-frexpl.c: Include fpucw.h.
18942         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
18943         * modules/frexpl (Depends-on): Add fpucw.
18944         * modules/printf-frexpl (Depends-on): Likewise.
18945         * modules/fprintf-posix (Depends-on): Likewise.
18946         * modules/snprintf-posix (Depends-on): Likewise.
18947         * modules/sprintf-posix (Depends-on): Likewise.
18948         * modules/vasnprintf-posix (Depends-on): Likewise.
18949         * modules/vasprintf-posix (Depends-on): Likewise.
18950         * modules/vfprintf-posix (Depends-on): Likewise.
18951         * modules/vsnprintf-posix (Depends-on): Likewise.
18952         * modules/vsprintf-posix (Depends-on): Likewise.
18953         * modules/frexpl-tests (Depends-on): Likewise.
18954         * modules/printf-frexpl-tests (Depends-on): Likewise.
18955
18956 2007-03-24  Bruno Haible  <bruno@clisp.org>
18957
18958         * lib/float+.h: New file.
18959         * lib/isnan.c: Include float+.h.
18960         (SIZE): New macro.
18961         (FUNC): Compare only SIZE bytes of the value.
18962         * lib/vasnprintf.c: Include float+.h.
18963         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
18964         SIZEOF_LDBL or SIZEOF_DBL bytes.
18965         * modules/isnan-nolibm (Files): Add lib/float+.h.
18966         * modules/isnanl-nolibm (Files): Add lib/float+.h.
18967         * modules/isnanl (Files): Add lib/float+.h.
18968         * modules/vasnprintf (Files): Add lib/float+.h.
18969
18970 2007-03-24  Bruno Haible  <bruno@clisp.org>
18971
18972         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
18973         include isnanl-nolibm.h.
18974
18975 2007-03-24  Bruno Haible  <bruno@clisp.org>
18976
18977         * tests/test-read-file.c (main): Don't produce spurious output for
18978         expected situations. Make the test fail if it encountered unexpected
18979         results.
18980
18981 2007-03-24  Bruno Haible  <bruno@clisp.org>
18982
18983         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
18984         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
18985
18986 2007-03-24  Bruno Haible  <bruno@clisp.org>
18987
18988         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
18989
18990 2007-03-24  Bruno Haible  <bruno@clisp.org>
18991
18992         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
18993         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
18994
18995         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
18996         * modules/utf8-ucs4: Turn into a symbolic link to module
18997         unistr/u8-mbtouc.
18998
18999         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
19000         utf8-ucs4-unsafe.
19001         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
19002         unistr/u8-mbtouc-unsafe.
19003
19004         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
19005         * modules/utf16-ucs4: Turn into a symbolic link to module
19006         unistr/u16-mbtouc.
19007
19008         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
19009         utf16-ucs4-unsafe.
19010         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
19011         unistr/u16-mbtouc-unsafe.
19012
19013         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
19014         * modules/ucs4-utf8: Turn into a symbolic link to module
19015         unistr/u8-ubtomb.
19016
19017         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
19018         * modules/ucs4-utf16: Turn into a symbolic link to module
19019         unistr/u16-ubtomb.
19020
19021 2007-03-24  Bruno Haible  <bruno@clisp.org>
19022
19023         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
19024         Enable the function only if HAVE_INLINE.
19025         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
19026         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
19027         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
19028         Enable the function only if HAVE_INLINE.
19029         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
19030         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
19031         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
19032         Enable the function only if HAVE_INLINE.
19033         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
19034         Enable the function only if HAVE_INLINE.
19035         * modules/utf8-ucs4: Update.
19036         * modules/utf8-ucs4-unsafe: Update.
19037         * modules/utf16-ucs4: Update.
19038         * modules/utf16-ucs4-unsafe: Update.
19039         * modules/ucs4-utf8: Update.
19040         * modules/ucs4-utf16: Update.
19041
19042 2007-03-24  Bruno Haible  <bruno@clisp.org>
19043
19044         * lib/utf8-ucs4.h: Remove file.
19045         * lib/utf8-ucs4-unsafe.h: Remove file.
19046         * lib/utf16-ucs4.h: Remove file.
19047         * lib/utf16-ucs4-unsafe.h: Remove file.
19048         * lib/ucs4-utf8.h: Remove file.
19049         * lib/ucs4-utf16.h: Remove file.
19050         * lib/unistr.h: Include their previous contents.
19051         * m4/utf-ucs4.m4: Remove file.
19052         * m4/ucs4-utf.m4: Remove file.
19053         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
19054         (Depends-on): Add unistr/base.
19055         (configure.ac): Remove gl_UTF_UCS4.
19056         (Makefile.am): Update.
19057         (Include): Change to unistr.h.
19058         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
19059         (Depends-on): Add unistr/base.
19060         (configure.ac): Remove gl_UTF_UCS4.
19061         (Makefile.am): Update.
19062         (Include): Change to unistr.h.
19063         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
19064         (Depends-on): Add unistr/base.
19065         (configure.ac): Remove gl_UTF_UCS4.
19066         (Makefile.am): Update.
19067         (Include): Change to unistr.h.
19068         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
19069         (Depends-on): Add unistr/base.
19070         (configure.ac): Remove gl_UTF_UCS4.
19071         (Makefile.am): Update.
19072         (Include): Change to unistr.h.
19073         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
19074         (Depends-on): Add unistr/base.
19075         (configure.ac): Remove gl_UCS4_UTF.
19076         (Makefile.am): Update.
19077         (Include): Change to unistr.h.
19078         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
19079         (Depends-on): Add unistr/base.
19080         (configure.ac): Remove gl_UCS4_UTF.
19081         (Makefile.am): Update.
19082         (Include): Change to unistr.h.
19083         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
19084         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
19085         utf8-ucs4-unsafe.h.
19086         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
19087         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
19088         utf16-ucs4-unsafe.h.
19089         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
19090         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
19091         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
19092         * lib/unistr/u8-strchr.c: Likewise.
19093         * lib/unistr/u8-strrchr.c: Likewise.
19094         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
19095         * lib/unistr/u16-strchr.c: Likewise.
19096         * lib/unistr/u16-strrchr.c: Likewise.
19097         * lib/striconveh.c: Update.
19098         * lib/linebreak.c: Update.
19099
19100 2007-03-24  Bruno Haible  <bruno@clisp.org>
19101
19102         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
19103         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
19104
19105 2007-03-22  Bruno Haible  <bruno@clisp.org>
19106
19107         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
19108
19109 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
19110
19111         * MODULES.html.sh (File system functions): New module write-any-file.
19112         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
19113         * m4/write-any-file.m4: New files.
19114
19115 2007-03-23  Eric Blake  <ebb9@byu.net>
19116
19117         * gnulib-tool: Rearrange space-tab sequences, since some editors
19118         like to eat them.
19119
19120 2007-03-23  Eric Blake  <ebb9@byu.net>
19121
19122         * lib/version-etc.c (version_etc_va): Update license wording to
19123         be more concise.  Recommended by Richard Stallman.
19124
19125 2007-03-22  Bruno Haible  <bruno@clisp.org>
19126
19127         * lib/poll.c (MSG_PEEK): New fallback definition.
19128
19129 2007-03-22  Bruno Haible  <bruno@clisp.org>
19130
19131         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
19132         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
19133         (main): Update.
19134         Fixes a compilation error on BeOS.
19135
19136 2007-03-22  Bruno Haible  <bruno@clisp.org>
19137
19138         * modules/frexpl-tests: New file.
19139         * tests/test-frexpl.c: New file.
19140
19141         * modules/frexpl: New file.
19142         * m4/frexpl.m4: New file.
19143         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
19144         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
19145         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
19146         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
19147         (Depends-on): Add frexpl. Remove isnanl-nolibm.
19148         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
19149
19150 2007-03-22  Bruno Haible  <bruno@clisp.org>
19151
19152         * lib/frexpl.c: Share code with lib/frexp.c.
19153         * modules/mathl (Files): Add lib/frexp.c.
19154         (Depends-on): Add isnanl-nolibm.
19155
19156 2007-03-22  Bruno Haible  <bruno@clisp.org>
19157
19158         * modules/printf-frexp (Files): Add m4/frexp.m4.
19159         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
19160         only if the found frexp function actually works.
19161
19162 2007-03-22  Bruno Haible  <bruno@clisp.org>
19163
19164         * lib/frexp.c: Remove older implementation that uses divisions.
19165
19166 2007-03-21  Bruno Haible  <bruno@clisp.org>
19167
19168         * modules/frexp-tests: New file.
19169         * tests/test-frexp.c: New file.
19170
19171         * modules/frexp: New file.
19172         * lib/frexp.c: New file.
19173         * m4/frexp.m4: New file.
19174         * lib/math_.h (frexp): New declaration.
19175         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
19176         REPLACE_FREXP.
19177         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
19178
19179 2007-03-21  Bruno Haible  <bruno@clisp.org>
19180
19181         * modules/isnanl-tests: New file.
19182         * tests/test-isnanl.c: New file.
19183
19184         * modules/isnanl: New file.
19185         * lib/isnanl.h: New file.
19186         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
19187         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
19188         gl_FUNC_ISNANL_WORKS.
19189         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
19190         New macros.
19191
19192 2007-03-21  Bruno Haible  <bruno@clisp.org>
19193
19194         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
19195         lib/isnanl.h.
19196         (Include): Update.
19197         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
19198         * lib/vasnprintf.c: Update.
19199         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
19200         tests/test-isnanl.h, remove tests/test-isnanl.c.
19201         (Makefile.am): Update.
19202         * tests/test-isnanl-nolibm.c: New file.
19203         * tests/test-isnanl.h: New file.
19204         * tests/test-isnanl.c: Remove file.
19205
19206 2007-03-21  Jim Meyering  <jim@meyering.net>
19207
19208         When trying to open ".", treat ESTALE like EACCES.
19209         * lib/savewd.c (savewd_save): Resort to forking not just upon
19210         failure with EACCES, but also when errno is ESTALE.
19211
19212 2007-03-20  Bruno Haible  <bruno@clisp.org>
19213
19214         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
19215         Needed on AIX 5.1. Reported by Matthew Woehlke.
19216
19217 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
19218
19219         Suggestions by Bruno Haible:
19220         * lib/acl-internal.h: Include "gettext.h" rather than rolling
19221         our own.
19222         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
19223         * modules/acl (Depends-on): Add gettext.
19224
19225 2007-03-19  Bruno Haible  <bruno@clisp.org>
19226
19227         * modules/iconvme: Remove file.
19228         * lib/iconvme.h: Remove file.
19229         * lib/iconvme.c: Remove file.
19230         * m4/iconvme.m4: Remove file.
19231
19232 2007-03-19  Bruno Haible  <bruno@clisp.org>
19233
19234         * doc/relocatable-maint.texi: Break long shell script line.
19235         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
19236
19237 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
19238
19239         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
19240         handle file_has_acl.
19241         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
19242         * lib/acl.c: Move header inclusions and related macro defns into
19243         lib/acl-internal.h.
19244         (S_ISLNK): Remove defn, since that's now done for us.
19245         (file_has_acl): Move to lib/file-has-acl.c.
19246         Call acl_trivial if available.  This is the crucial part of the fix.
19247         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
19248         shared within the library.  Rewrite a bit, partly to make it compatible
19249         with the GNU coding style.
19250         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
19251         Remove unnecessary double-quotes.
19252         Don't test for acl_to_text; the build will catch that.
19253         Replace acl_entries if it doesn't exist and it is needed.
19254         Check for -lsec and acl_trivial (as used on Solaris 10).
19255         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
19256         lib/file-has-acl.c.
19257         (Depends-on): Add sys_stat, for S_ISLNK.
19258
19259 2007-03-19  Ben Pfaff  <blp@gnu.org>
19260
19261         * doc/gnulib.texi: Fix typos.
19262         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
19263
19264 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
19265
19266         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
19267         If size is zero here, buf must be zero.
19268
19269 2007-03-19  Simon Josefsson  <simon@josefsson.org>
19270
19271         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
19272         <bruno@clisp.org>.
19273
19274 2007-03-18  Bruno Haible  <bruno@clisp.org>
19275
19276         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
19277         Suggested by Eric Blake.
19278
19279 2007-03-18  Ben Pfaff  <blp@gnu.org>
19280
19281         * doc/relocatable.texi: Recommend using as prefix a directory
19282         that does not exist and will never be created.  Based on
19283         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
19284         and others.
19285
19286 2007-03-17  Bruno Haible  <bruno@clisp.org>
19287
19288         * lib/fchownat.c: Include lchown.h.
19289
19290 2007-03-17  Bruno Haible  <bruno@clisp.org>
19291
19292         Fix endless loop when the given allocated size was > INT_MAX.
19293         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
19294         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
19295         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
19296         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
19297         * lib/sprintf.c (sprintf): Likewise.
19298
19299 2007-03-17  Bruno Haible  <bruno@clisp.org>
19300
19301         * tests/test-argp-2.sh (func_compare): Output a context diff.
19302
19303 2007-03-17  Bruno Haible  <bruno@clisp.org>
19304
19305         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
19306         locale's decimal-point character.
19307
19308 2007-03-17  Bruno Haible  <bruno@clisp.org>
19309
19310         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
19311         before comparing it. Needed because on some platforms (e.g. x86) a
19312         'long double' occupies less bytes than sizeof (long double).
19313
19314 2007-03-17  Bruno Haible  <bruno@clisp.org>
19315
19316         * tests/test-crc.c (main): Make printf statements 64-bit clean.
19317         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
19318         * tests/test-getaddrinfo.c (simple): Likewise.
19319         * tests/test-read-file.c (main): Likewise.
19320
19321 2007-03-17  Bruno Haible  <bruno@clisp.org>
19322
19323         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
19324
19325 2007-03-17  Bruno Haible  <bruno@clisp.org>
19326
19327         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
19328         unused variable.
19329
19330 2007-03-17  Bruno Haible  <bruno@clisp.org>
19331
19332         * tests/test-c-strcasecmp.c: Include c-strcase.h.
19333         * tests/test-c-strncasecmp.c: Likewise.
19334
19335 2007-03-17  Bruno Haible  <bruno@clisp.org>
19336
19337         * modules/stdlib (Depends-on): Add unistd.
19338         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
19339         Needed for MacOS X 10.3.
19340
19341 2007-03-17  Bruno Haible  <bruno@clisp.org>
19342
19343         * lib/unistr/u-strdup.h: Include <stdlib.h>.
19344
19345 2007-03-17  Bruno Haible  <bruno@clisp.org>
19346
19347         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
19348
19349 2007-03-17  Bruno Haible  <bruno@clisp.org>
19350
19351         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
19352         to reflect files copied from gnulib (with or without modifications).
19353         Suggested by Jim Meyering.
19354
19355 2007-03-17  Eric Blake  <ebb9@byu.net>
19356
19357         * NEWS: Document stdlib change from 2007-02-18.
19358
19359 2007-03-17  Jim Meyering  <jim@meyering.net>
19360
19361         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
19362         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
19363         someone uses a name containing shell meta-characters.
19364         Reported by Alfred M. Szmidt.
19365
19366         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
19367
19368 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
19369
19370         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
19371         and copy gettext configuration files only if configure.ac contains
19372         a use of AM_GNU_GETTEXT_VERSION.
19373
19374 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
19375
19376         * build-aux/bootstrap (gnulib_name): New variable.
19377         (gnulib_tool_options): Use it.
19378
19379 2007-03-13  Simon Josefsson  <simon@josefsson.org>
19380
19381         * tests/test-des.c: Use new namespace.
19382
19383 2007-03-15  Bruno Haible  <bruno@clisp.org>
19384
19385         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
19386         Reported by James Youngman <jay@gnu.org>.
19387
19388 2007-03-15  Bruno Haible  <bruno@clisp.org>
19389
19390         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
19391         declared prototype. Needed with cc on OSF/1 5.1.
19392
19393 2007-03-15  Bruno Haible  <bruno@clisp.org>
19394
19395         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
19396         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
19397         (struct gl_list_implementation): Add dispose_fn argument to the
19398         'create_empty', 'create' methods.
19399         (struct gl_list_impl_base): Add field 'dispose_fn'.
19400         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
19401         argument.
19402         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
19403         dispose_fn argument.
19404         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
19405         dispose_fn on the dropped values.
19406         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
19407         dispose_fn argument.
19408         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
19409         dropped values.
19410         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
19411         (gl_tree_remove_node): Call dispose_fn on the dropped value.
19412         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
19413         (gl_tree_remove_node): Call dispose_fn on the dropped value.
19414         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
19415         argument.
19416         (gl_tree_list_free): Call dispose_fn on the dropped values.
19417         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
19418         the dropped values.
19419         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
19420         Add dispose_fn argument.
19421         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
19422         Call dispose_fn on the dropped values.
19423         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
19424         Add dispose_fn argument.
19425         (gl_sublist_create): Initialize the 'dispose_fn' field.
19426         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
19427         * tests/test-array_list.c (main): Update.
19428         * tests/test-carray_list.c (main): Update.
19429         * tests/test-avltree_list.c (main): Update.
19430         * tests/test-rbtree_list.c (main): Update.
19431         * tests/test-avltreehash_list.c (main): Update.
19432         * tests/test-rbtreehash_list.c (main): Update.
19433         * tests/test-linked_list.c (main): Update.
19434         * tests/test-linkedhash_list.c (main): Update.
19435         * tests/test-array_oset.c (main): Update.
19436
19437 2007-03-15  Bruno Haible  <bruno@clisp.org>
19438
19439         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
19440         (gl_oset_create_empty): Add dispose_fn argument.
19441         (struct gl_oset_implementation): Add dispose_fn argument to
19442         'create_empty' method.
19443         (struct gl_oset_impl_base): Add dispose_fn field.
19444         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
19445         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
19446         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
19447         values.
19448         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
19449         (gl_tree_oset_free): Call dispose_fn on the dropped values.
19450         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
19451         dropped value.
19452         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
19453         dropped value.
19454         * tests/test-array_oset.c (main): Update.
19455         * tests/test-avltree_oset.c (main): Update.
19456         * tests/test-rbtree_oset.c (main): Update.
19457         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
19458
19459 2007-03-13  Bruno Haible  <bruno@clisp.org>
19460
19461         * tests/test-stdbool.c (i): Update after last patch.
19462
19463 2007-03-12  Bruno Haible  <bruno@clisp.org>
19464
19465         * lib/quotearg.c: Include <wctype.h> early, before the definition of
19466         the iswprint macro. Needed on Solaris 2.5.1.
19467
19468 2007-03-12  Bruno Haible  <bruno@clisp.org>
19469
19470         * tests/test-printf-frexp.c (main): Declare x as volatile.
19471
19472 2007-03-12  Simon Josefsson  <simon@josefsson.org>
19473
19474         * doc/gnulib.texi (Build robot for gnulib): New section.
19475
19476 2007-03-12  Jim Meyering  <jim@meyering.net>
19477
19478         * build-aux/bootstrap: New file.
19479         * build-aux/bootstrap.conf: New file, from coreutils.
19480
19481 2007-03-11  Bruno Haible  <bruno@clisp.org>
19482
19483         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
19484
19485 2007-03-12  Simon Josefsson  <simon@josefsson.org>
19486
19487         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
19488         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
19489         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
19490
19491 2007-03-11  Bruno Haible  <bruno@clisp.org>
19492
19493         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
19494         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
19495
19496 2007-03-11  Bruno Haible  <bruno@clisp.org>
19497
19498         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
19499         formula. Needed for SunPRO C 5.0.
19500
19501 2007-03-11  Bruno Haible  <bruno@clisp.org>
19502
19503         * modules/long-options (Depends-on): Add getopt.
19504
19505 2007-03-11  Bruno Haible  <bruno@clisp.org>
19506
19507         * modules/modechange (Depends-on): Add stdbool.
19508
19509 2007-03-11  Bruno Haible  <bruno@clisp.org>
19510
19511         * modules/i-ring (Depends-on): Add stdbool.
19512
19513 2007-03-11  Bruno Haible  <bruno@clisp.org>
19514
19515         * modules/gc-des (Depends-on): Add stdbool.
19516
19517 2007-03-11  Bruno Haible  <bruno@clisp.org>
19518
19519         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
19520
19521 2007-03-11  Bruno Haible  <bruno@clisp.org>
19522
19523         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
19524
19525 2007-03-11  Bruno Haible  <bruno@clisp.org>
19526
19527         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
19528
19529 2007-03-11  Bruno Haible  <bruno@clisp.org>
19530
19531         * lib/vasnprintf.c (sprintf): Undefine.
19532
19533 2007-03-11  Bruno Haible  <bruno@clisp.org>
19534
19535         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
19536         initializers in SunPRO C and Compaq C compilers.
19537
19538 2007-03-11  Bruno Haible  <bruno@clisp.org>
19539
19540         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
19541         decrementing code ANSI C compliant.
19542
19543 2007-03-11  Bruno Haible  <bruno@clisp.org>
19544
19545         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
19546         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
19547
19548 2007-03-11  Bruno Haible  <bruno@clisp.org>
19549
19550         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
19551         <stdbool.h> substitute doesn't pass.
19552
19553 2007-03-11  Bruno Haible  <bruno@clisp.org>
19554
19555         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
19556
19557 2007-03-11  Bruno Haible  <bruno@clisp.org>
19558
19559         * gnulib-tool (func_create_megatestdir): Create also an autobuild
19560         script, for submission to autobuild.josefsson.org.
19561
19562 2007-03-10  Bruno Haible  <bruno@clisp.org>
19563
19564         * modules/canonicalize-lgpl-tests: New file.
19565         * tests/test-canonicalize-lgpl.sh: New file.
19566         * tests/test-canonicalize-lgpl.c: New file.
19567
19568         * modules/c-strcase-tests: New file.
19569         * tests/test-c-strcase.sh: New file.
19570         * tests/test-c-strcasecmp.c: New file.
19571         * tests/test-c-strncasecmp.c: New file.
19572
19573         * modules/atexit-tests: New file.
19574         * tests/test-atexit.sh: New file.
19575         * tests/test-atexit.c: New file.
19576
19577 2007-03-10  Bruno Haible  <bruno@clisp.org>
19578
19579         * tests/test-binary-io.sh: Use temporary filenames that are not so
19580         likely to clash with those of other tests (in a parallel make).
19581         * tests/test-binary-io.c: Likewise.
19582
19583 2007-03-10  Bruno Haible  <bruno@clisp.org>
19584
19585         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
19586         fallback; use #error instead.
19587         Suggested by Simon Josefsson.
19588
19589 2007-03-10  Bruno Haible  <bruno@clisp.org>
19590
19591         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
19592         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
19593         first and the last.
19594
19595 2007-03-10  Bruno Haible  <bruno@clisp.org>
19596
19597         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
19598
19599 2007-03-10  Bruno Haible  <bruno@clisp.org>
19600
19601         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
19602         "make distcheck".
19603         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
19604         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
19605         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
19606
19607 2007-03-10  Bruno Haible  <bruno@clisp.org>
19608
19609         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
19610         variable.
19611         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
19612         variable.
19613
19614 2007-03-09  Eric Blake  <ebb9@byu.net>
19615         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
19616
19617         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
19618         types are not being provided by gnulib.
19619         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
19620         types are supported.
19621
19622 2007-03-10  Bruno Haible  <bruno@clisp.org>
19623
19624         * lib/stdio_.h (__attribute__): New macro.
19625         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
19626         vsprintf): Specify __attribute__ __format__ for GCC.
19627         Suggested by Eric Blake.
19628
19629 2007-03-09  Bruno Haible  <bruno@clisp.org>
19630
19631         * modules/printf-posix-tests: New file.
19632         * tests/test-printf-posix.sh: New file.
19633         * tests/test-printf-posix.c: New file.
19634
19635         * modules/printf-posix: New file.
19636         * lib/printf.c: New file.
19637         * m4/printf-posix-rpl.m4: New file.
19638         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
19639         REPLACE_PRINTF.
19640         * lib/stdio_.h (printf): New declaration.
19641         (format, __format__, ____printf____, ____scanf____, ____strftime____,
19642         ____strfmon____): New macros.
19643         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
19644         REPLACE_PRINTF.
19645
19646 2007-03-09  Bruno Haible  <bruno@clisp.org>
19647
19648         * tests/test-vasnprintf-posix2.sh: New file.
19649         * tests/test-vasnprintf-posix2.c: New file.
19650         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
19651         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
19652         (Makefile.am): Activate test-vasnprintf-posix2.sh.
19653
19654         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
19655         a locale dependent decimal point, rather than always '.'.
19656
19657 2007-03-09  Eric Blake  <ebb9@byu.net>
19658
19659         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
19660         spite of platforms like Tandem/NSK that define it to -1.
19661
19662 2007-03-08  Bruno Haible  <bruno@clisp.org>
19663
19664         * modules/vprintf-posix-tests: New file.
19665         * tests/test-vprintf-posix.sh: New file.
19666         * tests/test-vprintf-posix.c: New file.
19667         * tests/test-printf-posix.h: New file.
19668
19669         * modules/vprintf-posix: New file.
19670         * lib/vprintf.c: New file.
19671         * m4/vprintf-posix.m4: New file.
19672         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
19673         REPLACE_VPRINTF.
19674         * lib/stdio_.h (vprintf): New declaration.
19675         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
19676         REPLACE_VPRINTF.
19677
19678 2007-03-08  Bruno Haible  <bruno@clisp.org>
19679
19680         * modules/fprintf-posix-tests: New file.
19681         * tests/test-fprintf-posix.sh: New file.
19682         * tests/test-fprintf-posix.c: New file.
19683
19684         * modules/fprintf-posix: New file.
19685         * lib/fprintf.c: New file.
19686         * m4/fprintf-posix.m4: New file.
19687         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
19688         REPLACE_FPRINTF.
19689         * lib/stdio_.h (fprintf): New declaration.
19690         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
19691         REPLACE_FPRINTF.
19692
19693 2007-03-08  Bruno Haible  <bruno@clisp.org>
19694
19695         * modules/vfprintf-posix-tests: New file.
19696         * tests/test-vfprintf-posix.sh: New file.
19697         * tests/test-vfprintf-posix.c: New file.
19698         * tests/test-fprintf-posix.h: New file.
19699         * tests/test-fprintf-posix.out: New file.
19700
19701         * modules/vfprintf-posix: New file.
19702         * lib/vfprintf.c: New file.
19703         * m4/vfprintf-posix.m4: New file.
19704         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
19705         REPLACE_VFPRINTF.
19706         * lib/stdio_.h (vfprintf): New declaration.
19707         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
19708         REPLACE_VFPRINTF.
19709
19710 2007-03-08  Bruno Haible  <bruno@clisp.org>
19711
19712         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
19713
19714 2007-03-08  Bruno Haible  <bruno@clisp.org>
19715
19716         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
19717         instead of 'expr' invocations.
19718         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19719         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19720         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19721         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19722         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19723         Suggested by Paul Eggert.
19724
19725 2007-03-08  Bruno Haible  <bruno@clisp.org>
19726
19727         * modules/fseterr-tests: New file.
19728         * tests/test-fseterr.c: New file.
19729
19730         * modules/fseterr: New file.
19731         * lib/fseterr.h: New file.
19732         * lib/fseterr.c: New file.
19733
19734 2007-03-08  Bruno Haible  <bruno@clisp.org>
19735
19736         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
19737         * lib/getopt_.h: Likewise.
19738         * lib/mbswidth.h: Likewise.
19739         * lib/setenv.h: Likewise.
19740         * lib/vasnprintf.h: Likewise.
19741         * lib/vasprintf.h: Likewise.
19742         * lib/verror.h: Likewise.
19743         * lib/xsetenv.h: Likewise.
19744         * lib/xvasprintf.h: Likewise.
19745
19746 2007-03-08  Jim Meyering  <jim@meyering.net>
19747
19748         * users.txt: Add parted.
19749
19750         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
19751
19752 2007-03-07  Bruno Haible  <bruno@clisp.org>
19753
19754         * m4/printf.m4: Make the shell script snippets copy&pastable.
19755
19756 2007-03-02  Bruno Haible  <bruno@clisp.org>
19757
19758         * lib/netinet_in_.h: New file.
19759         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
19760         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
19761         * modules/netinet_in (Files): Add lib/netinet_in_.h.
19762         (Depends-on): Add absolute-header.
19763         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
19764         into netinet/in.h.
19765
19766 2007-03-03  Bruno Haible  <bruno@clisp.org>
19767
19768         * lib/sys_select_.h: New file.
19769         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
19770         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
19771         * modules/sys_select (Files): Add lib/sys_select_.h.
19772         (Depends-on): Add absolute-header.
19773         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
19774         into sys/select.h.
19775
19776 2007-03-02  Bruno Haible  <bruno@clisp.org>
19777
19778         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
19779         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
19780         values.
19781         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
19782         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
19783         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
19784         * modules/sys_socket (Depends-on): Add absolute-header.
19785         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
19786         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
19787         (Include): Remove requirement of inclusion of <sys/types.h>.
19788
19789 2007-03-02  Bruno Haible  <bruno@clisp.org>
19790
19791         * lib/byteswap_.h (bswap_32): Fix formula.
19792
19793 2007-03-06  Bruno Haible  <bruno@clisp.org>
19794
19795         * modules/sprintf-posix-tests: New file.
19796         * tests/test-sprintf-posix.c: New file.
19797
19798         * modules/sprintf-posix: New file.
19799         * lib/sprintf.c: New file.
19800         * m4/sprintf-posix.m4: New file.
19801         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
19802         REPLACE_SPRINTF.
19803         * lib/stdio_.h (sprintf): New declaration.
19804         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
19805         REPLACE_SPRINTF.
19806
19807 2007-03-06  Bruno Haible  <bruno@clisp.org>
19808
19809         * modules/vsprintf-posix-tests: New file.
19810         * tests/test-vsprintf-posix.c: New file.
19811         * tests/test-sprintf-posix.h: New file.
19812
19813         * modules/vsprintf-posix: New file.
19814         * lib/vsprintf.c: New file.
19815         * m4/vsprintf-posix.m4: New file.
19816         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
19817         REPLACE_VSPRINTF.
19818         * lib/stdio_.h (vsprintf): New declaration.
19819         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
19820         REPLACE_VSPRINTF.
19821
19822 2007-03-06  Bruno Haible  <bruno@clisp.org>
19823
19824         * modules/vsnprintf (Depend-on): Remove minmax.
19825
19826 2007-03-06  Bruno Haible  <bruno@clisp.org>
19827
19828         * modules/snprintf-posix-tests: New file.
19829         * tests/test-snprintf-posix.c: New file.
19830
19831         * modules/snprintf-posix: New file.
19832         * m4/snprintf-posix.m4: New file.
19833         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
19834         gl_FUNC_SNPRINTF.
19835         (gl_FUNC_SNPRINTF): Invoke it.
19836         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
19837         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
19838         is set.
19839         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
19840
19841 2007-03-06  Bruno Haible  <bruno@clisp.org>
19842
19843         * modules/vsnprintf-posix-tests: New file.
19844         * tests/test-vsnprintf-posix.c: New file.
19845         * tests/test-snprintf-posix.h: New file.
19846
19847         * modules/vsnprintf-posix: New file.
19848         * m4/vsnprintf-posix.m4: New file.
19849         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
19850         gl_FUNC_VSNPRINTF.
19851         (gl_FUNC_VSNPRINTF): Invoke it.
19852         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
19853         * lib/stdio_.h (vsnprintf): Define as a replacement if
19854         REPLACE_VSNPRINTF is set.
19855         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
19856
19857 2007-03-06  Bruno Haible  <bruno@clisp.org>
19858
19859         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
19860         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
19861
19862 2007-03-06  Bruno Haible  <bruno@clisp.org>
19863
19864         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
19865         (asinl): Declare also if HAVE_DECL_ASINL is set.
19866         (atanl): Declare also if HAVE_DECL_ATANL is set.
19867         (ceill): Declare also if HAVE_DECL_CEILL is set.
19868         (cosl): Declare also if HAVE_DECL_COSL is set.
19869         (expl): Declare also if HAVE_DECL_EXPL is set.
19870         (floorl): Declare also if HAVE_DECL_FLOORL is set.
19871         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
19872         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
19873         (logl): Declare also if HAVE_DECL_LOGL is set.
19874         (sinl): Declare also if HAVE_DECL_SINL is set.
19875         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
19876         (tanl): Declare also if HAVE_DECL_TANL is set.
19877         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
19878         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
19879         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
19880         declaration of frexpl, ldexpl.
19881         * modules/printf-frexpl (Depends-on): Add math.
19882         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
19883
19884 2007-03-05  Bruno Haible  <bruno@clisp.org>
19885
19886         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
19887         frexpl and ldexpl are declared.
19888         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
19889
19890 2007-03-05  Bruno Haible  <bruno@clisp.org>
19891
19892         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
19893         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
19894
19895 2007-03-05  Bruno Haible  <bruno@clisp.org>
19896
19897         * lib/stdio_.h: Include <stddef.h>.
19898
19899 2007-03-05  Bruno Haible  <bruno@clisp.org>
19900
19901         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
19902
19903 2007-03-05  Bruno Haible  <bruno@clisp.org>
19904
19905         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
19906         NetBSD 4, from Ralf Wildenhues.
19907
19908 2007-03-04  Bruno Haible  <bruno@clisp.org>
19909
19910         * lib/vasprintf.h: Update #if logic for the case when the functions
19911         exist but are overridden.
19912
19913 2007-03-04  Bruno Haible  <bruno@clisp.org>
19914
19915         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
19916         implementations: glibc-2.4 and MacOS X 10.3.
19917         * tests/test-vasnprintf-posix.c (test_function): Test also the case
19918         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
19919         * tests/test-vasprintf-posix.c (test_function): Likewise.
19920
19921 2007-03-04  Bruno Haible  <bruno@clisp.org>
19922
19923         * modules/vasprintf-posix-tests: New file.
19924         * tests/test-vasprintf-posix.c: New file.
19925
19926         * modules/vasprintf-posix: New file.
19927         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
19928         defined.
19929         * m4/vasprintf-posix.m4: New file.
19930         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
19931         gl_FUNC_VASPRINTF.
19932         (gl_FUNC_VASPRINTF): Invoke it.
19933         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
19934         here.
19935         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
19936
19937 2007-03-04  Bruno Haible  <bruno@clisp.org>
19938
19939         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
19940         REPLACE_GETTIMEOFDAY.
19941         * modules/sys_time (Makefile.am): Likewise.
19942         * m4/sys_time_h.m4: Likewise.
19943         * m4/gettimeofday.m4: Likewise.
19944
19945 2007-03-04  Bruno Haible  <bruno@clisp.org>
19946
19947         * modules/vasnprintf-posix-tests: New file.
19948         * tests/test-vasnprintf-posix.c: New file.
19949
19950         * modules/vasnprintf-posix: New file.
19951         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
19952         printf-frexpl.h.
19953         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
19954         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
19955         REPLACE_VASNPRINTF is defined.
19956         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
19957         gl_FUNC_VASNPRINTF.
19958         (gl_FUNC_VASNPRINTF): Invoke it.
19959         * m4/vasnprintf-posix.m4: New file.
19960         * m4/printf.m4: New file.
19961
19962 2007-03-04  Bruno Haible  <bruno@clisp.org>
19963
19964         Compile progreloc.c only if --enable-relocatable is specified.
19965         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
19966         if --enable-relocatable was specified.
19967         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
19968         lib_SOURCES.
19969
19970 2007-03-04  Jim Meyering  <jim@meyering.net>
19971
19972         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
19973         Use it consistently, rather than enumerating errno constants.
19974
19975 2007-03-04  Bruno Haible  <bruno@clisp.org>
19976
19977         * modules/xvasprintf-tests: New file.
19978         * tests/test-xvasprintf.c: New file.
19979
19980         * modules/vasprintf-tests: New file.
19981         * tests/test-vasprintf.c: New file.
19982
19983         * modules/vasnprintf-tests: New file.
19984         * tests/test-vasnprintf.c: New file.
19985
19986         * modules/vsnprintf-tests: New file.
19987         * tests/test-vsnprintf.c: New file.
19988
19989         * modules/snprintf-tests: New file.
19990         * tests/test-snprintf.c: New file.
19991
19992 2007-03-04  Bruno Haible  <bruno@clisp.org>
19993
19994         Compile relocatable.c only if --enable-relocatable is specified.
19995         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
19996         gl_RELOCATABLE_LIBRARY.
19997         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
19998         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
19999         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
20000         gl_RELOCATABLE_LIBRARY.
20001         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
20002         (Makefile.am): Remove lib_SOURCES.
20003         * modules/relocatable-lib-lgpl (configure.ac): Invoke
20004         gl_RELOCATABLE_LIBRARY.
20005         (Makefile.am): Remove lib_SOURCES.
20006         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
20007         always.
20008         * modules/relocatable-prog-wrapper (configure.ac): Invoke
20009         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
20010
20011 2007-03-04  Bruno Haible  <bruno@clisp.org>
20012
20013         * modules/argmatch-tests: New file.
20014         * tests/test-argmatch.c: New file.
20015
20016         * tests/test-allocsa.c (main): Halve the number of loop runs.
20017
20018         * modules/alloca-opt-tests: New file.
20019         * tests/test-alloca-opt.c: New file.
20020
20021 2007-03-04  Jim Meyering  <jim@meyering.net>
20022
20023         Work around difference between Linux ACLs and Solaris 10 ZFS.
20024         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
20025         for EINVAL.
20026
20027 2007-03-03  Bruno Haible  <bruno@clisp.org>
20028
20029         * modules/relocatable-prog (Depends-on): Add back progreloc's
20030         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
20031
20032 2007-03-03  Bruno Haible  <bruno@clisp.org>
20033
20034         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
20035         * modules/relocatable-lib: New file.
20036
20037 2007-03-03  Bruno Haible  <bruno@clisp.org>
20038
20039         * modules/relocatable-prog: Renamed from modules/relocatable.
20040         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
20041
20042 2007-03-03  Bruno Haible  <bruno@clisp.org>
20043
20044         * modules/relocatable-script (Files): Add doc/relocatable.texi,
20045         m4/relocatable-lib.m4.
20046         (Depends-on): Remove 'relocatable'.
20047         (configure.ac): Add gl_RELOCATABLE_NOP.
20048
20049 2007-03-03  Bruno Haible  <bruno@clisp.org>
20050
20051         * modules/relocatable-prog-wrapper: New file.
20052         * modules/relocatable (Depends-on): Add it. Remove all other
20053         dependencies except progname.
20054         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
20055
20056         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
20057         (gl_FUNC_STRERROR): Nop.
20058         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
20059
20060         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
20061         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
20062
20063         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
20064         (gl_FUNC_READLINK): Update.
20065
20066         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
20067
20068 2007-03-03  Bruno Haible  <bruno@clisp.org>
20069
20070         * lib/xreadlink.c: Include <unistd.h> unconditionally.
20071         * modules/xreadlink (Depends-on): Add unistd.
20072         * modules/xreadlink-with-size (Depends-on): Likewise.
20073
20074 2007-03-03  Bruno Haible  <bruno@clisp.org>
20075
20076         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
20077         extracted from gt_FUNC_SETENV.
20078         (gt_FUNC_SETENV): Remove macro.
20079         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
20080         remove gt_FUNC_SETENV.
20081
20082 2007-03-03  Bruno Haible  <bruno@clisp.org>
20083
20084         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
20085         ENABLE_RELOCATABLE here.
20086         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
20087
20088 2007-03-03  Bruno Haible  <bruno@clisp.org>
20089
20090         * modules/rbtreehash-list-tests (Depends-on): Add progname.
20091         * tests/test-rbtreehash_list.c: Include progname.h.
20092         (main): Call set_program_name.
20093
20094         * modules/rbtree-oset-tests (Depends-on): Add progname.
20095         * tests/test-rbtree_oset.c: Include progname.h.
20096         (main): Call set_program_name.
20097
20098         * modules/rbtree-list-tests (Depends-on): Add progname.
20099         * tests/test-rbtree_list.c: Include progname.h.
20100         (main): Call set_program_name.
20101
20102         * modules/linked-list-tests (Depends-on): Add progname.
20103         * tests/test-linked_list.c: Include progname.h.
20104         (main): Call set_program_name.
20105
20106 2007-03-03  Bruno Haible  <bruno@clisp.org>
20107
20108         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
20109         All uses of __restrict changed to _Restrict_.
20110         * lib/glob_.h (__restrict): Remove macro.
20111
20112 2007-03-02  Bruno Haible  <bruno@clisp.org>
20113
20114         * modules/gettext (configure.ac): Require gettext infrastructure
20115         from version 0.16.1.
20116
20117 2007-03-02  Bruno Haible  <bruno@clisp.org>
20118
20119         * modules/linkedhash-list-tests (Depends-on): Add progname.
20120         * tests/test-linkedhash_list.c: Include progname.h.
20121         (main): Call set_program_name.
20122
20123         * modules/carray-list-tests (Depends-on): Add progname.
20124         * tests/test-carray_list.c: Include progname.h.
20125         (main): Call set_program_name.
20126
20127         * modules/avltreehash-list-tests (Depends-on): Add progname.
20128         * tests/test-avltreehash_list.c: Include progname.h.
20129         (main): Call set_program_name.
20130
20131         * modules/avltree-oset-tests (Depends-on): Add progname.
20132         * tests/test-avltree_oset.c: Include progname.h.
20133         (main): Call set_program_name.
20134
20135         * modules/avltree-list-tests (Depends-on): Add progname.
20136         * tests/test-avltree_list.c: Include progname.h.
20137         (main): Call set_program_name.
20138
20139         * modules/array-oset-tests (Depends-on): Add progname.
20140         * tests/test-array_oset.c: Include progname.h.
20141         (main): Call set_program_name.
20142
20143         * modules/array-list-tests (Depends-on): Add progname.
20144         * tests/test-array_list.c: Include progname.h.
20145         (main): Call set_program_name.
20146
20147         * modules/argp-tests (Depends-on): Add progname.
20148         * tests/test-argp.c: Include argp.h first. Include progname.h.
20149         (main): Call set_program_name.
20150
20151 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
20152
20153         * doc/gnulib-tool.texi (Initial import): Reword description of
20154         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
20155         limited effect even if defined after the first system include.
20156
20157 2007-03-01  Bruno Haible  <bruno@clisp.org>
20158
20159         * build-aux/config.libpath: Update to libtool-1.5.22.
20160         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20161
20162 2007-03-01  Bruno Haible  <bruno@clisp.org>
20163
20164         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
20165         foo_CFLAGS.
20166         Reported by Ralf Wildenhues.
20167
20168 2007-03-01  Bruno Haible  <bruno@clisp.org>
20169
20170         * build-aux/install-reloc: Remove object files left over by some
20171         compilers.
20172         Reported by Ralf Wildenhues.
20173
20174 2007-03-01  Bruno Haible  <bruno@clisp.org>
20175
20176         * build-aux/install-reloc: Break long lines.
20177
20178 2007-03-01  Bruno Haible  <bruno@clisp.org>
20179
20180         * doc/relocatable.texi: Document that it may not work on OpenBSD.
20181         Reported by Ralf Wildenhues.
20182
20183 2007-03-01  Bruno Haible  <bruno@clisp.org>
20184
20185         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
20186         include ordering constraints.
20187
20188 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20189
20190         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
20191         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
20192         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
20193         as another example.
20194         * lib/time_.h: Fix misspelling.
20195         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
20196         Require gl_HEADER_TIME_H_DEFAULTS.
20197         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
20198         * m4/time_r.m4 (gl_TIME_R): Likewise.
20199         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
20200
20201 2007-03-01  Bruno Haible  <bruno@clisp.org>
20202
20203         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
20204         * m4/utimens.m4 (gl_UTIMENS): Likewise.
20205
20206 2007-03-01  Jim Meyering  <jim@meyering.net>
20207
20208         * modules/xreadlink (Maintainer): Add my name.
20209         * modules/xreadlink-with-size (Depends-on): Alphabetize.
20210
20211 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
20212             Bruno Haible  <bruno@clisp.org>
20213
20214         * build-aux/install-reloc: Compile also c-ctype.c.
20215         * build-aux/relocatable.sh.in: New file.
20216         * doc/relocatable.texi: New file.
20217         * doc/relocatable-maint.texi: New file.
20218         * doc/gnulib.texi: Include relocatable-maint.texi.
20219         * lib/progreloc.c: Include unistd.h unconditionally.
20220         * lib/relocwrapper.c: Include unistd.h unconditionally.
20221         Include c-ctype.h.
20222         (add_dotbin): Use c_tolower.
20223         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
20224         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
20225         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
20226         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
20227         to m4/relocatable-lib.m4.
20228         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
20229         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
20230         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
20231         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
20232         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
20233         * modules/relocatable: New file.
20234         * modules/relocatable-lib: New file.
20235         * modules/relocatable-script: New file.
20236
20237 2007-02-28  Bruno Haible  <bruno@clisp.org>
20238
20239         Import --enable-relocatable infrastructure.
20240         * build-aux/config.libpath: New file, from GNU gettext.
20241         * build-aux/install-reloc: New file, from GNU gettext.
20242         * build-aux/reloc-ldflags: New file, from GNU gettext.
20243         * lib/relocatable.h: New file, from GNU gettext.
20244         * lib/relocatable.c: New file, from GNU gettext.
20245         * lib/relocwrapper.c: New file, from GNU gettext.
20246         * m4/relocatable.m4: New file, from GNU gettext.
20247
20248 2007-02-28  Bruno Haible  <bruno@clisp.org>
20249
20250         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
20251
20252         * modules/xreadlink: New file, from GNU gettext with modifications.
20253         * lib/xreadlink.c: New file, from GNU gettext.
20254         * lib/xreadlink.h: Add comments.
20255         (xreadlink): New declaration.
20256
20257         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
20258         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
20259         lib/xreadlink-with-size.c.
20260         (configure.ac): Remove gl_XREADLINK invocation.
20261         (Makefile.am): Augment lib_SOURCES.
20262         * m4/xreadlink.m4: Remove file.
20263         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
20264         (xreadlink_with_size): Renamed from xreadink.
20265         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
20266         * modules/canonicalize (Depends-on): Replace xreadlink with
20267         xreadlink-with-size.
20268         * lib/canonicalize.c (canonicalize_filename_mode): Update.
20269
20270 2007-02-25  Jim Meyering  <jim@meyering.net>
20271
20272         * build-aux/announce-gen: When complaining about excess arguments,
20273         list them.
20274
20275 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20276
20277         * README: Document signed integer overflow situation more
20278         accurately.
20279
20280 2007-02-25  Bruno Haible  <bruno@clisp.org>
20281
20282         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
20283         'a' or 'A' conversion.
20284
20285 2007-02-25  Bruno Haible  <bruno@clisp.org>
20286
20287         * modules/filename: Renamed from modules/pathname.
20288         (Files): Replace lib/pathname.h with lib/filename.h. Replace
20289         lib/concatpath.c with lib/concat-filename.c.
20290         (Makefile.am): Update.
20291         (Include): Replace pathname.h with filename.h.
20292         * lib/filename.h: Renamed from lib/pathname.h.
20293         (concatenated_filename): Renamed from concatenated_pathname.
20294         * lib/concat-filename.c: Renamed from lib/concatpath.c.
20295         (concatenated_filename): Renamed from concatenated_pathname.
20296         * lib/findprog.c: Include filename.h instead of pathname.h.
20297         (find_in_path): Update.
20298         * lib/javacomp.c: Include filename.h instead of pathname.h.
20299         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
20300         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
20301         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
20302         is_oldgcj_14_13_usable, is_javac_usable): Update.
20303         * lib/javaexec.c: Include filename.h instead of pathname.h.
20304         (execute_java_class): Update.
20305         * modules/findprog: Update.
20306         * modules/javacomp: Update.
20307         * modules/javaexec: Update.
20308         * MODULES.html.sh (File system functions): Add 'filename', remove
20309         'pathname'.
20310
20311 2007-02-25  Bruno Haible  <bruno@clisp.org>
20312
20313         * modules/printf-frexpl-tests: New file.
20314         * tests/test-printf-frexpl.c: New file.
20315
20316         * modules/printf-frexpl: New file.
20317         * lib/printf-frexpl.h: New file.
20318         * lib/printf-frexpl.c: New file.
20319         * m4/printf-frexpl.m4: New file.
20320
20321 2007-02-25  Bruno Haible  <bruno@clisp.org>
20322
20323         * modules/printf-frexp-tests: New file.
20324         * tests/test-printf-frexp.c: New file.
20325
20326         * modules/printf-frexp: New file.
20327         * lib/printf-frexp.h: New file.
20328         * lib/printf-frexp.c: New file.
20329         * m4/printf-frexp.m4: New file.
20330
20331 2007-02-25  Bruno Haible  <bruno@clisp.org>
20332
20333         Assume automake >= 1.10 for the tests.
20334         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
20335         * modules/arctwo-tests: Likewise.
20336         * modules/argp-tests: Likewise.
20337         * modules/avltree-list-tests: Likewise.
20338         * modules/avltree-oset-tests: Likewise.
20339         * modules/avltreehash-list-tests: Likewise.
20340         * modules/carray-list-tests: Likewise.
20341         * modules/crc-tests: Likewise.
20342         * modules/des-tests: Likewise.
20343         * modules/gc-arcfour-tests: Likewise.
20344         * modules/gc-arctwo-tests: Likewise.
20345         * modules/gc-des-tests: Likewise.
20346         * modules/gc-hmac-md5-tests: Likewise.
20347         * modules/gc-hmac-sha1-tests: Likewise.
20348         * modules/gc-md2-tests: Likewise.
20349         * modules/gc-md4-tests: Likewise.
20350         * modules/gc-md5-tests: Likewise.
20351         * modules/gc-pbkdf2-sha1-tests: Likewise.
20352         * modules/gc-rijndael-tests: Likewise.
20353         * modules/gc-sha1-tests: Likewise.
20354         * modules/gc-tests: Likewise.
20355         * modules/getaddrinfo-tests: Likewise.
20356         * modules/hmac-md5-tests: Likewise.
20357         * modules/hmac-sha1-tests: Likewise.
20358         * modules/linked-list-tests: Likewise.
20359         * modules/linkedhash-list-tests: Likewise.
20360         * modules/lock-tests: Likewise.
20361         * modules/md2-tests: Likewise.
20362         * modules/md4-tests: Likewise.
20363         * modules/md5-tests: Likewise.
20364         * modules/rbtree-list-tests: Likewise.
20365         * modules/rbtree-oset-tests: Likewise.
20366         * modules/rbtreehash-list-tests: Likewise.
20367         * modules/read-file-tests: Likewise.
20368         * modules/rijndael-tests: Likewise.
20369         * modules/stdint-tests: Likewise.
20370         * modules/tls-tests: Likewise.
20371
20372 2007-02-24  Bruno Haible  <bruno@clisp.org>
20373
20374         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
20375         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
20376         function; instead check whether isnan with a double argument links.
20377         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
20378         function; instead check whether isnan with a 'long double' argument
20379         links.
20380         Reported by Eric Blake <ebb9@byu.net>.
20381
20382 2007-02-24  Bruno Haible  <bruno@clisp.org>
20383
20384         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
20385         defined.
20386         * lib/isnanl.c: Remove all code. Just include isnan.c.
20387         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
20388
20389 2007-02-25  Jim Meyering  <jim@meyering.net>
20390
20391         Avoid conflicting types for 'unsetenv' on FreeBSD.
20392         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
20393         conflicting with FreeBSD's (5.0 and 6.1) function declaration
20394         in stdlib.h.
20395
20396 2007-02-24  Bruno Haible  <bruno@clisp.org>
20397
20398         * modules/isnanl-nolibm-tests: New file.
20399         * tests/test-isnanl.c: New file.
20400
20401         * modules/isnanl-nolibm: New file.
20402         * lib/isnanl.h: New file.
20403         * lib/isnanl.c: New file.
20404         * m4/isnanl.m4: New file.
20405
20406 2007-02-24  Bruno Haible  <bruno@clisp.org>
20407
20408         * modules/isnan-nolibm-tests: New file.
20409         * tests/test-isnan.c: New file.
20410
20411         * modules/isnan-nolibm: New file.
20412         * lib/isnan.h: New file.
20413         * lib/isnan.c: New file.
20414         * m4/isnan.m4: New file.
20415
20416 2007-02-24  Bruno Haible  <bruno@clisp.org>
20417
20418         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
20419         assume that an exponent fits in 20 bits.
20420
20421 2007-02-24  Jim Meyering  <jim@meyering.net>
20422
20423         * m4/regex.m4: Update the description of the configure-time option,
20424         --without-included-regex, to state accurately what the defaults are,
20425         and perhaps to give people an idea why using this option is risky.
20426
20427 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
20428
20429         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
20430         loops on small arguments.  This attempts to avoid the problem
20431         Bruno Haible reported for AIX 4.3.2 in
20432         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
20433
20434 2007-02-23  Bruno Haible  <bruno@clisp.org>
20435
20436         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
20437         Needed for help2man.
20438
20439 2007-02-23  Karl Berry  <karl@gnu.org>
20440
20441         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
20442         exists, foo.h should be cvs-ignored, not committed.
20443
20444 2007-02-23  Eric Blake  <ebb9@byu.net>
20445
20446         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
20447         * lib/stat-time.h (includes): Likewise.
20448         * lib/utimecmp.c (includes): Likewise.
20449         * lib/utimens.h (includes): Likewise.
20450         * lib/getdate.y (includes): Also include "timespec.h" for use
20451         internal to the module.
20452         * modules/utimens (Depends-on): Revert yesterday's patch.
20453         * modules/nanosleep (Depends-on): Add missing dependency.
20454
20455 2007-02-22  Bruno Haible  <bruno@clisp.org>
20456
20457         * lib/glob.c: Don't include getlogin_r.h.
20458
20459 2007-02-22  Jim Meyering  <jim@meyering.net>
20460
20461         * modules/utimens (Depends-on): Add timespec, required for
20462         utimens.h's inclusion of timespec.h.
20463
20464 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
20465
20466         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
20467         long unreadable paths in GNU/Linux.  Problem reported by Andreas
20468         Schwab in
20469         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
20470         I'll try to think of a better way to fix the Solaris problem.
20471
20472         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
20473         like glibc; on Solaris 10, it fails with errno == EINVAL.
20474         POSIX says the behavior is unspecified if the first argument is NULL,
20475         so play it safe and never pass NULL to the system getcwd.
20476
20477 2007-02-21  Jim Meyering  <jim@meyering.net>
20478
20479         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
20480         of gettimeofday.  It would conflict with the one now always
20481         provided via sys_time_.h.  Reported by Matthew Woehlke, as
20482         an IRIX 6.5 build failure.
20483
20484 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
20485
20486         Minor fixups to port to Solaris 10 with Sun C 5.8.
20487         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
20488         * modules/getcwd (Depends-on): Add dirfd.
20489         * lib/putenv.c (putenv): #undef it.
20490         (rpl_putenv): New decl.
20491         (malloc, free): Include <stdlib.h> rather than prototyping separately.
20492
20493 2007-02-20  Bruno Haible  <bruno@clisp.org>
20494
20495         * modules/stdio-tests: New file.
20496         * tests/test-stdio.c: New file.
20497
20498         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
20499         (Depends-on): Add stdio.
20500         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
20501         (Include): Use <stdio.h> instead of vsnprintf.h.
20502         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
20503         HAVE_DECL_VSNPRINTF.
20504         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
20505
20506         * modules/snprintf (Files): Remove lib/snprintf.h.
20507         (Depends-on): Add stdio.
20508         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
20509         (Include): Use <stdio.h> instead of snprintf.h.
20510         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
20511         HAVE_DECL_SNPRINTF.
20512         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
20513         * lib/getaddrinfo.c: Likewise.
20514
20515         * modules/stdio: New file.
20516         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
20517         * lib/snprintf.h: Remove file.
20518         * lib/vsnprintf.h: Remove file.
20519         * lib/.cppi-disable: Remove snprintf.h.
20520         * m4/stdio_h.m4: New file.
20521         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
20522
20523 2007-02-20  Jim Meyering  <jim@meyering.net>
20524
20525         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
20526         used by e.g., mingw.  From Bruno Haible.
20527
20528 2007-02-19  Bruno Haible  <bruno@clisp.org>
20529
20530         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
20531         warnings.
20532         Reported by Ben Pfaff <blp@cs.stanford.edu>.
20533
20534 2007-02-19  Bruno Haible  <bruno@clisp.org>
20535
20536         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
20537         from mingw users.
20538
20539 2007-02-19  Bruno Haible  <bruno@clisp.org>
20540
20541         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
20542         warnings.
20543         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
20544
20545 2007-02-19  Jim Meyering  <jim@meyering.net>
20546
20547         Don't use FD after a successful "fdopendir (fd)".
20548         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
20549         Reset it by calling dirfd on the just-obtained DIR*.
20550
20551         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
20552         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
20553
20554 2007-02-18  Bruno Haible  <bruno@clisp.org>
20555
20556         * lib/readlink.c: Include <unistd.h>.
20557         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
20558         HAVE_READLINK.
20559         * modules/readlink (Depends-on): Add unistd.
20560         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20561         (Include): Add <unistd.h>.
20562
20563         * lib/getlogin_r.h: Remove file.
20564         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
20565         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
20566         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
20567         HAVE_DECL_GETLOGIN_R.
20568         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
20569         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20570         (Include): Use <unistd.h> instead of getlogin_r.h.
20571
20572         * lib/getcwd.h: Remove file.
20573         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
20574         * lib/xgetcwd.c: Likewise.
20575         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
20576         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
20577         * modules/getcwd (Files): Remove lib/getcwd.h.
20578         (Depends-on): Add unistd.
20579         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20580         (Include): Use <unistd.h> instad of getcwd.h.
20581
20582         * lib/ftruncate.c: Include <unistd.h> first.
20583         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
20584         Set HAVE_FTRUNCATE.
20585         * modules/ftruncate (Depends-on): Add unistd.
20586         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20587
20588         * lib/fchdir.c: Include <unistd.h> first.
20589         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
20590         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
20591         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
20592         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20593         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
20594
20595         * lib/dup2.c: Include <unistd.h> first.
20596         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
20597         HAVE_DUP2.
20598         * modules/dup2 (Depends-on): Add unistd.
20599         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20600
20601         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
20602         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
20603         REPLACE_CHOWN. Don't define chown as a macro here.
20604         * modules/chown (Depends-on): Add unistd.
20605         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20606
20607         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
20608         Add definition for GL_LINK_WARNING.
20609         (chown, dup2): New declarations.
20610         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
20611         link warning.
20612         (ftruncate): New declaration.
20613         (getcwd): New declaration, taken from old getcwd.h.
20614         (getlogin_r): New declaration, taken from old getlogin_r.h.
20615         (readlink): New declaration.
20616         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
20617         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
20618         (gl_PREREQ_UNISTD): Remove macro.
20619         (gl_UNISTD_MODULE_INDICATOR): New macro.
20620         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
20621         many new variables. Don't set UNISTD_H.
20622         * modules/unistd (Description): Change.
20623         (Depends-on): Add link-warning.
20624         (configure.ac): Update.
20625         (Makefile.am): Create unistd.h always. Substitute many new variables
20626         into it.
20627
20628 2007-02-18  Bruno Haible  <bruno@clisp.org>
20629
20630         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
20631         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
20632         HAVE_GETSUBOPT.
20633         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
20634         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
20635         * lib/getsubopt.h: Remove file.
20636         * modules/getsubopt (Files): Remove lib/getsubopt.h.
20637         (Depends-on): Add stdlib.
20638         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20639         (Includes): Use <stdlib.h> instead of getsubopt.h.
20640         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
20641         Set HAVE_GETSUBOPT.
20642         * lib/getsubopt.c: Don't include getsubopt.h.
20643
20644 2007-02-18  Bruno Haible  <bruno@clisp.org>
20645
20646         * modules/fchdir (Depends-on): Add dup2.
20647
20648 2007-02-18  Bruno Haible  <bruno@clisp.org>
20649
20650         * lib/stdlib_.h: Handle glibc's special invocation convention
20651         specially.
20652
20653 2007-02-18  Bruno Haible  <bruno@clisp.org>
20654
20655         * modules/stdlib-tests: New file.
20656         * tests/test-stdlib.c: New file.
20657
20658         * modules/mkstemp (Files): Remove lib/mkstemp.h.
20659         (Depends-on): Add stdlib.
20660         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20661         (Includes): Use <stdlib.h> instead of mkstemp.h.
20662         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
20663         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
20664         * lib/mkstemp.c: Don't include mkstemp.h.
20665         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
20666         * lib/stdlib--.h: Don't include mkstemp.h.
20667
20668         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
20669         (Depends-on): Add stdlib.
20670         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20671         (Includes): Use <stdlib.h> instead of mkdtemp.h.
20672         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
20673         HAVE_MKDTEMP.
20674         * lib/mkdtemp.c: Don't include mkdtemp.h.
20675         * lib/clean-temp.c: Don't include mkdtemp.h.
20676
20677         * modules/exit (Files): Remove lib/exit.h.
20678         (Depends-on): Add stdlib.
20679         (Makefile.am): Remove lib_SOURCES.
20680         (Include): Use <stdlib.h> instead of exit.h.
20681         * lib/argmatch.c: Don't include exit.h.
20682         * lib/execute.c: Likewise.
20683         * lib/pagealign_alloc.c: Likewise.
20684         * lib/pipe.c: Likewise.
20685         * lib/wait-process.c: Likewise.
20686         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
20687         * lib/exitfail.c: Likewise.
20688         * lib/savewd.c: Likewise.
20689         * lib/xsetenv.c: Likewise.
20690
20691         * modules/stdlib: New file.
20692         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
20693         and extra comments about mkstemp().
20694         * lib/exit.h: Remove file.
20695         * lib/mkdtemp.h: Remove file.
20696         * lib/mkstemp.h: Remove file.
20697         * m4/stdlib_h.m4: New file.
20698         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
20699
20700 2007-02-18  Bruno Haible  <bruno@clisp.org>
20701
20702         * modules/math-tests: New file.
20703         * tests/test-math.c: New file.
20704
20705         * modules/math: New file.
20706         * modules/mathl (Files): Remove lib/mathl.h.
20707         (Depends-on): Add math.
20708         (Makefile.am): Don't mention mathl.h.
20709         (Include): Use <math.h> instead of mathl.h.
20710         * lib/math_.h: New file.
20711         * lib/mathl.h: Remove file.
20712         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
20713         mathl.h.
20714         * lib/asinl.c: Likewise.
20715         * lib/atanl.c: Likewise.
20716         * lib/ceill.c: Likewise.
20717         * lib/cosl.c: Likewise.
20718         * lib/expl.c: Likewise.
20719         * lib/floorl.c: Likewise.
20720         * lib/frexpl.c: Likewise.
20721         * lib/ldexpl.c: Likewise.
20722         * lib/logl.c: Likewise.
20723         * lib/sincosl.c: Likewise.
20724         * lib/sinl.c: Likewise.
20725         * lib/sqrtl.c: Likewise.
20726         * lib/tanl.c: Likewise.
20727         * lib/trigl.c: Likewise.
20728         * m4/math_h.m4: New file.
20729         * MODULES.html.sh (Mathematics): Add math.
20730
20731 2007-02-17  Bruno Haible  <bruno@clisp.org>
20732
20733         * modules/wctype-tests: New file.
20734         * tests/test-wctype.c: New file.
20735
20736         * modules/wchar-tests: New file.
20737         * tests/test-wchar.c: New file.
20738
20739         * modules/unistd-tests: New file.
20740         * tests/test-unistd.c: New file.
20741
20742         * modules/time-tests: New file.
20743         * tests/test-time.c: New file.
20744
20745         * modules/sysexits-tests: New file.
20746         * tests/test-sysexits.c: New file.
20747
20748         * modules/sys_time-tests: New file.
20749         * tests/test-sys_time.c: New file.
20750
20751         * modules/sys_stat-tests: New file.
20752         * tests/test-sys_stat.c: New file.
20753
20754         * modules/sys_socket-tests: New file.
20755         * tests/test-sys_socket.c: New file.
20756
20757         * modules/sys_select-tests: New file.
20758         * tests/test-sys_select.c: New file.
20759
20760         * modules/string-tests: New file.
20761         * tests/test-string.c: New file.
20762
20763         * modules/stdbool-tests: New file.
20764         * tests/test-stdbool.c: New file.
20765
20766         * modules/netinet_in-tests: New file.
20767         * tests/test-netinet_in.c: New file.
20768
20769         * modules/inttypes-tests: New file.
20770         * tests/test-inttypes.c: New file.
20771
20772         * modules/fcntl-tests: New file.
20773         * tests/test-fcntl.c: New file.
20774
20775         * modules/byteswap-tests: New file.
20776         * tests/test-byteswap.c: New file.
20777
20778         * modules/arpa_inet-tests: New file.
20779         * tests/test-arpa_inet.c: New file.
20780
20781 2007-02-17  Bruno Haible  <bruno@clisp.org>
20782
20783         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
20784         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
20785         if the corresponding module is not enabled. Emit link warnings if
20786         the function is used nevertheless.
20787         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
20788         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
20789         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
20790         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
20791         * modules/inttypes (Depends-on): Add link-warning.
20792         (Makefile.am): Copy the contents of build-aux/link-warning.h into
20793         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
20794         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
20795         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
20796         * modules/imaxdiv (configure.ac): Likewise.
20797         * modules/strtoimax (configure.ac): Likewise.
20798         * modules/strtoumax (configure.ac): Likewise.
20799
20800 2007-02-17  Bruno Haible  <bruno@clisp.org>
20801
20802         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
20803         gl_STRING_MODULE_INDICATOR_DEFAULTS.
20804         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
20805         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
20806
20807 2007-02-17  Bruno Haible  <bruno@clisp.org>
20808
20809         * modules/link-warning: New file.
20810         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
20811         * lib/string_.h (GL_LINK_WARNING): Remove definition.
20812         * modules/string (Depends-on): Add link-warning.
20813         (Makefile.am): Copy the contents of build-aux/link-warning.h into
20814         string.h.
20815         * MODULES.html.sh (Support for building libraries and executables): Add
20816         link-warning.
20817
20818 2007-02-17  Bruno Haible  <bruno@clisp.org>
20819
20820         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
20821         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
20822         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
20823         long lines.
20824
20825 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
20826             Bruno Haible  <bruno@clisp.org>
20827
20828         * modules/tmpfile: New file.
20829         * lib/tmpfile.c: New file.
20830         * m4/tmpfile.m4: New file.
20831         * MODULES.html.sh (func_all_modules): New section "Input/output".
20832
20833 2007-02-15  Bruno Haible  <bruno@clisp.org>
20834
20835         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
20836         (supports_delete_on_close): New function.
20837         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
20838
20839 2007-02-14  Bruno Haible  <bruno@clisp.org>
20840
20841         * modules/mbspcasecmp-tests: New file.
20842         * tests/test-mbspcasecmp.sh: New file.
20843         * tests/test-mbspcasecmp.c: New file.
20844
20845         New module mbspcasecmp.
20846         * modules/mbspcasecmp: New file.
20847         * lib/mbspcasecmp.c: New file.
20848         * lib/string_.h (strncasecmp): Change warning message.
20849         (mbspcasecmp): New declaration.
20850         * m4/mbspcasecmp.m4: New file.
20851         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20852         GNULIB_MBSPCASECMP.
20853         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
20854         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
20855
20856 2007-02-14  Bruno Haible  <bruno@clisp.org>
20857
20858         * modules/mbsncasecmp-tests: New file.
20859         * tests/test-mbsncasecmp.sh: New file.
20860         * tests/test-mbsncasecmp.c: New file.
20861
20862         New module mbsncasecmp.
20863         * modules/mbsncasecmp: New file.
20864         * lib/mbsncasecmp.c: New file.
20865         * lib/string_.h (mbsncasecmp): New declaration.
20866         * m4/mbsncasecmp.m4: New file.
20867         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20868         GNULIB_MBSNCASECMP.
20869         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
20870         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
20871
20872 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
20873
20874         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
20875         Verify that it doesn't overlap with our flags.
20876         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
20877         do not have the desired effect in multibyte locales; instead, use
20878         mbscasecmp.
20879         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
20880         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
20881         we don't require GNU fnmatch ourselves (if our users require it, they
20882         should do so explicitly).
20883
20884         Fix regex code so it doesn't rely on strcasecmp.
20885         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
20886         Otherwise, include gnulib's langinfo.h.
20887         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
20888         undesirable behavior in non-C locales.  Instead, rely on localecharset.
20889         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
20890         * modules/regex (FILES): Remove m4/codeset.m4.
20891         (Depends-on): Add localcharset.  Remove strcase.
20892
20893 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20894
20895         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
20896         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
20897
20898 2007-02-13  Bruno Haible  <bruno@clisp.org>
20899
20900         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
20901         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20902
20903 2007-02-12  Bruno Haible  <bruno@clisp.org>
20904
20905         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
20906         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
20907         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
20908         time warning rather than a link error.
20909
20910 2007-02-12  Bruno Haible  <bruno@clisp.org>
20911
20912         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
20913         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
20914         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20915
20916 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
20917
20918         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
20919         args, not 2.
20920
20921 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
20922
20923         New module 'time', so that apps can include <time.h> as per
20924         POSIX and GNU instead of separate include files like time_r.h
20925         and timegm.h.  This implementation tries out a simpler approach
20926         for replacing decls in standard include files (as compared to
20927         the string module), somewhat as an experiment.
20928
20929         * config/srclist.txt: Comment out mktime.c for now.
20930         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
20931         since it doesn't apply any more.  Use generic wording instead.
20932         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
20933         'time'.
20934         * lib/time_.h, m4/time_h.m4, modules/time: New files.
20935         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
20936         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
20937         Don't include <sys/types.h>; no longer needed since we assume C89.
20938         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
20939         * lib/strftime.c: Likewise.
20940         * lib/time_r.c: Likewise.
20941         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
20942         * lib/nanosleep.c: Include <time.h> first, to check interface.
20943         * lib/strptime.c: Likewise.
20944         * lib/time_r.c: Likewise.
20945         * lib/timegm.c: Likewise.
20946         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
20947         needed.
20948         * lib/timegm.c: Don't include timegm.h; no longer needed.
20949         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
20950         time.h now handles any problems in that area.
20951         (struct timespec, nanosleep): Remove; time.h now arranges for these.
20952         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
20953         that time.h defines struct timespec.
20954         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
20955         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
20956         handles that.
20957         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
20958         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
20959         needed.  Set REPLACE_LOCALTIME.
20960         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
20961         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
20962         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
20963         nanosleep; time_h.m4 now does that.  Don't require
20964         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
20965         module handles this now.
20966         * modules/getdate (Depends-on): Remove timespec.  Add time.
20967         * modules/nanosleep (Depends-on): Likewise.
20968         * modules/stat-time (Depends-on): Likewise.
20969         * modules/nanosleep (Include): Include time.h, not timespec.h.
20970         * modules/strptime (Files): Remove lib/strptime.h.
20971         (Depends-on): Add extensions, time.
20972         (Include): Include time.h, not strptime.h.
20973         * modules/time_r (Files): Remove lib/time_r.h.
20974         (Depends-on): Add time.
20975         (Include): Include time.h, not time_r.h.
20976         * modules/timegm: Likewise.
20977         * modules/timespec (Description): Now does timespec-related decls
20978         of our own, instead of struct timespec itself.
20979         (Depends-on): Add time; remove extensions.
20980         (Maintainer): Add self.
20981         * modules/utimecmp (Depends-on): Add time; remove timespec.
20982         * modules/utimens (Depends-on): Likewise.
20983         * modules/xnanosleep (Depends-on): Likewise.
20984
20985 2007-02-11  Bruno Haible  <bruno@clisp.org>
20986
20987         * lib/c-strstr.c: Include allocsa.h.
20988         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
20989         * lib/c-strcasestr.c: Include allocsa.h.
20990         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
20991         * lib/strcasestr.c: Include allocsa.h.
20992         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
20993         * lib/mbsstr.c: Include allocsa.h.
20994         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
20995         allocsa/freesa instead of malloc/free.
20996         * lib/mbscasestr.c: Include allocsa.h.
20997         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
20998         allocsa/freesa instead of malloc/free.
20999         * modules/c-strstr (Depends-on): Add allocsa.
21000         * modules/c-strcasestr (Depends-on): Likewise.
21001         * modules/strcasestr (Depends-on): Likewise.
21002         * modules/mbsstr (Depends-on): Likewise.
21003         * modules/mbscasestr (Depends-on): Likewise.
21004
21005 2007-02-11  Bruno Haible  <bruno@clisp.org>
21006
21007         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
21008
21009         * modules/mbsspn-tests: New file.
21010         * tests/test-mbsspn.sh: New file.
21011         * tests/test-mbsspn.c: New file.
21012
21013 2007-02-11  Bruno Haible  <bruno@clisp.org>
21014
21015         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
21016
21017         * modules/mbspbrk-tests: New file.
21018         * tests/test-mbspbrk.sh: New file.
21019         * tests/test-mbspbrk.c: New file.
21020
21021 2007-02-11  Bruno Haible  <bruno@clisp.org>
21022
21023         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
21024         unneeded cast.
21025
21026         * modules/mbscspn-tests: New file.
21027         * tests/test-mbscspn.sh: New file.
21028         * tests/test-mbscspn.c: New file.
21029
21030 2007-02-11  Bruno Haible  <bruno@clisp.org>
21031
21032         * modules/mbscasecmp-tests: New file.
21033         * tests/test-mbscasecmp.sh: New file.
21034         * tests/test-mbscasecmp.c: New file.
21035
21036 2007-02-11  Bruno Haible  <bruno@clisp.org>
21037
21038         Ensure O(n) worst-case complexity of mbscasestr.
21039         * lib/mbscasestr.c: Include stdbool.h.
21040         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
21041         functions.
21042         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
21043         the bookkeeping indicates that it's worth it.
21044         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
21045
21046         * modules/mbscasestr-tests: New file.
21047         * tests/test-mbscasestr1.c: New file.
21048         * tests/test-mbscasestr2.sh: New file.
21049         * tests/test-mbscasestr2.c: New file.
21050         * tests/test-mbscasestr3.sh: New file.
21051         * tests/test-mbscasestr3.c: New file.
21052         * tests/test-mbscasestr4.sh: New file.
21053         * tests/test-mbscasestr4.c: New file.
21054         * m4/locale-tr.m4: New file.
21055
21056 2007-02-11  Bruno Haible  <bruno@clisp.org>
21057
21058         Ensure O(n) worst-case complexity of mbsstr.
21059         * lib/mbsstr.c: Include stdbool.h.
21060         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
21061         functions.
21062         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
21063         bookkeeping indicates that it's worth it.
21064         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
21065
21066         * modules/mbsstr-tests: New file.
21067         * tests/test-mbsstr1.c: New file.
21068         * tests/test-mbsstr2.sh: New file.
21069         * tests/test-mbsstr2.c: New file.
21070         * tests/test-mbsstr3.sh: New file.
21071         * tests/test-mbsstr3.c: New file.
21072         * m4/locale-fr.m4: New file.
21073
21074 2007-02-11  Bruno Haible  <bruno@clisp.org>
21075
21076         * lib/mbsrchr.c (mbsrchr): Fix bug.
21077
21078         * modules/mbsrchr-tests: New file.
21079         * tests/test-mbsrchr.sh: New file.
21080         * tests/test-mbsrchr.c: New file.
21081
21082 2007-02-11  Bruno Haible  <bruno@clisp.org>
21083
21084         * lib/mbschr.c (mbschr): Fix bug.
21085
21086         * modules/mbschr-tests: New file.
21087         * tests/test-mbschr.sh: New file.
21088         * tests/test-mbschr.c: New file.
21089         * m4/locale-zh.m4: New file.
21090
21091 2007-02-11  Bruno Haible  <bruno@clisp.org>
21092
21093         Support for copying multibyte string iterators.
21094         * lib/mbiter.h: Include <string.h>.
21095         (mbiter_multi_copy): New function.
21096         (mbi_copy): New macro.
21097         * lib/mbuiter.h: Include <string.h>.
21098         (mbuiter_multi_copy): New function.
21099         (mbui_copy): New macro.
21100
21101 2007-02-11  Bruno Haible  <bruno@clisp.org>
21102
21103         New module mbslen.
21104         * modules/mbslen: New file.
21105         * lib/mbslen.c: New file.
21106         * lib/string_.h (mbslen): New declaration.
21107         * m4/mbslen.m4: New file.
21108         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21109         GNULIB_MBSLEN.
21110         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
21111         * MODULES.html.sh (Internationalization functions): Add mbslen.
21112
21113 2007-02-11  Bruno Haible  <bruno@clisp.org>
21114
21115         Ensure O(n) worst-case complexity of strcasestr substitute.
21116         * lib/strcasestr.c: Include stdbool.h.
21117         (knuth_morris_pratt): New function.
21118         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
21119         bookkeeping indicates that it's worth it.
21120         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
21121
21122         * modules/strcasestr-tests: New file.
21123         * tests/test-strcasestr.c: New file.
21124
21125 2007-02-11  Bruno Haible  <bruno@clisp.org>
21126
21127         Ensure O(n) worst-case complexity of c_strcasestr.
21128         * lib/c-strcasestr.c: Include stdbool.h, string.h.
21129         (knuth_morris_pratt): New function.
21130         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
21131         the bookkeeping indicates that it's worth it.
21132         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
21133
21134         * modules/c-strcasestr-tests: New file.
21135         * tests/test-c-strcasestr.c: New file.
21136
21137 2007-02-11  Bruno Haible  <bruno@clisp.org>
21138
21139         Ensure O(n) worst-case complexity of c_strstr.
21140         * lib/c-strstr.c: Include stdbool.h, string.h.
21141         (knuth_morris_pratt): New function.
21142         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
21143         bookkeeping indicates that it's worth it.
21144         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
21145
21146         * lib/c-strstr.c: Complete rewrite for maintainability.
21147
21148         * modules/c-strstr-tests: New file.
21149         * tests/test-c-strstr.c: New file.
21150
21151 2007-02-11  Bruno Haible  <bruno@clisp.org>
21152
21153         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
21154         5.2.1 and earlier, whereby \055 was treated just like the range
21155         delimiter '-'.
21156         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
21157
21158 2007-02-08  Bruno Haible  <bruno@clisp.org>
21159
21160         * modules/regex (Depends-on): Add stdbool.
21161         Reported by Dalibor Topic <robilad@kaffe.org>.
21162
21163 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
21164
21165         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
21166         Prefer returning from main to exiting from it.
21167         Remove unnecessary parens after sizeof.
21168
21169 2007-02-05  Bruno Haible  <bruno@clisp.org>
21170
21171         New module mbssep.
21172         * modules/mbssep: New file.
21173         * lib/mbssep.c: New file.
21174         * lib/string_.h (strsep): Add a conditional link warning.
21175         (mbssep): New declaration.
21176         * m4/mbssep.m4: New file.
21177         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21178         GNULIB_MBSSEP.
21179         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
21180         * MODULES.html.sh (Internationalization functions): Add mbssep.
21181
21182 2007-02-05  Bruno Haible  <bruno@clisp.org>
21183
21184         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
21185         Optimize search in case of 1 delimiter.
21186
21187 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
21188
21189         * lib/acl.h: Include sys/types.h before sys/acl.h.
21190
21191 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
21192
21193         Merge upstream fix for glibc bugzilla #3957:
21194
21195         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
21196
21197         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
21198         bit for RE_HAT_LISTS_NOT_NEWLINE.
21199         (build_charclass_op): Remove bogus comment.
21200
21201 2007-02-05  Simon Josefsson  <simon@josefsson.org>
21202
21203         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
21204
21205 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
21206
21207         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
21208         * lib/memmem.c [!defined _LIBC]: Include config.h.
21209
21210 2007-02-04  Bruno Haible  <bruno@clisp.org>
21211
21212         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
21213         warning message.
21214
21215 2007-02-04  Bruno Haible  <bruno@clisp.org>
21216
21217         New module mbstok_r.
21218         * modules/mbstok_r: New file.
21219         * lib/mbstok_r.c: New file.
21220         * lib/string_.h (strtok_r): Change argument names to match the
21221         comments. Add a conditional link warning.
21222         (mbstok_r): New declaration.
21223         * m4/mbstok_r.m4: New file.
21224         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21225         GNULIB_MBSTOK_R.
21226         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
21227         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
21228
21229 2007-02-04  Bruno Haible  <bruno@clisp.org>
21230
21231         New module mbsspn.
21232         * modules/mbsspn: New file.
21233         * lib/mbsspn.c: New file.
21234         * lib/string_.h (strspn): Add a conditional link warning.
21235         (mbsspn): New declaration.
21236         * m4/mbsspn.m4: New file.
21237         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21238         GNULIB_MBSSPN.
21239         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
21240         * MODULES.html.sh (Internationalization functions): Add mbsspn.
21241
21242 2007-02-04  Bruno Haible  <bruno@clisp.org>
21243
21244         New module mbspbrk.
21245         * modules/mbspbrk: New file.
21246         * lib/mbspbrk.c: New file.
21247         * lib/string_.h (strpbrk): Add a conditional link warning.
21248         (mbspbrk): New declaration.
21249         * m4/mbspbrk.m4: New file.
21250         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21251         GNULIB_MBSPBRK.
21252         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
21253         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
21254
21255 2007-02-04  Bruno Haible  <bruno@clisp.org>
21256
21257         New module mbscspn.
21258         * modules/mbscspn: New file.
21259         * lib/mbscspn.c: New file.
21260         * lib/string_.h (strcspn): Add a conditional link warning.
21261         (mbscspn): New declaration.
21262         * m4/mbscspn.m4: New file.
21263         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21264         GNULIB_MBSCSPN.
21265         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
21266         * MODULES.html.sh (Internationalization functions): Add mbscspn.
21267
21268 2007-02-04  Bruno Haible  <bruno@clisp.org>
21269
21270         New module mbscasestr, reduced goal of strcasestr.
21271         * modules/mbscasestr: New file.
21272         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
21273         (mbscasestr): Renamed from strcasestr.
21274         * lib/strcasestr.c: Don't include mbuiter.h.
21275         (strcasestr): Remove support for multibyte locales.
21276         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
21277         Change the conditional link warning.
21278         (mbscasestr): New declaration.
21279         * m4/mbscasestr.m4: New file.
21280         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
21281         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
21282         REPLACE_STRCASESTR.
21283         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
21284         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
21285         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
21286         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
21287         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
21288         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
21289         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
21290         (Depends-on): Remove mbuiter.
21291         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
21292
21293 2007-02-04  Bruno Haible  <bruno@clisp.org>
21294
21295         Simplify handling of strncasecmp.
21296         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
21297         the conditional link warning.
21298         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
21299         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
21300         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
21301         * modules/strcase (configure.ac): Don't invoke
21302         gl_STRING_MODULE_INDICATOR.
21303         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
21304
21305 2007-02-04  Bruno Haible  <bruno@clisp.org>
21306
21307         New module mbscasecmp, reduced goal of strcasecmp.
21308         * modules/mbscasecmp: New file.
21309         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
21310         (mbscasecmp): Renamed from strcasecmp.
21311         * lib/strcasecmp.c: Don't include mbuiter.h.
21312         (strcasecmp): Remove support for multibyte locales.
21313         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
21314         Change the conditional link warning.
21315         (mbscasecmp): New declaration.
21316         * m4/mbscasecmp.m4: New file.
21317         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
21318         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
21319         REPLACE_STRCASECMP.
21320         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
21321         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21322         GNULIB_MBSCASECMP.
21323         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
21324         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
21325         * modules/strcase (Files): Remove m4/mbrtowc.m4.
21326         (Depends-on): Remove mbuiter.
21327         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
21328
21329 2007-02-04  Bruno Haible  <bruno@clisp.org>
21330
21331         New module mbsstr. Remove module strstr.
21332         * modules/mbsstr: New file.
21333         * modules/strstr: Remove file.
21334         * lib/mbsstr.c: Renamed from lib/strstr.c.
21335         (mbsstr): Renamed from strstr.
21336         * lib/string_.h (strstr): Remove declaration. Change the conditional
21337         link warning.
21338         (mbsstr): New declaration.
21339         * m4/mbsstr.m4: New file.
21340         * m4/strstr.m4: Remove file.
21341         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
21342         REPLACE_STRSTR.
21343         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
21344         Don't initialize GNULIB_STRSTR.
21345         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
21346         substitute GNULIB_STRSTR and REPLACE_STRSTR.
21347         * MODULES.html.sh (Internationalization functions): Add mbsstr.
21348         (Support for systems lacking ANSI C 89): Remove strstr.
21349
21350 2007-02-04  Bruno Haible  <bruno@clisp.org>
21351
21352         New module mbsrchr.
21353         * modules/mbsrchr: New file.
21354         * lib/mbsrchr.c: New file.
21355         * lib/string_.h (strrchr): Add a conditional link warning.
21356         (mbsrchr): New declaration.
21357         * m4/mbsrchr.m4: New file.
21358         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21359         GNULIB_MBSRCHR.
21360         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
21361         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
21362
21363 2007-02-04  Bruno Haible  <bruno@clisp.org>
21364
21365         New module mbschr.
21366         * modules/mbschr: New file.
21367         * lib/mbschr.c: New file.
21368         * lib/string_.h (strchr): Add a conditional link warning.
21369         (mbschr): New declaration.
21370         * m4/mbschr.m4: New file.
21371         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21372         GNULIB_MBSCHR.
21373         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
21374         * MODULES.html.sh (Internationalization functions): Add mbschr.
21375
21376 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
21377
21378         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
21379
21380         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
21381
21382 2007-02-04  Bruno Haible  <bruno@clisp.org>
21383
21384         New module description section 'configure.ac-early'.
21385         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
21386         (func_get_autoconf_early_snippet): New function.
21387         (func_import, func_create_testdir): Use it. Remove special cases for
21388         modules 'extensions' and 'lock'.
21389         * modules/extensions (configure.ac-early): Require
21390         gl_USE_SYSTEM_EXTENSIONS.
21391         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
21392
21393 2007-02-04  Bruno Haible  <bruno@clisp.org>
21394
21395         Make use of gcj-4.3's -fsource and -ftarget option.
21396         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
21397         and if so try the options -fsource and -ftarget.
21398         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
21399         source_version, ftarget_option, target_version arguments.
21400         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
21401         (is_envjavac_oldgcj_14_14_usable): Renamed from
21402         is_envjavac_gcj_14_14_usable.
21403         (is_envjavac_oldgcj_14_13_usable): Renamed from
21404         is_envjavac_gcj_14_13_usable.
21405         (is_gcj_present): Update.
21406         (is_gcj_43, is_gcj43_usable): New functions.
21407         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
21408         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
21409         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
21410         try the options -fsource and -ftarget.
21411
21412 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21413
21414         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
21415         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
21416         larger value.
21417
21418 2007-02-03  Jim Meyering  <jim@meyering.net>
21419
21420         Give tools a better chance to allocate space for very large buffers.
21421         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
21422
21423         Make pwd and readlink work also when run with an unreadable parent dir
21424         on systems with openat support.
21425         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
21426         provided getcwd function, even when we have openat support.
21427         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
21428
21429 2007-02-02  Bruno Haible  <bruno@clisp.org>
21430
21431         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
21432         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
21433         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
21434         portability problems if one of these functions is only used on specific
21435         platforms.
21436         Reported by Paul Eggert.
21437
21438 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
21439
21440         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
21441         is causing more trouble than it's curing.
21442         * lib/regex_internal.h (__mempcpy): Remove.
21443         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
21444         (and make the code a tad smaller to boot).
21445         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
21446
21447 2007-02-02  Jim Meyering  <jim@meyering.net>
21448
21449         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
21450         section, not in the Makefile.am: one.
21451
21452 2007-02-02  Eric Blake  <ebb9@byu.net>
21453
21454         * lib/strchrnul.c: Always include config.h first.
21455
21456         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
21457         gnulib strstr is not necessary here.
21458
21459 2007-02-02  Simon Josefsson  <simon@josefsson.org>
21460
21461         * m4/socklen.m4: Fix typo.
21462
21463 2007-02-02  Eric Blake  <ebb9@byu.net>
21464
21465         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
21466         * modules/netinet_in (Makefile.am): Likewise.
21467
21468 2007-02-01  Bruno Haible  <bruno@clisp.org>
21469
21470         * lib/string_.h (GL_LINK_WARNING): New macro.
21471         (strcasecmp, strstr, strcasestr): If provided by the system,
21472         conditionally define as a macro that leads to a warning instead of to
21473         an error.
21474         (strncasecmp): Conditionally define as a macro that leads to a warning.
21475
21476 2007-02-01  Karl Berry  <karl@gnu.org>
21477
21478         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
21479
21480 2007-02-01  Bruno Haible  <bruno@clisp.org>
21481
21482         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
21483         renamings.
21484
21485 2007-02-01  Eric Blake  <ebb9@byu.net>
21486
21487         * modules/regex (Depends-on): Revert dependence on mempcpy.
21488         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
21489         module's definition of mempcpy.
21490         Reported by Paul Eggert.
21491
21492 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
21493
21494         * lib/string_.h: If the gnulib module XYZ is not present, undefine
21495         the symbol XYZ before redefining it.  This fixes a problem with
21496         programs that don't use XYZ, when compiled on systems that define
21497         XYZ to something else.
21498
21499 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
21500
21501         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
21502         occurs when "mkdir -m foo" creates a setgid directory that is (1)
21503         writeable to group or other and (2) is intended to have a special
21504         mode bit that is set or cleared.  In such a case, the directory
21505         should be neither group- nor other-writeable until the special
21506         mode bits are right.
21507
21508 2007-01-31  Eric Blake  <ebb9@byu.net>
21509
21510         * modules/mountlist (Depends-on): Add strstr.
21511
21512         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
21513         bug.
21514         * modules/string (Makefile.am): Remove redundant replacement.
21515         * modules/regex (Depends-on): Add mempcpy.
21516
21517 2007-01-31  Bruno Haible  <bruno@clisp.org>
21518
21519         New module description field 'Link'.
21520         * gnulib-tool (func_usage): Document --extract-link-directive.
21521         (sed_extract_prog): Recognize 'Link' directive.
21522         (func_get_link_directive): New function.
21523         (func_import): Show summary of link directives.
21524         Handle --extract-link-directive option.
21525         * modules/acl (Link): New section.
21526         * modules/clock-time (Link): New section.
21527         * modules/euidaccess (Link): New section.
21528         * modules/gettext (Link): New section.
21529         * modules/iconv (Link): New section.
21530         * modules/lock (Link): New section.
21531         * modules/nanosleep (Link): New section.
21532         * modules/readline (Link): New section.
21533
21534 2007-01-27  Bruno Haible  <bruno@clisp.org>
21535
21536         Enforce the use of gnulib modules for unportable <string.h> functions.
21537         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
21538         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
21539         (gl_HEADER_STRING_H_BODY): Require it.
21540         * lib/string_.h: If the gnulib module XYZ is not present, redefine
21541         the symbol XYZ to one that gives a link error.
21542         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
21543         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
21544         * modules/mempcpy (configure.ac): Likewise.
21545         * modules/memrchr (configure.ac): Likewise.
21546         * modules/stpcpy (configure.ac): Likewise.
21547         * modules/stpncpy (configure.ac): Likewise.
21548         * modules/strcase (configure.ac): Likewise.
21549         * modules/strcasestr (configure.ac): Likewise.
21550         * modules/strchrnul (configure.ac): Likewise.
21551         * modules/strdup (configure.ac): Likewise.
21552         * modules/strndup (configure.ac): Likewise.
21553         * modules/strnlen (configure.ac): Likewise.
21554         * modules/strpbrk (configure.ac): Likewise.
21555         * modules/strsep (configure.ac): Likewise.
21556         * modules/strstr (configure.ac): Likewise.
21557         * modules/strtok_r (configure.ac): Likewise.
21558
21559 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
21560
21561         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
21562
21563 2007-01-30  Jim Meyering  <jim@meyering.net>
21564
21565         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
21566
21567 2007-01-29  Bruno Haible  <bruno@clisp.org>
21568
21569         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
21570         * lib/execute.c: Likewise.
21571         * lib/pipe.c: Likewise.
21572         * lib/printf-args.h: Likewise.
21573         * lib/printf-args.c: Likewise.
21574         * lib/printf-parse.c: Likewise.
21575         * lib/vasnprintf.c: Likewise.
21576
21577 2007-01-29  Eric Blake  <ebb9@byu.net>
21578
21579         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
21580         declaration.
21581
21582 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
21583
21584         * lib/strptime.h (strptime): Use 'restrict' for args where
21585         POSIX requires this.
21586         * lib/strptime.c (strptime): Likewise.
21587         Change license notice from LGPL to GPL, since gnulib-tool will
21588         change this as needed.
21589         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
21590         defined.
21591         Include "strptime.h" first, to check interface.
21592         Do not #undef _LIBC and _NL_CURRENT.
21593         Do not include <stdlib.h>; no longer needed.
21594         Include "time_r.h" and declare ptime_locale_status
21595         only if _LIBC is not defined.
21596         (__P): Remove unused macro.
21597         (match_string): Bring back glibc version, but use it only if _LIBC
21598         is defined.
21599         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
21600         Remove unnecessary assertion and abort() call.
21601         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
21602         * m4/strptime.m4: Fix serial number comment.
21603         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
21604         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
21605         (Depends-on): Add time_r.
21606
21607 2007-01-29  Bruno Haible  <bruno@clisp.org>
21608
21609         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21610         strptime.
21611         * modules/strptime (Depends-on): Add stdbool.
21612         * lib/strptime.h: Include <time.h> always. Add comments.
21613
21614 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21615
21616         * modules/strptime: New file.
21617         * lib/strptime.h: New file.
21618         * lib/strptime.c: New file.
21619         * m4/strptime.m4: New file.
21620
21621 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21622
21623         * MODULES.html.sh: New module mpsort.
21624         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
21625
21626         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
21627         a circularity problem with HP-UX ia64 reported by Bob Proulx in
21628         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
21629         All uses changed.
21630         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
21631         All uses changed.
21632         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
21633         to _Restrict_.
21634         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
21635         the parameter matches the prototype.
21636
21637 2007-01-28  Jim Meyering  <jim@meyering.net>
21638
21639         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
21640         sys/time.h here, reverting that part of the previous patch:
21641         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
21642
21643 2007-01-28  Bruno Haible  <bruno@clisp.org>
21644
21645         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
21646         value of $(SYS_TIME_H).
21647         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
21648         remove it conditionally, too. [added by Jim Meyering]
21649         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
21650         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
21651         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
21652         GETTIMEOFDAY_REPLACEMENT to 1.
21653
21654 2007-01-28  Bruno Haible  <bruno@clisp.org>
21655
21656         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
21657         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
21658         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
21659         Set UNISTD_H instead of UNISTD_H2.
21660         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
21661
21662 2007-01-28  Bruno Haible  <bruno@clisp.org>
21663
21664         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
21665         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
21666
21667 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21668
21669         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
21670         (func_create_testdir): Ensure C locale for `grep' and `tr'
21671         character ranges.
21672         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
21673         ACLOCAL_AMFLAGS parsing state machine.
21674
21675 2007-01-27  Bruno Haible  <bruno@clisp.org>
21676
21677         * modules/unistr/base: Update.
21678
21679 2007-01-27  Bruno Haible  <bruno@clisp.org>
21680
21681         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
21682         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
21683         * modules/unistr/u32-mbtouc-unsafe: Renamed from
21684         modules/unistr/u32-mbtouc.
21685         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
21686         * lib/unistr.h: Update.
21687         * lib/linebreak.c: Update.
21688         * modules/unistr/u32-mbtouc: Renamed from
21689         modules/unistr/u32-mbtouc-safe.
21690         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
21691         * lib/unistr.h: Update.
21692         * lib/unistr/u32-to-u8.c: Update.
21693         * lib/unistr/u32-to-u16.c: Update.
21694
21695 2007-01-27  Bruno Haible  <bruno@clisp.org>
21696
21697         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
21698         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
21699         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
21700         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
21701         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
21702         * modules/unistr/u16-mbtouc-unsafe: Renamed from
21703         modules/unistr/u16-mbtouc.
21704         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
21705         * lib/unistr.h: Update.
21706         * lib/linebreak.c: Update.
21707         * modules/linebreak: Update.
21708         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
21709         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
21710         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
21711         * modules/unistr/u16-mbtouc: Renamed from
21712         modules/unistr/u16-mbtouc-safe.
21713         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
21714         * lib/unistr.h: Update.
21715         * lib/unistr/u16-to-u8.c: Update.
21716         * modules/unistr/u16-to-u8: Update.
21717         * lib/unistr/u16-to-u32.c: Update.
21718         * modules/unistr/u16-to-u32: Update.
21719
21720 2007-01-27  Bruno Haible  <bruno@clisp.org>
21721
21722         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
21723         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
21724         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
21725         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
21726         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
21727         * modules/unistr/u8-mbtouc-unsafe: Renamed from
21728         modules/unistr/u8-mbtouc.
21729         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
21730         * lib/unistr.h: Update.
21731         * lib/striconveh.c: Update.
21732         * modules/striconveh: Update.
21733         * lib/linebreak.c: Update.
21734         * modules/linebreak: Update.
21735         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
21736         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
21737         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
21738         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
21739         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
21740         * lib/unistr.h: Update.
21741         * lib/striconveh.c: Update.
21742         * modules/striconveh: Update.
21743         * lib/unistr/u8-to-u16.c: Update.
21744         * modules/unistr/u8-to-u16: Update.
21745         * lib/unistr/u8-to-u32.c: Update.
21746         * modules/unistr/u8-to-u32: Update.
21747
21748 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21749
21750         Sync from Libtool.
21751         * lib/argz.c: Do not include strings.h nor memory.h, include
21752         string.h unconditionally.  Patch by Simon Josefsson.
21753
21754 2007-01-27  Bruno Haible  <bruno@clisp.org>
21755
21756         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
21757         from gl_HEADER_STRING_H_BODY.
21758         (gl_HEADER_STRING_H_BODY): Require it.
21759         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
21760         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
21761         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
21762         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
21763         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
21764         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
21765         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
21766         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
21767         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
21768         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
21769         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
21770         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
21771         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
21772         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
21773         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
21774
21775 2007-01-27  Bruno Haible  <bruno@clisp.org>
21776
21777         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
21778         check_PROGRAMS into noinst_PROGRAMS.
21779         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
21780         check_PROGRAMS in this case.
21781         (func_import): Set for_test to false.
21782         (func_create_testdir): Set for_test to true.
21783
21784 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
21785             Bruno Haible  <bruno@clisp.org>
21786
21787         * modules/strcasestr (Files): Remove lib/strcasestr.h.
21788         (Depends-on): Add string.
21789         (Includes): Use <string.h> instead of strcasestr.h.
21790         * modules/string (Makefile.am): Also substitute the value of
21791         REPLACE_STRCASESTR.
21792         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
21793         assume strcasestr is declared in <string.h> not <strings.h>. Also
21794         set REPLACE_STRCASESTR.
21795         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
21796         REPLACE_STRCASESTR.
21797         * lib/strcasestr.h: Remove file.
21798         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
21799         * lib/string_.h (strcasestr): New declaration.
21800
21801 2007-01-27  Bruno Haible  <bruno@clisp.org>
21802
21803         * lib/string_.h: Use 'extern'.
21804
21805 2007-01-27  Jim Meyering  <jim@meyering.net>
21806
21807         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
21808         of set-but-not-used local, "q".
21809
21810         * lib/mempcpy.c: Include <config.h> before <string.h>.
21811         This fixes a compilation error on HP-UX, due to the system's
21812         "restrict"-using mempcpy prototype.
21813
21814 2007-01-26  Bruno Haible  <bruno@clisp.org>
21815
21816         Small optimization.
21817         * lib/javacomp.c: Include c-strstr.h.
21818          (is_envjavac_gcj): Use c_strstr instead of strstr.
21819         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
21820
21821 2007-01-26  Bruno Haible  <bruno@clisp.org>
21822
21823         * MODULES.html.sh (Unicode string functions): Add the new modules.
21824
21825         * modules/uniconv/u32-strconv-to-locale: New file.
21826         * lib/uniconv/u32-strconv-to-locale.c: New file.
21827
21828         * modules/uniconv/u16-strconv-to-locale: New file.
21829         * lib/uniconv/u16-strconv-to-locale.c: New file.
21830
21831         * modules/uniconv/u8-strconv-to-locale: New file.
21832         * lib/uniconv/u8-strconv-to-locale.c: New file.
21833
21834         * modules/uniconv/u32-strconv-from-locale: New file.
21835         * lib/uniconv/u32-strconv-from-locale.c: New file.
21836
21837         * modules/uniconv/u16-strconv-from-locale: New file.
21838         * lib/uniconv/u16-strconv-from-locale.c: New file.
21839
21840         * modules/uniconv/u8-strconv-from-locale: New file.
21841         * lib/uniconv/u8-strconv-from-locale.c: New file.
21842
21843         * modules/uniconv/u32-strconv-to-enc: New file.
21844         * lib/uniconv/u32-strconv-to-enc.c: New file.
21845         * modules/uniconv/u32-strconv-to-enc-tests: New file.
21846         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
21847
21848         * modules/uniconv/u16-strconv-to-enc: New file.
21849         * lib/uniconv/u16-strconv-to-enc.c: New file.
21850         * lib/uniconv/u-strconv-to-enc.h: New file.
21851         * modules/uniconv/u16-strconv-to-enc-tests: New file.
21852         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
21853
21854         * modules/uniconv/u8-strconv-to-enc: New file.
21855         * lib/uniconv/u8-strconv-to-enc.c: New file.
21856         * modules/uniconv/u8-strconv-to-enc-tests: New file.
21857         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
21858
21859         * modules/uniconv/u32-strconv-from-enc: New file.
21860         * lib/uniconv/u32-strconv-from-enc.c: New file.
21861         * modules/uniconv/u32-strconv-from-enc-tests: New file.
21862         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
21863
21864         * modules/uniconv/u16-strconv-from-enc: New file.
21865         * lib/uniconv/u16-strconv-from-enc.c: New file.
21866         * modules/uniconv/u16-strconv-from-enc-tests: New file.
21867         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
21868
21869         * modules/uniconv/u8-strconv-from-enc: New file.
21870         * lib/uniconv/u8-strconv-from-enc.c: New file.
21871         * lib/uniconv/u-strconv-from-enc.h: New file.
21872         * modules/uniconv/u8-strconv-from-enc-tests: New file.
21873         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
21874
21875         * modules/uniconv/u32-conv-from-enc: New file.
21876         * lib/uniconv/u32-conv-from-enc.c: New file.
21877         * modules/uniconv/u32-conv-from-enc-tests: New file.
21878         * tests/uniconv/test-u32-conv-from-enc.c: New file.
21879
21880         * modules/uniconv/u16-conv-from-enc: New file.
21881         * lib/uniconv/u16-conv-from-enc.c: New file.
21882         * lib/uniconv/u-conv-from-enc.h: New file.
21883         * modules/uniconv/u16-conv-from-enc-tests: New file.
21884         * tests/uniconv/test-u16-conv-from-enc.c: New file.
21885
21886         * modules/uniconv/u8-conv-from-enc: New file.
21887         * lib/uniconv/u8-conv-from-enc.c: New file.
21888         * modules/uniconv/u8-conv-from-enc-tests: New file.
21889         * tests/uniconv/test-u8-conv-from-enc.c: New file.
21890
21891         * modules/uniconv/base: New file.
21892         * lib/uniconv.h: New file.
21893
21894 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
21895
21896         * doc/gnulib-tool.texi (Initial import): Update to match current
21897         behavior with strdup module.
21898         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
21899         * lib/memmem.h: Remove; all uses removed.  This is now done
21900         by <string.h>.
21901         * lib/mempcpy.h: Likewise.
21902         * lib/memrchr.h: Likewise.
21903         * lib/stpcpy.h: Likewise.
21904         * lib/stpncpy.h: Likewise.
21905         * lib/strcase.h: Likewise.
21906         * lib/strchrnul.h: Likewise.
21907         * lib/strdup.h: Likewise.
21908         * lib/strndup.h: Likewise.
21909         * lib/strnlen.h: Likewise.
21910         * lib/strpbrk.h: Likewise.
21911         * lib/strsep.h: Likewise.
21912         * lib/strstr.h: Likewise.
21913         * lib/strtok_r.h: Likewise.
21914         * lib/string_.h: New file.
21915         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
21916         Rely on <string.h> instead.
21917         * lib/canon-host.c: Likewise.
21918         * lib/chdir-long.c: Likewise.
21919         * lib/concatpath.c: Likewise.
21920         * lib/exclude.c: Likewise.
21921         * lib/fchdir.c: Likewise.
21922         * lib/getaddrinfo.c: Likewise.
21923         * lib/getcwd.c: Likewise.
21924         * lib/getsubopt.c: Likewise.
21925         * lib/glob.c: Likewise.
21926         * lib/hard-locale.c: Likewise.
21927         * lib/iconvme.c: Likewise.
21928         * lib/javacomp.c: Likewise.
21929         * lib/mempcpy.c: Likewise.
21930         * lib/memrchr.c: Likewise.
21931         * lib/regex_internal.h: Likewise.
21932         * lib/stpncpy.c: Likewise.
21933         * lib/strcasecmp.c: Likewise.
21934         * lib/strchrnul.c: Likewise.
21935         * lib/strdup.c: Likewise.
21936         * lib/striconv.c: Likewise.
21937         * lib/striconveh.c: Likewise.
21938         * lib/striconveha.c: Likewise.
21939         * lib/strncasecmp.c: Likewise.
21940         * lib/strndup.c: Likewise.
21941         * lib/strnlen.c: Likewise.
21942         * lib/strsep.c: Likewise.
21943         * lib/strstr.c: Likewise.
21944         * lib/strtok_r.c: Likewise.
21945         * lib/userspec.c: Likewise.
21946         * lib/w32spawn.h: Likewise.
21947         * lib/xstrndup.c: Likewise.
21948         * lib/mountlist.c (strstr): Remove decl.
21949         * m4/string_h.m4: New file.
21950         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
21951         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
21952         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
21953         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
21954         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
21955         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
21956         Set REPLACE_STRCASECMP if necessary.
21957         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
21958         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
21959         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
21960         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
21961         HAVE_DECL_STRDUP if necessary.
21962         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
21963         since gl_FUNC_STRNDUP does that now.
21964         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
21965         Check for decl here...
21966         (gl_PREREQ_STRNLEN): ... not here.
21967         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
21968         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
21969         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
21970         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
21971         necessary.
21972         * modules/string: New file.
21973         * modules/memmem (Files): Remove special-purpose include file.
21974         (Depends-on): Add string.
21975         (Include): Include <string.h>, not the removed file.
21976         * modules/mempcpy: Likewise.
21977         * modules/memrchr: Likewise.
21978         * modules/stpcpy: Likewise.
21979         * modules/stpncpy: Likewise.
21980         * modules/strcase: Likewise.
21981         * modules/strchrnul: Likewise.
21982         * modules/strdup: Likewise.
21983         * modules/strndup: Likewise.
21984         * modules/strnlen: Likewise.
21985         * modules/strpbrk: Likewise.
21986         * modules/strsep: Likewise.
21987         * modules/strstr: Likewise.
21988         * modules/strtok_r: Likewise.
21989         * tests/test-dirname.c: Don't include "strdup.h", since
21990         <string.h> now suffices.
21991         * tests/test-memmem.c: Don't include "memmem.h", since
21992         <string.h> now suffices.
21993
21994 2007-01-25  Bruno Haible  <bruno@clisp.org>
21995
21996         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
21997         *resultp is 0.
21998
21999         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
22000         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
22001         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
22002         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
22003
22004         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
22005         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
22006         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
22007         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
22008         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
22009         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
22010
22011 2007-01-24  Bruno Haible  <bruno@clisp.org>
22012
22013         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
22014         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
22015         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
22016         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
22017         gl_FUNC_FTS_CORE.
22018         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
22019         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
22020         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22021         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
22022         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
22023         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
22024         gl_FUNC_FCHOWNAT.
22025         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
22026         gl_FUNC_STRFTIME.
22027         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
22028         Reported by Ralf Wildenhues.
22029
22030 2007-01-24  Bruno Haible  <bruno@clisp.org>
22031
22032         Drop AC_REQUIRE calls that are redundant with the module dependencies.
22033         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
22034         gl_GETADDRINFO.
22035         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
22036         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
22037         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
22038
22039 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
22040
22041         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
22042         Don't use 'exit'; just return from 'main'.
22043         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
22044
22045         * lib/fnmatch_.h: Readjust white space and comments to match
22046         glibc, to avoid spurious diffs.
22047
22048 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22049
22050         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
22051         2004-12-01 change by Jakub Jelinek, since this code won't compile
22052         if !LIBC.  Problem reported by Bob Proulx.
22053
22054 2007-01-23  Bruno Haible  <bruno@clisp.org>
22055
22056         * lib/striconveh.c: Include c-strcaseeq.h.
22057         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
22058         * modules/striconveh (Depends-on): Add c-strcaseeq.
22059
22060 2007-01-23  Bruno Haible  <bruno@clisp.org>
22061
22062         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
22063
22064         * modules/c-strcaseeq: New file.
22065         * lib/c-strcaseeq.h: New file.
22066
22067         * modules/streq: New file.
22068         * lib/streq.h: New file.
22069
22070 2007-01-23  Bruno Haible  <bruno@clisp.org>
22071
22072         * modules/striconveha-tests: New file.
22073         * tests/test-striconveha.c: New file.
22074
22075         * lib/striconveha.h: Include <stdbool.h>.
22076         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
22077         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
22078         (mem_iconveha_notranslit): Renamed from mem_iconveha.
22079         (mem_iconveha): New function.
22080         (str_iconveha_notranslit): Renamed from str_iconveha.
22081         (str_iconveha): New function.
22082         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
22083         c-strcase.
22084
22085 2007-01-23  Bruno Haible  <bruno@clisp.org>
22086
22087         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
22088         encodings without forgiving before trying any encoding with handler.
22089         (str_iconveha): Try all encodings without forgiving before trying any
22090         encoding with handler.
22091
22092 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22093
22094         Import the following changes from libc.
22095
22096         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
22097
22098         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
22099
22100         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
22101
22102         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
22103         normal_bracket label.
22104
22105         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
22106
22107         [BZ #361]
22108         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
22109         to normal_bracket after fetching the next character.
22110
22111 2007-01-22  Bruno Haible  <bruno@clisp.org>
22112
22113         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
22114         argument.
22115         * lib/striconveh.c (iconv_carefully_1): New function.
22116         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
22117         argument.
22118         (str_cd_iconveh): Update.
22119         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
22120         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
22121         * tests/test-striconveh.c (MAGIC): New macro.
22122         (new_offsets): New function.
22123         (main): Test call with and without offsets.
22124
22125 2007-01-22  Bruno Haible  <bruno@clisp.org>
22126
22127         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
22128         * modules/sys_select (Makefile.am): Likewise.
22129         * modules/sys_socket (Makefile.am): Likewise.
22130         * modules/sys_time (Makefile.am): Likewise.
22131
22132 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
22133
22134         * modules/gettimeofday (License): Change from GPL to LGPL, since
22135         gettimeofday is a library function.
22136
22137 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22138
22139         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
22140
22141 2007-01-21  Bruno Haible  <bruno@clisp.org>
22142
22143         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
22144
22145 2007-01-21  Bruno Haible  <bruno@clisp.org>
22146
22147         * modules/striconveha: New file.
22148         * lib/striconveha.h: New file.
22149         * lib/striconveha.c: New file.
22150         * MODULES.html.sh (Internationalization functions): Add striconveha.
22151         * lib/striconv.c (str_iconv): Optimize the case of an empty input
22152         string.
22153         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
22154
22155 2007-01-21  Bruno Haible  <bruno@clisp.org>
22156
22157         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
22158         * lib/striconveh.c (str_iconveh): Likewise.
22159
22160 2007-01-21  Bruno Haible  <bruno@clisp.org>
22161
22162         * lib/striconveh.h (mem_iconveh): New declaration.
22163         * lib/striconveh.c (mem_iconveh): New function.
22164         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
22165
22166 2007-01-21  Bruno Haible  <bruno@clisp.org>
22167
22168         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
22169
22170         * lib/striconveh.h (mem_cd_iconveh): Change specification.
22171         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
22172         original result buffer.
22173         (str_cd_iconveh): Update.
22174         * tests/test-striconveh.c (main): Update.
22175
22176         * lib/striconv.h (mem_cd_iconv): Change specification.
22177         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
22178         result buffer.
22179         (str_cd_iconv): Update.
22180         * tests/test-striconv.c (main): Update.
22181
22182 2007-01-21  Bruno Haible  <bruno@clisp.org>
22183
22184         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
22185
22186 2007-01-20  Jim Meyering  <jim@meyering.net>
22187
22188         * lib/userspec.c (parse_with_separator): If a user or group string
22189         starts with "+", skip the corresponding name-to-ID look-up, since
22190         such a look-up must fail: user and group names may not include "+".
22191
22192 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
22193
22194         * lib/poll.c: Include sys/time.h and time.h unconditionally,
22195         since we now assume the sys_time module.
22196         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
22197         check for sys/time.h; no longer needed.
22198         * modules/poll (Depends-on): Depend on sys_time.
22199
22200 2007-01-18  Bruno Haible  <bruno@clisp.org>
22201
22202         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
22203         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
22204
22205         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
22206         gettimeofday.
22207
22208         * tests/test-gettimeofday.c: Include <time.h>.
22209         (dummy): Remove variable.
22210
22211         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
22212         gl_HEADER_SYS_TIME_H.
22213         (gl_HEADER_SYS_TIME_H): New macro.
22214
22215         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
22216         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
22217         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
22218         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
22219         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
22220         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
22221         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
22222         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
22223         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
22224         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
22225         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
22226
22227         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
22228         last change; it caused a compilation error when cross-compiling to
22229         Cygwin.
22230
22231 2007-01-18  Jim Meyering  <jim@meyering.net>
22232
22233         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
22234         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
22235         than the race-prone "test -d sys || mkdir sys".
22236         (configure.ac): Use AC_PROG_MKDIR_P.
22237         * modules/sys_select: Likewise.
22238         * modules/sys_socket: Likewise.
22239         * modules/sys_time: Likewise.
22240
22241 2007-01-18  Eric Blake  <ebb9@byu.net>
22242
22243         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
22244         replace gettimeofday.
22245         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
22246         name, to avoid infinite recursion.
22247
22248 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
22249
22250         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
22251         module sys_time.
22252         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
22253         assume timespec.h defines struct timeval.
22254         * lib/settime.c: Likewise.
22255         * lib/utimens.c: Likewise.
22256         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
22257         since we now assume the gettimeofday module.
22258         * lib/tempname.c (__gen_tempname): Likewise.
22259         * lib/gettimeofday.h: Remove.
22260         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
22261         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
22262         Include <time.h>, for 'time()'.
22263         (localtime_buffer_addr): Also use this workaround if
22264         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
22265         to simplify the uses.  All uses changed.
22266         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
22267         that #undef is inside {}, and 'const' follows type name consistently.
22268         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
22269         (gettimeofday): Do not use the maximum possible value for
22270         tv->tv_usec, since that might break usages other than ls.c.
22271         Instead, we'll leave ls.c alone.  This undoes today's patch
22272         by Bruno.  Add a compile-time warning for 1s-clock resolution;
22273         we've never observed the problem but might as well keep the
22274         canary.
22275         * lib/nanosleep.c: Include timespec.h first, for interface check.
22276         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
22277         now assume the sys_time module.
22278         * lib/tempname.c: Likewise.
22279         * lib/timespec.h: Likewise.
22280         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
22281         needed.
22282         * lib/strftime.c: Likewise.
22283         * lib/timespec.h: Likewise.
22284         * lib/posixtm.c: Include posixtm.h first, for interface check.
22285         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
22286         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
22287         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
22288         * lib/sys_time_.h: New file.
22289         * lib/timespec.h (struct timespec): Use long int, not long.
22290         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
22291         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
22292         Remove obsolescent call to AC_HEADER_TIME.
22293         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
22294         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
22295         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
22296         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
22297         Likewise.
22298         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
22299         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
22300         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
22301         into the sys_time module.  Check for gettimeofday just once.
22302         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
22303         for gettimeofday signature to just check the signature.  Merely
22304         compile it, since linking doesn't test signature.  Improve test for
22305         whether gettimeofday.o is actually needed.
22306         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
22307         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
22308         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
22309         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
22310         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
22311         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
22312         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
22313         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
22314         than worrying about sys/time.h.
22315         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
22316         Don't bother worrying about TIME_WITH_SYS_TIME.
22317         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
22318         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
22319         * m4/sys_time_h.m4: New file.
22320         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
22321         Don't include sys/time.h.  Return from main rather than exiting.
22322         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
22323         all uses changed.
22324         * modules/gethrxtime (Depends-on): Add sys_time.
22325         * modules/gettime (Depends-on): Likewise.
22326         * modules/gettimeofday (Depends-on): Likewise.
22327         * modules/nanosleep (Depends-on): Likewise.
22328         * modules/settime (Depends-on): Likewise.
22329         * modules/tempname (Depends-on): Likewise.
22330         * modules/utimens (Depends-on): Likewise.
22331         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
22332         (Include:) Change back to <sys/time.h>.
22333         (Maintainer:) Add self.
22334         * modules/sys_time: New file.
22335         * modules/tempname (Depends-on): Add gettimeofday.
22336         * tests/test-gettimeofday.c: Include <sys/time.h>
22337         rather than gettimeofday.h.
22338
22339 2007-01-17  Bruno Haible  <bruno@clisp.org>
22340
22341         * gnulib-tool (func_get_license): Revert last patch. Instead, let
22342         the license default to GPL.
22343         (func_create_testdir): Don't complain if a module is LGPL and its
22344         tests module depends on GPLed modules.
22345
22346 2007-01-17  Bruno Haible  <bruno@clisp.org>
22347
22348         * lib/gettimeofday.c (gettimeofday): Add code for the case
22349         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
22350         maximum possible value for tv->tv_usec, rather than the minimum one.
22351
22352 2005-10-08  Martin Lambers  <marlam@marlam.de>
22353 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
22354 2007-01-16  Bruno Haible  <bruno@clisp.org>
22355
22356         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
22357         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
22358         gl_FUNC_GETTIMEOFDAY.
22359         (Include): Add gettimeofday.h.
22360         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
22361         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
22362         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
22363         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
22364         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
22365         * lib/gettimeofday.h: New file.
22366         * lib/gettimeofday.c: Include <sys/timeb.h>.
22367         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
22368         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
22369         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
22370         fall back on time().
22371
22372         * tests/test-gettimeofday.c: New file.
22373         * modules/gettimeofday-tests: New file.
22374
22375 2007-01-16  Eric Blake  <ebb9@byu.net>
22376
22377         * modules/fnmatch (Depends-on): Depend on wchar.
22378         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
22379         * m4/fnmatch.m4: Likewise.
22380         * modules/mbchar (Makefile.am): Assume <wchar.h>.
22381         * m4/mbchar.m4: Likewise.
22382         * modules/mbswidth (Depends-on): Depend on wchar.
22383         * lib/mbswidth.c: Assume <wchar.h>.
22384         * m4/mbswidth.m4: Likewise.
22385         * modules/quotearg (Depends-on): Depend on wchar.
22386         * lib/quotearg.c: Assume <wchar.h>.
22387         * m4/quotearg.m4: Likewise.
22388         * modules/regex (Depends-on): Depend on wchar.
22389         * lib/regex_internal.h: Assume <wchar.h>.
22390         * m4/regex.m4: Likewise.
22391         * modules/stdint (Depends-on): Depend on wchar.
22392         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
22393         * m4/stdint.m4: Likewise.
22394         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
22395         * modules/strftime (Depends-on): Depend on wchar.
22396         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
22397         * modules/strtol (Depends-on): Depend on wchar.
22398         * lib/strtol.c: Assume <wchar.h>.
22399         * modules/wcwidth (Depends-on): Depend on wchar.
22400         * lib/wcwidth.h: Assume <wchar.h>.
22401         * m4/wcwidth.m4: Likewise.
22402
22403 2007-01-16  Bruno Haible  <bruno@clisp.org>
22404
22405         * modules/csharpexec-script: New, created from...
22406         * modules/csharpexec: ... this.
22407
22408 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
22409
22410         * modules/javaexec-script: New, created from...
22411         * modules/javaexec: ... this.
22412
22413 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22414
22415         * modules/poll (Dependencies): Add sys_select.
22416
22417 2007-01-15  Jim Meyering  <jim@meyering.net>
22418
22419         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
22420         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
22421         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
22422         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
22423
22424 2007-01-15  Bruno Haible  <bruno@clisp.org>
22425
22426         * modules/striconveh: New file.
22427         * lib/striconveh.h: New file.
22428         * lib/striconveh.c: New file.
22429         * MODULES.html.sh (Internationalization functions): Add striconveh.
22430
22431         * modules/striconveh-tests: New file.
22432         * tests/test-striconveh.c: New file.
22433
22434 2007-01-15  Bruno Haible  <bruno@clisp.org>
22435
22436         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
22437         not from GNU libiconv or GNU libc.
22438
22439 2007-01-15  Bruno Haible  <bruno@clisp.org>
22440
22441         * doc/gnulib-intro.texi (Copyright): Explain the different license
22442         terms for module descriptions, autoconf macros, tests, documentation.
22443
22444 2007-01-14  Bruno Haible  <bruno@clisp.org>
22445
22446         * modules/striconv-tests: New file.
22447         * tests/test-striconv.c: New file.
22448
22449 2007-01-14  Bruno Haible  <bruno@clisp.org>
22450
22451         * modules/iconv-tests: New file.
22452         * tests/test-iconv.c: New file.
22453
22454 2007-01-14  Bruno Haible  <bruno@clisp.org>
22455
22456         * gnulib-tool (func_get_license): For test modules, use the license of
22457         the main module.
22458
22459 2007-01-14  Bruno Haible  <bruno@clisp.org>
22460
22461         * modules/iconv (Include): Clarify that <iconv.h> can only be included
22462         if iconv is found to exist.
22463
22464 2007-01-14  Bruno Haible  <bruno@clisp.org>
22465
22466         * modules/c-ctype-tests: New file.
22467         * tests/test-c-ctype.c: New file.
22468
22469 2007-01-14  Bruno Haible  <bruno@clisp.org>
22470
22471         * modules/binary-io-tests: New file.
22472         * tests/test-binary-io.sh: New file.
22473         * tests/test-binary-io.c: New file.
22474
22475 2007-01-14  Bruno Haible  <bruno@clisp.org>
22476
22477         * modules/array-oset-tests: New file.
22478         * tests/test-array_oset.c: New file.
22479
22480 2007-01-14  Bruno Haible  <bruno@clisp.org>
22481
22482         * modules/array-list-tests: New file.
22483         * tests/test-array_list.c: New file.
22484
22485 2007-01-14  Bruno Haible  <bruno@clisp.org>
22486
22487         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
22488         and make.
22489         Reported by Simon Josefsson in
22490         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
22491
22492 2007-01-14  Bruno Haible  <bruno@clisp.org>
22493
22494         * modules/allocsa-tests: New file.
22495         * tests/test-allocsa.c: New file.
22496
22497 2007-01-14  Bruno Haible  <bruno@clisp.org>
22498
22499         * modules/fchdir (Depends-on): Add absolute-header.
22500         * modules/unistd (Depends-on): Likewise.
22501
22502 2006-12-30  Bruno Haible  <bruno@clisp.org>
22503
22504         * modules/fchdir: New file.
22505         * modules/unistd (Files): Add lib/unistd_.h.
22506         (Makefile.am): Generate unistd.h from unistd_.h.
22507         * lib/fchdir.c: New file.
22508         * lib/dirent_.h: New file.
22509         * lib/unistd_.h: New file.
22510         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
22511         * m4/fchdir.m4: New file.
22512         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
22513         (gl_HEADER_UNISTD): Invoke it.
22514         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
22515         function.
22516         * lib/backupfile.c (opendir, closedir): Undefine.
22517         * lib/chown.c (open, close): Undefine.
22518         * lib/clean-temp.c (open, close): Undefine.
22519         * lib/copy-file.c (open, close): Undefine.
22520         * lib/execute.c (open, close): Undefine.
22521         * lib/fsusage.c (open, close): Undefine.
22522         * lib/gc-gnulib.c (open, close): Undefine.
22523         * lib/getcwd.c (opendir, closedir): Undefine.
22524         * lib/glob.c (opendir, closedir): Undefine.
22525         * lib/javacomp.c (open, close): Undefine.
22526         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
22527         * lib/openat-proc.c (open, close): Undefine.
22528         * lib/pagealign_alloc.c (open, close): Undefine.
22529         * lib/pipe.c (open, close): Undefine.
22530         * lib/progreloc.c (open, close): Undefine.
22531         * lib/savedir.c (opendir, closedir): Undefine.
22532         * lib/utime.c (open, close): Undefine.
22533         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
22534
22535 2007-01-10  Bruno Haible  <bruno@clisp.org>
22536
22537         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
22538
22539 2007-01-12  Eric Blake  <ebb9@byu.net>
22540
22541         Provide a robust <wchar.h>.  Further simplifications are now
22542         possible in other modules, but not included here.
22543         * modules/wchar: New module.
22544         * m4/wchar.m4: New file.
22545         * lib/wchar_.h: Likewise.
22546         * modules/mbchar (Depends-on): Depend on wchar, as the first use
22547         of the new module.
22548         * MODULES.html.sh (Extended multibyte and wide character utilities):
22549         New section.
22550
22551 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
22552
22553         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
22554         to a reasonable default for memory allocation.
22555         (xreadlink): Don't allocate a huge buffer, to work around a buggy
22556         file system that reports garbage st_size values for symlinks.
22557         Problem reported by Liyang Hu.
22558
22559 2007-01-11  Simon Josefsson  <simon@josefsson.org>
22560
22561         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
22562         Emacs .#* auto-save files).
22563
22564 2007-01-11  Bruno Haible  <bruno@clisp.org>
22565
22566         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
22567         directory.
22568
22569 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
22570
22571         Use @...@ consistently in lib/wctype_.h.
22572         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
22573         on it being set to 1 or 0.
22574         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
22575         go back to AC_SUBSTing it.
22576         * modules/wctype (Makefile.am): Undo previous change.
22577
22578 2007-01-10  Eric Blake  <ebb9@byu.net>
22579
22580         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
22581         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
22582         * modules/wctype (Makefile.am): Likewise.
22583         Reported by Chris McGuire.
22584
22585 2007-01-10  Jim Meyering  <jim@meyering.net>
22586
22587         fts.c: a small readability/maintainability improvement
22588         * lib/fts.c (fts_read): Make this code slightly more readable and
22589         maintainable by hoisting the "sp->fts_cur = p" assignments to
22590         immediately follow the statements that set P.  Derived from
22591         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
22592
22593 2007-01-10  Eric Blake  <ebb9@byu.net>
22594
22595         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
22596         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
22597         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
22598         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
22599         Reported by Chris McGuire.
22600
22601 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22602
22603         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
22604         in sed script.
22605
22606 2007-01-09  Bruno Haible  <bruno@clisp.org>
22607
22608         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
22609         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
22610         variables.
22611         (func_module): Use them.
22612
22613 2007-01-09  Bruno Haible  <bruno@clisp.org>
22614
22615         * modules/unistr/base: New file.
22616         * lib/unistr.h: New file.
22617
22618         * modules/unistr/u8-to-u16: New file.
22619         * lib/unistr/u8-to-u16.c: New file.
22620
22621         * modules/unistr/u8-to-u32: New file.
22622         * lib/unistr/u8-to-u32.c: New file.
22623
22624         * modules/unistr/u16-to-u8: New file.
22625         * lib/unistr/u16-to-u8.c: New file.
22626
22627         * modules/unistr/u16-to-u32: New file.
22628         * lib/unistr/u16-to-u32.c: New file.
22629
22630         * modules/unistr/u32-to-u8: New file.
22631         * lib/unistr/u32-to-u8.c: New file.
22632
22633         * modules/unistr/u32-to-u16: New file.
22634         * lib/unistr/u32-to-u16.c: New file.
22635
22636         * modules/unistr/u8-check: New file.
22637         * modules/unistr/u16-check: New file.
22638         * modules/unistr/u32-check: New file.
22639         * lib/unistr/u8-check.c: New file.
22640         * lib/unistr/u16-check.c: New file.
22641         * lib/unistr/u32-check.c: New file.
22642
22643         * modules/unistr/u8-chr: New file.
22644         * modules/unistr/u16-chr: New file.
22645         * modules/unistr/u32-chr: New file.
22646         * lib/unistr/u8-chr.c: New file.
22647         * lib/unistr/u16-chr.c: New file.
22648         * lib/unistr/u32-chr.c: New file.
22649
22650         * modules/unistr/u8-cmp: New file.
22651         * modules/unistr/u16-cmp: New file.
22652         * modules/unistr/u32-cmp: New file.
22653         * lib/unistr/u8-cmp.c: New file.
22654         * lib/unistr/u16-cmp.c: New file.
22655         * lib/unistr/u32-cmp.c: New file.
22656
22657         * modules/unistr/u8-cpy: New file.
22658         * modules/unistr/u16-cpy: New file.
22659         * modules/unistr/u32-cpy: New file.
22660         * lib/unistr/u8-cpy.c: New file.
22661         * lib/unistr/u16-cpy.c: New file.
22662         * lib/unistr/u32-cpy.c: New file.
22663         * lib/unistr/u-cpy.h: New file.
22664
22665         * modules/unistr/u8-cpy-alloc: New file.
22666         * modules/unistr/u16-cpy-alloc: New file.
22667         * modules/unistr/u32-cpy-alloc: New file.
22668         * lib/unistr/u8-cpy-alloc.c: New file.
22669         * lib/unistr/u16-cpy-alloc.c: New file.
22670         * lib/unistr/u32-cpy-alloc.c: New file.
22671         * lib/unistr/u-cpy-alloc.h: New file.
22672
22673         * modules/unistr/u8-endswith: New file.
22674         * modules/unistr/u16-endswith: New file.
22675         * modules/unistr/u32-endswith: New file.
22676         * lib/unistr/u8-endswith.c: New file.
22677         * lib/unistr/u16-endswith.c: New file.
22678         * lib/unistr/u32-endswith.c: New file.
22679         * lib/unistr/u-endswith.h: New file.
22680
22681         * modules/unistr/u8-mblen: New file.
22682         * modules/unistr/u16-mblen: New file.
22683         * modules/unistr/u32-mblen: New file.
22684         * lib/unistr/u8-mblen.c: New file.
22685         * lib/unistr/u16-mblen.c: New file.
22686         * lib/unistr/u32-mblen.c: New file.
22687
22688         * modules/unistr/u8-mbtouc: New file.
22689         * modules/unistr/u16-mbtouc: New file.
22690         * modules/unistr/u32-mbtouc: New file.
22691         * lib/unistr/u8-mbtouc.c: New file.
22692         * lib/unistr/u16-mbtouc.c: New file.
22693         * lib/unistr/u32-mbtouc.c: New file.
22694
22695         * modules/unistr/u8-mbtouc-safe: New file.
22696         * modules/unistr/u16-mbtouc-safe: New file.
22697         * modules/unistr/u32-mbtouc-safe: New file.
22698         * lib/unistr/u8-mbtouc-safe.c: New file.
22699         * lib/unistr/u16-mbtouc-safe.c: New file.
22700         * lib/unistr/u32-mbtouc-safe.c: New file.
22701
22702         * modules/unistr/u8-move: New file.
22703         * modules/unistr/u16-move: New file.
22704         * modules/unistr/u32-move: New file.
22705         * lib/unistr/u8-move.c: New file.
22706         * lib/unistr/u16-move.c: New file.
22707         * lib/unistr/u32-move.c: New file.
22708         * lib/unistr/u-move.h: New file.
22709
22710         * modules/unistr/u8-next: New file.
22711         * modules/unistr/u16-next: New file.
22712         * modules/unistr/u32-next: New file.
22713         * lib/unistr/u8-next.c: New file.
22714         * lib/unistr/u16-next.c: New file.
22715         * lib/unistr/u32-next.c: New file.
22716
22717         * modules/unistr/u8-prev: New file.
22718         * modules/unistr/u16-prev: New file.
22719         * modules/unistr/u32-prev: New file.
22720         * lib/unistr/u8-prev.c: New file.
22721         * lib/unistr/u16-prev.c: New file.
22722         * lib/unistr/u32-prev.c: New file.
22723
22724         * modules/unistr/u8-set: New file.
22725         * modules/unistr/u16-set: New file.
22726         * modules/unistr/u32-set: New file.
22727         * lib/unistr/u8-set.c: New file.
22728         * lib/unistr/u16-set.c: New file.
22729         * lib/unistr/u32-set.c: New file.
22730         * lib/unistr/u-set.h: New file.
22731
22732         * modules/unistr/u8-startswith: New file.
22733         * modules/unistr/u16-startswith: New file.
22734         * modules/unistr/u32-startswith: New file.
22735         * lib/unistr/u8-startswith.c: New file.
22736         * lib/unistr/u16-startswith.c: New file.
22737         * lib/unistr/u32-startswith.c: New file.
22738         * lib/unistr/u-startswith.h: New file.
22739
22740         * modules/unistr/u8-stpcpy: New file.
22741         * modules/unistr/u16-stpcpy: New file.
22742         * modules/unistr/u32-stpcpy: New file.
22743         * lib/unistr/u8-stpcpy.c: New file.
22744         * lib/unistr/u16-stpcpy.c: New file.
22745         * lib/unistr/u32-stpcpy.c: New file.
22746         * lib/unistr/u-stpcpy.h: New file.
22747
22748         * modules/unistr/u8-stpncpy: New file.
22749         * modules/unistr/u16-stpncpy: New file.
22750         * modules/unistr/u32-stpncpy: New file.
22751         * lib/unistr/u8-stpncpy.c: New file.
22752         * lib/unistr/u16-stpncpy.c: New file.
22753         * lib/unistr/u32-stpncpy.c: New file.
22754         * lib/unistr/u-stpncpy.h: New file.
22755
22756         * modules/unistr/u8-strcat: New file.
22757         * modules/unistr/u16-strcat: New file.
22758         * modules/unistr/u32-strcat: New file.
22759         * lib/unistr/u8-strcat.c: New file.
22760         * lib/unistr/u16-strcat.c: New file.
22761         * lib/unistr/u32-strcat.c: New file.
22762         * lib/unistr/u-strcat.h: New file.
22763
22764         * modules/unistr/u8-strchr: New file.
22765         * modules/unistr/u16-strchr: New file.
22766         * modules/unistr/u32-strchr: New file.
22767         * lib/unistr/u8-strchr.c: New file.
22768         * lib/unistr/u16-strchr.c: New file.
22769         * lib/unistr/u32-strchr.c: New file.
22770
22771         * modules/unistr/u8-strcmp: New file.
22772         * modules/unistr/u16-strcmp: New file.
22773         * modules/unistr/u32-strcmp: New file.
22774         * lib/unistr/u8-strcmp.c: New file.
22775         * lib/unistr/u16-strcmp.c: New file.
22776         * lib/unistr/u32-strcmp.c: New file.
22777
22778         * modules/unistr/u8-strcpy: New file.
22779         * modules/unistr/u16-strcpy: New file.
22780         * modules/unistr/u32-strcpy: New file.
22781         * lib/unistr/u8-strcpy.c: New file.
22782         * lib/unistr/u16-strcpy.c: New file.
22783         * lib/unistr/u32-strcpy.c: New file.
22784         * lib/unistr/u-strcpy.h: New file.
22785
22786         * modules/unistr/u8-strcspn: New file.
22787         * modules/unistr/u16-strcspn: New file.
22788         * modules/unistr/u32-strcspn: New file.
22789         * lib/unistr/u8-strcspn.c: New file.
22790         * lib/unistr/u16-strcspn.c: New file.
22791         * lib/unistr/u32-strcspn.c: New file.
22792         * lib/unistr/u-strcspn.h: New file.
22793
22794         * modules/unistr/u8-strdup: New file.
22795         * modules/unistr/u16-strdup: New file.
22796         * modules/unistr/u32-strdup: New file.
22797         * lib/unistr/u8-strdup.c: New file.
22798         * lib/unistr/u16-strdup.c: New file.
22799         * lib/unistr/u32-strdup.c: New file.
22800         * lib/unistr/u-strdup.h: New file.
22801
22802         * modules/unistr/u8-strlen: New file.
22803         * modules/unistr/u16-strlen: New file.
22804         * modules/unistr/u32-strlen: New file.
22805         * lib/unistr/u8-strlen.c: New file.
22806         * lib/unistr/u16-strlen.c: New file.
22807         * lib/unistr/u32-strlen.c: New file.
22808         * lib/unistr/u-strlen.h: New file.
22809
22810         * modules/unistr/u8-strmblen: New file.
22811         * modules/unistr/u16-strmblen: New file.
22812         * modules/unistr/u32-strmblen: New file.
22813         * lib/unistr/u8-strmblen.c: New file.
22814         * lib/unistr/u16-strmblen.c: New file.
22815         * lib/unistr/u32-strmblen.c: New file.
22816
22817         * modules/unistr/u8-strmbtouc: New file.
22818         * modules/unistr/u16-strmbtouc: New file.
22819         * modules/unistr/u32-strmbtouc: New file.
22820         * lib/unistr/u8-strmbtouc.c: New file.
22821         * lib/unistr/u16-strmbtouc.c: New file.
22822         * lib/unistr/u32-strmbtouc.c: New file.
22823
22824         * modules/unistr/u8-strncat: New file.
22825         * modules/unistr/u16-strncat: New file.
22826         * modules/unistr/u32-strncat: New file.
22827         * lib/unistr/u8-strncat.c: New file.
22828         * lib/unistr/u16-strncat.c: New file.
22829         * lib/unistr/u32-strncat.c: New file.
22830         * lib/unistr/u-strncat.h: New file.
22831
22832         * modules/unistr/u8-strncmp: New file.
22833         * modules/unistr/u16-strncmp: New file.
22834         * modules/unistr/u32-strncmp: New file.
22835         * lib/unistr/u8-strncmp.c: New file.
22836         * lib/unistr/u16-strncmp.c: New file.
22837         * lib/unistr/u32-strncmp.c: New file.
22838
22839         * modules/unistr/u8-strncpy: New file.
22840         * modules/unistr/u16-strncpy: New file.
22841         * modules/unistr/u32-strncpy: New file.
22842         * lib/unistr/u8-strncpy.c: New file.
22843         * lib/unistr/u16-strncpy.c: New file.
22844         * lib/unistr/u32-strncpy.c: New file.
22845         * lib/unistr/u-strncpy.h: New file.
22846
22847         * modules/unistr/u8-strnlen: New file.
22848         * modules/unistr/u16-strnlen: New file.
22849         * modules/unistr/u32-strnlen: New file.
22850         * lib/unistr/u8-strnlen.c: New file.
22851         * lib/unistr/u16-strnlen.c: New file.
22852         * lib/unistr/u32-strnlen.c: New file.
22853         * lib/unistr/u-strnlen.h: New file.
22854
22855         * modules/unistr/u8-strpbrk: New file.
22856         * modules/unistr/u16-strpbrk: New file.
22857         * modules/unistr/u32-strpbrk: New file.
22858         * lib/unistr/u8-strpbrk.c: New file.
22859         * lib/unistr/u16-strpbrk.c: New file.
22860         * lib/unistr/u32-strpbrk.c: New file.
22861         * lib/unistr/u-strpbrk.h: New file.
22862
22863         * modules/unistr/u8-strrchr: New file.
22864         * modules/unistr/u16-strrchr: New file.
22865         * modules/unistr/u32-strrchr: New file.
22866         * lib/unistr/u8-strrchr.c: New file.
22867         * lib/unistr/u16-strrchr.c: New file.
22868         * lib/unistr/u32-strrchr.c: New file.
22869
22870         * modules/unistr/u8-strspn: New file.
22871         * modules/unistr/u16-strspn: New file.
22872         * modules/unistr/u32-strspn: New file.
22873         * lib/unistr/u8-strspn.c: New file.
22874         * lib/unistr/u16-strspn.c: New file.
22875         * lib/unistr/u32-strspn.c: New file.
22876         * lib/unistr/u-strspn.h: New file.
22877
22878         * modules/unistr/u8-strstr: New file.
22879         * modules/unistr/u16-strstr: New file.
22880         * modules/unistr/u32-strstr: New file.
22881         * lib/unistr/u8-strstr.c: New file.
22882         * lib/unistr/u16-strstr.c: New file.
22883         * lib/unistr/u32-strstr.c: New file.
22884         * lib/unistr/u-strstr.h: New file.
22885
22886         * modules/unistr/u8-strtok: New file.
22887         * modules/unistr/u16-strtok: New file.
22888         * modules/unistr/u32-strtok: New file.
22889         * lib/unistr/u8-strtok.c: New file.
22890         * lib/unistr/u16-strtok.c: New file.
22891         * lib/unistr/u32-strtok.c: New file.
22892         * lib/unistr/u-strtok.h: New file.
22893
22894         * modules/unistr/u8-uctomb: New file.
22895         * modules/unistr/u16-uctomb: New file.
22896         * modules/unistr/u32-uctomb: New file.
22897         * lib/unistr/u8-uctomb.c: New file.
22898         * lib/unistr/u16-uctomb.c: New file.
22899         * lib/unistr/u32-uctomb.c: New file.
22900
22901         * MODULES.html.sh (Unicode string functions): Add the new modules.
22902
22903 2007-01-08  Bruno Haible  <bruno@clisp.org>
22904
22905         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
22906         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
22907         subdirectories.
22908
22909 2007-01-08  Karl Berry  <karl@gnu.org>
22910
22911         * doc/error.texi: mention that main() fns must set program_name
22912         when progname is used.
22913
22914 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
22915
22916         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
22917         WCTYPE_H is empty, for the benefit of builds from non-distclean
22918         directories.  Problem reported by Eric Blake in
22919         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
22920
22921 2007-01-08  Bruno Haible  <bruno@clisp.org>
22922
22923         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
22924         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
22925         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
22926         PROVIDE_CANONICALIZE_FILENAME_MODE.
22927         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
22928
22929 2007-01-08  Bruno Haible  <bruno@clisp.org>
22930
22931         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
22932         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
22933         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
22934         * lib/fts.c: Likewise.
22935         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
22936
22937 2006-12-25  Bruno Haible  <bruno@clisp.org>
22938
22939         * modules/utf8-ucs4-safe: New file.
22940         * lib/utf8-ucs4-safe.h: New file.
22941         * lib/unistr/utf8-ucs4-safe.c: New file.
22942
22943         * modules/utf16-ucs4-safe: New file.
22944         * lib/utf16-ucs4-safe.h: New file.
22945         * lib/unistr/utf16-ucs4-safe.c: New file.
22946
22947         * MODULES.html.sh (Unicode string functions): Add the new modules.
22948
22949 2007-01-08  Bruno Haible  <bruno@clisp.org>
22950
22951         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
22952         (Depends-on): Add unitypes.
22953         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
22954         (u8_mbtouc_aux): Move out to separate file.
22955         (u8_mbtouc): Use ucs4_t, uint8_t types.
22956         * lib/unistr/utf8-ucs4.c: New file.
22957
22958         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
22959         (Depends-on): Add unitypes.
22960         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
22961         (u16_mbtouc_aux): Move out to separate file.
22962         (u16_mbtouc): Use ucs4_t, uint16_t types.
22963         * lib/unistr/utf16-ucs4.c: New file.
22964
22965         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
22966         (Depends-on): Add unitypes.
22967         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
22968         (u8_uctomb_aux): Move out to separate file.
22969         (u8_uctomb): Use ucs4_t, uint8_t types.
22970         * lib/unistr/ucs4-utf8.c: New file.
22971
22972         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
22973         (Depends-on): Add unitypes.
22974         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
22975         (u16_uctomb_aux): Move out to separate file.
22976         (u16_uctomb): Use ucs4_t, uint16_t types.
22977         * lib/unistr/ucs4-utf16.c: New file.
22978
22979 2006-12-25  Bruno Haible  <bruno@clisp.org>
22980
22981         * modules/unitypes: New file.
22982         * lib/unitypes.h: New file.
22983         * MODULES.html.sh (func_all_modules): New section "Unicode string
22984         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
22985         this section. Add unitypes.
22986
22987 2007-01-08  Bruno Haible  <bruno@clisp.org>
22988
22989         Avoid variable names that conflict with those from libtool.
22990         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
22991         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
22992         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
22993         library_names_spec to acl_library_names_spec, hardcode_* to
22994         acl_hardcode_*.
22995         Reported by Ralf Wildenhues.
22996
22997 2007-01-08  Bruno Haible  <bruno@clisp.org>
22998
22999         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
23000         definition.
23001         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
23002         definition.
23003         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
23004         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
23005         definition.
23006         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
23007         definition.
23008         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
23009         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
23010         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
23011         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
23012         definition.
23013         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
23014         definition.
23015         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
23016         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
23017         GC_USE_<algorithm>.
23018         * lib/gc-libgcrypt.c: Likewise.
23019         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
23020         * modules/gc-arctwo (configure.ac): Likewise.
23021         * modules/gc-des (configure.ac): Likewise.
23022         * modules/gc-hmac-md5 (configure.ac): Likewise.
23023         * modules/gc-hmac-sha1 (configure.ac): Likewise.
23024         * modules/gc-md2 (configure.ac): Likewise.
23025         * modules/gc-md4 (configure.ac): Likewise.
23026         * modules/gc-md5 (configure.ac): Likewise.
23027         * modules/gc-random (configure.ac): Likewise.
23028         * modules/gc-rijndael (configure.ac): Likewise.
23029         * modules/gc-sha1 (configure.ac): Likewise.
23030
23031 2007-01-08  Bruno Haible  <bruno@clisp.org>
23032
23033         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
23034         macro definition.
23035         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
23036         definition.
23037         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
23038         definition.
23039         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
23040         * modules/fcntl-safer (configure.ac): Likewise.
23041         * modules/fopen-safer (configure.ac): Likewise.
23042         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
23043         GNULIB_FWRITEERROR macro definition.
23044
23045 2007-01-08  Bruno Haible  <bruno@clisp.org>
23046
23047         * m4/gnulib-common.m4: New file.
23048         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
23049         (func_get_filelist): Add m4/gnulib-common.m4.
23050
23051 2007-01-08  Bruno Haible  <bruno@clisp.org>
23052
23053         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
23054         command.
23055
23056 2007-01-08  Jim Meyering  <jim@meyering.net>
23057
23058         Use a more robust test for a "can't happen" condition.
23059         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
23060         narrowed the st_size value.  Presuming the "can't happen" condition
23061         is true, that narrowing could conceivably convert an invalid st_size
23062         value into a valid one.  Instead, use a change based on Matthew
23063         Woehlke's original patch.
23064
23065         Slight readability improvement: use an assert-like macro
23066         in place of literal "abort ()" uses.
23067         * lib/fts.c (fts_assert): Define.
23068         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
23069         Use this macro instead of a bare 'abort'.
23070
23071 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
23072
23073         Don't worry about using IRIX 5.3's wctype.h broken definitions;
23074         simply work around them.
23075         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
23076         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
23077         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
23078         declaring.
23079         Don't bother to define as macros, since the standard doesn't require it.
23080         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
23081         longer worry about IRIX 5.3.
23082         (HAVE_WCTYPE_CTMP_BUG): Remove.
23083
23084 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23085
23086         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
23087         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
23088         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
23089         Problems reported by Georg Schwarz for IRIX 5.3.
23090
23091         * gnulib-tool (autoconf_minversion): Take the maximum version number
23092         found, not the minimum.  Problem reported by James Youngman.
23093
23094 2007-01-03  Karl Berry  <karl@gnu.org>
23095
23096         * doc/error.texi: new file, explaining interaction with progname.
23097         * doc/gnulib.texi: include it.  Update copyright.
23098
23099 2007-01-03  Simon Josefsson  <simon@josefsson.org>
23100
23101         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
23102         AC_CANONICAL_HOST, to improve autobuild outputs.
23103
23104 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
23105             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
23106
23107         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
23108         sockets, server sockets, and other file descriptors.  Count errors
23109         to compute the return value.  Reorder the code a bit to be easier
23110         to follow.  Don't set event bits that were not requested (except
23111         POLLERR and POLLHUP).
23112
23113 2007-01-01  Bruno Haible  <bruno@clisp.org>
23114
23115         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
23116
23117 2007-01-03  Jim Meyering  <jim@meyering.net>
23118
23119         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
23120
23121 2007-01-02  Bruno Haible  <bruno@clisp.org>
23122
23123         * modules/settime (Include): Require timespec.h.
23124         * modules/nanosleep (Include): Likewise.
23125
23126 2007-01-01  Bruno Haible  <bruno@clisp.org>
23127
23128         * gnulib-tool (func_emit_copyright_notice): Bump year.
23129         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
23130
23131 2007-01-01  Bruno Haible  <bruno@clisp.org>
23132
23133         Improve support for OpenBSD.
23134         * build-aux/config.rpath (libname_spec): Export.
23135         (library_names_spec): New variable. Export.
23136         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
23137         library_names_spec from the config.rpath output. Locate shared library
23138         through the name pattern in library_names_spec.
23139
23140 2007-01-01  Eric Blake  <ebb9@byu.net>
23141
23142         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
23143
23144 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
23145
23146         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
23147         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
23148         assume the C locale, and avoid an "eval" that could cause trouble.
23149         Problem with SORT reported by Bob Proulx.
23150
23151         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
23152         Define.  Trivial patch from Henning Nielsen Lund, originally
23153         sent to bug-grep@gnu.org today.
23154
23155 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
23156
23157         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
23158         struct stat.  Problem reported by Henning Nielsen Lund.
23159         * lib/acl.c: Include acl.h first, to check interface.  Don't
23160         bother to include sys/types.h and sys/stat.h again.
23161
23162 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23163
23164         Import the following change from libc; problem reported by
23165         Sven Verdoolaege.
23166
23167         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
23168
23169         [BZ #1373]
23170         * lib/argp.h: Remove __NTH for __argp_usage inline function.
23171
23172 2006-12-28  Jim Meyering  <jim@meyering.net>
23173
23174         * build-aux/announce-gen: Do not assume that the package
23175         builds any of tar.gz, tar.bz2, and .xdelta files.
23176         Suggestion from Simon Josefsson.
23177
23178 2006-12-28  Simon Josefsson  <simon@josefsson.org>
23179
23180         * modules/announce-gen: New file.
23181
23182 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
23183
23184         * lib/mbchar.h: Just include <wctype.h>; the wctype module
23185         handles its gotchas now.
23186         * lib/mbswidth.c: Likewise.
23187         * lib/wcwidth.h: Likewise.
23188         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
23189         and iswcntrl; the wctype module does this stuff now.
23190         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
23191         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
23192         * modules/mbchar (Depends-on): Add wctype.
23193         * modules/mbswidth (Depends-on): Likewise.
23194         * modules/wcwidth (Depends-on): Likewise.
23195
23196 2006-12-27  Eric Blake  <ebb9@byu.net>
23197
23198         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
23199         module uses more than what <wctype.h> is required to provide.
23200
23201 2006-12-26  Eric Blake  <ebb9@byu.net>
23202
23203         * gnulib-tool (sed_extract_prog): Avoid space-tab.
23204
23205 2006-12-26  Eric Blake  <ebb9@byu.net>
23206
23207         * modules/absolute-header: New module.
23208         * modules/fcntl (Depends-on): Depend on it.
23209         * modules/inttypes (Depends-on): Likewise.
23210         * modules/stdint (Depends-on): Likewise.
23211         * modules/sys_stat (Depends-on): Likewise.
23212         * modules/wctype (Depends-on): Likewise.
23213         * MODULES.html.sh (Support for building libraries and
23214         executables): Document it.
23215
23216 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
23217
23218         * gnulib-tool (SED): Remove, undoing previous change.
23219         The problem was that it broke coreutils on Solaris, because
23220         "sed --posix" leaked into a makefile.
23221         (sed): New alias, if 'alias' and GNU sed.
23222
23223 2006-12-24  Jim Meyering  <jim@meyering.net>
23224
23225         Work around an fchownat bug in glibc-2.4:
23226         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
23227         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
23228         in spite of the -P option.
23229         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
23230         New macros.
23231         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
23232         * modules/openat (Files): Add lib/fchownat.c.
23233         * lib/openat.c (fchownat): Don't define here.  Move to...
23234         * lib/fchownat.c: ...this new file.
23235
23236 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23237
23238         Fix bug reported by Bruno Haible in
23239         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
23240         where quotearg.c didn't compile on Mac OS X 10.2 because it
23241         lacks <wchar.h> and wint_t.
23242         * lib/wctype_.h (__wctype_wint_t): New type.
23243         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
23244         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
23245         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
23246         Arg is now of type __wctype_wint_t, not wint_t.
23247         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
23248         substitute HAVE_WINT_T.
23249         * modules/wctype (Files): Add m4/wint_t.m4.
23250         (wctype.h): Substitute HAVE_WINT_T.
23251
23252 2006-12-23  Bruno Haible  <bruno@clisp.org>
23253
23254         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
23255
23256 2006-12-23  Bruno Haible  <bruno@clisp.org>
23257
23258         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
23259         S_ISLNK.
23260         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
23261         mingw.
23262
23263 2006-12-22  Bruno Haible  <bruno@clisp.org>
23264
23265         * lib/copy-file.c: Include acl.h.
23266         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
23267         Close the file descriptors only after being done with copy_acl.
23268         * modules/copy-file (Depends-on): Add acl.
23269
23270 2006-12-22  Bruno Haible  <bruno@clisp.org>
23271
23272         * gnulib-tool (SED): New variable.
23273         Use $SED instead of sed everywhere.
23274
23275 2006-12-22  Bruno Haible  <bruno@clisp.org>
23276
23277         * modules/no-c++: New file.
23278         * m4/no-c++.m4: New file.
23279         * MODULES.html.sh (Support for building libraries and executables):
23280         Add no-c++.
23281
23282 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
23283
23284         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
23285         Include <limits.h>, and use its INT_MAX to rewrite the
23286         j loop so that it does not overflow 'int'.  Problem reported by
23287         Ralf Wildenhues in
23288         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
23289         Play it safe by shifting left by 1 rather than multiplying by 2,
23290         as GCC is less likely to optimize this away when the value
23291         is signed (when it assumes overflow leads to undefined behavior).
23292         Also, don't assume time_t uses two's complement.
23293
23294 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
23295
23296         * MODULES.html.sh: New module wctype.
23297         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
23298         * lib/fnmatch.c: Don't bother to include <wchar.h> before
23299         <wctype.h>, since the new wctype module should fix this.
23300         * lib/quotearg.c: Include <wctype.h> unconditionally, since
23301         the wctype module should arrange for it.
23302         * lib/regex_internal.h: Likewise.
23303         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
23304         since the wctype module should handle this now.
23305         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
23306         * modules/fnmatch (Depends-on): Add wctype.
23307         * modules/quotearg (Depends-on): Likewise.
23308         * modules/regex (Depends-on): Likewise.
23309
23310 2006-12-19  Bruno Haible  <bruno@clisp.org>
23311
23312         * lib/strdup.h [C++]: Wrap definitions in extern "C".
23313         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
23314
23315 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23316
23317         * modules/savewd (Depends-on): Fix dependency on fcntl.
23318
23319 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
23320
23321         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
23322         conforms to C99, rather than relying on the user's environment
23323         setting of STDINT_H.
23324
23325 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
23326         and Eric Blake  <ebb9@byu.net>
23327
23328         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
23329         This is more consistent with the other defines here.
23330         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
23331         Port to z/OS.  Problem reported by Paul Gilmartin.
23332         Change local vars to use gl_ prefix rather than ac_.
23333         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
23334         with other defines.
23335         * modules/double-slash-root: New module.
23336         * modules/dirname (Files): Remove m4/double-slash-root.m4.
23337         (Depends-on): Add double-slash-root.
23338         * MODULES.html.sh (File system functions): Mention new module.
23339
23340 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
23341
23342         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
23343         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
23344         This is for the benefit of gzip, which doesn't do i18n.
23345
23346 2006-12-12  Jim Meyering  <jim@meyering.net>
23347
23348         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
23349         Reported by Andreas Schwab <schwab@suse.de>.
23350
23351 2006-12-12  Bruno Haible  <bruno@clisp.org>
23352
23353         Merge these changes.
23354         2006-09-05  Bruno Haible  <bruno@clisp.org>
23355         * lib/iconvme.c (iconv_string): No need to save and restore errno when
23356         iconv_alloc succeeded.
23357         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
23358         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
23359         test for " && dest " at the end - dest is always != NULL there. Call
23360         iconv with 4xNULL arguments initially, to reset the state. Call iconv
23361         with 2xNULL arguments, also to flush the state storage. Handle the
23362         IRIX iconv behaviour. Realloc the final result, to throw away unused
23363         memory.
23364
23365 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
23366
23367         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
23368         and fchmodat unconditionally, since glibc 2.4 has them.
23369         Problem reported by Arkadiusz Miskiewicz.
23370
23371 2006-12-10  Bruno Haible  <bruno@clisp.org>
23372
23373         * gnulib-tool (func_import): Show the include files only for those
23374         modules that are copied and specified.
23375         Reported by Karl Berry.
23376
23377 2006-12-08  Jim Meyering  <jim@meyering.net>
23378
23379         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
23380         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
23381
23382         * build-aux/announce-gen: Add two new options, both optional:
23383         --bootstrap-tools=TOOL_LIST
23384               a comma-separated list of tools, e.g.,
23385               autoconf,automake,bison,gnulib
23386         --gnulib-snapshot-date=DATE
23387               if gnulib is in the bootstrap tool list,
23388               then report this as the snapshot date.
23389               If not specified, use the current date/time.
23390               If you specify a date here, be sure it's UTC.
23391
23392 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23393
23394         * tests/test-argp-2.sh: Fix test to match actual output.
23395         (func_compare): Fix sed script to be portable.
23396
23397 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
23398
23399         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
23400         workaround for this case.  It is not autoconfigured now; offhand
23401         it's hard to see how to autoconfigure it.
23402
23403 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
23404
23405         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
23406         a directory that is about to be chowned.  Such a directory's
23407         initial file permissions should permit the owner only and this
23408         should not be changed until after the chown, since the group and
23409         other bits would be incorrect if they granted permission before
23410         the chown.
23411
23412         Fix porting problem for iswctype reported by Georg Schwarz in:
23413         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
23414         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
23415         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
23416         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
23417         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
23418
23419 2006-12-03  Jim Meyering  <jim@meyering.net>
23420
23421         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
23422         p->fts_statp may not yet be defined.
23423         (fts_read): Instead, set it in the caller, once p->fts_statp is
23424         sure to be defined, and corresponds to a top-level directory.
23425         This bug made du -x fail.  Here's the coreutils test case:
23426         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
23427         Reported by Mike Frysinger.
23428
23429 2006-12-01  Jim Meyering  <jim@meyering.net>
23430
23431         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
23432         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
23433         Reported by Simon Josefsson.
23434
23435 2006-11-30  Jim Meyering  <jim@meyering.net>
23436
23437         * m4/warning.m4: Use the all-permissive copyright notice
23438         recommended by RMS (rather than LGPL).
23439         * m4/vararrays.m4: Likewise.
23440         * m4/flexmember.m4: Likewise.
23441
23442 2006-11-29  Bruno Haible  <bruno@clisp.org>
23443
23444         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
23445         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
23446         using +=.
23447         Reported by Simon Josefsson <simon@josefsson.org>.
23448
23449 2006-11-28  James Youngman <jay@gnu.org>
23450
23451         * README: Advise users that they might find the bug-gnulib@gnu.org
23452         and autotools-announce@gnu.org mailing lists useful.
23453
23454 2006-11-28  Bruno Haible  <bruno@clisp.org>
23455
23456         * m4/ptrdiff_max.m4: Remove file.
23457
23458 2006-11-21  Bruno Haible  <bruno@clisp.org>
23459
23460         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
23461         _AC_COMPUTE_INT.
23462         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
23463         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
23464         _AC_COMPUTE_INT.
23465         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
23466         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
23467         _AC_COMPUTE_INT.
23468         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
23469
23470 2006-11-28  Jim Meyering  <jim@meyering.net>
23471
23472         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
23473         warning from "gcc -Wshadow" about shadowing the builtin.
23474
23475 2006-11-27  Bruno Haible  <bruno@clisp.org>
23476
23477         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
23478         _AC_COMPUTE_INT.
23479         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
23480
23481 2006-11-27  Bruno Haible  <bruno@clisp.org>
23482             Paul Eggert  <eggert@cs.ucla.edu>
23483
23484         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
23485
23486 2006-11-26  Bruno Haible  <bruno@clisp.org>
23487
23488         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
23489         noinst_LTLIBRARIES.
23490
23491 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
23492             Bruno Haible  <bruno@clisp.org>
23493
23494         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
23495         if compiling with "gcc -ansi".
23496
23497 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
23498
23499         Fix some incompatibilities with gcc -ansi -pedantic.
23500         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
23501         if compiling pedantically with GCC, unless it's C99 or later.
23502         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
23503         it mishandles gcc -ansi -pedantic as well.
23504         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
23505         if gcc -pedantic.
23506         * lib/regexec.c (check_node_accept_bytes): Don't use auto
23507         initializers for struct if -pedantic, unless it's C99 or later.
23508
23509 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
23510
23511         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
23512         Don't close an fd more than once. Identical atimes indicate
23513         success, not failure.
23514
23515 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
23516
23517         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
23518
23519 2006-11-23  Jim Meyering  <jim@meyering.net>
23520
23521         * build-aux/announce-gen: New file.  From coreutils.
23522
23523 2006-11-22  Jim Meyering  <jim@meyering.net>
23524
23525         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
23526         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
23527         (fts_read): Use a temporary to narrow the overused st_size member
23528         before using it in a switch statement.  Reported by Matthew Woehlke.
23529
23530         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
23531         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
23532
23533 2006-11-20  Bruno Haible  <bruno@clisp.org>
23534
23535         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
23536         changequote instead of pairs of brackets.
23537         Reported by Andreas Schwab <schwab@suse.de>.
23538
23539 2006-11-21  Jim Meyering  <jim@meyering.net>
23540
23541         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
23542         so as to remain compatible with older compilers.
23543         Patch from Michael Deutschmann.
23544
23545 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
23546
23547         * MODULES.html.sh (File system functions): Add openat.
23548
23549         * lib/openat.h (rpl_fstatat): New macro, if
23550         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
23551         (fstatat): Define to rpl_fstatat under the same conditions,
23552         unless COMPILING_FSTATAT.
23553         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
23554         seems to have the bug.
23555         * lib/fstatat.c: New file.
23556         * modules/openat (Files): Add it.
23557
23558 2006-11-20  Bruno Haible  <bruno@clisp.org>
23559
23560         * Makefile: New file.
23561
23562 2006-11-20  Jim Meyering  <jim@meyering.net>
23563
23564         The beginnings of syntax-related checks for gnulib.
23565         * lib/Makefile: New file.
23566         * lib/t-idcache: New script.  Ensure that the two halves of
23567         idcache.c stay in sync.
23568
23569         * lib/idcache.c: Adjust comments in user- and group- portions to
23570         be more accurate, and to be consistent with one another.
23571
23572 2006-11-20  Jim Meyering  <jim@meyering.net>
23573
23574         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
23575         continue using the flexible array member (thus, this module performs
23576         half as many malloc calls), with the addition that...
23577         (getgroup, getuser): Consistently record a non-match via an empty
23578         "name" string, and map an empty string match to a NULL return value.
23579         * modules/idcache (Depends-on): Re-add flexmember.
23580
23581         * lib/idcache.c (getuser): Remove all uses of the register keyword.
23582         (getuidbyname, getgroup, getgidbyname): Likewise.
23583
23584         Use cleaner syntax: NULL rather than 0.
23585         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
23586
23587 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
23588
23589         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
23590         It mishandled the case where the group was missing.
23591         Problem reported by Greg Schafer.
23592         * modules/idcache: Likewise.
23593
23594 2006-11-18  Jim Meyering  <jim@meyering.net>
23595
23596         * check-module (%exempt_header): Add exception for some
23597         conditionally-included headers.
23598
23599         * modules/i-ring (Depends-on): Add verify.
23600         (License): Change to LGPL.
23601
23602 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23603
23604         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
23605         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
23606         and inttostr.h.  Use snprintf rather than uinttostr, so that
23607         LGPLed code doesn't depend on GPLed.
23608
23609 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23610
23611         * modules/inline (License): Change from GPL to LGPL.
23612
23613 2006-11-17  Jim Meyering  <jim@meyering.net>
23614
23615         * modules/d-type (License): Switch to LGPL.
23616
23617 2006-11-15  Bruno Haible  <bruno@clisp.org>
23618
23619         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
23620
23621 2006-11-15  Eric Blake  <ebb9@byu.net>
23622
23623         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
23624         the module dependency.
23625
23626 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23627             Bruno Haible  <bruno@clisp.org>
23628
23629         * gnulib-tool (func_create_testdir): Add license consistency check.
23630
23631 2006-11-15  Eric Blake  <ebb9@byu.net>
23632
23633         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
23634         random "(cached)" in configure output.
23635
23636 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23637
23638         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
23639         test for conforming inttypes.h is both announced and cached.
23640
23641         * MODULES.html.sh (seen_modules, seen_files): New variables.
23642         (func_module): Rewrite to use a few less gnulib-tool and sed
23643         invocations.  Avoid a couple of quadratic algorithms for ...
23644         (missed_modules, missed_files): ... these, with ...
23645         (func_append, func_tmpdir): ... these new functions, from
23646         gnulib-tool.  Analogously, install traps for cleanup.
23647
23648         * tests/test-gc.c (main): Remove unused variables.
23649         * tests/test-read-file.c: Include stdlib.h, for 'free'.
23650
23651 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
23652
23653         * modules/inttostr (License): Change to LGPL.
23654
23655 2006-11-14  Eric Blake  <ebb9@byu.net>
23656
23657         * modules/tempname (License): Change to LGPL.
23658
23659 2006-11-14  Eric Blake  <ebb9@byu.net>
23660
23661         * doc/functions.texi (Function Portability): *printf functions on
23662         Cygwin now understand all POSIX size specifiers.
23663
23664 2006-11-14  Bruno Haible  <bruno@clisp.org>
23665
23666         * modules/c-ctype (License): Change to LGPL.
23667
23668 2006-11-12  Bruno Haible  <bruno@clisp.org>
23669
23670         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
23671         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
23672         for GNOME libraries, for which the include files are installed in
23673         subdirectories of $prefix/include.
23674
23675 2006-11-12  Bruno Haible  <bruno@clisp.org>
23676
23677         * m4/lib-link.m4: Require at least autoconf-2.54.
23678         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
23679         name to underscores for the --with option.
23680
23681 2006-11-13  Bruno Haible  <bruno@clisp.org>
23682
23683         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
23684         the tests directory.
23685         Reported by Ralf Wildenhues.
23686
23687 2006-11-13  Bruno Haible  <bruno@clisp.org>
23688
23689         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
23690         (func_emit_initmacro_end): Undo the override here.
23691         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
23692         Works around the famous automake error in coreutils.
23693
23694 2006-11-13  Eric Blake  <ebb9@byu.net>
23695
23696         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
23697         element, not its node.
23698
23699 2006-11-12  Bruno Haible  <bruno@clisp.org>
23700
23701         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
23702         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
23703
23704 2006-11-12  Bruno Haible  <bruno@clisp.org>
23705
23706         * gnulib-tool: New option --local-symlink.
23707         (func_usage): Document it.
23708         (lsymbolic): New variable.
23709         (func_import, func_create_testdir): If --symlink was not specified,
23710         test whether --local-symlink was specified and the file comes from
23711         the local_gnulib_dir.
23712
23713 2006-11-12  Bruno Haible  <bruno@clisp.org>
23714
23715         * gnulib-tool (func_ln): New function.
23716         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
23717
23718 2006-11-12  Bruno Haible  <bruno@clisp.org>
23719
23720         Finish support for source files in subdirectories.
23721         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
23722         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
23723         AUTOMAKE_OPTIONS.
23724         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
23725
23726 2006-11-12  Bruno Haible  <bruno@clisp.org>
23727
23728         * gnulib-tool (func_get_automake_snippet): Synthesize also an
23729         EXTRA_lib_SOURCES augmentation.
23730         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
23731
23732 2006-11-12  Jim Meyering  <jim@meyering.net>
23733
23734         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
23735         file descriptors.  This also averts a failure on systems with
23736         native openat support when a traversed directory lacks "x" access.
23737         * lib/fts_.h: Include "i-ring.h"
23738         (struct FTS) [fts_fd_ring]: New member.
23739         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
23740         (FCHDIR): Add parentheses.
23741         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
23742         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
23743         When descending, rather than simply closing the previous
23744         fts_cwd_fd value, push that file descriptor onto the ring.
23745         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
23746         (fts_open): Initialize the new fd_ring member.
23747         (fts_close): Clear the ring.
23748         (fts_safe_changedir): When possible, use our new fd_ring to skip
23749         the diropen and fstat and dev/ino comparison that would normally
23750         accompany a virtual `chdir ("..")'.
23751
23752         * modules/fts (Depends-on): Add i-ring.
23753         * modules/i-ring: New module.
23754         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
23755         * m4/i-ring.m4: New file.
23756
23757 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23758
23759         * gnulib-tool (func_create_testdir): Fix replacement of
23760         `build-aux' in configure.ac.  Run autotools in gltests
23761         subdirectory.
23762         (func_create_testdir, func_create_megatestdir, test): There is
23763         no need for '--force' in most autotool invocations in a new
23764         tree.  Actually fail the whole test if any of the tools, or the
23765         configure or make stages fail.
23766
23767         Sync from Automake.
23768         * build-aux/gnupload: Revert last change.  Add pointer to upload
23769         instructions of the GNU Maintenance Instructions.
23770         Suggestion by Karl Berry.
23771
23772 2006-11-10  Jim Meyering  <jim@meyering.net>
23773
23774         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
23775
23776 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
23777
23778         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
23779         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
23780         (bind_textdomain_codeset) [! ENABLE_NLS]:
23781         Evaluate all the arguments.  That way, callers get compatible behavior
23782         if the arguments have side effects.  Also, it avoids some GCC
23783         diagnostics in some cases; Joel E. Denny reported problems when Bison
23784         was configured with --enable-gcc-warnigs.
23785
23786 2006-11-10  Jim Meyering  <jim@meyering.net>
23787
23788         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
23789         relevant options in CFLAGS (like -O, -fno-inline) are taken into
23790         account.
23791
23792 2006-11-10  Jim Meyering  <jim@meyering.net>
23793
23794         * modules/inline: New file/module.
23795         * modules/xalloc (Files): Remove m4/inline.m4.
23796         (Depends-on): Add inline, instead.
23797         * modules/oset: Likewise.
23798         * modules/list: Likewise.
23799
23800 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
23801
23802         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
23803         Problem reported by Matthew Woehlke.
23804
23805 2006-11-09  Bruno Haible  <bruno@clisp.org>
23806
23807         * lib/tempname.c (gen_tempname): Remove variant that invokes
23808         __gen_tempname.
23809         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
23810         __gen_tempname.
23811
23812 2006-11-08  Bruno Haible  <bruno@clisp.org>
23813
23814         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
23815         to 'yes' instead of 'cross-compiling'.
23816
23817 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
23818
23819         * lib/quotearg.h (quotearg_free): New decl.
23820         * lib/quotearg.c (quotearg_free): New function.
23821         (slot0, nslots, slotvec0, slotvec):
23822         Now file-scope so that quotearg_free can get at them.
23823
23824 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23825
23826         Sync from Automake.
23827         * build-aux/gnupload: Add missing 'gnu' to example URL.
23828         Report by Karl Berry.
23829
23830 2006-11-08  Bruno Haible  <bruno@clisp.org>
23831
23832         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
23833         Suggested by Paul Eggert.
23834
23835 2006-11-08  Jim Meyering  <jim@meyering.net>
23836
23837         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
23838         It's already included if !_LIBC.
23839         (fts_safe_changedir): Add a comment.
23840
23841 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
23842
23843         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
23844         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
23845         Matthew Woehlke.
23846
23847         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
23848         definitions up, to avoid colliding with change below.
23849         (static_inline) [HAVE_INLINE]: New macro.
23850         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
23851         Provide extern decls when !HAVE_INLINE.  Do not define unless
23852         static_inline is defined, either by us or by xmalloc.c.  Use
23853         static_inline rather than static inline.
23854         (XCALLOC): Optimize sizeof(T) = 1 case.
23855         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
23856
23857 2006-11-07  Bruno Haible  <bruno@clisp.org>
23858
23859         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
23860         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
23861         AC_C_INLINE.
23862         * modules/xalloc (Files): Add m4/inline.m4.
23863
23864 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23865
23866         * README: Fix typo.
23867         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
23868         (Miscellanous Notes): ...from this.
23869
23870 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
23871
23872         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
23873         Mention that offsetof should be used instead of sizeof.
23874         From Bruno Haible.
23875
23876 2006-11-07  Bruno Haible  <bruno@clisp.org>
23877
23878         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
23879
23880 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
23881
23882         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
23883         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
23884         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
23885         (gl_tree_add_before, gl_tree_add_after):
23886         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
23887         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
23888         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
23889         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
23890         (gl_linked_add_after, gl_linked_add_at): Likewise.
23891         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
23892         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
23893         (gl_tree_add_before, gl_tree_add_after): Likewise.
23894         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
23895         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
23896         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
23897
23898 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23899
23900         * lib/gl_oset.h: Use C comment style, not C++ comment style.
23901
23902 2006-11-06  Bruno Haible  <bruno@clisp.org>
23903
23904         * m4/inline.m4: New file.
23905         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
23906         * modules/list (Files): Add m4/inline.m4.
23907         * modules/oset (Files): Likewise.
23908
23909 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
23910
23911         * lib/idcache.c: Include <stddef.h>, for offsetof.
23912         (struct userid.name): Change from char * to a flexible array member.
23913         All uses changed.
23914         * modules/idcache (Depends-on): Add flexmember.
23915
23916         * MODULES.html.sh (Core language properties): New module flexmember.
23917         * modules/flexmember, m4/flexmember.m4: New files.
23918
23919         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
23920         inline functions that are identical with the old xnmalloc_inline,
23921         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
23922         that we can avoid some unnecessary integer multiplications and
23923         divisions in the common case where the element size is known at
23924         compile time.
23925         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
23926         needed.
23927         (xnboundedmalloc): Remove.
23928         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
23929         arguments, for consistency with rest of this header.
23930         (xcharalloc): Rewrite using XNMALLOC.
23931         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
23932         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
23933         versions have been moved to lib/xalloc.h and renamed to be the
23934         non-*_inline versions.
23935         (xmalloc, xrealloc): Implement without reference to the xnmalloc
23936         and xnrealloc functions, since those functions are now inline and
23937         now call us.
23938         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
23939         renaming described above.
23940         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
23941         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
23942         captures the dependency in AC_C_INLINE.
23943
23944         New module canonicalize-lgpl, proposed by Charles Wilson in
23945         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
23946         with a few small changes afterwards.
23947         * MODULES.html.sh (File system functions): New module
23948         canonicalize-lgpl.
23949         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
23950         and canonicalize_file_name.
23951         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
23952         * modules/canonicalize-lgpl: New files.
23953
23954 2006-11-05  Bruno Haible  <bruno@clisp.org>
23955
23956         * gnulib-tool (func_import, func_create_testdir): Create directories
23957         also for files in subdirectories of lib/.
23958
23959 2006-11-05  Bruno Haible  <bruno@clisp.org>
23960
23961         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
23962         ANSI C compliant.
23963
23964 2006-11-03  Bruno Haible  <bruno@clisp.org>
23965
23966         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
23967         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
23968         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
23969         (xnboundedmalloc): New inline function.
23970         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
23971         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
23972         xmalloc.
23973         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
23974         xmalloc.
23975         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
23976         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
23977         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
23978         xmalloc.
23979         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
23980         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
23981         xmalloc.
23982         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
23983         gl_tree_add_after): Use XMALLOC instead of xmalloc.
23984         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
23985         xmalloc.
23986         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
23987         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
23988         gl_tree_add_after): Use XMALLOC instead of xmalloc.
23989         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
23990         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
23991         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
23992         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
23993
23994 2006-11-03  Bruno Haible  <bruno@clisp.org>
23995
23996         * lib/c-ctype.h [C++]: Define functions without name mangling.
23997         * lib/fwriteerror.h [C++]: Likewise.
23998         * lib/gcd.h [C++]: Likewise.
23999         * lib/linebreak.h [C++]: Likewise.
24000
24001 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
24002
24003         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
24004         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
24005         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
24006         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
24007         Check for functions and headers just once.
24008         Check for declaration of canonicalize_file_name.
24009         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
24010
24011 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
24012
24013         * gnulib-tool (func_import): Fix typo in actioncmd.
24014
24015 2006-11-02  Bruno Haible  <bruno@clisp.org>
24016
24017         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
24018         newline sequence in the Makefile.am snippet as a space, like "make"
24019         does.
24020         Reported by Roger Persson <perrog@gmail.com>.
24021
24022 2006-11-01  Bruno Haible  <bruno@clisp.org>
24023
24024         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
24025         already declared in <string.h>.
24026         * lib/strcase.h (strncasecmp): Don't declare it if yes.
24027
24028 2006-11-01  Bruno Haible  <bruno@clisp.org>
24029
24030         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
24031         * lib/strcase.h: Include <string.h>.
24032         (strcasecmp): Define to rpl_strcasecmp here.
24033
24034 2006-11-01  Bruno Haible  <bruno@clisp.org>
24035
24036         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
24037
24038 2006-11-01  Eric Blake  <ebb9@byu.net>
24039
24040         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
24041
24042         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
24043
24044 2006-10-29  Bruno Haible  <bruno@clisp.org>
24045
24046         Make it compile in C++ mode.
24047         * lib/full-write.c (full_rw): Add a cast.
24048
24049 2006-11-01  Bruno Haible  <bruno@clisp.org>
24050
24051         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
24052         be POSIX compliant.
24053         Reported by Roger Persson <perrog@gmail.com>.
24054
24055 2006-11-01  Eric Blake  <ebb9@byu.net>
24056
24057         * lib/getopt_.h: Fix comments.
24058
24059 2006-10-31  Eric Blake  <ebb9@byu.net>
24060
24061         * modules/tmpdir (Depends-on): Add sys_stat.
24062         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
24063         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
24064         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
24065         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
24066         tempname.
24067
24068 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
24069
24070         Avoid some C++ diagnostics reported by Bruno Haible.
24071         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
24072         xmalloc.
24073         (quotearg_alloc): Use xcharalloc rather than xmalloc.
24074         (struct slotvec): Move to top level.
24075         (quotearg_n_options): Rewrite to avoid xmalloc.
24076         * lib/xalloc.h (xcharalloc): New function.
24077         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
24078         [defined __cplusplus]: Add function template that provides result
24079         type propagation.  This part of the change is from Bruno Haible.
24080
24081 2006-10-29  Bruno Haible  <bruno@clisp.org>
24082
24083         Make it compile in C++ mode.
24084         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
24085         * lib/strnlen1.c (strnlen1): Cast memchr result.
24086         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
24087         * lib/clean-temp.c (string_equals, string_hash): Add casts.
24088         (create_temp_dir): Rename local variable 'template'.
24089         (compile_csharp_using_sscli): Add cast.
24090         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
24091         * lib/findprog.c (find_in_path): Likewise.
24092         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
24093         * lib/wait-process.c (register_slave_subprocess): Likewise.
24094
24095 2006-10-22  Bruno Haible  <bruno@clisp.org>
24096
24097         * modules/tsearch: New file.
24098         * lib/tsearch.h: New file.
24099         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
24100         * m4/tsearch.m4: New file.
24101         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
24102
24103 2006-10-29  Eric Blake  <ebb9@byu.net>
24104
24105         * lib/arcfour.c: Assume config.h.
24106         * lib/arctwo.c: Likewise.
24107         * lib/base64.c: Likewise.
24108         * lib/check-version.c: Likewise.
24109         * lib/crc.c: Likewise.
24110         * lib/des.c: Likewise.
24111         * lib/gc-gnulib.c: Likewise.
24112         * lib/gc-libgcrypt.c: Likewise.
24113         * lib/gc-pbkdf2-sha1.c: Likewise.
24114         * lib/getaddrinfo.c: Likewise.
24115         * lib/getdelim.c: Likewise.
24116         * lib/getline.c: Likewise.
24117         * lib/hmac-md5.c: Likewise.
24118         * lib/hmac-sha1.c: Likewise.
24119         * lib/iconvme.c: Likewise.
24120         * lib/md2.c: Likewise.
24121         * lib/md4.c: Likewise.
24122         * lib/memxor.c: Likewise.
24123         * lib/read-file.c: Likewise.
24124         * lib/readline.c: Likewise.
24125         * lib/rijndael-alg-fst.c: Likewise.
24126         * lib/rijndael-api-fst.c: Likewise.
24127         * lib/xgetdomainname.c: Likewise.
24128
24129 2006-10-28  Eric Blake  <ebb9@byu.net>
24130
24131         * lib/xstrndup.c: Assume config.h.
24132
24133 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
24134
24135         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
24136         stat-macros.h is now for our own macros, whereas stat_h is for
24137         macros in the <sys/stat.h> name space.
24138         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
24139         (STAT_MACROS_H): Remove.
24140         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
24141         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
24142         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
24143         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
24144         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
24145         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
24146         Move these macros to ...
24147         * lib/stat_.h: here.  Don't include stat-macros.h.
24148         * lib/canonicalize.c: Don't include stat-macros.h.
24149         * lib/chown.c: Likewise.
24150         * lib/euidaccess.c: Likewise.
24151         * lib/file-type.c: Likewise.
24152         * lib/filemode.c: Likewise.
24153         * lib/glob.c: Likewise.
24154         * lib/isapipe.c: Likewise.
24155         * lib/lchown.c: Likewise.
24156         * lib/lstat.c: Likewise.
24157         * lib/mkdir-p.c: Likewise.
24158         * lib/rmdir.c: Likewise.
24159         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
24160         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
24161         unless mkdir isn't declared, to speed up 'configure'.
24162         Always create sys/stat.h, since it's unlikely any real sys/stat.h
24163         would define all the S_* symbols.
24164         * modules/canonicalize (Depends-on):
24165         Depend on sys_stat, not stat-macros.
24166         * modules/chown: Likewise.
24167         * modules/euidaccess: Likewise.
24168         * modules/filemode: Likewise.
24169         * modules/file-type: Likewise.
24170         * modules/glob: Likewise.
24171         * modules/isapipe: Likewise.
24172         * modules/lchown: Likewise.
24173         * modules/lstat: Likewise.
24174         * modules/mkancesdirs: Likewise.
24175         * modules/rmdir: Likewise.
24176         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
24177         * modules/modechange: Likewise.
24178         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
24179         (configure.ac): Remove gl_STAT_MACROS.
24180         * modules/sys_stat (Depends-on): Remove stat-macros.
24181
24182 2006-10-27  Bruno Haible  <bruno@clisp.org>
24183
24184         * m4/signed.m4: Remove file.
24185         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
24186         invocation.
24187         * modules/vasnprintf (Files): Remove m4/signed.m4.
24188
24189 2006-10-27  Bruno Haible  <bruno@clisp.org>
24190
24191         Update to GNU gettext 0.16.
24192         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
24193         m4/inttypes-h.m4, m4/signed.m4.
24194         * m4/gettext.m4: Update to GNU gettext 0.16.
24195         * m4/intl.m4: New file, from GNU gettext.
24196         * m4/intldir.m4: New file, from GNU gettext.
24197         * config/srclist.txt: Update
24198
24199 2006-10-27  Eric Blake  <ebb9@byu.net>
24200
24201         * MODULES.html.sh: Document tempname.
24202         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
24203         dependencies.
24204         (Files): Move lib/tempname.c...
24205         * modules/tempname: ...to this new module.
24206         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
24207         (gl_PREREQ_TEMPNAME): Move...
24208         * m4/tempname.m4: ...to this new file.
24209         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
24210         * modules/sys_stat (Depends-on): Add stat-macros.
24211         * lib/stat_.h (includes): Pick up stat macros.
24212         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
24213         if stat macros are broken.
24214         * lib/tempname.c (includes): No need to include "stat-macros.h".
24215         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
24216         (direxists, __path_search) [!_LIBC]: Don't compile these in
24217         gnulib; the tmpdir module covers that.
24218         * lib/tempname.h: New file.
24219
24220 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
24221
24222         * COPYING: Explain how gnulib-tool converts licence headers.
24223         Almost all wording by Eric Blake.
24224
24225 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
24226
24227         * lib/mbchar.h (is_basic_table): Make read-only.
24228         * lib/mbchar.c (is_basic_table): Likewise.
24229         Reported by John Darrington.
24230
24231 2006-10-25  Bruno Haible  <bruno@clisp.org>
24232
24233         * lib/progname.h (set_program_name): Undefine before defining.
24234
24235 2006-10-25  Bruno Haible  <bruno@clisp.org>
24236
24237         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
24238         false for non-gcc C++ compilers.
24239         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
24240
24241 2006-10-24  Bruno Haible  <bruno@clisp.org>
24242
24243         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
24244         iconv implementations like Irix iconv.
24245
24246 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24247
24248         * modules/vararrays: New file.
24249         * m4/vararrays.m4: New file, taken from diffutils.
24250         * MODULES.html.sh: New module vararrays.
24251
24252 2006-10-24  Karl Berry  <karl@gnu.org>
24253
24254         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
24255         Don't call GNU Unix.
24256
24257 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24258
24259         * users.txt: Add Libtool.
24260
24261         Sync from Libtool:
24262
24263         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24264
24265         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
24266         to gnulib's policy of including config.h unconditionally.
24267
24268 2006-10-24  Bruno Haible  <bruno@clisp.org>
24269
24270         * modules/wcwidth (Files): Add m4/wint_t.m4.
24271         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
24272         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
24273
24274 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24275
24276         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
24277         to pacify GCC with some -W flags enabled.  Problem reported by
24278         Bruno Haible.
24279
24280 2006-10-24  Jim Meyering  <jim@meyering.net>
24281
24282         * MODULES.html.sh: Remove uinttostr.  It's not a module.
24283         Reported by Karl Berry.
24284
24285 2006-10-23  Bruno Haible  <bruno@clisp.org>
24286
24287         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
24288
24289 2006-10-24  Bruno Haible  <bruno@clisp.org>
24290
24291         * lib/gl_list.h: Use C comment style, not C++ comment style.
24292
24293 2006-10-23  Eric Blake  <ebb9@byu.net>
24294
24295         * lib/getaddrinfo.c (includes): Add missing include.
24296
24297 2006-10-23  Bruno Haible  <bruno@clisp.org>
24298             Paul Eggert  <eggert@cs.ucla.edu>
24299
24300         Ability to rename obstack_free.
24301         * lib/obstack.h (__obstack_free): New macro. Declare instead of
24302         obstack_free.
24303         (obstack_free): Invoke the __obstack_free macro.
24304         * lib/obstack.c (obstack_free): Use __obstack_free macro.
24305
24306 2006-10-23  Bruno Haible  <bruno@clisp.org>
24307             Paul Eggert  <eggert@cs.ucla.edu>
24308
24309         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
24310         __argc, __argv from the declaration. (They are defined as macros on
24311         mingw.)
24312
24313 2006-10-22  Bruno Haible  <bruno@clisp.org>
24314
24315         * doc/gnulib-intro.texi: New file.
24316         * doc/gnulib.texi: Include it.
24317
24318 2006-10-21  Bruno Haible  <bruno@clisp.org>
24319
24320         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
24321         "Introduction", "Miscellanous Notes", "Particular Modules".
24322
24323 2006-10-21  Bruno Haible  <bruno@clisp.org>
24324
24325         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24326         Change mostlyclean-local rule to avoid sh syntax error from bash
24327         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
24328
24329 2006-10-23  Jim Meyering  <jim@meyering.net>
24330
24331         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
24332         in place of snprintf.
24333
24334         * modules/inttostr (Files): Add lib/uinttostr.c.
24335         * lib/uinttostr.c (inttostr): New file/function.
24336         * lib/inttostr.h (uinttostr): Declare.
24337         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
24338         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
24339         Add uinttostr.
24340         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
24341
24342 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
24343
24344         * lib/canonicalize.c (ELOOP): Define if not already defined.
24345         Problem reported by Bruno Haible in
24346         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
24347
24348 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
24349
24350         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
24351         Problem reported by Perry Smith and Ville Laurikari.
24352
24353         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
24354         uses.
24355
24356 2006-10-19  Bruno Haible  <bruno@clisp.org>
24357
24358         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
24359         for mingw.
24360
24361 2006-10-19  Bruno Haible  <bruno@clisp.org>
24362
24363         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
24364         Needed for mingw.
24365
24366 2006-10-19  Bruno Haible  <bruno@clisp.org>
24367
24368         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
24369
24370 2006-10-19  Bruno Haible  <bruno@clisp.org>
24371
24372         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
24373         it.
24374
24375 2006-10-19  Bruno Haible  <bruno@clisp.org>
24376
24377         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
24378         invocation.
24379
24380 2006-10-19  Bruno Haible  <bruno@clisp.org>
24381
24382         * gnulib-tool (func_create_testdir): Don't include ftruncate and
24383         mountlist by default.
24384
24385 2006-10-16  Bruno Haible  <bruno@clisp.org>
24386
24387         * lib/c-strstr.c: Include c-strstr.h.
24388
24389 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
24390
24391         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
24392         in a slash.
24393
24394 2006-10-18  Bruno Haible  <bruno@clisp.org>
24395
24396         * lib/lock.h [C++]: Wrap definitions in extern "C".
24397
24398 2006-10-18  Bruno Haible  <bruno@clisp.org>
24399
24400         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
24401         gl_LIBOBJS list.
24402
24403 2006-10-18  Bruno Haible  <bruno@clisp.org>
24404
24405         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
24406
24407 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
24408
24409         * lib/xstrtol.h: Include gettext.h.
24410         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
24411         Problem reported by Eric Blake.
24412         * modules/xstrtol (Depends-on): Add gettext-h.
24413
24414 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
24415
24416         * lib/strftime.c (advance): New macro.
24417         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
24418         incomplete type, so you can't add 0 to it.  Problem and patch
24419         reported by Eelco Dolstra for dietlibc.
24420
24421 2006-10-18  Jim Meyering  <jim@meyering.net>
24422
24423         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
24424         type for a local, and rename it: s/up/user_proc/.
24425
24426 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
24427
24428         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
24429         READ_UTMP_USER_PROCESS.
24430         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
24431
24432 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
24433
24434         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
24435         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
24436
24437 2006-10-17  Eric Blake  <ebb9@byu.net>
24438
24439         * lib/sigprocmask.c (sigprocmask): Fix typo.
24440
24441         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
24442
24443         * modules/clean-temp (Makefile.am): Don't add to make output...
24444         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
24445         config.h.
24446
24447 2006-10-17  Bruno Haible  <bruno@clisp.org>
24448
24449         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
24450         differently if DEFAULT_TEXT_DOMAIN is set.
24451
24452 2006-10-16  Bruno Haible  <bruno@clisp.org>
24453
24454         * lib/clean-temp.c: Include fwriteerror.h.
24455
24456 2006-10-16  Bruno Haible  <bruno@clisp.org>
24457
24458         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
24459
24460 2006-10-16  Bruno Haible  <bruno@clisp.org>
24461
24462         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
24463         * lib/sigprocmask.h: Include <sys/types.h>.
24464         (sigset_t): Use the system's definition if present.
24465
24466 2006-10-17  Eric Blake  <ebb9@byu.net>
24467
24468         * lib/xvasprintf.c (includes): Assume config.h.
24469         * lib/xasprintf.c (includes): Likewise.
24470
24471 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
24472
24473         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
24474         at least as wide as intmax_t.
24475
24476 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
24477
24478         (Imported from Automake.)
24479         * build-aux/gnupload: Update to version 1.1 of directive file.
24480
24481 2006-10-16  Eric Blake  <ebb9@byu.net>
24482
24483         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
24484         match Automake 1.10a.
24485
24486 2006-10-14  Bruno Haible  <bruno@clisp.org>
24487
24488         * modules/sigprocmask: New file.
24489         * lib/sigprocmask.h: New file.
24490         * lib/sigprocmask.c: New file.
24491         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
24492         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
24493         request sigprocmask.o.
24494         (gl_PREREQ_SIGPROCMASK): New macro.
24495         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
24496         (Depends-on): Add sigprocmask.
24497         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
24498         gt_SIGNALBLOCKING. Test for 'raise' only once.
24499         * lib/fatal-signal.c: Include sigprocmask.h.
24500         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
24501         unblock_fatal_signals): Define always.
24502         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24503         sigprocmask.
24504
24505 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
24506
24507         Sync from Automake.
24508         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
24509         which incorrectly sets the mode of an existing destination
24510         directory.  In some cases the unpatched install-sh could do the
24511         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
24512         system.  We hope this is rare in practice, but it's clearly worth
24513         fixing.  Problem reported by Alex Unleashed in
24514         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
24515         Also, don't bother to check for -m bugs unless we're using -m;
24516         suggested by Stepan Kasal.
24517
24518 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24519
24520         Sync from Automake.
24521         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
24522         `-c' flag, so they appear at the same position as in %FASTDEP%
24523         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
24524         which ignores unknown options only after the first non-option.
24525         Bug report against M4 by Nelson H. F. Beebe.
24526
24527 2006-10-13  Jim Meyering  <jim@meyering.net>
24528
24529         Fix a bug in yesterday's change.
24530         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
24531         p->fts_statp->st_dev would be used uninitialized.
24532         Ensures that we always call fts_stat on the very first entry.
24533         Miklos Szeredi reported that find -xdev stopped working.
24534
24535 2006-10-12  Bruno Haible  <bruno@clisp.org>
24536
24537         * gnulib-tool (func_get_automake_snippet): Append an automatically
24538         computed EXTRA_DIST augmentation.
24539         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
24540         * modules/alloca-opt (Makefile.am): Likewise.
24541         * modules/allocsa (Makefile.am): Likewise.
24542         * modules/arcfour (Makefile.am): Likewise.
24543         * modules/arctwo (Makefile.am): Likewise.
24544         * modules/argmatch (Makefile.am): Likewise.
24545         * modules/argz (Makefile.am): Likewise.
24546         * modules/atexit (Makefile.am): Likewise.
24547         * modules/backupfile (Makefile.am): Likewise.
24548         * modules/byteswap (Makefile.am): Likewise.
24549         * modules/c-strtod (Makefile.am): Likewise.
24550         * modules/c-strtold (Makefile.am): Likewise.
24551         * modules/calloc (Makefile.am): Likewise.
24552         * modules/canon-host (Makefile.am): Likewise.
24553         * modules/canonicalize (Makefile.am): Likewise.
24554         * modules/chdir-long (Makefile.am): Likewise.
24555         * modules/chdir-safer (Makefile.am): Likewise.
24556         * modules/check-version (Makefile.am): Likewise.
24557         * modules/chown (Makefile.am): Likewise.
24558         * modules/cloexec (Makefile.am): Likewise.
24559         * modules/close-stream (Makefile.am): Likewise.
24560         * modules/closeout (Makefile.am): Likewise.
24561         * modules/crc (Makefile.am): Likewise.
24562         * modules/csharpexec (Makefile.am): Likewise.
24563         * modules/cycle-check (Makefile.am): Likewise.
24564         * modules/des (Makefile.am): Likewise.
24565         * modules/dev-ino (Makefile.am): Likewise.
24566         * modules/dirfd (Makefile.am): Likewise.
24567         * modules/dirname (Makefile.am): Likewise.
24568         * modules/dup2 (Makefile.am): Likewise.
24569         * modules/eealloc (Makefile.am): Likewise.
24570         * modules/error (Makefile.am): Likewise.
24571         * modules/euidaccess (Makefile.am): Likewise.
24572         * modules/exclude (Makefile.am): Likewise.
24573         * modules/exitfail (Makefile.am): Likewise.
24574         * modules/fcntl-safer (Makefile.am): Likewise.
24575         * modules/fcntl (Makefile.am): Likewise.
24576         * modules/file-type (Makefile.am): Likewise.
24577         * modules/fileblocks (Makefile.am): Likewise.
24578         * modules/filemode (Makefile.am): Likewise.
24579         * modules/filenamecat (Makefile.am): Likewise.
24580         * modules/fnmatch (Makefile.am): Likewise.
24581         * modules/fopen-safer (Makefile.am): Likewise.
24582         * modules/fpending (Makefile.am): Likewise.
24583         * modules/fprintftime (Makefile.am): Likewise.
24584         * modules/free (Makefile.am): Likewise.
24585         * modules/fsusage (Makefile.am): Likewise.
24586         * modules/ftruncate (Makefile.am): Likewise.
24587         * modules/fts (Makefile.am): Likewise.
24588         * modules/gc-arcfour (Makefile.am): Likewise.
24589         * modules/gc-des (Makefile.am): Likewise.
24590         * modules/gc-hmac-md5 (Makefile.am): Likewise.
24591         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
24592         * modules/gc-md4 (Makefile.am): Likewise.
24593         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
24594         * modules/gc-sha1 (Makefile.am): Likewise.
24595         * modules/gc (Makefile.am): Likewise.
24596         * modules/getaddrinfo (Makefile.am): Likewise.
24597         * modules/getcwd (Makefile.am): Likewise.
24598         * modules/getdelim (Makefile.am): Likewise.
24599         * modules/getdomainname (Makefile.am): Likewise.
24600         * modules/getgroups (Makefile.am): Likewise.
24601         * modules/gethostname (Makefile.am): Likewise.
24602         * modules/gethrxtime (Makefile.am): Likewise.
24603         * modules/getline (Makefile.am): Likewise.
24604         * modules/getloadavg (Makefile.am): Likewise.
24605         * modules/getlogin_r (Makefile.am): Likewise.
24606         * modules/getndelim2 (Makefile.am): Likewise.
24607         * modules/getopt (Makefile.am): Likewise.
24608         * modules/getpagesize (Makefile.am): Likewise.
24609         * modules/getpass-gnu (Makefile.am): Likewise.
24610         * modules/getpass (Makefile.am): Likewise.
24611         * modules/getsubopt (Makefile.am): Likewise.
24612         * modules/gettime (Makefile.am): Likewise.
24613         * modules/gettimeofday (Makefile.am): Likewise.
24614         * modules/getugroups (Makefile.am): Likewise.
24615         * modules/getusershell (Makefile.am): Likewise.
24616         * modules/glob (Makefile.am): Likewise.
24617         * modules/group-member (Makefile.am): Likewise.
24618         * modules/hard-locale (Makefile.am): Likewise.
24619         * modules/hash (Makefile.am): Likewise.
24620         * modules/hmac-md5 (Makefile.am): Likewise.
24621         * modules/hmac-sha1 (Makefile.am): Likewise.
24622         * modules/human (Makefile.am): Likewise.
24623         * modules/idcache (Makefile.am): Likewise.
24624         * modules/imaxabs (Makefile.am): Likewise.
24625         * modules/imaxdiv (Makefile.am): Likewise.
24626         * modules/inet_ntop (Makefile.am): Likewise.
24627         * modules/inet_pton (Makefile.am): Likewise.
24628         * modules/intprops (Makefile.am): Likewise.
24629         * modules/inttostr (Makefile.am): Likewise.
24630         * modules/inttypes (Makefile.am): Likewise.
24631         * modules/isapipe (Makefile.am): Likewise.
24632         * modules/javaversion (Makefile.am): Likewise.
24633         * modules/lchmod (Makefile.am): Likewise.
24634         * modules/lchown (Makefile.am): Likewise.
24635         * modules/localcharset (Makefile.am): Likewise.
24636         * modules/long-options (Makefile.am): Likewise.
24637         * modules/lstat (Makefile.am): Likewise.
24638         * modules/malloc (Makefile.am): Likewise.
24639         * modules/mathl (Makefile.am): Likewise.
24640         * modules/mbchar (Makefile.am): Likewise.
24641         * modules/md2 (Makefile.am): Likewise.
24642         * modules/md4 (Makefile.am): Likewise.
24643         * modules/md5 (Makefile.am): Likewise.
24644         * modules/memcasecmp (Makefile.am): Likewise.
24645         * modules/memchr (Makefile.am): Likewise.
24646         * modules/memcmp (Makefile.am): Likewise.
24647         * modules/memcoll (Makefile.am): Likewise.
24648         * modules/memcpy (Makefile.am): Likewise.
24649         * modules/memmem (Makefile.am): Likewise.
24650         * modules/memmove (Makefile.am): Likewise.
24651         * modules/mempcpy (Makefile.am): Likewise.
24652         * modules/memrchr (Makefile.am): Likewise.
24653         * modules/memset (Makefile.am): Likewise.
24654         * modules/memxor (Makefile.am): Likewise.
24655         * modules/mkancesdirs (Makefile.am): Likewise.
24656         * modules/mkdir-p (Makefile.am): Likewise.
24657         * modules/mkdir (Makefile.am): Likewise.
24658         * modules/mkdtemp (Makefile.am): Likewise.
24659         * modules/mkstemp (Makefile.am): Likewise.
24660         * modules/mktime (Makefile.am): Likewise.
24661         * modules/modechange (Makefile.am): Likewise.
24662         * modules/mountlist (Makefile.am): Likewise.
24663         * modules/nanosleep (Makefile.am): Likewise.
24664         * modules/obstack (Makefile.am): Likewise.
24665         * modules/openat (Makefile.am): Likewise.
24666         * modules/pagealign_alloc (Makefile.am): Likewise.
24667         * modules/pathmax (Makefile.am): Likewise.
24668         * modules/physmem (Makefile.am): Likewise.
24669         * modules/poll (Makefile.am): Likewise.
24670         * modules/posixtm (Makefile.am): Likewise.
24671         * modules/posixver (Makefile.am): Likewise.
24672         * modules/putenv (Makefile.am): Likewise.
24673         * modules/quote (Makefile.am): Likewise.
24674         * modules/quotearg (Makefile.am): Likewise.
24675         * modules/raise (Makefile.am): Likewise.
24676         * modules/read-file (Makefile.am): Likewise.
24677         * modules/readline (Makefile.am): Likewise.
24678         * modules/readlink (Makefile.am): Likewise.
24679         * modules/readtokens (Makefile.am): Likewise.
24680         * modules/readutmp (Makefile.am): Likewise.
24681         * modules/realloc (Makefile.am): Likewise.
24682         * modules/regex (Makefile.am): Likewise.
24683         * modules/rename-dest-slash (Makefile.am): Likewise.
24684         * modules/rename (Makefile.am): Likewise.
24685         * modules/rijndael (Makefile.am): Likewise.
24686         * modules/rmdir (Makefile.am): Likewise.
24687         * modules/rpmatch (Makefile.am): Likewise.
24688         * modules/safe-read (Makefile.am): Likewise.
24689         * modules/safe-write (Makefile.am): Likewise.
24690         * modules/same-inode (Makefile.am): Likewise.
24691         * modules/same (Makefile.am): Likewise.
24692         * modules/save-cwd (Makefile.am): Likewise.
24693         * modules/savedir (Makefile.am): Likewise.
24694         * modules/setenv (Makefile.am): Likewise.
24695         * modules/settime (Makefile.am): Likewise.
24696         * modules/sha1 (Makefile.am): Likewise.
24697         * modules/sig2str (Makefile.am): Likewise.
24698         * modules/snprintf (Makefile.am): Likewise.
24699         * modules/stat-macros (Makefile.am): Likewise.
24700         * modules/stat-time (Makefile.am): Likewise.
24701         * modules/stdbool (Makefile.am): Likewise.
24702         * modules/stdint (Makefile.am): Likewise.
24703         * modules/stdlib-safer (Makefile.am): Likewise.
24704         * modules/stpcpy (Makefile.am): Likewise.
24705         * modules/stpncpy (Makefile.am): Likewise.
24706         * modules/strcase (Makefile.am): Likewise.
24707         * modules/strcasestr (Makefile.am): Likewise.
24708         * modules/strchrnul (Makefile.am): Likewise.
24709         * modules/strcspn (Makefile.am): Likewise.
24710         * modules/strdup (Makefile.am): Likewise.
24711         * modules/strerror (Makefile.am): Likewise.
24712         * modules/strftime (Makefile.am): Likewise.
24713         * modules/strndup (Makefile.am): Likewise.
24714         * modules/strnlen (Makefile.am): Likewise.
24715         * modules/strpbrk (Makefile.am): Likewise.
24716         * modules/strsep (Makefile.am): Likewise.
24717         * modules/strstr (Makefile.am): Likewise.
24718         * modules/strtod (Makefile.am): Likewise.
24719         * modules/strtoimax (Makefile.am): Likewise.
24720         * modules/strtok_r (Makefile.am): Likewise.
24721         * modules/strtol (Makefile.am): Likewise.
24722         * modules/strtoll (Makefile.am): Likewise.
24723         * modules/strtoul (Makefile.am): Likewise.
24724         * modules/strtoull (Makefile.am): Likewise.
24725         * modules/strtoumax (Makefile.am): Likewise.
24726         * modules/strverscmp (Makefile.am): Likewise.
24727         * modules/sys_socket (Makefile.am): Likewise.
24728         * modules/sys_stat (Makefile.am): Likewise.
24729         * modules/sysexits (Makefile.am): Likewise.
24730         * modules/time_r (Makefile.am): Likewise.
24731         * modules/timegm (Makefile.am): Likewise.
24732         * modules/timespec (Makefile.am): Likewise.
24733         * modules/tmpfile-safer (Makefile.am): Likewise.
24734         * modules/trim (Makefile.am): Likewise.
24735         * modules/unistd-safer (Makefile.am): Likewise.
24736         * modules/unlinkdir (Makefile.am): Likewise.
24737         * modules/unlocked-io (Makefile.am): Likewise.
24738         * modules/userspec (Makefile.am): Likewise.
24739         * modules/utime (Makefile.am): Likewise.
24740         * modules/utimecmp (Makefile.am): Likewise.
24741         * modules/utimens (Makefile.am): Likewise.
24742         * modules/vasnprintf (Makefile.am): Likewise.
24743         * modules/vasprintf (Makefile.am): Likewise.
24744         * modules/vsnprintf (Makefile.am): Likewise.
24745         * modules/xalloc (Makefile.am): Likewise.
24746         * modules/xgetcwd (Makefile.am): Likewise.
24747         * modules/xnanosleep (Makefile.am): Likewise.
24748         * modules/xreadlink (Makefile.am): Likewise.
24749         * modules/xstrtod (Makefile.am): Likewise.
24750         * modules/xstrtol (Makefile.am): Likewise.
24751         * modules/xstrtold (Makefile.am): Likewise.
24752         * modules/yesno (Makefile.am): Likewise.
24753         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
24754
24755 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
24756
24757         * modules/error (Makefile.am): Distribute files through
24758         EXTRA_DIST, not lib_SOURCES.
24759
24760 2006-10-12  Eric Blake  <ebb9@byu.net>
24761
24762         * modules/error (Makefile.am): Distribute files in /lib.
24763         * modules/obstack (Makefile.am): Likewise.
24764
24765 2006-10-12  Bruno Haible  <bruno@clisp.org>
24766
24767         * modules/acl (Makefile.am): Distribute all files in lib/ through
24768         EXTRA_DIST.
24769         * modules/arcfour (Makefile.am): Likewise.
24770         * modules/arctwo (Makefile.am): Likewise.
24771         * modules/argmatch (Makefile.am): Likewise.
24772         * modules/argz (Makefile.am): Likewise.
24773         * modules/atexit (Makefile.am): Likewise.
24774         * modules/backupfile (Makefile.am): Likewise.
24775         * modules/c-strtod (Makefile.am): Likewise.
24776         * modules/c-strtold (Makefile.am): Likewise.
24777         * modules/calloc (Makefile.am): Likewise.
24778         * modules/canon-host (Makefile.am): Likewise.
24779         * modules/canonicalize (Makefile.am): Likewise.
24780         * modules/chdir-long (Makefile.am): Likewise.
24781         * modules/chdir-safer (Makefile.am): Likewise.
24782         * modules/check-version (Makefile.am): Likewise.
24783         * modules/chown (Makefile.am): Likewise.
24784         * modules/cloexec (Makefile.am): Likewise.
24785         * modules/close-stream (Makefile.am): Likewise.
24786         * modules/closeout (Makefile.am): Likewise.
24787         * modules/crc (Makefile.am): Likewise.
24788         * modules/cycle-check (Makefile.am): Likewise.
24789         * modules/des (Makefile.am): Likewise.
24790         * modules/dirfd (Makefile.am): Likewise.
24791         * modules/dirname (Makefile.am): Likewise.
24792         * modules/dup2 (Makefile.am): Likewise.
24793         * modules/euidaccess (Makefile.am): Likewise.
24794         * modules/exclude (Makefile.am): Likewise.
24795         * modules/exitfail (Makefile.am): Likewise.
24796         * modules/fcntl-safer (Makefile.am): Likewise.
24797         * modules/file-type (Makefile.am): Likewise.
24798         * modules/fileblocks (Makefile.am): Likewise.
24799         * modules/filemode (Makefile.am): Likewise.
24800         * modules/filenamecat (Makefile.am): Likewise.
24801         * modules/fnmatch (Makefile.am): Likewise.
24802         * modules/fopen-safer (Makefile.am): Likewise.
24803         * modules/fpending (Makefile.am): Likewise.
24804         * modules/fprintftime (Makefile.am): Likewise.
24805         * modules/free (Makefile.am): Likewise.
24806         * modules/fsusage (Makefile.am): Likewise.
24807         * modules/ftruncate (Makefile.am): Likewise.
24808         * modules/fts (Makefile.am): Likewise.
24809         * modules/gc (Makefile.am): Likewise.
24810         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
24811         * modules/getaddrinfo (Makefile.am): Likewise.
24812         * modules/getcwd (Makefile.am): Likewise.
24813         * modules/getdelim (Makefile.am): Likewise.
24814         * modules/getdomainname (Makefile.am): Likewise.
24815         * modules/getgroups (Makefile.am): Likewise.
24816         * modules/gethostname (Makefile.am): Likewise.
24817         * modules/gethrxtime (Makefile.am): Likewise.
24818         * modules/getline (Makefile.am): Likewise.
24819         * modules/getloadavg (Makefile.am): Likewise.
24820         * modules/getlogin_r (Makefile.am): Likewise.
24821         * modules/getopt (Makefile.am): Likewise.
24822         * modules/getpass (Makefile.am): Likewise.
24823         * modules/getpass-gnu (Makefile.am): Likewise.
24824         * modules/getsubopt (Makefile.am): Likewise.
24825         * modules/gettime (Makefile.am): Likewise.
24826         * modules/gettimeofday (Makefile.am): Likewise.
24827         * modules/getugroups (Makefile.am): Likewise.
24828         * modules/getusershell (Makefile.am): Likewise.
24829         * modules/glob (Makefile.am): Likewise.
24830         * modules/group-member (Makefile.am): Likewise.
24831         * modules/hard-locale (Makefile.am): Likewise.
24832         * modules/hash (Makefile.am): Likewise.
24833         * modules/hmac-md5 (Makefile.am): Likewise.
24834         * modules/hmac-sha1 (Makefile.am): Likewise.
24835         * modules/human (Makefile.am): Likewise.
24836         * modules/idcache (Makefile.am): Likewise.
24837         * modules/imaxabs (Makefile.am): Likewise.
24838         * modules/imaxdiv (Makefile.am): Likewise.
24839         * modules/inet_ntop (Makefile.am): Likewise.
24840         * modules/inet_pton (Makefile.am): Likewise.
24841         * modules/inttostr (Makefile.am): Likewise.
24842         * modules/isapipe (Makefile.am): Likewise.
24843         * modules/lchown (Makefile.am): Likewise.
24844         * modules/long-options (Makefile.am): Likewise.
24845         * modules/lstat (Makefile.am): Likewise.
24846         * modules/malloc (Makefile.am): Likewise.
24847         * modules/mathl (Makefile.am): Likewise.
24848         * modules/mbchar (Makefile.am): Likewise.
24849         * modules/md2 (Makefile.am): Likewise.
24850         * modules/md4 (Makefile.am): Likewise.
24851         * modules/md5 (Makefile.am): Likewise.
24852         * modules/memcasecmp (Makefile.am): Likewise.
24853         * modules/memchr (Makefile.am): Likewise.
24854         * modules/memcmp (Makefile.am): Likewise.
24855         * modules/memcoll (Makefile.am): Likewise.
24856         * modules/memcpy (Makefile.am): Likewise.
24857         * modules/memmem (Makefile.am): Likewise.
24858         * modules/memmove (Makefile.am): Likewise.
24859         * modules/mempcpy (Makefile.am): Likewise.
24860         * modules/memrchr (Makefile.am): Likewise.
24861         * modules/memset (Makefile.am): Likewise.
24862         * modules/memxor (Makefile.am): Likewise.
24863         * modules/mkancesdirs (Makefile.am): Likewise.
24864         * modules/mkdir (Makefile.am): Likewise.
24865         * modules/mkdir-p (Makefile.am): Likewise.
24866         * modules/mkdtemp (Makefile.am): Likewise.
24867         * modules/mkstemp (Makefile.am): Likewise.
24868         * modules/mktime (Makefile.am): Likewise.
24869         * modules/modechange (Makefile.am): Likewise.
24870         * modules/mountlist (Makefile.am): Likewise.
24871         * modules/nanosleep (Makefile.am): Likewise.
24872         * modules/openat (Makefile.am): Likewise.
24873         * modules/pagealign_alloc (Makefile.am): Likewise.
24874         * modules/physmem (Makefile.am): Likewise.
24875         * modules/poll (Makefile.am): Likewise.
24876         * modules/posixtm (Makefile.am): Likewise.
24877         * modules/posixver (Makefile.am): Likewise.
24878         * modules/putenv (Makefile.am): Likewise.
24879         * modules/quote (Makefile.am): Likewise.
24880         * modules/quotearg (Makefile.am): Likewise.
24881         * modules/raise (Makefile.am): Likewise.
24882         * modules/read-file (Makefile.am): Likewise.
24883         * modules/readline (Makefile.am): Likewise.
24884         * modules/readlink (Makefile.am): Likewise.
24885         * modules/readtokens (Makefile.am): Likewise.
24886         * modules/readutmp (Makefile.am): Likewise.
24887         * modules/realloc (Makefile.am): Likewise.
24888         * modules/regex (Makefile.am): Likewise.
24889         * modules/rename (Makefile.am): Likewise.
24890         * modules/rename-dest-slash (Makefile.am): Likewise.
24891         * modules/rijndael (Makefile.am): Likewise.
24892         * modules/rmdir (Makefile.am): Likewise.
24893         * modules/rpmatch (Makefile.am): Likewise.
24894         * modules/safe-read (Makefile.am): Likewise.
24895         * modules/safe-write (Makefile.am): Likewise.
24896         * modules/same (Makefile.am): Likewise.
24897         * modules/save-cwd (Makefile.am): Likewise.
24898         * modules/savedir (Makefile.am): Likewise.
24899         * modules/setenv (Makefile.am): Likewise.
24900         * modules/settime (Makefile.am): Likewise.
24901         * modules/sha1 (Makefile.am): Likewise.
24902         * modules/sig2str (Makefile.am): Likewise.
24903         * modules/snprintf (Makefile.am): Likewise.
24904         * modules/stdlib-safer (Makefile.am): Likewise.
24905         * modules/stpcpy (Makefile.am): Likewise.
24906         * modules/stpncpy (Makefile.am): Likewise.
24907         * modules/strcase (Makefile.am): Likewise.
24908         * modules/strcasestr (Makefile.am): Likewise.
24909         * modules/strchrnul (Makefile.am): Likewise.
24910         * modules/strcspn (Makefile.am): Likewise.
24911         * modules/strdup (Makefile.am): Likewise.
24912         * modules/strerror (Makefile.am): Likewise.
24913         * modules/strftime (Makefile.am): Likewise.
24914         * modules/strndup (Makefile.am): Likewise.
24915         * modules/strnlen (Makefile.am): Likewise.
24916         * modules/strpbrk (Makefile.am): Likewise.
24917         * modules/strsep (Makefile.am): Likewise.
24918         * modules/strstr (Makefile.am): Likewise.
24919         * modules/strtod (Makefile.am): Likewise.
24920         * modules/strtoimax (Makefile.am): Likewise.
24921         * modules/strtok_r (Makefile.am): Likewise.
24922         * modules/strtol (Makefile.am): Likewise.
24923         * modules/strtoll (Makefile.am): Likewise.
24924         * modules/strtoul (Makefile.am): Likewise.
24925         * modules/strtoull (Makefile.am): Likewise.
24926         * modules/strtoumax (Makefile.am): Likewise.
24927         * modules/strverscmp (Makefile.am): Likewise.
24928         * modules/time_r (Makefile.am): Likewise.
24929         * modules/timegm (Makefile.am): Likewise.
24930         * modules/tmpfile-safer (Makefile.am): Likewise.
24931         * modules/unistd-safer (Makefile.am): Likewise.
24932         * modules/unlinkdir (Makefile.am): Likewise.
24933         * modules/userspec (Makefile.am): Likewise.
24934         * modules/utime (Makefile.am): Likewise.
24935         * modules/utimecmp (Makefile.am): Likewise.
24936         * modules/utimens (Makefile.am): Likewise.
24937         * modules/vasnprintf (Makefile.am): Likewise.
24938         * modules/vasprintf (Makefile.am): Likewise.
24939         * modules/vsnprintf (Makefile.am): Likewise.
24940         * modules/xalloc (Makefile.am): Likewise.
24941         * modules/xgetcwd (Makefile.am): Likewise.
24942         * modules/xnanosleep (Makefile.am): Likewise.
24943         * modules/xreadlink (Makefile.am): Likewise.
24944         * modules/xstrtod (Makefile.am): Likewise.
24945         * modules/xstrtol (Makefile.am): Likewise.
24946         * modules/xstrtold (Makefile.am): Likewise.
24947         * modules/yesno (Makefile.am): Likewise.
24948
24949 2006-10-12  Jim Meyering  <jim@meyering.net>
24950
24951         * m4/getloadavg.m4: Revert the change below.
24952
24953         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
24954         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
24955         fail with a symlink, which is what coreutils' ./bootstrap now
24956         creates by default.
24957
24958 2006-10-12  Bruno Haible  <bruno@clisp.org>
24959
24960         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
24961         mingw.
24962         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
24963         MSVC and mingw explicitly.
24964
24965 2006-10-11  Simon Josefsson  <jas@extundo.com>
24966             Bruno Haible  <bruno@clisp.org>
24967
24968         Add support for multiple gnulib-tool invocations in the scope of a
24969         single configure.ac file.
24970         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
24971         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
24972         with the same contents as the _LIBADD variable.
24973         (func_emit_initmacro_start, func_emit_initmacro_end,
24974         func_emit_initmacro_done): New functions.
24975         (func_import, func_create_testdir): Invoke them. Allow the identifiers
24976         gl_LIBOBJS and gl_LTLIBOBJS.
24977
24978 2006-10-11  Bruno Haible  <bruno@clisp.org>
24979
24980         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
24981         (func_create_testdir): Don't create po/Makefile.am, don't invoke
24982         autoreconf. Instead, invoke autopoint explicitly but move back the
24983         *.m4 files from gnulib.
24984
24985 2006-10-11  Bruno Haible  <bruno@clisp.org>
24986
24987         * gnulib-tool (func_usage): Make module names after --create-testdir
24988         optional.
24989         (func_create_testdir): If no module was specified, use nearly all
24990         modules.
24991
24992 2006-10-12  Jim Meyering  <jim@meyering.net>
24993
24994         Big performance improvement for fts-based tools that use FTS_NOSTAT.
24995         Avoid spurious inode-mismatch problems on non-POSIX file systems.
24996         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
24997         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
24998         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
24999         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
25000         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
25001         (fts_set_stat_required): New function.
25002         (fts_open): Defer the calls to fts_stat, if possible or requested.
25003         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
25004         into fts_stat itself.
25005         (fts_read): Perform any required (deferred) fts_stat call.
25006         (fts_build): Likewise, for the directory we're about to open and read.
25007         In the readdir loop, carefully decide whether each entry will require
25008         an eventual call to fts_stat, using dirent.d_type info if available.
25009         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
25010         a command line argument into this function.  Update all callers.
25011         Map a return value of FTS_DOT to FTS_D for a command line argument.
25012         * modules/fts (Depends-on): Add d-type.  Alphabetize.
25013         Thanks to Miklos Szeredi for his tenacity and for the initial
25014         bug report about "find" failing on a FUSE-based file system.
25015
25016         * lib/fts.c (fts_open): Use consistent indentation.
25017
25018 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
25019
25020         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
25021         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
25022         reported by Jim Meyering.  All uses of cache variables renamed
25023         to match Autoconf's.
25024         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
25025         the other one.
25026
25027         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
25028         Fix misspelling in diagnostic.
25029
25030 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
25031
25032         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
25033         defined.  Problem reported by Matthew Woehlke.
25034
25035         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
25036         Add support for Tandem NonStop R series.
25037         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
25038         Use new macro.
25039
25040         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
25041         (has_trailing_slash): Omit size arg; all callers changed.
25042         Omit 'inline', since it doesn't help performance and we'd
25043         need to configure it.
25044         Don't count //, ///, etc. as having a trailing slash.
25045         As a side effect, this removes a C99ism reported by Matthew Woehlke.
25046         (rpl_rename_dest_slash): On failure, use rename's errno rather
25047         than (in some cases) an incorrect or junk errno.
25048         Simplify code by removing need to compute length; this does
25049         cause it to make two passes instead of one over the file name,
25050         but it's worth it.
25051
25052         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
25053         change, since Autoconf's version may no longer be appropriate now
25054         that we are using CVS Autoconf's version.  Add support for Tandem.
25055
25056 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
25057             Bruno Haible  <bruno@clisp.org>
25058
25059         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
25060         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
25061         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
25062         gl_AC_TYPE_LONG_LONG.
25063
25064         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
25065         instead of HAVE_LONG_LONG.
25066         * lib/printf-args.c (printf_fetchargs): Likewise.
25067         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
25068         * lib/vasnprintf.c (VASNPRINTF): Likewise.
25069         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
25070         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
25071         gl_AC_TYPE_LONG_LONG.
25072
25073 2006-10-11  Bruno Haible  <bruno@clisp.org>
25074
25075         * m4/longlong.m4: Add comments.
25076         * m4/ulonglong.m4: Likewise.
25077
25078 2006-10-10  Bruno Haible  <bruno@clisp.org>
25079
25080         Make it possible to #define stpcpy, strdup to aliases.
25081         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
25082         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
25083
25084 2006-10-10  Bruno Haible  <bruno@clisp.org>
25085
25086         Make it possible to #define gcd to an alias.
25087         * lib/gcd.c: Include config.h.
25088
25089 2006-10-10  Bruno Haible  <bruno@clisp.org>
25090
25091         Make it possible to #define c_isascii to an alias.
25092         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
25093         defined. Undefine the macros before defining them, to avoid gcc
25094         warnings.
25095         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
25096         define NO_C_CTYPE_MACROS early.
25097
25098 2006-10-10  Bruno Haible  <bruno@clisp.org>
25099
25100         Make it possible to #define set_program_name to an alias.
25101         * lib/progname.c: Don't undefine set_program_name; instead, undefine
25102         ENABLE_RELOCATABLE early.
25103
25104 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
25105
25106         Port to Tandem NSK OSS, which has 64-bit signed int but at most
25107         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
25108         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
25109         More generally, don't assume that 64-bit signed int is available
25110         if unsigned int is, and vice versa.
25111         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
25112         unsigned symbols, not on their signed counterparts.
25113         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
25114         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
25115         (UINT64_C, UINTMAX_C):
25116         Likewise.
25117         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
25118         unsigned counterparts.
25119         (Have_long_long, Unsigned): New macros.
25120         (Int): Renamed from INT.
25121         (strtoimax): Use the new macros.
25122         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
25123         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
25124         * modules/inttypes (inttypes.h): Substitute
25125         HAVE_UNSIGNED_LONG_LONG_INT.
25126         * modules/stdint (stdint.h): Likewise.
25127         (Files): Add m4/ulonglong.m4.
25128
25129 2006-10-10  Bruno Haible  <bruno@clisp.org>
25130
25131         Fix a gcc -Wshadow warning.
25132         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
25133         to 'bucket'.
25134         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
25135         gl_linked_indexof_from_to): Likewise.
25136         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
25137         Likewise.
25138         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
25139         Likewise.
25140         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
25141         Reported by Eric Blake.
25142
25143 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
25144
25145         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
25146         for NetBSD.  Problem reported by Bruno Haible.
25147
25148 2006-10-09  Jim Meyering  <jim@meyering.net>
25149
25150         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
25151         Patch from Bruno Haible.
25152
25153 2006-10-09  Jim Meyering  <jim@meyering.net>
25154
25155         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
25156         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
25157         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
25158
25159 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
25160
25161         Don't include <config.h> twice; this doesn't work in some cases,
25162         e.g., when config.h has "#define intmax_t long long int" and
25163         we include <config.h>, <inttypes.h>, <config.h> in that order.
25164         Problem reported by Matthew Woehlke in:
25165         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
25166         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
25167         * lib/fts-cycle.c: Don't include config.h.
25168         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
25169         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
25170         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
25171         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
25172         inttypes.h.
25173         * lib/xstrtoumax.c: Likewise.
25174         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
25175         __strtol and the like, so that this module is more like its siblings.
25176         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
25177         Remove; no longer needed now that we assume gnulib inttypes.h.
25178
25179 2006-10-08  Bruno Haible  <bruno@clisp.org>
25180
25181         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
25182         option.
25183
25184 2006-10-07  Jim Meyering  <jim@meyering.net>
25185
25186         * modules/inttypes (inttypes.h): Revert what seems to have been
25187         an inadvertent part of today's change: use "|", not "/" in the
25188         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
25189
25190 2006-10-07  Bruno Haible  <bruno@clisp.org>
25191
25192         * modules/sublist: New file.
25193
25194 2006-10-07  Bruno Haible  <bruno@clisp.org>
25195
25196         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
25197         * modules/argz (argz.h): Likewise.
25198         * modules/arpa_inet (arpa/inet.h): Likewise.
25199         * modules/byteswap (byteswap.h): Likewise.
25200         * modules/configmake (configmake.h): Likewise.
25201         * modules/fcntl (fcntl.h): Likewise.
25202         * modules/fnmatch (fnmatch.h): Likewise.
25203         * modules/getopt (getopt.h): Likewise.
25204         * modules/glob (glob.h): Likewise.
25205         * modules/inttypes (inttypes.h): Likewise.
25206         * modules/netinet_in (netinet/in.h): Likewise.
25207         * modules/poll (poll.h): Likewise.
25208         * modules/stdbool (stdbool.h): Likewise.
25209         * modules/stdint (stdint.h): Likewise.
25210         * modules/sys_select (sys/select.h): Likewise.
25211         * modules/sys_socket (sys/socket.h): Likewise.
25212         * modules/sys_stat (sys/stat.h): Likewise.
25213         * modules/sysexits (sysexits.h): Likewise.
25214         * modules/unistd (unistd.h): Likewise.
25215         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25216         Add a "DO NOT EDIT" comment to the generated file.
25217         (func_import): Likewise for gnulib-comp.m4.
25218
25219 2006-10-07  Bruno Haible  <bruno@clisp.org>
25220
25221         * lib/gl_sublist.h: New file.
25222         * lib/gl_sublist.c: New file.
25223
25224 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
25225
25226         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
25227         name (relative to the original working directory) and the file
25228         name component (relative to the temporary working directory).  All
25229         callers changed.
25230         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
25231         * lib/mkdir-p.c (make_dir_parents): Likewise.
25232         * lib/mkdir-p.h (make_dir_parents): Likewise.
25233
25234 2006-10-06  Eric Blake  <ebb9@byu.net>
25235
25236         Define several macros for use by the clean-temp module.
25237         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
25238         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
25239         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
25240
25241         * lib/clean-temp.h (close_stream_temp): New declaration.
25242         * lib/clean-temp.c (includes): Pull in headers according to what
25243         other modules are in use.
25244         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
25245
25246 2006-10-06  Bruno Haible  <bruno@clisp.org>
25247
25248         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
25249         instead of fopen, fwriteerror.
25250
25251 2006-10-06  Bruno Haible  <bruno@clisp.org>
25252
25253         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
25254         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
25255         int.
25256         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
25257         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
25258         Return an error indicator.
25259         Suggested by Eric Blake.
25260
25261 2006-10-06  Bruno Haible  <bruno@clisp.org>
25262
25263         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
25264         Reported by Eric Blake.
25265
25266 2006-10-06  Bruno Haible  <bruno@clisp.org>
25267
25268         * modules/closeout (Description): Mention stderr too.
25269
25270 2006-10-06  Bruno Haible  <bruno@clisp.org>
25271         and Paul Eggert  <eggert@cs.ucla.edu>
25272
25273         * lib/closeout.c (close_stdout): Also close stderr.
25274         * lib/closeout.h: Update comment.
25275
25276 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
25277
25278         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
25279         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
25280         * lib/dirchownmod.c: Include lchown.h.
25281         * lib/lchown.c: Don't include files that lchown.h now includes.
25282         Don't declare chown, since lchown.h now does that.
25283         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
25284         (lchown): Define to rpl_chown if lchown is declared but
25285         does not exist.  Declare using a prototype if lchown is not
25286         declared.  Add a copyright notice.
25287         * lib/mkstemp.h: Include <unistd.h>.
25288         * lib/openat.c: Include lchown.h.
25289
25290         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
25291         we now test for that separately.
25292         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
25293         rather than O_NOFOLLOW, when testing whether it's possible to
25294         avoid a race condition reliably.
25295         * lib/savewd.c (savewd_chdir): Likewise.
25296
25297         Remove macros that are no longer needed now that stdint.h is
25298         reliable.
25299         * lib/fsusage.c (UINTMAX_MAX): Remove.
25300         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
25301         * lib/utimecmp.c (SIZE_MAX): Remove.
25302
25303         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
25304
25305         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
25306         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
25307         O_NOATIME works.
25308
25309 2006-10-05  Bruno Haible  <bruno@clisp.org>
25310
25311         * lib/gl_list.h (gl_sortedlist_search_from_to,
25312         gl_sortedlist_indexof_from_to): New declarations.
25313         (gl_list_implementation): New fields sortedlist_search_from_to,
25314         sortedlist_indexof_from_to.
25315         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
25316         inline functions.
25317         * lib/gl_list.c (gl_sortedlist_search_from_to,
25318         gl_sortedlist_indexof_from_to): New functions.
25319         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
25320         function.
25321         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
25322         (gl_array_sortedlist_search_from_to): New function.
25323         (gl_array_list_implementation): Update.
25324         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
25325         function.
25326         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
25327         (gl_carray_sortedlist_search_from_to): New function.
25328         (gl_carray_list_implementation): Update.
25329         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
25330         gl_linked_sortedlist_indexof_from_to): New functions.
25331         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
25332         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
25333         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
25334         gl_tree_sortedlist_indexof_from_to): New functions.
25335         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
25336         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
25337         Update.
25338         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
25339         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
25340         Update.
25341
25342 2006-10-05  Bruno Haible  <bruno@clisp.org>
25343
25344         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
25345         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
25346         (struct gl_list_implementation): Add fields search_from_to,
25347         indexof_from_to. Remove fields search, indexof.
25348         (gl_list_search): Use the search_from_to method.
25349         (gl_list_search_from, gl_list_search_from_to): New functions.
25350         (gl_list_indexof): Use the indexof_from_to method.
25351         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
25352         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
25353         (gl_list_search_from, gl_list_search_from_to): New functions.
25354         (gl_list_indexof): Use the indexof_from_to method.
25355         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
25356         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
25357         gl_array_indexof. Add start_index, end_index arguments.
25358         (gl_array_search_from_to): Renamed from gl_array_search. Add
25359         start_index, end_index arguments.
25360         (gl_array_remove, gl_array_list_implementation): Update.
25361         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
25362         gl_carray_indexof. Add start_index, end_index arguments.
25363         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
25364         start_index, end_index arguments.
25365         (gl_carray_remove, gl_carray_list_implementation): Update.
25366         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
25367         gl_linked_search. Add start_index, end_index arguments.
25368         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
25369         start_index, end_index arguments.
25370         (gl_linked_remove): Update.
25371         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
25372         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
25373         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
25374         field to 'size_t'.
25375         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
25376         gl_tree_search. Add start_index, end_index arguments.
25377         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
25378         start_index, end_index arguments.
25379         (gl_tree_remove): Update.
25380         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
25381         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
25382         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
25383         function.
25384         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
25385         gl_tree_search. Add start_index, end_index arguments.
25386         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
25387         start_index, end_index arguments.
25388         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
25389         Update.
25390         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
25391
25392 2006-10-05  Bruno Haible  <bruno@clisp.org>
25393
25394         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
25395
25396         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
25397         fwriteerror_temp): New declarations.
25398         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
25399         (descriptors): New variable.
25400         (cleanup): First, close the descriptors.
25401         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
25402         fclose_temp, fwriteerror_temp): New functions.
25403
25404 2006-10-04  Jim Meyering  <jim@meyering.net>
25405
25406         * lib/fts.c (fts_open): Tiny comment change.
25407
25408 2006-10-04  Bruno Haible  <bruno@clisp.org>
25409
25410         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
25411         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
25412         gl_LOCK_BODY.
25413         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
25414         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
25415         gl_LOCK_EARLY_BODY.
25416         (gl_LOCK): Require gl_LOCK_BODY.
25417
25418 2006-10-04  Bruno Haible  <bruno@clisp.org>
25419
25420         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
25421         (gl_oset_search_atleast): New declaration.
25422         (struct gl_oset_implementation): Add field 'search_atleast'.
25423         (gl_oset_search_atleast): New inline function.
25424         * lib/gl_oset.c (gl_oset_search_atleast): New function.
25425         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
25426         (gl_array_oset_implementation): Update.
25427         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
25428         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
25429         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
25430
25431 2006-10-04  Bruno Haible  <bruno@clisp.org>
25432
25433         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
25434
25435 2006-10-03  Bruno Haible  <bruno@clisp.org>
25436
25437         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
25438         from gl_avltreehash_list_implementation.
25439
25440 2006-10-03  Bruno Haible  <bruno@clisp.org>
25441
25442         * lib/gl_oset.c (gl_oset_add): Fix return type.
25443
25444 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
25445
25446         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
25447
25448 2006-10-02  Eric Blake  <ebb9@byu.net>
25449
25450         * modules/strnlen (Depends-on): Add extensions.
25451
25452 2006-10-02  Eric Blake  <ebb9@byu.net>
25453
25454         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
25455         definition in 2.60+.
25456
25457 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
25458
25459         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
25460         checks.
25461
25462 2006-10-02  Bruno Haible  <bruno@clisp.org>
25463
25464         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
25465         to the AUTOMAKE_OPTIONS.
25466         Reported by Jim Meyering.
25467
25468 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
25469
25470         Work around bug in Solaris 10 /proc file system:
25471         /proc/self/fd/NNN/.. isn't the parent directory of
25472         the directory whose file descriptor is NNN.  This needs to
25473         be worked around at run time, not compile time, since a
25474         program might be built on Solaris 8, where things work, and
25475         run on Solaris 10.
25476         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
25477         to use the following interface instead:
25478         (OPENAT_BUFFER_SIZE): New macro.
25479         (openat_proc_name): New function.
25480         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
25481         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
25482         Likewise.
25483         * lib/openat-proc.c: New file.
25484         * modules/openat (Files): Add lib/openat-proc.c.
25485         (Depends-on): Add same-inode, stdbool.
25486         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
25487
25488 2006-09-29  Bruno Haible  <bruno@clisp.org>
25489
25490         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
25491         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
25492         argument. Set stdout_closed before testing for ferror, not after.
25493         (fwriteerror, fwriteerror_no_ebadf): New functions.
25494
25495 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25496
25497         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
25498
25499 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
25500
25501         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
25502         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
25503
25504 2006-09-28  Jim Meyering  <jim@meyering.net>
25505
25506         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
25507         Include <unistd.h>.
25508
25509 2006-09-28  Bruno Haible  <bruno@clisp.org>
25510
25511         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
25512         * modules/linkedhash-list (Depends-on): Likewise.
25513         * modules/rbtreehash-list (Depends-on): Likewise.
25514
25515 2006-09-28  Bruno Haible  <bruno@clisp.org>
25516
25517         * lib/strndup.h: Simplify the redefinition of strndup.
25518         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
25519         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
25520
25521 2006-09-28  Bruno Haible  <bruno@clisp.org>
25522
25523         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
25524         * lib/gl_linkedhash_list.c: Likewise.
25525         * lib/gl_rbtreehash_list.c: Likewise.
25526
25527 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
25528
25529         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
25530         getaddrinfo.
25531
25532         * lib/__fpending.h: Don't include <stdio_ext.h> unless
25533         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
25534         it causes <stdio_ext.h> to cause a compile-time error.
25535         Problem reported by Nelson H. F. Beebe.
25536         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
25537         of HAVE_DECL___PENDING.
25538
25539         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
25540         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
25541         declaration.
25542
25543 2006-09-27  Jim Meyering  <jim@meyering.net>
25544
25545         This file could end up with a definition for a function
25546         named __strndup, rather than rpl_strndup on a system with
25547         incomplete weak_alias support.
25548         * lib/strndup.c (strndup): Rename from __strndup.
25549         Remove #defines that used to map __strndup to strndup.
25550         Don't use K&R prototypes.
25551         Remove LIBC-related code, since this file is not sync'd with glibc.
25552         * lib/strndup.h: Revamp, accordingly.
25553         * m4/strndup.m4: Modernize.
25554
25555 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
25556
25557         * modules/savewd (Depends-on): Add 'raise'.
25558         * lib/savewd.c: Include <signal.h>, for 'raise'.
25559
25560 2006-09-26  Jim Meyering  <jim@meyering.net>
25561
25562         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
25563         when we detect Darwin 8.7.0's acl_get_file bug.
25564         Rearrange to perform the new (below) run-test while $LIBS
25565         contains any acl-related library.  Set USE_ACL at the end.
25566         (gl_ACL_GET_FILE): New function.
25567
25568 2006-09-26  Eric Blake  <ebb9@byu.net>
25569
25570         * lib/verror.c: Include <config.h> unconditionally.
25571
25572 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
25573
25574         * modules/clock-time (Maintainer): Add self.
25575         * modules/getlogin_r (Depends-on): Add extensions.
25576
25577 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25578
25579         * modules/clock-time: New module.
25580         * modules/nanosleep (Depends-on): Add clock-time.
25581         * modules/gethrxtime (Depends-on): Likewise.
25582         * modules/gettime (Depends-on): Likewise.
25583         * modules/settime (Depends-on): Likewise.
25584
25585         * modules/fts-lgpl: Depend on openat.
25586         * modules/mkancesdirs: Depend on savewd.
25587         * modules/mkdir-p: Likewise.
25588
25589 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25590
25591         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
25592
25593         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
25594         `gl_have_arbitrary_file_name_length_limit' to
25595         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
25596         actually works between configure runs.
25597
25598 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25599             Bruno Haible  <bruno@clisp.org>
25600
25601         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
25602
25603 2006-09-25  Jim Meyering  <jim@meyering.net>
25604
25605         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
25606         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
25607
25608 2006-09-25  Eric Blake  <ebb9@byu.net>
25609
25610         * gnulib-tool (func_import, func_create_testdir): Fix typos in
25611         exec's in 2006-09-18 patch when shuffling fds.
25612
25613 2006-09-25  Bruno Haible  <bruno@clisp.org>
25614
25615         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
25616         Reported by Jim Meyering.
25617
25618 2006-09-24  Jim Meyering  <jim@meyering.net>
25619
25620         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
25621         compare a pointer against a literal "0".  That caused failures with
25622         at least HP-UX's hpcc.
25623
25624 2006-09-22  Simon Josefsson  <jas@extundo.com>
25625
25626         * modules/gc-sha1:
25627         * modules/gc-md4:
25628         * modules/gc-hmac-sha1:
25629         * modules/gc-hmac-md5:
25630         * modules/gc-des:
25631         * modules/gc-arcfour: Distribute more files.
25632
25633 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25634
25635         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
25636         (gl_linked_iterator_from_to): Initialize struct completely.
25637         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
25638         (gl_tree_iterator_from_to): Likewise
25639         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
25640         * lib/gl_array_list.c [lint] (gl_array_iterator)
25641         (gl_array_iterator_from_to): Likewise.
25642         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
25643         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
25644         (gl_carray_iterator_from_to): Likewise.
25645
25646         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
25647         * lib/md4.c (md4_process_block): Remove unused variable.
25648         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
25649         parentheses for clarity.
25650
25651 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25652
25653         * modules/bison-i18n (Depends-on): Add gettext.
25654
25655 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25656
25657         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
25658         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
25659         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
25660         also add missing comma that caused broken test.
25661         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
25662         stdlib.h, for `abort'.
25663         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
25664         variables.
25665         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
25666         include unistd.h if present, for `rmdir'.
25667         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
25668         variables.
25669         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
25670         in the process include standard headers for prototypes.
25671         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
25672         gets declared on GNU/Linux.
25673         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
25674         unistd.h, for `rmdir'.
25675         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
25676
25677         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
25678         always true.
25679         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
25680
25681         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
25682
25683 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25684
25685         * gnulib-tool (func_version): Create output all at once.  This
25686         may help avoid triggering unnecessary SIGPIPEs, and at any
25687         rate it doesn't hurt.
25688
25689 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25690             Bruno Haible  <bruno@clisp.org>
25691
25692         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
25693         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
25694         * m4/signed.m4 (bh_C_SIGNED): Likewise.
25695
25696         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
25697         (gl_FUNC_VASPRINTF): Invoke it.
25698
25699 2006-09-22  Bruno Haible  <bruno@clisp.org>
25700
25701         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
25702         getloadavg.c as first argument.
25703
25704 2006-09-22  Bruno Haible  <bruno@clisp.org>
25705
25706         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
25707         at the beginning of the gl_INIT macro.
25708         * modules/getloadavg (configure.ac): Pass $gl_source_base to
25709         gl_GETLOADAVG.
25710
25711 2006-09-22  Bruno Haible  <bruno@clisp.org>
25712
25713         * gnulib-tool (func_create_megatestdir): Don't include the config-h
25714         module.
25715         Suggested by Ralf Wildenhues.
25716
25717 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
25718
25719         Import this patch from libc:
25720
25721         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
25722
25723         * lib/regex_internal.c (re_string_reconstruct): Handle
25724         offset < pstr->valid_raw_len && pstr->offsets_needed case.
25725         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
25726         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
25727         re_string_context_at.
25728
25729         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
25730         now requires it.
25731         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
25732         gl_REGEX now does it for us.
25733         (gl_REGEX): Add test taken from
25734         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
25735
25736         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
25737         Check that large offsets work.  Modernize Autoconf usages.
25738         Prefer "yes" to mean a good thing rather than a bad.
25739         Don't put "#define mkstemp" in config.h, as this might interfere
25740         with standard system headers that "#define mkstemp mkstemp64".
25741
25742         * modules/mkstemp (Depends-on): Add extensions, so that
25743         mkstemp is visible on some platforms.
25744         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
25745         (Include): Change to "mkstemp.h" from <stdlib.h>.
25746         (Files): Add mkstemp.h.
25747
25748         * lib/mkstemp.h: New file, since some standard headers
25749         #define mkstemp.
25750         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
25751         Include "mkstemp.h".
25752         Make the _LIBC code resemble glibc original more,
25753         e.g., use K&R style.
25754         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
25755         (mkstemp): Remove, since mkstemp.h does this for us.
25756         * lib/stdlib--.h: Include mkstemp.h.
25757
25758         Import this patch from libc:
25759
25760         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
25761
25762         * lib/tempname.c (__gen_tempname): Change attempts_min
25763         into a macro.  Use preprocessor to decide how to initialize
25764         attempts [Coverity CID 67].
25765
25766 2006-09-20  Bruno Haible  <bruno@clisp.org>
25767
25768         * lib/mkdtemp.c: Import from libc.
25769         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
25770                 * sysdeps/posix/tempname.c (__gen_tempname): Change
25771                 attempts_min into a macro.  Use preprocessor to decide how to
25772                 initialize attempts [Coverity CID 67].
25773         2001-11-27  Paul Eggert  <eggert@twinsun.com>
25774                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
25775                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
25776
25777 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25778
25779         * gnulib-tool (func_exit): New function, to allow to pass the
25780         exit status portably through the trap.  Use everywhere.
25781         (--help, --version): Signal a write error.
25782         (trap): catch SIGPIPE, for write errors.
25783         Exit at the end of the trap, with the correct exit status.
25784
25785 2006-09-19  Karl Berry  <karl@gnu.org>
25786
25787         * doc/gnulib.texi: note about the license texinfo files.
25788
25789 2006-09-19  Eric Blake  <ebb9@byu.net>
25790
25791         * gnulib-tool: Avoid space-tab.
25792
25793 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
25794
25795         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
25796         that prevented coreutils 6.1 from building.  Problem reported
25797         by Petter Reinholdtsen.
25798
25799 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
25800
25801         * gnulib-tool (avoidlist): Fix typo that broke options like
25802         --avoid=lock that are used by coreutils bootstrap.
25803
25804 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
25805
25806         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
25807         more systematically.
25808
25809 2006-09-18  Jim Meyering  <jim@meyering.net>
25810
25811         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
25812
25813 2006-09-18  Bruno Haible  <bruno@clisp.org>
25814
25815         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
25816
25817 2006-09-18  Bruno Haible  <bruno@clisp.org>
25818
25819         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
25820         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
25821         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
25822         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
25823         * m4/gettext.m4: Require autoconf >= 2.52.
25824         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
25825         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
25826         of gl_cv_header_inttypes_h.
25827
25828 2006-09-18  Bruno Haible  <bruno@clisp.org>
25829
25830         * lib/javaversion.c: Include configmake.h.
25831
25832 2006-09-18  Bruno Haible  <bruno@clisp.org>
25833
25834         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
25835         avoid that the while loops be executed in a subshell.
25836
25837 2006-09-18  Bruno Haible  <bruno@clisp.org>
25838
25839         * MODULES.html.sh (func_module): Break long lines.
25840         Suggested by Bruce Korb <bkorb@gnu.org>.
25841
25842 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25843
25844         Speed up by a factor of 1.12.
25845         * gnulib-tool (nl): New variable.
25846         (func_import): Rewrite include directive extraction to only read each
25847         directive once.
25848
25849 2006-09-17  Bruno Haible  <bruno@clisp.org>
25850
25851         * modules/javaversion (Makefile.am): Remove DEFS setting.
25852         (Depends-on): Add configmake, for PKGDATADIR definition.
25853
25854 2006-09-17  Bruno Haible  <bruno@clisp.org>
25855
25856         * gnulib-tool (func_create_testdir): Rewrite all files at once.
25857
25858 2006-09-17  Bruno Haible  <bruno@clisp.org>
25859
25860         * gnulib-tool (func_append): New function, stolen from libtool.m4.
25861         (func_modules_transitive_closure, func_modules_add_dummy,
25862         func_modules_to_filelist, func_import, func_create_testdir,
25863         func_create_megatestdir, ...): Use it wherever possible.
25864         Suggested by Ralf Wildenhues.
25865
25866 2006-09-16  Karl Berry  <karl@gnu.org>
25867
25868         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
25869         to avoid sectioning errors.
25870         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
25871         [ifinfo]: blank line after @center-ed titles.
25872         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
25873         Spell FSF address consistently with others.
25874         (These changes approved by rms.)
25875
25876 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25877
25878         Speed up by a factor of 1.61.
25879         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
25880         already checked module names again.
25881
25882 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25883
25884         Speed up by a factor of 1.13.
25885         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
25886         for new_files, and the input to func_add_or_update.
25887
25888 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25889
25890         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
25891         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
25892
25893 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25894
25895         * modules/mkancesdirs (Depends-on): Add fcntl.
25896         * modules/savewd: New file.
25897         * MODULES.html.sh (File system functions): Add savewd.
25898
25899         * modules/configmake (Makefile.am): Add support for the
25900         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
25901
25902 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25903
25904         * m4/savewd.m4: New file.
25905
25906 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25907
25908         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
25909         (dirchownmod): New arg FD.  All callers changed.
25910         Use FD rather than opening the directory ourself, as opening is
25911         now the caller's responsibility.
25912         * lib/dirchownmod.h: Likewise.
25913         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
25914         hosts that require <sys/types.h> before <sys/stat.h>.  Include
25915         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
25916         (test_dir): Remove.
25917         (mkancesdirs): Return length of prefix of FILE that has already
25918         been made, or -2 if there is a child doing the work.  Redo
25919         algorithm so that it is O(N) rather than O(N**2).  Optimize away
25920         ".", and treat ".." specially since it might stray back into
25921         already-created areas.  Use a subprocess if necessary.  New arg
25922         WD; all users changed.  MAKE_DIR function should now return 1
25923         if it creates a directory that is not readable.  Return -2 if
25924         a child process is spun off.
25925         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
25926         Adjust signature to match code.
25927         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
25928         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
25929         all users changed.
25930         * lib/savewd.c, lib/savewd.h: New files.
25931
25932 2006-09-15  Jim Meyering  <jim@meyering.net>
25933
25934         * modules/rename-dest-slash: New module.
25935         * MODULES.html.sh (posix_compat): Add it here.
25936
25937         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
25938
25939 2006-09-15  Jim Meyering  <jim@meyering.net>
25940
25941         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
25942         file.
25943
25944         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
25945
25946 2006-09-15  Jim Meyering  <jim@meyering.net>
25947
25948         * lib/rename-dest-slash.c (has_trailing_slash): Use
25949         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
25950         (rpl_rename_dest_slash): Perform the cheaper trailing slash
25951         test before testing whether SRC is a directory.
25952         Suggestions from Bruno Haible.
25953
25954         Avoid a warning about an unused variable.
25955         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
25956         into the #ifdef block where it's used.
25957
25958         * lib/rename-dest-slash.c: New file.
25959
25960 2006-09-14  Bruno Haible  <bruno@clisp.org>
25961
25962         * lib/allocsa.c: Include <config.h> unconditionally.
25963         * lib/asnprintf.c: Likewise.
25964         * lib/asprintf.c: Likewise.
25965         * lib/c-strcasecmp.c: Likewise.
25966         * lib/c-strcasestr.c: Likewise.
25967         * lib/c-strncasecmp.c: Likewise.
25968         * lib/c-strstr.c: Likewise.
25969         * lib/classpath.c: Likewise.
25970         * lib/clean-temp.c: Likewise.
25971         * lib/concatpath.c: Likewise.
25972         * lib/copy-file.c: Likewise.
25973         * lib/csharpcomp.c: Likewise.
25974         * lib/csharpexec.c: Likewise.
25975         * lib/execute.c: Likewise.
25976         * lib/fatal-signal.c: Likewise.
25977         * lib/findprog.c: Likewise.
25978         * lib/fwriteerror.c: Likewise.
25979         * lib/gl_array_list.c: Likewise.
25980         * lib/gl_array_oset.c: Likewise.
25981         * lib/gl_avltree_list.c: Likewise.
25982         * lib/gl_avltree_oset.c: Likewise.
25983         * lib/gl_avltreehash_list.c: Likewise.
25984         * lib/gl_carray_list.c: Likewise.
25985         * lib/gl_linked_list.c: Likewise.
25986         * lib/gl_linkedhash_list.c: Likewise.
25987         * lib/gl_list.c: Likewise.
25988         * lib/gl_oset.c: Likewise.
25989         * lib/gl_rbtree_list.c: Likewise.
25990         * lib/gl_rbtree_oset.c: Likewise.
25991         * lib/gl_rbtreehash_list.c: Likewise.
25992         * lib/imaxabs.c: Likewise.
25993         * lib/imaxdiv.c: Likewise.
25994         * lib/javacomp.c: Likewise.
25995         * lib/javaexec.c: Likewise.
25996         * lib/javaversion.c: Likewise.
25997         * lib/linebreak.c: Likewise.
25998         * lib/localcharset.c: Likewise.
25999         * lib/lock.c: Likewise.
26000         * lib/mbchar.c: Likewise.
26001         * lib/mbswidth.c: Likewise.
26002         * lib/mkdtemp.c: Likewise.
26003         * lib/pipe.c: Likewise.
26004         * lib/printf-args.c: Likewise.
26005         * lib/printf-parse.c: Likewise.
26006         * lib/progname.c: Likewise.
26007         * lib/progreloc.c: Likewise.
26008         * lib/readlink.c: Likewise.
26009         * lib/sh-quote.c: Likewise.
26010         * lib/stpcpy.c: Likewise.
26011         * lib/stpncpy.c: Likewise.
26012         * lib/strcasecmp.c: Likewise.
26013         * lib/strcasestr.c: Likewise.
26014         * lib/strcspn.c: Likewise.
26015         * lib/striconv.c: Likewise.
26016         * lib/strncasecmp.c: Likewise.
26017         * lib/strnlen1.c: Likewise.
26018         * lib/strstr.c: Likewise.
26019         * lib/strtok_r.c: Likewise.
26020         * lib/tls.c: Likewise.
26021         * lib/tmpdir.c: Likewise.
26022         * lib/unicodeio.c: Likewise.
26023         * lib/unsetenv.c: Likewise.
26024         * lib/vasnprintf.c: Likewise.
26025         * lib/vasprintf.c: Likewise.
26026         * lib/wait-process.c: Likewise.
26027         * lib/xallocsa.c: Likewise.
26028         * lib/xsetenv.c: Likewise.
26029         * lib/xstriconv.c: Likewise.
26030
26031 2006-09-13  Simon Josefsson  <jas@extundo.com>
26032
26033         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
26034         that internally, suggested by Ralf Wildenhues
26035         <Ralf.Wildenhues@gmx.de>.
26036
26037 2006-09-13  Simon Josefsson  <jas@extundo.com>
26038
26039         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
26040         @LIBOBJS@.
26041         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26042
26043 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
26044
26045         * lib/_fpending.c: Include <config.h> unconditionally, since we no
26046         longer worry about uses that don't define HAVE_CONFIG_H.
26047         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
26048         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
26049         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
26050         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
26051         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
26052         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
26053         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
26054         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
26055         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
26056         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
26057         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
26058         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
26059         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
26060         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
26061         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
26062         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
26063         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
26064         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
26065         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
26066         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
26067         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
26068         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
26069         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
26070         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
26071         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
26072         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
26073         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
26074         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
26075         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
26076         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
26077         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
26078         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
26079         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
26080         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
26081         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
26082         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
26083         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
26084         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
26085         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
26086         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
26087         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
26088         Likewise.
26089
26090 2006-09-13  Eric Blake  <ebb9@byu.net>
26091
26092         * lib/getopt.c: Fix typo in last commit.
26093
26094 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26095
26096         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
26097         dgettext.
26098
26099 2006-09-12  Jim Meyering  <jim@meyering.net>
26100
26101         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
26102         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
26103         Reported by Nelson H. F. Beebe.
26104
26105 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
26106
26107         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
26108         program_invocation_name and program_invocation_short_name are
26109         initialized.
26110         * lib/argp-namefrob.h: Move declarations of program_invocation_name
26111         and program_invocation_short_name to argp.h, so they are visible
26112         to user programs.
26113         * lib/argp.h: Likewise
26114
26115 2006-09-10  Bruno Haible  <bruno@clisp.org>
26116
26117         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
26118         m4/inttypes_h.m4, m4/uintmax_t.m4.
26119
26120 2006-09-10  Bruno Haible  <bruno@clisp.org>
26121
26122         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
26123         gl_AC_TYPE_UINTMAX_T.
26124
26125 2006-09-10  Bruno Haible  <bruno@clisp.org>
26126
26127         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
26128
26129 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26130
26131         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
26132         convention.  Text proposed by Bruno Haible.
26133         (struct argp_option): Document the use of N_() wrappers.
26134
26135         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
26136         '\v', and translate the two parts separately, instead of feeding
26137         the whole string to gettext.  This allows to exclude
26138         '\v' from the strings visible to the translator by writing doc
26139         strings as N_("..") "\v" N_("..").
26140
26141 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
26142
26143         * config/srclist.txt: Undo latest change; the bug was fixed.
26144
26145 2006-09-09  Bruno Haible  <bruno@clisp.org>
26146
26147         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
26148         assignments if building a library without libtool.
26149         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
26150         in func_emit_lib_Makefile_am.
26151         (func_import): When building a static library libfoo.a, arrange to
26152         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
26153         (func_create_testdir): Likewise.
26154         * modules/gc (configure.ac, Makefile.am): If building statically,
26155         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
26156         * modules/iconvme (configure.ac, Makefile.am): Likewise.
26157         * modules/striconv (configure.ac, Makefile.am): Likewise.
26158         Based on a suggestion by Ralf Wildenhues.
26159
26160 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26161
26162         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
26163         Check for unistd.h too, since Autoconf doesn't assume POSIX.
26164         Also:
26165
26166         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26167         Add year_2050_test to catch glibc bug 2821
26168         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
26169
26170         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26171         Prefer #ifdef to #if.
26172
26173         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
26174         Return from 'main' instead of calling 'exit'.
26175
26176 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26177
26178         * lib/mktime.c (guess_time_tm): Fix bug where mktime
26179         returned the maximum time_t value rather than (time_t) -1.
26180         Problem originally reported by William Bardwell
26181         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
26182
26183         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
26184         Moved to here ...
26185         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
26186         ... from here.
26187
26188 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26189
26190         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
26191         2821 is fixed.
26192
26193 2006-09-08  Jim Meyering  <jim@meyering.net>
26194
26195         Don't make generated files read-only.  That would bother too many
26196         people.  However, do retain the ability to work when targets are
26197         read-only: remove the destination and temporary files before writing
26198         them (when generated via sed or echo), or by using the -f option for
26199         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
26200         * modules/alloca-opt, modules/argz, modules/arpa_inet:
26201         * modules/byteswap, modules/configmake, modules/fcntl:
26202         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
26203         * modules/localcharset, modules/netinet_in, modules/poll:
26204         * modules/stdbool, modules/stdint, modules/sys_select:
26205         * modules/sys_socket, modules/sys_stat, modules/sysexits:
26206
26207 2006-09-08  Jim Meyering  <jim@meyering.net>
26208
26209         Avoid new build failure on FreeBSD 6.0.
26210         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
26211         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
26212         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
26213
26214 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26215
26216         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
26217
26218 2006-09-07  Jim Meyering  <jim@meyering.net>
26219
26220         Fix global typo in last change: use chmod u-w, not chmod u-x.
26221         Spotted by Paul Eggert and Bruce Korb.
26222         * modules/alloca-opt, modules/argz, modules/arpa_inet:
26223         * modules/byteswap, modules/configmake, modules/fcntl:
26224         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
26225         * modules/localcharset, modules/netinet_in, modules/poll:
26226         * modules/stdbool, modules/stdint, modules/sys_select:
26227         * modules/sys_socket, modules/sys_stat, modules/sysexits:
26228
26229 2006-09-06  Jim Meyering  <jim@meyering.net>
26230
26231         Make generated files be read-only.
26232         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
26233         Ensure that each generated file is now read-only.
26234         * modules/argz: Likewise.
26235         * modules/arpa_inet: Likewise.
26236         * modules/byteswap: Likewise.
26237         * modules/configmake: Likewise.
26238         * modules/fcntl: Likewise.
26239         * modules/fnmatch: Likewise.
26240         * modules/getopt: Likewise.
26241         * modules/glob: Likewise.
26242         * modules/inttypes: Likewise.
26243         * modules/netinet_in: Likewise.
26244         * modules/poll: Likewise.
26245         * modules/stdbool: Likewise.
26246         * modules/stdint: Likewise.
26247         * modules/sys_select: Likewise.
26248         * modules/sys_socket: Likewise.
26249         * modules/sys_stat: Likewise.
26250         * modules/sysexits: Likewise.
26251         * modules/localcharset: Same as above, but continue using temporary
26252         file named "t-$@" (why different?) rather than the "$@-t" used
26253         everywhere else.
26254
26255         * modules/sysexits (Makefile.am): Replace literal occurrences
26256         of "sysexit.h" more readable, and more consistent, "$@".
26257
26258 2006-09-06  Bruno Haible  <bruno@clisp.org>
26259
26260         * modules/striconv: New file.
26261         * modules/xstriconv: New file.
26262         * MODULES.html.sh (Internationalization functions): Add striconv,
26263         xstriconv.
26264
26265 2006-09-06  Bruno Haible  <bruno@clisp.org>
26266
26267         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
26268         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
26269         not using libtool correctly.
26270
26271 2006-09-06  Bruno Haible  <bruno@clisp.org>
26272
26273         * lib/striconv.h: New file.
26274         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
26275         iconvstring.c.
26276         * lib/xstriconv.h: New file.
26277         * lib/xstriconv.c: New file.
26278
26279 2006-09-06  Bruno Haible  <bruno@clisp.org>
26280
26281         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
26282         lib_..._LDFLAGS.
26283
26284 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26285
26286         * lib/argz_.h: Sync from Libtool.
26287
26288         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
26289                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26290
26291         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
26292
26293 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
26294
26295         * modules/trim: New file.
26296
26297 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
26298
26299         * lib/trim.h: New file.
26300         * lib/trim.c: New file.
26301
26302 2006-09-05  Bruno Haible  <bruno@clisp.org>
26303
26304         * MODULES.html.sh (String handling): Add trim.
26305
26306 2006-09-04  Karl Berry  <karl@gnu.org>
26307
26308         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
26309         until next release.
26310
26311 2006-09-03  Bruno Haible  <bruno@clisp.org>
26312
26313         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
26314         correctly.
26315
26316 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26317
26318         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
26319         not gl_GETLOADAVG.  Omit unneeded semicolons.
26320         Problems reported by Ralf Wildenhues in
26321         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
26322         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
26323         at the end, which is the usual gnulib style.
26324
26325         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
26326         of doing all the work ourselves.
26327         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
26328         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
26329
26330 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26331
26332         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
26333         Problem reported by Ralf Wildenhues in
26334         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
26335
26336         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
26337         HAVE_STRUCT_STATFS_F_FSTYPENAME.
26338
26339 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26340
26341         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
26342         yesterday's patch by changing test -n to test -z.
26343
26344 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26345
26346         * modules/getloadavg (Files): Add m4/getloadavg.m4.
26347         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
26348         the former is now obsolescent.
26349
26350         * modules/chdir-long (Depends-on): Add fcntl.
26351
26352 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26353
26354         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
26355         obsolescent, and programs should use gnulib instead.
26356         * m4/getloadavg.m4: New file, with contents taken from Autoconf
26357         but with prefixes changed.
26358
26359 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26360
26361         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
26362         or stdbool.h, because they might not exist while configuring.
26363
26364         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
26365         Don't include unistd.h or limits.h; not needed, since chdir-long.h
26366         does that for us.
26367         (O_DIRECTORY): Remove.
26368
26369 2006-08-31  Eric Blake  <ebb9@byu.net>
26370
26371         * gnulib-tool: Don't let emacs change spaces to TAB.
26372
26373 2006-08-31  Bruno Haible  <bruno@clisp.org>
26374
26375         * gnulib-tool: When calling func_import more than once, do it in a
26376         subshell.
26377         Reported by Eric Blake <ebb9@byu.net>.
26378
26379 2006-08-31  Bruno Haible  <bruno@clisp.org>
26380
26381         * gnulib-tool (nl): Remove variable.
26382         (sed_transform_lib_file): Use more robust test for config-h module.
26383         (func_import): Fix typo in 2006-08-25 patch.
26384
26385 2006-08-31  Bruno Haible  <bruno@clisp.org>
26386
26387         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
26388         specified, augment Makefile.am variables instead of assigning them.
26389
26390 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
26391
26392         Work around a bug in both the Linux and SunOS 64-bit kernels:
26393         nanosleep mishandles sleeps for longer than 2**31 seconds.
26394         Problem reported by Frank v Waveren in
26395         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
26396         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
26397         Check for nanosleep bug.
26398         (LIB_NANOSLEEP): Append clock_gettime library if needed.
26399
26400 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
26401
26402         Work around a bug in both the Linux and SunOS 64-bit kernels:
26403         nanosleep mishandles sleeps for longer than 2**31 seconds.
26404         Problem reported by Frank v Waveren in
26405         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
26406         * lib/nanosleep.c (BILLION): New constant.
26407         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
26408         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
26409         implementation.
26410
26411 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
26412
26413         * modules/nanosleep (Depends-on): Add gettime.
26414
26415 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
26416         and Simon Josefsson  <jas@extundo.com>
26417         and Oskar Liljeblad  <oskar@osk.mine.nu>
26418
26419         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
26420         * gnulib-tool (func_import): New license type 'unmodifiable license
26421         text'.
26422         * modules/fdl: Use it.  Longer description.
26423         * module/gpl, module/lgpl: New files.
26424
26425 2006-08-30  Jim Meyering  <jim@meyering.net>
26426
26427         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
26428         shadowing the parameter.
26429
26430 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26431
26432         Sync from Libtool:
26433
26434         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26435
26436         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
26437         sharing with gnulib.  Report by Eric Blake.
26438
26439 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
26440
26441         * modules/isapipe: New file.
26442         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
26443
26444 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
26445
26446         * modules/configmake (Makefile.am): Add a comment, and omit
26447         the CONFIGMAKE_ prefix from generated macro names.  Suggested
26448         by Bruno Haible.
26449
26450 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
26451
26452         * m4/isapipe.m4: New file.
26453
26454 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
26455
26456         * lib/isapipe.c, lib/isapipe.h: New files.
26457
26458 2006-08-29  Jim Meyering  <jim@meyering.net>
26459
26460         * modules/configmake (Makefile.am): Make configmake.h depend on
26461         Makefile.  Otherwise, a stale configmake.h could hang around.
26462
26463 2006-08-29  Eric Blake  <ebb9@byu.net>
26464
26465         * lib/error.c (error_at_line, print_errno_message): Match libc, after
26466         resolution of upstream bug 3044.
26467
26468 2006-08-29  Bruno Haible  <bruno@clisp.org>
26469
26470         * modules/localcharset (Depends-on): Add configmake.
26471         (Makefile.am): Remove setting of LIBDIR through DEFS.
26472
26473 2006-08-29  Bruno Haible  <bruno@clisp.org>
26474
26475         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
26476         defined.
26477
26478 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
26479
26480         * modules/fcntl: New file.
26481         * modules/chdir-safer (Depends-on): Add fcntl.
26482         * modules/fts: Likewise.
26483         * modules/mkdir-p: Likewise.
26484
26485         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
26486         This undoes the most recent change, since we're now addressing the
26487         problem in a different way.
26488
26489         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
26490         into output, since the output might be called Makefile.am even
26491         if $makefile_name is something different.
26492         (func_import): Use $makefile_am rather than
26493         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
26494         empty.
26495
26496         * modules/inttypes (Files): Add m4/inttypes-h.m4.
26497
26498 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
26499
26500         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
26501         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
26502         recent change to stdint.m4, since we're now addressing the problem in a
26503         different way.
26504
26505 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
26506
26507         * m4/fcntl_h.m4: New file.
26508
26509 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
26510
26511         * lib/fcntl_.h: New file.
26512         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
26513         the fcntl module.
26514         * lib/dirchownmod.c: Likewise.
26515         * lib/fts.c: Likewise.
26516
26517         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
26518         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
26519         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
26520         just before including <inttypes.h>, to avoid circular inclusion.
26521
26522 2006-08-28  Jim Meyering  <jim@meyering.net>
26523
26524         * doc/visibility.texi: Actually read and correct the grammar of the
26525         sentence affected by yesterday's change.
26526
26527 2006-08-28  Eric Blake  <ebb9@byu.net>
26528
26529         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
26530         needs wrapper.
26531
26532 2006-08-28  Eric Blake  <ebb9@byu.net>
26533
26534         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
26535
26536 2006-08-28  Eric Blake  <ebb9@byu.net>
26537
26538         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
26539
26540 2006-08-28  Bruno Haible  <bruno@clisp.org>
26541
26542         * modules/c-strstr: New file, from GNU gettext.
26543         * MODULES.html.sh (String handling): Add c-strstr.
26544
26545 2006-08-28  Bruno Haible  <bruno@clisp.org>
26546
26547         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
26548         macros.
26549         Reported by Eric Blake.
26550
26551 2006-08-28  Bruno Haible  <bruno@clisp.org>
26552
26553         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
26554         (VASNPRINTF): Return a string of length > INT_MAX without failing.
26555         * lib/vasprintf.c: Include errno.h, limits.h.
26556         (EOVERFLOW): New fallback definition.
26557         (vasprintf): Test here whether the string length is > INT_MAX.
26558         * lib/vsnprintf.c: Include errno.h, limits.h.
26559         (EOVERFLOW): New fallback definition.
26560         (vsnprintf): Fix bug when generated string was too long for the buffer.
26561         Test here whether the string length is > INT_MAX.
26562
26563 2006-08-28  Bruno Haible  <bruno@clisp.org>
26564
26565         * lib/inttypes_.h (SCNX*): Remove definitions.
26566         Reported by Eric Blake.
26567
26568 2006-08-28  Bruno Haible  <bruno@clisp.org>
26569
26570         * lib/c-strstr.h: New file, from GNU gettext.
26571         * lib/c-strstr.c: New file, from GNU gettext.
26572
26573 2006-08-28  Bruno Haible  <bruno@clisp.org>
26574
26575         * gnulib-tool: Reorder some statements.
26576
26577 2006-08-28  Bruno Haible  <bruno@clisp.org>
26578
26579         * gnulib-tool: New option --makefile-name.
26580         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
26581         $makefile_name.
26582         (func_import): Write $makefile_name to the cache file, and read it from
26583         there unless explicitly specified. Use $makefile_name as file name
26584         instead of Makefile.am. Adjust the recommendations accordingly.
26585
26586 2006-08-28  Bruno Haible  <bruno@clisp.org>
26587
26588         * gnulib-tool (func_verify_module): Check against misapplying patch.
26589
26590 2006-08-28  Bruno Haible  <bruno@clisp.org>
26591
26592         * gnulib-tool (func_relativize, func_relconcat): New functions.
26593         Give an error if --local-dir is given with --update.
26594         Remove trailing slashes from $local_gnulib_dir.
26595         (func_import): Store the relativized $local_gnulib_dir in
26596         gnulib-cache.m4, and read it from there if not specified explicitly.
26597
26598 2006-08-28  Bruno Haible  <bruno@clisp.org>
26599
26600         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
26601         is the current directory. Respect also $local_gnulib_dir.
26602
26603 2006-08-28  Bruno Haible  <bruno@clisp.org>
26604             Simon Josefsson  <jas@extundo.com>
26605
26606         BeOS portability.
26607         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
26608
26609 2006-08-27  Jim Meyering  <jim@meyering.net>
26610
26611         * doc/visibility.texi: Remove duplicate word: "pointer".
26612
26613 2006-08-26  Bruno Haible  <bruno@clisp.org>
26614
26615         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
26616         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
26617         (Makefile.am): Create inttypes.h from inttypes_.h.
26618         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
26619
26620         * modules/imaxabs: New file.
26621
26622         * modules/imaxdiv: New file.
26623
26624 2006-08-26  Bruno Haible  <bruno@clisp.org>
26625
26626         * m4/inttypes.m4: New file.
26627         * m4/_inttypes_h.m4: Remove file.
26628         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
26629         PRI_MACROS_BROKEN.
26630         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
26631
26632         * m4/imaxabs.m4: New file.
26633
26634         * m4/imaxdiv.m4: New file.
26635
26636 2006-08-26  Bruno Haible  <bruno@clisp.org>
26637
26638         * lib/inttypes_.h: New file.
26639         * lib/inttypes.h: Remove file.
26640         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
26641
26642         * lib/imaxabs.c: New file.
26643
26644         * lib/imaxdiv.c: New file.
26645
26646 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26647
26648         New config-h module, so that "make" output needn't be cluttered
26649         by -DHAVE_CONFIG_H.
26650         * MODULES.html.sh (Support for building libraries and executables):
26651         Add config-h.
26652         * modules/config-h: New file.
26653         * gnulib-tool (nl, sed_transform_lib_file): New vars.
26654         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
26655         the config-h module is used.
26656
26657         New configmake module, so that "make" output needn't be cluttered
26658         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
26659         * MODULES.html.sh (Support for building libraries and executables):
26660         Add configmake.
26661         * modules/configmake: New file.
26662
26663 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26664
26665         * m4/config-h.m4: New file.
26666
26667 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
26668
26669         * config/srclist.txt: Add elisp-comp.
26670
26671 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
26672
26673         * MODULES.html.sh (Support for building libraries and executables):
26674         Add elisp-comp.
26675         * build-aux/elisp-comp: New file.
26676         * modules/elisp-comp: New file.
26677
26678 2006-08-24  Bruno Haible  <bruno@clisp.org>
26679
26680         * gnulib-tool (func_create_testdir): Use non-default values of
26681         sourcebase and m4base.
26682
26683 2006-08-24  Bruno Haible  <bruno@clisp.org>
26684
26685         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
26686         HTML structure.
26687
26688 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
26689
26690         * modules/openat (Depends-on): Add lchown.
26691
26692 2006-08-23  Bruno Haible  <bruno@clisp.org>
26693
26694         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
26695         of gl_LOCK_EARLY instead of gl_LOCK.
26696
26697 2006-08-23  Bruno Haible  <bruno@clisp.org>
26698
26699         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
26700         on OSF/1 to no.
26701         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
26702
26703 2006-08-23  Bruno Haible  <bruno@clisp.org>
26704
26705         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
26706         as unusable.
26707
26708         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
26709         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
26710         (gl_LOCK): New macro.
26711
26712 2006-08-22  Simon Josefsson  <jas@extundo.com>
26713
26714         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
26715         to md5 module.
26716
26717 2006-08-22  Simon Josefsson  <jas@extundo.com>
26718
26719         * MODULES.html.sh: Add "Support for maintaining and release
26720         projects".
26721
26722         * build-aux/gnupload: New file, from coreutils.
26723
26724 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
26725
26726         Avoid the need for AC_LIBSOURCES in m4 macros.
26727         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
26728         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
26729         * modules/check-version (EXTRA_DIST): Add check-version.h.
26730         * modules/crc (EXTRA_DIST): Add crc.h.
26731         * modules/des (EXTRA_DIST): Add des.h.
26732         * modules/gc (EXTRA_DIST): Add gc.h.
26733         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
26734         * modules/getline (EXTRA_DIST): Add getline.h.
26735         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
26736         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
26737         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
26738         * modules/md2 (EXTRA_DIST): Add md2.h.
26739         * modules/md4 (EXTRA_DIST): Add md4.h.
26740         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
26741         * modules/read-file (EXTRA_DIST): Add read-file.h.
26742         * modules/readline (EXTRA_DIST): Add readline.h.
26743         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
26744         rijndael-api-fst.h.
26745
26746 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
26747
26748         * m4/rijndael.m4 (gl_ARCFOUR):
26749         * m4/arctwo.m4 (gl_ARCTWO):
26750         * m4/check-version.m4 (gl_CHECK_VERSION):
26751         * m4/crc.m4 (gl_CRC):
26752         * m4/des.m4 (gl_DES):
26753         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
26754         * m4/gc.m4 (gl_GC):
26755         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
26756         * m4/getline.m4 (gl_FUNC_GETLINE):
26757         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
26758         * m4/hmac-md5.m4 (gl_HMAC_MD5):
26759         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
26760         * m4/md2.m4 (gl_MD2):
26761         * m4/md4.m4 (gl_MD4):
26762         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
26763         * m4/read-file.m4 (gl_FUNC_READ_FILE):
26764         * m4/readline.m4 (gl_FUNC_READLINE):
26765         * m4/rijndael.m4 (gl_RIJNDAEL):
26766         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
26767         to get the necessary .h files and whatnot.
26768
26769 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
26770
26771         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
26772         gnulib rather than the other way around.
26773         * config/srclistvars.sh (COREUTILS): Remove.
26774
26775 2006-08-22  Jim Meyering  <jim@meyering.net>
26776
26777         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
26778
26779         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
26780
26781 2006-08-22  Eric Blake  <ebb9@byu.net>
26782
26783         * modules/regexprops-generic: New file.
26784         * MODULES.html.sh (Support for building documentation): List it.
26785
26786 2006-08-22  Eric Blake  <ebb9@byu.net>
26787
26788         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
26789         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
26790         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
26791         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
26792
26793 2006-08-22  Bruno Haible  <bruno@clisp.org>
26794
26795         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
26796         and lib_LTLIBRARIES like the other lib_* variables.
26797
26798 2006-08-22  Bruno Haible  <bruno@clisp.org>
26799
26800         * build-aux/x-to-1.in: New file, from GNU gettext.
26801
26802 2006-08-22  Bruno Haible  <bruno@clisp.org>
26803
26804         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
26805         <utmpx.h> exists.
26806
26807 2006-08-22  Bruno Haible  <bruno@clisp.org>
26808
26809         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
26810         <utmpx.h> exists.
26811
26812 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
26813
26814         BeOS portability.
26815         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
26816         exist.
26817         Problem reported by Bruno Haible.
26818
26819 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
26820
26821         Avoid the need for AC_LIBSOURCES in m4 macros.
26822         * modules/acl (EXTRA_DIST): Add acl.h.
26823         * modules/argmatch (Files): Add m4/argmatch.m4.
26824         (configure.ac): Add gl_ARGMATCH.
26825         (EXTRA_DIST): Renamed from lib_SOURCES, for
26826         consistency with the other modules.  Remove argmatch.c.
26827         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
26828         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
26829         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
26830         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
26831         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
26832         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
26833         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
26834         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
26835         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
26836         * modules/closeout (EXTRA_DIST): Add closeout.h.
26837         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
26838         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
26839         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
26840         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
26841         dirname.h; remove basename.c and stripslash.c.
26842         * modules/exclude (EXTRA_DIST): Add exclude.h.
26843         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
26844         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
26845         * modules/file-type (EXTRA_DIST): Add file-type.h.
26846         * modules/filemode (EXTRA_DIST): Add filemode.h.
26847         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
26848         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
26849         * modules/fpending (EXTRA_DIST): Add __fpending.h.
26850         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
26851         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
26852         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
26853         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
26854         * modules/getdate (EXTRA_DIST): Add getdate.c.
26855         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
26856         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
26857         * modules/getpass (EXTRA_DIST): Add getpass.h.
26858         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
26859         * modules/group-member (EXTRA_DIST): Add group-member.h.
26860         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
26861         * modules/hash (EXTRA_DIST): Add hash.h.
26862         * modules/human (EXTRA_DIST): Add human.h.
26863         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
26864         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
26865         * modules/lchown (EXTRA_DIST): Add lchown.h.
26866         * modules/long-options (EXTRA_DIST): Add long-options.h.
26867         * modules/lstat (EXTRA_DIST): Add lstat.h.
26868         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
26869         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
26870         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
26871         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
26872         * modules/memxor (EXTRA_DIST): Add memxor.h.
26873         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
26874         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
26875         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
26876         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
26877         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
26878         * modules/physmem (EXTRA_DIST): Add physmem.h.
26879         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
26880         * modules/posixver (EXTRA_DIST): Add posixver.h.
26881         * modules/quote (EXTRA_DIST): Add quote.h.
26882         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
26883         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
26884         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
26885         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
26886         regex_internal.h regexec.c.
26887         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
26888         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
26889         * modules/same (EXTRA_DIST): Add same.h.
26890         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
26891         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
26892         * modules/savedir (EXTRA_DIST): Add savedir.h.
26893         * modules/sha1 (EXTRA_DIST): Add sha1.h.
26894         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
26895         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
26896         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
26897         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
26898         * modules/strdup (EXTRA_DIST): Add strdup.h.
26899         * modules/strftime (EXTRA_DIST): Add strftime.h.
26900         * modules/strndup (EXTRA_DIST): Add strndup.h.
26901         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
26902         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
26903         * modules/time_r (EXTRA_DIST): Add time_r.h.
26904         * modules/timespec (EXTRA_DIST): Add timespec.h.
26905         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
26906         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
26907         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
26908         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
26909         * modules/userspec (EXTRA_DIST): Add userspec.h.
26910         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
26911         * modules/utimens (EXTRA_DIST): Add utimens.h.
26912         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
26913         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
26914         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
26915         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
26916         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
26917         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
26918         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
26919         * modules/yesno (EXTRA_DIST): Add yesno.h.
26920
26921 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
26922
26923         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
26924
26925         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
26926         * m4/dev-ino.m4, same-inode.m4: Remove.
26927
26928         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
26929         * m4/acl.m4 (AC_FUNC_ACL):
26930         * m4/backupfile.m4 (gl_BACKUPFILE):
26931         * m4/c-strtod.m4 (gl_C99_STRTOLD):
26932         * m4/canon-host.m4 (gl_CANON_HOST):
26933         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
26934         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
26935         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
26936         * m4/cloexec.m4 (gl_CLOEXEC):
26937         * m4/close-stream.m4 (gl_CLOSE_STREAM):
26938         * m4/closeout.m4 (gl_CLOSEOUT):
26939         * m4/dirfd.m4 (gl_FUNC_DIRFD):
26940         * m4/dirname.m4 (gl_DIRNAME):
26941         * m4/exclude.m4 (gl_EXCLUDE):
26942         * m4/exitfail.m4 (gl_EXITFAIL):
26943         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
26944         * m4/file-type.m4 (gl_FILE_TYPE):
26945         * m4/filemode.m4 (gl_FILEMODE):
26946         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
26947         * m4/fpending.m4 (gl_FUNC_FPENDING):
26948         * m4/fprintftime.m4 (gl_FPRINTFTIME):
26949         * m4/fts.m4 (gl_FUNC_FTS):
26950         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
26951         * m4/getdate.m4 (gl_GETDATE):
26952         * m4/gethrxtime.m4 (gl_GETHRXTIME):
26953         * m4/getpagesize.m4 (gl_GETPAGESIZE):
26954         * m4/getpass.m4 (gl_FUNC_GETPASS):
26955         * m4/gettime.m4 (gl_GETTIME):
26956         * m4/getugroups.m4 (gl_GETUGROUPS):
26957         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
26958         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
26959         * m4/hard-locale.m4 (gl_HARD_LOCALE):
26960         * m4/hash.m4 (gl_HASH):
26961         * m4/idcache.m4 (gl_IDCACHE):
26962         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
26963         * m4/lchown.m4 (gl_FUNC_LCHOWN):
26964         * m4/long-options.m4 (gl_LONG_OPTIONS):
26965         * m4/lstat.m4 (gl_FUNC_LSTAT):
26966         * m4/md5.m4 (gl_MD5):
26967         * m4/memcasecmp.m4 (gl_MEMCASECMP):
26968         * m4/memcoll.m4 (gl_MEMCOLL):
26969         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
26970         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
26971         * m4/memxor.m4 (gl_MEMXOR):
26972         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
26973         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
26974         * m4/modechange.m4 (gl_MODECHANGE):
26975         * m4/mountlist.m4 (gl_MOUNTLIST):
26976         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
26977         * m4/openat.m4 (gl_FUNC_OPENAT):
26978         * m4/pathmax.m4 (gl_PATHMAX):
26979         * m4/physmem.m4 (gl_PHYSMEM):
26980         * m4/posixtm.m4 (gl_POSIXTM):
26981         * m4/posixver.m4 (gl_POSIXVER):
26982         * m4/quote.m4 (gl_QUOTE):
26983         * m4/quotearg.m4 (gl_QUOTEARG):
26984         * m4/readtokens.m4 (gl_READTOKENS):
26985         * m4/readutmp.m4 (gl_READUTMP):
26986         * m4/regex.m4 (gl_REGEX):
26987         * m4/safe-read.m4 (gl_SAFE_READ):
26988         * m4/safe-write.m4 (gl_SAFE_WRITE):
26989         * m4/same.m4 (gl_SAME):
26990         * m4/save-cwd.m4 (gl_SAVE_CWD):
26991         * m4/savedir.m4 (gl_SAVEDIR):
26992         * m4/settime.m4 (gl_SETTIME):
26993         * m4/sha1.m4 (gl_SHA1):
26994         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
26995         * m4/stat-macros.m4 (gl_STAT_MACROS):
26996         * m4/stat-time.m4 (gl_STAT_TIME):
26997         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
26998         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
26999         * m4/strdup.m4 (gl_FUNC_STRDUP):
27000         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
27001         * m4/strndup.m4 (gl_FUNC_STRNDUP):
27002         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
27003         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
27004         * m4/time_r.m4 (gl_TIME_R):
27005         * m4/timespec.m4 (gl_TIMESPEC):
27006         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
27007         * m4/unlinkdir.m4 (gl_UNLINKDIR):
27008         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
27009         * m4/userspec.m4 (gl_USERSPEC):
27010         * m4/utimecmp.m4 (gl_UTIMECMP):
27011         * m4/utimens.m4 (gl_UTIMENS):
27012         * m4/xalloc.m4 (gl_XALLOC):
27013         * m4/xgetcwd.m4 (gl_XGETCWD):
27014         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
27015         * m4/xreadlink.m4 (gl_XREADLINK):
27016         * m4/xstrtod.m4 (gl_XSTRTOD):
27017         * m4/yesno.m4 (gl_YESNO):
27018         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
27019         to get the necessary .h files and whatnot.
27020
27021 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
27022             Bruno Haible  <bruno@clisp.org>
27023
27024         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
27025         /bin/sh understanding of '!' conditional negation.
27026
27027 2006-08-21  Jim Meyering  <jim@meyering.net>
27028
27029         * modules/openat (Depends-on): Really alphabetize.
27030
27031         * modules/acl (Depends-on): Add error and quote.
27032
27033         * check-module (find_included_lib_files): Add at-func.c to the
27034         ok-to-include-more-than-once white list.
27035
27036         * modules/openat (Depends-on): Add lstat.  Alphabetize.
27037
27038 2006-08-21  Bruno Haible  <bruno@clisp.org>
27039
27040         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27041         Emit a pkgdata_DATA variable only if some snippets add contents to it.
27042         Reported by Martin Lambers <marlam@marlam.de>.
27043
27044 2006-08-21  Bruno Haible  <bruno@clisp.org>
27045
27046         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
27047         specify an installation location, don't emit a noinst_LIBRARIES or
27048         noinst_LTLIBRARIES assignment.
27049
27050 2006-08-21  Bruno Haible  <bruno@clisp.org>
27051
27052         BeOS portability.
27053         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
27054         BeOS has mbrtowc() but no <wctype.h>.
27055
27056 2006-08-21  Bruno Haible  <bruno@clisp.org>
27057
27058         BeOS portability.
27059         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
27060         exist.
27061
27062 2006-08-21  Bruno Haible  <bruno@clisp.org>
27063
27064         BeOS portability.
27065         * lib/mbchar.h: Include <wctype.h> only if it exists.
27066
27067 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27068
27069         Remove files that are no longer needed by their respective modules.
27070         * m4/obstack.m4: Remove.
27071         * m4/strerror_r.m4: Remove.
27072         * m4/uint32_t.m4: Remove.
27073         * m4/uintptr_t.m4: Remove.
27074         * m4/ullong_max.m4: Remove.
27075         * m4/xstrtoimax.m4: Remove.
27076         * m4/xstrtoumax.m4: Remove.
27077
27078         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
27079         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
27080         dependencies now capture this.
27081
27082         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
27083         Do not use AC_LIBSOURCES, since gnulib modules now do this.
27084         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
27085         * m4/human.m4 (gl_HUMAN): Likewise.
27086         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
27087         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
27088
27089         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
27090
27091         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
27092         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
27093         stdint.
27094         * m4/human.m4 (gl_HUMAN): Likewise.
27095         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
27096         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
27097         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
27098         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
27099         * m4/xstrtol (gl_XSTRTOL): Likewise.
27100
27101         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
27102         AC_TYPE_LONG_LONG_INT.
27103         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
27104         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
27105         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
27106         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
27107
27108         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
27109         on stdbool.
27110
27111         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
27112         (gl_PREREQ_XSTRTOUL): Remove.
27113
27114         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
27115
27116         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
27117         mode.
27118
27119 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27120
27121         Add and change modules to make it easier for coreutils to use
27122         gnulib-tool.
27123         * modules/backupfile (Files): Remove m4/d-ino.m4.
27124         (Depends-on): Add d-ino.
27125         * modules/cycle-check (Depends-on): Add stdint.
27126         (lib_SOURCES): Add cycle-check.h.
27127         * modules/d-ino: New module.
27128         * modules/d-type: New module.
27129         * modules/error (Files): Remove m4/strerror_r.m4.
27130         * modules/filemode (Files): Add m4/st_dm_mode.m4.
27131         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
27132         m4/inttypes_h.m4, m4/uintmax_t.m4.
27133         (Depends-on): Add stdint.
27134         (lib_SOURCES): Add fsusage.h.
27135         * modules/getcwd (Files): Remove d-ino.m4.
27136         (Depends-on): Add d-ino.
27137         * modules/getndelim2 (Depends-on): Add stdint.
27138         * modules/glob (Files): Remove m4/d-type.m4.
27139         (Depends-on): Add d-type.
27140         * modules/host-os: New module.
27141         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
27142         m4/inttypes_h.m4, m4/uintmax_t.m4.
27143         * Depends-on: Add stdint.
27144         (lib_SOURCES): Add human.h.
27145         * modules/inttostr (Files): Remove m4/intmax_t.m4,
27146         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
27147         m4/uintmax_t.m4, m4/ulonglong.m4.
27148         (Depends-on): Add stdint.
27149         (EXTRA_DIST): Add inttostr.h.
27150         * modules/lchmod: New module.
27151         * modules/link-follow: New module.
27152         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
27153         (Depends-on): Add lchmod.
27154         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
27155         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
27156         (Depends-on): Add stdint.
27157         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
27158         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
27159         (Depends-on): Add stdint.
27160         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
27161         * modules/perl: New module.
27162         * modules/regex (Depends-on): Add stdint.
27163         * modules/rmdir-errno: New module.
27164         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
27165         m4/intmax_t.m4.
27166         (Depends-on): Add stdint.
27167         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
27168         m4/uintmax_t.m4.
27169         (Depends-on): Add stdint.
27170         * modules/unlink-busy: New module.
27171         * modules/utimecmp (Depends-on): Add stdint.
27172         * modules/uptime: New module.
27173         * modules/winsz-ioctl: New module.
27174         * modules/winsz-termios: New module.
27175         * modules/xnanosleep (Depends-on): Add nanosleep.
27176         * modules/ullong_max: Remove.
27177         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
27178         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
27179         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
27180         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
27181         (Depends-on): Add inttypes.
27182         (lib_SOURCES): Add xstrtol.h.
27183         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
27184         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
27185         * MODULES.html.sh: Move 'assert' into the assert section.
27186         Move 'dummy' into the linking section.
27187         Remove ullong_max.
27188         Add section for compatibility checks for POSIX:2001 functions,
27189         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
27190         winsz-ioctl, and winsz-termios into it.
27191         Add lchmod.
27192         Add top-level Misc section and put host-os, perl, and uptime
27193         into it.
27194
27195 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27196
27197         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
27198         now assume the stdint module.  Do not include inttypes.h.
27199         * lib/fsusage.h: Likewise.
27200         * lib/getndelim2.c: Likewise.
27201         * lib/human.h: Likewise.
27202         * lib/inttostr.h: Likewise.
27203         * lib/obstack.c: Likewise.
27204         * lib/regex_internal.h: Likewise.
27205         * lib/tempname.c: Likewise.
27206         * lib/utimecmp.c: Likewise.
27207         * lib/xstrtol.h: Likewise.
27208
27209         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
27210
27211         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
27212         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
27213         * lib/xtime.h: Likewise.
27214
27215 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27216
27217         * modules/openat (Files): Add lib/fchmodat.c.
27218         Fixes problem reported by Jay Youngman.
27219
27220 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27221
27222         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
27223         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
27224
27225 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
27226             Bruno Haible  <bruno@clisp.org>
27227
27228         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
27229         and is a script that invokes bison. Tighten the code. Add comments.
27230
27231 2006-08-18  Jim Meyering  <jim@meyering.net>
27232
27233         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
27234         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
27235         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
27236         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
27237
27238 2006-08-18  Bruno Haible  <bruno@clisp.org>
27239
27240         * modules/bison-i18n: New file.
27241         * MODULES.html.sh (Internationalization functions): Add it.
27242
27243 2006-08-18  Bruno Haible  <bruno@clisp.org>
27244
27245         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
27246         sys/statvfs.h. When getmntinfo was found, check its declaration and
27247         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
27248
27249 2006-08-18  Bruno Haible  <bruno@clisp.org>
27250
27251         * m4/bison-i18n.m4: New file, from bison.
27252
27253 2006-08-18  Bruno Haible  <bruno@clisp.org>
27254
27255         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
27256         (ME_DUMMY): Treat "kernfs" as a dummy.
27257         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
27258
27259 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
27260
27261         Update from coreutils.
27262
27263         2006-08-15  Jim Meyering  <jim@meyering.net>
27264
27265         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
27266
27267         2006-01-17  Jim Meyering  <jim@meyering.net>
27268
27269         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
27270
27271         2006-01-11  Jim Meyering  <jim@meyering.net>
27272
27273         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
27274         Check for the lchmod function.
27275
27276 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
27277
27278         Update from coreutils.
27279
27280         * lib/__fpending.h: Add copyright notice.
27281         * lib/fprintftime.h: Likewise.
27282         * lib/savedir.c: Use (C) in copyright notice.
27283         * lib/savedir.h: Likewise.
27284
27285         2006-08-15  Jim Meyering  <jim@meyering.net>
27286
27287         * lib/at-func.c: New file, with the logic of all emulated at-functions.
27288         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
27289         in support of the EXPECTED_ERRNO macro.
27290         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
27291         definitions.  Instead, define the appropriate symbols and include
27292         "at-func.c".
27293         * lib/mkdirat.c (mkdirat): Likewise.
27294         * lib/fchmodat.c (fchmodat): Likewise.
27295         (ENOSYS): Remove definition.
27296         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
27297         it.  Don't include "unistd--.h" -- it wasn't ever used.
27298
27299         2006-01-17  Jim Meyering  <jim@meyering.net>
27300
27301         Rewrite fts.c not to change the current working directory,
27302         by using openat, fstatat, fdopendir, etc..
27303
27304         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
27305         (HAVE_OPENAT_SUPPORT): Define.
27306         [_LIBC] (fchdir): Don't undef or define; no longer used.
27307         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
27308         Now, this `function' always succeeds, and consumes its file descriptor
27309         parameter -- so callers must not close such FDs.  Update callers.
27310         (diropen_fd, opendirat, cwd_advance_fd): New functions.
27311         (diropen): Add parameter, SP.  Adjust all callers.
27312         Implement using diropen_fd, rather than open.
27313         (fts_open): Initialize new member, fts_cwd_fd.
27314         Remove fts_rft-setting code.
27315         (fts_close): Close fts_cwd_fd, if necessary.
27316         (__opendir2): Define in terms of opendir or opendirat,
27317         depending on whether the FST_NOCHDIR flag is set.
27318         (fts_build): Since fts_safe_changedir consumes its FD, and since
27319         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
27320         and close the dup'd file descriptor upon failure.
27321         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
27322         (fts_safe_changedir): Tweak semantics to reflect that this function
27323         now calls cwd_advance_fd and hence consumes its FD argument.
27324         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
27325         [struct FTS] (fts_rft): Remove now-unused member.
27326         [struct FTS] (fts_cycle.state): Improve comment.
27327
27328         * lib/openat.c (openat_needs_fchdir): New function.
27329         * lib/openat.h (openat_needs_fchdir): Declare it.
27330
27331 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
27332
27333         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
27334         Problem and fix reported by Pádraig Brady in
27335         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
27336
27337 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27338
27339         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
27340
27341 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27342
27343         * lib/memcoll.c (memcoll): Optimize for the common case where the
27344         arguments are bytewise equal.
27345
27346 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27347
27348         * doc/regexprops-generic.texi: Add a copyright notice.
27349
27350 2006-08-15  Bruno Haible  <bruno@clisp.org>
27351
27352         * modules/tmpdir (License): Change to LGPL.
27353
27354 2006-08-15  Bruno Haible  <bruno@clisp.org>
27355
27356         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
27357         module.
27358
27359 2006-08-14  Simon Josefsson  <jas@extundo.com>
27360
27361         * config/srclist.txt: Add gnupload.
27362
27363 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
27364
27365         Change copyright notice from LGPL 2 to GPL 2, since that's the
27366         standard form used in the gnulib repository.
27367         * tests/test-lock.c: Likewise.
27368         * tests/test-stdint.c: Likewise.
27369         * tests/test-tls.c: Likewise.
27370
27371         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
27372         prelude-manager.  User shorter URLs for GNU projects, without '?'.
27373         Add copyright notice.
27374
27375         * check-module: Add copyright notice.  Output a copyright
27376         notice if "--version" is specified.
27377         * modules/COPYING: New file.
27378         * tests/test-getaddrinfo.c: Add copyright notice.
27379         * tests/test-verify.c: Likewise.
27380
27381 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
27382
27383         Change copyright notice from LGPL 2 to GPL 2, since that's the
27384         standard form used in the gnulib repository.
27385         * lib/lock.c: LGPL -> GPL.
27386         * lib/lock.h: Likewise.
27387         * lib/strnlen1.c: Likewise.
27388         * lib/strnlen1.h: Likewise.
27389         * lib/tls.c: Likewise.
27390         * lib/tls.h: Likewise.
27391         * lib/tmpdir.c: Likewise.
27392
27393         * lib/TODO: Remove; this belongs only in coreutils.
27394
27395 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
27396
27397         Add copyright notices to long-enough files that lack them, since
27398         otherwise the files aren't clearly free.  Use the same notice that
27399         getdate.texi already uses.
27400         * doc/alloca-opt.texi: Add copyright notice.
27401         * doc/alloca.texi: Likewise.
27402         * doc/ctime.texi: Likewise.
27403         * doc/functions.texi: Likewise.
27404         * doc/gcd.texi: Likewise.
27405         * doc/gnulib-tool.texi: Likewise.
27406         * doc/inet_ntoa.texi: Likewise.
27407         * doc/visibility.texi: Likewise.
27408
27409         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
27410         * doc/quote.texi: Add copyright notice.
27411
27412         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
27413         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
27414         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
27415         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
27416         is now obsolete, and give a pointer to the Sun list.
27417         Add copyright notice.
27418
27419 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
27420
27421         * config/srclistvars.sh: Add copyright notice.
27422
27423 2006-08-14  Eric Blake  <ebb9@byu.net>
27424
27425         Import the following change from libc:
27426
27427         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
27428
27429         Upstream bug 2997.
27430         * lib/misc/error.c: Add space between program name and message if file
27431         name is missing.
27432
27433 2006-08-12  Karl Berry  <karl@gnu.org>
27434
27435         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
27436         remove, these originate in gnulib now.
27437
27438 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27439
27440         * doc/Makefile (standards.info standards.html standards.dvi):
27441         Also depend on make-stds.texi.
27442
27443 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
27444
27445         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
27446         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
27447
27448         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
27449         in wchar_t.  Problem reported by Eric Blake.
27450
27451         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
27452         LEN is smaller than SIZE.  Suggested by Bruno Haible.
27453         Also, help the compiler to keep LEN in a register.
27454
27455 2006-08-11  Eric Blake  <ebb9@byu.net>
27456
27457         * users.txt: Sort.  Add tar.
27458
27459 2006-08-11  Bruno Haible  <bruno@clisp.org>
27460
27461         * users.txt: New file.
27462
27463 2006-08-11  Bruno Haible  <bruno@clisp.org>
27464
27465         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
27466         before <wchar.h>. Needed for OSF/1 and BSD/OS.
27467
27468 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
27469
27470         * modules/snprintf (Depends-on): Remove minmax.
27471         (Maintainer): Add self and Bruno.
27472
27473 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
27474
27475         * lib/.cppi-disable: Add snprintf.h, socket_.h.
27476         * lib/snprintf.c: Include <errno.h> and <limits.h>.
27477         (EOVERFLOW): Define if the system does not.
27478         Do not include "minmax.h"; it wasn't used.
27479         (snprintf): Don't assume size_t promotes to an unsigned type.
27480         Fix bug when generated string was too long for the buffer: the
27481         buffer's contents are supposed to be the initial prefix of the
27482         output.  Don't assume vasnprintf returns EOVERFLOW if the size
27483         exceeds INT_MAX; do the check ourselves.
27484
27485         Import the following changes from libc:
27486
27487         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
27488
27489         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
27490         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
27491         set wc to the byte which couldn't be converted.
27492         (re_string_reconstruct): Don't clear valid_raw_len before calling
27493         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
27494         tip_context using re_string_context_at.
27495
27496         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
27497
27498         * lib/posix/regex.h: g++ still cannot handled [restrict].
27499
27500         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
27501
27502         * lib/posix/regex.h: Remove special handling for VMS.
27503
27504 2006-08-10  Jim Meyering  <jim@meyering.net>
27505
27506         * modules/same-inode: New module.
27507         * modules/dev-ino: New module.
27508         * modules/cycle-check: Depend on these modules, rather than simply
27509         including their .h files.
27510         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
27511         required via m4/cycle-check.m4.
27512         * modules/same: Depend on new same-inode module, rather than
27513         including same-inode.h.
27514         * modules/chdir-safer: New file.
27515
27516         * modules/chown (Depends-on): Add stat-macros.
27517
27518 2006-08-10  Jim Meyering  <jim@meyering.net>
27519
27520         * m4/cycle-check.m4: New file.
27521         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
27522         * m4/dev-ino.m4, m4/same-inode.m4: New files.
27523
27524 2006-08-10  Eric Blake  <ebb9@byu.net>
27525
27526         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
27527         in from original proposal.
27528
27529 2006-08-10  Eric Blake  <ebb9@byu.net>
27530         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
27531
27532         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
27533         namespace.
27534
27535 2006-08-10  Bruno Haible  <bruno@clisp.org>
27536
27537         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
27538         as well.
27539
27540 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
27541
27542         Sync from coreutils.
27543
27544         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
27545
27546         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
27547         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
27548
27549 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
27550
27551         * modules/restrict: Remove; no longer needed now that we assume
27552         Autoconf 2.59 or later.
27553         * MODULES.html.sh: Remove 'restrict'.
27554         * modules/argp (Depends-on): Remove 'restrict'.
27555         * modules/base64 (Depends-on): Likewise.
27556         * modules/gc (Depends-on): Likewise.
27557         * modules/getaddrinfo (Depends-on): Likewise.
27558         * modules/glob (Depends-on): Likewise.
27559         * modules/inet_ntop (Depends-on): Likewise.
27560         * modules/inet_pton (Depends-on): Likewise.
27561         * modules/memxor (Depends-on): Likewise.
27562         * modules/regex (Depends-on): Likewise.
27563         * modules/strtok_r (Depends-on): Likewise.
27564         * modules/time_r (Depends-on): Likewise.
27565
27566 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
27567
27568         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
27569         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
27570         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
27571         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
27572         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
27573         * m4/memxor.m4 (gl_MEMXOR): Likewise.
27574         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
27575         gl_C_RESTRICT replaced by AC_C_RESTRICT.
27576
27577         Merge from coreutils.
27578         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
27579         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
27580         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
27581         * m4/time_r.m4 (gl_TIME_R): Likewise.
27582
27583 2006-08-09  Karl Berry  <karl@gnu.org>
27584
27585         * config/srclist.txt: no more gettext-tools, per Bruno.
27586
27587 2006-08-08  Eric Blake  <ebb9@byu.net>
27588
27589         * modules/verror: New module.
27590         * MODULES.html.sh: Document it.
27591
27592 2006-08-08  Eric Blake  <ebb9@byu.net>
27593
27594         * lib/verror.h, lib/verror.c: New files.
27595
27596 2006-08-08  Eric Blake  <ebb9@byu.net>
27597
27598         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
27599         verror_at_line output complies with GNU Coding Standards even when
27600         file is NULL.
27601
27602 2006-08-07  Bruno Haible  <bruno@clisp.org>
27603
27604         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
27605         versions of AIX.
27606         Reported by Ralf Wildenhues.
27607
27608 2006-08-07  Bruno Haible  <bruno@clisp.org>
27609
27610         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
27611         in an AC_DEFUN. Needed so that the autoconf snippets can use
27612         AC_REQUIRE.
27613
27614 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27615
27616         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27617         Initialize pkgdata_DATA.
27618         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
27619         overriding it.
27620
27621 2006-08-06  Eric Blake  <ebb9@byu.net>
27622
27623         * lib/error.h: Fold in some upstream changes from glibc.
27624         * lib/error.c: Likewise.
27625
27626 2006-08-04  Bruno Haible  <bruno@clisp.org>
27627
27628         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27629         Make the mostlyclean-local rule depend on mostlyclean-generic.
27630         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
27631
27632 2006-07-31  Bruno Haible  <bruno@clisp.org>
27633
27634         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
27635         <stdlib.h>, <string.h>.
27636
27637 2006-07-30  Bruno Haible  <bruno@clisp.org>
27638
27639         * modules/readlink (License): Change to LGPL.
27640
27641 2006-07-30  Bruno Haible  <bruno@clisp.org>
27642
27643         * modules/javaversion (Makefile.am): Distribute javaversion.java and
27644         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
27645         set PKGDATADIR to point to it.
27646
27647 2006-07-30  Bruno Haible  <bruno@clisp.org>
27648
27649         * modules/csharpexec (configure.ac): Comment out macro invocation.
27650         * modules/javaexec (configure.ac): Likewise.
27651         * modules/javacomp-script (configure.ac): Likewise.
27652
27653         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
27654
27655 2006-07-30  Bruno Haible  <bruno@clisp.org>
27656
27657         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
27658         linked-list.
27659
27660 2006-07-30  Bruno Haible  <bruno@clisp.org>
27661
27662         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
27663
27664 2006-07-30  Bruno Haible  <bruno@clisp.org>
27665
27666         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27667         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
27668         get removed.
27669
27670 2006-07-29  Bruno Haible  <bruno@clisp.org>
27671
27672         Make it possible for gnulib-tool to work with locally modified or
27673         augmented gnulib repositories.
27674         * gnulib-tool (func_usage): Document --local-dir option.
27675         (local_gnulib_dir): New variable.
27676         Handle --local-dir option.
27677         (func_lookup_file): New function.
27678         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
27679         (func_get_description, func_get_filelist, func_get_description,
27680         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
27681         func_get_automake_snippet, func_get_include_directive,
27682         func_get_license, func_get_maintainer): Use func_lookup_file.
27683         (func_import, func_create_testdir): Use func_lookup_file.
27684
27685 2006-07-29  Bruno Haible  <bruno@clisp.org>
27686
27687         * modules/setenv (Depends-on): Add unistd.
27688
27689 2006-07-29  Bruno Haible  <bruno@clisp.org>
27690
27691         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
27692
27693 2006-07-29  Bruno Haible  <bruno@clisp.org>
27694
27695         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
27696
27697 2006-07-29  Bruno Haible  <bruno@clisp.org>
27698
27699         * gnulib-tool (import, update): If there is no Makefile.am, look at
27700         aclocal.m4, instead of bailing out.
27701
27702 2006-07-29  Bruno Haible  <bruno@clisp.org>
27703
27704         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
27705         Categorize the options by when they are useful.
27706
27707 2006-07-29  Bruno Haible  <bruno@clisp.org>
27708
27709         * gnulib-tool (func_usage): Document option --no-libtool.
27710         Handle option --no-libtool.
27711         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
27712         for changed semantics of $libtool variable.
27713         (func_import): Likewise. If libtool is not used, show this through
27714         an option --no-libtool.
27715         (func_create_testdir): Update.
27716
27717 2006-07-29  Bruno Haible  <bruno@clisp.org>
27718
27719         * gnulib-tool (func_import): Extend error message about missing
27720         --doc-base.
27721
27722 2006-07-29  Bruno Haible  <bruno@clisp.org>
27723
27724         * gnulib-tool (func_import): Don't create the $docbase directory if
27725         there is no file to store there.
27726
27727 2006-07-29  Bruno Haible  <bruno@clisp.org>
27728
27729         * gnulib-tool (autoconf_minversion): If a --dir option is given and
27730         relevant, look for configure.ac there, not in the current directory.
27731         Also use a simple search for AC_PREREQ, not "autoconf --trace".
27732
27733 2006-07-29  Bruno Haible  <bruno@clisp.org>
27734
27735         * gnulib-tool (SORT): New variable.
27736         (func_usage): Undocument --assume-autoconf option.
27737         Remove --assume-autoconf option handling.
27738         (autoconf_minversion): Determine from the contents of configure.ac.
27739         (func_import): Remove autoconf_minversion handling.
27740         Suggested by Eric Blake.
27741
27742 2006-07-29  Bruno Haible  <bruno@clisp.org>
27743
27744         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
27745
27746 2006-07-29  Bruno Haible  <bruno@clisp.org>
27747
27748         * config/srclist.txt (*setenv.[ch]): Remove rules.
27749
27750 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27751
27752         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
27753
27754 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27755
27756         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
27757         arpa/inet.h.
27758
27759 2006-07-28  Simon Josefsson  <jas@extundo.com>
27760
27761         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
27762         * modules/inet_pton (Depends-on): Likewise.
27763
27764 2006-07-28  Simon Josefsson  <jas@extundo.com>
27765
27766         * m4/netinet_in_h.m4: New file.
27767
27768 2006-07-28  Simon Josefsson  <jas@extundo.com>
27769
27770         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
27771         #include's.
27772
27773 2006-07-28  Simon Josefsson  <jas@extundo.com>
27774
27775         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
27776         #include's.
27777
27778 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
27779
27780         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
27781         setgid on directories only if they set these bits.
27782         * lib/modechange.h: Remove obsolete comment about masks.
27783
27784 2006-07-28  Eric Blake  <ebb9@byu.net>
27785
27786         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
27787         macro expansion.
27788
27789 2006-07-28  Bruno Haible  <bruno@clisp.org>
27790
27791         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
27792
27793 2006-07-28  Bruno Haible  <bruno@clisp.org>
27794
27795         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
27796
27797 2006-07-28  Bruno Haible  <bruno@clisp.org>
27798
27799         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
27800         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
27801         Define fallbacks.
27802         Avoids link error on FreeBSD 4.x.
27803         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
27804
27805         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
27806         encoding.
27807         * lib/mbswidth.c (iswcntrl): Likewise.
27808
27809 2006-07-27  Bruno Haible  <bruno@clisp.org>
27810
27811         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
27812         test.
27813
27814 2006-07-27  Bruno Haible  <bruno@clisp.org>
27815
27816         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
27817         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
27818         defined.
27819
27820 2006-07-26  Eric Blake  <ebb9@byu.net>
27821
27822         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
27823
27824 2006-07-26  Eric Blake  <ebb9@byu.net>
27825
27826         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
27827         like mingw that lack mkstemp.
27828         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
27829         avoid compilation warning on mingw.
27830
27831 2006-07-26  Bruno Haible  <bruno@clisp.org>
27832
27833         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
27834         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
27835         INT_FAST*_MIN, INTPTR_MIN.
27836
27837 2006-07-25  Bruno Haible  <bruno@clisp.org>
27838
27839         * modules/version-etc (Depends-on): Add stdarg.
27840
27841 2006-07-25  Bruno Haible  <bruno@clisp.org>
27842
27843         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
27844         complex commands.
27845
27846 2006-07-25  Bruno Haible  <bruno@clisp.org>
27847
27848         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
27849         defined in <stdarg.h> or config.h.
27850
27851 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
27852
27853         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
27854         (gl_STDIO_SAFER): Remove.
27855
27856 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
27857
27858         * MODULES.html.sh (File stream based Input/Output):
27859         Add fopen-safer, tmpfile-safer; remove stdio-safer.
27860         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
27861         * modules/fopen-safer, modules/tmpfile-safer: New files.
27862         * modules/stdio-safer: Remove.
27863
27864 2006-07-24  Bruno Haible  <bruno@clisp.org>
27865
27866         * modules/tmpdir: New file.
27867         * MODULES.html.sh (File system functions): Add it.
27868
27869 2006-07-24  Bruno Haible  <bruno@clisp.org>
27870
27871         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
27872         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
27873
27874 2006-07-24  Bruno Haible  <bruno@clisp.org>
27875
27876         * modules/clean-temp: New file.
27877
27878 2006-07-24  Bruno Haible  <bruno@clisp.org>
27879
27880         * m4/tmpdir.m4: New file, from GNU gettext.
27881
27882 2006-07-24  Bruno Haible  <bruno@clisp.org>
27883
27884         * lib/tmpdir.h: New file, from GNU gettext.
27885         * lib/tmpdir.c: New file, from GNU gettext.
27886
27887 2006-07-24  Bruno Haible  <bruno@clisp.org>
27888
27889         * lib/clean-temp.h: New file, from GNU gettext.
27890         * lib/clean-temp.c: New file, from GNU gettext.
27891
27892 2006-07-23  Eric Blake  <ebb9@byu.net>
27893
27894         * modules/stdio-safer (Files): Add tmpfile-safer.c.
27895         (Depends-on): Add binary-io.
27896
27897 2006-07-23  Eric Blake  <ebb9@byu.net>
27898
27899         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
27900
27901 2006-07-23  Eric Blake  <ebb9@byu.net>
27902
27903         * lib/tmpfile-safer.c: New file.
27904         * lib/stdio-safer.h (fopen_safer): Add prototype.
27905         * lib/stdio--.h (tmpfile): Make safer.
27906
27907 2006-07-23  Bruno Haible  <bruno@clisp.org>
27908
27909         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
27910         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
27911         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
27912         gl_linked_remove_at): Use it.
27913
27914 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27915         and Simon Josefsson <jas@extundo.com>
27916
27917         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
27918
27919         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
27920
27921 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
27922
27923         * modules/close-stream: New file.
27924         * modules/closeout (Description): Make it clear that it exits
27925         with a diagnostic on error.
27926         (Depends-on): Add close-stream.  Remove fpending, stdbool.
27927         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
27928
27929 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
27930
27931         * m4/close-stream.m4: New file.
27932
27933 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
27934
27935         * lib/close-stream.c, lib/close-stream.h: New files.
27936
27937 2006-07-22  Bruno Haible  <bruno@clisp.org>
27938
27939         Merge from GNU gettext 0.15.
27940
27941         2006-05-01  Bruno Haible  <bruno@clisp.org>
27942
27943                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
27944
27945         2006-07-22  Bruno Haible  <bruno@clisp.org>
27946
27947                 * modules/javaversion: New file.
27948                 * MODULES.html.sh (Java): Add javaversion.
27949
27950         2006-03-12  Bruno Haible  <bruno@clisp.org>
27951
27952                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
27953
27954         2005-12-04  Bruno Haible  <bruno@clisp.org>
27955
27956                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
27957                 (untested).
27958
27959         2006-06-21  Bruno Haible  <bruno@clisp.org>
27960
27961                 Avoid warnings from recent versions of mcs.
27962                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
27963                 -o, -L, -r any more. Use options documented since mcs-1.0
27964                 instead. Similarly for -g.
27965
27966         2005-12-04  Bruno Haible  <bruno@clisp.org>
27967
27968                 * build-aux/csharpcomp.sh.in: Suffix for resources is
27969                 .resources, not .resource.
27970
27971         2005-07-09  Bruno Haible  <bruno@clisp.org>
27972
27973                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
27974                 add a .dll suffix.
27975                 Reported by Mark Junker <mjscod@gmx.de>.
27976
27977         2006-07-22  Bruno Haible  <bruno@clisp.org>
27978
27979                 * modules/gettext: Upgrade to gettext-0.15.
27980                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
27981                 m4/visibility.m4.
27982                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
27983
27984 2006-07-22  Bruno Haible  <bruno@clisp.org>
27985
27986         Merge from GNU gettext 0.15.
27987
27988         2006-03-25  Bruno Haible  <bruno@clisp.org>
27989
27990                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
27991
27992         2006-07-21  Bruno Haible  <bruno@clisp.org>
27993
27994                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
27995                 "1.1".
27996
27997         2006-05-09  Bruno Haible  <bruno@clisp.org>
27998
27999                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
28000                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
28001                 for the conftestver execution.
28002
28003         2006-05-01  Bruno Haible  <bruno@clisp.org>
28004
28005                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
28006                 optional target-version argument. Verify that the compiler
28007                 groks source of the specified source-version, or add -source
28008                 option as necessary. Verify that the compiler produces
28009                 bytecode in the specified target-version, or add -target and
28010                 -source options as necessary. Make the result of the test
28011                 available as variable CONF_JAVAC. Also log error output in
28012                 config.log.
28013
28014         2006-03-11  Bruno Haible  <bruno@clisp.org>
28015
28016                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
28017
28018         2006-05-09  Bruno Haible  <bruno@clisp.org>
28019
28020                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
28021                 CLASSPATH_SEPARATOR to a semicolon.
28022
28023         2006-03-12  Bruno Haible  <bruno@clisp.org>
28024
28025                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
28026                 available as variable CONF_JAVA, for subsequent autoconf
28027                 tests. Also log error output in config.log.
28028
28029         2006-07-19  Bruno Haible  <bruno@clisp.org>
28030
28031                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
28032                 that getline works on glibc2 systems. Needed to avoid trouble
28033                 in relocatable.c.
28034                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
28035
28036         2005-12-04  Bruno Haible  <bruno@clisp.org>
28037
28038                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
28039                 launcher (untested).
28040
28041         2005-12-04  Bruno Haible  <bruno@clisp.org>
28042
28043                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
28044
28045         2006-07-22  Bruno Haible  <bruno@clisp.org>
28046
28047                 * gettext.m4: Update from GNU gettext-0.15.
28048                 * nls.m4: Likewise.
28049                 * po.m4: Likewise.
28050                 * inttypes-pri.m4: Likewise.
28051                 * inttypes-h.m4: Renamed from inttypes.m4.
28052                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
28053
28054 2006-07-22  Bruno Haible  <bruno@clisp.org>
28055
28056         Merge from GNU gettext 0.15.
28057
28058         2005-07-05  Bruno Haible  <bruno@clisp.org>
28059
28060                 * printf-args.c (printf_fetchargs): Work around broken
28061                 definition of wint_t on mingw.
28062
28063         2005-02-12  Bruno Haible  <bruno@clisp.org>
28064
28065                 * xallocsa.h: Add extern "C" for C++.
28066
28067         2006-05-17  Bruno Haible  <bruno@clisp.org>
28068
28069                 Cygwin portability.
28070                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
28071
28072         2006-04-30  Bruno Haible  <bruno@clisp.org>
28073
28074                 * progreloc.c: Include <mach-o/dyld.h> if available.
28075                 (find_executable): Use _NSGetExecutablePath when possible.
28076
28077         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
28078
28079                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
28080                 function.
28081
28082         2005-12-29  Bruno Haible  <bruno@clisp.org>
28083
28084                 * progreloc.c (set_program_name_and_installdir): Fix
28085                 compilation error.
28086
28087         2005-12-04  Bruno Haible  <bruno@clisp.org>
28088
28089                 Cygwin portability.
28090                 * progreloc.c: Include <windows.h> also on Cygwin.
28091                 (find_executable): Add support for Cygwin.
28092                 (set_program_name_and_installdir): Handle also platforms with
28093                 nonempty EXEEXT.
28094
28095         2006-07-11  Bruno Haible  <bruno@clisp.org>
28096
28097                 * javacomp.c: Fix a comment.
28098                 Reported by Jim Meyering.
28099
28100         2006-04-30  Bruno Haible  <bruno@clisp.org>
28101
28102                 * javacomp.h (compile_java_class): Add source_version,
28103                 target_version arguments.
28104                 * javacomp.c: Rewritten to choose only a compiler that
28105                 respects the specified source_version and target_version.
28106
28107         2006-06-27  Bruno Haible  <bruno@clisp.org>
28108
28109                 Assume correct S_ISDIR macro.
28110                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
28111
28112         2006-07-22  Bruno Haible  <bruno@clisp.org>
28113
28114                 * javaversion.h: New file, from GNU gettext.
28115                 * javaversion.c: New file, from GNU gettext.
28116                 * javaversion.java: New file, from GNU gettext.
28117                 * javaversion.class: New file, from GNU gettext.
28118
28119         2006-05-17  Bruno Haible  <bruno@clisp.org>
28120
28121                 Cygwin portability.
28122                 * javaexec.c (execute_java_class): Test for jview program
28123                 also on Cygwin.
28124
28125         2006-04-09  Bruno Haible  <bruno@clisp.org>
28126
28127                 * fatal-signal.c: Don't include string.h.
28128                 (at_fatal_signal): Use a copying loop instead of memcpy.
28129
28130         2005-12-04  Bruno Haible  <bruno@clisp.org>
28131
28132                 * csharpexec.c: Add support for 'clix' launcher (untested).
28133                 (execute_csharp_using_sscli): New function.
28134                 (execute_csharp_program): Call it.
28135
28136         2006-06-21  Bruno Haible  <bruno@clisp.org>
28137
28138                 Avoid warnings from recent versions of mcs.
28139                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
28140                 -o, -L, -r any more. Use options documented since mcs-1.0
28141                 instead. Similarly for -g.
28142
28143         2005-07-09  Bruno Haible  <bruno@clisp.org>
28144
28145                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
28146                 add a .dll suffix.
28147                 Reported by Mark Junker <mjscod@gmx.de>.
28148
28149         2006-06-17  Bruno Haible  <bruno@clisp.org>
28150
28151                 * config.charset: Update for NetBSD 3.0.
28152
28153         2006-05-17  Bruno Haible  <bruno@clisp.org>
28154
28155                 Cygwin portability.
28156                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
28157
28158         2006-05-16  Bruno Haible  <bruno@clisp.org>
28159
28160                 * localcharset.c [CYGWIN]: Include <windows.h>.
28161                 (get_charset_aliases): For Cygwin, return the same CPxxx
28162                 aliases list as under WIN32.
28163                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
28164                 the environment variables. Fall back to GetACP().
28165
28166         2006-04-05  Bruno Haible  <bruno@clisp.org>
28167
28168                 * config.charset: Update Juan Manuel Guerrero's address.
28169
28170         2005-02-12  Bruno Haible  <bruno@clisp.org>
28171
28172                 * allocsa.h: Add extern "C" for C++.
28173
28174         2005-02-10  Bruno Haible  <bruno@clisp.org>
28175
28176                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
28177                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
28178
28179         2006-07-22  Bruno Haible  <bruno@clisp.org>
28180
28181                 * gettext.h: Update to GNU gettext-0.15.
28182
28183 2006-07-22  Bruno Haible  <bruno@clisp.org>
28184
28185         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
28186         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
28187         lib-prefix.m4, longdouble.m4, ssize_t.m4.
28188
28189 2006-07-21  Eric Blake  <ebb9@byu.net>
28190
28191         * modules/stdlib-safer: New file.
28192         * MODULES.html.sh (File stream based Input/Output): Add
28193         stdlib-safer.
28194
28195 2006-07-21  Eric Blake  <ebb9@byu.net>
28196
28197         * lib/stdlib-safer.h: New file from coreutils, required by
28198         stdlib--.h.
28199
28200 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
28201
28202         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
28203
28204 2006-07-20  Bruno Haible  <bruno@clisp.org>
28205
28206         * gnulib-tool: Recognize new option --assume-autoconf.
28207         (autoconf_minversion): New variable.
28208         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
28209
28210 2006-07-20  Bruno Haible  <bruno@clisp.org>
28211
28212         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
28213
28214 2006-07-19  Derek R. Price  <derek@ximbiot.com>
28215
28216         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
28217         Reindent and repaginate.
28218
28219 2006-07-19  Derek Price  <derek@ximbiot.com>
28220
28221         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
28222         Correct grammar.
28223
28224 2006-07-17  Bruno Haible  <bruno@clisp.org>
28225
28226         * modules/list: New file.
28227         * modules/array-list: New file.
28228         * modules/carray-list, modules/carray-list-tests: New files.
28229         * modules/linked-list, modules/linked-list-tests: New files.
28230         * modules/avltree-list, modules/avltree-list-tests: New files.
28231         * modules/rbtree-list, modules/rbtree-list-tests: New files.
28232         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
28233         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
28234         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
28235         * modules/oset: New file.
28236         * modules/array-oset: New file.
28237         * modules/avltree-oset, modules/avltree-oset-tests: New files.
28238         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
28239         * tests/test-carray_list.c: New file.
28240         * tests/test-linked_list.c: New file.
28241         * tests/test-avltree_list.c: New file.
28242         * tests/test-rbtree_list.c: New file.
28243         * tests/test-linkedhash_list.c: New file.
28244         * tests/test-avltreehash_list.c: New file.
28245         * tests/test-rbtreehash_list.c: New file.
28246         * tests/test-avltree_oset.c: New file.
28247         * tests/test-rbtree_oset.c: New file.
28248         * MODULES.html.sh (Container data structures): New section.
28249
28250 2006-07-17  Bruno Haible  <bruno@clisp.org>
28251
28252         * m4/gl_list.m4: New file.
28253
28254 2006-07-17  Bruno Haible  <bruno@clisp.org>
28255
28256         * lib/gl_list.h: New file.
28257         * lib/gl_list.c: New file.
28258         * lib/gl_array_list.h: New file.
28259         * lib/gl_array_list.c: New file.
28260         * lib/gl_carray_list.h: New file.
28261         * lib/gl_carray_list.c: New file.
28262         * lib/gl_linked_list.h: New file.
28263         * lib/gl_linked_list.c: New file.
28264         * lib/gl_anylinked_list1.h: New file.
28265         * lib/gl_anylinked_list2.h: New file.
28266         * lib/gl_avltree_list.h: New file.
28267         * lib/gl_avltree_list.c: New file.
28268         * lib/gl_anyavltree_list1.h: New file.
28269         * lib/gl_anyavltree_list2.h: New file.
28270         * lib/gl_rbtree_list.h: New file.
28271         * lib/gl_rbtree_list.c: New file.
28272         * lib/gl_anyrbtree_list1.h: New file.
28273         * lib/gl_anyrbtree_list2.h: New file.
28274         * lib/gl_anytree_list1.h: New file.
28275         * lib/gl_anytree_list2.h: New file.
28276         * lib/gl_linkedhash_list.h: New file.
28277         * lib/gl_linkedhash_list.c: New file.
28278         * lib/gl_anyhash_list1.h: New file.
28279         * lib/gl_anyhash_list2.h: New file.
28280         * lib/gl_avltreehash_list.h: New file.
28281         * lib/gl_avltreehash_list.c: New file.
28282         * lib/gl_rbtreehash_list.h: New file.
28283         * lib/gl_rbtreehash_list.c: New file.
28284         * lib/gl_anytreehash_list1.h: New file.
28285         * lib/gl_anytreehash_list2.h: New file.
28286
28287         * lib/gl_oset.h: New file.
28288         * lib/gl_oset.c: New file.
28289         * lib/gl_array_oset.h: New file.
28290         * lib/gl_array_oset.c: New file.
28291         * lib/gl_avltree_oset.h: New file.
28292         * lib/gl_avltree_oset.c: New file.
28293         * lib/gl_rbtree_oset.h: New file.
28294         * lib/gl_rbtree_oset.c: New file.
28295         * lib/gl_anytree_oset.h: New file.
28296
28297 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
28298
28299         * m4/mkancesdirs.m4: New file.
28300         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
28301         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
28302         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
28303         it.
28304
28305 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
28306
28307         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
28308         * lib/mkancesdirs.h: New files.
28309         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
28310         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
28311         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
28312         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
28313         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
28314         callers changed.  Revamp internals significantly, by not
28315         attempting to create directories that are temporarily more
28316         permissive than the final results.  Do not attempt to use
28317         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
28318         This removes some race conditions, fixes some bugs, and simplifies
28319         things.  Use new dirchownmod function to do owner and mode changes.
28320         * lib/mkdir-p.h: Likewise.
28321         * lib/modechange.c (octal_to_mode): New function.
28322         (struct mode_change): New member mentioned.
28323         (make_node_op_equals): New arg mentioned.  All callers changed.
28324         (mode_compile): Keep track of which mode bits the user has explicitly
28325         mentioned.
28326         (mode_adjust): New arg DIR, so that we implement the X op correctly.
28327         New arg PMODE_BITS, to keep track of which mode bits the user
28328         mentioned; it treats S_ISUID and S_ISGID speciall.
28329         All callers changed.
28330         * lib/modechange.h: Likewise.
28331
28332 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
28333
28334         * MODULES.html.sh: Add mkancestors.
28335         * modules/mkancesdirs: New module.
28336         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
28337         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
28338         The chdir-safer and afs files are now orphans; I'll remove them
28339         unless someone speaks up.
28340         Add lib/dirchownmod.c, lib/dirchownmod.h.
28341         (Depends-on): Remove alloca, chown, save-cwd, dirname.
28342         Add lchown, mkancesdirs.
28343         (Maintainer): Add self.
28344
28345 2006-07-15  Karl Berry  <karl@gnu.org>
28346
28347         * gnulib-tool: help message wording/arrangement.
28348
28349 2006-07-14  Simon Josefsson  <jas@extundo.com>
28350
28351         * doc/gnulib.texi (Libtool and Windows): New section.
28352
28353 2006-07-12  Simon Josefsson  <jas@extundo.com>
28354
28355         * modules/gendocs (License): Fix license, approved by Karl.
28356
28357 2006-07-12  Eric Blake  <ebb9@byu.net>
28358
28359         * MODULES.html.sh: Add gendocs.
28360
28361 2006-07-11  Eric Blake  <ebb9@byu.net>
28362
28363         * modules/fdl: New module, to install doc/fdl.texi.
28364         * MODULES.html.sh: Add new section for documentation modules.
28365         * gnulib-tool: Avoid space-tab.
28366         (--doc-base): New option, to manage files from doc.
28367
28368 2006-07-11  Eric Blake  <ebb9@byu.net>
28369
28370         * m4/absolute-header.m4: Fix comments to match recent change.
28371
28372 2006-07-11  Eric Blake  <ebb9@byu.net>
28373
28374         * gnulib-tool: List --doc-base before --tests-base.
28375
28376 2006-07-11  Derek R. Price  <derek@ximbiot.com>
28377
28378         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
28379
28380 2006-07-11  Bruno Haible  <bruno@clisp.org>
28381
28382         * README: Mention where to put documentation.
28383
28384 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28385
28386         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
28387
28388 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
28389
28390         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
28391         to stdint.m4.
28392
28393 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
28394
28395         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
28396         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
28397         "no/such/file/stdint.h" when there is no such file, so that
28398         the resulting C code can be parsed by dodgy compilers.
28399         Problems reported by Bob Proulx.
28400
28401 2006-07-10  Derek R. Price  <derek@ximbiot.com>
28402
28403         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
28404         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
28405         macros into the GNU _D_EXACT_NAMLEN.
28406         * lib/savedir.c:  Likewise.
28407         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
28408
28409 2006-07-10  Derek R. Price  <derek@ximbiot.com>
28410         and Paul Eggert  <eggert@cs.ucla.edu>
28411
28412         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
28413         * m4/savedir.m4:
28414         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
28415         macros into the GNU _D_EXACT_NAMLEN.
28416
28417 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
28418
28419         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
28420         around the absolute name, to work around a problem with the HP-UX
28421         11.23 native C compiler, reported by Bob Proulx.
28422
28423 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
28424
28425         * doc/maintain.texi, make-stds.texi: Sync from
28426         <http://savannah.gnu.org/projects/gnustandards>.
28427
28428 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
28429
28430         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
28431
28432 2006-07-09  Jim Meyering  <jim@meyering.net>
28433
28434         * m4/glob.m4: Remove a doubled word in a comment.
28435
28436 2006-07-09  Jim Meyering  <jim@meyering.net>
28437
28438         * lib/argp-pv.c: Remove a doubled word in a comment.
28439         * lib/check-version.c (check_version): Likewise.
28440         * lib/javacomp.c (compile_java_class): Likewise.
28441
28442 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
28443
28444         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
28445         for the benefit of people using Autoconf 2.60.  If you want to
28446         support older Autoconf versions you can copy m4/onceonly_2_57.m4
28447         (or m4/onceonly.m4, if pre-2.57) manually.
28448
28449 2006-07-08  Jim Meyering  <jim@meyering.net>
28450
28451         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
28452         comment.
28453         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
28454         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
28455         comment.
28456
28457 2006-07-08  Jim Meyering  <jim@meyering.net>
28458
28459         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
28460
28461 2006-07-07  Simon Josefsson  <jas@extundo.com>
28462
28463         * tests/test-crc.c: Change expected crc value, the test vector
28464         were probably computed using the old broken crc.c?
28465
28466 2006-07-06  Simon Josefsson  <jas@extundo.com>
28467
28468         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
28469         now the canonical place for the M4 file).
28470
28471         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
28472         from the sys_socket dependency now.
28473
28474         * modules/inet_pton (Files): Ditto.
28475
28476         * modules/inet_ntop (Files): Ditto.
28477
28478 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
28479
28480         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
28481         not gl_PREREQ_GETUSERSHELL.
28482
28483 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28484
28485         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
28486         with only one argument, for Autoconf 2.60.
28487         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
28488         expand to nothing, so add a shell command to avoid syntax error.
28489         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
28490
28491 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28492
28493         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
28494
28495 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
28496
28497         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
28498         no longer needed.  Check for isblank decl.
28499         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
28500         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
28501         of existence.
28502
28503 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
28504
28505         * lib/getloadavg.c: Use __VMS, not VMS.
28506         * lib/getopt.c: Likewise.
28507         * lib/getpagesize.h: Likewise.
28508         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
28509         and probably does not work.
28510
28511 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
28512
28513         * lib/.cppi-disable: Add wcwidth.
28514         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
28515         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
28516         (ISGRAPH): Remove.  All uses changed to isgraph.
28517         (FOLD) [!defined _LIBC]: Remove special case.
28518         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
28519         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
28520         HAVE_ISBLANK.
28521         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
28522         case.
28523
28524 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
28525
28526         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
28527         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
28528         brackets.  Other minor changes to suppress some compiler
28529         warnings.
28530
28531 2006-07-06  Derek R. Price  <derek@ximbiot.com>
28532         and Paul Eggert  <eggert@cs.ucla.edu>
28533
28534         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
28535         of invoking obsolescent AC_HEADER_DIRENT macro.
28536         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
28537         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
28538         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
28539         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
28540         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
28541         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
28542         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
28543         * m4/readdir.m4: Remove; no longer needed.
28544
28545 2006-07-06  Derek R. Price  <derek@ximbiot.com>
28546         and Paul Eggert  <eggert@cs.ucla.edu>
28547
28548         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
28549         Don't worry about this obsolete case any more.
28550         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
28551         directories.
28552         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
28553         worry about this obsolete case any more.
28554         * lib/fts.c: Likewise.
28555         * lib/getcwd.c: Likewise.
28556         * lib/glob.h: Likewise.
28557         * lib/savedir.c: Likewise.
28558
28559 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
28560
28561         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
28562         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
28563         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
28564         needed.
28565         All uses removed.
28566         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
28567         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
28568         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
28569         needed.
28570         * m4/getdate.m4 (gl_GETDATE): Likewise.
28571         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
28572         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
28573         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
28574         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
28575         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
28576         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
28577         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
28578         needed.
28579
28580 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
28581
28582         * lib/memcasecmp.c: Include <limits.h>.
28583         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
28584         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
28585         Don't assume isdigit succeeds only on '0' through '9'.
28586
28587 2006-07-05  Eric Blake  <ebb9@byu.net>
28588
28589         * modules/getaddrinfo (Depends-on): Add snprintf.
28590
28591 2006-07-05  Eric Blake  <ebb9@byu.net>
28592
28593         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
28594         to avoid 'header present but could not be compiled' on cygwin.
28595
28596 2006-07-05  Eric Blake  <ebb9@byu.net>
28597
28598         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
28599         missing from netdb.h.
28600         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
28601
28602 2006-07-05  Derek R. Price  <derek@ximbiot.com>
28603
28604         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
28605         no longer needed.
28606         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
28607         * m4/getdate.m4 (gl_GETDATE): Likewise.
28608         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
28609         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
28610         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
28611         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
28612         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
28613
28614 2006-07-05  Derek R. Price  <derek@ximbiot.com>
28615
28616         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
28617         All uses of is_space replaced by isspace.
28618         * lib/exit.h: Don't talk about STDC_HEADERS.
28619         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
28620         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
28621         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
28622         replaced by isprint etc.
28623         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
28624         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
28625         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
28626         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
28627         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
28628         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
28629
28630 2006-07-05  Bruno Haible  <bruno@clisp.org>
28631
28632         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
28633         the function exists, before testing against AIX.
28634         Reported by Martin Lambers <marlam@marlam.de>.
28635
28636 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
28637
28638         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
28639         From Mark D. Baushke.
28640
28641 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
28642
28643         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
28644         to the absolute name, not just one, to bypass Sun C 5.8's
28645         "warning: #include of /usr/include/... may be non-portable".
28646
28647 2006-07-04  Eric Blake  <ebb9@byu.net>
28648
28649         * modules/dirname-tests: New test module.
28650         * tests/test-dirname.c: New file, replacing dirname.c
28651         TEST_DIRNAME section that was recently deleted.
28652
28653 2006-07-04  Bruno Haible  <bruno@clisp.org>
28654
28655         Assume ANSI C header files and <ctype.h> functions.
28656         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
28657         (mbsnwidth): Use isprint, iscntrl instead.
28658
28659 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28660
28661         Merge from coreutils.
28662         * MODULES.html.sh: Add xstrtold.
28663         * modules/xstrtold: New file.
28664         * modules/cycle-check (Files): Add lib/same-inode.h.
28665         * modules/dirname (Files): Add m4/double-slash-root.m4.
28666         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
28667         * modules/mkdir-p (Files): Add lib/same-inode.h.
28668         * modules/same (Files): Add lib/same-inode.h.
28669
28670 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28671
28672         * m4/absolute-header.m4: Renamed from full-header-path.m4.
28673         This is to keep the terminology clean; POSIX talks about
28674         "absolute pathnames", not "full pathnames", but the GNU
28675         Coding Standards say to use "path" for something else;
28676         so use "absolute" to keep both sides happy.
28677         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
28678         Set gl_absolute_header, not gl_full_header_path.
28679         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
28680         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
28681         All uses changed.
28682
28683         Merge from coreutils.
28684
28685         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
28686
28687         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
28688         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
28689         want to require the building of c-strtod.o.
28690         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
28691         needs -lm directly.
28692         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
28693
28694         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
28695
28696         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
28697         --as-needed option if available.  Problem reported by Albert Chin in
28698         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
28699         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
28700         cc merely issues a bunch of annoying warnings for --as-needed
28701         (this problem was reported by Bob Proulx).  Also, try linking with
28702         -lm to detect a bug in binutils 2.16 (this problem was reported
28703         by Ralf Wildenhues).
28704
28705         2006-06-18  Jim Meyering  <jim@meyering.net>
28706
28707         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
28708         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
28709         macro.
28710         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
28711         also check for glibc-2.4's abort-inducing bug.
28712
28713         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
28714         Low-probability clean-up should be to use rmdir to get rid of
28715         the just-created directory, not unlink.
28716
28717         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
28718         configure fail, and request a bug report to inform us about it.
28719         Add a comment that, barring reports to the contrary, in 2007 we'll
28720         assume ftruncate is universally available.
28721
28722         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
28723
28724         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
28725
28726         2006-03-12  Jim Meyering  <jim@meyering.net>
28727
28728         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
28729         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
28730         * m4/same.m4 (gl_SAME): Likewise.
28731         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
28732
28733         2006-03-11  Eric Blake  <ebb9@byu.net>
28734
28735         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
28736         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
28737         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
28738         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
28739
28740 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28741
28742         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
28743         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
28744         reported by Mark D. Baushke, one in
28745         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
28746
28747         Merge from coreutils.
28748
28749         * lib/.cppi-disable: Add stdint_.h.
28750         * lib/.cvsignore: Add stdint.h.
28751
28752         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
28753
28754         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
28755         both double and long double versions.
28756         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
28757         * lib/xstrtold.c: New file.
28758         * lib/xstrtod.h (xstrtold): New decl.
28759
28760         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
28761
28762         * lib/filemode.c (setst): Remove.
28763         (strmode): Rewrite to avoid setst.  This makes the code shorter,
28764         (arguably) clearer, and the generated code is a bit smaller on my
28765         Debian GNU/Linux stable x86 host.
28766
28767         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
28768
28769         * lib/filemode.c: Include "filemode.h" first, to test the interface.
28770         Assume that filemode.h includes sys/types.h and sys/stat.h.
28771         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
28772         (ftypelet): Reorder to put common cases first, for efficiency.
28773         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
28774         to do 'M'.
28775         (strmode): Renamed from mode_string, and now stores 12 bytes instead
28776         of 10, for compatibility with FreeBSD.  All callers changed.
28777         (filemodestring): Now stores 12 bytes instead of 10, and sets file
28778         types that can't be deduced solely from st_mode.  First arg is now a
28779         const pointer.
28780         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
28781         (strmode): Renamed from mode_string.
28782         (filemodestring): New decl.
28783         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
28784         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
28785         needed.
28786         (S_ISPORT, S_ISWHT): New macros, if not already defined.
28787
28788         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
28789
28790         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
28791         fsusage.h now does that.  Include fsusage.h first, to test interface.
28792         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
28793         at most one method (the old code could have generated decls that
28794         didn't conform to C89, not that this was ever exercised).
28795         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
28796
28797         2006-03-19  Jim Meyering  <jim@meyering.net>
28798
28799         Work even in a chroot where d_ino values for entries in "/"
28800         don't match the stat.st_ino values for the same names.
28801         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
28802         number, iterate through all entries again, using lstat instead.
28803         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
28804         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
28805
28806         * lib/getcwd.c (__getcwd): Clarify a comment.
28807         Use memcpy in place of a call to strcpy.
28808
28809         2006-03-12  Jim Meyering  <jim@meyering.net>
28810
28811         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
28812         matches that of the current directory (which we're about to chdir ".."
28813         out of), then save the dev-ino of the parent, instead.
28814
28815         * lib/same-inode.h (SAME_INODE): New file/macro.
28816         * lib/chdir-safer.c (SAME_INODE): Remove definition.
28817         Include "same-inode.h", instead.
28818         * lib/same.c: Likewise.
28819         * lib/cycle-check.h: Include "same-inode.h".
28820         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
28821         * lib/cycle-check.c (SAME_INODE): Remove definition.
28822         * lib/root-dev-ino.h: Include "same-inode.h".
28823
28824         2006-03-11  Eric Blake  <ebb9@byu.net>
28825
28826         * lib/same.c (same_name): s/base_name/last_component/
28827         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
28828         * lib/filenamecat.c (file_name_concat): Likewise.
28829
28830         2006-03-11  Eric Blake  <ebb9@byu.net>,
28831                     Paul Eggert  <eggert@cs.ucla.edu>
28832
28833         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
28834         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
28835         drive prefix.
28836         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
28837         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
28838         (last_component): New method.
28839         * lib/dirname.c (dir_len): Determine when drive letters need a
28840         subsequent slash.  Preserve // when it is special.
28841         (dir_name): Don't append dot when drive letter is absolute.
28842         [TEST_DIRNAME]: Move into a full-blown gnulib test.
28843         * lib/basename.c (base_name): New semantics - malloc the result.
28844         Preserve // when it is special.  Preserve relative files that look
28845         like drive letters.
28846         (base_len): Preserve // when it is special.
28847         (last_component): New method, similar to old base_name semantics.
28848         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
28849         base_name.  Strip redundant slashes from ///.
28850
28851 2006-07-03  Jim Meyering  <jim@meyering.net>
28852
28853         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
28854         macro is used before the first cycle_check call.
28855
28856 2006-07-03  Eric Blake  <ebb9@byu.net>
28857
28858         * modules/dirname (Depends-on): Add xstrndup.
28859
28860 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
28861
28862         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
28863         test cases, so that config.log is a bit easier to follow.
28864
28865 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
28866
28867         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
28868         both are 64 bits, since this seems to be the tradition, and this
28869         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
28870         we ever run into a host that prefers long long to long in this
28871         case, we'll need another configure-time test.  Problem reported by
28872         Jim Meyering.
28873
28874 2006-07-02  Eric Blake  <ebb9@byu.net>
28875
28876         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
28877
28878 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28879
28880         * modules/inttypes (Depends-on): No longer depends on stdint.
28881         * modules/stdint (Description): Say more about assumptions.
28882         Say that the fast types might differ.  Say macros are used.
28883         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
28884         (Makefile.am): Revise list of substituted symbols to match
28885         new stdint.m4.
28886         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
28887         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
28888         * tests/test-stdint.c (verify_same_types)
28889         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
28890         the code conforms to C99/C89.
28891         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
28892         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
28893
28894 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28895
28896         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
28897         but fix a bug, by requiring at least 64 bits.
28898         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
28899         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
28900         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
28901         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
28902
28903         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
28904         changes.  Make 2.59 a prerequisite.  Check and substitute for
28905         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
28906         inttypes.h.  Do not use special include files; just use the
28907         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
28908         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
28909         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
28910         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
28911         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
28912         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
28913         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
28914         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
28915         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
28916         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
28917         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
28918         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
28919         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
28920         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
28921         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
28922         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
28923         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
28924         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
28925         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
28926         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
28927         WINT_MAX.  Check for C99 conformance more strictly, by detecting
28928         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
28929         not check for things that C99 does not require, e.g., int8_t.  If
28930         a test isn't needed unless <stdint.h> isn't working, and is
28931         unlikely to be needed for any other reason, then don't do it
28932         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
28933         size_t, since we assume C89 freestanding at least.  Do not check
28934         for sig_atomic_t, wchar_t, or wint_t, since the code now does
28935         the right thing even if the types are not defined.  Instead use:
28936         (gl_STDINT_TYPE_PROPERTIES): New macro.
28937         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
28938         testing whether <sys/types.h> clashes, as Autoconf does this for
28939         us now.  All uses removed.
28940         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
28941         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
28942         (gl_CHECK_TYPE_SAME):
28943         Remove; no longer needed.
28944         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
28945         exists, since we'll return 0 anyway in that case.
28946         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
28947
28948 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28949
28950         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
28951         possible collision with system files.
28952         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
28953         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
28954         WCHAR_MIN and WCHAR_MAX in this case.
28955         (<stddef.h>): Do not include; no longer needed.
28956         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
28957         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
28958         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
28959         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
28960         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
28961         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
28962         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
28963         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
28964         !defined(__c99))]: Include in this case too, since it's harmless
28965         now.
28966         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
28967         dangerous to do so.
28968         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
28969         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
28970         (_STDINT_MIN, _STDINT_MAX): New macros.
28971         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
28972         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
28973         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
28974         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
28975         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
28976         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
28977         macros, not typedefs; this simplifies things quite a bit.
28978         Use long int for all types narrower than int64_t.
28979         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
28980         Define in terms of long long int or int64_t or long int,
28981         not int64_t or int32_t.  This saves some compile-time testing.
28982         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
28983         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
28984         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
28985         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
28986         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
28987         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
28988         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
28989         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
28990         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
28991         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
28992         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
28993         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
28994         undef any previous version and define our own version, for
28995         simplicity and consistency with the new macros for types.
28996         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
28997         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
28998         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
28999         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
29000         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
29001         @WINT_T_SUFFIX@ to keep things simple here.
29002         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
29003         Simplify by assuming typical 8/16/32/64 host, since we're
29004         already doing that elsewhere anyway.
29005         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
29006         and assume long long int is 64 bits if available.  This
29007         speeds up 'configure'.
29008
29009 2006-07-01  Eric Blake  <ebb9@byu.net>
29010
29011         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
29012         Reported by Andreas Buening.
29013
29014 2006-07-01  Eric Blake  <ebb9@byu.net>
29015
29016         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
29017
29018 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
29019
29020         * lib/getaddrinfo.c: fixed typo
29021
29022 2006-06-29  Jim Meyering  <jim@meyering.net>
29023
29024         * modules/strftime (Maintainer): Add my name, since with the
29025         FPRINTFTIME changes strftime.c has forked from glibc.
29026
29027 2006-06-29  Eric Blake  <ebb9@byu.net>
29028
29029         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
29030
29031 2006-06-29  Eric Blake  <ebb9@byu.net>
29032
29033         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
29034
29035 2006-06-29  Eric Blake  <ebb9@byu.net>
29036
29037         * lib/stat_.h: New file.
29038
29039 2006-06-29  Eric Blake  <ebb9@byu.net>
29040
29041         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
29042         unused static function.
29043
29044 2006-06-29  Eric Blake  <ebb9@byu.net>
29045
29046         * doc/functions.texi (Function Portability): Document missing lstat
29047         on mingw.
29048
29049 2006-06-29  Eric Blake  <ebb9@byu.net>
29050
29051         * MODULES.html.sh: Add sys_stat.
29052         * modules/sys_stat: New module.
29053         * modules/mkstemp (Depends-on): Add sys_stat.
29054
29055 2006-06-29  Derek R. Price  <derek@ximbiot.com>
29056
29057         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
29058
29059 2006-06-29  Derek R. Price  <derek@ximbiot.com>
29060
29061         * m4/c-bs-a.m4: Removed.
29062
29063 2006-06-29  Derek R. Price  <derek@ximbiot.com>
29064
29065         * lib/strftime.c: Assume strftime() exists.
29066
29067 2006-06-29  Derek Price  <derek@ximbiot.com>
29068
29069         * modules/c-bs-a: Removed - \a is C89.
29070         * MODULES.html.sh: Remove c-bs-a.
29071
29072 2006-06-29  Bruno Haible  <bruno@clisp.org>
29073
29074         * modules/wcwidth (License): Change to LGPL.
29075
29076 2006-06-28  Simon Josefsson  <jas@extundo.com>
29077
29078         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
29079         on _WIN32.
29080
29081         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
29082         getnameinfo.
29083
29084 2006-06-28  Simon Josefsson  <jas@extundo.com>
29085
29086         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
29087
29088 2006-06-28  Simon Josefsson  <jas@extundo.com>
29089
29090         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
29091         functions there.  It will succeed on Windows XP, but on Windows
29092         2000 and (presumably) earlier, it will fail, and use the internal
29093         re-implementation.
29094         (use_win32_p): New function.
29095         (getaddrinfo): Use strtoul on servname, to support numeric ports.
29096         Support AI_NUMERICSERV to disable getservbyname.
29097         (getnameinfo): New function, only supports
29098         NI_NUMERICHOST|NI_NUMERICSERV for now.
29099
29100         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
29101         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
29102         getnameinfo.
29103
29104 2006-06-28  Eric Blake  <ebb9@byu.net>
29105
29106         * modules/wcwidth: New file.
29107         * modules/mbchar (Depends-on): Add wcwidth.
29108         * modules/mbswidth (Depends-on): Add wcwidth.
29109         * MODULES.html.sh: Add wcwidth.
29110
29111 2006-06-28  Eric Blake  <ebb9@byu.net>
29112
29113         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
29114         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
29115
29116 2006-06-28  Eric Blake  <ebb9@byu.net>
29117
29118         * lib/xvasprintf.h: Fix comments.
29119
29120 2006-06-28  Eric Blake  <ebb9@byu.net>
29121
29122         * lib/mbchar.h (wcwidth): Include wcwidth.h.
29123         * lib/mbswidth.c (wcwidth): Move from here...
29124         * lib/wcwidth.h: ...to this new file.
29125
29126 2006-06-28  Derek R. Price  <derek@ximbiot.com>
29127
29128         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
29129
29130         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
29131         it's obsolete.
29132         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
29133
29134 2006-06-28  Derek R. Price  <derek@ximbiot.com>
29135
29136         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
29137         Autoconf 2.60 says this stuff was obsolete.
29138
29139 2006-06-28  Bruno Haible  <bruno@clisp.org>
29140
29141         * modules/wcwidth (Files): Add m4/wchar_t.m4.
29142
29143 2006-06-28  Bruno Haible  <bruno@clisp.org>
29144
29145         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
29146         gt_TYPE_WCHAR_T.
29147
29148 2006-06-28  Bruno Haible  <bruno@clisp.org>
29149
29150         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
29151         declaration for wcwidth.
29152         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
29153
29154 2006-06-28  Bruno Haible  <bruno@clisp.org>
29155
29156         * lib/mkdtemp.c [MINGW]: Include <io.h>.
29157         (mkdir): Define using _mkdir.
29158
29159 2006-06-28  Bruno Haible  <bruno@clisp.org>
29160
29161         * lib/getaddrinfo.h: Fix POSIX URL.
29162         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
29163         _WIN32.
29164         (use_win32_p): Make static.
29165         (getaddrinfo): Reject service name if it is empty or does not consist
29166         solely of decimal digits, or if its value is > 65535.
29167         (getnameinfo): Remove useless casts.
29168
29169 2006-06-27  Simon Josefsson  <jas@extundo.com>
29170
29171         * modules/sys_select: New file, suggested by Bruno Haible, Paul
29172         Eggert and Martin Lambers.
29173
29174 2006-06-27  Simon Josefsson  <jas@extundo.com>
29175
29176         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
29177         Eggert and Martin Lambers.
29178
29179 2006-06-27  Bruno Haible  <bruno@clisp.org>
29180
29181         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
29182         result to 0, not to empty.
29183         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
29184
29185 2006-06-27  Bruno Haible  <bruno@clisp.org>
29186
29187         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
29188
29189 2006-06-26  Simon Josefsson  <jas@extundo.com>
29190
29191         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
29192         present.
29193
29194 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
29195
29196         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
29197         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
29198         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
29199
29200 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
29201
29202         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
29203
29204 2006-06-26  Bruno Haible  <bruno@clisp.org>
29205
29206         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
29207
29208 2006-06-26  Bruno Haible  <bruno@clisp.org>
29209
29210         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
29211
29212 2006-06-26  Bruno Haible  <bruno@clisp.org>
29213
29214         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
29215         SGI C compiler in pre-C99 mode.
29216         Suggested by Mark D. Baushke and Larry Jones.
29217
29218 2006-06-26  Bruno Haible  <bruno@clisp.org>
29219
29220         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
29221         WCHAR_MAX.
29222         Reported by Mark D. Baushke and Larry Jones.
29223
29224 2006-06-26  Bruno Haible  <bruno@clisp.org>
29225
29226         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
29227         in pre-C99 mode.
29228         Suggested by Mark D. Baushke and Larry Jones.
29229
29230 2006-06-23  Simon Josefsson  <jas@extundo.com>
29231             Bruno Haible  <bruno@clisp.org>
29232
29233         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
29234         Emit mostlyclean-local rule.
29235         (func_emit_tests_Makefile_am): Likewise.
29236         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
29237
29238 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
29239
29240         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
29241
29242 2006-06-23  Bruno Haible  <bruno@clisp.org>
29243
29244         * tests/test-stdint.c: Update to match ISO C 99 Technical
29245         Corrigendum 1.
29246
29247 2006-06-23  Bruno Haible  <bruno@clisp.org>
29248
29249         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
29250
29251 2006-06-23  Bruno Haible  <bruno@clisp.org>
29252
29253         * lib/stdint_.h: Treat IRIX like OpenBSD.
29254
29255 2006-06-23  Bruno Haible  <bruno@clisp.org>
29256
29257         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
29258         ISO C 99 Technical Corrigendum 1.
29259
29260 2006-06-22  Simon Josefsson  <jas@extundo.com>
29261
29262         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
29263         MinGW.
29264
29265 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29266
29267         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
29268         needed.  Some compiler complained about some of them.  Problem reported
29269         by Larry Jones in
29270         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
29271
29272 2006-06-21  Simon Josefsson  <jas@extundo.com>
29273
29274         * tests/test-getaddrinfo.c: New file.
29275
29276         * modules/getaddrinfo-tests: New file.
29277
29278         * MODULES.html.sh: Add inet_pton.
29279
29280         * modules/inet_pton: New file.
29281
29282 2006-06-21  Simon Josefsson  <jas@extundo.com>
29283
29284         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
29285         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
29286         of using the (limited) gnulib implementation on Windows XP.
29287
29288         * m4/inet_pton.m4: New file.
29289
29290 2006-06-21  Simon Josefsson  <jas@extundo.com>
29291
29292         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
29293         variable.
29294
29295         * lib/socket_.h: Don't define WINVER.
29296
29297         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
29298         slightly modified to work in gnulib.
29299
29300 2006-06-21  Simon Josefsson  <jas@extundo.com>
29301
29302         * doc/gnulib.texi (Windows sockets): Add.
29303
29304 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
29305
29306         * lib/read-file.c (fread_file): Start with buffer allocation of
29307         0 bytes rather than 1 byte; this simplifies the code.
29308         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
29309         code to free buffer and save/restore errno.
29310         (internal_read_file): Remove unused local.
29311
29312 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
29313
29314         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
29315         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
29316         Problem reported by Denis Excoffier in
29317         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
29318
29319 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29320
29321         * modules/sys_socket, modules/socklen: Include sys/types since
29322         FreeBSD 4.x's sys/socket.h needs it.
29323
29324 2006-06-19  Simon Josefsson  <jas@extundo.com>
29325
29326         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
29327
29328 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
29329
29330         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
29331
29332 2006-06-19  Bruno Haible  <bruno@clisp.org>
29333
29334         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
29335         and FULL_PATH_INTTYPES_H in angle brackets.
29336         Reported by Mark D. Baushke <mdb@gnu.org>.
29337
29338 2006-06-17  Eric Blake  <ebb9@byu.net>
29339
29340         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
29341         errno.
29342
29343 2006-06-17  Bruno Haible  <bruno@clisp.org>
29344
29345         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
29346         <sys/inttypes.h>.
29347
29348 2006-06-17  Bruno Haible  <bruno@clisp.org>
29349
29350         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
29351         whether errno is declared. Assume <errno.h> declares errno.
29352
29353 2006-06-17  Bruno Haible  <bruno@clisp.org>
29354
29355         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
29356
29357 2006-06-17  Bruno Haible  <bruno@clisp.org>
29358
29359         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
29360         problem on Solaris 2.5.1.
29361
29362 2006-06-16  Eric Blake  <ebb9@byu.net>
29363
29364         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
29365         * lib/unicodeio.c [!defined errno]: Likewise.
29366         * lib/strtol.c [!defined errno]: Likewise.
29367         * lib/strtod.c [!defined errno]: Likewise.
29368
29369 2006-06-15  Eric Blake  <ebb9@byu.net>
29370
29371         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
29372
29373 2006-06-15  Eric Blake  <ebb9@byu.net>
29374
29375         * config/srclist.txt (ssize_t.m4): Lose sync.
29376
29377 2006-06-15  Bruno Haible  <bruno@clisp.org>
29378
29379         * modules/stdint (Files): Include m4/full-header-path.m4,
29380         m4/size_max.m4, m4/wchar_t.m4.
29381         (Makefile.am): Many more substitutions.
29382         * modules/stdint-tests: New file.
29383         * tests/test-stdint.c: New file.
29384
29385 2006-06-15  Bruno Haible  <bruno@clisp.org>
29386
29387         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
29388         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
29389         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
29390         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
29391         gl_CHECK_TYPE_SAME): New macros.
29392
29393 2006-06-15  Bruno Haible  <bruno@clisp.org>
29394
29395         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
29396
29397 2006-06-15  Bruno Haible  <bruno@clisp.org>
29398
29399         * lib/stdint_.h: Rewritten to be fully auto-configured.
29400         Fixes bug on HP-UX/IA64.
29401
29402 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
29403
29404         * lib/getdate.y (__attribute__): Don't define if already defined.
29405         Problem reported by Larry Jones.
29406         * lib/utimens.c (__attribute__): Likewise.
29407
29408 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
29409
29410         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
29411         reported by Andreas Schwab.
29412
29413 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29414             Bruno Haible  <bruno@clisp.org>
29415
29416         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
29417         check for the declaration of strnlen and a run test that exposes the
29418         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
29419         rpl_strndup.
29420
29421 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29422             Bruno Haible  <bruno@clisp.org>
29423
29424         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
29425
29426 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29427
29428         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
29429         compile test, for Tru64 4.0D.
29430
29431 2006-05-28  Karl Berry  <karl@gnu.org>
29432
29433         * config/srclist.txt (printf-args.c): lose sync.
29434
29435 2006-05-26  Martin Lambers  <marlam@marlam.de>
29436
29437         * lib/getpass.c: Updates the test for the native W32 API, and adds
29438         missing includes, thus fixing compilation warnings.
29439
29440 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
29441
29442         * lib/exclude.c (exclude_fnmatch): New function.
29443         (excluded_file_name): Call exclude_fnmatch.
29444         * lib/exclude.h (excluded_file_name): New prototype
29445
29446 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
29447
29448         * lib/tempname.c (small_open, large_open): New macros.
29449         (__open, __open64) [!_LIBC]: Remove.
29450         (__gen_tempname): Use small_open and large_open instead of __open
29451         and __open64.  This fixes a portability bug on HP-UX 11.11i
29452         reported by Simon Wing-Tang in
29453         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
29454
29455 2006-05-24  Bruno Haible  <bruno@clisp.org>
29456
29457         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
29458         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
29459         Reported by Thorsten Maerz <torte@netztorte.de> via
29460         Aaron Stone <aaron@serendipity.cx>.
29461
29462 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
29463
29464         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
29465         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
29466         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
29467         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
29468         not really conditional on the cache.
29469         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
29470
29471 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
29472
29473         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
29474         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
29475         (my_usleep): Don't mishandle maximum value.
29476
29477 2006-05-19  Jim Meyering  <jim@meyering.net>
29478
29479         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
29480
29481 2006-05-17  Bruno Haible  <bruno@clisp.org>
29482
29483         Cygwin portability.
29484         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
29485
29486 2006-05-17  Bruno Haible  <bruno@clisp.org>
29487
29488         * lib/stdint_.h: Fix recognition of Cygwin.
29489
29490 2006-05-15  Bruno Haible  <bruno@clisp.org>
29491
29492         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
29493         on libtool patch by Ralf Wildenhues.
29494
29495 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
29496
29497         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
29498         test for C99 conformance; (bool) 0.5 is an integer constant
29499         expression, but (bool) -0.5 is not.  Problem reported by Fedor
29500         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
29501
29502 2006-05-11  Simon Josefsson  <jas@extundo.com>
29503
29504         * m4/xvasprintf.m4: Fix obvious typo.
29505
29506 2006-05-11  Jim Meyering  <jim@meyering.net>
29507
29508         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
29509         James Lemley.
29510
29511 2006-05-10  Simon Josefsson  <jas@extundo.com>
29512
29513         * lib/md4.c: Typo fix, update copyright years.
29514         (K1, K2): Don't use L because it turn computations into 64-bit on
29515         64-bit platforms.
29516
29517 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
29518
29519         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
29520         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
29521         unwanted sign propagation, e.g., on hosts with 64-bit int.
29522         There still are some problems with reeelly weird theoretical hosts
29523         (e.g., 33-bit int) but it's not worth worrying about now.
29524         * lib/sha1.c (rol): Likewise.
29525         (K1, K2, K3, K4): Remove unnecessary L suffix.
29526
29527 2006-05-10  Bruno Haible  <bruno@clisp.org>
29528
29529         * lib/des.c: Cast to avoid warnings.
29530
29531 2006-05-09  Bruno Haible  <bruno@clisp.org>
29532
29533         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
29534         (Depends-on): Depend also on xsize, stdarg.
29535         (configure.ac): Add gl_XVASPRINTF.
29536
29537 2006-05-09  Bruno Haible  <bruno@clisp.org>
29538
29539         * m4/xvasprintf.m4: New file.
29540
29541 2006-05-09  Bruno Haible  <bruno@clisp.org>
29542
29543         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
29544         (EOVERFLOW): Define fallback value.
29545         (xstrcat): New function.
29546         (xvasprintf): Recognize the special case of a string concatenation.
29547
29548 2006-05-08  Eric Blake  <ebb9@byu.net>
29549
29550         * gnulib-tool (func_version): Base copyright year on CVS date.
29551         (func_emit_copyright_notice): New function.
29552         (func_emit_lib_Makefile_am): Use it.
29553         (func_emit_tests_Makefile_am): Likewise.
29554         (func_import): Likewise.
29555
29556 2006-05-08  Bruno Haible  <bruno@clisp.org>
29557
29558         * modules/stdarg: New file.
29559         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
29560
29561 2006-05-08  Bruno Haible  <bruno@clisp.org>
29562
29563         * m4/stdarg.m4: New file, from GNU gettext.
29564
29565 2006-05-08  Bruno Haible  <bruno@clisp.org>
29566
29567         * config/srclist.txt (build-aux/config.rpath): different from latest
29568         release.
29569
29570 2006-05-08  Bruno Haible  <bruno@clisp.org>
29571
29572         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
29573
29574 2006-05-05  Jim Meyering  <jim@meyering.net>
29575
29576         * m4/warning.m4: New file, derived from bison's file by the same name.
29577
29578 2006-05-03  Bruno Haible  <bruno@clisp.org>
29579
29580         * lib/stdint_.h: Shorter URL.
29581         * lib/inttypes.h: Likewise.
29582
29583 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
29584
29585         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
29586
29587 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
29588
29589         * lib/verify.h: Document the internals better.  Most of this change
29590         was written by Bruno Haible.
29591
29592 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
29593
29594         * doc/verify.texi: New file, partly based on a proposal by
29595         Bruno Haible.
29596
29597 2006-05-02  Bruno Haible  <bruno@clisp.org>
29598
29599         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
29600         test from here...
29601         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
29602
29603 2006-04-29  Bruno Haible  <bruno@clisp.org>
29604
29605         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
29606         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
29607
29608 2006-04-29  Bruno Haible  <bruno@clisp.org>
29609
29610         * gnulib-tool: Make --update option actually work.
29611
29612 2006-04-29  Bruno Haible  <bruno@clisp.org>
29613
29614         * doc/gcd.texi: New file.
29615         * doc/gnulib.texi: Include it.
29616
29617 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
29618
29619         * lib/getdate.y (get_date): When adding relative date, start with the
29620         initial time, not with the result of the first mktime call.
29621
29622 2006-04-25  Bruno Haible  <bruno@clisp.org>
29623
29624         * gnulib-tool (func_import): Output the include directives in three
29625         blocks, sorted separately.
29626         Reported by Ben Pfaff <blp@cs.stanford.edu>.
29627
29628 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
29629
29630         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
29631         to define main with arguments, for C++.  Reported by Eric Blake.
29632         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
29633         Prefer 'int main ()' to 'int main (void)', for C++.
29634         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
29635         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
29636         for 'main', for C99 and C++.
29637
29638 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
29639
29640         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
29641         Don't assume that exit status -1 is valid.
29642         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
29643         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
29644         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
29645         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
29646         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
29647         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
29648         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
29649         functions can be used without declaring them, or that you can
29650         exit with status -1.
29651         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
29652
29653 2006-04-24  Karl Berry  <karl@gnu.org>
29654
29655         * config/srclist.txt (longdouble.m4): sync lost.
29656
29657 2006-04-24  Eric Blake  <ebb9@byu.net>
29658
29659         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
29660
29661 2006-04-24  Bruno Haible  <bruno@clisp.org>
29662
29663         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
29664         poll() implementation in AIX.
29665         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29666
29667 2006-04-24  Bruno Haible  <bruno@clisp.org>
29668
29669         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
29670         assigned exactly once.
29671
29672 2006-04-23  Claudio Fontana  <claudio@gnu.org>
29673             Bruno Haible  <bruno@clisp.org>
29674
29675         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
29676         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
29677         for AM_CPPFLAGS.
29678
29679 2006-04-23  Bruno Haible  <bruno@clisp.org>
29680
29681         * modules/copy-file: Depend on unistd.
29682         * modules/execute: Likewise.
29683         * modules/fatal-signal: Likewise.
29684         * modules/findprog: Likewise.
29685         * modules/mkdtemp : Likewise.
29686         * modules/pipe: Likewise.
29687         * modules/wait-process: Likewise.
29688
29689 2006-04-23  Bruno Haible  <bruno@clisp.org>
29690
29691         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
29692         condition was already detected.
29693         Reported by Ben Pfaff <blp@cs.stanford.edu>.
29694
29695 2006-04-23  Bruno Haible  <bruno@clisp.org>
29696
29697         * lib/copy-file.c: Include <unistd.h> unconditionally.
29698         * lib/execute.c: Likewise.
29699         * lib/fatal-signal.c: Likewise.
29700         * lib/findprog.c: Likewise.
29701         * lib/mkdtemp.c: Likewise.
29702         * lib/pipe.h: Likewise.
29703         * lib/pipe.c: Likewise.
29704         * lib/wait-process.h: Likewise.
29705
29706 2006-04-23  Bruno Haible  <bruno@clisp.org>
29707
29708         * gnulib-tool (func_usage): Fix --import description. Document
29709         --update.
29710         (func_import): Create temporary file in a temporary directory, if
29711         --dry-run is specified. Silence errors from 'grep' when there are no
29712         m4 files in $m4dir.
29713         (func_create_testdir): Silence errors from 'grep' when there are no
29714         m4 files in $m4dir.
29715         Reported by Karl Berry <karl@freefriends.org>.
29716
29717 2006-04-20  Bruno Haible  <bruno@clisp.org>
29718
29719         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
29720         one argument, so that the code will be portable to Autoconf 2.60.
29721         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
29722         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
29723         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
29724
29725 2006-04-19  Derek Price  <derek@ximbiot.com>
29726             Eric Blake  <ebb9@byu.net>
29727
29728         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
29729         rather than "/full/path.h".  Update comment to match.  Shorten &
29730         generalize m4_translit call via AS_TR_CPP.
29731
29732 2006-04-19  Derek Price  <derek@ximbiot.com>
29733             Eric Blake  <ebb9@byu.net>
29734
29735         * lib/inttypes.h: Correct grammar in comment.
29736
29737 2006-04-18  Derek Price  <derek@ximbiot.com>
29738             Paul Eggert  <eggert@cs.ucla.edu>
29739
29740         * modules/inttypes: New file.
29741         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
29742
29743 2006-04-18  Derek Price  <derek@ximbiot.com>
29744             Paul Eggert  <eggert@cs.ucla.edu>
29745
29746         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
29747         New files.
29748
29749 2006-04-18  Derek Price  <derek@ximbiot.com>
29750             Paul Eggert  <eggert@cs.ucla.edu>
29751
29752         * lib/inttypes.h: New file.
29753         * lib/strtoimax.c: Assume <inttypes.h>.
29754
29755 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
29756
29757         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
29758         isn't mounted.  Problem reported by Kir Kolyshkin.
29759
29760 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
29761
29762         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
29763         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
29764         Derek R. Price.
29765         * lib/regex.h (RE_DUP_MAX): Update comment to match current
29766         implementation.
29767
29768 2006-04-12  Eric Blake  <ebb9@byu.net>
29769
29770         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
29771         is now done automatically by the corresponding Autoconf macro.
29772
29773 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
29774
29775         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
29776         time_r.h.
29777
29778 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
29779
29780         Merge regex changes from libc, removing some of our
29781         POSIX-conformance changes that were rejected and redoing them in a
29782         less-intrusive way.
29783
29784         * lib/regcomp.c (re_compile_internal, init_dfa):
29785         Length arg is now size_t, not Idx.  All uses changed.
29786         (peek_token): Forward decl now says internal_function.
29787         (__re_error_msgid, __re_error_msgid_idx):
29788         Now static rather than extern with attribute_hidden.
29789         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
29790         For some reason libc prefers K&R style defns for external functions.
29791         (regerror) [!defined _LIBC]: Likewise.
29792         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
29793         (seek_collating_symbol_entry, lookup_collation_sequence_value):
29794         (build_range_exp, build_collating_symbol):
29795         Use K&R-style defn.
29796         (re_compile_fastmap): Use '\0' to memset, not 0.
29797         (utf8_sb_map): Make the calculations more obvious.
29798         (init_dfa, parse_bracket_exp, build_charclass_op):
29799         Call calloc and cast result, as glibc does.
29800         (init_word_char, fetch_token, peek_token, peek_token_bracket):
29801         (build_range_exp, build_collating_symbol):
29802         Now internal functions.
29803
29804         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
29805
29806         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
29807         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
29808         Don't depend on VMS; depend on __VMS instead, for POSIX
29809         namespace cleanness.
29810         (regoff_t): Define to ssize_t, not long int.
29811
29812         Remove the REG_ macros named below.  Instead, make the old names
29813         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
29814         __USE_GNU_REGEX.
29815         (REG_BACKSLASH_ESCAPE_IN_LISTS):
29816         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
29817         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
29818         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
29819         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
29820         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
29821         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
29822         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
29823         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
29824         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
29825         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
29826         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
29827         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
29828         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
29829         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
29830         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
29831         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
29832         (REG_NREGS):
29833         Remove.  All uses replaced by the old RE_* names.
29834         (RE_BACKSLASH_ESCAPE_IN_LISTS):
29835         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
29836         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
29837         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
29838         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
29839         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
29840         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
29841         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
29842         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
29843         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
29844         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
29845         Don't bother having these macros be independent of each others'
29846         values, since they no longer exist in the POSIX name space.
29847
29848         Rename the following member names back to their old names,
29849         unless !__USE_GNU_REGEX.  All uses changed back.
29850         (buffer): Renamed from re_buffer.
29851         (allocated): Renamed from re_allocated.
29852         (used): Renamed from re_used.
29853         (syntax): Renamed from re_syntax.
29854         (fastmap): Renamed from re_fastmap.
29855         (translate): Renamed from re_translate.
29856         (can_be_null): Renamed from re_can_be_null.
29857         (regs_allocated): Renamed from re_regs_allocated.
29858         (fastmap_accurate): Renamed from re_fastmap_accurate.
29859         (no_sub): Renamed from re_no_sub.
29860         (not_bol): Renamed from re_not_bol.
29861         (not_eol): Renamed from re_not_eol.
29862         (newline_anchor): Renamed from re_newline_anchor.
29863         (num_regs): Renamed from rm_num_regs.
29864         (start): Renamed from rm_start.
29865         (end): Renamed from rm_end.
29866
29867         (free_state): Move up a bit.
29868
29869         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
29870         #define to be empty.
29871         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
29872         when that is what is intended.
29873         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
29874         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
29875         (MAX): New macro.
29876         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
29877         All uses changed back to re_malloc, etc.  It's now the caller's
29878         responsibility to check for overflow; all callers changed.
29879         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
29880         (re_x2nrealloc): Remove.
29881         (free_state): Remove decl.
29882
29883         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
29884         (re_set_registers, re_exec):
29885         Use K&R-style defn.
29886
29887         2006-01-31  Roland McGrath  <roland@redhat.com>
29888
29889         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
29890         Reported by Mike Frysinger <vapier@gentoo.org>.
29891
29892         2006-01-15  Andreas Jaeger  <aj@suse.de>
29893
29894         [BZ #1950]
29895         * lib/regex_internal.c (re_string_reconstruct): Adjust for
29896         build_wcs_upper_buffer change.
29897         (build_wcs_upper_buffer): Change return type.
29898
29899         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
29900
29901         * lib/regex_internal.h: Include <stdint.h> if available.
29902
29903         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
29904
29905         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
29906
29907         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
29908
29909         * lib/regcomp.c: Adjust for changed secondary hash function.
29910
29911         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
29912
29913         * lib/regex.h: Pretty printing.
29914         Clean up namespace a bit.
29915
29916         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
29917
29918         * lib/regexec.c (update_cur_sifted_state, check_arrival,
29919         check_arrival_add_next_nodes): Avoid using uninitialized variable.
29920
29921         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
29922                     Ulrich Drepper  <drepper@redhat.com>
29923
29924         [BZ #1302]
29925         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
29926         changed.
29927         (bitset_word_t): Renamed from bitset_word.  All uses changed.
29928
29929         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
29930
29931         [BZ #281]
29932         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
29933         * lib/regcomp.c: Remove unnecessary uses of
29934         unsigned RE_TRANSLATE_TYPE.
29935         * lib/regex_internal.h: Likewise.
29936         * lib/regex_internal.c: Likewise.
29937         * lib/regexec.c: Likewise.
29938         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
29939
29940         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
29941
29942         * lib/regexec.c (find_recover_state): Remove unnecessary
29943         initialization.
29944         (transit_state_bkref): Make DFA a const pointer.
29945         (get_subexp): Likewise.
29946         (check_arrival): Likewise.
29947         (update_cur_sifted_state): Likewise.
29948         (re_search_internal): Likewise.
29949         (prune_impossible_nodes): Likewise.
29950         (acquire_init_state_context): Likewise.
29951         (proceed_next_node): Likewise.
29952         (set_regs): Likewise.
29953         (free_fail_stack_return): Likewise.
29954         (check_arrival_expand_ecl): Mark DFA parameter as const.
29955         (check_arrival_expand_ecl_sub): Likewise.
29956         (check_subexp_limits): Likewise.
29957         (sub_epsilon_src_nodes):  Likewise.
29958         (add_epsilon_src_nodes):  Likewise.
29959         (merge_state_array): Likewise.
29960         (update_regs): Likewise.
29961         (build_trtable): Likewise.
29962         (sift_states_backward): Mark MCTX parameter as const.
29963         (build_sifted_states): Likewise.
29964         (update_cur_sifted_state): Likewise.
29965         (sift_states_mkref): Likewise.
29966         (check_arrival_expand_ecl): Mark eclosure as const.
29967         (check_dst_limits_calc_pos_1): Likewise.
29968         * lib/regex_internal.h (re_match_context_t): Make dfa a const
29969         pointer.
29970
29971         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
29972
29973         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
29974         (transit_state_sb): Likewise.
29975         (transit_state_mb): Likewise.
29976         (sift_states_iter_mb): Likewise.
29977         (check_arrival_add_next_nodes): Likewise.
29978         (check_node_accept_bytes): Change first parameter to pointer-to-const.
29979         [_LIBC] (re_search_2_stub): Use mempcpy.
29980
29981         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
29982         mbrtowc for very simple UTF-8 case.
29983
29984         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
29985         a pointer-to-const.
29986         (re_acquire_state_context): Likewise.
29987         * lib/regex_internal.h: Adjust prototypes.
29988
29989         * lib/regex.c: Prevent using C++ compilers.
29990
29991         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
29992         (re_acquire_state_context): Likewise.
29993
29994 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
29995
29996         * modules/regex (Depends-on): Add ssize_t.
29997
29998 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
29999
30000         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
30001         translation table.
30002
30003 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
30004
30005         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
30006
30007 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
30008             Bruno Haible  <bruno@clisp.org>
30009
30010         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
30011         <sys/types.h> and <inttypes.h>.
30012
30013 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30014
30015         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
30016         `__error_t_defined', so argp.h will not typedef the former.
30017
30018 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
30019
30020         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
30021         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
30022         glibc names.  Even if glibc is changed to conform to POSIX, the
30023         traditional names will be available anyway, since regex depends on
30024         the extensions module.  Also, fix a longstanding typo in the
30025         implementation of Spencer ERE test #75 from grep 2.3.  Problems
30026         reported by Emanuele Giaquinta.  Also, change sense of cached
30027         variable, so that the message makes sense.
30028
30029 2006-03-24  Simon Josefsson  <jas@extundo.com>
30030
30031         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
30032         including some doc fixes.
30033         (base64_encode_alloc): Fix +1 bug on allocation failures.
30034
30035 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30036
30037         * lib/base64.c (base64_encode): Do not read past end of array with
30038         unsanitized input on systems with CHAR_BIT > 8.
30039
30040 2006-03-24  Eric Blake  <ebb9@byu.net>
30041
30042         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
30043
30044 2006-03-22  Karl Berry  <karl@gnu.org>
30045
30046         * config/srclist.txt (*setenv.[ch]): get from coreutils.
30047         * config/srclistvars.sh (COREUTILS): new var.
30048
30049 2006-03-17  Jim Meyering  <jim@meyering.net>
30050
30051         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
30052         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
30053
30054 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
30055
30056         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
30057         no longer needs it.  Instead, check that regoff_t is as least
30058         as wide as ptrdiff_t.
30059
30060         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
30061         so that our regex.h stays compatible with the installed regex.
30062         This is helpful for installers who configure --without-included-regex.
30063         Problem reported by Emanuele Giaquinta.
30064
30065 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
30066
30067         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
30068         Typedef to long int, not to off_, as POSIX will likely change
30069         in that direction.
30070
30071 2006-03-15  Eric Blake  <ebb9@byu.net>
30072
30073         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
30074
30075 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
30076
30077         * lib/argp-help.c (validate_uparams): Fix typo
30078         * lib/argp-parse.c (argp_default_options): Consistently begin help
30079         messages with a lowercase letter.
30080
30081 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
30082
30083         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
30084         overrun buffers and shouldn't be used (much as gets shouldn't be
30085         used).
30086         * lib/time_r.c (asctime_r, ctime_r): Likewise.
30087
30088 2006-03-08  Simon Josefsson  <jas@extundo.com>
30089
30090         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
30091         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30092
30093 2006-03-08  Simon Josefsson  <jas@extundo.com>
30094
30095         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
30096         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30097
30098 2006-03-08  Simon Josefsson  <jas@extundo.com>
30099
30100         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
30101         signal that configure disabled the device.
30102
30103 2006-03-08  Simon Josefsson  <jas@extundo.com>
30104
30105         * build-aux/maint.mk: Fix refresh-po, to handle no translated
30106         languages.
30107
30108 2006-03-07  Simon Josefsson  <jas@extundo.com>
30109
30110         * modules/getopt (Depends-on): Add unistd.
30111
30112         * modules/unistd: New file.
30113
30114 2006-03-07  Simon Josefsson  <jas@extundo.com>
30115
30116         * modules/gc-random: New file.
30117
30118 2006-03-07  Simon Josefsson  <jas@extundo.com>
30119
30120         * m4/unistd_h.m4: New file.
30121
30122 2006-03-07  Simon Josefsson  <jas@extundo.com>
30123
30124         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
30125         test to be side-effect free by storing the result in the cache
30126         variable gl_cv_lib_readline, and moving the assignment of
30127         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
30128         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30129
30130 2006-03-07  Simon Josefsson  <jas@extundo.com>
30131
30132         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
30133         error on missing devices (the functions will return an error).
30134
30135         * m4/gc.m4: Move random stuff to gc-random.m4
30136
30137 2006-03-07  Simon Josefsson  <jas@extundo.com>
30138
30139         * lib/unistd_.h: New file.
30140
30141 2006-03-07  Simon Josefsson  <jas@extundo.com>
30142
30143         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
30144
30145 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
30146
30147         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
30148         Problem reported by Juan Manuel Guerrero.
30149
30150 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
30151
30152         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
30153         the unistd module.
30154         * lib/getlogin_r.c: Likewise.
30155         * lib/getlogin_r.h: Likewise.
30156         * lib/glob.c: Likewise.
30157         * lib/pagealign_alloc.c: Likewise.
30158         * lib/unistd_.h: Remove; no longer needed.
30159
30160 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
30161
30162         * MODULES.html.sh (Support for systems lacking POSIX:2001):
30163         Add unistd.
30164         * modules/c-stack (Depends-on): Add unistd.
30165         * modules/getlogin_r: Likewise.
30166         * modules/glob: Likewise.
30167         * modules/pagealign_alloc: Likewise.
30168         * modules/unistd (Files): Remove lib/unistd_.h.
30169         (EXTRA_DIST): Remove.
30170         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
30171         need unistd_.h.
30172         (MOSTLYCLEANFILES): Remove unistd.h-t.
30173
30174 2006-03-03  Simon Josefsson  <jas@extundo.com>
30175
30176         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
30177
30178 2006-03-03  Simon Josefsson  <jas@extundo.com>
30179
30180         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
30181         libidn and bison.
30182
30183 2006-03-03  Simon Josefsson  <jas@extundo.com>
30184
30185         * build-aux/maint.mk: Add indent target.
30186
30187 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
30188
30189         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
30190         our replacement poll.h in any case, to avoid a differing
30191         declaration from a system header.  Seen on AIX.
30192
30193 2006-03-01  Simon Josefsson  <jas@extundo.com>
30194
30195         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
30196         <kasal@ucw.cz>.
30197
30198 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
30199
30200         * modules/gettime (Depends-on): Add extensions module.
30201         * modules/nanosleep (Depends-on): Likewise.
30202         * modules/settime (Depends-on): Likewise.
30203
30204 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
30205
30206         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
30207         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
30208         pedantically.
30209         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
30210         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
30211
30212         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
30213         not "==".  Reported by Ralf Wildenhues.
30214
30215 2006-03-01  Karl Berry  <karl@gnu.org>
30216
30217         * doc/Copyright/request-*: new files, synced from gnuorg.
30218
30219 2006-03-01  Karl Berry  <karl@gnu.org>
30220
30221         * config/srclist.txt (Copyright/*): new entries.
30222
30223 2006-02-28  Simon Josefsson  <jas@extundo.com>
30224
30225         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
30226
30227 2006-02-27  Simon Josefsson  <jas@extundo.com>
30228
30229         * lib/base64.h: Indent #define's.  From Jim Meyering
30230         <jim@meyering.net>.
30231
30232 2006-02-27  Jim Meyering  <jim@meyering.net>
30233
30234         Revert the change of 2006-02-24, so these files can continue
30235         to be sync'd from gettext.
30236         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
30237         of `config.h'.
30238
30239 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30240
30241         * modules/intprops: New file.
30242         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
30243         Add intprops.
30244         * modules/getloadavg (Files): Remove lib/intprops.h.
30245         (Depends-on): Add intprops.
30246         * modules/human: Likewise.
30247         * modules/inttostr: Likewise.
30248         * modules/openat: Likewise.
30249         * modules/sig2str: Likewise.
30250         * modules/userspec: Likewise.
30251         * modules/utimecmp: Likewise.
30252         * modules/xnanosleep: Likewise.
30253         * modules/xstrtol: Likewise.
30254
30255 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
30256
30257         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
30258         * modules/lock-tests (TESTS): Use $(EXEEXT).
30259         * modules/tls-tests: Likewise.
30260         * modules/argp-tests: Likewise.
30261         (check_PROGRAMS): New var, replacing...
30262         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
30263
30264 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30265
30266         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
30267         `config.h'.
30268
30269 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
30270
30271         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
30272
30273 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30274
30275         Sync from coreutils.
30276         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
30277         gl_CHDIR_SAFER.
30278
30279 2006-02-22  Jim Meyering  <jim@meyering.net>
30280
30281         Sync from coreutils.
30282         * m4/chdir-safer.m4: New file.
30283
30284 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
30285
30286         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
30287         AT_FDCWD exceeds INT_MAX.
30288         * lib/openat.h (AT_FDCWD): Likewise.
30289
30290 2006-02-17  Eric Blake  <address@hidden>
30291
30292         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
30293
30294 2006-02-16  Simon Josefsson  <jas@extundo.com>
30295
30296         * modules/getaddrinfo (Depends-on): Add sys_socket.
30297
30298 2006-02-15  Simon Josefsson  <jas@extundo.com>
30299
30300         * build-aux/maint.mk: Add dsyntax-check rule.
30301
30302 2006-02-15  Eric Blake  <ebb9@byu.net>
30303
30304         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
30305         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
30306         'present but cannot compile' warnings on cygwin.
30307         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
30308         use ws2tcpip.h if sys/socket.h works.
30309         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
30310         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
30311
30312 2006-02-14  Simon Josefsson  <jas@extundo.com>
30313
30314         * modules/maintainer-makefile (Files): Rename.
30315
30316         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
30317         and (the local) Makefile.cfg to maint-cfg.mk.
30318
30319         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
30320         to the latter.
30321
30322         * modules/maintainer-makefile: New module.
30323
30324         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
30325         severaly stripped to make it possible to build it up from scratch
30326         with reliable tests.
30327
30328         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
30329         fixes to permit overriding the default actions when configure and
30330         makefile are not available.
30331
30332 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
30333
30334         Sync from coreutils.
30335         * modules/lstat (Depends-on): Don't depend on xalloc.
30336         (License): Change from GPL to LGPL, since this is now simply a
30337         replacement for a libc function.
30338
30339 2006-02-14  Jim Meyering  <jim@meyering.net>
30340
30341         Sync from coreutils.
30342
30343         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
30344         failure on deficient systems, and simplify gnulib lgpl dependencies.
30345         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
30346         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
30347
30348         * lib/xalloc-die.c: Remove unused definition of N_.
30349
30350 2006-02-14  Jim Meyering  <jim@meyering.net>
30351
30352         Sync from coreutils.
30353         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
30354         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
30355         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
30356         double-quote uses of that variable, to accommodate the rare case in
30357         which getmntent is available in none of the libraries checked.  This
30358         happens at least on FreeBSD 5.0.
30359
30360 2006-02-13  Simon Josefsson  <jas@extundo.com>
30361
30362         * gnulib-tool (Usage): Fix --import, from
30363         karl@freefriends.org (Karl Berry).
30364
30365 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
30366
30367         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
30368
30369 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
30370
30371         * lib/argp-namefrob.h: Restore changes accidentally lost during the
30372         "autoupdate" on 2005-12-12.
30373
30374 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
30375
30376         * modules/closeout (Depends-on): Remove atexit.
30377
30378 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
30379
30380         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
30381         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
30382
30383 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
30384
30385         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
30386         __EXTENSIONS__ if this causes compilation to fail.  Problem
30387         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
30388         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
30389
30390 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
30391
30392         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
30393         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
30394         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
30395         All uses changed.
30396
30397 2006-01-26  Simon Josefsson  <jas@extundo.com>
30398
30399         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
30400         prototype is visible on mingw32.
30401
30402         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
30403         for mingw32.
30404
30405         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
30406         mingw32).
30407
30408 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
30409
30410         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
30411         attempt to open for write; this always fails, at least on POSIX
30412         hosts.  This reinstates the 2006-01-09 change, which was
30413         inadvertently removed.
30414
30415 2006-01-26  Bruno Haible  <bruno@clisp.org>
30416
30417         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
30418         Reported by Paul Eggert.
30419
30420 2006-01-26  Bruno Haible  <bruno@clisp.org>
30421             Paul Eggert  <eggert@cs.ucla.edu>
30422
30423         * lib/stdbool_.h (_Bool)
30424         [(! (defined __cplusplus || defined __BEOS__)
30425           && !defined __GNUC__
30426           && !(defined __HP_cc || defined __xlc__
30427                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
30428                || defined __sgi))]:
30429         #define to signed char in these cases too; this simplifies
30430         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
30431         etc., separately) and makes it more conservative.
30432
30433 2006-01-25  Simon Josefsson  <jas@extundo.com>
30434
30435         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
30436         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
30437         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
30438
30439 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
30440
30441         * lib/argp-namefrob.h: Bugfix. Remove stray #
30442
30443 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
30444
30445         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
30446         so that we test the test.
30447         Check for yet another HP-UX cc bug involving *bool |= bool.
30448
30449 2006-01-25  Karl Berry  <karl@gnu.org>
30450
30451         * config/srclist.txt (vasnprintf.c): sync lost.
30452
30453 2006-01-25  Jim Meyering  <jim@meyering.net>
30454
30455         Sync from the stable (b5) branch of coreutils:
30456
30457         * lib/fts.c (fts_children): Don't let close() clobber errno from
30458         failed fchdir().
30459
30460         * lib/fts.c (fts_stat): When following a symlink-to-directory,
30461         don't necessarily interpret stat-fails+lstat-succeeds as indicating
30462         a dangling symlink.  That can also happen at least for ELOOP.
30463         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
30464         FYI, this bug predates the inclusion of fts.c in coreutils.
30465
30466         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
30467         in their own block, so pre-c99 compilers don't object.
30468
30469         Avoid the double-free (first in fts_read, second in fts_close) that
30470         would occur when an `active' directory is made inaccessible (e.g.,
30471         via chmod a-x) during a traversal.
30472         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
30473         before returning.  Reproduce this failure by
30474         mkdir -p a/b; cd a; chmod a-x . b
30475         Reported by Stavros Passas.
30476
30477 2006-01-25  Jim Meyering  <jim@meyering.net>
30478
30479         * lib/fileblocks.c: Remove more useless parentheses.
30480         * lib/readutmp.h: Likewise.
30481
30482 2006-01-25  Bruno Haible  <bruno@clisp.org>
30483
30484         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
30485         warnings.
30486         Reported by Paul Eggert.
30487
30488 2006-01-25  Bruno Haible  <bruno@clisp.org>
30489
30490         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
30491         rid of a trap command. For Solaris sh.
30492         Reported by Mark D. Baushke <mdb@gnu.org>.
30493
30494 2006-01-24  Simon Josefsson  <jas@extundo.com>
30495
30496         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
30497         Bruno.
30498
30499 2006-01-24  Karl Berry  <karl@gnu.org>
30500
30501         * config/srclist.txt (argp-namefrob.h): sync lost.
30502
30503 2006-01-24  Jim Meyering  <jim@meyering.net>
30504
30505         * modules/openat (Files): Add lib/intprops.h.
30506         From Mark D. Baushke.
30507
30508 2006-01-24  Jim Meyering  <jim@meyering.net>
30509
30510         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
30511         Reported by Mark D. Baushke.
30512
30513 2006-01-24  Jim Meyering  <jim@meyering.net>
30514
30515         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
30516
30517 2006-01-24  Bruno Haible  <bruno@clisp.org>
30518
30519         * modules/strnlen (Maintainer): Change from glibc to all.
30520
30521 2006-01-24  Bruno Haible  <bruno@clisp.org>
30522
30523         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
30524         Patch by Paul Eggert.
30525
30526 2006-01-24  Bruno Haible  <bruno@clisp.org>
30527
30528         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
30529         already has it.
30530         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
30531         2005-11-26.
30532
30533         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
30534         'signed char' to avoid problems with the built-in _Bool type.
30535         Reported by Paul Eggert on 2005-11-26.
30536
30537 2006-01-24  Bruno Haible  <bruno@clisp.org>
30538
30539         * gnulib-tool (func_import): Avoid constructing complicated sed
30540         expressions inside backquote.
30541         Report and solution by Mark D. Baushke <mdb@gnu.org>.
30542
30543 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
30544
30545         These changes imported from libc.
30546         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
30547         test and two separate function calls.
30548         * lib/strndup.c (__strndup): Add libc_hidden_def.
30549
30550 2006-01-23  Simon Josefsson  <jas@extundo.com>
30551
30552         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
30553         Remove the test_*_SOURCES variable: automake infers it by default.
30554         * modules/tls-tests: Likewise.
30555
30556 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
30557
30558         Work around porting bugs reported by Dieter in
30559         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
30560         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
30561         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
30562         Include "getopt.h" first, to check interface.
30563         (getenv): Declare only if defined HAVE_DECL_GETENV &&
30564         !HAVE_DECL_GETENV.
30565         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
30566         (__strndup): Revert to K&R-style function dfns, the glibc style.
30567         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
30568         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
30569         Include strnlen.h first, to get prototype properly.
30570         (strnlen): Renamed from __strnlen.
30571         Remove weak alias.
30572
30573 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
30574
30575         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
30576
30577 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
30578
30579         * config/srclist.txt: Adjust to reflect glibc reorganization.
30580         This affects only comments.
30581
30582 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
30583
30584          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
30585          Reported by Bruce Korb <bkorb@gnu.org>.
30586
30587 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
30588
30589         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
30590         to pacify gcc -Wswitch-default.
30591
30592 2006-01-22  Bruno Haible  <bruno@clisp.org>
30593
30594         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
30595         temporary buffer for sprintf, take into account the precision also
30596         for 'd', 'i', 'u', 'o', 'x', 'X'.
30597
30598 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
30599
30600         * modules/argp-tests: New module
30601         * tests/test-argp.c: New file
30602         * tests/test-argp-2.sh: New file
30603
30604 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
30605
30606         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
30607         (__argp_base_name): Removed
30608         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
30609         typo.
30610         (__argp_base_name): Provide macro definition or extern declaration
30611         depending on the configuration
30612
30613 2006-01-20  Simon Josefsson  <jas@extundo.com>
30614
30615         * modules/inet_ntop (Depends-on): Depend on sys_socket.
30616
30617 2006-01-20  Simon Josefsson  <jas@extundo.com>
30618
30619         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
30620
30621 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
30622
30623         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
30624         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
30625         Suggested by Bruno Haible.
30626
30627 2006-01-20  Karl Berry  <karl@gnu.org>
30628
30629         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
30630         until changes propagate, I guess.
30631
30632 2006-01-19  Simon Josefsson  <jas@extundo.com>
30633
30634         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
30635
30636 2006-01-19  Simon Josefsson  <jas@extundo.com>
30637
30638         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
30639
30640 2006-01-19  Simon Josefsson  <jas@extundo.com>
30641
30642         * gnulib-tool: Set check_PROGRAMS.
30643
30644         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
30645         modules/des-tests, modules/gc-arcfour-tests,
30646         modules/gc-arctwo-tests, modules/gc-des-tests,
30647         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
30648         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
30649         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
30650         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
30651         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
30652         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
30653         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
30654         test_*_SOURCES.
30655
30656 2006-01-18  Simon Josefsson  <jas@extundo.com>
30657
30658         * modules/socklen (Depends-on): Depend on sys_socket.
30659
30660 2006-01-18  Simon Josefsson  <jas@extundo.com>
30661
30662         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
30663         modules/des-tests, modules/gc-arcfour-tests,
30664         modules/gc-arctwo-tests, modules/gc-des-tests,
30665         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
30666         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
30667         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
30668         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
30669         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
30670         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
30671         $(EXEEXT) to automake TESTS variable, for mingw32.
30672
30673 2006-01-17  Simon Josefsson  <jas@extundo.com>
30674
30675         * modules/socklen (Include): Need sys/socket.h.
30676
30677 2006-01-17  Bruno Haible  <bruno@clisp.org>
30678
30679         * modules/ssize_t (Include): Add <sys/types.h>.
30680
30681 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
30682
30683         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
30684         it's not portable and it doesn't work with cross-compiles.
30685         Problem reported by Bruno Haible.  Fix missing-$ typo in
30686         'test "gl_cv_ignore_unused_libraries" ...' that prevented
30687         -zignore from being used with Sun's C compiler.
30688
30689 2006-01-12  Simon Josefsson  <jas@extundo.com>
30690
30691         * lib/base64.c: Fix warning, reported by Bruno Haible
30692         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
30693
30694 2006-01-12  Bruno Haible  <bruno@clisp.org>
30695
30696         * modules/ldd: New file.
30697         * build-aux/ldd.sh.in: New file.
30698         * MODULES.html.sh (Support for building libraries and executables): Add
30699         ldd.
30700
30701 2006-01-12  Bruno Haible  <bruno@clisp.org>
30702
30703         * m4/ldd.m4: New file.
30704
30705 2006-01-12  Bruno Haible  <bruno@clisp.org>
30706
30707         * gnulib-tool (func_import, func_create_testdir): Don't go into an
30708         endless loop while replacing $auxdir with build-aux.
30709
30710 2006-01-11  Simon Josefsson  <jas@extundo.com>
30711
30712         * lib/stdint_.h (SIZE_MAX): Add missing (.
30713
30714 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
30715
30716         Sync from coreutils.
30717         * lib/md5.c: Fix commentary typos.
30718         (alignof, UNALIGNED_P): No need for a GCC-specific version.
30719         * lib/md5.h (__attribute__): Remove; unused.
30720         * lib/sha1.c: Fix commentary to match md5 better.
30721         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
30722         so that we don't need to worry about alignment.  All uses changed.
30723         This merges the 2005-10-28 md5 change into sha1.
30724
30725 2006-01-11  Jim Meyering  <jim@meyering.net>
30726
30727         Sync from coreutils.
30728         * lib/md5.c (OP): Fix spacing.
30729
30730 2006-01-11  Bruno Haible  <bruno@clisp.org>
30731
30732         Ensure automatic ordering between gl_LOCK and gl_ARGP.
30733         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
30734         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
30735
30736 2006-01-11  Bruno Haible  <bruno@clisp.org>
30737
30738         Ensure automatic ordering between gl_LOCK and gl_ARGP.
30739         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
30740         the "early" section as well.
30741
30742 2006-01-11  Bruno Haible  <bruno@clisp.org>
30743
30744         Avoid "ar: no archive members specified" error on MacOS X.
30745         * gnulib-tool (func_modules_add_dummy): New function.
30746         (func_import, func_create_testdir): Invoke it.
30747
30748 2006-01-11  Bruno Haible  <bruno@clisp.org>
30749
30750         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
30751         with $auxdir in AC_CONFIG_FILES statements.
30752
30753 2006-01-11  Bruno Haible  <bruno@clisp.org>
30754
30755         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30756         Initialize also noinst_HEADERS to empty.
30757
30758 2006-01-11  Bruno Haible  <bruno@clisp.org>
30759
30760         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
30761         variables.
30762         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
30763         autoreconf.
30764
30765 2006-01-11  Bruno Haible  <bruno@clisp.org>
30766
30767         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
30768         overridable by the user.
30769         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30770
30771 2006-01-10  Simon Josefsson  <jas@extundo.com>
30772
30773         * modules/sys_socket: New file.
30774
30775 2006-01-10  Simon Josefsson  <jas@extundo.com>
30776
30777         * m4/sys_socket_h.m4: New file.
30778
30779 2006-01-10  Simon Josefsson  <jas@extundo.com>
30780
30781         * lib/socket_.h: New file.
30782
30783 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
30784
30785         * modules/readutmp (Maintainer): Add myself.
30786
30787 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
30788
30789         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
30790         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
30791         People who are still concerned with buggy memcmp implementations
30792         can invoke gl_FUNC_MEMCMP themselves.
30793
30794 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
30795
30796         * lib/regex_internal.h (BITSET_WORD_BITS):
30797         Work around a bug in 64-bit PGC (before version 6.1-2), where the
30798         preprocessor mishandles large unsigned values as if they were signed.
30799         Problem reported by Claudio Fontana in
30800         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
30801
30802 2006-01-10  Jim Meyering  <jim@meyering.net>
30803
30804         Avoid the double-free (first in fts_read, second in fts_close) that
30805         would occur when an `active' directory is made inaccessible (e.g.,
30806         via chmod a-x) during a traversal.
30807         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
30808         before returning.  Reproduce this failure by
30809         mkdir -p a/b; cd a; chmod a-x . b
30810         Reported by Stavros Passas.
30811
30812         Sync from coreutils.
30813         * lib/sha1.c: Tweak grammar in a comment.
30814
30815 2006-01-10  Jim Meyering  <jim@meyering.net>
30816
30817         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
30818         Patch by Joerg Sonnenberger.
30819
30820 2006-01-10  Bruno Haible  <bruno@clisp.org>
30821
30822         * modules/readutmp: Depend on module free.
30823         * modules/strtok_r: Depend on module restrict.
30824
30825 2006-01-10  Bruno Haible  <bruno@clisp.org>
30826
30827         * modules/gettext (configure.ac): Add an invocation of
30828         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
30829
30830 2006-01-10  Bruno Haible  <bruno@clisp.org>
30831
30832         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
30833         Reported by Werner Lemberg <wl@gnu.org>.
30834
30835 2006-01-10  Bruno Haible  <bruno@clisp.org>
30836
30837         * lib/localcharset.c: Update from GNU gettext.
30838
30839 2006-01-10  Bruno Haible  <bruno@clisp.org>
30840
30841         * lib/argp.h (__const): Remove macro. Use const instead.
30842         * lib/argp-fmtstream.h (__const): Likewise.
30843         * lib/glob_.h (__const): Remove macro.
30844         * lib/glob-libc.h: Use const instead of __const.
30845
30846 2006-01-10  Bruno Haible  <bruno@clisp.org>
30847
30848         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
30849         variable.
30850         Needed to avoid an automake error regarding the 'gettext' module.
30851
30852 2006-01-09  Simon Josefsson  <jas@extundo.com>
30853
30854         * modules/inet_ntop (Depends-on): Add restrict.
30855
30856 2006-01-09  Simon Josefsson  <jas@extundo.com>
30857
30858         * modules/gc-rijndael-tests (License): Put under LGPL.
30859
30860         * modules/gc-des-tests (License): Likewise.
30861
30862         * modules/gc-arcfour-tests (License): Likewise.
30863
30864         * modules/gc-arctwo-tests (License): Likewise.
30865
30866         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
30867
30868         * modules/gc-hmac-sha1-tests (Files): Likewise.
30869
30870         * modules/gc-hmac-md5-tests (License): Likewise.
30871
30872         * modules/gc-sha1-tests (License): Likewise.
30873
30874         * modules/gc-md5-tests (License): Likewise.
30875
30876         * modules/gc-md4-tests (License): Likewise.
30877
30878         * modules/gc-md2-tests (License): Likewise.
30879
30880         * modules/gc-tests (License): Likewise.
30881
30882         * modules/des-tests (License): Likewise.
30883
30884         * modules/md4-tests (License): Likewise.
30885
30886         * modules/md2-tests (License): Likewise.
30887
30888 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30889
30890         Sync from coreutils:
30891
30892         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
30893         * modules/lib-ignore: New file.
30894         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
30895         chdir-safer.m4, lchmod.m4.
30896         * modules/openat: Add mkdirat.c, openat-priv.h.
30897
30898 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30899
30900         Sync from coreutils.
30901         * m4/lib-ignore.m4: New file.
30902         * m4/lchmod.m4: New file.
30903
30904 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30905
30906         Sync from coreutils.
30907         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
30908         for write access: POSIX says that must fail.
30909         * lib/fts.c (diropen): Likewise.
30910         * lib/save-cwd.c (save_cwd): Likewise.
30911         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
30912         well, for minor improvements on hosts that lack O_DIRECTORY.
30913         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
30914         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
30915         Fall back on chown if open failed with EACCES.
30916
30917         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
30918         Report an error at compile-time if only a 1-second nominal clock
30919         resolution is found.
30920
30921         * lib/lchmod.h: New file.
30922         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
30923         (make_dir_parents): Use lchown rather than chown, and
30924         lchmod rather than chmod.
30925
30926         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
30927         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
30928         "proc" reported by n0dalus.
30929
30930         * lib/mountlist.c: Include <limits.h>.
30931         (dev_from_mount_options)
30932         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
30933         New function.  It no longer assumes "dev=" has the System V meaning
30934         on Linux (since it doesn't).  It also parses "dev=" more carefully.
30935         (read_file_system_list)
30936         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
30937         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
30938         dev= in that case.
30939
30940         * lib/posixtm.h (PDS_PRE_2000): New macro.
30941         * lib/posixtm.c (year): Arg is now syntax_bits rather than
30942         allow_century.  All usages changed.  Reject dates outside the range
30943         1969-1999 if PDS_PRE_2000 is used.
30944
30945 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30946
30947         Sync from coreutils.
30948         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
30949         (Time of day items): Mention the possibility of leap seconds.
30950         Problem reported by Dr. David Alan Gilbert.
30951
30952 2006-01-09  Jim Meyering  <jim@meyering.net>
30953
30954         Sync from coreutils.
30955
30956         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
30957
30958         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
30959
30960         * lib/modechange.c (mode_compile): Reject an invalid mode string
30961         that starts with an octal digit.  From Andreas Gruenbacher.
30962
30963         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
30964         and dup to open_safer and dup_safer, respectively.
30965         (openat_permissive): Fix typo in comment.
30966
30967         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
30968         "gettext.h"; either no longer needed or are guaranteed by openat.h.
30969         (_): Remove; no longer needed.
30970         (openat): Renamed from rpl_openat; no need for rpl_openat
30971         since openat.h renames openat for us.
30972         Replace most of the body with a call to openat_permissive,
30973         to avoid duplicate code.
30974         Port to (probably hypothetical) environments were mode_t is
30975         wider than int.
30976         (openat_permissive): Require mode arg, so that we can check
30977         types better.  Put it just after flags.  Change cwd failure
30978         indicator from pointer-to-bool to pointer-to-errno-value.
30979         All callers changed.
30980         Invoke openat_save_fail and/or openat_restore_fail if
30981         cwd_errno is null, so that openat can call us.
30982         (openat_permissive, fdopendir, fstatat, unlinkat):
30983         Simplify errno handling to avoid some duplicate code,
30984         as it's OK to set errno on success.
30985         * lib/openat.h: Revamp code so that function macros depend on
30986         __OPENAT_PREFIX only, not also on AT_FDCWD.
30987         (openat_ro): Remove.  Caller changed to use openat_permissive.
30988         (openat_permissive): Now a macro, if not a function.
30989         (openat_restore_fail, openat_save_fail): Now always functions,
30990         since mkdirat needs them even if __OPENAT_PREFIX is defined.
30991
30992         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
30993         and openat.c.
30994         * lib/mkdirat.c: Include openat-priv.h.
30995         Remove definitions of macros defined therein.
30996         * lib/openat.c: Likewise.
30997
30998         * lib/mkdirat.c (mkdirat): New file and function.
30999         * lib/openat.h (mkdirat): Declare.
31000
31001         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
31002
31003         * lib/openat.h (openat_permissive): Declare.
31004         (openat_ro): Define.
31005
31006         * lib/openat.c (EXPECTED_ERRNO): New macro.
31007         (openat_permissive): New function -- used in remove.c rewrite.
31008         (all functions): Set errno just before returning, only if there
31009         was an actual failure.
31010         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
31011
31012         Emulate openat-family functions using Linux's procfs, if possible.
31013         Idea and some code based on Ulrich Drepper's glibc changes.
31014
31015         * lib/openat.c: (BUILD_PROC_NAME): New macro.
31016         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
31017         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
31018         before falling back on save_cwd and restore_cwd.
31019         (fdopendir, fstatat, unlinkat): Likewise.
31020
31021         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
31022         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
31023
31024         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
31025         as second argument to va_arg.  Otherwise, some versions of gcc
31026         warn that `if this code is reached, the program will abort'.
31027
31028 2006-01-09  Jim Meyering  <jim@meyering.net>
31029
31030         Sync from coreutils.
31031         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
31032         Require openat-priv.h.
31033
31034 2006-01-09  Bruno Haible  <bruno@clisp.org>
31035
31036         * modules/strnlen (Include): Use strnlen.h.
31037
31038 2006-01-09  Bruno Haible  <bruno@clisp.org>
31039
31040         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
31041
31042 2006-01-09  Bruno Haible  <bruno@clisp.org>
31043
31044         * lib/sysexit_.h (EX_OK): New macro.
31045         Suggested by Martin Lambers <marlam@marlam.de>.
31046
31047 2006-01-09  Bruno Haible  <bruno@clisp.org>
31048
31049         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
31050         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
31051
31052 2006-01-09  Bruno Haible  <bruno@clisp.org>
31053
31054         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
31055         numbers.
31056
31057 2006-01-09  Bruno Haible  <bruno@clisp.org>
31058
31059         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
31060         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
31061         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
31062         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
31063
31064 2006-01-09  Bruno Haible  <bruno@clisp.org>
31065
31066         * build-aux/javacomp.sh.in: New file, moved from lib/.
31067         * modules/javacomp-script (Files): Update.
31068         (configure.ac): Add AC_CONFIG_FILES invocation.
31069         (EXTRA_DIST): Remove variable.
31070
31071         * build-aux/javaexec.sh.in: New file, moved from lib/.
31072         * modules/javaexec (Files): Update.
31073         (configure.ac): Add AC_CONFIG_FILES invocation.
31074         (EXTRA_DIST): Remove javaexec.sh.in.
31075
31076         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
31077         * modules/csharpcomp-script (Files): Update.
31078         (configure.ac): Add AC_CONFIG_FILES invocation.
31079         (EXTRA_DIST): Remove variable.
31080
31081         * build-aux/csharpexec.sh.in: New file, moved from lib/.
31082         * modules/csharpexec (Files): Update.
31083         (configure.ac): Add AC_CONFIG_FILES invocation.
31084         (EXTRA_DIST): Remove csharpexec.sh.in.
31085
31086 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
31087
31088         Sync from coreutils.
31089
31090         Add POSIX ACL support
31091         * lib/acl.h (copy_acl, set_acl): Add declarations.
31092         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
31093         systems other than Linux.
31094         (chmod_or_fchmod): New function: use fchmod when possible,
31095         and chmod otherwise.
31096         (file_has_acl): Add a POSIX ACL implementation, with a
31097         Linux-specific subcase.
31098         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
31099         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
31100         acls are unsupported.
31101         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
31102         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
31103         are unsupported.
31104
31105 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
31106
31107         Sync from coreutils.
31108         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
31109
31110 2006-01-07  Bruno Haible  <bruno@clisp.org>
31111
31112         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
31113         gl_EARLY.
31114
31115 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
31116
31117         * lib/strftime.c (tzname): Don't declare if it is already #defined.
31118         Problem reported for Mingw by Mark Junker.
31119
31120 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
31121
31122         * README: Gnulib normally doesn't generate a tarball.
31123
31124 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
31125
31126         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
31127         long int, not int, for nanosecond counts, so that people who are
31128         used to POSIX struct timespec won't be surprised.  Reported by Jim
31129         Meyering.
31130
31131 2005-12-28  Bruno Haible  <bruno@clisp.org>
31132
31133         * build-aux/config.rpath: Update from GNU gettext.
31134
31135 2005-12-16  Jim Meyering  <jim@meyering.net>
31136
31137         * modules/fprintftime: New module.
31138         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
31139
31140 2005-12-16  Jim Meyering  <jim@meyering.net>
31141
31142         * m4/fprintftime.m4: New file.
31143
31144 2005-12-16  Jim Meyering  <jim@meyering.net>
31145
31146         * lib/fprintftime.c, lib/fprintftime.h: New files.
31147
31148 2005-12-15  Simon Josefsson  <jas@extundo.com>
31149
31150         * modules/socklen (configure.ac): Fix M4 macro name, to align with
31151         new m4/socklen.m4.
31152
31153 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
31154
31155         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
31156         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
31157
31158 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
31159
31160         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
31161         * lib/argp-help.c (fill_in_uparams): Check if the constructed
31162         struct uparams is valid. Fall back to the default values if it is
31163         not.
31164
31165 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31166
31167         * modules/argp (Files): Add argp-pin.c
31168         (Depends-on): dirname
31169         (lib_SOURCES): Add argp-pin.c
31170
31171 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31172
31173         * m4/argp.m4:  Check if program_invocation_name and
31174         program_invocation_short_name are declared and define appropriate
31175         macros if they are not.
31176
31177 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31178
31179         * lib/argp-help.c (__argp_base_name): New function
31180         (__argp_short_program_name): Rewrite using __argp_base_name
31181         * lib/argp-namefrob.h: Define program_invocation_name and
31182         program_invocation_short_name if requested
31183         (__argp_base_name): Add prototype
31184         * lib/argp-parse.c (argp_def): Use gettext wrappers
31185         (argp_default_parser): Use __argp_base_name
31186         * lib/argp-pin.c: New file. Defines program_invocation_name and
31187         program_invocation_short_name on systems that lack them.
31188
31189 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
31190
31191         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
31192         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
31193         porting problem reported by Georg Schwarz in
31194         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
31195
31196 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
31197
31198         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
31199         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
31200         porting problem reported by Georg Schwarz in
31201         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
31202
31203 2005-12-05  Bruno Haible  <bruno@clisp.org>
31204
31205         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
31206         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
31207         Reported by Mark Junker <mjscod@gmx.de>.
31208
31209 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
31210
31211         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
31212         Use implementation from Albert Chin, with some
31213         comments/corrections by Stepan Kasal and myself.
31214
31215 2005-12-02  Bruno Haible  <bruno@clisp.org>
31216
31217         * gnulib-tool (func_import): Accept GPLed build tool modules when
31218         --lgpl is given.
31219         * modules/csharpcomp-script: New file.
31220         * modules/csharpcomp: Depend on it.
31221         * modules/javacomp-script: New file.
31222         * modules/javacomp: Depend on it.
31223         Suggested by Simon Josefsson.
31224
31225 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
31226
31227         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
31228         statement, to work around an HP-UX 10.20 compiler bug reported by
31229         Peter O'Gorman.
31230
31231 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
31232
31233         * modules/savedir (Depends-on): Add openat.
31234
31235 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
31236
31237         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
31238         (uintmax_t) [defined uintmax_t]: Do not declare.
31239         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
31240         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
31241         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
31242         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
31243         sake of portability to weird hosts that C allows (though we don't
31244         know of any practical examples).
31245
31246         * lib/savedir.h (fdsavedir): New decl.
31247         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
31248         contains most of the former guts of savedir.
31249         (savedir): Use savedirstream.
31250         Include "openat.h".
31251
31252 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
31253
31254         * modules/obstack (Files): Add m4/ulonglong.m4.
31255         Problem reported by Davide Angelocola.
31256
31257 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
31258
31259         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
31260         coreutils no longer futzes with rounding modes.
31261
31262 2005-11-14  Jim Meyering  <jim@meyering.net>
31263
31264         * lib/mkstemp-safer.c: Include <config.h>, required for possible
31265         replacement of mkstemp.
31266
31267 2005-11-10  Simon Josefsson  <jas@extundo.com>
31268
31269         * lib/readline.c: Remove EOL.
31270
31271 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
31272
31273         * modules/gethrxtime (Depends-on): Add gettime.
31274
31275 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
31276
31277         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
31278         or gettimeofday; no longer needed.
31279
31280 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
31281
31282         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
31283         time business.
31284         (gethrxtime) [! (HAVE_NANOUPTIME
31285         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
31286         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
31287         our own approximation.
31288
31289 2005-11-08  Eric Blake  <ebb9@byu.net>
31290
31291         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
31292
31293 2005-11-08  Eric Blake  <ebb9@byu.net>
31294
31295         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
31296
31297 2005-11-04  Bruno Haible  <bruno@clisp.org>
31298
31299         * gnulib-tool: Implement --update mode.
31300
31301 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
31302
31303         Fix porting problem reported by Theodoros V. Kalamatianos.
31304         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
31305         Don't assume that futimes failing means we must fail.
31306
31307 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
31308
31309         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
31310         variables to suggest the intended function of the PATH_MAX check.
31311
31312 2005-10-30  Kean Johnston  <jkj@sco.com>
31313
31314         Trivial changes to support SCO systems.
31315         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
31316         as PATH_MAX.
31317         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
31318         where __ptr is null when no I/O is pending.
31319
31320 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
31321
31322         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
31323         leave errno alone.  Problem reported by Dmitry V. Levin.
31324
31325 2005-10-28  Simon Josefsson  <jas@extundo.com>
31326
31327         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
31328         Test more.
31329
31330         * tests/test-gc-md2.c, tests/test-md2.c: New files.
31331
31332         * modules/md2, modules/md2-tests: New files.
31333
31334 2005-10-28  Simon Josefsson  <jas@extundo.com>
31335
31336         * m4/inet_ntop.m4: More tests.
31337
31338         * m4/gc-md2.m4, md2.m4: New file.
31339
31340 2005-10-28  Simon Josefsson  <jas@extundo.com>
31341
31342         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
31343         "restrict" keywords, as per POSIX.  Protect the function
31344         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
31345         Don't use K&R prototypes.  Check the sprintf return values.
31346         Re-define EAFNOSUPPORT if not present.  Indent.
31347
31348         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
31349         suggested by Bruno Haible <bruno@clisp.org>.
31350
31351         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
31352
31353         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
31354
31355         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
31356         libgcrypt).
31357
31358         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
31359
31360         * lib/md2.h, lib/md2.c: New files.
31361
31362 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
31363
31364         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
31365         errno alone.  Problem reported by Frederic Jolliton.
31366
31367 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
31368
31369         * modules/verify (License): Change from GPL to LGPL.  This is a
31370         tiny module and there are apparently near-equivalents that are
31371         under the BSD license.
31372
31373 2005-10-24  Simon Josefsson  <jas@extundo.com>
31374
31375         * modules/sha1: Relicense to LGPL.
31376
31377 2005-10-24  Simon Josefsson  <jas@extundo.com>
31378
31379         * lib/md4.h: Shrink buffer size, now that we changed the type.
31380
31381 2005-10-23  Simon Josefsson  <jas@extundo.com>
31382
31383         * gnulib-tool (func_import): Fix --tests-base.
31384
31385 2005-10-22  Simon Josefsson  <jas@extundo.com>
31386
31387         * modules/arcfour (Depends-on): Need stdint.
31388
31389 2005-10-22  Simon Josefsson  <jas@extundo.com>
31390
31391         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
31392         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
31393
31394 2005-10-22  Simon Josefsson  <jas@extundo.com>
31395
31396         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
31397         suggested by Bruno Haible <bruno@clisp.org>.
31398
31399 2005-10-22  Simon Josefsson  <jas@extundo.com>
31400
31401         * lib/crc.h: Include stddef.h, for size_t.
31402
31403 2005-10-22  Simon Josefsson  <jas@extundo.com>
31404
31405         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
31406         arcfour_context struct (simplify test vector testing in GNU
31407         Shishi).
31408
31409 2005-10-21  Simon Josefsson  <jas@extundo.com>
31410
31411         * modules/des, modules/des-tests: New files.
31412
31413         * modules/gc-des, modules/gc-des-tests: New files.
31414
31415         * tests/test-des.c, tests/test-gc-des.c: New file.
31416
31417 2005-10-21  Simon Josefsson  <jas@extundo.com>
31418
31419         * modules/arctwo, modules/arctwo-tests: New files.
31420
31421         * tests/test-arctwo.c: New file.
31422
31423         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
31424
31425         * tests/test-gc-arctwo.c: New file.
31426
31427 2005-10-21  Simon Josefsson  <jas@extundo.com>
31428
31429         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
31430         Bruno Haible <bruno@clisp.org>.
31431
31432         * m4/gc-des.m4: New file.
31433
31434 2005-10-21  Simon Josefsson  <jas@extundo.com>
31435
31436         * m4/arctwo.m4: New file.
31437
31438         * m4/gc-arctwo.m4: New file.
31439
31440 2005-10-21  Simon Josefsson  <jas@extundo.com>
31441
31442         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
31443         block.
31444
31445 2005-10-21  Simon Josefsson  <jas@extundo.com>
31446
31447         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
31448         <bruno@clisp.org>.
31449
31450         * lib/hmac-sha1.c (hmac_sha1): Likewise.
31451
31452         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
31453         Bruno Haible <bruno@clisp.org>.
31454
31455         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
31456         <bruno@clisp.org>.
31457
31458 2005-10-21  Simon Josefsson  <jas@extundo.com>
31459
31460         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
31461
31462 2005-10-21  Simon Josefsson  <jas@extundo.com>
31463
31464         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
31465
31466 2005-10-21  Simon Josefsson  <jas@extundo.com>
31467
31468         * lib/des.h, lib/des.c: New files.
31469
31470         * lib/gc-gnulib.c: Support DES.c
31471
31472 2005-10-21  Simon Josefsson  <jas@extundo.com>
31473
31474         * lib/arctwo.h, lib/arctwo.c: New files.
31475
31476         * lib/gc-gnulib.c: Support ARCTWO.
31477
31478 2005-10-21  Simon Josefsson  <jas@extundo.com>
31479
31480         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
31481         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31482
31483 2005-10-21  Simon Josefsson  <jas@extundo.com>
31484
31485         * gnulib-tool (func_import, func_create_testdir): Define automake
31486         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
31487         Makefile.am snippet),
31488         suggested by Bruno Haible <bruno@clisp.org>.
31489
31490         * modules/gc (Makefile.am): Use it.
31491
31492 2005-10-21  Bruno Haible  <bruno@clisp.org>
31493
31494         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
31495         patch.
31496
31497 2005-10-19  Simon Josefsson  <jas@extundo.com>
31498
31499         * tests/test-gc-rijndael.c: New file.
31500
31501         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
31502
31503 2005-10-19  Simon Josefsson  <jas@extundo.com>
31504
31505         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
31506         interface too.
31507
31508 2005-10-19  Simon Josefsson  <jas@extundo.com>
31509
31510         * tests/test-gc-arcfour.c: New file.
31511
31512         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
31513
31514 2005-10-19  Simon Josefsson  <jas@extundo.com>
31515
31516         * modules/gc-md4, modules/gc-md4-tests: New file.
31517
31518         * tests/test-gc-md4.c: New file.
31519
31520 2005-10-19  Simon Josefsson  <jas@extundo.com>
31521
31522         * m4/gc-md4.m4: New file.
31523
31524 2005-10-19  Simon Josefsson  <jas@extundo.com>
31525
31526         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
31527         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
31528         <kasal@ucw.cz>.
31529
31530 2005-10-19  Simon Josefsson  <jas@extundo.com>
31531
31532         * m4/gc-arcfour.m4: New file.
31533
31534         * m4/gc-rijndael.m4: New file.
31535
31536 2005-10-19  Simon Josefsson  <jas@extundo.com>
31537
31538         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
31539
31540 2005-10-19  Simon Josefsson  <jas@extundo.com>
31541
31542         * lib/gc-gnulib.c: Support ARCFOUR.
31543
31544 2005-10-19  Simon Josefsson  <jas@extundo.com>
31545
31546         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
31547         support.
31548
31549         * lib/gc.h: Add ECB enum type.
31550
31551         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
31552
31553 2005-10-18  Simon Josefsson  <jas@extundo.com>
31554
31555         * tests/test-md5.c: New file.
31556
31557         * modules/md5-tests: New file.
31558
31559 2005-10-18  Simon Josefsson  <jas@extundo.com>
31560
31561         * tests/test-md4.c: New file.
31562
31563         * modules/md4, modules/md4-tests: New files.
31564
31565 2005-10-18  Simon Josefsson  <jas@extundo.com>
31566
31567         * m4/md4.m4: New file.
31568
31569 2005-10-18  Simon Josefsson  <jas@extundo.com>
31570
31571         * lib/md4.h, lib/md4.c: New files, based on md5.?.
31572
31573 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
31574
31575         * gnulib-tool (func_create_testdir): Omit the second check whether
31576         BUILT_SOURCES in nonempty.
31577
31578 2005-10-17  Simon Josefsson  <jas@extundo.com>
31579
31580         * tests/test-rijndael.c: New file.
31581
31582 2005-10-17  Simon Josefsson  <jas@extundo.com>
31583
31584         * modules/sha1: Depend on stdint instead of md5.
31585
31586         * modules/md5: Depend on stdint, remove uint32_t.
31587
31588 2005-10-17  Simon Josefsson  <jas@extundo.com>
31589
31590         * modules/gc-sha1-tests: New file.
31591
31592         * tests/test-gc-sha1.c: New file.
31593
31594 2005-10-17  Simon Josefsson  <jas@extundo.com>
31595
31596         * m4/md5.m4: Remove call to uint32_t.m4.
31597
31598 2005-10-17  Simon Josefsson  <jas@extundo.com>
31599
31600         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
31601
31602         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
31603         md5.h.
31604
31605         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
31606
31607         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
31608
31609 2005-10-17  Simon Josefsson  <jas@extundo.com>
31610
31611         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
31612
31613 2005-10-17  Simon Josefsson  <jas@extundo.com>
31614
31615         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
31616
31617 2005-10-17  Simon Josefsson  <jas@extundo.com>
31618
31619         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
31620
31621         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
31622
31623 2005-10-17  Bruno Haible  <bruno@clisp.org>
31624
31625         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
31626         that it can also be used in a test.
31627
31628 2005-10-16  Bruno Haible  <bruno@clisp.org>
31629
31630         * gnulib-tool (func_emit_tests_Makefile_am): Also define
31631         TESTS_ENVIRONMENT, so that individual tests can augment it.
31632
31633         * gnulib-tool (func_create_testdir): Use an intermediate target for
31634         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
31635         macros, like $(ALLOCA_H), which cannot be passed through the command
31636         line.
31637
31638 2005-10-15  Simon Josefsson  <jas@extundo.com>
31639
31640         * modules/rijndael-tests: New file.
31641
31642         * modules/rijndael: New file.
31643
31644 2005-10-15  Simon Josefsson  <jas@extundo.com>
31645
31646         * m4/rijndael.m4: New file.
31647
31648 2005-10-15  Simon Josefsson  <jas@extundo.com>
31649
31650         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
31651
31652         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
31653
31654 2005-10-14  Simon Josefsson  <jas@extundo.com>
31655
31656         * tests/test-arcfour.c: New file.
31657
31658         * modules/arcfour, modules/arcfour-tests: New files.
31659
31660 2005-10-14  Simon Josefsson  <jas@extundo.com>
31661
31662         * m4/arcfour.m4: New file.
31663
31664 2005-10-14  Simon Josefsson  <jas@extundo.com>
31665
31666         * lib/arcfour.h, lib/arcfour.c: New files.
31667
31668 2005-10-14  Roland McGrath  <roland@redhat.com>
31669
31670         Import from libc.  [BZ #1331]
31671         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
31672         macro argument.
31673         Reported by Matej Vela <vela@debian.org>.
31674
31675 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
31676
31677         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
31678         include <wchar.h>; no longer needed.
31679
31680 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
31681
31682         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
31683
31684 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
31685         and  Ulrich Drepper  <drepper@redhat.com>
31686
31687         Import from libc.
31688         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
31689         instead of inline stream orientation test and two separate
31690         function calls.  Pay no attention to USE_IN_LIBIO.
31691
31692 2005-10-13  Simon Josefsson  <jas@extundo.com>
31693
31694         * modules/gc-hmac-md5-tests: New file.
31695
31696         * tests/test-gc-hmac-sha1.c: New file.
31697
31698         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
31699
31700         * modules/gc-hmac-md5-tests: New file.
31701
31702         * tests/test-gc-md5.c: New file.
31703
31704         * modules/gc-md5-tests: New file.
31705
31706 2005-10-13  Simon Josefsson  <jas@extundo.com>
31707
31708         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
31709         Move memory allocation outside of loop.
31710
31711 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
31712
31713         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
31714         intermediate directory is in a read-only file system.  Problem
31715         reported by Eric Blake.
31716
31717 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
31718
31719         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
31720
31721 2005-10-12  Simon Josefsson  <jas@extundo.com>
31722
31723         * tests/test-hmac-sha1.c: New file.
31724
31725         * modules/hmac-sha1-tests: New file.
31726
31727         * modules/hmac-sha1: New file.
31728
31729 2005-10-12  Simon Josefsson  <jas@extundo.com>
31730
31731         * modules/gc-sha1: New file.
31732
31733 2005-10-12  Simon Josefsson  <jas@extundo.com>
31734
31735         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
31736
31737         * tests/test-gc-pbkdf2-sha1.c: New file.
31738
31739 2005-10-12  Simon Josefsson  <jas@extundo.com>
31740
31741         * modules/gc-md5, modules/gc-hmac-md5: New files.
31742
31743         * modules/gc (Files): Remove md5, memxor and hmac files.
31744
31745 2005-10-12  Simon Josefsson  <jas@extundo.com>
31746
31747         * m4/gc-pbkdf2-sha1.m4: New file.
31748
31749         * m4/gc-hmac-sha1.m4: New file.
31750
31751         * m4/gc-sha1: New file.
31752
31753         * m4/hmac-sha1.m4: New file.
31754
31755 2005-10-12  Simon Josefsson  <jas@extundo.com>
31756
31757         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
31758
31759         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
31760
31761 2005-10-12  Simon Josefsson  <jas@extundo.com>
31762
31763         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
31764         suggested by Bruno Haible <bruno@clisp.org>.
31765
31766 2005-10-12  Simon Josefsson  <jas@extundo.com>
31767
31768         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
31769
31770 2005-10-12  Simon Josefsson  <jas@extundo.com>
31771
31772         * lib/gc-pbkdf2-sha1.c: New file.
31773
31774         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
31775
31776 2005-10-12  Simon Josefsson  <jas@extundo.com>
31777
31778         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
31779
31780         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
31781
31782 2005-10-12  Simon Josefsson  <jas@extundo.com>
31783
31784         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
31785         GC_USE_HMAC_MD5, respectively.
31786
31787         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
31788         (gc_md5): Fix typo.
31789
31790         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
31791
31792         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
31793
31794         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
31795
31796 2005-10-12  Bruno Haible  <bruno@clisp.org>
31797
31798         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
31799         Reported by Stepan Kasal <kasal@ucw.cz>.
31800
31801 2005-10-11  Simon Josefsson  <jas@extundo.com>
31802
31803         * tests/test-crc.c: New file.
31804
31805         * modules/crc, modules/crc-tests: New files.
31806
31807 2005-10-11  Simon Josefsson  <jas@extundo.com>
31808
31809         * m4/crc.m4: New file.
31810
31811 2005-10-11  Simon Josefsson  <jas@extundo.com>
31812
31813         * lib/gc.h: Add gc_hash and gc_hash_buffer.
31814
31815         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
31816
31817         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
31818
31819 2005-10-11  Simon Josefsson  <jas@extundo.com>
31820
31821         * lib/crc.h, lib/crc.c: New files.
31822
31823         * lib/gc.h (gc_hash_buffer): Add doc.
31824
31825 2005-10-11  Bruno Haible  <bruno@clisp.org>
31826
31827         * modules/c-strcasestr: New file.
31828         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
31829
31830 2005-10-11  Bruno Haible  <bruno@clisp.org>
31831
31832         * modules/c-strcase: New file.
31833         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
31834
31835 2005-10-11  Bruno Haible  <bruno@clisp.org>
31836
31837         * lib/strcasecmp.c: Include limits.h.
31838         (strcasecmp): Avoid integer overflow on exotic platforms.
31839         * lib/strncasecmp.c: Include limits.h.
31840         (strncasecmp): Avoid integer overflow on exotic platforms.
31841         Reported by Paul Eggert.
31842
31843 2005-10-11  Bruno Haible  <bruno@clisp.org>
31844
31845         * lib/c-strcasestr.h: New file, from GNU gettext.
31846         * lib/c-strcasestr.c: New file, from GNU gettext.
31847
31848 2005-10-11  Bruno Haible  <bruno@clisp.org>
31849
31850         * lib/c-strcase.h: New file, from GNU gettext.
31851         * lib/c-strcasecmp.c: New file, from GNU gettext.
31852         * lib/c-strncasecmp.c: New file, from GNU gettext.
31853
31854 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
31855
31856         * modules/mempcpy (License): GPL -> LGPL.
31857         * modules/strchrnul (License): Likewise.
31858         * modules/sysexits (License): Likewise.
31859
31860 2005-10-08  Simon Josefsson  <jas@extundo.com>
31861
31862         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
31863
31864 2005-10-07  Simon Josefsson  <jas@extundo.com>
31865
31866         * m4/memxor.m4: Remove gl_C_RESTRICT call.
31867
31868 2005-10-06  Simon Josefsson  <jas@extundo.com>
31869
31870         * tests/test-hmac-md5.c: New file.
31871
31872         * modules/hmac-md5-tests: New file.
31873
31874         * modules/hmac-md5: New file.
31875
31876 2005-10-06  Simon Josefsson  <jas@extundo.com>
31877
31878         * m4/hmac-md5.m4: New file.
31879
31880         * m4/memxor.m4: Require gl_C_RESTRICT.
31881
31882 2005-10-06  Simon Josefsson  <jas@extundo.com>
31883
31884         * lib/memxor.c (memxor): Avoid casts and warnings.
31885
31886 2005-10-06  Simon Josefsson  <jas@extundo.com>
31887
31888         * lib/hmac-md5.c: New file.
31889
31890         * lib/hmac.h: New file.
31891
31892 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
31893
31894         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
31895         promotes to int, not unsigned int, to catch the AIX 5.3
31896         compiler bug.
31897
31898 2005-10-05  Simon Josefsson  <jas@extundo.com>
31899
31900         * modules/memxor: New file.
31901
31902         * modules/iconv (Files): Move config.rpath to havelib, it is used
31903         there.
31904
31905         * modules/havelib (Files): Add config.rpath.
31906
31907 2005-10-05  Simon Josefsson  <jas@extundo.com>
31908
31909         * m4/memxor.m4: New file.
31910
31911 2005-10-05  Simon Josefsson  <jas@extundo.com>
31912
31913         * lib/memxor.c (memxor): Fix compiler error.
31914
31915         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
31916         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
31917
31918         * lib/memxor.h, lib/memxor.c: New files.
31919
31920         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
31921         we assume all systems have it, suggested by Jim Meyering
31922         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
31923         any systems lack sys/socket.h; mingw32 is known to lack it, but we
31924         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
31925         same reasons.
31926
31927 2005-10-05  Simon Josefsson  <jas@extundo.com>
31928
31929         * config/srclist.txt: Add glibc bug 1423 for md5.h.
31930
31931 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
31932
31933         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
31934         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
31935         needed, since the source code now assumes these .h files.
31936
31937 2005-10-05  Derek Price  <derek@ximbiot.com>
31938
31939         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
31940
31941 2005-10-05  Bruno Haible  <bruno@clisp.org>
31942
31943         * modules/stdint (License): Change to LGPL.
31944
31945 2005-10-04  Simon Josefsson  <jas@extundo.com>
31946
31947         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
31948         D. Baushke" <mdb@gnu.org>.
31949
31950 2005-10-04  Bruno Haible  <bruno@clisp.org>
31951
31952         * lib/verify.h (verify_true): Provide alternative definition for C++.
31953
31954 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
31955
31956         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
31957         (SSIZE_MAX): New macro, if not already defined.
31958         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
31959         than 2 GiB.
31960
31961 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
31962
31963         Sync from coreutils.
31964         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
31965         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
31966         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
31967         ULLONG_MAX doesn't work with 2.7.2.1.
31968
31969 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
31970
31971         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
31972         From Ben Pfaff.
31973
31974         * modules/exclude (Depends-on): Depend on verify.
31975         * modules/strtoimax (Depends-on): Likewise.
31976         * modules/utimecmp (Depends-on): Likewise.
31977
31978 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
31979
31980         * lib/exclude.c: Include verify.h.
31981         (verify): Remove.  All callers changed to use verify.h's version.
31982         * lib/strtoimax.c: Likewise.
31983         * lib/utimecmp.c: Likewis.e
31984
31985         Sync from coreutils.
31986         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
31987         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
31988         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
31989         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
31990         bother returning ENOSYS if settimeofday or stime fails; just let
31991         them return whatever errno they want to return.
31992         * lib/utimens.c: Include unistd.h, for dup2.
31993         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
31994         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
31995
31996 2005-10-02  Jim Meyering  <jim@meyering.net>
31997
31998         Sync from coreutils.
31999         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
32000         from glibc-2.2.5 that fails for read-only files.
32001
32002 2005-10-02  Jim Meyering  <jim@meyering.net>
32003
32004         Sync from coreutils.
32005         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
32006         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
32007         `#if HAVE_CONFIG_H'.
32008         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
32009         Remove AT_FDCWD test.
32010         Do not consume the fd unless successful.
32011         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
32012         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
32013         block, so that we don't even try to compile it if settimeofday is
32014         available.  This works around a compilation failure on OSF1 V5.1,
32015         due to stime requiring a `long int*' while tv_sec is `int'.
32016
32017 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
32018
32019         Sync from coreutils.
32020         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
32021         against `yes', rather than just testing for nonempty.
32022
32023 2005-10-01  Simon Josefsson  <jas@extundo.com>
32024
32025         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
32026         and Darwin.
32027
32028         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
32029         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
32030         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
32031         freeaddrinfo and gai_strerror are declared by the POSIX headers.
32032         Check if struct addrinfo is declared.
32033
32034 2005-10-01  Simon Josefsson  <jas@extundo.com>
32035
32036         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
32037         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
32038         AI_* and EAI_* definitions.  Protect function declarations.
32039
32040 2005-10-01  Jim Meyering  <jim@meyering.net>
32041
32042         Sync from coreutils.
32043
32044         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
32045         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
32046         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
32047         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
32048         in the inet and nsl libraries.  Required on Solaris 5.7.
32049
32050 2005-10-01  Jim Meyering  <jim@meyering.net>
32051
32052         Sync from coreutils.
32053         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
32054         in the inet and nsl libraries.  Required on Solaris 5.7.
32055
32056 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
32057
32058         * lib/getdelim.c (getdelim): Remove unused variables.
32059
32060 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
32061
32062         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
32063         so that the code works even with ancient cpp.  Portability problem
32064         with GCC 2.7.2.1 reported by Thomas M.Ott.
32065
32066 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
32067
32068         * modules/regex (Depends-on): Add strcase.
32069
32070         * modules/gethostname (Licence): Change from GPL to LGPL, since
32071         gethostname.c is a trivial implementation of a standard library
32072         function.
32073         * modules/poll (License): Change from GPL to LGPL, since it's
32074         derived from LGPL code.
32075
32076 2005-09-27  Jim Meyering  <jim@meyering.net>
32077
32078         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
32079         HAVE_CONFIG_H.
32080
32081         * lib/intprops.h (signed_type_or_expr__): Define.
32082         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
32083         for unsigned types.
32084
32085 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
32086
32087         * lib/verify.h (verify_expr): Remove, replacing with:
32088         (verify_true): New macro that returns true instead of void.
32089         (verify_type__): Remove.
32090         (verify): Use verify_true rather than verify_type__.
32091
32092 2005-09-26  Bruno Haible  <bruno@clisp.org>
32093
32094         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
32095         is necessary.
32096         (lib_SOURCES): Remove mbchar.c.
32097         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
32098         (Files): Add m4/mbrtowc.m4.
32099         * modules/mbiter: Likewise.
32100         * modules/mbuiter: Likewise.
32101
32102 2005-09-26  Bruno Haible  <bruno@clisp.org>
32103
32104         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
32105         compile mbchar.c if they are not both present.
32106         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
32107         * m4/mbiter.m4 (gl_MBITER): Likewise.
32108         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
32109         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
32110         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
32111
32112 2005-09-25  Jim Meyering  <jim@meyering.net>
32113
32114         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
32115         also uses socklen_t.
32116
32117 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
32118
32119         * lib/utimens.c (ENOSYS): Define if not already defined.
32120         (futimens): Support having a null PATH if the file descriptor
32121         is nonnegative.
32122
32123         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
32124         Remove.
32125         (__attribute): Define to empty unless GCC 3.1 or later.
32126         This works around a core dump on OpenBSD 3.4, which has GCC
32127         2.95.3, which dumps core when given __attribute__(()).  It also
32128         simplifies other tests, since we really don't want to bother with
32129         worrying about which ancient version of GCC supported what.
32130         Original problem reported by Yoann Vandoorselaere, with part of
32131         the fix suggested by Derek Price.
32132
32133 2005-09-24  Jim Meyering  <jim@meyering.net>
32134
32135         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
32136         so we can once again use a positive bitfield width of 1 -- now we
32137         don't have to explain why we were using a bitfield width of 2.
32138
32139 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
32140
32141         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
32142         and similarly for the other external symbols.  Problem reported
32143         by James Gallager.
32144
32145         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
32146         bug reported by Jim Meyering.
32147
32148         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
32149         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
32150         not needed, since socklen is a prerequisite module.
32151
32152 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
32153
32154         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
32155         Problem reported by Eric Blake.
32156         (getaddrinfo): Initialize se so that it's not garbage.
32157         Redo internal storage allocation so that it doesn't make unportable
32158         assumptions about alignment.
32159         Fix a memory leak.
32160
32161         * lib/utimens.c (futimens): Use futimesat if available.
32162         Prefer it to futimes since it doesn't have the futimes bug.
32163
32164         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
32165         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
32166         Instead, declare a function that returns a pointer to an array,
32167         and use verify_type__ to declare the size of the array.
32168         Problem and germ of a solution reported by Bruno Haible.
32169         (verify_type__): Use 2, not 1, for bitfield size, to avoid
32170         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
32171
32172 2005-09-23  Jim Meyering  <jim@meyering.net>
32173
32174         Sync from coreutils.
32175         Correct build failure (socklen_t not defined) on at least
32176         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
32177         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
32178
32179 2005-09-23  Jim Meyering  <jim@meyering.net>
32180
32181         * modules/getaddrinfo (Depends-on): Add socklen.
32182
32183 2005-09-23  Bruno Haible  <bruno@clisp.org>
32184
32185         * tests/test-verify.c: New file.
32186
32187 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
32188
32189         Sync from coreutils.
32190
32191         * modules/argmatch (Depends-on): Add verify.
32192         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
32193         unistd-safer.
32194         * modules/save-cwd (Depends-on): Likewise.
32195
32196         * modules/openat (Files): Add lib/openat-die.c.
32197         (Depends-on): Remove error, exitfail.
32198         Add dirname.
32199
32200         * modules/verify: New file.
32201         * MODULES.html.sh (Diagnostics <assert.h>): New section,
32202         with "verify" module.
32203
32204 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
32205
32206         Sync from coreutils.
32207
32208         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
32209         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
32210         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
32211         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
32212         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
32213         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
32214         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
32215         Don't bother checking for string.h, stdlib.h, unistd.h.
32216         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
32217         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
32218         module's job.
32219         * m4/jm-macros.m4 (gl_MACROS): Likewise.
32220         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
32221
32222         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
32223         (gl_GETDATE): Use it.
32224
32225         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
32226
32227 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
32228
32229         Sync from coreutils.
32230
32231         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
32232         stat-time.h.
32233         * lib/argmatch.h: Include verify.h
32234         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
32235         (ARGMATCH_ASSERT): Remove; unused.
32236         * lib/canonicalize.c: Assume STDC_HEADERS.
32237         * lib/exclude.c: Include "strcase.h".
32238         * lib/regex_internal.h [!defined _LIBC]: Likewise.
32239         * lib/getusershell.c: Include stdio--.h rather than stdio.h
32240         and stdio-safer.h.
32241         (getusershell): Call fopen, not fopen_safer.
32242         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
32243         Do not include unistd-safer.h.
32244         (save_cwd): Don't call fd_safer; no longer needed
32245         now that we include fcntl--.h.
32246
32247         * lib/getdate.y (relative_time): New type.
32248         (RELATIVE_TIME_0): New constant.
32249         (parser_control): Use relative_time instead of doing it ourselves.
32250         (%union): Add new relative_time rel member.
32251         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
32252         Now typeless.
32253         (relunit, relunit_snumber): Now of type rel.
32254         (zone, rel, relunit, get_date): Adjust to above changes.
32255
32256         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
32257         Do not include unistd-safer.h.
32258         (getloadavg): Don't call fd_safer; no longer needed
32259         now that we include fcntl--.h.
32260
32261         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
32262         (make_dir_parents): Treat ENOSYS like EEXIST.
32263
32264         Improve quality of diagnostics on restore_cwd failure.
32265         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
32266         (make_dir_parents): Last arg is now int * (for errno), not bool *.
32267         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
32268         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
32269         each time through the loop.  Do not diagnose restore_cwd failure;
32270         that is the caller's job (and perhaps the caller does not care).
32271
32272         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
32273         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
32274         If the file already exists but is not a directory, don't bother
32275         to try to make its parents.
32276         Close potential file descriptor leak if we can't chdir("/") (!).
32277         Don't always return true if chdir($PWD) fails; return true only
32278         if the requested action was done successfully (except for the
32279         chdir($PWD)).
32280         Don't log final directory unless we actually made it.
32281         Refactor to avoid duplicate code to fix up permissions.
32282         Don't attempt to fix up parent permissions if chdir($PWD) fails.
32283
32284         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
32285         to make it a bit faster and (I hope) clearer.
32286         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
32287         Fix bug in formats like %2N.
32288
32289         * lib/verify.h: New file.
32290
32291 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
32292
32293         Sync from coreutils.
32294         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
32295
32296 2005-09-22  Jim Meyering  <jim@meyering.net>
32297
32298         Sync from coreutils.
32299
32300         * m4/lstat.m4 (gl_FUNC_LSTAT):
32301         Use AC_LIBSOURCES to require lstat.c and lstat.h.
32302         Remove obsolete comment.
32303         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
32304         * m4/xstrtod.m4: Likewise.
32305
32306         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
32307
32308 2005-09-22  Jim Meyering  <jim@meyering.net>
32309
32310         Sync from coreutils.
32311
32312         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
32313
32314         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
32315         the .tm_year member, since otherwise gcc-4.0 would now warn about
32316         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
32317
32318         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
32319         order to avoid an unsuppressible warning from gcc on 64-bit systems.
32320
32321         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
32322         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
32323         when run in a time zone for which daylight savings time is in effect
32324         for the starting date.
32325
32326         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
32327         stop us from restricting permissions of just-created absolute-named
32328         directories.
32329         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
32330         to restore initial working directory.
32331         * lib/mkdir-p.c (make_dir_parents): New parameter:
32332         different_working_dir, to tell caller if/when we change the working
32333         directory and are unable to return to the initial one.
32334         * lib/mkdir-p.h (make_dir_parents): Update prototype.
32335         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
32336         `return false'.  This fixes a bug introduced on 2004-07-30.
32337
32338         * lib/openat.c (fdopendir): Be sure to close the supplied
32339         file descriptor before returning.  This makes our replacement
32340         implementation a little closer to Solaris's, where fdopendir
32341         ties the file descriptor to the returned DIR* pointer.
32342         * lib/openat.c (unlinkat): New function.
32343         * lib/openat.h (unlinkat): Add prototype.
32344         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
32345         (openat_restore_fail): Rename from openat_restore_die.
32346         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
32347
32348         Provide an alternative to exiting immediately upon save_cwd or
32349         restore_cwd failure.  Now, an application can arrange e.g.,
32350         to perform a longjump in that case.
32351         * lib/openat.c: Include dirname.h.
32352         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
32353         (rpl_openat, fdopendir, fstatat): Call openat_save_die
32354         and openat_restore_die rather than calling error directly.
32355         Don't include "error.h" or "exitfail.h"; they're no longer needed.
32356
32357         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
32358         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
32359         define.
32360
32361         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
32362         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
32363                             int utc, int nanoseconds);
32364         Background:
32365         date should not have to allocate a megabyte of virtual memory to
32366         handle a format argument like +%1048575T.  When implemented with
32367         strftime, it must allocate such a buffer, use strftime to fill it
32368         in, print it, then free it.
32369         With fprintftime, it simply prints everything and exits.
32370         With no need for memory allocation, that's one fewer way to fail.
32371         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
32372         optional field width, not before, so we accept %9:z, not %:9z.
32373         (my_strftime): Be sure to use L_('x') for literals.
32374
32375         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
32376         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
32377         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
32378         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
32379         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
32380         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
32381         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
32382         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
32383         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
32384         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
32385         * lib/xgethostname.c, lib/xreadlink.c:
32386         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
32387
32388         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
32389         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
32390         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
32391         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
32392         and don't include <sys/file.h>).
32393
32394 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
32395
32396         Sync from coreutils.
32397
32398         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
32399         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
32400         [!LDAV_DONE]: Avoid unused variable warning.
32401
32402 2005-09-21  Bruno Haible  <bruno@clisp.org>
32403
32404         * lib/unicodeio.h (unicode_to_mb): New declaration.
32405
32406 2005-09-20  Derek Price  <derek@ximbiot.com>
32407
32408         * lib/getaddrinfo.c: Don't include <netdb.h> included from
32409         getaddrinfo.h.
32410
32411 2005-09-20  Bruno Haible  <bruno@clisp.org>
32412
32413         * gnulib-tool: Remove trailing slashes from the values specified for
32414         --source-base, --m4-base, --tests-base, --aux-dir.
32415         Suggested by Simon Josefsson <jas@extundo.com>.
32416
32417 2005-09-20  Bruno Haible  <bruno@clisp.org>
32418
32419         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
32420         func_modules_to_filelist, func_import, func_create_testdir): Make all
32421         sorting results locale-independent, so that gnulib-cache.m4 doesn't
32422         change when gnulib-tool is invoked in a different locale.
32423
32424 2005-09-19  Simon Josefsson  <jas@extundo.com>
32425
32426         * m4/socklen.m4: Fix typo.
32427
32428 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32429
32430         Use a consistent style for including <config.h>.
32431         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
32432         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
32433         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
32434         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
32435         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
32436         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
32437         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
32438         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
32439         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
32440         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
32441         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
32442         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
32443         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
32444         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
32445         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
32446         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
32447         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
32448         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
32449         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
32450         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
32451         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
32452         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
32453         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
32454         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
32455         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
32456         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
32457         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
32458         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
32459         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
32460         lib/xstrtoumax.c, lib/yesno.c:
32461         Standardize inclusion of config.h.
32462         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
32463         lib/inttostr.h:  Removed inclusion of config.h from header files.
32464         * lib/inttostr.c:  Adjusted in-tree users.
32465         * lib/timespec.h: Remove superfluous warning to include config.h.
32466         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
32467         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
32468         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
32469         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
32470         config.h with HAVE_CONFIG_H.
32471
32472 2005-09-19  Jim Meyering  <jim@meyering.net>
32473
32474         * modules/pathmax (License): Change to LGPL.
32475
32476 2005-09-19  Derek Price  <derek@ximbiot.com>
32477
32478         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
32479
32480 2005-09-19  Bruno Haible  <bruno@clisp.org>
32481
32482         * gnulib-tool (import): Provide default for --tests-base.
32483
32484 2005-09-19  Bruno Haible  <bruno@clisp.org>
32485
32486         * doc/quote.texi: New file, extracted from gnulib.texi.
32487         * doc/ctime.texi: New file, extracted from gnulib.texi.
32488         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
32489         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
32490         * doc/gnulib.texi: Include them.
32491
32492 2005-09-18  Bruno Haible  <bruno@clisp.org>
32493
32494         Portability fix.
32495         * gnulib-tool (func_readlink): New function.
32496         (func_ln_if_changed): Use it.
32497
32498 2005-09-18  Bruno Haible  <bruno@clisp.org>
32499
32500         * gnulib-tool: Support --with-tests also with --import.
32501         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
32502         (func_import): Use variables $testsbase and $inctests. Emit a
32503         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
32504         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
32505         SUBDIRS += $testsdir.
32506         (func_create_testdir): Update.
32507
32508 2005-09-18  Bruno Haible  <bruno@clisp.org>
32509
32510         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
32511         instead of $dry_run.
32512         (func_cp_if_changed, func_mv_if_changed): Remove functions.
32513         (func_ln_if_changed): Don't handle dry-run here.
32514         (func_import): In dry-run mode, detect more precisely which actions
32515         would be performed, and don't use "...ing" verbs.
32516
32517 2005-09-18  Bruno Haible  <bruno@clisp.org>
32518
32519         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
32520         (func_import): Use join on two temporary files instead of three nested
32521         loops, in order to determine which files are new or old.
32522
32523 2005-09-18  Bruno Haible  <bruno@clisp.org>
32524
32525         * gnulib-tool (func_import): Comment out code that spits out the
32526         new files with --dry-run.
32527
32528 2005-09-18  Bruno Haible  <bruno@clisp.org>
32529
32530         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
32531
32532 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
32533
32534         * lib/stat-time.h: New file.
32535         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
32536         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
32537         in a different way.
32538         (timespec_cmp): New function.
32539         * lib/utimecmp.c: Include stat-time.h.
32540         (SYSCALL_RESOLUTION): Depend on whether various struct stat
32541         members exist, not on the obsolescent ST_MTIM_NSEC.
32542         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
32543
32544 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
32545
32546         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
32547
32548 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
32549
32550         * MODULES.html.sh (File system functions): Add stat-time.
32551         * modules/stat-time: New file.
32552         * modules/timespec (Files): Remove m4/st_mtim.m4; this
32553         is now done in a different way, by the stat-time module.
32554         * modules/utimecmp (Depends-on): Add stat-time.
32555
32556 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
32557
32558         * m4/st_mtim.m4: Remove.  Superseded by...
32559         * m4/stat-time.m4: New file.
32560         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
32561         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
32562
32563 2005-09-15  Derek Price  <derek@ximbiot.com>
32564
32565         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
32566
32567 2005-09-15  Derek Price  <derek@ximbiot.com>
32568
32569         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
32570         * lib/regex_internal.c: Ditto, using this...
32571         (__GNUC_PREREQ): ...new macro.
32572         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
32573         using...
32574         (__GNUC_PREREQ): ...this new macro.
32575
32576         * lib/strstr.h: Include string.h. Define strstr as a macro here.
32577
32578 2005-09-15  Derek Price  <derek@ximbiot.com>
32579             Paul Eggert  <eggert@cs.ucla.edu>
32580
32581         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
32582         changes, consolidating in...
32583         * lib/regex_internal.h: ...this file.
32584
32585 2005-09-13  Jim Meyering  <jim@meyering.net>
32586
32587         * lib/canon-host.c: Filter through gnu indent and reword comments
32588         slightly.
32589         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
32590
32591 2005-09-13  Derek Price  <derek@ximbiot.com>
32592
32593         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
32594         failure.
32595         Reported by Jim Meyering  <jim@meyering.net>.
32596
32597 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
32598
32599         * lib/base64.c: Typo.
32600         (base64_encode): Put b64str in initialized data section.
32601
32602 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
32603
32604         Merge glibc and coreutils changes into gnulib, plus a few
32605         extra fixes.
32606         * lib/md5.c: Use #error rather than a string.
32607         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
32608         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
32609         (__attribute__): Define to empty for non recent-GCC.
32610         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
32611         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
32612         Renamed from their non-__ counterparts, with new macros replacing
32613         them if not _LIBC.  Add __THROW attribute.
32614         (rol): Remove.
32615         (struct md5_ctx): Align buffer if using GCC.
32616         * lib/sha1.h (struct sha1_ctx): Likewise.
32617         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
32618         The old name was backwards.
32619         (NOTSWAP): Remove; not used.
32620         (rol): New macro, moved here from md5.h.
32621         (sha1_process_block): Remove a FIXME that doesn't make sense.
32622
32623 2005-09-12  Derek Price  <derek@ximbiot.com>
32624
32625         Return usable errors from canon-host.
32626         * lib/canon-host.h: New file.
32627         * lib/canon-host.c (canon_host): Wrap...
32628         (canon_host_r): ...this new function, which now relies exclusively on
32629         getaddrinfo.
32630         (ch_strerror): New function.
32631         (last_cherror): New global.
32632         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
32633         interface.
32634         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
32635         void *.
32636         (freeaddrinfo): Free ai->ai_canonname when set.
32637
32638 2005-09-12  Derek Price  <derek@ximbiot.com>
32639
32640         Make canon-host require getaddrinfo.
32641         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
32642         AC_LIBSOURCE canon-host.h.  Call...
32643         (gl_PREREQ_CANON_HOST): ...this new function, which requires
32644         gl_GETADDRINFO.
32645         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
32646
32647 2005-09-12  Derek Price  <derek@ximbiot.com>
32648
32649         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
32650         LGPL.
32651         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
32652
32653 2005-09-12  Derek Price  <derek@ximbiot.com>
32654
32655         * lib/gai_strerror.c: Include config.h when available.  Include
32656         getaddrinfo.h before other headers to test interface.
32657         Reported by Larry Jones <lawrence.jones@ugs.com>.
32658
32659 2005-09-12  Derek Price  <derek@ximbiot.com>
32660             Paul Eggert  <eggert@cs.ucla.edu>
32661
32662         * modules/glob (Files): Add glob-libc.h.
32663
32664 2005-09-12  Derek Price  <derek@ximbiot.com>
32665             Paul Eggert  <eggert@cs.ucla.edu>
32666
32667         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
32668         glob_.h, glob-libc.h.
32669         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
32670
32671 2005-09-12  Derek Price  <derek@ximbiot.com>
32672             Paul Eggert  <eggert@cs.ucla.edu>
32673
32674         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
32675         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
32676         protecting things that should be done only in gnulib contexts.
32677         * lib/glob_.h: New file, containing only the glob things needed for
32678         gnulib.
32679         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
32680         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
32681         (glob, globfree, glob_pattern_p): Now defined simply in terms of
32682         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
32683         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
32684         and to respect the namespace rules better.
32685
32686 2005-09-08  Simon Josefsson  <jas@extundo.com>
32687
32688         * modules/socklen: New file.
32689
32690 2005-09-08  Simon Josefsson  <jas@extundo.com>
32691
32692         * m4/socklen.m4: New file.
32693
32694 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32695
32696         * modules/utimens (Files): Add m4/utimbuf.m4, since
32697         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
32698         Reported by Sergey Poznyakoff.
32699
32700 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32701
32702         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
32703         definitions, since that's the preferred style in glibc.
32704         Fix a minor spacing issue, and update copyright notice to match
32705         glibc's.
32706
32707 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32708
32709         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
32710
32711 2005-09-06  Simon Josefsson  <jas@extundo.com>
32712
32713         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
32714         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
32715
32716 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32717
32718         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
32719         warning.
32720
32721 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32722
32723         * config/srclist.txt: Add glibc bug 1302.
32724
32725 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
32726
32727         Change bitset word type from unsigned int to unsigned long int,
32728         as this has better performance on typical 64-bit hosts.
32729         Port bitset code to hosts with unusual word sizes.
32730         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
32731         (build_collating_symbol):
32732         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
32733         argument is a bitset.  This is merely a style issue, but it makes
32734         it clearer that an entire array is expected.
32735         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
32736         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
32737         Port to the case where bitset_word is not the same as unsigned int.
32738         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
32739         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
32740         Likewise.
32741         * lib/regexec.c (check_dst_limits_calc_pos_1,
32742         check_subexp_matching_top):
32743         (build_trtable, group_nodes_into_DFAstates):
32744         Likewise.
32745         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
32746         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
32747         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
32748         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
32749         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
32750         * lib/regcomp.c (optimize_subexps, lower_subexp):
32751         Work even if bitset_word has holes in its bitwise representation.
32752         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
32753         * lib/regexec.c (check_dst_limits_calc_pos_1,
32754         check_subexp_matching_top):
32755         Likewise.
32756         * lib/regex_internal.c (re_string_reconstruct):
32757         Don't assume UCHAR_MAX == 255.
32758         * lib/regex_internal.h (bitset_set_all): Likewise.
32759         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
32760         All uses changed.
32761         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
32762         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
32763         All uses changed.
32764         (BITSET_WORD_MAX): New macro.
32765         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
32766         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
32767         (bitset_empty, bitset_copy):
32768         Prefer sizeof (bitset) to multiplying it out ourselves.
32769         (bitset_not_merge): Remove; unused.
32770         (bitset_contain): Return bool, not unsigned int with one bit on.
32771         All callers changed.
32772         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
32773         alignment than re_node_set; do this by defining a new internal
32774         type struct dests_alloc and using it to allocate memory.
32775
32776 2005-09-05  Bruno Haible  <bruno@clisp.org>
32777
32778         * gnulib-tool (func_import): Fix comparison in handling of symbolic
32779         links.
32780
32781 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
32782
32783         * modules/size_max (Makefile.am): Add size_max.h
32784
32785 2005-09-04  Derek Price  <derek@ximbiot.com>
32786
32787         * gnulib-tool (func_import): Fix reversed $symbolic logic.
32788
32789 2005-09-03  Simon Josefsson  <jas@extundo.com>
32790
32791         * gnulib-tool: Fix typo.
32792
32793 2005-09-03  Simon Josefsson  <jas@extundo.com>
32794
32795         * config/srclist.txt: Add glibc bug 1293.
32796
32797 2005-09-03  Derek Price  <derek@ximbiot.com>
32798
32799         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
32800         From Larry Jones <lawrence.jones@ugs.com>.
32801
32802 2005-09-02  Simon Josefsson  <jas@extundo.com>
32803
32804         * modules/socklen: New file.
32805
32806 2005-09-02  Simon Josefsson  <jas@extundo.com>
32807
32808         * modules/havelib: New module.
32809
32810         * modules/gettext, modules/iconv, modules/lock, modules/readline:
32811         Use havelib.
32812
32813 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
32814
32815         Check for arithmetic overflow when calculating sizes, to prevent
32816         some buffer-overflow issues.  These patches are conservative, in the
32817         sense that when I couldn't determine whether an overflow was possible,
32818         I inserted a run-time check.
32819         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
32820         macros.
32821         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
32822         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
32823         (re_xnrealloc, re_x2nrealloc): New inline functions.
32824         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
32825         parse_bracket_exp):
32826         (build_equiv_class, build_charclass): Check for arithmetic overflow
32827         in size expression calculations.
32828         * lib/regex_internal.c (re_string_realloc_buffers):
32829         (build_wcs_upper_buffer, re_node_set_add_intersect):
32830         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
32831         (re_dfa_add_node, register_state): Likewise.
32832         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
32833         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
32834         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
32835         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
32836
32837 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
32838
32839         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
32840         m4/ulonglong.m4.  Problem reported by Martin Lambers.
32841
32842 2005-09-02  Bruno Haible  <bruno@clisp.org>
32843
32844         Support for lib vs. lib64 distinction on biarch platforms.
32845         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
32846         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
32847         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
32848
32849 2005-09-02  Bruno Haible  <bruno@clisp.org>
32850
32851         * gnulib-tool (import): In the other first-use case, provide defaults
32852         as well.
32853
32854 2005-09-02  Bruno Haible  <bruno@clisp.org>
32855
32856         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
32857         patches not yet found in the latest gettext release.
32858
32859 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32860
32861         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
32862         to avoid a collision with bits/local_lim.h in glibc.
32863         All uses changed.  Problem reported by Dmitry V. Levin in
32864         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
32865
32866         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
32867         bugs in int versus size_t comparisons.
32868         (re_string_context_at): Fix bug where the code assumed that
32869         Idx is signed.
32870
32871         Use bool where appropriate.
32872         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
32873         All callers changed.
32874         (calc_eclosure_iter): Likewise, for ROOT arg.
32875         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
32876         (build_charclass_op): Likewise, for NON_MATCH arg.
32877         * lib/regex_internal.c (re_string_allocate, re_string_construct):
32878         (re_string_construct_common): Likewise, for ICASE arg.
32879         * lib/regexec.c (re_search_2_stub, re_search_stub):
32880         Likewise, for RET_LEN arg.
32881         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
32882         (set_regs): Likewise, for FL_BACKTRACK arg.
32883         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
32884         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
32885         (calc_eclosure_iter, parse_bracket_exp):
32886         Use bool for internal variables that are booleans.
32887         * lib/regexec.c (re_search_internal, check_matching,
32888         proceed_next_node):
32889         (set_regs, build_sifted_states, sift_states_bkref):
32890         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
32891         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
32892         (find_collation_sequence_value):
32893         Likewise.
32894         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
32895         (re_node_set_compare):
32896         Return bool, not int. All callers changed.
32897         * lib/regexec.c (check_halt_node_context, check_dst_limits):
32898         (build_trtable, check_node_accept): Likewise.
32899         * lib/regex_internal.h: Include stdbool.h.
32900
32901         Fix bugs uncovered when converting to bool.
32902         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
32903         failure instead of charging ahead blindly.
32904         * lib/regex_internal.c (register_state): Likewise.
32905         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
32906         for freeing internal storage.
32907         (group_nodes_into_DFA_states): Use unsigned int, not int, for
32908         bitset pieces used as boolean, to avoid undefined behavior
32909         on hosts that do int overflow checking.
32910
32911 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32912
32913         * config/srclist.txt: Add glibc bugs 1285-1287.
32914
32915 2005-09-01  Jim Meyering  <jim@meyering.net>
32916
32917         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
32918         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
32919         Require gl_STAT_MACROS, too.
32920
32921 2005-09-01  Bruno Haible  <bruno@clisp.org>
32922
32923         * gnulib-tool (import): In the first-use case, provide defaults.
32924
32925 2005-09-01  Bruno Haible  <bruno@clisp.org>
32926
32927         * gnulib-tool (func_import): Remove the .tmp files.
32928
32929 2005-09-01  Bruno Haible  <bruno@clisp.org>
32930
32931         * gnulib-tool (func_import): Fix handling of symbolic links.
32932
32933 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32934
32935         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
32936         old glibc regex code mishandles strings longer than 2**31 bytes.
32937         This patch fixes this when the regex code is used in gnulib
32938         (i.e., outside glibc).
32939
32940         This patch should not affect the use of the regex code inside
32941         glibc.  No doubt this problem also needs to be handled for glibc
32942         as well, but the result will be an incompatible change to the
32943         glibc ABI, and the old ABI will have to be supported too.  That
32944         can be the the subject for another patch.
32945
32946         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
32947         governing whether the rest of this patch is active.  By default,
32948         the macro is disabled and the patch has no effect.
32949         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
32950         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
32951         (struct re_pattern_buffer, re_search, re_search_2, re_match):
32952         (re_match_2, re_set_registers): Use the new types.
32953         * lib/regex_internal.h (Idx, re_hashval_t): New types.
32954         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
32955         New macros.
32956         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
32957         (re_string_context_at, bin_tree_t, re_dfastate_t):
32958         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
32959         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
32960         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
32961         (re_string_char_size_at, re_string_wchar_at):
32962         (re_string_elem_size_at):
32963         Use the new types and macros to port to 64-bit hosts.
32964         Use unsigned types for internal values, so that the code
32965         mostly works even for arrays larger than SSIZE_MAX.
32966         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
32967         (search_duplicated_node, calc_eclosure_iter, fetch_number):
32968         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
32969         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
32970         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
32971         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
32972         (calc_inveclosure, parse_dup_op, build_range_exp):
32973         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
32974         (fetch_number, create_token_tree, mark_opt_subexp):
32975         Likewise.
32976         * lib/regex_internal.c (re_string_construct_common,
32977         create_ci_newstate):
32978         (create_cd_newstate, re_string_allocate, re_string_construct):
32979         (re_string_realloc_buffers, build_wcs_upper_buffer):
32980         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
32981         (re_string_reconstruct, re_string_peek_byte_case):
32982         (re_string_fetch_byte_case, re_string_context_at):
32983         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
32984         (re_node_set_init_copy, re_node_set_add_intersect):
32985         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32986         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32987         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
32988         (re_acquire_state, re_acquire_state_context, register_state):
32989         Likewise.
32990         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
32991         search_cur_bkref_entry):
32992         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
32993         (re_search_internal, re_search_2_stub, re_search_stub)
32994         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
32995         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
32996         (update_cur_sifted_state, check_dst_limits):
32997         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
32998         (check_subexp_limits, sift_states_bkref, merge_state_array):
32999         (check_subexp_matching_top, get_subexp, get_subexp_sub):
33000         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
33001         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
33002         (expand_bkref_cache, check_node_accept_bytes):
33003         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
33004         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
33005         (acquire_init_state_context, check_halt_node_context):
33006         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
33007         (sift_states_backward, clean_state_log_if_needed):
33008         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
33009         (find_recover_state, transit_state_sb, transit_state_mb):
33010         (transit_state_bkref, build_trtable, match_ctx_clean):
33011         Likewise.
33012         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
33013         to work around an assumption that REG_MISSING is negative.
33014
33015         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
33016         (seek_collating_symbol_entry) [defined _LIBC]:
33017         (lookup_collation_sequence_value) [defined _LIBC]:
33018         (build_range_exp, build_collating_symbol) [defined _LIBC]:
33019         Use prototypes rather than old-style function definitions.
33020         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
33021         (transit_state_sb) [0]:
33022         (find_collation_sequence_value) [defined _LIBC]: Likewise.
33023
33024         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
33025         rm_eo.
33026
33027         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
33028         (optimize_subexps, lower_subexp):
33029         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
33030         since the signed shift might overflow.  Use 1u<<31 instead.
33031         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
33032         Likewise.
33033         * lib/regexec.c (check_dst_limits_calc_pos_1,
33034         check_subexp_matching_top): Likewise.
33035
33036         * lib/regcomp.c (optimize_subexps, lower_subexp):
33037         Use CHAR_BIT rather than 8, for clarity.
33038         * lib/regexec.c (check_dst_limits_calc_pos_1):
33039         (check_subexp_matching_top): Likewise.
33040         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
33041         have to worry about portability issues when shifting it left.
33042         Remove no-longer-needed test for table_size > 0.
33043         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
33044         in a word, as the resulting behavior is undefined.
33045         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
33046         in one case, a <= should have been an <, and in another case the
33047         whole test was missing.
33048         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
33049         the standard name CHAR_BIT.
33050         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
33051         this is not true on one's complement and signed-magnitude hosts.
33052
33053         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
33054         next_last_offset.
33055         (struct re_dfa_t): Remove unused member states_alloc.
33056         * lib/regcomp.c (init_dfa): Don't initialize unused members.
33057
33058 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33059
33060         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
33061         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
33062         and large-file glibc and in 32-bit large-file Solaris.
33063
33064 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33065
33066         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
33067         lengths fit in regoff_t; this isn't true if regoff_t is the same
33068         width as size_t.
33069         * lib/regex.c (re_search_internal): 5th arg is LAST_START
33070         (= START + RANGE) instead of RANGE.  This avoids overflow
33071         problems when regoff_t is the same width as size_t.
33072         All callers changed.
33073         (re_search_2_stub): Check for overflow when adding the
33074         sizes of the two strings.
33075         (re_search_stub): Check for overflow when adding START
33076         to RANGE; if it occurs, substitute the extreme value.
33077
33078 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33079
33080         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
33081
33082 2005-08-31  Jim Meyering  <jim@meyering.net>
33083
33084         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
33085         a pointer-to-const.
33086         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
33087         (register_state): Likewise.
33088         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
33089         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
33090         (group_nodes_into_DFAstates): Likewise.
33091
33092 2005-08-31  Jim Meyering  <jim@meyering.net>
33093
33094         * check-module: Add a FIXME comment.
33095
33096 2005-08-31  Eric Blake  <ebb9@byu.net>
33097
33098         * modules/unistd-safer (Files): Add unistd--.h.
33099         * modules/stdio-safer (Files): Add stdio--.h.
33100
33101 2005-08-31  Derek Price  <derek@ximbiot.com>
33102
33103         * lib/getdelim.c (getdelim): Return EOF on EOF.
33104         Reported by Larry Jones <lawrence.jones@ugs.com>.
33105
33106 2005-08-31  Bruno Haible  <bruno@clisp.org>
33107
33108         Avoid unnecessary diffs in the generated lib/Makefile.am.
33109         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
33110         the generated files.
33111         (func_import): Don't set cmd.
33112
33113 2005-08-31  Bruno Haible  <bruno@clisp.org>
33114
33115         * lib/strstr.c: Include <stddef.h>, for NULL.
33116         * lib/strcasestr.c: Likewise.
33117         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
33118
33119 2005-08-31  Bruno Haible  <bruno@clisp.org>
33120
33121         * gnulib-tool: New option --macro-prefix.
33122         (func_import): Use macro_prefix.
33123         (import): Handle option --macro-prefix.
33124
33125 2005-08-31  Bruno Haible  <bruno@clisp.org>
33126
33127         * gnulib-tool (import): Rename most ac_* variables to cached_*.
33128         Also use new variables cached_lgpl, cached_libtool.
33129
33130 2005-08-31  Bruno Haible  <bruno@clisp.org>
33131
33132         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
33133         always instantiating them.
33134
33135 2005-08-31  Bruno Haible  <bruno@clisp.org>
33136
33137         * gnulib-tool (func_import): Read the previous cached settings
33138         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
33139         earlier added by gnulib but are now dropped. Warn when a gnulib file
33140         overwrites a non-gnulib file.
33141
33142 2005-08-31  Bruno Haible  <bruno@clisp.org>
33143
33144         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
33145         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
33146         projects that don't keep autogenerated files in CVS. Put into
33147         actioncmd only the specified modules, not the transitive closure.
33148
33149 2005-08-31  Bruno Haible  <bruno@clisp.org>
33150
33151         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
33152         Create directories that shall be filled.
33153         (import): Don't look for gl_* macros in configure.ac. Recurse across
33154         all directories containing a gnulib-cache.m4 files, if meaningful.
33155
33156 2005-08-31  Bruno Haible  <bruno@clisp.org>
33157
33158         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
33159         (import): Set seen_libtool when we see gl_LIBTOOL.
33160
33161 2005-08-31  Bruno Haible  <bruno@clisp.org>
33162
33163         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
33164         declaration macro definitions from generated gnulib.m4.
33165
33166 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
33167
33168         * lib/iconvme.h: Add prototype for iconv_alloc.
33169
33170 2005-08-29  Simon Josefsson  <jas@extundo.com>
33171
33172         * lib/iconvme.c: Fix errno.
33173
33174 2005-08-29  Bruno Haible  <bruno@clisp.org>
33175
33176         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
33177         that it works when the directory contains spaces.
33178
33179 2005-08-29  Bruno Haible  <bruno@clisp.org>
33180
33181         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
33182
33183 2005-08-29  Bruno Haible  <bruno@clisp.org>
33184
33185         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
33186         Emit more advice.
33187
33188 2005-08-29  Bruno Haible  <bruno@clisp.org>
33189         and Stepan Kasal  <kasal@ucw.cz>
33190
33191         * check-module: If more parameters are given, check each of them
33192         separately; add more exceptions, as noted by Jim Meyering.
33193         (check_module): New procedure.
33194         (%exempt_header): Now contains all exceptions.
33195
33196 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
33197
33198         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
33199
33200 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
33201
33202         * lib/iconvme.c: Split iconv_string into iconv_alloc.
33203
33204 2005-08-28  Bruno Haible  <bruno@clisp.org>
33205
33206         * m4/gnulib-tool.m4: New file.
33207
33208 2005-08-27  Jim Meyering  <jim@meyering.net>
33209
33210         * modules/unistd-safer (Files): Add pipe-safer.c.
33211         * modules/fcntl-safer (Files): Add creat-safer.c.
33212
33213 2005-08-27  Jim Meyering  <jim@meyering.net>
33214
33215         * m4/stdlib-safer.m4: New file.  From coreutils.
33216         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
33217         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
33218         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
33219         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
33220         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
33221
33222 2005-08-27  Jim Meyering  <jim@meyering.net>
33223
33224         * lib/fopen-safer.c: Merge minor changes from coreutils.
33225         * lib/dup-safer.c: Likewise.
33226         * lib/fd-safer.c: Likewise.
33227
33228         Merge from coreutils.
33229         * lib/stdio--.h: New file.
33230         * lib/stdlib--.h: New file.
33231         * lib/mkstemp-safer.c: New file.
33232
33233         GNU tar needs these.
33234         * lib/pipe-safer.c: New file.
33235         * lib/creat-safer.c: New file.
33236         * lib/fcntl--.h (creat): Define to creat_safer.
33237         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
33238         * lib/unistd--.h (pipe): Define to pipe_safer.
33239         * lib/unistd-safer.h: Declare pipe_safer.
33240
33241 2005-08-26  Simon Josefsson  <jas@extundo.com>
33242
33243         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
33244         Haible <bruno@clisp.org>.
33245
33246 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
33247
33248         * lib/regex_internal.h: Remove all references to
33249         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
33250         or better.
33251         (bitset_not, bitset_merge, bitset_not_merge):
33252         (bitset_mask, re_string_allocate, re_string_construct):
33253         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
33254         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
33255         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
33256         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
33257         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
33258         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
33259         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
33260         (re_acquire_state_context):
33261         Remove unnecessary forward decls.
33262         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
33263         Put __attribute at function definition,
33264         now that the function decl has been removed.
33265         * lib/regex_internal.c (re_string_peek_byte_case):
33266         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
33267         Likewise.
33268
33269 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
33270
33271         * m4/regex.m4: Add AC_PREREQ(2.50).
33272         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
33273
33274 2005-08-25  Simon Josefsson  <jas@extundo.com>
33275
33276         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
33277         __fsetlocking.
33278
33279 2005-08-25  Simon Josefsson  <jas@extundo.com>
33280
33281         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
33282         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
33283         GLIBC specific code.
33284
33285 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
33286
33287         Make regex safe for g++.  This fixes one real bug (an "err"
33288         that should have been "*err").  g++ problem reported by
33289         Sam Steingold.
33290         * lib/regex_internal.h (re_calloc): New macro, consistent with
33291         re_malloc etc.  All callers of calloc changed to use re_calloc.
33292         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
33293         not int.  All callers changed.
33294         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
33295         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
33296         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
33297         (find_recover_state): Change "err" to "*err"; this fixes what
33298         appears to be a real bug.
33299         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
33300         versus int.
33301
33302 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
33303
33304         * modules/regex (Depends-on): Add malloc, since the code
33305         assumes that !malloc(0) means failure.
33306
33307 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
33308
33309         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
33310
33311         alloca modernization/simplification for regex.
33312         * lib/regex.c: Remove portability cruft for alloca.  This no longer
33313         needs to be at the start of the file, and can be moved into
33314         regex_internal.h and simplified.
33315         * lib/regex_internal.h: Include <alloca.h>.
33316         (__libc_use_alloca) [!defined _LIBC]: New macro.
33317         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
33318         now works outside glibc.
33319
33320 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
33321
33322         * config/srclist.txt: Add glibc bugs 1241, 1245.
33323
33324 2005-08-25  Jim Meyering  <jim@meyering.net>
33325
33326         * lib/open-safer.c: Include <config.h>.
33327         Otherwise, we'd lose LARGEFILE support in any file using
33328         e.g. "fcntl--.h"
33329
33330 2005-08-25  Bruno Haible  <bruno@clisp.org>
33331
33332         * m4/minmax.m4: Require autoconf 2.52.
33333         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
33334         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
33335         alternatives of translit over the alphabet.
33336         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
33337
33338 2005-08-24  Simon Josefsson  <jas@extundo.com>
33339
33340         * tests/test-getpass.c: New file.
33341
33342 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
33343
33344         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
33345         for GNU regex features.
33346
33347 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
33348
33349         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
33350         * lib/regex.h (regerror): Likewise.
33351
33352         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
33353         requires this.  (The code never needed it.)
33354
33355         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
33356         All uses of recently-renamed identifiers changed to use the new,
33357         POSIX-compliant names.  The code will build and run just fine
33358         without these changes, but it's better to eat our own dog food
33359         and use the standard-conforming names.
33360
33361         * lib/regex.h: Fix a multitude of POSIX name space violations.
33362         These changes have an effect only for programs that define
33363         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
33364         do not change anything for programs compiled in the normal way.
33365         Also, there is no effect on the ABI.
33366
33367         (_REGEX_SOURCE): New macro.
33368         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
33369         defined and _GNU_SOURCE is not; this fixes a name space violation.
33370
33371         Rename the following macros to obey POSIX requirements.
33372         The old names are still visible as macros if _REGEX_SOURCE is defined.
33373         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
33374         RE_BACKSLASH_ESCAPE_IN_LISTS.
33375         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
33376         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
33377         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
33378         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
33379         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
33380         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
33381         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
33382         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
33383         (REG_INTERVALS): renamed from RE_INTERVALS.
33384         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
33385         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
33386         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
33387         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
33388         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
33389         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
33390         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
33391         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
33392         RE_UNMATCHED_RIGHT_PAREN_ORD.
33393         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
33394         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
33395         (REG_DEBUG): renamed from RE_DEBUG.
33396         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
33397         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
33398         unusual, since we can't clash with the POSIX REG_ICASE.
33399         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
33400         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
33401         (REG_NO_SUB): renamed from RE_NO_SUB.
33402         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
33403         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
33404         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
33405         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
33406         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
33407         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
33408         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
33409         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
33410         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
33411         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
33412         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
33413         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
33414         RE_SYNTAX_POSIX_MINIMAL_BASIC.
33415         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
33416         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
33417         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
33418         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
33419         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
33420         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
33421         (REG_FIXED): Renamed from REGS_FIXED.
33422         (REG_NREGS): Renamed from RE_NREGS.
33423
33424         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
33425         of other REG_* macros, since POSIX says the user is allowed to
33426         #undef these macros selectively.
33427
33428         (reg_errcode_t): Update comment stating what other tables need
33429         to be consistent.
33430
33431         Rename the following enum values to obey POSIX requirements.
33432         The old names are still visible as macros.
33433         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
33434         is not defined, since GNU is supposed to be a superset of POSIX as
33435         much as possible, and since we want reg_errcode_t to be a signed
33436         type for implementation consistency.
33437         (_REG_NOERROR): Renamed from REG_NOERROR.
33438         (_REG_NOMATCH): Renamed from REG_NOMATCH.
33439         (_REG_BADPAT): Renamed from REG_BADPAT.
33440         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
33441         (_REG_ECTYPE): Renamed from REG_ECTYPE.
33442         (_REG_EESCAPE): Renamed from REG_EESCAPE.
33443         (_REG_ESUBREG): Renamed from REG_ESUBREG.
33444         (_REG_EBRACK): Renamed from REG_EBRACK.
33445         (_REG_EPAREN): Renamed from REG_EPAREN.
33446         (_REG_EBRACE): Renamed from REG_EBRACE.
33447         (_REG_BADBR): Renamed from REG_BADBR.
33448         (_REG_ERANGE): Renamed from REG_ERANGE.
33449         (_REG_ESPACE): Renamed from REG_ESPACE.
33450         (_REG_BADRPT): Renamed from REG_BADRPT.
33451         (_REG_EEND): Renamed from REG_EEND.
33452         (_REG_ESIZE): Renamed from REG_ESIZE.
33453         (_REG_ERPAREN): Renamed from REG_ERPAREN.
33454         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
33455         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
33456         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
33457         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
33458
33459         (_REG_RE_NAME, _REG_RM_NAME): New macros.
33460         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
33461         changed.  But support the old name if the new one is not defined
33462         and if _REGEX_SOURCE.
33463
33464         Change the following member names in struct re_pattern_buffer.
33465         The old names are still supported if !_REGEX_SOURCE.
33466         The new names are always supported, regardless of _REGEX_SOURCE.
33467         (re_buffer): Renamed from buffer.
33468         (re_allocated): Renamed from allocated.
33469         (re_used): Renamed from used.
33470         (re_syntax): Renamed from syntax.
33471         (re_fastmap): Renamed from fastmap.
33472         (re_translate): Renamed from translate.
33473         (re_can_be_null): Renamed from can_be_null.
33474         (re_regs_allocated): Renamed from regs_allocated.
33475         (re_fastmap_accurate): Renamed from fastmap_accurate.
33476         (re_no_sub): Renamed from no_sub.
33477         (re_not_bol): Renamed from not_bol.
33478         (re_not_eol): Renamed from not_eol.
33479         (re_newline_anchor): Renamed from newline_anchor.
33480
33481         Change the following member names in struct re_registers.
33482         The old names are still supported if !_REGEX_SOURCE.
33483         The new names are always supported, regardless of _REGEX_SOURCE.
33484         (rm_num_regs): Renamed from num_regs.
33485         (rm_start): Renamed from start.
33486         (rm_end): Renamed from end.
33487
33488         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
33489         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
33490         Prepend __ to parameter names.
33491
33492         Undo yesterday's changes.
33493
33494 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
33495
33496         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
33497         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
33498         lib/regex.c.
33499
33500 2005-08-24  Jim Meyering  <jim@meyering.net>
33501
33502         Sync from coreutils.
33503         * m4/fcntl-safer.m4: New file.
33504
33505         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
33506         and object files for this module.
33507
33508 2005-08-24  Jim Meyering  <jim@meyering.net>
33509
33510         Sync from coreutils.
33511         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
33512
33513 2005-08-24  Jim Meyering  <jim@meyering.net>
33514
33515         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
33516         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
33517
33518 2005-08-24  Jim Meyering  <jim@meyering.net>
33519
33520         * modules/fcntl-safer: New module.
33521         * modules/fts (Depends-on): Add fcntl-safer.
33522         * MODULES.html.sh (File descriptor based Input/Output):
33523         Add fcntl-safer.
33524
33525 2005-08-24  Bruno Haible  <bruno@clisp.org>
33526
33527         Support for unit test modules.
33528         * modules/README: Mention tests modules.
33529         * modules/TEMPLATE-TESTS: New file.
33530         * gnulib-tool: New options --extract-tests-module, --with-tests and
33531         --tests-base (unused for the moment).
33532         (testsbase, inctests): New variables.
33533         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
33534         (func_verify_module): Exclude TEMPLATE-TESTS.
33535         (func_verify_nontests_module, func_verify_tests_module): New functions.
33536         (func_get_dependencies): Add implicit dependency for tests modules.
33537         (func_get_tests_module): New function.
33538         (func_modules_transitive_closure): When --with-tests was specified,
33539         include the unit tests as well, unless explicitly avoided.
33540         (func_emit_lib_Makefile_am): Ignore the tests modules here.
33541         (func_emit_tests_Makefile_am): New function.
33542         (func_create_testdir): When --with-tests was specified, emit a
33543         tests/ directory.
33544         * MODULES.html.sh (Future developments): Update.
33545
33546 2005-08-24  Bruno Haible  <bruno@clisp.org>
33547
33548         * modules/tls-tests: New file.
33549         * tests/test-tls.c: New file, from GNU gettext.
33550
33551 2005-08-24  Bruno Haible  <bruno@clisp.org>
33552
33553         * modules/lock-tests: New file.
33554         * tests/test-lock.c: New file, from GNU gettext.
33555
33556 2005-08-24  Bruno Haible  <bruno@clisp.org>
33557
33558         * lib/lock.h: Add multiple inclusion guard.
33559         * lib/tls.h: Add multiple inclusion guard.
33560
33561 2005-08-24  Bruno Haible  <bruno@clisp.org>
33562
33563         * gnulib-tool: Add support for the --aux-dir option to
33564         --create-testdir, --create-megatestdir, --test, --megatest.
33565         (func_create_testdir, func_create_megatestdir): Optionally emit a
33566         AC_CONFIG_AUX_DIR directive.
33567         (create-testdir, create-megatestdir, test, megatest): Provide a
33568         default value for $auxdir.
33569
33570 2005-08-24  Bruno Haible  <bruno@clisp.org>
33571
33572         * gnulib-tool (import): Use compound statement instead of subshell
33573         where possible.
33574
33575 2005-08-24  Bruno Haible  <bruno@clisp.org>
33576
33577         * gnulib-tool (import): Change --aux-dir default to "build-aux".
33578
33579 2005-08-24  Bruno Haible  <bruno@clisp.org>
33580
33581         * gnulib-tool (func_version): Update.
33582
33583 2005-08-24  Bruno Haible  <bruno@clisp.org>
33584
33585         * gnulib-tool (func_import, func_create_testdir,
33586         func_create_megatestdir): Quote all autoconf macro arguments.
33587
33588 2005-08-24  Bruno Haible  <bruno@clisp.org>
33589
33590         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
33591         option --force, because --force causes the aclocal.m4 of each
33592         subdirectory to be newer than the corresponding config.h.in.
33593
33594 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
33595
33596         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
33597         All contents moved to gl_REGEX.
33598         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
33599         assume that it does.
33600
33601 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
33602
33603         * lib/regex.h (REG_NOSYS)
33604         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
33605         Define, since POSIX requires it as of 2001.
33606         (_REG_ENOSYS)
33607         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
33608         New private symbol, used to keep the enum signed in all cases.
33609         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
33610         Youngman in
33611         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
33612
33613         * lib/regex_internal.c (re_string_skip_chars, register_state):
33614         (calc_state_hash):
33615         Remove forward decls; no longer needed now that we use prototypes.
33616         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
33617         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
33618         (clean_state_log_if_needed): Likewise.
33619
33620 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
33621
33622         * config/srclist.txt: Add glibc bugs 1231-1233.
33623
33624 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
33625
33626         Fix problems reported by Sam Steingold in
33627         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
33628         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
33629         assumed that reg_errcode_t is a signed type, which is not
33630         necessarily true if _XOPEN_SOURCE is not defined.
33631         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
33632         since some compilers warn about it otherwise.
33633
33634 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
33635
33636         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
33637         (init_word_char, create_initial_state, duplicate_node_closure):
33638         (fetch_token, peek_token_bracket, build_range_exp):
33639         (build_collating_symbol): Remove forward decls; no longer needed
33640         now that we use prototypes.
33641
33642         * lib/regcomp.c:
33643         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
33644         (re_compile_fastmap_iter, regcomp, regerror, regfree):
33645         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
33646         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
33647         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
33648         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
33649         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
33650         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
33651         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
33652         (build_range_exp, build_collating_symbol, parse_bracket_exp):
33653         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
33654         (build_charclass, build_charclass_op, fetch_number, create_tree):
33655         (create_token_tree, mark_opt_subexp, duplicate_tree):
33656         Use prototypes rather than old-style definitions.
33657
33658         * lib/regex_internal.c:
33659         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
33660         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
33661         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
33662         (re_string_reconstruct, re_string_peek_byte_case):
33663         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
33664         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
33665         (re_node_set_init_copy, re_node_set_add_intersect):
33666         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
33667         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
33668         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
33669         (re_acquire_state, re_acquire_state_context, register_state):
33670         (create_ci_newstate, create_cd_newstate, free_state):
33671         Likewise.
33672         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
33673         re_search_2):
33674         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
33675         (re_search_internal, prune_impossible_nodes):
33676         (acquire_init_state_context, check_matching, static):
33677         (check_halt_node_context, check_halt_state_context, proceed_next_node):
33678         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
33679         (update_regs, sift_states_backward, build_sifted_states):
33680         (clean_state_log_if_needed, merge_state_array):
33681         (update_cur_sifted_state, add_epsilon_src_nodes):
33682         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
33683         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
33684         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
33685         (find_recover_state, check_subexp_matching_top, transit_state_mb):
33686         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
33687         (check_arrival, check_arrival_add_next_nodes):
33688         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
33689         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
33690         (check_node_accept_bytes, check_node_accept, extend_buffers):
33691         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
33692         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
33693         (sift_ctx_init):
33694         Likewise.
33695
33696         * lib/regex_internal.h:
33697         (re_string_allocate, re_string_construct, re_string_reconstruct):
33698         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
33699         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
33700         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
33701         (re_string_context_at, re_string_peek_byte_case):
33702         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
33703         is defined, since we now use prototypes always.
33704
33705         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
33706         C89 or better.  All uses removed.
33707
33708 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
33709
33710         * config/srclist.txt: Add glibc bugs 1220-1227.
33711
33712 2005-08-20  Jim Meyering  <jim@meyering.net>
33713
33714         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
33715         of unused local, dfa.
33716
33717 2005-08-20  Bruno Haible  <bruno@clisp.org>
33718
33719         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
33720
33721 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33722
33723         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
33724         (re_node_set_insert_last, re_dfa_add_node):
33725         Rename local variables to avoid GCC shadowing warnings.
33726
33727 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33728
33729         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
33730         [defined lint]: Suppress bogus uninitialized-variable warnings.
33731
33732         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
33733         and let the caller return REG_ESPACE if out of space.  This
33734         removes an uninitialied-variable warning with GCC 4.0.1, and also
33735         avoids taking the address of a local variable.  All callers
33736         changed.
33737
33738 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33739
33740         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
33741         $LIBCSRC/posix/regexec.c.
33742         Add glibc bug 1217 for regcomp.c.
33743
33744 2005-08-19  Jim Meyering  <jim@meyering.net>
33745
33746         * lib/regexec.c (proceed_next_node): Redo local variables to
33747         avoid GCC shadowing warnings.
33748
33749 2005-08-18  Bruno Haible  <bruno@clisp.org>
33750
33751         * lib/strstr.c (strstr): Fix return value in multibyte case.
33752         * lib/strcasestr.c (strcasestr): Likewise.
33753
33754 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
33755
33756         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
33757
33758 2005-08-17  Jim Meyering  <jim@meyering.net>
33759
33760         Make the %s format (seconds since the epoch) work for a negative
33761         number and when used with a zero-padded field width, e.g. %015s.
33762
33763         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
33764         label so that it precedes the code to set `digits'.  Otherwise,
33765         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
33766         print `00-22'.  Now, it prints `-0022', as it should.
33767
33768 2005-08-17  Bruno Haible  <bruno@clisp.org>
33769
33770         * modules/strstr (Files): Add m4/mbrtowc.m4.
33771         (Depends-on): Add mbuiter.
33772
33773 2005-08-17  Bruno Haible  <bruno@clisp.org>
33774
33775         * modules/strcasestr: New file.
33776         * MODULES.html.sh (String handling, based on ANSI C 89): Add
33777         strcasestr.
33778
33779 2005-08-17  Bruno Haible  <bruno@clisp.org>
33780
33781         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
33782
33783 2005-08-17  Bruno Haible  <bruno@clisp.org>
33784
33785         * modules/mbuiter: New file.
33786         * MODULES.html.sh (Extended multibyte and wide character utilities):
33787         Add mbuiter.
33788
33789 2005-08-17  Bruno Haible  <bruno@clisp.org>
33790
33791         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
33792         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
33793
33794 2005-08-17  Bruno Haible  <bruno@clisp.org>
33795
33796         * m4/strcasestr.m4: New file.
33797
33798 2005-08-17  Bruno Haible  <bruno@clisp.org>
33799
33800         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
33801         * lib/strstr.c: Completely rewritten, with multibyte locale support.
33802
33803 2005-08-17  Bruno Haible  <bruno@clisp.org>
33804
33805         * lib/strcasestr.h: New file.
33806         * lib/strcasestr.c: New file.
33807
33808 2005-08-17  Bruno Haible  <bruno@clisp.org>
33809
33810         * lib/strcasecmp.c: Use mbuiter.h.
33811
33812 2005-08-17  Bruno Haible  <bruno@clisp.org>
33813
33814         * lib/mbuiter.h: New file.
33815
33816 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
33817
33818         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
33819         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
33820         and gl_GETOPT are both invoked via different paths (as happens
33821         with GNU tar CVS because it uses both argp and getopt), the former
33822         wins.
33823
33824 2005-08-16  Bruno Haible  <bruno@clisp.org>
33825
33826         * modules/tls: New file.
33827         * MODULES.html.sh (Multithreading): Add tls.
33828
33829 2005-08-16  Bruno Haible  <bruno@clisp.org>
33830
33831         * modules/strnlen1: New file.
33832         * MODULES.html.sh (String handling): Add strnlen1.
33833
33834 2005-08-16  Bruno Haible  <bruno@clisp.org>
33835
33836         * modules/strcase (Files): Add m4/mbrtowc.m4.
33837         (Depends-on): Add strnlen1, mbchar.
33838
33839 2005-08-16  Bruno Haible  <bruno@clisp.org>
33840
33841         * modules/mbiter: New file.
33842         * MODULES.html.sh (Extended multibyte and wide character utilities):
33843         Add mbiter.
33844
33845 2005-08-16  Bruno Haible  <bruno@clisp.org>
33846
33847         * modules/mbfile: New file.
33848         * MODULES.html.sh (Extended multibyte and wide character utilities):
33849         Add mbfile.
33850
33851 2005-08-16  Bruno Haible  <bruno@clisp.org>
33852
33853         * modules/mbchar: New file.
33854         * MODULES.html.sh (Extended multibyte and wide character utilities):
33855         New section.
33856
33857 2005-08-16  Bruno Haible  <bruno@clisp.org>
33858
33859         * m4/tls.m4: New file, from GNU gettext.
33860
33861 2005-08-16  Bruno Haible  <bruno@clisp.org>
33862
33863         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
33864         always.
33865         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
33866
33867 2005-08-16  Bruno Haible  <bruno@clisp.org>
33868
33869         * m4/mbiter.m4: New file.
33870
33871 2005-08-16  Bruno Haible  <bruno@clisp.org>
33872
33873         * m4/mbfile.m4: New file.
33874
33875 2005-08-16  Bruno Haible  <bruno@clisp.org>
33876
33877         * m4/mbchar.m4: New file.
33878
33879 2005-08-16  Bruno Haible  <bruno@clisp.org>
33880
33881         * lib/tls.h: New file, from GNU gettext.
33882         * lib/tls.c: New file, from GNU gettext.
33883
33884 2005-08-16  Bruno Haible  <bruno@clisp.org>
33885
33886         * lib/strnlen1.h: New file.
33887         * lib/strnlen1.c: New file.
33888
33889 2005-08-16  Bruno Haible  <bruno@clisp.org>
33890
33891         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
33892         (mbi_init): Update.
33893         (mbi_avail, mbi_advance): Let the iteration end before the terminating
33894         NUL byte, not after it.
33895
33896 2005-08-16  Bruno Haible  <bruno@clisp.org>
33897
33898         * lib/strcase.h (strcasecmp): Add note in comments.
33899         * lib/strncasecmp.c: Use code from strcasecmp.c.
33900         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
33901         (strcasecmp): Work correctly in multibyte locales.
33902
33903 2005-08-16  Bruno Haible  <bruno@clisp.org>
33904
33905         * lib/mbiter.h: New file.
33906
33907 2005-08-16  Bruno Haible  <bruno@clisp.org>
33908
33909         * lib/mbfile.h: New file.
33910
33911 2005-08-16  Bruno Haible  <bruno@clisp.org>
33912
33913         * lib/mbchar.h: New file.
33914         * lib/mbchar.c: New file.
33915
33916 2005-08-16  Bruno Haible  <bruno@clisp.org>
33917
33918         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
33919         the valid ones. Makes the comparison operations transitive:
33920         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
33921         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
33922
33923 2005-08-15  Simon Josefsson  <jas@extundo.com>
33924
33925         * modules/ssize_t (License): Change to 'unlimited'.
33926
33927         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
33928
33929 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33930
33931         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
33932         Add comments for each pending glibc patch.
33933
33934 2005-08-15  Bruno Haible  <bruno@clisp.org>
33935
33936         * lib/regex.h (__restrict_arr): Don't define to __restrict if
33937         __cplusplus is defined.
33938
33939 2005-08-14  Jim Meyering  <jim@meyering.net>
33940
33941         Sync from coreutils.
33942
33943         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
33944         Use the hash-table-based cycle-detection code not just when
33945         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
33946         Reported by James Youngman in
33947         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
33948         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
33949         FTS_TIGHT_CYCLE_CHECK.
33950         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
33951         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
33952         once again.
33953         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
33954         * lib/fts.c (fd_safer): Remove decl.
33955         Include fcntl--.h rather than unistd-safer.h
33956         (fts_safe_changedir): Don't call fd_safer; no longer needed
33957         now that we include fcntl--.h.
33958
33959 2005-08-12  Simon Josefsson  <jas@extundo.com>
33960
33961         * modules/getndelim2: Use ssize_t module.
33962         * modules/getnline: Likewise.
33963         * modules/safe-read: Likewise.
33964         * modules/xreadlink: Likewise.
33965
33966         * modules/ssize_t: New file.
33967
33968 2005-08-12  Simon Josefsson  <jas@extundo.com>
33969
33970         * m4/readline.m4: Look for termcap, curses or ncurses if required.
33971
33972 2005-08-12  Simon Josefsson  <jas@extundo.com>
33973
33974         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33975         ssize_t.
33976
33977 2005-08-12  Simon Josefsson  <jas@extundo.com>
33978
33979         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
33980         readline, getdelim and check_version.
33981         (Support for systems lacking ISO C 99: Sizes of integer types):
33982         Add size_max.
33983
33984 2005-08-12  Bruno Haible  <bruno@clisp.org>
33985
33986         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
33987
33988 2005-08-11  Simon Josefsson  <jas@extundo.com>
33989
33990         * modules/readline: New file.
33991
33992         * modules/strnlen (Files): Add strnlen.h.
33993
33994 2005-08-11  Simon Josefsson  <jas@extundo.com>
33995
33996         * m4/readline.m4: New file.
33997
33998 2005-08-11  Simon Josefsson  <jas@extundo.com>
33999
34000         * lib/readline.h, readline.c: New file.
34001
34002 2005-08-11  Simon Josefsson  <jas@extundo.com>
34003
34004         * doc/gnulib.texi (Initial import, Finishing touches): Mention
34005         gl_AVOID.
34006
34007 2005-08-11  Bruno Haible  <bruno@clisp.org>
34008
34009         * lib/strnlen.h (strnlen): Change parameter name to match comment.
34010
34011 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
34012
34013         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
34014
34015 2005-08-10  Simon Josefsson  <jas@extundo.com>
34016
34017         * tests/test-iconvme.c: New file.
34018
34019 2005-08-10  Simon Josefsson  <jas@extundo.com>
34020
34021         * m4/strnlen.m4: New file.
34022
34023         * m4/strndup.m4: Don't check for strnlen declaration, done in
34024         strnlen.m4.
34025
34026 2005-08-10  Simon Josefsson  <jas@extundo.com>
34027
34028         * lib/strndup.c: Use strnlen.h.
34029
34030         * lib/strnlen.h: New file.
34031
34032 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
34033
34034         * README: Typos.
34035
34036 2005-08-02  Simon Josefsson  <jas@extundo.com>
34037
34038         * modules/readline: New file.
34039
34040 2005-08-02  Simon Josefsson  <jas@extundo.com>
34041
34042         * modules/getdelim: New file.
34043
34044         * modules/getline: Rewrite, don't use getndelim2.
34045
34046 2005-08-02  Simon Josefsson  <jas@extundo.com>
34047
34048         * m4/getline.m4: Separate out getdelim stuff into separate module.
34049
34050         * m4/getdelim.m4: New file.
34051
34052 2005-08-02  Simon Josefsson  <jas@extundo.com>
34053
34054         * lib/getline.h, getline.c: Rewrite.
34055
34056         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
34057
34058 2005-07-31  Bruno Haible  <bruno@clisp.org>
34059
34060         * lib/lock.h (gl_lock_initializer): New macro.
34061         (gl_lock_define_initialized): Use it.
34062         (gl_rwlock_initializer): New macro.
34063         (gl_rwlock_define_initialized): Use it.
34064         (gl_recursive_lock_initializer): New macro.
34065         (gl_recursive_lock_define_initialized): Use it.
34066
34067 2005-07-30  Karl Berry  <karl@gnu.org>
34068
34069         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
34070         Report from Ben Pfaff, regarding getopt.
34071
34072 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
34073
34074         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
34075         normal way.
34076         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
34077         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
34078         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
34079         (gl_GETOPT): Use the new macros.  Most of the implementation
34080         is moved to the new macros.  This is for programs like Emacs
34081         that don't want all the functionality of gl_GETOPT.
34082
34083 2005-07-26  Bruno Haible  <bruno@clisp.org>
34084
34085         * m4/lock.m4: Update from GNU gettext.
34086
34087 2005-07-26  Bruno Haible  <bruno@clisp.org>
34088
34089         * lib/lock.h: Update from GNU gettext.
34090         * lib/lock.c: Update from GNU gettext.
34091
34092 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
34093
34094         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
34095         obsolescent AC_TRY_RUN.  Include the default includes files, for
34096         'exit'.
34097
34098 2005-07-24  Bruno Haible  <bruno@clisp.org>
34099
34100         * modules/visibility: New file.
34101         * MODULES.html.sh (Misc): Add visibility.
34102
34103 2005-07-24  Bruno Haible  <bruno@clisp.org>
34104
34105         * m4/visibility.m4: New file.
34106
34107 2005-07-24  Bruno Haible  <bruno@clisp.org>
34108
34109         * doc/visibility.texi: New file.
34110
34111 2005-07-22  Bruno Haible  <bruno@clisp.org>
34112
34113         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
34114         $(ALLOCA_H), redundant through BUILT_SOURCES.
34115         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
34116         redundant through BUILT_SOURCES.
34117         * modules/byteswap (Makefile.am): Remove explicit dependency on
34118         $(BYTESWAP_H), redundant through BUILT_SOURCES.
34119         * modules/fnmatch (Makefile.am): Remove explicit dependency on
34120         $(FNMATCH_H), redundant through BUILT_SOURCES.
34121         * modules/getopt (Makefile.am): Remove explicit dependency on
34122         $(GETOPT_H), redundant through BUILT_SOURCES.
34123         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
34124         redundant through BUILT_SOURCES.
34125         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
34126         redundant through BUILT_SOURCES.
34127         * modules/stdbool (Makefile.am): Remove explicit dependency on
34128         $(STDBOOL_H), redundant through BUILT_SOURCES.
34129         * modules/stdint (Makefile.am): Remove explicit dependency on
34130         $(STDINT_H), redundant through BUILT_SOURCES.
34131         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
34132         Remove explicit dependency on $(SYSEXITS_H).
34133         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
34134
34135 2005-07-18  Simon Josefsson  <jas@extundo.com>
34136
34137         * lib/check-version.c (check_version): Accept identical versions too.
34138
34139 2005-07-18  Bruno Haible  <bruno@clisp.org>
34140
34141         * modules/lock: New file.
34142         * MODULES.html.sh (Multithreading): New section.
34143
34144 2005-07-18  Bruno Haible  <bruno@clisp.org>
34145
34146         * m4/lock.m4: New file, from GNU gettext.
34147
34148 2005-07-18  Bruno Haible  <bruno@clisp.org>
34149
34150         * lib/lock.h: New file, from GNU gettext.
34151         * lib/lock.c: New file, from GNU gettext.
34152
34153 2005-07-18  Bruno Haible  <bruno@clisp.org>
34154
34155         * lib/lock.h (gl_once_t): New type.
34156         (gl_once_define, gl_once): New macros.
34157         * lib/lock.c (fresh_once): New variable.
34158         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
34159         functions.
34160
34161 2005-07-16  Simon Josefsson  <jas@extundo.com>
34162
34163         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
34164         workaround, suggested by Bruno.
34165
34166 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
34167
34168         * modules/xalloc (Depends-on): Add xalloc-die.
34169         * modules/xvasprintf (Depends-on): Add xalloc-die.
34170
34171 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
34172
34173         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
34174         with a minor change.
34175
34176 2005-07-15  Bruno Haible  <bruno@clisp.org>
34177
34178         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
34179         When using lib/poll.c, define poll as rpl_poll.
34180
34181 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
34182
34183         * modules/argp (Depends-on): Remove unlocked-io.
34184
34185 2005-07-14  Derek Price  <derek@ximbiot.com>
34186
34187         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
34188         for glob symlink bug.
34189
34190 2005-07-14  Bruno Haible  <bruno@clisp.org>
34191
34192         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
34193         Instead, test for *_unlocked function declarations directly.
34194
34195 2005-07-11  Simon Josefsson  <jas@extundo.com>
34196
34197         * modules/size_max: New file.
34198
34199         * modules/xsize: Depend on size_max module for size_max.m4.
34200
34201 2005-07-11  Simon Josefsson  <jas@extundo.com>
34202
34203         * lib/size_max.h: New file.
34204
34205 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
34206
34207         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
34208         copyright symbol and the year.
34209         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
34210         (version_etc_va): Use parameterized copyright notice.
34211         Reword to conform to the current GNU coding standards.
34212
34213 2005-07-11  Karl Berry  <karl@gnu.org>
34214
34215         * doc/gnulib.texi (Quoting): new node.
34216         (Initial import): more info, from Patrice.
34217
34218 2005-07-11  Bruno Haible  <bruno@clisp.org>
34219
34220         * gnulib-tool (func_usage): Document option --avoid.
34221         (Command line options): Handle --avoid.
34222         (func_acceptable): New function.
34223         (func_modules_transitive_closure): Use it.
34224
34225 2005-07-11  Bruno Haible  <bruno@clisp.org>
34226
34227         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
34228         Reported by Jim Meyering.
34229
34230 2005-07-10  Bruno Haible  <bruno@clisp.org>
34231
34232         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
34233         Needed when size_t is smaller than 'unsigned int'.
34234         Reported by Paul Eggert.
34235
34236 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
34237
34238         * modules/argp (Depends-on): Add unlocked-io
34239
34240 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
34241
34242         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
34243         block of defines.
34244
34245 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
34246
34247         * config/srclist.txt: Comment out regcomp.c, since we have a porting
34248         fix now.
34249
34250 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
34251         and Paul Eggert  <eggert@cs.ucla.edu>
34252
34253         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
34254         in wint_t, not wchar_t.  Remove now-unnecessary cast.
34255
34256 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
34257
34258         * modules/regex (Files): Add lib/regex_internal.c,
34259         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
34260         (Depends-on): Add extensions.
34261         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
34262
34263 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
34264
34265         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
34266         pathconf.
34267         * m4/same.m4 (gl_SAME): Likewise.
34268         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
34269
34270         * m4/regex.m4: Adjust to new libc regex implementation.
34271         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
34272         all the .c and .h parts of (the new) regex.
34273         Quote the m4 stuff better.
34274         Check for RE_ICASE bug of old gnulib.
34275         Check for REG_STARTEND of recent libc.
34276         Rename local variables from jm_* to gl_*.
34277         Quote operand of "test -f".
34278         Say "recent enough" version of libc, not "version 2".
34279         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
34280         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
34281         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
34282         Remove check for btowc, isascii.
34283         Require AM_LANGINFO_CODESET.
34284
34285 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
34286
34287         * lib/regex.c, regex.h: Sync from libc.
34288         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
34289         * lib/regexec.c:
34290         New files, synced from libc, except that regex_internal.h
34291         currently has a small porting fix.
34292
34293 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
34294
34295         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
34296         regex_internal.c, regexec.c.
34297         Add regex_internal.h too, but as a comment, since the libc version
34298         is currently broken in gnulib mode.
34299
34300 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
34301
34302         Support programs like Emacs that use gnulib but not gettext.
34303         * MODULES.html.sh (Internationalization functions): Add gettext-h.
34304         * modules/gettext-h: New file.
34305         * modules/gettext (Files): Remove lib/gettext.h.
34306         (Depends-on): Add gettext-h.
34307         (Makefile.am): Remove lib_SOURCES.
34308         * modules/argmatch, modules/c-stack, modules/closeout:
34309         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
34310         * modules/execute, modules/file-type, modules/getaddrinfo:
34311         * modules/getopt, modules/human, modules/javacomp:
34312         * modules/javaexec, modules/mkdir-p, modules/obstack:
34313         * modules/openat, modules/pagealign_alloc, modules/pipe:
34314         * modules/quotearg, modules/regex, modules/rpmatch:
34315         * modules/unicodeio, modules/userspec, modules/version-etc:
34316         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
34317         * modules/xsetenv:
34318         Depend on gettext-h, not gettext.
34319
34320 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
34321
34322         * gnulib-tool (func_import): Add support for 'public domain' license.
34323         * modules/alloca, modules/atexit, modules/memmove:
34324         Now public domain, not GPL.
34325         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
34326         * modules/realloc, modules/strerror, modules/strtod:
34327         Now LGPL, not GPL.
34328
34329 2005-07-05  Bruno Haible  <bruno@clisp.org>
34330
34331         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
34332         autoconf CVS. Needed for mingw.
34333
34334 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
34335
34336         Remove the dependency of the strftime module on the tzset module.
34337         * modules/strftime (Depends-on): Remove dependency on tzset.
34338
34339 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
34340
34341         Remove the dependency of the strftime module on the tzset module.
34342         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
34343         gl_FUNC_TZSET_CLOBBER.
34344
34345 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
34346
34347         Remove the dependency of the strftime module on the tzset module.
34348         * lib/strftime.c (my_strftime)
34349         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
34350         Copy the input structure, to work around some of the bug with
34351         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
34352         Solaris releases, you should also use the tzset module, but we won't
34353         require it as a dependency any more since we don't want LGPLed code
34354         to depend on GPLed code.
34355
34356 2005-07-02  Jim Meyering  <jim@meyering.net>
34357
34358         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
34359         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
34360         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
34361         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
34362
34363 2005-07-02  Jim Meyering  <jim@meyering.net>
34364
34365         * lib/backupfile.c (backup_args): Change a `0' to NULL.
34366
34367 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
34368
34369         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
34370         declares only 'struct timespec;' (!).
34371
34372 2005-07-01  Jim Meyering  <jim@meyering.net>
34373
34374         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
34375         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
34376         * lib/save-cwd.c, tempname.c:
34377         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
34378         and don't include <sys/file.h>).
34379
34380 2005-06-29  Jim Meyering  <jim@meyering.net>
34381
34382         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
34383         type name.  Use the variable name instead.
34384         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
34385         Likewise.
34386
34387 2005-06-28  Simon Josefsson  <jas@extundo.com>
34388
34389         * modules/check-version (Files): Add check-version.m4.
34390
34391 2005-06-28  Simon Josefsson  <jas@extundo.com>
34392
34393         * m4/check-version.m4: New file, suggested by Jim Meyering
34394         <jim@meyering.net>.
34395
34396 2005-06-28  Simon Josefsson  <jas@extundo.com>
34397
34398         * lib/check-version.h, lib/check-version.c: New files.
34399
34400 2005-06-28  Simon Josefsson  <jas@extundo.com>
34401
34402         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
34403         collision with global variable.  Better indentation.  Don't
34404         increment buffer pointer beyond buffer end.  Based on comments
34405         from Paul Eggert <eggert@cs.ucla.edu>.
34406
34407         * lib/base64.h: Indent.
34408
34409 2005-06-28  Simon Josefsson  <jas@extundo.com>
34410
34411         * doc/gnulib.texi (Library version handling): New section.
34412
34413 2005-06-28  Jim Meyering  <jim@meyering.net>
34414
34415         * check-module (find_included_lib_files): Hard-code another
34416         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
34417         but modules/fts-lgpl (correctly) does not list those files.
34418
34419         * modules/canonicalize (Files): Add lib/pathmax.h.
34420
34421 2005-06-25  Simon Josefsson  <jas@extundo.com>
34422
34423         * modules/check-version: New file.
34424
34425 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
34426
34427         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
34428         initializer of struct addrinfo, as an indication that we don't
34429         care how many members the structure has.
34430
34431 2005-06-24  Derek Price  <derek@ximbiot.com>
34432         and Bruno Haible  <bruno@clisp.org>
34433
34434         Remove stat module & update lstat.
34435         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
34436         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34437         * m4/stat.m4: Remove this file.
34438
34439 2005-06-24  Derek Price  <derek@ximbiot.com>
34440         and Bruno Haible  <bruno@clisp.org>
34441
34442         Remove stat module & update lstat.
34443         * lib/stat.c: Remove this file...
34444         (slash_aware_lstat): ...moving this content and its support...
34445         * lib/lstat.c (rpl_lstat): ...into here.
34446         * lib/lstat.h: New file.
34447
34448 2005-06-24  Derek Price  <derek@ximbiot.com>
34449         and Bruno Haible  <bruno@clisp.org>
34450
34451         Remove stat module & update lstat.
34452         * config/srclist.txt (libc sources): Remove stat.
34453
34454 2005-06-24  Derek Price  <derek@ximbiot.com>
34455         and Bruno Haible  <bruno@clisp.org>
34456
34457         Remove stat module & update lstat.
34458         * MODULES.html.sh (stat): Remove.
34459         * MODULES.html: Regenerated.
34460         * modules/lstat (Description): Correct function name.
34461         (Files): Add "lstat.h".
34462         (Depends-on): Remove stat, add xalloc, stat-macros.
34463         * modules/stat: Remove this file.
34464         (Include): Add "lstat.h", remove <sys/stat.h>.
34465
34466 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34467
34468         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
34469         (ranged_convert): Don't save conversion in a temporary struct.
34470         This causes a warning with GCC 4.0.0, and anyway in the typical
34471         case it's not worth the extra 100 bytes or so of code.
34472         (ranged_convert, __mktime_internal): When calling a function via a
34473         pointer P, use P () rather than (*P) (), as we now assume C89 or
34474         better.
34475
34476 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
34477
34478         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
34479         "who -r" failed to give output.  Problem reported by Tim Waugh.
34480
34481         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
34482         (xcalloc): Use it to avoid needless tests.
34483         Problem reported by Jim Meyering.
34484
34485 2005-06-20  Derek Price  <derek@ximbiot.com>
34486
34487         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
34488         unnecessary for Autoconfs > 2.59c.
34489
34490 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34491
34492         * lib/argp.h (__option_is_short): Check upper limit of
34493         __key. Isprint() requires its argument to have the value
34494         of an unsigned char or EOF.
34495
34496 2005-06-16  Jim Meyering  <jim@meyering.net>
34497
34498         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
34499         when either N or S is zero.
34500
34501 2005-06-16  Derek Price  <derek@ximbiot.com>
34502
34503         * m4/bison.m4: Declare YACC & YFLAGS precious.
34504
34505 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
34506
34507         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
34508         multibyte string or pattern, fall back on unibyte matching.
34509         Problem reported by James Youngman.
34510
34511 2005-06-08  Bruno Haible  <bruno@clisp.org>
34512
34513         * modules/csharpcomp: New file.
34514         * MODULES.html.sh (C#): Add csharpcomp.
34515
34516 2005-06-08  Bruno Haible  <bruno@clisp.org>
34517
34518         * m4/csharpcomp.m4: New file, from GNU gettext.
34519
34520 2005-06-08  Bruno Haible  <bruno@clisp.org>
34521
34522         * lib/csharpcomp.h: New file, from GNU gettext.
34523         * lib/csharpcomp.c: New file, from GNU gettext.
34524         * lib/csharpcomp.sh.in: New file, from GNU gettext.
34525
34526 2005-06-08  Bruno Haible  <bruno@clisp.org>
34527
34528         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
34529         warning on mingw.
34530
34531 2005-06-07  Derek Price  <derek@ximbiot.com>
34532
34533         Sync from CVS.
34534         * lib/glob_.h: Indent nested #ifdef.
34535
34536 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
34537
34538         Sync from coreutils.
34539         Use "file name" when talking about file names, instead of "filename"
34540         or "path", as per the GNU coding standards.
34541         * lib/mkdir-p.c: Renamed from makepath.c.
34542         (make_dir_parents): Renamed from make_path.  All callers changed.
34543         * lib/mkdir-p.h: Likewise.  All includers changed.
34544         * lib/filenamecat.c: Renamed from path-concat.c.
34545         (file_name_concat): Renamed from path_concat.  All callers changed.
34546         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
34547         * lib/filenamecat.h: Likewise.  All includers changed.
34548         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
34549         in comments or local variable names.
34550         * lib/basename.c: Likewise.
34551         * lib/canonicalize.c, canonicalize.h: Likewise.
34552         * lib/dirname.c, dirname.h: Likewise.
34553         * lib/euidaccess.c: Likewise.
34554         * lib/exclude.c: Likewise
34555         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
34556         * lib/fsusage.c, fsuage.h: Likewise.
34557         * lib/fts.c, fts_.h: Likewise.
34558         * lib/getcwd.c: Likewise.
34559         * lib/getloadavg.c: Likewise.
34560         * lib/mkstemp.c: Likewise.
34561         * lib/mountlist.c, mountlist.h: Likewise.
34562         * lib/openat.c, openat.h: Likewise.
34563         * lib/readlink-stub.c: Likewise.
34564         * lib/readutmp.c, readutmp.h: Likewise.
34565         * lib/rename.c: Likewise.
34566         * lib/rmdir.c: Likewise.
34567         * lib/same.c: Likewise.
34568         * lib/savedir.c: Likewise.
34569         * lib/stripslash.c: Likewise.
34570         * lib/tempname.c: Likewise.
34571         * lib/xreadlink.c: Likewise.
34572         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
34573         All uses changed.
34574         * lib/exclude.h: Likewise.
34575
34576         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
34577         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
34578         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
34579         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
34580         * lib/pathmax.h: Include <limits.h> unconditionally, since other
34581         files have been getting away with it for years (MORE/BSD 4.3
34582         is extinct now).
34583         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
34584         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
34585
34586         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
34587         Define to 256, not 255, as per modern POSIX.
34588
34589 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
34590
34591         Sync from coreutils.
34592         Use "file name" when talking about file names, instead of "filename"
34593         or "path", as per the GNU coding standards.
34594         * MODULES.html.sh: mkdir-p renamed from makepath.
34595         filenamecat renamed from path-concat.
34596         * modules/filenamecat: Renamed from modules/path-concat.
34597         (Files): filenamecat.h and filenamecat.c renamed from
34598         path-concat.h and path-concat.c.
34599         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
34600         (Include): filenamecat.h, not path-concat.h.
34601         * modules/mkdir-p: Renamed from modules/makepath.
34602         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
34603         makepath.c.
34604         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
34605         (Include): mkdir-p.h, not makepath.h.
34606
34607 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
34608
34609         Sync from coreutils.
34610         * m4/mkdir-p.m4: Renamed from makepath.m4.
34611         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
34612         Rename files from makepath.c to mkdir-p.c, and from
34613         makepath.h to mkdir-p.h.
34614         * m4/filenamecat.m4: Renamed from path-concat.m4.
34615         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
34616         Rename files from path-concat.c to filenamecat.c,
34617         and from path-concat.h to filenamecat.h.
34618         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
34619         "file name" in local variables or comments.
34620         * m4/rename.m4: Likewise.
34621
34622 2005-06-01  Bruno Haible  <bruno@clisp.org>
34623
34624         * modules/csharpexec: New file.
34625         * MODULES.html.sh (C#): New section.
34626
34627 2005-06-01  Bruno Haible  <bruno@clisp.org>
34628
34629         * m4/csharp.m4: New file, from GNU gettext.
34630         * m4/csharpexec.m4: New file, from GNU gettext.
34631
34632 2005-06-01  Bruno Haible  <bruno@clisp.org>
34633
34634         * lib/csharpexec.h: New file, from GNU gettext.
34635         * lib/csharpexec.c: New file, from GNU gettext.
34636         * lib/csharpexec.sh.in: New file, from GNU gettext.
34637
34638 2005-05-31  Derek Price  <derek@ximbiot.com>
34639             Paul Eggert  <eggert@cs.ucla.edu>
34640
34641         Sync from cvs.
34642         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
34643
34644 2005-05-31  Derek Price  <derek@ximbiot.com>
34645             Paul Eggert  <eggert@cs.ucla.edu>
34646
34647         Sync from cvs.
34648         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
34649
34650 2005-05-29  Derek Price  <derek@ximbiot.com>
34651
34652         * config/srclist.txt (glob_.h, glob.c): Add these files.
34653
34654 2005-05-29  Derek Price  <derek@ximbiot.com>
34655
34656         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
34657         * modules/glob: New file.
34658         * modules/getlogin_r: Add link to POSIX spec in description.
34659
34660 2005-05-29  Derek Price  <derek@ximbiot.com>
34661             Paul Eggert  <eggert@cs.ucla.edu>
34662
34663         * m4/glob.m4: New file.
34664
34665 2005-05-29  Derek Price  <derek@ximbiot.com>
34666             Paul Eggert  <eggert@cs.ucla.edu>
34667
34668         * lib/glob_.h, lib/glob.c: New files.
34669
34670 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
34671
34672         * modules/fts (Files): Remove m4/inttypes-pri.m4.
34673         * modules/fts-lgpl (Depends-on): Remove gettext.
34674
34675 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
34676
34677         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
34678         and don't require gt_INTTYPES_PRI.
34679
34680 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
34681
34682         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
34683
34684         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
34685         the configuration hassle isn't worth it.
34686         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
34687         (LONGEST_MODIFIER, PRIuMAX): Remove.
34688
34689 2005-05-27  Bruno Haible  <bruno@clisp.org>
34690
34691         * lib/getlogin_r.h: Remove second include of <stddef.h>.
34692
34693 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
34694
34695         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
34696         _POSIX_PTHREAD_SEMANTICS for Solaris.
34697
34698 2005-05-25  Derek Price  <derek@ximbiot.com>
34699
34700         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
34701
34702 2005-05-25  Derek Price  <derek@ximbiot.com>
34703             Paul Eggert  <eggert@cs.ucla.edu>
34704
34705         * modules/getlogin_r, m4/getlogin_r.m4: New files.
34706         * lib/getlogin_r.c, getlogin_r.h: New files.
34707
34708 2005-05-25  Bruno Haible  <bruno@clisp.org>
34709             Derek Price  <derek@ximbiot.com>
34710
34711         * lib/getlogin_r.h: Simplify API documentation.
34712
34713 2005-05-23  Derek Price  <derek@ximbiot.com>
34714
34715         * modules/minmax (Files): Add m4/minmax.m4.
34716         (configure.ac): Add gl_MINMAX.
34717
34718 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
34719
34720         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
34721         so that unistd-safer.h (GPL'ed code) need not be included.
34722
34723 2005-05-22  Bruno Haible  <bruno@clisp.org>
34724
34725         * m4/minmax.m4: New file.
34726         Based on a patch by Derek Price <derek@ximbiot.com>.
34727
34728 2005-05-22  Bruno Haible  <bruno@clisp.org>
34729
34730         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
34731         (INT64_MIN): Fix definition.
34732         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
34733
34734         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
34735         NEED_SIGNED_INT_TYPES.
34736
34737         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
34738         HAVE_SYSTEM_INTTYPES.
34739
34740 2005-05-22  Bruno Haible  <bruno@clisp.org>
34741
34742         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
34743         Also include <sys/param.h> if it defines MIN, MAX.
34744         Based on a patch by Derek Price <derek@ximbiot.com>.
34745
34746 2005-05-21  Jim Meyering  <jim@meyering.net>
34747
34748         * modules/fts (Files): Add m4/inttypes-pri.m4.
34749         (Depends-on): Add lstat and remove gettext.  Alphabetize.
34750
34751 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
34752
34753         New fts module.
34754         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
34755         (setup_dir, free_dir): New functions.
34756         (enter_dir, leave_dir): Define trivial
34757         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
34758         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
34759         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
34760         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
34761         Move to fts-cycle.c.
34762         (fts_open): Use setup_dir.
34763         (fts_close): Use free_dir.
34764         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
34765         This adds a label and some gotos, but the alternatives were messier.
34766         Check for memory allocation failure when entering a dir.
34767         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
34768         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
34769         (FTS): New member fts_cycle, that is a union that contains the
34770         old active_dir_ht and cycle_state.  All uses changed to mention
34771         fts_cycle.ht and fts_cycle.state.
34772         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
34773         fts.c, with the following changes:
34774         (setup_dir, free_dir): New functions.
34775         (enter_dir): Now returns bool.  Return true if successful, false
34776         if memory exhausted.  All callers changed.
34777         Do not bother partly cleaning up on
34778         memory allocation failure; that is free_dir's job.
34779         However, free ad if hash_insert fails, to avoid memory leak.
34780         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
34781         fts->fts_options to see which union member to use.
34782
34783 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
34784
34785         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
34786         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
34787
34788 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
34789
34790         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
34791
34792 2005-05-20  Jim Meyering  <jim@meyering.net>
34793
34794         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
34795         Now a macro, to pacify GCC.
34796
34797 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
34798
34799         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
34800         of -1.
34801
34802 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
34803
34804         * lib/chown.c (rpl_chown): Return -1 on failure.
34805
34806 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
34807
34808         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
34809         Don't check for stddef.h.
34810         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
34811         don't use its results.
34812         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
34813         since we include them unconditionally.  Don't require
34814         AM_STDBOOL_H, since stdbool is a prerequisite.
34815         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
34816         since we assume C89 or better.
34817         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
34818         as we don't use their results.
34819         Don't check for fchdir, memmove, memset, strrchr, as we use
34820         them unconditionally.
34821         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
34822         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
34823
34824 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
34825
34826         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
34827         Include <stddef.h> unconditionally, since we assume C89 now.
34828         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
34829         * lib/fts.c: Include fts_.h first, to check interface.
34830         Do not include intprops.h; no longer needed.
34831         Include cycle-check.h and hash.h, since fts_.h no longer does.
34832         Remove unnecessary casts of closedir to void.
34833         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
34834         decide whether to decrement nlinks.
34835         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
34836         (FTS): Use struct hash_table * instead of Hash_table, so that
34837         we no longer need to include hash.h here.
34838
34839 2005-05-18  Jim Meyering  <jim@meyering.net>
34840
34841         * modules/dirfd (License): Change to LGPL.  Most of the code
34842         is already in the public domain.
34843
34844 2005-05-18  Jim Meyering  <jim@meyering.net>
34845
34846         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
34847         Reported by Yoann Vandoorselaere.
34848
34849 2005-05-17  Jim Meyering  <jim@meyering.net>
34850
34851         * m4/fts.m4: New file, from coreutils.
34852
34853 2005-05-17  Jim Meyering  <jim@meyering.net>
34854
34855         * lib/fts.c, lib/fts_.h: New files, from coreutils.
34856
34857 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
34858
34859         Sync from coreutils.
34860         * m4/unlinkdir.m4: New file.
34861
34862 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
34863
34864         Sync from coreutils.
34865         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
34866         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
34867         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
34868         White space changes only.
34869         * lib/makepath.c (make_path): Port to hosts where leading "//" is
34870         special.
34871         * lib/yesno.c: Include getline.h, not ctype.h.
34872         (yesno): Don't remove leading white space; POSIX doesn't allow it.
34873         Use getline to remove arbitrary restriction on response length.
34874
34875 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
34876
34877         * config/srclist-update: Spell out "Street" in FSF postal
34878         mail address; this is the style the FSF seems to prefer.
34879
34880         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
34881         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
34882         this updates FSF postal mail address.
34883
34884         Sync from coreutils.
34885         * modules/unlinkdir: New file.
34886         * modules/yesno (Depends-on): Add getline.
34887         * MODULES.html.sh (File system functions): Add unlinkdir.
34888
34889 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34890
34891         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
34892         lib/strsep.h:
34893         Change the initial comment to refer to GPL, not LGPL.
34894         gnulib-tool will change it to LGPL as needed.
34895
34896         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
34897         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
34898         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
34899         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
34900         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
34901         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
34902         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
34903         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
34904         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
34905         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
34906         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
34907         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
34908         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
34909         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
34910         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
34911         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
34912         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
34913         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
34914         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
34915         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
34916         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
34917         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
34918         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
34919         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
34920         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
34921         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
34922         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
34923         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
34924         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
34925         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
34926         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
34927         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
34928         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
34929         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
34930         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
34931         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
34932         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
34933         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
34934         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
34935         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
34936         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
34937         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
34938         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
34939         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
34940         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
34941         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
34942         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
34943         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
34944         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
34945         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
34946         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
34947         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
34948         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
34949         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
34950         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
34951         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
34952         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
34953         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
34954         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
34955         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
34956         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
34957         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
34958         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
34959         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
34960         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
34961         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
34962         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
34963         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
34964         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
34965         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
34966         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
34967         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
34968         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
34969         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
34970         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
34971         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
34972         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
34973         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
34974         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
34975         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
34976         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
34977         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
34978         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
34979         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
34980         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
34981         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
34982         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
34983         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
34984         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
34985         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
34986         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
34987         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
34988         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
34989         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
34990         lib/yesno.c, lib/yesno.h:
34991         Update FSF postal mail address.
34992
34993 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34994
34995         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
34996         tests/test-memmem.c, tests/test-stpncpy.c:
34997         Update FSF postal mail address.
34998
34999 2005-05-13  Bruno Haible  <bruno@clisp.org>
35000
35001         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
35002         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
35003         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
35004         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
35005         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
35006         Add support for 64-bit integers in the MSVC compiler.
35007
35008 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35009
35010         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
35011
35012 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
35013
35014         * gnulib-tool (func_import): Sort and uniquify recommended includes.
35015
35016 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
35017
35018         * doc/getdate.texi (General date syntax): Don't say that date
35019         date --iso-8601=ns generates acceptable dates; it doesn't yet.
35020         Problem reported by Nic Ferrier.
35021
35022 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35023
35024         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
35025         specified in ai_socktype. Fix invalid ai_protocol
35026         check. ai_protocol is usually set to 0 or depending on
35027         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
35028         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
35029         ai_socktype / ai_protocol in the returned addrinfo structure.
35030
35031 2005-05-10  Simon Josefsson  <jas@extundo.com>
35032
35033         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
35034         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
35035
35036 2005-05-10  Karl Berry  <karl@gnu.org>
35037
35038         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
35039         (from http://www.gnu.org/licenses).
35040         * doc/COPYING.LIB: also rename to COPYING.LESSER.
35041         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
35042         fdl.texi suffices.
35043
35044 2005-05-10  Karl Berry  <karl@gnu.org>
35045
35046         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
35047         (COPYING.DOC): remove.
35048
35049         * config/srclist-update: new FSF address.
35050
35051 2005-05-10  Derek Price  <derek@ximbiot.com>
35052
35053         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
35054         possible.
35055
35056 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35057             Bruno Haible  <bruno@clisp.org>
35058
35059         * modules/inet_ntop: New file.
35060         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35061         inet_ntop.
35062
35063 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35064             Bruno Haible  <bruno@clisp.org>
35065
35066         * m4/inet_ntop.m4: New file.
35067
35068 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35069             Bruno Haible  <bruno@clisp.org>
35070
35071         * lib/inet_ntop.h: New file.
35072         * lib/inet_ntop.c: New file, from glibc with modifications.
35073
35074 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
35075
35076         * modules/time_r (License): Change to LGPL.
35077         * modules/extensions (License): Change to LGPL.  Actually,
35078         the license is more permissive than that, but currently gnulib-tool
35079         doesn't know how to handle more-permissive licenses.
35080
35081         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
35082         Problem reported by Dave Love.
35083
35084 2005-05-08  Jim Meyering  <jim@meyering.net>
35085
35086         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
35087         blank.
35088
35089 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
35090
35091         * modules/argmatch (Depends-on): Add stdbool.
35092         * modules/backupfile (Depends-on): Likewise.
35093         * modules/chdir-long (Depends-on): Likewise.
35094         * modules/closeout (Depends-on): Likewise.
35095         * modules/cycle-check (Depends-on): Likewise.
35096         * modules/dirname (Depends-on): Likewise.
35097         * modules/fnmatch (Depends-on): Likewise.
35098         * modules/fsusage (Depends-on): Likewise.
35099         * modules/fwriteerror (Depends-on): Likewise.
35100         * modules/getcwd (Depends-on): Likewise.
35101         * modules/getloadavg (Depends-on): Likewise.
35102         * modules/hard-locale (Depends-on): Likewise.
35103         * modules/makepath (Depends-on): Likewise.
35104         * modules/mountlist (Depends-on): Likewise.
35105         * modules/nanosleep (Depends-on): Likewise.
35106         * modules/posixtm (Depends-on): Likewise.
35107         * modules/quotearg (Depends-on): Likewise.
35108         * modules/readtokens (Depends-on): Likewise.
35109         * modules/readtokens0 (Depends-on): Likewise.
35110         * modules/readutmp (Depends-on): Likewise.
35111         * modules/save-cwd (Depends-on): Likewise.
35112         * modules/strftime (Depends-on): Likewise.
35113         * modules/userspec (Depends-on): Likewise.
35114         * modules/utimecmp (Depends-on): Likewise.
35115         * modules/xgetcwd (Depends-on): Likewise.
35116         * modules/xnanosleep (Depends-on): Likewise.
35117         * modules/xstrtod (Depends-on): Likewise.
35118         * modules/yesno (Depends-on): Likewise.
35119
35120 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
35121
35122         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
35123         needless checks.
35124
35125 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
35126
35127         Merge from coreutils.  Among other things,
35128         add bulletproofing for cases where stdin, stdout, or stderr are closed.
35129         * lib/fd-safer.c: New file.
35130         * lib/fcntl-safer.h, open-safer.c: Remove.
35131         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
35132         * lib/dup-safer.c: Include unistd-safer.h first.
35133         Don't include errno.h.
35134         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
35135         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
35136         * lib/file-type.c: Rely on file-type.h change.
35137         * lib/getloadavg.c: Include unistd-safer.h.
35138         (getloadavg): Use safer open.
35139         * lib/getusershell.c: Include "stdio-safer.h".
35140         (getusershell): Use safer fopen.
35141         * lib/long-options.c (long_options): Use NULL rather than 0.
35142         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
35143         'free'.
35144         * lib/modechange.c: Likewise.
35145         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
35146         (MODE_DONE): New constant.
35147         (struct mode_change): Remove 'next' member.
35148         (make_node_op_equals): New function; like the old one of the
35149         same name, except it allocates an array.
35150         (mode_compile, mode_create_from_ref): Use it.
35151         (mode_compile): Allocate result as an array, not a linked list.
35152         Parse octal string ourself, so that we catch mistakes like "+0".
35153         (mode_adjust): Arg is an array, not a linked list.
35154         * lib/modechange.c: Include stat-macros.h, xalloc.h.
35155         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
35156         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
35157         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
35158         Remove.  This is now stat-macros.h's job.
35159         (talloc): Remove.  All callers replaced by xalloc, so that
35160         our invokers don't have to worry about reporting memory failures.
35161         (make_node_op_equals): Remove.
35162         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
35163         New constants.
35164         (struct mode_change): Moved here from modechange.h.
35165         (mode_append_entry): Remove.
35166         (mode_compile): Remove MASKED_OPS arg, since it encouraged
35167         apps to have incorrect behavior.  Use simpler algorithm for head
35168         and tail.  Don't futz with umask; that's now the job of mode_adjust.
35169         Detect more invalid usages rather than having somewhat-random behavior.
35170         Don't insert an "a=" action, as that leads to incorrect behavior.
35171         (mode_compile, mode_create_from_ref): Return NULL on error instead
35172         of an enum, since now there's only one way to have an error.  All
35173         callers changed.
35174         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
35175         at the correct time.  Simplify calculation of "+u" and its ilk.
35176         Don't mishandle "+X".
35177         (mode_free): Remove "register" and localize decls.
35178         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
35179         (struct mode_change): Move to modechange.c; callers don't
35180         need to see this stuff.
35181         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
35182         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
35183         (mode_change, mode_adjust): Reflect the new signatures noted above.
35184         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
35185         that might redefine system include files.
35186         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
35187         (my_usleep): Use NULL rather than (void *) 0.
35188         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
35189         Use siginterrupt to specify that system calls should be interrupted.
35190         (rpl_nanosleep): Move initialization of suspended closer to call of
35191         my_usleep.
35192         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
35193         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
35194         (desirable_utmp_entry): New function.
35195         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
35196         using x2nrealloc, to simplify logic.
35197         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
35198         size calculation.  Do not assume utmp file is a regular file.
35199         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
35200         (READ_UTMP_CHECK_PIDS): New constant.
35201         * lib/save-cwd.c: Include unistd-safer.h.
35202         (save_cwd): Use fd_safer.
35203         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
35204         [!_LIBC] Include "stat-macros.h" instead.
35205         * lib/unistd-safer.h (fd_safer): New decl.
35206
35207 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
35208
35209         * modules/getloadavg (Depends-on): Add unistd-safer.
35210         * modules/getusershell (Depends-on): Add stdio-safer.
35211         * modules/lstat (Depends-on): Remove xalloc.
35212         * modules/mkstemp (Depends-on): Add stat-macros.
35213         * modules/modechange (Depends-on): Remove xstrtol.
35214         Add stat-macros, xalloc.
35215         * modules/save-cwd (Depends-on): Add unistd-safer.
35216         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
35217         * modules/unistd-safer (Files): Add lib/fd-safer.c
35218         (Makefile.am): Remove lib_SOURCES.
35219
35220         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
35221         Remove fcntl-safer; unistd-safer supersedes it.
35222
35223 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
35224
35225         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
35226         AC_HEADER_STAT.
35227         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
35228         (gl_PREREQ_CHOWN): Remove.
35229         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
35230         it.  Don't require AC_HEADER_STAT.
35231         (gl_PREREQ_LSTAT): Remove.
35232         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
35233         Don't require AC_HEADER_STAT.
35234         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
35235         (gl_PREREQ_RMDIR): Remove.
35236         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
35237         mention stat-macros.h or AC_HEADER_STAT, since we'll make
35238         the stat-macros module a prerequisite.
35239         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
35240         * m4/filemode.m4 (gl_FILEMODE): Likewise.
35241         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
35242         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
35243         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
35244         variable names.
35245         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
35246         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
35247         variable prefixes.
35248         * m4/fcntl-safer.m4: Remove.
35249         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
35250         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
35251         Invoke gl_PREREQ_FD_SAFER.
35252         (gl_PREREQ_FD_SAFER): New macro.
35253         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
35254         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
35255         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
35256         Remove duplicate call to AC_LIBOBJ(readutmp).
35257         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
35258
35259         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
35260         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
35261
35262 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
35263
35264         * MODULES.html.sh (Misc): Add byteswap.
35265
35266 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
35267
35268         * modules/getcwd (Depends-on): Add extensions.
35269         * modules/openat (Depends-on): Likewise.
35270
35271 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
35272
35273         * modules/byteswap: New file.
35274
35275 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
35276
35277         * m4/byteswap.m4: New file.
35278
35279 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
35280
35281         * lib/byteswap_.h: New file.
35282
35283 2005-04-25  Karl Berry  <karl@gnu.org>
35284
35285         * m4/gettext.m4: Update from GNU gettext 0.14.4.
35286
35287 2005-04-25  Albert Chin  <china@thewrittenword.com>
35288
35289         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
35290         Toolkit C bug.
35291
35292 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
35293
35294         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
35295         (func_ln_if_changed) Remove forcibly for no error message
35296         in case file does not exist.
35297
35298 2005-04-19  Simon Josefsson  <jas@extundo.com>
35299
35300         * gnulib-tool (Options): Make --symlink mean --symbolic.
35301
35302 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
35303
35304         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
35305
35306 2005-04-16  Simon Josefsson  <jas@extundo.com>
35307
35308         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
35309
35310 2005-04-15  Simon Josefsson  <jas@extundo.com>
35311
35312         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
35313
35314 2005-04-15  Simon Josefsson  <jas@extundo.com>
35315
35316         * gnulib-tool: Rename --symlink to --symbolic.
35317
35318 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
35319
35320         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
35321         symbolic links to files instead of copying/moving.  Add --aux-dir,
35322         specifying directory relative --dir where auxiliary build tools
35323         are placed.
35324
35325 2005-04-14  Bruno Haible  <bruno@clisp.org>
35326
35327         * modules/allocsa (License): Change to LGPL.
35328         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
35329
35330 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35331
35332         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
35333         that "UTC +1 second" continues to work.  Problem reported
35334         by Dmitry V. Levin.
35335         (relunit_snumber): New rule.
35336         (relunit): Use it.
35337
35338 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
35339
35340         * lib/getdate.y (universal_time_zone_table): New constant.
35341         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
35342         universal_time_zone_table.
35343         (lookup_zone): Prefer universal_time_zone_table to
35344         local_time_zone_table, so that "GMT" time stamps are allowed in
35345         London during the summer.  Problem reported by Ian Abbott.
35346
35347 2005-04-12  Jim Meyering  <jim@meyering.net>
35348
35349         * lib/human.c (humblock): Set *options even when returning due to
35350         xstrtoumax conversion failure.  Thanks to a used-uninitialized
35351         warning from gcc-4.
35352
35353 2005-04-09  Jim Meyering  <jim@meyering.net>
35354
35355         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
35356         -Wuninitialized: initialize tm0.tm_year.
35357
35358 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
35359
35360         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
35361         count, since there's no maximum.  All uses changed.
35362         Add member dsts_seen.
35363         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
35364         not being INT_MAX.
35365         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
35366         Use pc_rels_seen to decide whther a date is absolute.
35367
35368         * lib/getdate.y (number): Don't overwrite year.
35369         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
35370         check.
35371
35372 2005-04-02  Simon Josefsson  <jas@extundo.com>
35373
35374         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
35375         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
35376
35377 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
35378
35379         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
35380         where no absolute path name can be longer than PATH_MAX.
35381
35382 2005-03-27  Jim Meyering  <jim@meyering.net>
35383
35384         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
35385
35386 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
35387
35388         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
35389         "one's complement" -> "ones' complement" in comment, as per Knuth.
35390         "value of type" -> "type or expression" in comment.
35391         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
35392
35393 2005-03-26  Jim Meyering  <jim@meyering.net>
35394
35395         Comment nits.
35396         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
35397         Correct typos: s/or/of/.
35398
35399 2005-03-26  Jim Meyering  <jim@meyering.net>
35400
35401         * modules/check-include-files: Move to ../ and rename to...
35402         * check-module: ...this.
35403
35404 2005-03-25  Jim Meyering  <jim@meyering.net>
35405
35406         * modules/xvasprintf (Files): Add xalloc.h.
35407
35408 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
35409
35410         * modules/gettext (Files): config/config.rpath ->
35411         build-aux/config.rpath
35412         * modules/iconv (Files): Likewise.
35413         Problem reported by Oskar Liljeblad.
35414
35415 2005-03-23  Jim Meyering  <jim@meyering.net>
35416
35417         * modules/check-include-files: New script to check for
35418         missing dependencies, multiple includes, etc.
35419
35420         * modules/c-strtold (Depends-on): Add xalloc.
35421         * modules/c-strtod (Depends-on): Add xalloc.
35422         * modules/hash (Depends-on): Add xalloc.
35423         (Files): Remove lib/xalloc.h.
35424
35425         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
35426         * modules/userspec (Files): Add lib/inttostr.h.
35427
35428 2005-03-23  Jim Meyering  <jim@meyering.net>
35429
35430         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
35431
35432 2005-03-22  Jim Meyering  <jim@meyering.net>
35433
35434         * modules/stat-macros: New module.
35435         * modules/canonicalize, modules/euidaccess, modules/file-type,
35436         * modules/filemode, modules/lchown, modules/makepath,
35437         * modules/rmdir, modules/stat: Depend on new stat-macros module
35438         rather than listing lib/stat-macros.h manually.
35439         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
35440
35441 2005-03-22  Jim Meyering  <jim@meyering.net>
35442
35443         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
35444
35445 2005-03-22  Bruno Haible  <bruno@clisp.org>
35446
35447         * config/srclist.txt: Replace target directory 'config' with
35448         'build-aux'.
35449         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
35450         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
35451         ../build-aux/.
35452
35453 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
35454
35455         * modules/chdir-long (Depends-on): Add mempcpy.
35456
35457         * modules/acl, modules/backupfile, modules/c-strtod,
35458         modules/c-strtold, modules/canon-host, modules/canonicalize,
35459         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
35460         modules/exclude, modules/exitfail, modules/file-type,
35461         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
35462         modules/getdate, modules/getline, modules/getpagesize,
35463         modules/getpass, modules/getugroups, modules/group-member,
35464         modules/hard-locale, modules/hash, modules/human, modules/idcache,
35465         modules/inttostr, modules/long-options, modules/makepath,
35466         modules/md5, modules/memcasecmp, modules/memcoll,
35467         modules/modechange, modules/mountlist, modules/path-concat,
35468         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
35469         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
35470         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
35471         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
35472         modules/strftime, modules/strndup, modules/strverscmp,
35473         modules/timespec, modules/unlocked-io, modules/userspec,
35474         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
35475         modules/yesno:
35476         Remove lib_SOURCES line from Makefile.am section, as this is now
35477         done automatically by the corresponding Autoconf macro.
35478
35479 2005-03-21  Jim Meyering  <jim@meyering.net>
35480
35481         Changes imported from coreutils.
35482
35483         * lib/cycle-check.c: Don't include xalloc.h.
35484
35485         * lib/path-concat.c: Don't include assert.h.
35486         (path_concat): Remove assertion that would have triggered
35487         for ABASE starting with more than one slash.
35488         Reported by Andreas Schwab.
35489
35490         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
35491         properly when ABASE is an absolute file name.
35492         Correct the description of this function.
35493         Include <assert.h>.
35494         Add an assertion and a test driver.
35495         This fixes a bug introduced on 2004-07-02.
35496         Andreas Schwab reported the resulting failure of cp --parents:
35497         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
35498
35499 2005-03-21  Jim Meyering  <jim@meyering.net>
35500
35501         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
35502         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
35503
35504 2005-03-21  Jim Meyering  <jim@meyering.net>
35505         and  Paul Eggert  <eggert@cs.ucla.edu>
35506
35507         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
35508         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
35509         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
35510         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
35511         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
35512         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
35513         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
35514         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
35515         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
35516         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
35517         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
35518         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
35519         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
35520         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
35521         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
35522         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
35523         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
35524         for these modules.
35525
35526 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
35527
35528         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
35529         (which shouldn't happen), generate nothing instead of returning 0
35530         immediately, so that nstrftime (NULL, ...) doesn't return 0.
35531
35532 2005-03-16  Bruno Haible  <bruno@clisp.org>
35533
35534         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
35535         HAVE_LONGLONG_64BIT.
35536
35537 2005-03-16  Bruno Haible  <bruno@clisp.org>
35538
35539         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
35540         HAVE_LONGLONG_64BIT.
35541
35542 2005-03-16  Bruno Haible  <bruno@clisp.org>
35543
35544         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
35545         HAVE_LONGLONG_64BIT.
35546
35547 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
35548
35549         * lib/strftime.c (my_strftime): Prepend space to format so that we can
35550         reliably distinguish strftime failure from empty output on POSIX
35551         hosts.
35552
35553 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
35554
35555         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
35556         (iconv_string): Don't guess a size-zero buffer, as that might cause
35557         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
35558         result would be 'too large', where 'too large' is (heuristically)
35559         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
35560         overflow concerns.  This will prevent some unwanted malloc failures
35561         when the inputs are very large.
35562
35563 2005-03-15  Karl Berry  <karl@gnu.org>
35564
35565         * config/srclist.txt (config.rpath): from gettext.
35566         * config/config.rpath: update.
35567
35568 2005-03-15  Bruno Haible  <bruno@clisp.org>
35569
35570         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
35571         to 'negate'.
35572
35573         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
35574         variable.
35575
35576         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
35577         results.
35578
35579 2005-03-14  Simon Josefsson  <jas@extundo.com>
35580
35581         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
35582         <fx@gnu.org>.
35583
35584 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
35585
35586         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
35587         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
35588         intprops.h.
35589         * lib/strtol.c: Likewise.
35590
35591 2005-03-14  Jim Meyering  <jim@meyering.net>
35592
35593         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
35594         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
35595         to be nonzero so that we (and caller) can detect the difference
35596         between a valid zero-length expansion and an error return, even
35597         when the underlying strftime fails before writing anything into
35598         that location.
35599
35600 2005-03-14  Bruno Haible  <bruno@clisp.org>
35601
35602         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
35603         Update from GNU gettext 0.14.3.
35604
35605 2005-03-10  Jim Meyering  <jim@meyering.net>
35606
35607         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
35608
35609 2005-03-10  Jim Meyering  <jim@meyering.net>
35610
35611         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
35612         so that this module works on systems without fchdir.
35613
35614 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
35615
35616         Factor int-properties macros into a single file, except for
35617         glibc-related files.
35618         * lib/intprops.h: New file.
35619         * lib/getloadavg.c: Include it instead of limits.h.
35620         (INT_STRLEN_BOUND): Remove.
35621         * lib/human.c: Include intprops.h.
35622         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
35623         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
35624         302/1000.
35625         * lib/inttostr.h: Include intprops.h instead of limits.h.
35626         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
35627         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
35628         for consistency with intprops.h.
35629         (time_t_is_integer, twos_complement_arithmetic): Use them.
35630         * lib/sig2str.h: Include <signal.h>, intprops.h.
35631         (INT_STRLEN_BOUND): Remove.
35632         * lib/strftime.c (TYPE_SIGNED): Remove.
35633         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
35634         * lib/strtol.c: Adjust comments to match intprops.h.
35635         * lib/userspec.c: Include intprops.h.
35636         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
35637         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
35638         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
35639         instead of rolling our own expressions.
35640         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
35641
35642         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
35643         instead of int.
35644         (my_strftime): Do not mishandle years close to INT_MAX, by doing
35645         the right thing even if adding 1900 would overflow.  Similarly
35646         for tm_mon + 1 and tm_yday + 1.
35647         Make %Y always equivalent to %C%y, and similarly for %G and %g.
35648         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
35649         (DO_SIGNED_NUMBER): New macro.
35650         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
35651
35652 2005-03-07  Bruno Haible  <bruno@clisp.org>
35653
35654         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
35655
35656 2005-03-07  Bruno Haible  <bruno@clisp.org>
35657
35658         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
35659
35660 2005-03-04  Derek R. Price  <derek@ximbiot.com>
35661
35662         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
35663         (func_import): Only replace files via --import when they have actually
35664         changed.
35665
35666 2005-03-03  Derek R. Price  <derek@ximbiot.com>
35667
35668         * m4/mmap-anon.m4: New file.
35669         * m4/pagealign_alloc.m4: New file.
35670
35671 2005-03-03  Derek R. Price  <derek@ximbiot.com>
35672             Bruno Haible  <bruno@clisp.org>
35673
35674         * modules/pagealign_alloc: New file.
35675         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
35676
35677 2005-03-03  Derek R. Price  <derek@ximbiot.com>
35678             Bruno Haible  <bruno@clisp.org>
35679
35680         * lib/pagealign_alloc.h: New file.
35681         * lib/pagealign_alloc.c: New file.
35682
35683 2005-03-03  Bruno Haible  <bruno@clisp.org>
35684
35685         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
35686         Use an all-permissive copyright notice, recommended by RMS.
35687
35688 2005-03-02  Bruno Haible  <bruno@clisp.org>
35689
35690         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
35691         of AIX, the replacement has to be done only after <string.h> is
35692         included, therefore not in config.h. stpncpy.h does the replacement,
35693         and stpncpy.c uses it.
35694
35695 2005-03-02  Bruno Haible  <bruno@clisp.org>
35696
35697         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
35698         stpncpy.c uses it.
35699
35700 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
35701
35702         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
35703         The workaround isn't strictly needed for POSIX conformance, and
35704         it's too much of a pain to configure and maintain.  We'll ask
35705         people to fix their kernels instead.
35706         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
35707         (NANOSLEEP_BUG_WORKAROUND): Remove.
35708         (xnanosleep): Remove the workaround.
35709
35710 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
35711
35712         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
35713         Reported by Derek Price.
35714         (Include): Add "timespec.h".
35715
35716         * modules/xnanosleep (Depends-on): Remove gethrxtime.
35717
35718 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
35719
35720         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
35721         to detect nanosleep bug.
35722
35723 2005-03-01  Bruno Haible  <bruno@clisp.org>
35724
35725         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
35726
35727 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
35728
35729         * modules/gethrxtime: New file.
35730         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
35731         (Depends-on): Add gethrxtime.
35732         (configure.ac): Add gl_XNANOSLEEP.
35733         (Makefile.am): Remove lib_SOURCES line.
35734
35735 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
35736
35737         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
35738         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
35739
35740 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
35741
35742         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
35743         * lib/timespec.h (gettime): Return void, since it always
35744         succeeds now.  All uses changed.
35745         * lib/gettime.c (gettime) Likewise.
35746         [HAVE_NANOTIME]: Prefer nanotime.
35747         Assume gettimeofday succeeds, as POSIX requires.
35748         Assime time () succeeds, since other code already does.
35749         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
35750         (timespec_subtract): Remove.
35751         (NANOSLEEP_BUG_WORKAROUND): New constant.
35752         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
35753         things considerably.  Use it only on GNU/Linux hosts, since the
35754         workaround shouldn't be needed elsewhere.
35755
35756 2005-02-24  Bruno Haible  <bruno@clisp.org>
35757
35758         * modules/gettext (Files): Add m4/glibc2.m4.
35759
35760 2005-02-24  Bruno Haible  <bruno@clisp.org>
35761
35762         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
35763         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
35764         * m4/progtest.m4:
35765         Update from GNU gettext 0.14.2.
35766         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
35767
35768 2005-02-24  Bruno Haible  <bruno@clisp.org>
35769
35770         * lib/localcharset.c: Update from GNU gettext 0.14.2.
35771         * lib/config.charset: Update from GNU gettext 0.14.2.
35772
35773 2005-02-24  Bruno Haible  <bruno@clisp.org>
35774
35775         * lib/gettext.h: Update from GNU gettext 0.14.2.
35776
35777 2005-02-23  Simon Josefsson  <jas@extundo.com>
35778
35779         * m4/iconvme.m4: New file.
35780
35781 2005-02-23  Jim Meyering  <jim@meyering.net>
35782
35783         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
35784         change.
35785         Thanks to Bruno Haible for catching it.
35786
35787 2005-02-22  Simon Josefsson  <jas@extundo.com>
35788
35789         * modules/iconvme: New file.
35790
35791         * MODULES.html.sh: Add iconvme.
35792
35793 2005-02-22  Simon Josefsson  <jas@extundo.com>
35794
35795         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
35796
35797 2005-02-22  Simon Josefsson  <jas@extundo.com>
35798
35799         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
35800
35801 2005-02-22  Jim Meyering  <jim@meyering.net>
35802
35803         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
35804         s/ifndef/ifdef/.
35805
35806 2005-02-20  Neil Conway  <neilc@samurai.com>
35807
35808         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
35809         returned by OSX/Darwin if the specified buffer is not large
35810         enough for the hostname.
35811
35812 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35813
35814         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
35815         pass it to _help, otherwise the latter coredumps trying to
35816         dereference state.root_argp.
35817
35818 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
35819
35820         * modules/chdir-long (Depends-on): Add memrchr.
35821         * modules/memrchr (Files): Add lib/memrchr.h.
35822         (Include): "memrchr.h".
35823
35824 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
35825
35826         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
35827
35828 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
35829
35830         * lib/memrchr.h: New file.
35831         * lib/chdir-long.c: Include it.
35832         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
35833         Don't bother including stddef.h.
35834
35835 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
35836
35837         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
35838         inclusion.
35839         Include <sys/types.h>, for dev_t.
35840         (ME_DUMMY, ME_REMOTE): Move from here....
35841         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
35842         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
35843         Dmitry V. Levin.
35844         Include mountlist.h first, to test the interface.
35845
35846 2005-01-29  Bruno Haible  <bruno@clisp.org>
35847
35848         * lib/progname.c (program_name): Initialize.
35849         Needed when linking statically on MacOS X.
35850
35851 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
35852
35853         Sync from coreutils.
35854         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
35855         (Depends-on): Add c-strtod.
35856         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
35857
35858 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
35859
35860         Sync from coreutils.
35861         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
35862
35863         Remove files that are specific to coreutils.
35864         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
35865
35866 2005-01-28  Bruno Haible  <bruno@clisp.org>
35867
35868         * modules/javacomp: New file.
35869         * MODULES.html.sh (Java): Add javacomp.
35870
35871 2005-01-28  Bruno Haible  <bruno@clisp.org>
35872
35873         * m4/javacomp.m4: New file, from GNU gettext.
35874
35875 2005-01-28  Bruno Haible  <bruno@clisp.org>
35876
35877         * lib/javacomp.sh.in: New file, from GNU gettext.
35878         * lib/javacomp.h: New file, from GNU gettext.
35879         * lib/javacomp.c: New file, from GNU gettext.
35880
35881 2005-01-26  Simon Josefsson  <jas@extundo.com>
35882
35883         * lib/gai_strerror.c: Use GPL in header.
35884
35885 2005-01-26  Bruno Haible  <bruno@clisp.org>
35886
35887         * modules/javaexec: New file.
35888         * MODULES.html.sh (Java): Add javaexec.
35889
35890 2005-01-26  Bruno Haible  <bruno@clisp.org>
35891
35892         * m4/javaexec.m4: New file, from GNU gettext.
35893
35894 2005-01-26  Bruno Haible  <bruno@clisp.org>
35895
35896         * lib/javaexec.sh.in: New file, from GNU gettext.
35897         * lib/javaexec.h: New file, from GNU gettext.
35898         * lib/javaexec.c: New file, from GNU gettext.
35899
35900 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35901
35902         * modules/lchown (Depends-on): Remove lchown.h
35903
35904 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35905
35906         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
35907         must be defined if the header file was not found, in order
35908         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
35909
35910 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35911
35912         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
35913         initializers for struct pentry_state.
35914         (__argp_error): Check return value of __asprintf
35915         (__argp_failure): Translate error message
35916
35917         * lib/argp-parse.c: Removed braces around the expansion of N_()
35918
35919 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35920
35921         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
35922         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
35923         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
35924         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
35925         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
35926         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
35927         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
35928         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
35929         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
35930         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
35931         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
35932         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
35933         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
35934         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
35935         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
35936         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
35937         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
35938         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
35939         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
35940         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
35941         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
35942         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
35943         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
35944         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
35945         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
35946         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
35947         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
35948         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
35949         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
35950         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
35951         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
35952         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
35953         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
35954         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
35955         xstrtol.m4, xstrtoumax.m4, yesno.m4:
35956         Use an all-permissive copyright notice, recommended by RMS.
35957
35958 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
35959
35960         * modules/chdir-long (Depends-on): Remove mempcpy.
35961
35962 2005-01-21  Jim Meyering  <jim@meyering.net>
35963
35964         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
35965         same value as for Solaris 9.
35966
35967         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
35968         component length.  This included changing the parameter to be
35969         of type `char *' rather than `char const *'.
35970         * lib/chdir-long.h (chdir_long): Update prototype.
35971
35972         * lib/openat.c (fdopendir, fstatat): New functions.
35973         * lib/openat.h: Include headers required for use of DIR and struct
35974         stat.
35975         [AT_SYMLINK_NOFOLLOW]: Define.
35976         (fdopendir, fstatat): Add prototypes.
35977
35978 2005-01-21  Bruno Haible  <bruno@clisp.org>
35979
35980         * modules/classpath: New file.
35981         * MODULES.html.sh (Java): Add classpath.
35982
35983 2005-01-21  Bruno Haible  <bruno@clisp.org>
35984
35985         * lib/classpath.h: New file, from GNU gettext.
35986         * lib/classpath.c: New file, from GNU gettext.
35987
35988 2005-01-20  Simon Josefsson  <jas@extundo.com>
35989
35990         * modules/version-etc-fsf: New file.
35991
35992 2005-01-20  Simon Josefsson  <jas@extundo.com>
35993
35994         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
35995         * lib/version-etc.c: Remove version_etc_copyright.
35996         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
35997         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
35998
35999 2005-01-20  Simon Josefsson  <jas@extundo.com>
36000
36001         * lib/base64.h (isbase64): Add.
36002
36003         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
36004         using a unsigned prototype, don't inline.
36005         (base64_decode): Use it.
36006
36007 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
36008
36009         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
36010         it.
36011
36012 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
36013
36014         * lib/save-cwd.c (save_cwd): Remove code to support the case
36015         where fchdir is missing or flaky.
36016
36017 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
36018
36019         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
36020
36021 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
36022
36023         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
36024         AC_LIBSOURCES now does this.
36025         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
36026         with new ullong_max module.
36027
36028 2005-01-19  Bruno Haible  <bruno@clisp.org>
36029
36030         * modules/sh-quote: New file.
36031         * MODULES.html.sh (Executing programs): Add sh-quote.
36032
36033 2005-01-19  Bruno Haible  <bruno@clisp.org>
36034
36035         * lib/sh-quote.h: New file, from GNU gettext.
36036         * lib/sh-quote.c: New file, from GNU gettext.
36037
36038 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
36039
36040         Merge from coreutils.
36041         * m4/ullong_max.m4: New file.
36042         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
36043         (gl_MACROS): Assume localeconv exists.
36044
36045 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
36046
36047         Merge changes from coreutils, as described below in several
36048         changelogs dated today.
36049
36050         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
36051         (O_DIRECTORY): Remove; not needed here, since "." must be
36052         a directory.  All uses removed.
36053         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
36054         universal on Suns, and we also need to test for IRIX.
36055         Revamp code to use 'if' rather than '#if'.
36056         Avoid unnecessary comparison of cwd->desc to 0.
36057
36058         * lib/utimens.c (futimens): Robustify the previous patch, by checking
36059         for known valid error numbers rather than observed invalid ones.
36060
36061 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
36062
36063         * modules/ullong_max: New file.
36064
36065         * modules/chdir-long, modules/openat: New files.
36066         * modules/save-cwd (Depends-on): Depend on chdir-long.
36067         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
36068
36069 2005-01-18  Jim Meyering  <jim@meyering.net>
36070
36071         Merge from coreutils.
36072         * m4/chdir-long.m4, m4/openat.m4: New files.
36073         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
36074         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
36075         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
36076         is sane and DOES follow symlinks.  Besides, testing 20 different
36077         systems found no broken chown implementations.
36078         Prompted by a change in rsync's copy of this macro.
36079         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
36080
36081         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
36082
36083         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
36084         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
36085         NULL-means-set-to-current-time semantics.
36086         Remove temporary file immediately, rather than waiting
36087         for configure's at-exit trap code to do it.
36088
36089 2005-01-18  Jim Meyering  <jim@meyering.net>
36090
36091         * lib/version-etc.c (version_etc_copyright): Update copyright date.
36092
36093         * lib/utimens.c (futimens): Account for the fact that futimes
36094         can also fail with errno == ENOSYS or errno == ENOENT.
36095         Patch from Dmitry V. Levin.
36096
36097         Change the name of the robust chdir function from chdir to chdir_long.
36098         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
36099         (restore_cwd): Use chdir_long, not chdir.
36100         * lib/chdir-long.c: Renamed from chdir.c.
36101         * lib/chdir-long.h: Renamed from chdir.h.
36102         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
36103         Hurd.
36104
36105 2005-01-18  Bruno Haible  <bruno@clisp.org>
36106
36107         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
36108         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
36109         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
36110         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
36111         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
36112         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
36113         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
36114         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
36115         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
36116         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
36117         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
36118         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
36119         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
36120         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
36121         Use an all-permissive copyright notice, recommended by RMS.
36122
36123 2005-01-18  Bob Proulx  <bob@proulx.com>
36124
36125         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
36126         simplify offsetof() macro construct to avoid compile failure with
36127         native HP-UX 11.0 ANSI C compiler.
36128
36129 2005-01-17  Bruno Haible  <bruno@clisp.org>
36130
36131         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
36132         redundant because stpncpy.m4 takes care of it.
36133
36134 2005-01-17  Bruno Haible  <bruno@clisp.org>
36135
36136         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
36137
36138 2005-01-17  Bruno Haible  <bruno@clisp.org>
36139
36140         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
36141         used.
36142
36143 2005-01-17  Bruno Haible  <bruno@clisp.org>
36144
36145         * lib/fwriteerror.h (fwriteerror): Change specification to include
36146         fclose.
36147         * lib/fwriteerror.c: Include <stdbool.h>.
36148         (fwriteerror): At the end, close the file stream. Record whether
36149         stdout was already closed.
36150
36151 2005-01-17  Bruno Haible  <bruno@clisp.org>
36152
36153         * lib/execute.c (environ): Declare if needed.
36154         * lib/pipe.c (environ): Likewise.
36155         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
36156
36157 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36158
36159         * modules/argp: Depend on vsnprintf
36160
36161 2005-01-10  Jim Meyering  <jim@meyering.net>
36162
36163         * modules/closeout (Depends-on): Add atexit.
36164
36165 2005-01-06  Bruno Haible  <bruno@clisp.org>
36166
36167         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
36168
36169 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
36170
36171         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
36172         definitions to be after all include files, to avoid collisions.
36173         Problem reported by Bob Proulx.
36174
36175 2005-01-04  Jim Meyering  <jim@meyering.net>
36176
36177         Changes imported from coreutils.
36178         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
36179         as the mkstemp template, use a temporary directory and an
36180         8.3-friendly template to avoid trouble on systems like DJGPP.
36181         Reported by Juan M. Guerrero via Stepan Kasal.
36182         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
36183         close. Remove the temporary directory right away, rather than waiting
36184         for configure's at-exit trap code to do it.
36185         Suggestion from Stepan Kasal.
36186
36187 2005-01-01  Simon Josefsson  <jas@extundo.com>
36188
36189         * gnulib-tool: Print #include directives when --import'ing.
36190
36191 2004-12-28  Simon Josefsson  <jas@extundo.com>
36192
36193         * tests/test-base64.c: Include required header files.  Remove
36194         unused variables.
36195
36196 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
36197
36198         * modules/error (Depends-on): Remove gettext.
36199
36200 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
36201
36202         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
36203         not needed.  This removes a dependency on the gettext module.
36204         [defined _LIBC]: Do not include <libintl.h>; not needed.
36205
36206 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
36207
36208         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
36209         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
36210
36211 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
36212
36213         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
36214         HAVE_DECL_STRTOLD.
36215
36216 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
36217
36218         * modules/getdate (Depends-on): Remove alloca-opt.
36219
36220 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
36221
36222         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
36223
36224 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
36225
36226         * lib/argp-parse.c: Include <stddef.h>.
36227         (alignof, alignto): New macros.
36228         (parser_init): Don't assume that void * is aligned sufficiently
36229         for struct option.
36230
36231         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
36232         need to extend the stack.
36233         (YYINITDEPTH): New macro, so that the initial stack isn't overly
36234         large.
36235
36236 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36237
36238         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
36239
36240 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
36241
36242         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
36243         (2004-10-24) change.  Apparently this was a false alarm.
36244
36245         * modules/getdate: Depend on alloca-opt, not alloca.
36246
36247 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
36248
36249         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
36250         Remove now-obsolete comment about AIX.
36251         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
36252         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
36253         (YYMAXDEPTH): New macro.
36254
36255 2004-12-18  Simon Josefsson  <jas@extundo.com>
36256
36257         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
36258
36259 2004-12-18  Bruno Haible  <bruno@clisp.org>
36260
36261         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
36262
36263 2004-12-18  Bruno Haible  <bruno@clisp.org>
36264
36265         * lib/fatal-signal.c (fatal_signals): Make non-const.
36266         (init_fatal_signals): New function.
36267         (uninstall_handlers, install_handlers): Ignore signals that were set to
36268         SIG_IGN.
36269         (at_fatal_signal): Call init_fatal_signals.
36270         (init_fatal_signal_set): Likewise. Ignore signals that were set to
36271         SIG_IGN.
36272         Reported by Paul Eggert.
36273
36274 2004-12-18  Bruno Haible  <bruno@clisp.org>
36275
36276         * doc/alloca.texi: New file.
36277         * doc/alloca-opt.texi: New file.
36278
36279 2004-12-17  Jim Meyering  <jim@meyering.net>
36280
36281         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
36282         Otherwise, install-sh could exit with improper exit status when
36283         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
36284
36285 2004-12-16  Simon Josefsson  <jas@extundo.com>
36286
36287         * tests/test-base64.c: Add license.
36288
36289 2004-12-15  Stepan Kasal  <address@hidden>
36290
36291         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
36292
36293 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
36294
36295         * modules/getcwd (Files): Add m4/d-ino.m4.
36296         Suggested by Mark D. Baushke.
36297
36298 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
36299
36300         * lib/getdate.y (textint): New member "negative".
36301         (time_zone_hhmm): New function.
36302         Expect 14 shift-reduce conflicts, not 13.
36303         (o_colon_minutes): New rule.
36304         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
36305         (yylex): Set the "negative" member of signed numbers.
36306
36307 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
36308
36309         * doc/getdate.texi (Time of day items, Time zone items):
36310         Describe new formats +00:00, UTC+00:00.
36311
36312 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
36313
36314         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
36315         spurious "-l"s.  Problem reported by Stepan Kasal.
36316
36317 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
36318
36319         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
36320         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
36321
36322 2004-12-04  Simon Josefsson  <jas@extundo.com>
36323
36324         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
36325         Vandoorselaere <yoann@prelude-ids.org>.
36326
36327 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
36328
36329         Changes imported from coreutils.
36330         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
36331         exist.
36332         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
36333
36334 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
36335
36336         Changes imported from coreutils.
36337         * lib/hard-locale.c: Assume <locale.h> exists.
36338         Include "strdup.h".
36339         (GLIBC_VERSION): New macro.
36340         (hard_locale): Assume setlocale exists.
36341         Rewrite to avoid #ifdef.
36342         Use strdup rather than malloc + strcpy.
36343         * lib/human.c: Assume <locale.h> exists.
36344         (human_readable): Assume localeconv exists.
36345
36346 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
36347
36348         * modules/hard-locale (Depends-on): Add strdup.
36349
36350 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
36351
36352         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
36353         convert T2, not T.  (Imported from libc.)
36354
36355 2004-11-30  Simon Josefsson  <jas@extundo.com>
36356
36357         * modules/restrict (License): Change to LGPL.
36358
36359 2004-11-30  Simon Josefsson  <jas@extundo.com>
36360
36361         * m4/restrict.m4: Add copyright and copying conditions.
36362
36363 2004-11-30  Simon Josefsson  <jas@extundo.com>
36364
36365         * m4/base64.m4: New file.
36366
36367 2004-11-30  Simon Josefsson  <jas@extundo.com>
36368
36369         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
36370         base64.
36371
36372         * tests/test-base64.c: New file.
36373
36374         * modules/base64: New file.
36375
36376 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
36377
36378         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
36379         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
36380
36381         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
36382
36383 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
36384
36385         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
36386         (__getcwd.c): Don't restore errno; glibc doesn't.
36387         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
36388         first, falling back to our code only if its results look suspicious.
36389         Ensure that the resulting buffer is only as large as necessary.
36390
36391         * lib/readutmp.c: Include readutmp.h first.
36392         Include <errno.h>, since readutmp.h no longer does that.
36393         * lib/readutmp.h: Don't include <errno.h>,
36394         <sys/param.h>, <time.h>; not needed to establish interface.
36395         (errno): Remove decl.
36396         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
36397         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
36398         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
36399
36400 2004-11-28  Simon Josefsson  <jas@extundo.com>
36401
36402         * lib/base64.h, base64.c: New file.
36403
36404 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
36405
36406         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
36407
36408 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
36409
36410         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
36411         (Depends-on): Remove pathmax, same.  Add mempcpy.
36412         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
36413         (Makefile.am): Append getcwd.h to lib_SOURCES.
36414         (Include): Add getcwd.h.
36415         (Maintainer): Change from Jim Meyering to "all, glibc",
36416         since getdate now uses intended-for-glibc code.
36417         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
36418         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
36419
36420 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
36421
36422         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
36423         HP's ANSI C compiler.
36424         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
36425         Declaring int functions causes warnings on some modern systems and
36426         shouldn't be needed to compile on ancient ones.
36427         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
36428         defined.
36429
36430         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
36431         with the following changes.
36432         (__set_errno): Parenthesize properly.
36433         Include <stdbool.h>.
36434         (MIN, MAX, MATCHING_INO): New macros.
36435         (__getcwd): Define with prototype, not K&R form.
36436         Use heuristics to allocate default buffer on stack if possible.
36437         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
36438         behavior, and to avoid the PATH_MAX limit when computing
36439         ../../../../...
36440         Use MATCHING_INO to compare inode number to file.
36441         Check for arithmetic overflow in size calculations.
36442         Fix bug in reallocation of dot array that caused getcwd to fail
36443         on directories nested deeper than 75.
36444         Be more careful about saving errno on error.
36445         Do not use realloc; use only free+malloc, as this is a bit
36446         more flexible and avoids a needless copy operation.
36447         Do not inspect st_dev and st_ino for symbolic links; POSIX
36448         doesn't specify the latter.
36449         Check for closedir errors.
36450         Avoid needless casts.
36451         Use "#ifdef weak_alias" around weak_alias, to be like other
36452         glibc code.
36453         The following changes to getcwd.c have effect only when used in
36454         gnulib; they have no effect inside glibc proper.
36455         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
36456         as alloca isn't used.
36457         (alloca, __alloca): Likewise.
36458         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
36459         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
36460         unconditionally, as gnulib assumes C89 or better.
36461         Do not include <sys/param.h>.
36462         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
36463         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
36464         better.
36465         (NULL) [!defined NULL]: Remove; we assume C89 or better.
36466         Include <dirent.h> in a way that is compatible with modern Autoconf.
36467         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
36468         New macros, if not already defined.
36469         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
36470         Use "_LIBC", not "defined _LIBC", for consistency.
36471         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
36472         a mempcpy module.
36473         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
36474         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
36475         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
36476         credit only to Jim Meyering and adjust the copyright dates.
36477         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
36478         <stdlib.h>, <unistd.h>, "pathmax.h".
36479         Instead, include "xgetcwd.h" (first) and "getcwd.h".
36480         (INITIAL_BUFFER_SIZE): Remove.
36481         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
36482
36483 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
36484
36485         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
36486         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
36487         Use the _ONCE methods, for efficiency.
36488         Check for fcntl.h.  In test program, include <errno.h>
36489         and <fcntl.h> if available.  Remove old K&R cruft from
36490         test program.  Check for common errors in GNU/Linux,
36491         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
36492         don't do AC_LIBOBJ, as that's getcwd.m4's job.
36493         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
36494         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
36495         name accordingly.
36496         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
36497         accommodate new getcwd.c.
36498         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
36499         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
36500         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
36501         that's all we need now.
36502
36503 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36504
36505         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
36506         argp-parse.c depends on getopt internals, that means we should
36507         always use our getopt, to be on the safe side.
36508         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
36509         order not to spoil the result of an eventual previous invocation
36510         of gl_GETOPT_SUBSTITUTE.
36511
36512 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36513
36514         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
36515         redefinition warnings. To avoid them, include the defines
36516         in `#if !defined __need_getopt ... #endif'. The only place
36517         where __getopt_argv_const is used is in definitions
36518         of getopt_long and getopt_long_only below, which are as well
36519         protected by `#ifndef __need_getopt'.
36520         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
36521         __need_getopt after including <stdio.h> and <unistd.h> These
36522         headers might have defined it.
36523
36524 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
36525
36526         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
36527
36528 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
36529
36530         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
36531         (futimens): New function, which uses futimes if available.
36532         (futimens, utimens): Support timespec==NULL, with same semantics
36533         as utime and utimens.
36534         * lib/utimens.h (futimens): New decl.
36535
36536 2004-11-23  Jim Meyering  <jim@meyering.net>
36537
36538         * lib/getopt_.h: Remove trailing blanks.
36539
36540 2004-11-23  Jim Meyering  <jim@meyering.net>
36541
36542         * lib/__fpending.c: Add comment.
36543
36544 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
36545
36546         * modules/canonicalize (Depends-on): Add xreadlink.
36547         Problem reported by James Youngman.
36548
36549 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
36550
36551         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
36552         New macros.
36553         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
36554         optopt): Use them instead of invoking ## directly; otherwise, the
36555         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
36556
36557 2004-11-19  Bruno Haible  <bruno@clisp.org>
36558
36559         * lib/strtok_r.c: Move comments from here...
36560         * lib/strtok_r.h: ... to here.
36561
36562 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
36563
36564         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
36565         implementations that mishandle size_t overflow.
36566
36567 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
36568
36569         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
36570         might fail.  Problem reported by Yoann Vandoorselaere.
36571         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
36572         implementations that mishandle size_t overflow.
36573
36574 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
36575
36576         * modules/canon-host (Depends-on): Add strdup.
36577
36578 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
36579
36580         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
36581
36582 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
36583
36584         * lib/canon-host.c: Include "strdup.h".
36585         (canon_host): Use getaddrinfo if available, so that IPv6 works.
36586         Use strdup instead of malloc/strcpy to duplicate strings.
36587
36588         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
36589         (human_space_before_unit): New constant.
36590         * lib/human.c (human_readable): Support it.
36591
36592         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
36593         (xgetcwd): Set errno correctly when failing.
36594         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
36595         the failure is actually due to a PATH_MAX problem.
36596
36597         Further getopt changes to make it more likely that glibc will
36598         buy the changes back.
36599         * lib/getopt.c (POSIXLY_CORRECT): New constant.
36600         (getopt): Use it, so to preserve glibc semantic
36601         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
36602         when compiling for libc.
36603         * lib/getopt_.h (__getopt_argv_const): Bring it back.
36604         (getopt_long, getopt_long_only): Use it.
36605
36606         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
36607         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
36608         (getopt): Argv is now char * const *, as per standard.
36609         (_getopt_internal_r, _getopt_internal): Argv is now char **,
36610         not char *__getopt_argv_const *.
36611         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
36612         _getopt_long_only_r): Likewise.
36613         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
36614         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
36615         _getopt_long_r, _getopt_long_only_r): Likewise.
36616         * lib/getopt_.h (__getopt_argv_const): Remove.
36617         (getopt): Argv is now char * const *, as per standard.
36618
36619         * lib/getdate.y (tORDINAL): New token.
36620         (day, relunit): Allow it for relative times.
36621         (relative_time_table): Use tORDINAL for ordinals.
36622
36623 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
36624
36625         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
36626         Document that "second" isn't allowed as an ordinal number.
36627
36628 2004-11-16  Jim Meyering  <jim@meyering.net>
36629
36630         * modules/closeout (Depends-on): Add fpending.
36631
36632 2004-11-15  Jim Meyering  <jim@meyering.net>
36633
36634         * lib/closeout.c: Include "__fpending.h" once again.
36635         Include <stdbool.h>.
36636         (close_stdout): Don't fail just because stdout was closed initially,
36637         since some programs don't write to stdout in the normal course of
36638         operation (other than --version and --help), and we don't want this
36639         function to make e.g. `touch file >&-' fail.
36640         But do fail if it was closed and someone has tried to write to it.
36641         E.g., `printf foo >&-' must fail.
36642
36643 2004-11-13  Jim Meyering  <jim@meyering.net>
36644
36645         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
36646
36647 2004-11-12  Simon Josefsson  <jas@extundo.com>
36648
36649         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
36650         small doc fix is still pending.
36651
36652 2004-11-11  Simon Josefsson  <jas@extundo.com>
36653
36654         * modules/strtok_r: New file.
36655
36656         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36657         strtok_r.
36658
36659 2004-11-11  Simon Josefsson  <jas@extundo.com>
36660
36661         * m4/strtok_r.m4: New file.
36662
36663         * m4/getopt.m4: Replace opterr.
36664
36665 2004-11-11  Simon Josefsson  <jas@extundo.com>
36666
36667         * lib/strtok_r.h, strtok_r.c: New file.
36668
36669 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
36670
36671         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
36672         of replacing opterr, getopt, etc.  This should handle the
36673         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
36674
36675 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
36676
36677         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
36678         we can stop lying to compilers about the constness of argv when we
36679         are compiled outside glibc.
36680         (getopt, getopt_long, getopt_long_only): Use it.
36681         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
36682         _getopt_internal, getopt): Likewise.
36683         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
36684         _getopt_long_only_r): Likewise.
36685         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
36686         _getopt_long_r, _getopt_long_only_r): Likewise.
36687
36688         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
36689         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
36690         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
36691         the other external symbols.
36692         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
36693         declaration, since the above renaming now works around collisions.
36694
36695 2004-11-11  Jim Meyering  <jim@meyering.net>
36696
36697         * lib/linebreak.c: Remove trailing blanks.
36698         * lib/alloca_.h: Likewise.
36699         * lib/acosl.c: Likewise.
36700         * lib/euidaccess.c: Likewise.
36701         * lib/allocsa.h: Likewise.
36702
36703 2004-11-10  Simon Josefsson  <jas@extundo.com>
36704
36705         * m4/getaddrinfo.m4: New file.
36706
36707 2004-11-10  Simon Josefsson  <jas@extundo.com>
36708
36709         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
36710
36711 2004-11-10  Simon Josefsson  <jas@extundo.com>
36712
36713         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36714         getaddrinfo.
36715
36716         * modules/getaddrinfo: New file.
36717
36718 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
36719
36720         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
36721
36722 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
36723
36724         * lib/mktime.c (SHR): New macro, which is a portable
36725         substitute for >> that should work even on Crays.
36726         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
36727         Problem reported by Mark D. Baushke in
36728         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
36729         * lib/getdate.y (SHR): Likewise.
36730         (tm_diff): Use it.
36731         * lib/strftime.c (SHR): Likewise.
36732         (tm_diff): Use it.
36733         * lib/quotearg.c (struct quoting_options): Use unsigned int for
36734         quote_these_too, so that right shifts are well defined.  All uses
36735         changed.
36736
36737 2004-11-10  Jim Meyering  <jim@meyering.net>
36738
36739         Ensure that no close failure goes unreported.
36740         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
36741         return early when it seems there's nothing to flush.
36742         Don't include __fpending.h.
36743
36744 2004-11-10  Jim Meyering  <jim@meyering.net>
36745
36746         * modules/closeout (Depends-on): Remove fpending.
36747
36748 2004-11-10  Jim Meyering  <jim@meyering.net>
36749
36750         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
36751
36752 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
36753
36754         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
36755         gl_FUNC_STRFTIME.
36756         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
36757         and AC_REQUIRE when possible, to avoid duplicate checks.
36758         Check for <wchar.h>.
36759
36760 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
36761
36762         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
36763
36764 2004-11-09  Bruno Haible  <bruno@clisp.org>
36765
36766         * m4/sockpfaf.m4: New file.
36767
36768 2004-11-05  Bruno Haible  <bruno@clisp.org>
36769
36770         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
36771         Reported by Mark D. Baushke <mdb@cvshome.org>.
36772
36773 2004-11-04  Bruno Haible  <bruno@clisp.org>
36774
36775         2004-09-11  Bruno Haible  <bruno@clisp.org>
36776                 * allocsa.valgrind: New file.
36777         2004-02-06  Bruno Haible  <bruno@clisp.org>
36778                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
36779                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
36780                 Reported by Christopher Seip <chris.seip@hp.com>.
36781
36782 2004-11-04  Bruno Haible  <bruno@clisp.org>
36783
36784         * modules/allocsa (Files): Add lib/allocsa.valgrind.
36785         (Makefile.am): Distribute it.
36786
36787 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
36788
36789         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
36790         with errno == ERANGE if the buffer is too small.
36791         Problem reported by Mark D. Baushke.
36792
36793 2004-11-03  Albert Chin  <china@thewrittenword.com>
36794             Paul Eggert  <eggert@cs.ucla.edu>
36795
36796         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
36797         equivalent, substitute $ac_type for equivalent type rather than
36798         blindly using uint32_t *always* which won't work if uint32_t is not
36799         available.  Define _UINT32_T to work around typedef of uint32_t if
36800         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
36801         2.5.1.
36802
36803 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
36804
36805         * m4/jm-macros.m4: Sync from coreutils.
36806         (gl_MACROS): Check for mbrlen, for pathchk.
36807         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
36808
36809 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
36810
36811         * lib/xreadlink.c (MAXSIZE): New macro.
36812         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
36813         size does not exceed MAXSIZE.  Avoid cast.
36814         As suggested by Mark D. Baushke in
36815         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
36816         if readlink fails with buffer size just under MAXSIZE, try again
36817         with MAXSIZE.
36818
36819 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
36820
36821         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
36822
36823 2004-11-02  Derek R. Price  <derek@ximbiot.com>
36824         and  Paul Eggert  <eggert@cs.ucla.edu>
36825
36826         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
36827         (get_date): Overparenthesize to avoid GCC warning.
36828
36829 2004-11-02  Bruno Haible  <bruno@clisp.org>
36830
36831         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
36832         returns void.
36833
36834 2004-11-02  Bruno Haible  <bruno@clisp.org>
36835
36836         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
36837         function returns void.
36838
36839 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
36840
36841         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
36842         fflush_unlocked, flockfile, funlockfile, funlockfile,
36843         fputs_unlocked, putc_unlocked.
36844
36845 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
36846
36847         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
36848         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
36849         already declared.
36850
36851 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
36852
36853         * modules/getdate (Files): Add doc/getdate.texi.
36854         (Depends-on): Add setenv, xalloc.
36855
36856 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
36857
36858         * lib/getdate.y: Add support for TZ="foo" within a date string.
36859         Fix some bugs near time_t boundaries.  Reject dates with
36860         out-of-range components, e.g., "Sept 31".
36861         Include <stdlib.h>, "setenv.h", "xalloc.h".
36862         (ISDIGIT_LOCALE): Remove; unused.
36863         Note that the TZ and time functions used here are not reentrant.
36864         (mktime_ok, get_tz): New functions.
36865         (TZBUFSIZE): New constant.
36866         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
36867         This requires that we sometimes generate our own TZ="XXX..." setting.
36868
36869 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
36870
36871         * doc/getdate.texi: New file, from coreutils with modifications for
36872         the new TZ parsing.
36873
36874 2004-10-27  Derek R. Price  <derek@ximbiot.com>
36875
36876         * lib/mktime.c (not_equal_tm): Remove redundant check.
36877
36878 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
36879
36880         * modules/regex (lib_SOURCES): Add regex.c.
36881         Reported by James Youngman in
36882         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
36883
36884 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
36885
36886         * lib/getdate.y: Use Bison 1.875 features, and some minor
36887         code cleanups.  This change does not affect semantics.
36888         Don't include <stdlib.h>; no longer needed.
36889         Don't include unlocked-io.h; only the "#if TEST" code uses
36890         stdio, and performance isn't crucial there.
36891         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
36892         Bison 1.875 features as described below.
36893         All uses of "PC." replaced by "pc->".
36894         (YYSTYPE): Add a forward declaration.
36895         (yylex, yyerror): Use full prototypes in forward decls.
36896         Use "%pure-parser" rather than obsolescent "%pure_parser".
36897         Use %parse-param and %lex-param instead of obsolescent
36898         YYPARSE_PARAM and YYLEX_PARAM.
36899         (meridian_table, month_and_day_table, time_units_table,
36900         relative_time_table, time_zone_table, military_table,
36901         lookup_zone, lookup_word, get_date):
36902         Use NULL instead of 0 where appropriate.
36903         (to_hour): Avoid abort (), to avoid a dependency on
36904         stdlib.h.
36905         (yyerror, yylex): Now accepts parser_control * arg.
36906         (main) [TEST]: Use '\0' rather than 0 for char.
36907
36908 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
36909
36910         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
36911
36912 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
36913
36914         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
36915         It's now the caller's responsibility to handle the case where
36916         !HAVE_GETPAGESIZE && !defined getpagesize.
36917
36918         * lib/mktime.c (leapyear): Arg is long int, not int.
36919
36920 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
36921
36922         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
36923
36924 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
36925
36926         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
36927         missing.  Problem reported by James Youngman.
36928
36929 2004-10-16  Simon Josefsson  <jas@extundo.com>
36930
36931         * gnulib-tool: Fix comments.  Fix parse problem.
36932         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
36933
36934 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
36935
36936         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
36937         implementation of getopt_long.  Problem reported by Alexander Taler in:
36938         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
36939
36940 2004-10-15  Bruno Haible  <bruno@clisp.org>
36941
36942         * gnulib-tool: Untabify. Initialize supplied_libname.
36943         (func_usage): More homogenous output.
36944         (func_modules_transitive_closure, func_modules_to_filelist,
36945         func_emit_lib_Makefile_am): New functions.
36946         (func_import): New function, extracted from big case statement. Use
36947         func_get_license, func_modules_transitive_closure,
36948         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
36949         opt_lgpl. Don't use test -a, as it's not portable.
36950         (func_create_testdir): Use func_modules_transitive_closure,
36951         func_modules_to_filelist, func_emit_lib_Makefile_am.
36952
36953 2004-10-15  Bruno Haible  <bruno@clisp.org>
36954
36955         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
36956
36957 2004-10-15  Bruno Haible  <bruno@clisp.org>
36958
36959         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
36960         the portions belonging to each module.
36961         Suggested by Derek Robert Price <derek@ximbiot.com>.
36962
36963 2004-10-12  Simon Josefsson  <jas@extundo.com>
36964
36965         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
36966         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
36967         to real functions.
36968
36969 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36970
36971         * modules/vsnprintf: New file.
36972
36973 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36974
36975         * m4/vsnprintf.m4: New file.
36976
36977 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36978
36979         * lib/vsnprintf.h: New file.
36980         * lib/vsnprintf.c: New file.
36981
36982 2004-10-11  Bruno Haible  <bruno@clisp.org>
36983
36984         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
36985         vsnprintf.
36986
36987 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
36988
36989         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
36990
36991 2004-10-07  Bruno Haible  <bruno@clisp.org>
36992
36993         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
36994         fits into the provided buffer.
36995
36996 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
36997
36998         * lib/diacrit.c, diacrit.h: Add GPL notice.
36999
37000         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
37001         notice.
37002         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
37003         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
37004         This avoids a potential constant-folding bug.
37005
37006 2004-10-05  Bruno Haible  <bruno@clisp.org>
37007
37008         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
37009         for the declaration of strsep.
37010
37011 2004-10-05  Bruno Haible  <bruno@clisp.org>
37012
37013         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
37014
37015 2004-10-04  Simon Josefsson  <jas@extundo.com>
37016
37017         * modules/memmem: New file.
37018         * tests/test-memmem.c: New file.
37019         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
37020
37021 2004-10-04  Simon Josefsson  <jas@extundo.com>
37022
37023         * m4/memmem.m4: New file.
37024
37025 2004-10-04  Simon Josefsson  <jas@extundo.com>
37026
37027         * lib/memmem.h: New file.
37028         * lib/memmem.c: New file, taken from glibc.
37029
37030 2004-10-04  Simon Josefsson  <jas@extundo.com>
37031
37032         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
37033         '#ifdef USE_UNLOCKED_IO'.
37034
37035 2004-10-04  Simon Josefsson  <jas@extundo.com>
37036
37037         * config/srclist.txt: Add memmem from glibc.
37038
37039 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
37040
37041         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
37042
37043         * modules/argmatch, modules/argp, modules/closeout, modules/error,
37044         modules/exclude, modules/getdate, modules/getline,
37045         modules/getndelim2, modules/getpass, modules/getpass-gnu,
37046         modules/getusershell, modules/linebuffer, modules/md5,
37047         modules/mountlist, modules/posixtm, modules/readtokens,
37048         modules/readutmp, modules/regex, modules/sha1,
37049         modules/version-etc, modules/yesno:
37050         Remove dependency on unlocked-io.
37051
37052 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
37053
37054         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
37055
37056         * m4/unlocked-io.m4: Add copyright notice.
37057         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
37058
37059 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
37060
37061         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
37062         * lib/xmalloc.c (xmemdup): Likewise.
37063         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
37064         XFREE): Remove these long-obsolescent macros.
37065         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
37066         * lib/xstrdup.c: Remove.
37067
37068         * lib/regex.c (re_comp): Cast gettext return value to char *,
37069         Problem reported by Martin Neitzel via Mark D. Baushke.
37070
37071 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
37072
37073         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
37074         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
37075         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
37076         regex.c, sha1.c, version-etc.c, yesno.c:
37077         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
37078         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
37079         the includer's responsibility.
37080
37081         Sync from coreutils.
37082
37083         * lib/modechange.c (mode_compile): Don't decrement a pointer that
37084         points to the start of a string, as the C Standard says the
37085         resulting behavior is undefined.
37086
37087         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
37088         simple -> simple_backups, numbered_existing ->
37089         numbered_existing_backups, numbered -> numbered_backups
37090         to avoid shadowing problems.  All uses changed.
37091         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
37092         * lib/backupfile.c (check_extension, numbered_backup):
37093         Rename locals to avoid shadowing 'basename'.
37094         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
37095         once.
37096
37097         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
37098         * lib/.cvsignore: Add getopt.h.
37099
37100 2004-10-04  Bruno Haible  <bruno@clisp.org>
37101
37102         * modules/README: New file.
37103         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
37104         not a module.
37105
37106 2004-10-02  Jim Meyering  <jim@meyering.net>
37107
37108         * lib/dirfd.h, getpagesize.h: Add copyright notice.
37109
37110 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37111
37112         * modules/strsep: New file.
37113
37114 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37115
37116         * m4/strsep.m4: New file.
37117
37118 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37119
37120         * lib/strsep.h: New file.
37121         * lib/strsep.c: New file.
37122
37123 2004-10-01  Simon Josefsson  <jas@extundo.com>
37124
37125         * lib/snprintf.c (snprintf): Handle size==0.
37126
37127 2004-10-01  Simon Josefsson  <jas@extundo.com>
37128             Bruno Haible  <bruno@clisp.org>
37129
37130         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
37131         (snprintf): Declare 'args'.
37132
37133 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
37134
37135         * lib/snprintf.c: Remove comments as to why each header is needed.
37136
37137 2004-10-01  Bruno Haible  <bruno@clisp.org>
37138
37139         * MODULES.html.sh: Add strsep.
37140
37141 2004-09-30  Simon Josefsson  <jas@extundo.com>
37142
37143         * modules/snprintf: New file.
37144
37145 2004-09-30  Simon Josefsson  <jas@extundo.com>
37146
37147         * m4/snprintf.m4: New file.
37148
37149 2004-09-30  Simon Josefsson  <jas@extundo.com>
37150
37151         * lib/snprintf.h, lib/snprintf.c: New files.
37152
37153 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37154
37155         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
37156         (hol_entry_help): Never translate an empty string.
37157         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
37158         * lib/argp.h (OPTION_NO_TRANS): New option.
37159
37160 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
37161
37162         * modules/argp (Maintainer): Replace Simon Josefsson
37163         by Sergey Poznyakoff.
37164
37165 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
37166
37167         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
37168         changes merged back into glibc.
37169
37170 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
37171
37172         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
37173
37174 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
37175
37176         * lib/xvasprintf.c: Include xalloc.h.
37177         (xvasprintf): Use xalloc_die, not xmalloc_die.
37178
37179 2004-09-29  Bruno Haible  <bruno@clisp.org>
37180
37181         * modules/alloca-opt: New file, derived from modules/alloca.
37182         * modules/allocsa: Depend on alloca-opt instead of alloca.
37183         * modules/setenv: Likewise.
37184         * modules/vasnprintf: Likewise.
37185         * MODULES.html.sh: Add alloca-opt.
37186
37187 2004-09-28  Simon Josefsson  <jas@extundo.com>
37188
37189         * gnulib-tool: New parameter --lgpl, to asseert that modules are
37190         LGPL, and to replace license template from GPL to LGPL.
37191
37192 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
37193
37194         * modules/dummy: Change license to LGPL.
37195
37196 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
37197
37198         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
37199
37200 2004-09-24  Simon Josefsson  <jas@extundo.com>
37201
37202         * modules/minmax (License): Change from GPL to LGPL.
37203
37204 2004-09-23  Simon Josefsson  <jas@extundo.com>
37205
37206         * gnulib-tool (--import): Typo.
37207
37208 2004-09-23  Simon Josefsson  <jas@extundo.com>
37209
37210         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
37211
37212 2004-09-22  Bruno Haible  <bruno@clisp.org>
37213
37214         * modules/*: Add 'License' field.
37215         * gnulib-tool: Accept --extract-license option.
37216         (func_get_license): New function.
37217
37218 2004-09-21  Bruno Haible  <bruno@clisp.org>
37219
37220         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
37221         Reported by Simon Josefsson.
37222
37223 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
37224
37225         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
37226         gl_AC_TYPE_LONG_LONG.
37227
37228 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
37229
37230         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
37231
37232 2004-09-18  Simon Josefsson  <jas@extundo.com>
37233         and  Paul Eggert  <eggert@cs.ucla.edu>
37234
37235         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
37236         calls with autoreconf.  Define GL_LIB.
37237
37238 2004-09-14  Karl Berry  <karl@gnu.org>
37239
37240         * config/srclist.txt: unsync setenv.c, sigh.
37241
37242 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
37243
37244         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
37245         Problem reported by Bruno Haible in:
37246         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
37247
37248 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
37249
37250         * config/srclist.txt: Comment out argp-pvh.c.
37251
37252 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
37253
37254         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
37255         in case some system header has #define'd it.  Problem reported by
37256         Soeren D. Schulze in
37257         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
37258
37259 2004-09-09  Karl Berry  <karl@gnu.org>
37260
37261         * regex.[ch]: delete from the root.  These were supposed to be
37262                 synced with emacs cvs, but this has not happened for about
37263                 a year, and anyway nothing else uses emacs regex.[ch].
37264                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
37265                 lib/regex[.ch] is untouched.
37266
37267 2004-09-09  Bruno Haible  <bruno@clisp.org>
37268
37269         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
37270
37271 2004-09-09  Bruno Haible  <bruno@clisp.org>
37272
37273         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
37274         modifications.
37275         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
37276
37277 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
37278
37279         * modules/xvasprintf: New file.
37280         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
37281
37282 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
37283
37284         * lib/xvasprintf.h: New file.
37285         * lib/xvasprintf.c: New file.
37286         * lib/xasprintf.c: New file.
37287
37288 2004-09-08  Bruno Haible  <bruno@clisp.org>
37289
37290         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
37291
37292 2004-09-08  Bruno Haible  <bruno@clisp.org>
37293
37294         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
37295         length is > INT_MAX.
37296         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
37297         more.
37298
37299 2004-09-08  Bruno Haible  <bruno@clisp.org>
37300
37301         * lib/stdint_.h: New file, taken from GNU clisp.
37302
37303 2004-09-08  Bruno Haible  <bruno@clisp.org>
37304             Oskar Liljeblad  <oskar@osk.mine.nu>
37305
37306         * modules/stdint: New file.
37307         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
37308
37309 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
37310
37311         Import from coreutils.
37312         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
37313         strings on unbounded length.  alloca's performance benefits aren't
37314         that important here.
37315         (V_STRDUP): Remove.
37316         (parse_with_separator): New function, with most of the internals
37317         of the old parse_user_spec.  Allow user to omit both user and group,
37318         for compatibility with FreeBSD.
37319         Clone only the user name, not the entire spec.
37320         Do not set *uid, *gid unless entirely successful.
37321         Avoid memory leak in some failing cases.
37322         Fix regression for USER.GROUP reported by Dmitry V. Levin in
37323         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
37324         (parse_user_spec): Rewrite to use parse_with_separator.
37325
37326 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
37327
37328         * modules/userspec: Don't depend on alloca.
37329
37330 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
37331
37332         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
37333
37334 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
37335
37336         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
37337         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
37338         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
37339
37340 2004-08-16  Simon Josefsson  <jas@extundo.com>
37341
37342         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
37343         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
37344         Add --dry-run for --import.
37345         Let user provided command line parameters override configure.ac
37346         settings.
37347
37348 2004-08-12  Simon Josefsson  <jas@extundo.com>
37349
37350         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
37351         as discussed with Paul Eggert in threads rooted at
37352         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
37353         and
37354         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
37355         Before, the test was empty, and relied on ELIDE_CODE in source
37356         code.)
37357         (gl_PREREQ_GETOPT): New macro.
37358         (gl_GETOPT): Use them.
37359
37360 2004-08-12  Simon Josefsson  <jas@extundo.com>
37361
37362         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
37363         * lib/getopt_.h: Renamed from getopt.h.
37364
37365 2004-08-12  Simon Josefsson  <jas@extundo.com>
37366
37367         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
37368         Change default library name from libfoo to libgnu.
37369         Now, if you have a configure.ac that says:
37370                 gl_SOURCE_BASE(gl)
37371                 gl_M4_BASE(gl/m4)
37372                 gl_MODULES(error getopt etcetera)
37373                 gl_INIT
37374         you can import all you need by running:
37375                 ../gnulib/gnulib-tool --import
37376
37377         * modules/getopt (Files): Rename getopt.h to getopt_.h.
37378         (Makefile.am): Rewrite, use logic from argz.
37379         (Include): Use <getopt.h> instead of "getopt.h".
37380
37381 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
37382
37383         * modules/argp (Files): Add m4/unlocked-io.m4.
37384         (Depends-on): Add extensions.
37385
37386 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
37387
37388         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
37389         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
37390         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
37391         Check for program_invocation_name, program_invocation_short_name,
37392         flockfile, funlockfile, features.h, _getopt_long_only_r.
37393
37394 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
37395
37396         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
37397         its complicated substitute.
37398         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
37399         and program_invocation_name.
37400         (__argp_basename) [!_LIBC]: Remove; the only use was
37401         replaced by its body.
37402         (__argp_short_program_name): Change condition from
37403         !defined __argp_short_program_name to
37404         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
37405         to match argp-namefrob.h.
37406         (__argp_failure): Don't assume strerror_r returns char *.
37407         * lib/argp-parse.c (N_): Define unconditionally.
37408         (argp_default_options): Fill out initializers with 0 to avoid
37409         gcc warnings.
37410
37411 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
37412
37413         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
37414         getopt1.c.
37415
37416 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
37417
37418         Merge from coreutils.
37419
37420         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
37421
37422         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
37423         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
37424
37425 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
37426
37427         Merge from coreutils.
37428
37429         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
37430         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
37431         for Reliant Unix 5.43.
37432
37433         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
37434         (union fooround): Use uintmax_t, not long int.
37435         The rest is a merge from libc:
37436         [defined _LIBC]: Include <shlib-compat.h>.
37437         (_obstack) [defined _LIBC]: Remove after 2.3.4.
37438
37439         * lib/settime.c (settime): Recode to avoid warning with
37440         Sun Forte C 6U2.
37441
37442         * lib/strverscmp.c: Convert to UTF-8.
37443
37444 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
37445
37446         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
37447         m4/uintmax_t.m4.
37448
37449 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
37450
37451         * modules/xalloc-die: New file.
37452         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
37453
37454         * modules/md5 (Files): Add m4/uint32_t.m4.
37455         * modules/sha1: Renamed from modules/sha.
37456         (Files):
37457         Rename lib/sha.h to lib/sha1.h.
37458         Rename lib/sha.c to lib/sha1.c.
37459         Rename m4/sha.m4 to m4/sha1.m4.
37460         (lib_SOURCES): Likewise.
37461         (configure.ac): Rename gl_SHA to gl_SHA1.
37462         (Include): sha.h -> sha1.h.
37463
37464 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
37465
37466         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
37467         * m4/sha1.m4: Renamed from sha.m4.
37468         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
37469
37470 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
37471
37472         * lib/obstack.h (obstack_empty_p):
37473         Don't assume that chunk->contents is suitably aligned.
37474         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
37475         Likewise. Problem reported by Benno in
37476         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
37477
37478         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
37479         readable.  This could be improved further but it'd take some work.
37480
37481 2004-08-08  Simon Josefsson  <jas@extundo.com>
37482
37483         * modules/xgethostname (Depends-on): Remove exit and error (not
37484         used).
37485
37486         * modules/getpass-gnu: Add getpass.h.
37487         (Depends-on): Add stdbool.
37488         * modules/getpass: Add getpass.h.
37489
37490 2004-08-08  Simon Josefsson  <jas@extundo.com>
37491
37492         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
37493         Check getpass declaration.
37494
37495 2004-08-08  Simon Josefsson  <jas@extundo.com>
37496
37497         * lib/xgethostname.c: Don't include error.h (not used).
37498
37499         * lib/getpass.h: Add.
37500         * lib/getpass.c: Include getpass.h first.
37501
37502 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
37503
37504         * lib/xalloc-die.c: New file.
37505         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
37506         All uses removed.
37507         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
37508         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
37509         xalloc-die.c.
37510         (_, N_, xalloc_die): Move to xalloc-die.c.
37511         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
37512         so that we needn't mess with xalloc_msg_memory_exhausted.
37513
37514         * lib/sha1.h: Renamed from sha.h.
37515         (SHA1_H): Renamed from _SHA_H.
37516         (sha1_ctx): Renamed from sha_ctx.
37517         (sha1_init_ctx): Renamed from sha_init_ctx.
37518         (sha1_process_block): Renamed from sha_process_block.
37519         (sha1_process_bytes): Renamed from sha_process_bytes.
37520         (sha1_finish_ctx): Renamed from sha_finish_ctx.
37521         (sha1_read_ctx): Renamed from sha_read_ctx.
37522         (sha1_stream): Renamed from sha_stream.
37523         (sha1_buffer): Renamed from sha_buffer.
37524         * lib/sha1.c: Likewise; renamed from sha.c.
37525         Do not include <sys/types.h>.
37526         Include <stddef.h> rather than <stdlib.h>.
37527
37528 2004-08-08  Bruno Haible  <bruno@clisp.org>
37529
37530         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
37531         FILESYSTEM_PREFIX_LEN.
37532         * lib/progreloc.c: Likewise.
37533         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
37534
37535 2004-08-06  Simon Josefsson  <jas@extundo.com>
37536
37537         * modules/progname (Depends-on): Don't depend on stdbool.
37538
37539 2004-08-06  Simon Josefsson  <jas@extundo.com>
37540
37541         * modules/getsubopt: New file.
37542         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37543         getsubopt.
37544
37545 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
37546
37547         More merge from coreutils.
37548
37549         * m4/utimens.m4, m4/utimecmp.m4: New files.
37550         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
37551         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
37552         prereq.m4, sha.m4: Import changes from coreutils.
37553
37554 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
37555
37556         More merge from coreutils.
37557         * modules/raise, modules/readtokens0, modules/utimens:
37558         * modules/utimecmp, module/xnanosleep: New files.
37559         * modules/strftime: Add lib/strftime.h.
37560         Change include from <time.h> to "strftime.h".
37561         * modules/yesno: Add lib/yesno.h.
37562         * modules/backupfile: Remove lib/addext.c.
37563         * modules/euidaccess: Add stat-macros.h.
37564         * modules/canonicalize, modules/euidaccess,
37565         modules/filemode, modules/lchown, modules/makepath,
37566         modules/rmdir, modules/stat: Likewise.
37567
37568 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
37569
37570         Merge from tar.
37571         * lib/argp-help.c (make_hol, hol_append): Don't assume that
37572         SIZE_MAX is a valid preprocessor constant.
37573         (__argp_basename): Change from "#ifndef _LIBC"
37574         to "#ifndef __argp_short_program_name", so that
37575         we don't compile these functions for tar.
37576
37577         More merges from coreutils.
37578         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
37579         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
37580         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
37581         * lib/addext.c: Remove; no longer needed.
37582         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
37583         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
37584         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
37585         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
37586         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
37587         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
37588         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
37589         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
37590         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
37591         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
37592         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
37593         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
37594         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
37595         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
37596         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
37597         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
37598         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
37599         Import changes from coreutils.
37600
37601 2004-08-05  Simon Josefsson  <jas@extundo.com>
37602
37603         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
37604
37605 2004-08-05  Simon Josefsson  <jas@extundo.com>
37606
37607         * m4/getsubopt.m4: New file.
37608
37609 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
37610
37611         Merge from coreutils.
37612
37613         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
37614         * m4/getcwd-path-max.m4: New files.
37615
37616         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
37617         FILESYSTEM_PREFIX_LEN ->
37618         FILE_SYSTEM_PREFIX_LEN.
37619         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
37620         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
37621         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
37622         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
37623
37624         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
37625         prerequisite modules now handle the DOS stuff.
37626         Don't check for unistd.h.
37627
37628 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
37629
37630         Merge from coreutils.
37631
37632         * lib/.gdb-history: Remove; this doesn't belong here.
37633
37634         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
37635         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
37636         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
37637         * lib/getcwd.c: New files.
37638
37639         * lib/dirname.h: Include <stdbool.h>.
37640         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
37641         for consistency with POSIX terminology.  All uses changed.
37642         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
37643         (strip_trailing_slashes): Use bool for booleans.
37644         * lib/stripslash.c (strip_trailing_slashes): Likewise.
37645
37646         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
37647         sometimes returns a positive errno value even when it succeeds.
37648         (print_errno_message) [!LIBC]: Fall back on strerror if
37649         __strerror_r fails.
37650
37651         * lib/path-concat.c (mempcpy): Don't define if a system header defines
37652         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
37653         (longest_relative_suffix): New function.
37654         (path_concat): Use it.  Assume first argument is not NULL.
37655         Port to DOS.  Omit redundant separators.
37656         Report an error instead of returning NULL.
37657         Use mempcpy instead of memcpy.
37658         (xpath_concat): Remove: not declared or used.
37659
37660         * lib/same.h: Include <stdbool.h>
37661         (same_name): Return bool, not int.
37662         * lib/same.c (same_name): Likewise.
37663         (errno): Don't declare; we assume C89 or better now.
37664
37665         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
37666         if not already defined.
37667
37668         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
37669         * lib/dup-safer.c (errno): Likewise.
37670
37671 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
37672
37673         Merge from coreutils.
37674         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
37675         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
37676         * modules/path-concat: Don't depend on strdup.
37677
37678 2004-08-03  Simon Josefsson  <jas@extundo.com>
37679
37680         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
37681         * lib/progname.h: Don't include stdbool.h.
37682
37683 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
37684
37685         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
37686         * MODULES.html.sh (func_all_modules): Remove fatal.
37687
37688 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
37689
37690         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
37691
37692 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
37693
37694         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
37695         working.
37696
37697 2004-08-02  Simon Josefsson  <jas@extundo.com>
37698
37699         * lib/getsubopt.h: New file, with comments from Bruno Haible.
37700         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
37701         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
37702
37703 2004-08-01  Simon Josefsson  <jas@extundo.com>
37704
37705         * lib/xgetdomainname.c: Include stdlib.h, for free().
37706
37707 2004-07-19  Bruno Haible  <bruno@clisp.org>
37708
37709         * MODULES.html.sh (func_all_modules): Add dummy.
37710
37711 2004-07-16  Simon Josefsson  <jas@extundo.com>
37712
37713         * modules/dummy: New file.
37714
37715 2004-07-16  Simon Josefsson  <jas@extundo.com>
37716
37717         * lib/dummy.c: New file.
37718
37719 2004-07-16  Bruno Haible  <bruno@clisp.org>
37720
37721         * lib/backupfile.h: Add extern "C" for C++.
37722         * lib/closeout.h: Likewise.
37723         * lib/copy-file.h: Likewise.
37724         * lib/findprog.h: Likewise.
37725         * lib/full-write.h: Likewise.
37726         * lib/pathname.h: Likewise.
37727         * lib/progname.h: Likewise.
37728         * lib/stpcpy.h: Likewise.
37729         * lib/stpncpy.h: Likewise.
37730         * lib/strcase.h: Likewise.
37731         * lib/strstr.h: Likewise.
37732         * lib/xalloc.h: Likewise.
37733
37734         * lib/mbswidth.h: Add extern "C" for C++.
37735         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
37736
37737 2004-07-13  Robert Millan  <robertmh@gnu.org>
37738
37739         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
37740
37741 2004-07-09  Simon Josefsson  <jas@extundo.com>
37742
37743         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
37744         failed without this.)
37745
37746 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
37747
37748         * modules/chown (Files): Add lib/fchown-stub.c, since
37749         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
37750
37751 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
37752
37753         * lib/fchown-stub.c: New file.
37754
37755 2004-06-24  Jim Meyering  <jim@meyering.net>
37756
37757         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
37758
37759 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
37760
37761         * modules/argz: Omit "#include".
37762
37763         * MODULES.html.sh (func_all_modules): Add calloc, to match
37764         2004-06-01 addition of calloc module.
37765
37766 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
37767
37768         * m4/argz.m4: New file, which is autoupdated from libtool.
37769
37770 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
37771
37772         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
37773         libtool.
37774
37775 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
37776
37777         * config/srclist-update: Don't insist on "USA." before the
37778         close-comment, as libtool omits the period and puts the */ on a
37779         separate line.
37780         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
37781         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
37782
37783 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
37784
37785         * modules/argz: New file.
37786         * MODULES.html.sh (func_all_modules): Add argz.
37787
37788 2004-06-12  Jim Meyering  <jim@meyering.net>
37789         and  Paul Eggert  <eggert@cs.ucla.edu>
37790
37791         * modules/hash (Files): Add lib/xalloc.h.
37792         * modules/pipe (Depends-on): Add wait-process.
37793         * modules/stat (Depends-on): Add xalloc.
37794         * modules/userspec (Files): Add lib/userspec.h.
37795         * modules/xstrto
37796
37797         Upgrade from gettext-0.13.
37798         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
37799         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
37800         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
37801
37802 2004-06-10  Jim Meyering  <jim@meyering.net>
37803
37804         * lib/calloc.c: New file.
37805
37806 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
37807
37808         * lib/getdate.y (yylex): Allow space between sign and number.
37809         Problem reported by Dan Jacobson.
37810
37811 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
37812
37813         Merge from coreutils CVS.
37814
37815         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
37816         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
37817         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
37818         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
37819         xstrtol.m4: Fix copyright date and/or serial number.
37820
37821         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
37822         See if we need an fchown replacement.
37823         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
37824         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
37825         and use the replacement function if we detect either defect.
37826
37827         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
37828         gl_UTIMECMP.
37829
37830 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
37831         and  Jim Meyering  <jim@meyering.net>
37832
37833         Merge from coreutils CVS.
37834
37835         * lib/stat-macros.h: New file, with contents from file-type.h
37836         and coreutils' system.h.
37837         * lib/file-type.c: Include "stat-macros.h".
37838         * lib/file-type.h (file_type): Move all macro definitions to new file,
37839         stat-macros.h.
37840
37841         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
37842         Wrap old code with this conditional.
37843         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
37844         function that does not dereference symlinks.
37845         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
37846
37847         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
37848         dependency problems.
37849         (xreadlink): Accept new arg SIZE, for efficiency.
37850         All decls and uses changed.
37851         * lib/xreadlink.h: Include <stddef.h>, for size_t.
37852
37853         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
37854         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
37855
37856         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
37857         sysexits.h.
37858
37859 2004-06-01  Jim Meyering  <jim@meyering.net>
37860
37861         * m4/calloc.m4: New file.
37862
37863 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
37864
37865         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
37866         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
37867         Also, fix a typo in a diagnostic.
37868
37869 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
37870
37871         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
37872         or AC_FUNC_REALLOC.
37873
37874 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
37875
37876         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
37877         macros to be defined.
37878         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
37879         the allocator returns NULL because the requested size is zero.
37880
37881 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37882
37883         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
37884         var.  Add comment explaining why libc still defines it.  This
37885         merges the following patch from glibc:
37886         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
37887
37888 2004-05-20  Andreas Schwab  <schwab@suse.de>
37889
37890         * m4/free.m4: Replace free if it not known to work, not the other
37891         way round.
37892
37893 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
37894
37895         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
37896         present in glibc since revision 1.1 of this file.
37897         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
37898         obstack_alignment_mask, obstack_alloc, obstack_base,
37899         obstack_blank, obstack_blank_fast, obstack_chunk_size,
37900         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
37901         obstack_grow0, obstack_init, obstack_int_grow,
37902         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
37903         obstack_next_free, obstack_object_size, obstack_ptr_grow,
37904         obstack_ptr_grow_fast, obstack_room): Remove declarations of
37905         nonexistent functions.
37906
37907 2004-05-18  Karl Berry  <karl@gnu.org>
37908
37909         * config/srclist.txt: break link for vasnprintf.c.
37910
37911 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
37912
37913         Port obstack to the AS/400, where pointers are 16 bytes wide and
37914         you cannot cast an integer to a valid pointer.  This patch is
37915         currently waiting to be integrated into glibc; see
37916         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
37917
37918         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
37919         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
37920         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
37921         (struct obstack): temp member is now a union of a pointer and
37922         an integer, instead of an integer.  All integer uses changed.
37923         This does not affect the physical layout of struct obstack,
37924         except on hosts (like the AS/400) where the size or alignment of
37925         void * is greater than that of ptrdiff_t.
37926         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
37927         __STDC__)]: Store temporary in pointer member of union, not
37928         integer member.
37929         * lib/obstack.c: Include <stddef.h>, for offsetof.
37930         (struct fooalign): Remove; it doesn't need a name.
37931         (union fooround): Change double to long double, and add void *.
37932         (DEFAULT_ALIGNMENT): Use offsetof to compute.
37933         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
37934         not a macro.  Hence the values are always int; so remove all
37935         casts-to-int in uses.
37936
37937 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
37938
37939         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
37940         we can get this patch merged into glibc.
37941
37942 2004-05-17  Derek R. Price  <derek@ximbiot.com>
37943             Paul Eggert  <eggert@cs.ucla.edu>
37944
37945         * m4/argp: Depend on alloca.
37946
37947 2004-05-17  Derek R. Price  <derek@ximbiot.com>
37948             Paul Eggert  <eggert@cs.ucla.edu>
37949
37950         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
37951         freecoding.
37952
37953 2004-05-17  Bruno Haible  <bruno@clisp.org>
37954
37955         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
37956         precision that consists of a '.' followed by an empty digit string.
37957         Patch by Tor Lillqvist <tml@iki.fi>.
37958
37959 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
37960
37961         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
37962         for backward compatibility with older code.  We need our own
37963         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
37964         it under some other name, and our alloca.h will define it.
37965
37966 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
37967             Derek Price  <derek@ximbiot.com>
37968
37969         * lib/alloca.c: Include <alloca.h>, to get our interface.
37970         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
37971         include <alloca.h> first.  Use C89 prototype for alloca; this
37972         requires including <stddef.h> for size_t.  Use extern "C" if C++.
37973         Use #elif for simplicity, since we can assume C89 now.
37974         Don't try to source the system alloca.h since it will not be found
37975         and to prevent recursively including its replacement.
37976         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
37977         * lib/regex.c: Likewise.
37978
37979 2004-05-16  Derek Price  <derek@ximbiot.com>
37980             Paul Eggert  <eggert@cs.ucla.edu>
37981
37982         getline cleanup.  This changes the getndelim2 API: both order of
37983         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
37984         no delimiter).
37985
37986         * lib/getline.c: Don't include stddef.h or stdio.h, since our
37987         interface does that.
37988         (getline): Always use getdelim, so that we don't have two
37989         copies of this code.
37990         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
37991         if available.
37992         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
37993         (GETNDELIM2_MAXIMUM): New macro.
37994         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
37995         instead of the old practice of delim2==0.  All callers changed.
37996         Return -1 on overflow, instead of returning junk.
37997         Do not set *linesize unless allocation succeeds.
37998         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
37999         that we include sys/types.h.
38000         * lib/getnline.h: Likewise.
38001         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
38002         (getndelim2): Reorder arguments.
38003         * lib/getnline.c (getnline, getndelim):
38004         Don't discard the NMAX argument.
38005         (getnline): Invoke getndelim, to avoid code duplication.
38006         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
38007         of (size_t) -1 by callers of the getnline family.
38008
38009 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
38010
38011         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
38012         Check for gettimeofday.
38013         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
38014         Check for settimeofday, stime.
38015
38016 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
38017
38018         * lib/nanosleep.c (suspended): Change its type from int to
38019         sig_atomic_t volatile.
38020         (first_call): Make it private to rpl_nanosleep, and have it
38021         be zero initially as that's a bit faster.
38022         (my_usleep): Round up fractional times instead of truncating them,
38023         as this is the usual meaning for 'sleep'.
38024
38025         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
38026         doesn't work.
38027         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
38028         (ENOSYS): Define if not defined.
38029         (settime): Fall back on stime if it exists and settimeofday fails.
38030         But don't bother with fallbacks if a method fails with errno == EPERM.
38031
38032 2004-05-11  Jim Meyering  <jim@meyering.net>
38033
38034         Prior to this change, the save_cwd caller required read access to the
38035         current directory on most systems (ones with the fchdir function).
38036
38037         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
38038         fails, try write-only, and finally, resort to using xgetcwd.
38039
38040 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
38041
38042         * lib/obstack.c, obstack.h: Import changes from libc.
38043
38044 2004-04-28  Bruno Haible  <bruno@clisp.org>
38045
38046         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
38047         also implicitly appends .exe to executables.
38048         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
38049         accepts Windows pathnames.
38050         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
38051         Treat Cygwin like Windows, since it now accepts Windows pathnames.
38052         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
38053         Treat Cygwin like Windows, since it now accepts Windows pathnames.
38054         Reported by Derek Robert Price <derek@ximbiot.com>.
38055
38056 2004-04-21  Karl Berry  <karl@gnu.org>
38057
38058         * config/srclist.txt (localcharset.c): break sync.
38059
38060 2004-04-20  Paul Eggert  <eggert@twinsun.com>
38061
38062         * m4/host-os.m4: Add a copyright notice.
38063
38064 2004-04-20  Jim Meyering  <jim@meyering.net>
38065
38066         Change UTILS_ to gl_ in AC_DEFINE'd names.
38067         Change utils_- and jm_-prefixed variables, too.
38068         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
38069         UTILS_FUNC_MKDIR_TRAILING_SLASH.
38070         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
38071
38072         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
38073         Don't emit trailing blanks.
38074         Also rename jm_-prefixed variables to have gl_ prefix.
38075
38076         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
38077         Also rename jm_-prefixed variables to have gl_ prefix.
38078
38079         * m4/jm-macros.m4: Reflect the renamings.
38080         * m4/prereq.m4: Likewise.
38081
38082 2004-04-20  Jim Meyering  <jim@meyering.net>
38083
38084         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
38085         memory.
38086
38087 2004-04-20  Jim Meyering  <jim@meyering.net>
38088             Bruno Haible  <bruno@clisp.org>
38089
38090         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
38091         memory when realloc fails.
38092
38093 2004-04-19  Jim Meyering  <jim@meyering.net>
38094
38095         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
38096         now that readutmp.c may call `free (0)'.
38097
38098 2004-04-19  Bruno Haible  <bruno@clisp.org>
38099
38100         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
38101         * m4/inttypes_h.m4: Likewise.
38102         * m4/stdint_h.m4: Likewise.
38103         * m4/intmax_t.m4: Likewise.
38104         * m4/uintmax_t.m4: Likewise.
38105
38106 2004-04-18  Jim Meyering  <jim@meyering.net>
38107
38108         * m4/prereq.m4: Don't forbid jm_ prefix.
38109
38110         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
38111         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
38112         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
38113         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
38114         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
38115         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
38116         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
38117         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
38118         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
38119         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
38120         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
38121         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
38122         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
38123         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
38124         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
38125         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
38126         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
38127         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
38128         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
38129
38130 2004-04-18  Jim Meyering  <jim@meyering.net>
38131
38132         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
38133         failure, don't leak memory and do call END_UTMP_ENT.
38134
38135 2004-04-16  Jim Meyering  <jim@meyering.net>
38136
38137         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
38138         coreutils' stat program.
38139         (gl_PREREQ): Don't require jm_PREREQ_STAT.
38140
38141 2004-04-11  Paul Eggert  <eggert@twinsun.com>
38142
38143         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
38144         C89.
38145         (CHAR_BIT): Remove, since we assume C89.
38146         Include <stdint.h> if available, as per current Autoconf CVS advice.
38147
38148 2004-03-31  Jim Meyering  <jim@meyering.net>
38149
38150         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
38151         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
38152         * m4/xalloc.m4: Likewise.
38153
38154 2004-03-30  Paul Eggert  <eggert@twinsun.com>
38155
38156         Merge from coreutils.
38157
38158         * m4/inttostr.m4: New file.
38159         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
38160         Require AM_STDBOOL_H and gl_TIMESPEC instead.
38161         Require gl_CLOCK_TIME.
38162         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
38163
38164 2004-03-30  Paul Eggert  <eggert@twinsun.com>
38165
38166         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
38167         not bool, to be more consistent with Unix conventions.
38168         Suggested by Bruno Haible.
38169
38170         Merge from coreutils.
38171
38172         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
38173         * lib/umaxtostr.c: New files.
38174
38175         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
38176         the usual <time.h> dance.
38177         (get_date): Change signature to support fractional time stamps.
38178         All callers changed.
38179         * lib/getdate.y: Include "getdate.h" first, as we can now
38180         assume C89 and don't need to worry about 'const'.
38181         Similarly, include "unlocked-io.h" near start, not in middle.
38182         Include <limits.h>.
38183         (textint.value): Use long int rather than int.
38184         (textint.digits): Use size_t rather than int.
38185         (BILLION, LOG10_BILLION): New constants.
38186         (parser_control): New member rel_ns.  Members day_ordinal,
38187         time_zone, month, day, hour, minutes, rel_year, rel_month,
38188         rel_day, rel_hour, rel_minutes, rel_seconds
38189         are now long int, not int.  Member seconds is now struct timespec,
38190         not int.  New member timespec_seen.  Members dates_seen, days_seen,
38191         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
38192         not int.
38193         (%union.intval): Now long int, not int.
38194         New member timespec.
38195         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
38196         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
38197         (spec): Now is a timespec or an item list.
38198         (timespec, items): New nonterminals.
38199         (time, rel, relunit, number, get_date):
38200         Add support for fractional seconds.
38201         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
38202         (gmtime, localtime, mktime): Remove decls; not needed with C89.
38203         (to_hour): First arg is now long int, not int.
38204         (to_year): Returns long int, not int.
38205         Don't treat year -70 like 70.
38206         (tm_diff): Returns long int, not int.
38207         (lookup_word): Use bool instead of int when appropriate.
38208         (yylex): Use size_t for count, not int.
38209         Detect overflow when parsing large integer constants.
38210         Add support for fractions.
38211         (get_date): Make pointers 'const' if possible.
38212         Use more-portable code to detect integer overflow.
38213         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
38214         Don't use ctime; it's not reliable if the year has >4 digits.
38215
38216         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
38217         This is for compatibility with BSD.
38218
38219         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
38220         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
38221         From coreutils' system.h.
38222
38223         * lib/userspec.c: Don't include "posixver.h".
38224         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
38225         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
38226         compatible extension.  Simplify code by removing a boolean int
38227         that was always nonzero if a string was nonnull.
38228
38229 2004-03-30  Jim Meyering  <jim@meyering.net>
38230
38231         Merge from coreutils.
38232
38233         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
38234         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
38235         on some systems one must include <grp.h> before it.
38236         Reported by Christian Krackowizer.
38237
38238 2004-03-30  Jim Meyering  <jim@meyering.net>
38239
38240         Merge from coreutils.
38241
38242         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
38243
38244         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
38245         an empty input stream.
38246
38247         * lib/readtokens.c: Include <stdbool.h>.
38248         (readtoken): Use `size_t' rather than int/long.
38249         All callers adjusted.
38250         Use `bool' rather than `int' where appropriate.
38251         Use memset rather than an explicit loop.
38252         Use x2nrealloc rather than xrealloc.
38253         Allow the use of `\0' as a delimiter.
38254         (readtokens): Likewise.
38255         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
38256
38257 2004-03-30  Jim Meyering  <jim@meyering.net>
38258
38259         * m4/realloc.m4: Remove file, since now it does no more than
38260         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
38261         the `configure.ac' section of module/realloc.
38262         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
38263
38264 2004-03-30  Bruno Haible  <bruno@clisp.org>
38265
38266         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
38267         nonnull.
38268
38269 2004-03-29  Paul Eggert  <eggert@twinsun.com>
38270
38271         Merge changes to getloadavg.c from coreutils and Emacs.
38272
38273         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
38274         Define to an expression, not to the empty string.
38275         Include cloexec.h and xalloc.h.
38276         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
38277         Use set_cloexec_flag rather than rolling our own.
38278         * lib/cloexec.c, lib/cloexec.h: New files.
38279
38280 2004-03-29  Paul Eggert  <eggert@twinsun.com>
38281
38282         * m4/cloexec.m4: New file.
38283
38284 2004-03-18  Paul Eggert  <eggert@twinsun.com>
38285
38286         * lib/getopt.h: Sync with libc CVS.
38287
38288 2004-03-18  Paul Eggert  <eggert@twinsun.com>
38289             Bruno Haible  <bruno@clisp.org>
38290
38291         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
38292         mbswidth.
38293
38294 2004-03-18  Paul Eggert  <eggert@twinsun.com>
38295             Bruno Haible  <bruno@clisp.org>
38296
38297         * lib/mbswidth.h: Include <wchar.h> only if
38298         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
38299         <wchar.h>.
38300         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
38301
38302 2004-03-09  Paul Eggert  <eggert@twinsun.com>
38303
38304         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
38305         Sync with libc CVS.
38306         * lib/getopt_int.h: New file, also synced from libc.
38307
38308 2004-03-09  Paul Eggert  <eggert@twinsun.com>
38309
38310         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
38311         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
38312         Bring back getopt.c, getopt.h, getopt1.c.
38313
38314 2004-03-07  Paul Eggert  <eggert@twinsun.com>
38315
38316         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
38317         All uses changed.  Check for sa_sigaction member; this fixes
38318         a bug first reported by Jason Andrade in
38319         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
38320
38321 2004-03-07  Paul Eggert  <eggert@twinsun.com>
38322
38323         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
38324         '#if' expressions.  Unlike the code it replaces, it does not
38325         depend on (defined _SC_PAGESIZE).  However, it does depend on
38326         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
38327         first reported by Jason Andrade in
38328         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
38329
38330 2004-02-25  Simon Josefsson  <jas@extundo.com>
38331
38332         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
38333
38334 2004-02-25  Simon Josefsson  <jas@extundo.com>
38335
38336         * lib/strdup.h: New file.
38337         * lib/strdup.c: Include it.
38338         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
38339         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
38340
38341 2004-02-23  Karl Berry  <karl@gnu.org>
38342
38343         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
38344         (from fencepost.gnu.org:/gd/gnuorg).
38345
38346 2004-02-23  Karl Berry  <karl@gnu.org>
38347
38348         * config/srclistvars.sh (GNUORG) [karl]: redefine.
38349         * config/srclist.txt: add maintain/standards documents.
38350
38351 2004-02-18  Bruno Haible  <bruno@clisp.org>
38352
38353         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
38354         Reported by Derek Robert Price <derek@ximbiot.com>.
38355
38356 2004-02-16  Karl Berry  <karl@gnu.org>
38357
38358         * config/mkinstalldirs, install-sh: update from automake.
38359
38360 2004-02-06  Karl Berry  <karl@gnu.org>
38361
38362         * m4/po.m4: update from gettext 0.14.1.
38363
38364 2004-02-06  Karl Berry  <karl@gnu.org>
38365
38366         * lib/config.charset: update from gettext 0.14.1.
38367
38368 2004-02-05  Paul Eggert  <eggert@twinsun.com>
38369
38370         Add comments and code, prompted by suggestions from Bruno Haible
38371         for sh-quote.
38372         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
38373         describing the enum quoting_style values.
38374         * lib/quotearg.c (quotearg_alloc): New function.
38375         (quotearg_buffer_restyled): Treat lone { and } as special.
38376         Treat = as special.  Work around bug with older shells
38377         that "see" a '\' that is really the 2nd byte of a multibyte char.
38378         Quote empty string with shell_quoting_style.
38379
38380 2004-02-03  Bruno Haible  <bruno@clisp.org>
38381
38382         * m4/pipe.m4: New file, from GNU gettext.
38383
38384 2004-02-03  Bruno Haible  <bruno@clisp.org>
38385
38386         * lib/pipe.h: New file, from GNU gettext.
38387         * lib/pipe.c: New file, from GNU gettext.
38388
38389 2004-01-27  Bruno Haible  <bruno@clisp.org>
38390
38391         * m4/execute.m4: New file, from GNU gettext.
38392
38393 2004-01-27  Bruno Haible  <bruno@clisp.org>
38394
38395         * lib/execute.h: New file, from GNU gettext.
38396         * lib/execute.c: New file, from GNU gettext.
38397         * lib/w32spawn.h: New file, from GNU gettext.
38398
38399 2004-01-24  Paul Eggert  <eggert@twinsun.com>
38400
38401         Merge from diffutils.
38402
38403         * lib/file-type.c (file_type): Add typed memory objects.
38404         * lib/file-type.h (S_TYPEISTMO): New macro.
38405
38406         * lib/c-stack.h (c_stack_action): Remove argv argument.
38407         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
38408         (die): Don't calculate message unless segv_action returns.
38409         (get_stack_location, min_address_from_argv, max_address_from_argv,
38410         volatile stack_base, volatile_stack_size): Remove.
38411         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
38412         that every segmentation violation is a stack overflow.  (Ouch!)
38413         See Debian bug 136249 (still outstanding) for more info about why
38414         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
38415
38416 2004-01-24  Paul Eggert  <eggert@twinsun.com>
38417
38418         Exit-status fix from coreutils.
38419
38420         Use exit_failure consistently in place of EXIT_FAILURE,
38421         so that program exit statuses are consistent on failure.
38422
38423         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
38424         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
38425         * lib/argmatch.h: Comment fix to match the above.
38426         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
38427         Now a macro referring to exit_failure, instead of a separate
38428         variable.  Include "exitfail.h" to get it.
38429         * lib/xstrtol.h: Include "exitfail.h".
38430         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
38431
38432         * lib/long-options.c (parse_long_options): Use prototype
38433         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
38434         for clarity.
38435
38436 2004-01-21  Jim Meyering  <jim@meyering.net>
38437
38438         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
38439         so as not to conflict with a different-sized __mktime_internal
38440         function in GNU libc.
38441         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
38442         Problem building statically-linked `ls' reported by Michael Brunnbauer.
38443
38444 2004-01-20  Karl Berry  <karl@gnu.org>
38445
38446         * config/config.guess: update from config.
38447
38448         * config/srclistvars.sh: GNUWWWLICENSES for karl.
38449
38450 2004-01-20  Bruno Haible  <bruno@clisp.org>
38451
38452         Safer stack allocation.
38453         * lib/setenv.c: Include allocsa.h.
38454         (alloca): Remove fallback definition.
38455         (freea): Remove macro.
38456         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
38457         instead of freea.
38458
38459 2004-01-20  Bruno Haible  <bruno@clisp.org>
38460
38461         * m4/eealloc.m4: New file, from GNU gettext.
38462
38463 2004-01-20  Bruno Haible  <bruno@clisp.org>
38464
38465         * m4/allocsa.m4: New file, from GNU gettext.
38466
38467 2004-01-20  Bruno Haible  <bruno@clisp.org>
38468
38469         * lib/xallocsa.h: New file, from GNU gettext.
38470         * lib/xallocsa.c: New file, from GNU gettext.
38471
38472 2004-01-20  Bruno Haible  <bruno@clisp.org>
38473
38474         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
38475
38476 2004-01-20  Bruno Haible  <bruno@clisp.org>
38477
38478         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
38479         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
38480         specially.
38481
38482 2004-01-20  Bruno Haible  <bruno@clisp.org>
38483
38484         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
38485         patch.
38486
38487 2004-01-20  Bruno Haible  <bruno@clisp.org>
38488
38489         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
38490
38491 2004-01-20  Bruno Haible  <bruno@clisp.org>
38492
38493         * lib/eealloc.h: New file.
38494
38495 2004-01-20  Bruno Haible  <bruno@clisp.org>
38496
38497         * lib/binary-io.h: Avoid warnings on Cygwin.
38498
38499 2004-01-20  Bruno Haible  <bruno@clisp.org>
38500
38501         * lib/allocsa.h: New file, from GNU gettext.
38502         * lib/allocsa.c: New file, from GNU gettext.
38503
38504 2004-01-18  Karl Berry  <karl@gnu.org>
38505
38506         * doc/gpl.texi, doc/lgpl.texi: new files.
38507
38508 2004-01-18  Karl Berry  <karl@gnu.org>
38509
38510         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
38511         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
38512
38513 2004-01-15  Paul Eggert  <eggert@twinsun.com>
38514
38515         Merge from coreutils.
38516
38517         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
38518         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
38519         (gl_DEFAULT_POSIX2_VERSION): Move
38520         the documentation from 'configure' into 'config.hin',
38521         so that 'configure --help' isn't burdened by it and
38522         we don't have to worry about its formatting there.
38523         Reword the documentation so that it's more succinct
38524         and can be run together into a single paragraph.
38525         * m4/same.m4 (gl_SAME): Check for pathconf.
38526
38527 2004-01-15  Paul Eggert  <eggert@twinsun.com>
38528
38529         Merge from coreutils.
38530
38531         * lib/posixver.c: Include posixver.h.
38532
38533         * lib/same.c: Include <stdbool.h>, <limits.h>.
38534         (_POSIX_NAME_MAX): Define if not defined.
38535         (MIN): New macro.
38536         (same_name): If file names are silently truncated, report
38537         that the file names are the same if they are the same after
38538         the silent truncation.
38539
38540         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
38541         conversion function.
38542         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
38543         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
38544         longer needed.
38545
38546 2004-01-15  Jim Meyering  <jim@meyering.net>
38547
38548         Merge from coreutils.
38549
38550         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
38551         if no library is required.
38552         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
38553         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
38554         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
38555         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
38556         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
38557         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
38558         value, $ac_cv_search_crypt, if it's "none required".
38559         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
38560         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
38561         not gl_FUNC_GETLOADAVG.
38562         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
38563         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
38564
38565 2004-01-15  Jim Meyering  <jim@meyering.net>
38566
38567         Merge from coreutils.
38568
38569         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
38570         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
38571         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
38572
38573         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
38574         optional configure-time default.
38575
38576         * lib/version-etc.c (version_etc_copyright): Update copyright date.
38577
38578         * lib/xreadlink.c (xreadlink): Correct outdated comment.
38579
38580 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
38581
38582         Merge from coreutils.
38583
38584         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
38585         value, $ac_cv_search_nanosleep, if it's "none required".
38586
38587 2004-01-14  Paul Eggert  <eggert@twinsun.com>
38588
38589         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
38590         with like-named macro in fnmatch.c.
38591         (EXT): Use an internal constant instead.
38592
38593         Merge fnmatch patches from glibc.
38594         * lib/fnmatch.c (mbsinit): Remove define.
38595         Add libc_hidden_ver (__fnmatch, fnmatch).
38596         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
38597         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
38598
38599 2004-01-14  Karl Berry  <karl@gnu.org>
38600
38601         * config/install-sh: update from automake.
38602
38603 2004-01-13  Karl Berry  <karl@gnu.org>
38604
38605         * config/install-sh: update from automake.
38606
38607 2004-01-09  Karl Berry  <karl@gnu.org>
38608
38609         * config/install-sh: update from automake.
38610
38611 2004-01-05  Karl Berry  <karl@gnu.org>
38612
38613         * config/config.{sub,guess}: update from config.
38614
38615 2003-12-31  Karl Berry  <karl@gnu.org>
38616
38617         * config/depcomp: update from automake.
38618
38619 2003-12-14  Karl Berry  <karl@gnu.org>
38620
38621         * lib/config.charset: update from gettext-runtime.
38622
38623 2003-12-03  Paul Eggert  <eggert@twinsun.com>
38624
38625         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
38626         Bug reported by Alfred M. Szmidt.
38627
38628 2003-12-03  Bruno Haible  <bruno@clisp.org>
38629
38630         * m4/gettext.m4: Upgrade from gettext-0.13.
38631         * m4/po.m4: Upgrade from gettext-0.13.
38632         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
38633         * m4/intmax.m4: New file, from gettext-0.13.
38634         * m4/printf-posix.m4: New file, from gettext-0.13.
38635
38636 2003-11-29  Karl Berry  <karl@gnu.org>
38637
38638         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
38639
38640 2003-11-25  Paul Eggert  <eggert@twinsun.com>
38641             Bruno Haible  <bruno@clisp.org>
38642
38643         * lib/printf-parse.h: Don't include sys/types.h.
38644         (ARG_NONE): New macro.
38645         (char_directive): Change type of *arg_index fields to size_t.
38646         * lib/printf-parse.c: Don't include sys/types.h.
38647         (SSIZE_MAX): Remove macro.
38648         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
38649         Remove unnecessary overflow check.
38650         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
38651         fields.
38652
38653 2003-11-25  Bruno Haible  <bruno@clisp.org>
38654
38655         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
38656
38657 2003-11-25  Bruno Haible  <bruno@clisp.org>
38658
38659         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
38660         gt_TYPE_SSIZE_T.
38661
38662 2003-11-24  Paul Eggert  <eggert@twinsun.com>
38663
38664         * modules/alloca: Remove dependency on xalloc.
38665
38666 2003-11-24  Paul Eggert  <eggert@twinsun.com>
38667
38668         * lib/alloca.c: Remove dependency on xalloc module.
38669         (xalloc_die): Remove.
38670         (memory_full) [!defined emacs]: New macro.
38671         [!defined emacs]: Don't include xalloc.h.
38672         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
38673         address arithmetic overflows.  Change datatypes a bit to avoid
38674         unnecessary casts.
38675
38676 2003-11-22  Jim Meyering  <jim@meyering.net>
38677
38678         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
38679         s/size/size_t/.
38680
38681 2003-11-21  Karl Berry  <karl@gnu.org>
38682
38683         * config/config.{sub,guess}: update from config.
38684
38685 2003-11-18  Karl Berry  <karl@gnu.org>
38686
38687         * config/config.{sub,guess}: update from config.
38688
38689         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
38690
38691 2003-11-17  Paul Eggert  <eggert@twinsun.com>
38692
38693         * README: Mention that S+T cannot overflow if S is the size of
38694         an existing object and T is sufficiently small.
38695
38696 2003-11-17  Jim Meyering  <jim@meyering.net>
38697
38698         On systems without utime and without a utimes function capable of
38699         dealing with a NULL struct utimbuf* argument, this utime replacement
38700         could -- in unusual circumstances -- leak a file descriptor.
38701         * lib/utime.c: Include <unistd.h> and <errno.h>.
38702         (utime_null): Be sure to close `fd' and to preserve errno.
38703         Reported by Geoff Collyer via Arnold Robbins.
38704
38705 2003-11-17  Bruno Haible  <bruno@clisp.org>
38706
38707         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
38708         (Depends-on): Add xsize.
38709
38710 2003-11-17  Bruno Haible  <bruno@clisp.org>
38711
38712         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
38713
38714 2003-11-17  Bruno Haible  <bruno@clisp.org>
38715
38716         * lib/vasnprintf.c (alloca): Remove fallback definition.
38717         (freea): Remove definition.
38718         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
38719         Reported by Paul Eggert.
38720
38721 2003-11-16  Paul Eggert  <eggert@twinsun.com>
38722             Bruno Haible  <bruno@clisp.org>
38723
38724         Protect against address arithmetic overflow.
38725         * lib/printf-args.h: Include stddef.h.
38726         (arguments): Change type of field 'count' to size_t.
38727         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
38728         'unsigned int' where appropriate.
38729         * lib/printf-parse.h: Include sys/types.h.
38730         (char_directive): Change type of *arg_index fields to ssize_t.
38731         (char_directives): Change type of fields 'count', max_*_length to
38732         size_t.
38733         * lib/printf-parse.c: Include sys/types.h and xsize.h.
38734         (SSIZE_MAX): Define fallback value.
38735         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
38736         instead of 'int' where appropriate. Check a_allocated, d_allocated
38737         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
38738         * lib/vasnprintf.c: Include xsize.h.
38739         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
38740         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
38741         overflow. Avoid wraparound when converting a width or precision from
38742         decimal to binary.
38743
38744 2003-11-16  Bruno Haible  <bruno@clisp.org>
38745
38746         Update from GNU gettext.
38747         * lib/printf-parse.c: Generalize to it can be compiled for wide
38748         strings.
38749         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
38750         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
38751         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
38752         SNPRINTF): New macros.
38753         Don't include <alloca.h> if the file is used inside libintl.
38754         (local_wcslen): New function, for Solaris 2.5.1.
38755         (VASNPRINTF): Use it instead of wcslen.
38756
38757 2003-11-16  Bruno Haible  <bruno@clisp.org>
38758
38759         * lib/xsize.h (xmax): New function.
38760         (xsum, xsum3, xsum4): Declare as "pure" functions.
38761
38762 2003-11-12  Paul Eggert  <eggert@twinsun.com>
38763
38764         * modules/xalloc (Files): Undo latest change, since xalloc.h
38765         no longer needs SIZE_MAX or PTRDIFF_MAX.
38766
38767 2003-11-12  Paul Eggert  <eggert@twinsun.com>
38768
38769         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
38770         gl_PTRDIFF_MAX.
38771
38772 2003-11-12  Paul Eggert  <eggert@twinsun.com>
38773
38774         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
38775         "return", to pacify some unknown compiler.  Problem reported
38776         by Joerg Schilling.
38777
38778 2003-11-12  Paul Eggert  <eggert@twinsun.com>
38779
38780         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
38781         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
38782         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
38783         heuristic is just as accurate as far as we know, and it removes a
38784         dependency on size_max.m4 and ptrdiff_max.m4.
38785
38786 2003-11-11  Bruno Haible  <bruno@clisp.org>
38787
38788         * modules/xsize (Files): Add m4/size_max.m4.
38789         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
38790
38791 2003-11-11  Bruno Haible  <bruno@clisp.org>
38792
38793         * m4/size_max.m4: New file.
38794         * m4/ptrdiff_max.m4: New file.
38795         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
38796         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
38797         (gl_XALLOC): Invoke it.
38798
38799 2003-11-11  Bruno Haible  <bruno@clisp.org>
38800
38801         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
38802         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
38803         defined.
38804
38805 2003-11-10  Paul Eggert  <eggert@twinsun.com>
38806
38807         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
38808         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
38809         rejected some allocations of exactly SIZE_MAX - 2 bytes.
38810         From Bruno Haible.
38811         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
38812         not (size_t) -1, since it's defined here.
38813
38814 2003-11-09  Karl Berry  <karl@gnu.org>
38815
38816         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
38817
38818 2003-11-06  Paul Eggert  <eggert@twinsun.com>
38819
38820         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
38821         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
38822         Reject sizes of exactly SIZE_MAX bytes.
38823         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
38824         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
38825
38826 2003-11-05  Bruno Haible  <bruno@clisp.org>
38827
38828         * lib/xsize.h: Include limits.h, to avoid a possible collision with
38829         SIZE_MAX defined in <limits.h> on Solaris.
38830
38831 2003-11-04  Jim Meyering  <jim@meyering.net>
38832
38833         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
38834         variable names, rather than @VAR@.
38835         * modules/poll: Likewise.
38836
38837 2003-11-04  Bruno Haible  <bruno@clisp.org>
38838
38839         * modules/xsize: New file.
38840         * modules/linebreak: Depend on xsize.
38841         * MODULES.html.sh (func_all_modules): Add xsize.
38842
38843 2003-11-04  Bruno Haible  <bruno@clisp.org>
38844
38845         * m4/xsize.m4: New file.
38846
38847 2003-11-04  Bruno Haible  <bruno@clisp.org>
38848
38849         * lib/xsize.h: New file.
38850         * lib/linebreak.c: Include xsize.h.
38851         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
38852         argument for overflow.
38853         Suggested by Paul Eggert.
38854
38855 2003-11-03  Karl Berry  <karl@gnu.org>
38856
38857         * config/config.{guess,sub}: update from config.
38858
38859 2003-11-03  Jim Meyering  <jim@meyering.net>
38860
38861         * modules/userspec (lib_SOURCES): Add userspec.h.
38862         (Include): Add "userspec.h".
38863         Improve description.
38864
38865 2003-11-03  Jim Meyering  <jim@meyering.net>
38866
38867         * lib/userspec.c: Include "userspec.h".
38868         * lib/userspec.h: New file.
38869
38870 2003-11-03  Bruno Haible  <bruno@clisp.org>
38871
38872         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
38873
38874 2003-11-03  Bruno Haible  <bruno@clisp.org>
38875
38876         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
38877         available, to avoid (extremely rare) race condition.
38878         Suggested by Paul Eggert.
38879
38880 2003-11-02  Karl Berry  <karl@gnu.org>
38881
38882         * config/srclist.txt (vasprintf.c): sync broken, sigh.
38883
38884 2003-10-31  Paul Eggert  <eggert@twinsun.com>
38885
38886         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
38887         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
38888         (read_filesystem_list): Set and use me_type_malloced.
38889         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
38890         whatever the type happens to be), for brevity and consistency.
38891         Check for size calculation overflow on Alphas running OSF/1.
38892
38893 2003-10-31  Jim Meyering  <jim@meyering.net>
38894
38895         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
38896
38897         * lib/linebuffer.c: Include <string.h> for declaration of memset.
38898
38899 2003-10-30  Paul Eggert  <eggert@twinsun.com>
38900             Bruno Haible  <bruno@clisp.org>
38901
38902         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
38903         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
38904
38905 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
38906
38907         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
38908         netbsd*-gnu*.  Suggested by Robert Millan.
38909
38910 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38911
38912         * modules/group-member: Depend on stdbool.
38913
38914 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38915
38916         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
38917
38918 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38919
38920         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
38921         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
38922         after the 'gnu' in these cases.  This fixes some bugs in the
38923         previous change, and is based on suggestions by Robert Millan.
38924
38925 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38926
38927         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
38928         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
38929         no longer needed.
38930         * lib/quotearg.c (quotearg_n_options): Use it.
38931         * lib/group-member.c: Include <stdbool.h>.
38932         (free_group_info): Arg is now const *; don't free arg.
38933         (get_group_info): Now returns bool and accepts struct group_info *,
38934         rather than returning a malloc'ed struct group_info *.
38935         All uses changed.  Check for overflow in internal size calculation.
38936
38937         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
38938         rather than xmalloc/xrealloc.
38939         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
38940         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
38941         conformance bug: the old code used a pointer after freeing the
38942         storage that it addressed.
38943         * lib/hash.c (hash_initialize): Simplify the code by using
38944         xalloc_oversized rather than doing it by hand.
38945         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
38946         the buffer preserved.  Use free and xmalloc instead.
38947         * lib/quotearg.c (quotearg_n_options): Likewise.
38948         Use a simpler test for size overflow.  Don't use xalloc_oversized
38949         because unsigned int might be wider than size_t (!); this suggests
38950         that we should switch from unsigned int to size_t for slot numbers.
38951
38952 2003-10-28  Paul Eggert  <eggert@twinsun.com>
38953
38954         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
38955         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
38956         NetBSD kernels.  Requested by Richard Stallman.
38957
38958 2003-10-27  Paul Eggert  <eggert@twinsun.com>
38959
38960         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
38961         to allocate the returned structure.  Do not allocate a subarray,
38962         as x2nrealloc will do that.
38963         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
38964         instead of xnrealloc.
38965         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
38966
38967 2003-10-27  Bruno Haible  <bruno@clisp.org>
38968
38969         * lib/stdbool_.h: Better support for BeOS.
38970
38971 2003-10-26  Paul Eggert  <eggert@twinsun.com>
38972
38973         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
38974         now uses inline.
38975
38976 2003-10-26  Paul Eggert  <eggert@twinsun.com>
38977
38978         * lib/xalloc.h (xalloc_oversized): New static inline function, for
38979         callers that want to do their own size-overflow checking.  Include
38980         <stdbool.h>, since xalloc_oversized returns bool.
38981         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
38982         to use xalloc_oversized.
38983
38984         Add two functions x2realloc, x2nrealloc, for programs that grow
38985         arrays dynamically by doubling their sizes.
38986         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
38987         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
38988         New functions.
38989
38990         Port to C99 semantics for 'inline' of external functions.
38991         Bug reported by Bruno Haible.
38992         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
38993         with the old contents of xnmalloc.
38994         (xnmalloc, xmalloc): Use it.
38995         (xnrealloc_inline): New static inline function,
38996         with the old contents of xnrealloc.
38997         (xnrealloc, xrealloc): Use it.
38998
38999         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
39000         that.
39001
39002 2003-10-26  Karl Berry  <karl@gnu.org>
39003
39004         * config/srclist.txt (COPYING.DOC): no longer available from
39005         /gd/gnuorg; don't know where the ultimate source is.
39006
39007 2003-10-25  Paul Eggert  <eggert@twinsun.com>
39008
39009         Fix several address-calculation bugs in the hash modules,
39010         plus some minor code cleanup.
39011
39012         * lib/hash.h: Include <stdbool.h>, for bool.
39013         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
39014         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
39015         hash_get_n_entries, hash_get_max_bucket_length,
39016         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
39017         hash_rehash): Use size_t rather than unsigned.
39018         * lib/hash.c (struct hash_table, hash_get_n_buckets,
39019         hash_get_n_buckets_used, hash_get_n_entries,
39020         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
39021         hash_get_entries, hash_do_for_each, hash_string, is_prime,
39022         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
39023         Likewise.
39024         (SIZE_MAX): Define if not defined.
39025         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
39026         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
39027         hash_print):
39028         Use const * when possible.
39029         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
39030         (check_tuning): Fix bug: if tuning parameters were very close to
39031         0 or 1, rounding errors could have caused subscript violations.
39032         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
39033         (hash_initialize): Add 'fail:' label
39034         to free table and return NULL, and use it to simplify code.
39035         Use calloc rather than clearing the storage ourself.
39036         (hash_initialize, hash_rehash): Check for arithmetic overflow in
39037         buffer size calculations.
39038         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
39039         Include <stddef.h>, for size_t.
39040         * lib/hash-pjw.c (hash_pjw): Likewise.
39041         Switch to method described by Bruno Haible.
39042         Include <limits.h>, for CHAR_BIT.
39043         (SIZE_BITS): New macro.
39044
39045 2003-10-23  Paul Eggert  <eggert@twinsun.com>
39046
39047         * m4/getline.m4 (AM_FUNC_GETLINE):
39048         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
39049         hosts.  Problem reported by Derek Robert Price in
39050         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
39051         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
39052         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
39053
39054 2003-10-21  Paul Eggert  <eggert@twinsun.com>
39055
39056         * lib/getndelim2.c (getndelim2): When size calculation overflows,
39057         ceiling the allocation at NMAX bytes rather than silently
39058         discarding input bytes before NMAX is reached.  This makes
39059         a difference only if NMAX exceeds SIZE_MAX / 2.
39060
39061         * lib/obstack.c: Merge from glibc.
39062         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
39063         Add libc_hidden_def (_obstack_newchunk).
39064         (_obstack_free) [! defined _LIBC]: Remove.
39065         [defined _LIBC]: Make a strong alias from obstack_free, rather than
39066         a clone of the function body.
39067         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
39068         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
39069
39070         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
39071         glibc.
39072         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
39073         arg to memcpy.
39074
39075         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
39076         (obstack_ptr_grow_fast, obstack_int_grow_fast):
39077         Don't use lvalue casts, as GCC plans to remove support for them
39078         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
39079         was also present in the non-GCC version, indicating that this
39080         code had always been buggy and had never been widely used.
39081         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
39082         Use the fast variant of each macro, rather than copying the
39083         definiens of the fast variant; that way, we'll be more likely to
39084         catch future bugs in the fast variants.
39085
39086 2003-10-20  Bruno Haible  <bruno@clisp.org>
39087
39088         * modules/wait-process: New file.
39089         * MODULES.html.sh (func_all_modules): Add wait-process.
39090
39091 2003-10-20  Bruno Haible  <bruno@clisp.org>
39092
39093         * m4/wait-process.m4: New file.
39094
39095 2003-10-20  Bruno Haible  <bruno@clisp.org>
39096
39097         * lib/wait-process.h: New file, from GNU gettext.
39098         * lib/wait-process.c: New file, from GNU gettext.
39099
39100 2003-10-19  Jim Meyering  <jim@meyering.net>
39101
39102         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
39103         HPUX 10.20.
39104
39105 2003-10-18  Karl Berry  <karl@gnu.org>
39106
39107         * config/config.guess: update from config.
39108
39109 2003-10-16  Paul Eggert  <eggert@twinsun.com>
39110
39111         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
39112         (getgroups): First arg is int, not size_t.
39113         Don't let 'free' mangle errno.
39114
39115 2003-10-16  Paul Eggert  <eggert@twinsun.com>
39116
39117         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
39118
39119 2003-10-16  Karl Berry  <karl@gnu.org>
39120
39121         * config/config.{guess,sub}: update from config.
39122
39123 2003-10-16  Jim Meyering  <jim@meyering.net>
39124
39125         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
39126         memcpy.
39127
39128 2003-10-15  Paul Eggert  <eggert@twinsun.com>
39129
39130         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
39131         (SIZE_MAX): Remove.
39132         (new_exclude, add_exclude_file): Initial size no longer needs to
39133         be a power of 2.
39134         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
39135         our own address arithmetic overflow checking.
39136
39137         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
39138         (fnmatch): Do not alloca more than 2000 wide characters;
39139         instead, use malloc for large buffers.
39140         Check for address arithmetic overflow, and return -1
39141         with errno set to ENOMEM in that case.
39142         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
39143         (NEW_PATTERN): Do not alloca more than 8000 bytes;
39144         instead, return -1.  Check for address arithmetic overflow.
39145
39146 2003-10-14  Paul Eggert  <eggert@twinsun.com>
39147
39148         Handle invalid suffixes and overflow independently, so that
39149         callers can treat them independently as needed.  Fix some bugs in
39150         suffix handling, e.g., "100k@" was not diagnosed as an invalid
39151         suffix for a human-readable blocksize.  The major caller-visible
39152         change is the addition of a new
39153         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
39154         that both overflow and suffix chars were found.
39155
39156         * lib/human.c (humblock): Don't check separately for invalid suffix
39157         char; that is xstrtoumax's job (now that its bug is fixed).
39158         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
39159         INTMAX_MAX]: New macros.
39160         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
39161         TYPE_MAXIMUM): New macros.
39162         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
39163         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
39164         if overflow occurs, as it's what __strtol does and it's more useful
39165         in practice.
39166         (__xstrtol): If __strtol reports some error other than ERANGE,
39167         reflect it to the caller as LONGINT_INVALID.  If it reports
39168         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
39169         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
39170         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
39171         value.
39172         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
39173         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
39174         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
39175         [defined UINTMAX_MAX]: New macros.
39176
39177 2003-10-14  Bruno Haible  <bruno@clisp.org>
39178
39179         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
39180
39181 2003-10-14  Bruno Haible  <bruno@clisp.org>
39182
39183         * m4/sig_atomic_t: New file, from GNU gettext.
39184         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
39185
39186 2003-10-14  Bruno Haible  <bruno@clisp.org>
39187
39188         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
39189         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
39190         Also use volatile where needed.
39191
39192 2003-10-12  Paul Eggert  <eggert@twinsun.com>
39193
39194         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
39195         Change maintainer from Bruno Haible to 'all'.
39196
39197 2003-10-12  Paul Eggert  <eggert@twinsun.com>
39198
39199         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
39200
39201 2003-10-12  Paul Eggert  <eggert@twinsun.com>
39202
39203         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
39204         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
39205         and define in terms of the other primitives.
39206         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
39207         (SIZE_MAX): Define if not already defined.
39208         (array_size_overflow): New function.
39209         (xalloc_die): Abort instead of exiting if 'error' returns.
39210         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
39211         (xmalloc, xrealloc): Use them.
39212         (xcalloc): Check for address arithmetic overflow.
39213         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
39214         a bit faster than strcpy.
39215
39216 2003-10-10  Simon Josefsson  <jas@extundo.com>
39217
39218         * modules/argp (Depends-on): Add restrict and strcase.
39219
39220 2003-10-10  Simon Josefsson  <jas@extundo.com>
39221
39222         * m4/argp.m4: Add AC_C_INLINE.
39223
39224 2003-10-08  Paul Eggert  <eggert@twinsun.com>
39225
39226         Merge getpass from libc, plus a few fixes.
39227
39228         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
39229         Include <stdbool.h>.
39230         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
39231         __fsetlocking to empty.
39232         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
39233         do include <bits/libc-lock.h>.
39234         Do not include <fcntl.h>; not needed.
39235         [_LIBC]: Include <wchar.h>.
39236         (NOTCANCEL_MODE): New macro.
39237         (flockfile, funlockfile) [_LIBC]: New macros.
39238         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
39239         [!_LIBC]: New macros.
39240         (call_fclose): New function.
39241         (getpass): Use it.  Save tty stream separately; this simplifies the
39242         code and makes it more reliable if stdin happens to equal stdout.
39243         Invoke __fsetlocking on tty.
39244         Handle thread cancellation if needed.
39245         Namespace cleanup (use __tcgetattr, __getline).
39246         Use bool for Booleans.
39247         [USE_IN_LIBIO]: Handle wide streams.
39248         [!_LIBC]: Unconditionally do the fseek, since we don't know what
39249         stream might go where.
39250
39251         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
39252         doesn't have to include <stdio.h> before us.
39253         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
39254         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
39255         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
39256         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
39257         if not declared, so that we can use getpass.c code from libc without
39258         rewriting it.
39259         (flockfile, ftrylockfile, funlockfile): New macros.
39260
39261 2003-10-08  Paul Eggert  <eggert@twinsun.com>
39262
39263         * modules/getpass: Depend on stdbool.
39264
39265 2003-10-08  Paul Eggert  <eggert@twinsun.com>
39266
39267         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
39268
39269 2003-10-07  Karl Berry  <karl@gnu.org>
39270
39271         * config/config.{guess,sub}: update from config.
39272
39273 2003-10-06  Jim Meyering  <jim@meyering.net>
39274             Bruno Haible  <bruno@clisp.org>
39275
39276         This lets translators provide better translations for the
39277         "Written by ..." part of --version output.
39278         * lib/version-etc.h: Include stdarg.h.
39279         (version_etc_copyright): Declare as readonly.
39280         (version_etc): Make this function variadic with a NULL-terminated list
39281         of author name strings.
39282         (version_etc_va): New declaration.
39283         * lib/version-etc.c: Include stdarg.h, stdlib.h.
39284         (version_etc_copyright): Declare as readonly.
39285         (version_etc_va): New function. Provide a different translatable string
39286         for each possible number of authors < 10. Abbreviate when there are 10
39287         authors or more.
39288         (version_etc): Make this function variadic. Call version_etc_va.
39289         Suggestion from Gary V. Vaughan.
39290
39291         * lib/long-options.h (parse_long_options): Change prototype: the
39292         authors string is moved to the end and becomes variadic.
39293         * lib/long-options.c: Include stdarg.h.
39294         (parse_long_options): Make this function variadic, too.
39295         Call version_etc_va, not version_etc.
39296
39297 2003-10-06  Bruno Haible  <bruno@clisp.org>
39298
39299         * modules/version-etc-2: Remove file.
39300         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
39301
39302 2003-10-06  Bruno Haible  <bruno@clisp.org>
39303
39304         * modules/fatal-signal: New file.
39305         * MODULES.html.sh (func_all_modules): Add fatal-signal.
39306
39307 2003-10-06  Bruno Haible  <bruno@clisp.org>
39308
39309         * m4/fatal-signal.m4: New file.
39310         * m4/signalblocking.m4: New file, from GNU gettext.
39311
39312 2003-10-06  Bruno Haible  <bruno@clisp.org>
39313
39314         * lib/version-etc-2.h: Remove file.
39315         * lib/version-etc-2.c: Remove file.
39316
39317 2003-10-06  Bruno Haible  <bruno@clisp.org>
39318
39319         * lib/fatal-signal.h: New file, from GNU gettext.
39320         * lib/fatal-signal.c: New file, from GNU gettext.
39321
39322 2003-10-05  Paul Eggert  <eggert@twinsun.com>
39323
39324         * README: Rework advice for preventing empty .o files.
39325         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
39326         not <sys/types.h>.
39327
39328 2003-10-04  Karl Berry  <karl@gnu.org>
39329
39330         * lib/argp*: update from libc.
39331
39332 2003-10-04  Karl Berry  <karl@gnu.org>
39333
39334         * config/config.{guess,sub}: update from config.
39335
39336 2003-10-02  Bruno Haible  <bruno@clisp.org>
39337
39338         * modules/lchown (Include): Add lchown.h.
39339         * modules/time_r (Include): Use "..." syntax.
39340         * modules/xgetdomainname (Include): Add xgetdomainname.h.
39341
39342 2003-10-01  Simon Josefsson  <jas@extundo.com>
39343
39344         * MODULES.html.sh (func_all_modules): Move gethostname from section
39345         'based on' to section 'lacking' POSIX:2001.
39346
39347 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
39348
39349         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
39350         to output mode on the same stream.
39351
39352 2003-09-29  Paul Eggert  <eggert@twinsun.com>
39353
39354         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
39355         Fix arg typo in previous patch.
39356
39357 2003-09-28  Jim Meyering  <jim@meyering.net>
39358
39359         * lib/error.c: Correct cpp indentation.
39360
39361 2003-09-27  Paul Eggert  <eggert@twinsun.com>
39362
39363         * modules/free: New file.
39364
39365 2003-09-27  Paul Eggert  <eggert@twinsun.com>
39366
39367         * m4/free.m4: New file.
39368
39369 2003-09-27  Paul Eggert  <eggert@twinsun.com>
39370
39371         * lib/minmax.h (MIN, MAX)
39372         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
39373         Omit the special code that used __typeof__, since we worry that
39374         it could be more trouble than it's worth.  See:
39375         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
39376         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
39377
39378         * lib/free.c: New file.
39379
39380 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
39381
39382         Trivial fixes to Makefile.am parts of module listings.
39383         * modules/strstr: Append strstr.h to lib_SOURCES.
39384         * modules/strcase: Likewise, for strcase.h.
39385
39386 2003-09-27  Karl Berry  <karl@gnu.org>
39387
39388         * config/mkinstalldirs: update from automake.
39389
39390 2003-09-26  Paul Eggert  <eggert@twinsun.com>
39391
39392         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
39393         (error_tail): Do not loop, reallocating temporary buffer, since
39394         the output cannot contain more wide characters than the input
39395         contains bytes, the size must be big enough already.  This avoids
39396         one potential size overflow calculation.  Check for size overflow
39397         when calculating temporary buffer size.  Free temporary buffer
39398         when done, if it was allocated with malloc; this plugs a memory
39399         leak.  Remove casts from void * to pointers, that are no longer
39400         needed now that we're assuming C89 or better.
39401
39402         Merge error changes from glibc.
39403
39404         * lib/error.c, error.h: Update copyright notice header to match glibc.
39405         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
39406         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
39407         Disable cancellation while printing error.
39408         * lib/error.h: Prepend __ to parameter names.
39409
39410 2003-09-26  Jim Meyering  <jim@meyering.net>
39411
39412         * lib/error.c (error_tail): Move some declarations
39413         into inner scope where the local variables are used.
39414
39415 2003-09-26  Bruno Haible  <bruno@clisp.org>
39416
39417         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
39418         stpncpy().
39419         Don't define stpncpy through config.h; it's now done through stpncpy.h.
39420
39421 2003-09-26  Bruno Haible  <bruno@clisp.org>
39422
39423         * lib/stpncpy.h (gnu_stpncpy): New declaration.
39424         (stpncpy): Define as alias for gnu_stpncpy.
39425         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
39426
39427 2003-09-25  Simon Josefsson  <jas@extundo.com>
39428
39429         * lib/xgetdomainname.h: New file.
39430         * lib/xgetdomainname.c: New file.
39431
39432 2003-09-25  Simon Josefsson  <jas@extundo.com>
39433             Bruno Haible  <bruno@clisp.org>
39434
39435         * modules/getdomainname: New file.
39436         * modules/xgetdomainname: New file.
39437         * MODULES.html.sh (func_all_modules): Add getdomainname,
39438         xgetdomainname.
39439
39440 2003-09-25  Simon Josefsson  <jas@extundo.com>
39441             Bruno Haible  <bruno@clisp.org>
39442
39443         * m4/getdomainname.m4: New file.
39444
39445 2003-09-25  Simon Josefsson  <jas@extundo.com>
39446             Bruno Haible  <bruno@clisp.org>
39447
39448         * lib/getdomainname.h: New file.
39449         * lib/getdomainname.c: New file.
39450
39451 2003-09-25  Karl Berry  <karl@gnu.org>
39452
39453         * lib/argp-fmtstream.c, argp-help.c: update from libc.
39454
39455 2003-09-25  Karl Berry  <karl@gnu.org>
39456
39457         * config/install-sh: update from automake.
39458
39459 2003-09-25  Bruno Haible  <bruno@clisp.org>
39460
39461         * modules/version-etc-2: New file, from modules/version-etc with
39462         modifications.
39463         * MODULES.html.sh (func_all_modules): Add version-etc-2.
39464
39465 2003-09-25  Bruno Haible  <bruno@clisp.org>
39466
39467         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
39468         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
39469
39470 2003-09-24  Simon Josefsson  <jas@extundo.com>
39471
39472         * modules/xgethostname: Add xgethostname.h.
39473
39474 2003-09-24  Paul Eggert  <eggert@twinsun.com>
39475
39476         * lib/linebuffer.c (freebuffer): Don't free the argument, just
39477         the buffer associated with the argument.  Bug reported by
39478         Simon Josefsson.
39479
39480 2003-09-24  Paul Eggert  <eggert@twinsun.com>
39481
39482         * README: Document assumptions that 'int' is at least 32 bits
39483         wide, that integer arithmetic is 2's complement without overflow,
39484         that there are no holes in integer values, that adding sizes of
39485         two nonoverlapping objects can't overflow, and that all-bits-zero
39486         yields scalar zero.  Fix spelling and capitalization typos.
39487
39488 2003-09-19  Karl Berry  <karl@gnu.org>
39489
39490         * lib/argp.h: update from libc.
39491
39492 2003-09-17  Paul Eggert  <eggert@twinsun.com>
39493
39494         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
39495         to avoid spurious warnings like "AC_RUN_IFELSE was called before
39496         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
39497
39498 2003-09-17  Paul Eggert  <eggert@twinsun.com>
39499
39500         * gnulib-tool: Use "test -h", not "test -L", for portability
39501         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
39502         (tags_regexp): Remove, since \| doesn't conform to POSIX.
39503         (sed_extract_prog): Issue s commands one-by-one, rather than
39504         using \| in one s command.
39505
39506 2003-09-16  Paul Eggert  <eggert@twinsun.com>
39507
39508         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
39509         input error, instead of returning NULL the next time we are called
39510         (and therefore losing track of errno).
39511
39512 2003-09-16  Bruno Haible  <bruno@clisp.org>
39513
39514         * gnulib-tool (func_create_testdir): Warn about duplicated
39515         dependencies.
39516
39517 2003-09-15  Paul Eggert  <eggert@twinsun.com>
39518
39519         * modules/argmatch, modules/fatal, modules/obstack,
39520         modules/xalloc, modules/xgethostname: Sort dependencies by
39521         importance, not alphabetically.
39522
39523 2003-09-15  Paul Eggert  <eggert@twinsun.com>
39524
39525         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
39526         fails, so that the caller gets the proper errno.
39527
39528         * lib/readutmp.c (read_utmp): Likewise.
39529         Check for fstat error.  Close stream and free storage
39530         when failing.
39531
39532 2003-09-14  Karl Berry  <karl@gnu.org>
39533
39534         * config/srclist.txt (strdup.c): disable for c89 changes.
39535
39536 2003-09-14  Jim Meyering  <jim@meyering.net>
39537
39538         * lib/getloadavg.c: Correct cpp indentation.
39539         * lib/strdup.c: Likewise.
39540         * lib/vasnprintf.c: Likewise.
39541
39542 2003-09-14  Bruno Haible  <bruno@clisp.org>
39543
39544         * modules/fwriteerror: New file.
39545         * MODULES.html.sh (func_all_modules): Add fwriteerror.
39546
39547 2003-09-14  Bruno Haible  <bruno@clisp.org>
39548
39549         * lib/fwriteerror.h: New file.
39550         * lib/fwriteerror.c: New file.
39551
39552 2003-09-12  Paul Eggert  <eggert@twinsun.com>
39553
39554         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
39555         modules/xgethostname, modules/xalloc: Depend on exit.
39556
39557 2003-09-12  Paul Eggert  <eggert@twinsun.com>
39558
39559         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
39560
39561         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
39562         and AC_MINIX, too, so that their extensions are available.
39563
39564         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
39565         This macro has been superseded by gl_BACKUPFILE.
39566
39567         More patches to assume C89 or better.
39568
39569         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
39570
39571         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
39572         unconditionally.
39573         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
39574         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
39575         Include <string.h>, <stdlib.h> unconditionally.
39576         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
39577         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
39578         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
39579         headers or for string.h.
39580         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
39581         or strtoul.
39582
39583         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
39584         headers.
39585         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
39586         * m4/userspec.m4 (gl_USERSPEC): Likewise.
39587         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
39588         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
39589         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
39590         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
39591         memcpy, memset.
39592         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
39593         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
39594         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
39595         strtol.
39596         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
39597         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
39598         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
39599         strtoul.
39600
39601 2003-09-12  Paul Eggert  <eggert@twinsun.com>
39602
39603         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
39604         * lib/obstack.c [!defined _LIBC]: Likewise.
39605         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
39606         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
39607         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
39608
39609         More changes to assume C89 or better.
39610
39611         * lib/error.c (error_tail): Assume vprintf.
39612
39613         * lib/argmatch.c (getenv): Remove decl.
39614         * lib/progreloc.c (get_full_program_name): Define via prototype.
39615         * lib/setenv.c (clearenv): Likewise.
39616         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
39617         needed.
39618         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
39619         (malloc, memcpy): Remove decls.
39620         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
39621         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
39622         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
39623         (memcpy): Remove macro.
39624         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
39625         (__P): Remove.  All uses removed.
39626         (PTR): Remove.  All uses changed to void *.
39627         (CHAR_BIT, NULL): Remove.
39628         (spaces, zeros, memset_space, memset_zero)
39629         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
39630         Remove.
39631         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
39632         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
39633         Define with prototype.
39634         Remove now-unnecessary prototype decl.
39635         (extra_args_spec): Assume ANSI C.  All uses changed.
39636         (extra_args_spec_iso): Remove.
39637         (my_strftime, emacs_strftimeu): Define via prototype.
39638         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
39639         unconditionally.
39640         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
39641         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
39642         (strtoul, strtol): Remove decls.
39643         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
39644         LONG_MAX): Remove.
39645         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
39646         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
39647         (LOCALE_PARAM_PROTO): New macro.
39648         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
39649         (INTERNAL (strtol), strtol): Define with a prototype.
39650         (PARAMS): Remove.  All uses removed.
39651         * lib/tempname.c: Include <string.h> unconditionally.
39652         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
39653         * lib/xgethostname.c (main): Define with a prototype.
39654         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
39655         Include <stdlib.h> unconditionally.
39656         (calloc, malloc, realloc, free): Remove decls.
39657         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
39658         Include <stdlib.h> unconditionally.  Sort include file names.
39659         (strtod): Remove.
39660         (xstrtod): Define with a prototype.
39661         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
39662         (strtol, strtoul): Remove decls.
39663
39664 2003-09-11  Paul Eggert  <eggert@twinsun.com>
39665
39666         More patches to assume C89 or better.
39667         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
39668         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
39669         string.h, memchr, STDC_HEADERS.
39670
39671 2003-09-11  Paul Eggert  <eggert@twinsun.com>
39672
39673         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
39674         Include <stdlib.h>, <string.h> unconditionally.
39675         Remove now-unnecessary cast to char *.
39676         * lib/strnlen.c: Include <string.h> unconditionally.
39677         * lib/yesno.c (yesno): Define with a prototype.
39678
39679 2003-09-11  Bruno Haible  <bruno@clisp.org>
39680
39681         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
39682
39683 2003-09-10  Jim Meyering  <jim@meyering.net>
39684
39685         * lib/error.c: Correct indentation of cpp directives.
39686
39687 2003-09-10  Bruno Haible  <bruno@clisp.org>
39688
39689         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
39690         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
39691         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
39692         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
39693         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
39694         <stdlib.h> and <string.h> checks.
39695         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
39696         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
39697
39698 2003-09-10  Bruno Haible  <bruno@clisp.org>
39699
39700         * lib/strcspn.c: Include <string.h> unconditionally.
39701         * lib/strpbrk.c: Include <string.h> unconditionally.
39702         * lib/strstr.c: Include <string.h> unconditionally.
39703         * lib/unicodeio.c: Include <string.h> unconditionally.
39704         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
39705         * lib/unsetenv.c: Likewise.
39706         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
39707         * lib/yesno.c: Include <stdlib.h> unconditionally.
39708         (rpmatch): Add prototype.
39709
39710 2003-09-09  Paul Eggert  <eggert@twinsun.com>
39711
39712         More patches to assume C89 or better.
39713         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
39714         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
39715         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
39716         or for string.h.
39717         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
39718         stdlib.h.
39719         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
39720         C headers.
39721         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
39722         string.h.
39723         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
39724         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
39725         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
39726         or for string.h.
39727         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
39728         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
39729         C headers.
39730         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
39731         memcpy.
39732         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
39733         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
39734         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
39735         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
39736         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
39737         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
39738         string.h, free.
39739         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
39740         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
39741         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
39742         C headers, or for string.h.
39743         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
39744         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
39745         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
39746         headers, memory.h, stdlib.h, string.h, strings.h.
39747         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
39748         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
39749         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
39750         strchr.
39751         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
39752         headers, memory.h, string.h.
39753         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
39754         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
39755         free.
39756         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
39757         headers.
39758         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
39759         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
39760         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
39761         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
39762         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
39763
39764 2003-09-09  Paul Eggert  <eggert@twinsun.com>
39765
39766         More K&R removal.
39767
39768         * lib/acosl.c (main): Use a prototype.
39769         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
39770         tanl.c: Likewise.
39771
39772         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
39773
39774         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
39775         (getopt, etopt_long, getopt_long_only, _getopt_internal)
39776         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
39777         with a prototype.
39778         * lib/getopt.c (const): Remove macro.
39779         Include <string.h> unconditionally.
39780         (my_index): Remove; all uses changed to strchr.
39781         (strlen): Remove decl.
39782         (exchange): Remove forward decl; no longer needed.
39783         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
39784         Define with prototype.
39785         * lib/getopt1.c (const): Remove macro.
39786         (getopt_long, getopt_long_only, main): Define with prototype.
39787
39788         * lib/getugroups.c: Include <string.h> unconditionally.
39789
39790         * lib/getusershell.c: Include <stdlib.h> unconditionally.
39791         (getusershell, setusershell, endusershell, readname, main):
39792         Define with prototypes.
39793
39794         * lib/group-member.c: Include group-member.h first.
39795         Include <stdlib.h> unconditionally.
39796
39797         * lib/hard-locale.c: Include hard-locale.h first.
39798         Include <stdlib.h>, <string.h> unconditionally.
39799
39800         * lib/hash.c (free, malloc): Remove decls.
39801         Include <stdlib.h> unconditionally.
39802
39803         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
39804         (getenv): Do not declare.
39805
39806         * lib/idcache.c: Include <string.h> unconditionally.
39807
39808         * lib/long-options.c: Include long-options.h first, to test interface.
39809         Include <stdlib.h> unconditionally.
39810
39811         * lib/makepath.c: Include makepath.h first, to test interface.
39812         Include <stdlib.h> and <string.h> unconditionally.
39813
39814         * lib/linebuffer.c: Include <stdlib.h>.
39815         (free): Remove decl.
39816
39817         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
39818         stddef.h. rpl_malloc returns void *, not char *.
39819         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
39820         prototype.
39821
39822         * lib/md5.h: Include <limits.h> unconditionally.
39823         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
39824         (__P): Remove; all uses removed.
39825         * lib/md5.c: Include "md5.h" first.
39826         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
39827         md5_buffer, md5_process_bytes, md5_process_block):
39828         Define with prototypes.
39829         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
39830         * lib/sha.c: Include "sha.h" first.
39831         Include <stdlib.h>, <string.h> unconditionally.
39832
39833         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
39834         * lib/memcmp.c (__ptr_t): Likewise.
39835         * lib/memrchr.c (__ptr_t): Likewise.
39836         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
39837         Include <string.h> unconditionally.
39838         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
39839         * lib/memchr.c: Include <stdlib.h> unconditionally.
39840         * lib/memchr.c (LONG_MAX): Remove.
39841         * lib/memrchr.c (LONG_MAX): Likewise.
39842         * lib/memchr.c (__memchr): Define via a prototype.
39843         * lib/memrchr.c (__memrchr): Likewise.
39844         * lib/memcmp.c (__P): Remove, and remove all uses.
39845         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
39846         Remove forward decls; no longer needed.
39847         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
39848         Use types required by C89 in prototype.
39849
39850         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
39851         * lib/savedir.c: Likewise.
39852         * lib/mkdir.c (free): Remove decl.
39853         * lib/rmdir.c (rmdir): Define with a prototype.
39854         * lib/savedir.c: Include savedir.h first, to test interface.
39855
39856         * lib/mktime.c (STDC_HEADERS): Remove.
39857         Include <stdlib.h>, <string.h> unconditionally.
39858
39859         * lib/modechange.c: Include <stdlib.h> unconditionally.
39860         (malloc): Remove decl.
39861
39862         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
39863         (free): Remove decl.
39864
39865         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
39866         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
39867         (This type really should be intptr_t, but that's a C99ism.)
39868         (_obstack_memcpy): Remove: all uses changed to memcpy.
39869         Include <string.h> unconditionally.
39870         (struct obstack): Assume __STDC__ for types of members
39871         chunkfun, freefun, extra_arg.
39872         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
39873         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
39874         obstack_begin, obstack_specify_allocation,
39875         obstack_specify_allocation_with_arg, obstack_chunkfun,
39876         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
39877         Remove unprototyped decls and the macros that use them.
39878         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
39879         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
39880         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
39881         (defined __STDC__ && __STDC__)]:
39882         Remove nonprototyped code.
39883         Include <stdlib.h> unconditionally.
39884         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
39885         _obstack_allocated_p, _obstack_free, obstack_free,
39886         _obstack_memory_used, print_and_abort):
39887         Define using prototypes.
39888         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
39889         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
39890         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
39891         obstack_next_free, obstack_object_size, obstack_room) [0]:
39892         Remove unused, unprototyped code.
39893
39894         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
39895
39896         * lib/physmem.c (physmem_total, physmem_available, main): Define
39897         with prototypes.
39898
39899         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
39900         (main): Define with a prototype.
39901
39902         * lib/posixver.c (getenv): Remove decl.
39903
39904         * lib/putenv.c (malloc): Returns void *, not char *.
39905         Include <string.h> unconditionally.
39906         (strchr, memcpy, NULL): Do not define.
39907
39908         * lib/readtokens.c: Include readtokens.h first, to test interface.
39909         Include <stdlib.h>, <string.h> unconditionally.
39910         (init_tokenbuffer): Define with a prototype.
39911
39912         * lib/regex.c (PARAMS): Remove.  All uses removed.
39913         All uses of _RE_ARGS removed, too.
39914         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
39915         unconditionally.
39916         (bzero): Assume memset exists.
39917         (memcmp, memcpy, NULL): Remove.
39918         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
39919         char, or assignments to local vars of type signed char.
39920         (init_syntax_once, PREFIX(extract_number_and_incr),
39921         PREFIX(print_partial_compiled_pattern),
39922         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
39923         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
39924         PREFIX(regex_grow_registers), PREFIX(regex_compile),
39925         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
39926         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
39927         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
39928         wcs_compile_range, byte_compile_range, truncate_wchar,
39929         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
39930         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
39931         count_mbs_length, wcs_re_match_2_internal,
39932         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
39933         PREFIX(alt_match_null_string_p),
39934         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
39935         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
39936         regfree, PREFIX(extract_number)): Define with prototype.  Remove
39937         now-unnecessary declaration, if any.
39938         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
39939         regcomp, regexec):
39940         Remove now-unnecessary casts among pointer types.
39941         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
39942
39943         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
39944         (free): Remove decl.
39945
39946         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
39947
39948         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
39949         (free): Remove decl.
39950
39951         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
39952         * lib/xgetcwd.c: Likewise.
39953
39954         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
39955         (free): Remove decl.
39956
39957         * lib/strchrnul.c (strchrnul): Define with a prototype.
39958         Fix bug: c_in was not converted to char before searching.
39959
39960         The following changes are not K&R related:
39961
39962         * lib/group-member.h: Include <sys/types.h>, so that this file is
39963         self-contained.
39964         * lib/makepath.h: Likewise.
39965
39966         * lib/getusershell.c (readname, default_index, line_size, readname):
39967         Use size_t, not int, for sizes.
39968         (readname): If the size overflows, report an error instead of
39969         looping forever.
39970
39971 2003-09-09  Paul Eggert  <eggert@twinsun.com>
39972
39973         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
39974         libc.
39975
39976 2003-09-09  Paul Eggert  <eggert@twinsun.com>
39977
39978         * README: New section: portability guidelines.
39979
39980 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
39981
39982         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
39983         C89 spec.
39984
39985 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
39986
39987         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
39988
39989 2003-09-08  Paul Eggert  <eggert@twinsun.com>
39990
39991         Assume C89 or better; remove K&R cruft.
39992         A few of these changes were first proposed by Derek Robert Price
39993         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
39994
39995         * lib/addext.c: Include <string.h> unconditionally.
39996         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
39997         Don't declare getenv or malloc.
39998
39999         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
40000         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
40001         (NULL): Remove.
40002         (find_stack_direction, alloca): Use prototypes.
40003
40004         * lib/atexit.c (atexit): Define using a prototype.
40005
40006         * lib/basename.c, dirname.c, stripslash.c:
40007         Include <string.h> unconditionally.
40008
40009         * lib/bcopy.c: Include <stddef.h>.
40010         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
40011
40012         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
40013
40014         * lib/error.h (error, error_at_line, error_print_progname)
40015         [! (defined (__STDC__) && __STDC__)]: Remove decls.
40016         * lib/error.c: Include error.h first, to check interface.
40017         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
40018         (VA_START): Remove; all uses changeed to va_start.
40019         (exit, strerror): Remove decls.
40020         (error_print_progname): Prototype uncondionally.
40021         Don't include <errno.h>; no longer needed.
40022         (private_strerror): Remove.
40023         (error_tail): Always define.
40024         (error, error_at_line): Assume C89 or better; always use prototypes.
40025         * lib/fatal.c: Include "fatal.h" first, to test interface.
40026         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
40027         (VA_START): Remove; all uses changed to va_start.
40028         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
40029         this case.
40030         (exit): Remove decl.
40031         (fatal): Prototype unconditionally.  Assume va_start works.
40032         Abort at end, to pacify gcc.
40033
40034         * lib/euidaccess.c (main): Define with a prototype.
40035
40036         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
40037
40038         * lib/exitfail.c: Include <stdlib.h> unconditionally.
40039
40040         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
40041         prototypes.
40042         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
40043         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
40044         (getenv): Remove decl.
40045         (fnmatch): Define using a prototype.
40046         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
40047         (FCT): Define using a prototype.
40048
40049         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
40050
40051         * lib/gethostname.c: Include <stddef.h>.
40052         (gethostname): Define with prototype.  Length is size_t, not int.
40053
40054 2003-09-08  Paul Eggert  <eggert@twinsun.com>
40055
40056         Assume C89 or better; remove K&R cruft.
40057         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
40058         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
40059         string.h, getenv, malloc.
40060         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
40061         headers.
40062         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
40063         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
40064         do not check for strerror.
40065         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
40066         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
40067         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
40068         do not check for doprnt or vprintf.
40069         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
40070         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
40071
40072 2003-09-08  Paul Eggert  <eggert@twinsun.com>
40073
40074         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
40075         getversion.c should have been removed then, but was accidentally
40076         preserved.
40077
40078         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
40079         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
40080
40081 2003-09-08  Karl Berry  <karl@gnu.org>
40082
40083         * config/config.sub, config.guess, srclistvars.sh: update from savannah
40084                 config, forget about prep.
40085
40086         * config/depcomp, missing: update from automake.
40087
40088 2003-09-07  Paul Eggert  <eggert@twinsun.com>
40089
40090         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
40091         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
40092
40093 2003-09-07  Paul Eggert  <eggert@twinsun.com>
40094
40095         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
40096         copy_tm_result.  Bug reported by Simon Josefsson in
40097         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
40098
40099 2003-09-06  Paul Eggert  <eggert@twinsun.com>
40100
40101         * m4/time_r.m4: New file.
40102         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
40103         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
40104         is. Check for timegm declaration.
40105         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
40106         Do not check for gmtime_r.
40107         Replace mktime if __mktime_internal does not exist and if mktime
40108         hasn't been replaced already.
40109
40110 2003-09-06  Paul Eggert  <eggert@twinsun.com>
40111
40112         * lib/time_r.c, lib/time_r.h: New files.
40113
40114         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
40115         __localtime_r.
40116         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
40117         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
40118
40119         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
40120         __gmtime_r.
40121         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
40122         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
40123         Include <time_r.h>.
40124
40125         * lib/timegm.c: Switch to glibc implementation, with the following
40126         changes:
40127         [defined HAVE_CONFIG_H]: Include <config.h>.
40128         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
40129         (__mktime_internal) [!defined _LIBC]: New decl.
40130         (__gmtime_r) [!defined _LIBC]: New macro and function.
40131         (timegm): Use a prototype, since gnulib assumes C89.
40132         Do not bother declaring tmp to be const, as it's not really usefu.
40133         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
40134         (timegm): Declare only if HAVE_DECL_TIMEGM.
40135
40136 2003-09-06  Paul Eggert  <eggert@twinsun.com>
40137
40138         * MODULES.html.sh (func_all_modules): Add time_r.
40139         * modules/time_r: New file.
40140         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
40141         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
40142
40143 2003-09-03  Paul Eggert  <eggert@twinsun.com>
40144
40145         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
40146         Bug reported by Lute Kamstra in
40147         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
40148
40149         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
40150         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
40151         course with correspondingly smaller numbers for tomorrow and
40152         yesterday.  From Tadayoshi Funaba.  Originally installed into
40153         sh-utils on 1999-08-07, but the patch got lost (I guess during the
40154         coreutils merge?).
40155
40156 2003-08-31  Simon Josefsson  <jas@extundo.com>
40157
40158         * modules/timegm: New file.
40159         * MODULES.html.sh (func_all_modules): Add timegm.
40160
40161 2003-08-31  Simon Josefsson  <jas@extundo.com>
40162
40163         * m4/timegm.m4: New file.
40164
40165 2003-08-31  Simon Josefsson  <jas@extundo.com>
40166
40167         * lib/timegm.h: New file.
40168         * lib/timegm.c: New file.  Based on
40169         wget-1.8.2/src/http.c:mktime_from_utc.
40170
40171 2003-08-31  Karl Berry  <karl@gnu.org>
40172
40173         * lib/argp.h: update from libc.
40174
40175 2003-08-28  Bruno Haible  <bruno@clisp.org>
40176
40177         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
40178         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
40179         followed by '#define fnmatch fnmatch_posix' gives an error.
40180
40181 2003-08-28  Bruno Haible  <bruno@clisp.org>
40182
40183         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
40184         warning on QNX, which defines O_BINARY to 000000.
40185
40186 2003-08-27  Jim Meyering  <jim@meyering.net>
40187
40188         * m4/mkstemp.m4: Require that the system mkstemp be able to create
40189         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
40190         would fail after 32.  Reported by Danny Levinson.  Details here:
40191         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
40192
40193 2003-08-24  Bruno Haible  <bruno@clisp.org>
40194
40195         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
40196         MSVC7 <stdio.h> is included later.
40197
40198 2003-08-22  Simon Josefsson  <jas@extundo.com>
40199
40200         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
40201
40202 2003-08-20  Karl Berry  <karl@gnu.org>
40203
40204         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
40205
40206 2003-08-20  Bruno Haible  <bruno@clisp.org>
40207
40208         * modules/progname: New file.
40209         * MODULES.html.sh (func_all_modules): Add progname.
40210
40211 2003-08-20  Bruno Haible  <bruno@clisp.org>
40212
40213         * lib/progname.h: New file, from GNU gettext.
40214         * lib/progname.c: New file, from GNU gettext.
40215         * lib/progreloc.c: New file, from GNU gettext.
40216
40217 2003-08-19  Jim Meyering  <jim@meyering.net>
40218
40219         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
40220         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
40221
40222 2003-08-19  Bruno Haible  <bruno@clisp.org>
40223
40224         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
40225         more.
40226
40227 2003-08-19  Bruno Haible  <bruno@clisp.org>
40228
40229         * lib/xstrdup.c: Assume <string.h> exists.
40230
40231 2003-08-18  Paul Eggert  <eggert@twinsun.com>
40232
40233         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
40234         in makefile rules.
40235
40236 2003-08-18  Jim Meyering  <jim@meyering.net>
40237
40238         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
40239         * m4/lib-ld.m4: Likewise.
40240
40241 2003-08-18  Jim Meyering  <jim@meyering.net>
40242
40243         * lib/setenv.h: Indent nested cpp directive.
40244         * lib/vasnprintf.c: Remove trailing blanks.
40245
40246 2003-08-17  Simon Josefsson  <jas@extundo.com>
40247
40248         * modules/xstrndup: New file.
40249         * MODULES.html.sh (func_all_modules): Add xstrndup.
40250
40251 2003-08-17  Simon Josefsson  <jas@extundo.com>
40252
40253         * modules/argp: Fix autoconf macro name. Add more dependencies.
40254
40255 2003-08-17  Simon Josefsson  <jas@extundo.com>
40256
40257         * m4/xstrndup.m4: New file.
40258
40259 2003-08-17  Simon Josefsson  <jas@extundo.com>
40260
40261         * m4/argp.m4: New file.
40262
40263 2003-08-17  Simon Josefsson  <jas@extundo.com>
40264             Bruno Haible  <bruno@clisp.org>
40265
40266         * lib/xstrndup.h: New file.
40267         * lib/xstrndup.c: New file.
40268
40269 2003-08-17  Bruno Haible  <bruno@clisp.org>
40270
40271         * modules/strndup (Files, Include): Add lib/strndup.h.
40272
40273 2003-08-17  Bruno Haible  <bruno@clisp.org>
40274
40275         * modules/euidaccess (Files): Add lib/euidaccess.h.
40276
40277 2003-08-17  Bruno Haible  <bruno@clisp.org>
40278
40279         * lib/strndup.h: New file.
40280
40281 2003-08-17  Bruno Haible  <bruno@clisp.org>
40282
40283         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
40284         like AC_GNU_SOURCE.
40285         * modules/extensions (configure.ac): Comment out the invocation of
40286         gl_USE_SYSTEM_EXTENSIONS.
40287
40288 2003-08-16  Paul Eggert  <eggert@twinsun.com>
40289
40290         Merges from coreutils, etc.
40291         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
40292         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
40293         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
40294         fixing a typo.
40295         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
40296         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
40297
40298 2003-08-16  Paul Eggert  <eggert@twinsun.com>
40299
40300         Document merge from coreutils.
40301         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
40302         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
40303         * modules/utime: Add m4/utimes-null.m4.
40304
40305 2003-08-16  Paul Eggert  <eggert@twinsun.com>
40306
40307         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
40308         space, undoing this 2003-08-12 change:
40309         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
40310
40311 2003-08-16  Paul Eggert  <eggert@twinsun.com>
40312
40313         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
40314         strtoul.c from libc, undoing this 2003-08-12 change:
40315         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
40316
40317 2003-08-16  Jim Meyering  <jim@meyering.net>
40318
40319         Merges from coreutils.
40320         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
40321         prefix.  Adjust cache variables similarly.  Create 500 rather than
40322         just 300 files, to exercise bug on Darwin6.5, too.
40323         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
40324         $missing_dir.
40325         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
40326         AM_SYS_POSIX_TERMIOS.
40327         Reported by mkc@mathdogs.com.
40328         Also change use of $am_cv_sys_posix_termios
40329         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
40330         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
40331         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
40332         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
40333         in /proc/mounts until it finds one with matching device number.  This
40334         is unnecessary when the FILE argument *is* a mount point.  No stat call
40335         is necessary in that case.  So, disable the statvfs-testing code on
40336         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
40337         as RedHat bug# 84846.
40338         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
40339         to 1MB, so as not to render systems with no stack size limit (e.g.,
40340         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
40341         Include <unistd.h>.  On some systems,
40342         it is required for the definition of _SC_PAGESIZE.
40343
40344 2003-08-16  Jim Meyering  <jim@meyering.net>
40345
40346         Merge from coreutils.
40347         * lib/xstrtoimax.c: #else #if -> #elif.
40348         * lib/xstrtoumax.c: Likewise.
40349
40350 2003-08-16  Jim Meyering  <jim@meyering.net>
40351
40352         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
40353         * m4/utimes.m4: Removed.
40354         * m4/utimes-null.m4: Renamed from utimes.m4.
40355
40356         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
40357         to 1MB, so as not to render systems with no stack size limit (e.g.,
40358         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
40359         Include <unistd.h>.  On some systems,
40360         it is required for the definition of _SC_PAGESIZE.
40361
40362 2003-08-16  Jim Meyering  <jim@meyering.net>
40363         and Paul Eggert  <eggert@cs.ucla.edu>
40364
40365         Merges from coreutils, etc.
40366
40367         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
40368         using the latest version from cvs.  This avoids problems with #line
40369         directives using a vendor (Sun) compiler.
40370         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
40371         Don't set GETGROUPS_LIB here; now it's
40372         done via getgroups.m4's wrapper function.
40373         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
40374         rather than just in sh-util/configure.in, so that the
40375         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
40376         same.
40377         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
40378         AC_FUNC_GETLOADAVG where to find getloadavg.c.
40379         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
40380         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
40381         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
40382         Remove code that is now done by the newly-required macros.
40383         Append $(EXEEXT) to DF_PROG.
40384         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
40385         Do not invoke or require the following here,
40386         since prereq.m4 or some gnulib .m4 now does this for us:
40387         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
40388         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
40389         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
40390         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
40391         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
40392         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
40393         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
40394         AC_FUNC_OBSTACK.
40395         Do not replace the following functions, as this is now the job
40396         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
40397         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
40398         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
40399         atexit getpass, strdup, getpagesize.
40400         Replace 'raise'.
40401         Do not check for the following functions, as this is now the job
40402         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
40403         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
40404         setregid.
40405         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
40406         Check for sys/sysctl.h.
40407         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
40408         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
40409         of checking for ssize_t ourselves.
40410
40411         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
40412         Require every macro that gnulib/modules/* suggests for us.
40413         (jm_PREREQ_ADDEXT): New macro.
40414         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
40415         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
40416
40417         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
40418         (gl_PHYSMEM): Use it.
40419         Also check for `table' function.
40420         Check for new headers and functions.
40421         Add check for sys/sysmp.h.
40422         With suggestions from Kaveh Ghazi.
40423         Ignore headers that are present but cannot be compiled.  This
40424         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
40425         C 5.4.
40426
40427 2003-08-15  Paul Eggert  <eggert@twinsun.com>
40428
40429         Document merge from coreutils.
40430         * modules/userspec: Depend on posixver.
40431         * modules/strftime: Depend on tzset.
40432
40433 2003-08-15  Paul Eggert  <eggert@twinsun.com>
40434
40435         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
40436         rather than tab, after '#' in shell-script copyright notices.
40437         Suggested by Bruno Haible.
40438
40439 2003-08-15  Paul Eggert  <eggert@twinsun.com>
40440
40441         * config/srclist-update: Use three spaces, rather than tab, after '#'
40442         in shell-script copyright notices.  Suggested by Bruno Haible.
40443         Remove unnecessary parenthesization in regular expression.
40444
40445 2003-08-15  Jim Meyering  <jim@meyering.net>
40446
40447         Merge from coreutils.
40448         * lib/xgethostname.c: Include <stdlib.h>.
40449         (xghostname): Don't exit for anything other than memory-related
40450         failure; just return NULL.
40451         * lib/userspec.c: Include "posixver.h".
40452         (parse_user_spec): Accept `.' as a separator only
40453         in pre-POSIX-200112 mode.
40454         * lib/strtoimax.c: Use #elif rather than #else #if.
40455         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
40456         Remove function, now that we can rely on a working tzset function.
40457         [!_LIBC]: Ensure that the required autoconf test has been run.
40458         [!defined _NL_CURRENT && HAVE_STRFTIME]:
40459         Use underlying_strftime for %r.
40460         * lib/sha.c: Merge in some clean-up and optimization changes from
40461         glibc.
40462         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
40463         Ensure that it is a multiple of 64.
40464         Rearrange loop exit tests so as to avoid performing an
40465         additional fread after encountering an error or EOF.
40466         * lib/realloc.c: Update copyright date.
40467
40468 2003-08-15  Jim Meyering  <jim@meyering.net>
40469         and Paul Eggert  <eggert@twinsun.com>
40470
40471         Merge from coreutils.
40472         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
40473         member but strut utmpx does not.  Needed for AIX 4.3.3.
40474         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
40475
40476 2003-08-15  Jim Meyering  <jim@meyering.net>
40477         and Paul Eggert  <eggert@cs.ucla.edu>
40478
40479         Merges from coreutils, etc.
40480         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
40481         Require gl_FUNC_TZSET_CLOBBER.
40482         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
40483         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
40484         members.
40485
40486 2003-08-14  Paul Eggert  <eggert@twinsun.com>
40487
40488         Help the merge from coreutils.
40489         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
40490         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
40491         * m4/tzset.m4: Use it too.
40492
40493 2003-08-14  Paul Eggert  <eggert@twinsun.com>
40494
40495         * modules/tzset: New file.
40496
40497 2003-08-14  Jim Meyering  <jim@meyering.net>
40498
40499         Merges from coreutils.
40500         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
40501         variable names, rather than @FNMATCH_H@.
40502         * modules/alloca: Likewise for $(ALLOCA_H).
40503
40504         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
40505         the three copies of the literal target, `fnmatch.h'.
40506         * modules/alloca (alloca.h): Likewise.
40507
40508 2003-08-14  Jim Meyering  <jim@meyering.net>
40509
40510         Merge from coreutils.
40511         * m4/tzset.m4: New file.
40512         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
40513         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
40514         otherwise, AIX 5.1 systems would end up using the latter.
40515         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
40516         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
40517         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
40518         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
40519
40520 2003-08-14  Jim Meyering  <jim@meyering.net>
40521
40522         Merge from coreutils.
40523         * lib/obstack.h: Whitespace changes.
40524         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
40525         and xcalloc return values.
40526         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
40527         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
40528         hang on OSF/1 5.1 for DIR on both local and remote file systems.
40529         Reported by (and fix confirmed by) Nelson H. F. Beebe.
40530         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
40531         error from mntctl.
40532         Use mntctl's return value to drive the entry-processing loop, since
40533         we can't rely on the value of the vmt_length member in the last
40534         entry.  On some systems doing so could result in exhausting
40535         virtual memory.  Based in part on a patch from Mike Jetzer.
40536
40537 2003-08-14  Jim Meyering  <jim@meyering.net>
40538         and Paul Eggert  <eggert@twinsun.com>
40539
40540         Merges from coreutils, plus other fixes.
40541         * lib/physmem.c: Merge in portability changes from gcc/libiberty
40542         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
40543         for credits and details.  Thanks to Kaveh Ghazi for helping
40544         to keep these files in sync.
40545         (ARRAY_SIZE): Define it.
40546         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
40547         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
40548         (memcasecmp): Don't assume size_t fits in unsigned int.
40549         Remove casts and duplicate code.
40550         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
40551         (memcpy): Remove definition.
40552         Merge in some clean-up and optimization changes from glibc.
40553         [BLOCKSIZE]: Move definition to top of file.
40554         Ensure that it is a multiple of 64.
40555         Rearrange loop exit tests so as to avoid performing an
40556         additional fread after encountering an error or EOF.
40557         * lib/md5.h (md5_uintptr): Define.
40558         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
40559         return to the initial working directory.  Preserve errno
40560         for caller.
40561         * lib/idcache.c: Include "xalloc.h".
40562         (xmalloc, xrealloc): Remove decls.
40563         (getuser): Remove casts no longer required in C89.
40564         * lib/human.c: Include stdio.h, for sprintf.
40565         * lib/group-member.c: Include "xalloc.h".
40566         (xmalloc, xrealloc): Remove decls.
40567         (get_group_info): Remove casts no longer required in C89.
40568         * lib/getusershell.c (readname): Remove casts no longer required in
40569         C89.
40570         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
40571         * lib/getline.c: Whitespace fix, from coreutils.
40572
40573 2003-08-13  Paul Eggert  <eggert@twinsun.com>
40574
40575         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
40576         Check for isascii.
40577
40578         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
40579         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
40580         Undo previous (whitespace-only) change.
40581
40582 2003-08-13  Paul Eggert  <eggert@twinsun.com>
40583
40584         * lib/exclude.c: Include <ctype.h>
40585         (IN_CTYPE_DOMAIN): New macro.
40586         (is_space): New fn.
40587         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
40588         and empty lines.
40589
40590         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
40591         Undo previous (whitespace-only) change.
40592
40593 2003-08-13  Paul Eggert  <eggert@twinsun.com>
40594
40595         * config/srclist-update: Change update back to the old behavior,
40596         leaving whitespace alone.  Use one 'sed' command rather than a
40597         pipeline.
40598         (fixlicense): Now a variable, not a function.
40599         (remove_trailing_blanks): Remove.
40600         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
40601         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
40602         Undo previous (whitespace-only) change.
40603
40604 2003-08-12  Paul Eggert  <eggert@twinsun.com>
40605
40606         Merge from coreutils.
40607         * modules/euidaccess: Add lib_SOURCES, include for new
40608         file euidaccess.h
40609
40610 2003-08-12  Paul Eggert  <eggert@twinsun.com>
40611
40612         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
40613         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
40614         Normalize leading white space and remove trailing white space.
40615
40616         Merge from coreutils
40617         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
40618
40619         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
40620         0.12.1.  These files are now being upgraded automatically by
40621         ../config/srclist-update.
40622
40623 2003-08-12  Paul Eggert  <eggert@twinsun.com>
40624
40625         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
40626         Normalize leading white space and remove trailing white space.
40627         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
40628         notice, as per ../config/srclist-update.
40629
40630         Merge from coreutils.
40631         * lib/euidaccess.h: New file.
40632         * lib/euidaccess.c: Include it.
40633         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
40634         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
40635         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
40636
40637 2003-08-12  Paul Eggert  <eggert@twinsun.com>
40638
40639         * config/srclist-update: Add copyright notice.
40640         (remove_id_lines, remove_trailing_blanks): New constants.
40641         (fixfile): Use them to normalize spacing a bit in copied files.
40642         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
40643         Normalize leading white space and remove trailing white space.
40644
40645         * config/texinfo.tex: Sync with texinfo.
40646
40647         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
40648         strtoul.c from libc, to merge coreutils whitespace changes.
40649
40650         * config/srclist.txt: Get the following m4 files from gettext:
40651         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
40652         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
40653         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
40654         wint_t.m4.
40655
40656 2003-08-12  Karl Berry  <karl@gnu.org>
40657
40658         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
40659         been made.
40660
40661 2003-08-11  Paul Eggert  <eggert@twinsun.com>
40662
40663         * modules/gnu-source, m4/gnu-source.m4:
40664         Remove; we're assuming Autoconf 2.54 or later now.
40665         Suggested by Bruno Haible.
40666         * MODULES.html.sh (func_all_modules): Remove gnu-source.
40667
40668 2003-08-11  Bruno Haible  <bruno@clisp.org>
40669
40670         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
40671
40672 2003-08-11  Bruno Haible  <bruno@clisp.org>
40673
40674         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
40675         (vasnprintf): Use it instead of wcslen.
40676
40677 2003-08-11  Bruno Haible  <bruno@clisp.org>
40678
40679         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
40680         value to ensure that _Bool promotes to int. Use #define for _Bool when
40681         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
40682
40683 2003-08-10  Karl Berry  <karl@gnu.org>
40684
40685         * lib/regex.h: update from libc (whitespace fix).
40686
40687 2003-08-09  Paul Eggert  <eggert@twinsun.com>
40688
40689         Merge some files from coreutils.  These changes were
40690         originally made by Jim Meyering.
40691         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
40692         many older Unixes require this.
40693         * lib/alloca.c (alloca): Remove cast to argument of free;
40694         no longer needed in C89.
40695         * lib/alloca_.h, regex.h: Fix white space to match
40696         what GNU indent does.
40697
40698 2003-08-09  Paul Eggert  <eggert@twinsun.com>
40699
40700         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
40701         apparently Emacs's Unicode mode got confused before my 2003-08-05
40702         checkin.
40703
40704 2003-08-08  Paul Eggert  <eggert@twinsun.com>
40705
40706         * m4/extensions.m4: New file.
40707         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
40708         Require gl_USE_SYSTEM_EXTENSIONS.
40709         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
40710         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
40711
40712 2003-08-08  Paul Eggert  <eggert@twinsun.com>
40713
40714         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
40715         * modules/extensions, modules/gnu-source: New files.
40716         * modules/timespec, modules/unlocked-io: Depend on extensions.
40717
40718 2003-08-07  Paul Eggert  <eggert@twinsun.com>
40719
40720         * modules/restrict: New file.
40721         * MODULES.html.sh (func_all_modules): Add restrict.
40722         * modules/regex: Depend on restrict.
40723
40724 2003-08-07  Paul Eggert  <eggert@twinsun.com>
40725
40726         * m4/restrict.m4: New file.
40727         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
40728
40729 2003-08-07  Bruno Haible  <bruno@clisp.org>
40730
40731         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
40732         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
40733
40734 2003-08-07  Bruno Haible  <bruno@clisp.org>
40735
40736         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
40737         makes the module 'getndelim2' compatible with the module 'getline'.
40738
40739 2003-08-05  Paul Eggert  <eggert@twinsun.com>
40740
40741         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
40742         byte with "\201" to avoid glitches when editing that source file
40743         with multi-gnome-terminal.
40744
40745 2003-08-05  Paul Eggert  <eggert@twinsun.com>
40746
40747         * lib/bumpalloc.h: Remove.
40748
40749 2003-08-05  Paul Eggert  <eggert@twinsun.com>
40750
40751         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
40752         * modules/bumpalloc: Remove.
40753
40754 2003-08-04  Paul Eggert  <eggert@twinsun.com>
40755
40756         * lib/getloadavg.c: Change copyright notice and spacing to conform to
40757         GNU coding style.
40758
40759         Merge from coreutils.
40760         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
40761         1. From glibc.
40762         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
40763         from Karl Berry, implemented by Jim Meyering.
40764         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
40765         from Dmitry V. Levin.
40766         Remove anachronistic cast of xrealloc.
40767         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
40768         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
40769         type. Otherwise, it wouldn't compile with at least /bin/cc on
40770         ymp-cray-unicos9.0.2.X.
40771         Combine two mostly-identical uses of alloca into one.
40772         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
40773
40774 2003-08-04  Dave Love  <d.love@dl.ac.uk>
40775
40776         [From Emacs.]
40777
40778         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
40779         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
40780         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
40781         obsolete NLIST_NAME_UNION.
40782         [__GNU__]: Undef BSD and FSCALE.
40783         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
40784
40785 2003-08-03  Paul Eggert  <eggert@twinsun.com>
40786
40787         * lib/stdbool_.h (_Bool): Make it signed char, instead of
40788         an enum type, so that it's guaranteed to promote to int.  See:
40789         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
40790
40791 2003-08-03  Karl Berry  <karl@gnu.org>
40792
40793         * config/depcomp: update from automake.
40794
40795 2003-07-31  Paul Eggert  <eggert@twinsun.com>
40796
40797         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
40798         (strerror): Don't assume that a printable int fits in 14 bytes.
40799
40800 2003-07-31  Bruno Haible  <bruno@clisp.org>
40801
40802         * modules/getpass-gnu: New file.
40803         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
40804
40805 2003-07-31  Bruno Haible  <bruno@clisp.org>
40806
40807         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
40808
40809 2003-07-24  Karl Berry  <karl@gnu.org>
40810
40811         * config/missing: update from automake.
40812
40813 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
40814             Bruno Haible  <bruno@clisp.org>
40815
40816         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
40817         * lib/getline.c (getline, getdelim): Likewise.
40818         Remove _GNU_SOURCE define; now it's defined in config.h through
40819         m4/getline.m4.
40820
40821 2003-07-23  Karl Berry  <karl@gnu.org>
40822
40823         * config/config.sub: update from prep.
40824
40825 2003-07-22  Paul Eggert  <eggert@twinsun.com>
40826
40827         * modules/xalloc (Depends-on): Add exitfail.
40828         * modules/xmemcoll: Likewise.
40829
40830 2003-07-22  Paul Eggert  <eggert@twinsun.com>
40831
40832         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
40833         over-parenthesization in macros.
40834
40835         Sync with coreutils.
40836
40837         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
40838         required by C99.
40839
40840         Use `exit_failure' for xalloc and xmemcoll instead of their own
40841         private exit-failure variables.
40842         * lib/xalloc.h (xalloc_exit_failure): Remove.
40843         * lib/xmalloc.c: Likewise.  Include exitfail.h.
40844         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
40845         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
40846         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
40847         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
40848
40849 2003-07-20  Jim Meyering  <jim@meyering.net>
40850
40851         * modules/closeout (Depends-on): Add exitfail.
40852         Suggestion from Bruno Haible.
40853
40854 2003-07-19  Karl Berry  <karl@gnu.org>
40855
40856         * config/config.sub: update from prep.
40857
40858 2003-07-18  Paul Eggert  <eggert@twinsun.com>
40859
40860         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
40861         Remove.
40862         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
40863         to test that it can stand by itself.  Include "exitfail.h".
40864         Clients should set exit_failure instead.
40865         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
40866
40867 2003-07-18  Bruno Haible  <bruno@clisp.org>
40868
40869         * modules/getndelim2: New file.
40870         * modules/getline: Share files with module getndelim2.
40871         * modules/getnline: Depend on getndelim2 instead of sharing files with
40872         it. Add getnline.c to lib_SOURCES.
40873         * MODULES.html.sh (func_all_modules): Add getndelim2.
40874
40875 2003-07-18  Bruno Haible  <bruno@clisp.org>
40876
40877         * m4/getndelim2.m4: New file.
40878         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
40879         invoke gl_PREREQ_GETNDELIM2.
40880         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
40881         gl_PREREQ_GETNDELIM2.
40882         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
40883         gl_GETNDELIM2.
40884
40885 2003-07-18  Bruno Haible  <bruno@clisp.org>
40886
40887         * lib/getndelim2.h: New file.
40888         * lib/getndelim2.c: Make into a module of its own. Include config.h,
40889         getndelim2.h.
40890         (getndelim2): Make non-static. Change return type to ssize_t.
40891         * lib/getline.h: Change argument names.
40892         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
40893         * lib/getnline.c: Include getndelim2.h.
40894
40895 2003-07-18  Andreas Schwab  <schwab@suse.de>
40896
40897         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
40898
40899 2003-07-17  Karl Berry  <karl@gnu.org>
40900
40901         * config/config.sub: update from prep.
40902
40903 2003-07-17  Bruno Haible  <bruno@clisp.org>
40904
40905         * modules/getnline: New file.
40906         * modules/getline: Add lib/getndelim2.c to source file list.
40907         * MODULES.html.sh (func_all_modules): Add getnline.
40908
40909 2003-07-17  Bruno Haible  <bruno@clisp.org>
40910
40911         * m4/getnline.m4: New file.
40912
40913 2003-07-17  Bruno Haible  <bruno@clisp.org>
40914
40915         * m4/Makefile.am.in: Remove file.
40916         * m4/Makefile.am: Remove file.
40917         * m4/Makefile.in: Remove file.
40918
40919 2003-07-17  Bruno Haible  <bruno@clisp.org>
40920
40921         * lib/getnline.h: New file.
40922         * lib/getnline.c: New file.
40923         * lib/getndelim2.c: New file, extracted from getline.c.
40924         (getndelim2): Renamed from getdelim2, with added nmax argument.
40925         * lib/getline.c: Include getndelim2.c.
40926         (getdelim2): Moved out to getndelim2.c.
40927         (getline, getdelim): Update.
40928
40929 2003-07-17  Bruno Haible  <bruno@clisp.org>
40930
40931         * lib/Makefile.am: Remove file.
40932         * lib/Makefile.in: Remove file.
40933
40934 2003-07-17  Bruno Haible  <bruno@clisp.org>
40935
40936         * configure.in: Remove file.
40937         * Makefile.in: Remove file.
40938
40939 2003-07-17  Bruno Haible  <bruno@clisp.org>
40940
40941         * MODULES.html.sh: Put the </BODY> right before </HTML>.
40942
40943 2003-07-16  Karl Berry  <karl@gnu.org>
40944
40945         * config/srclist-update: was running fixlicense twice, which caused
40946                 texinfo.tex to be nullified for some reason.  Simplify,
40947                 $gplsrc is no longer needed as far as I can see?
40948
40949 2003-07-16  Jim Meyering  <jim@meyering.net>
40950
40951         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
40952
40953 2003-07-15  Paul Eggert  <eggert@twinsun.com>
40954
40955         * config/srclist.txt: Get the following files from gettext-runtime/intl
40956         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
40957         ref-del.sin.  From Bruno Haible.
40958         * config/srclist-update (fixfile): Change grep pattern again, since the
40959         previous fix didn't work (there was another trailing $).  Use
40960         '[$]' to escape the $s.
40961
40962 2003-07-15  Karl Berry  <karl@gnu.org>
40963
40964         * lib/vasnprintf.c: update from gettext.
40965
40966 2003-07-15  Karl Berry  <karl@gnu.org>
40967
40968         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
40969         gets expanded when surrounded by '$'.
40970
40971 2003-07-15  Jim Meyering  <jim@meyering.net>
40972
40973         * modules/save-cwd: Don't depend on error.  From Derek Price.
40974
40975 2003-07-15  Jim Meyering  <jim@meyering.net>
40976
40977         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
40978
40979 2003-07-14  Simon Josefsson  <jas@extundo.com>
40980
40981         * modules/mempcpy: New file.
40982         * MODULES.html.sh (func_all_modules): Add mempcpy.
40983
40984 2003-07-14  Simon Josefsson  <jas@extundo.com>
40985
40986         * m4/mempcpy.m4: New file.
40987
40988 2003-07-14  Simon Josefsson  <jas@extundo.com>
40989
40990         * lib/mempcpy.h: New file.
40991         * lib/mempcpy.c: New file.
40992
40993 2003-07-14  Paul Eggert  <eggert@twinsun.com>
40994
40995         * modules/getdate, modules/posixtm: Depend on mktime.
40996
40997 2003-07-14  Paul Eggert  <eggert@twinsun.com>
40998
40999         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
41000         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
41001         unicodeio.c, unicodeio.h, unlocked-io.h:
41002         Switch from LGPL to GPL.
41003
41004 2003-07-14  Paul Eggert  <eggert@twinsun.com>
41005
41006         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
41007         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
41008         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
41009         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
41010         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
41011         updated automatically by ../config/srclist-update.  This changes
41012         their license from LPGL to GPL.
41013
41014 2003-07-14  Paul Eggert  <eggert@twinsun.com>
41015
41016         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
41017         assumed to refer to the root of the most recent stable gettext version.
41018         * config/srclistvars.sh: Add defaults for eggert.
41019         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
41020         Match "This program" as well as "The program".  This is needed
41021         for gettext.
41022
41023 2003-07-14  Jim Meyering  <jim@meyering.net>
41024
41025         Don't emit diagnostics.  Let callers do that.
41026         * lib/save-cwd.c: Don't include "error.h".
41027         (save_cwd): Don't call error.  Ensure that errno is valid
41028         when returning nonzero.
41029
41030         * lib/save-cwd.h (restore_cwd): Update prototype.
41031         * lib/save-cwd.c (restore_cwd): Remove two parameters.
41032         Simplify.  Don't call error upon failure.  Let callers do that.
41033         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
41034         when auditing is enabled.  But don't bother updating the #if.
41035
41036 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
41037
41038         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
41039         it breaks C++ compilation.
41040         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
41041
41042 2003-07-10  Simon Josefsson  <jas@extundo.com>
41043
41044         * modules/strchrnul (Makefile.am): Add strchrnul.h.
41045
41046 2003-07-10  Jim Meyering  <jim@meyering.net>
41047
41048         * m4/clock_time.m4: Remove trailing blank.
41049         * m4/intmax_t.m4: Likewise.
41050
41051 2003-07-10  Jim Meyering  <jim@meyering.net>
41052
41053         * lib/vasnprintf.c: Remove trailing blanks.
41054         Make cpp indentation consistent.
41055
41056 2003-07-09  Paul Eggert  <eggert@twinsun.com>
41057
41058         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
41059         posixver.c, strftime.c, strnlen.c, strverscmp.c:
41060         Switch from LGPL to GPL.
41061
41062 2003-07-09  Paul Eggert  <eggert@twinsun.com>
41063
41064         * config/srclist.txt: Sort sublists.  Add
41065         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
41066         that differ from gnulib for one reason or another; we'd like this list
41067         to be smaller but for now let's document what we have.
41068
41069 2003-07-08  Paul Eggert  <eggert@twinsun.com>
41070
41071         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
41072         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
41073         and sweeter "eval x=$x".
41074         * config/srclist.txt: Get lib/argp* from glibc.
41075
41076 2003-07-07  Paul Eggert  <eggert@twinsun.com>
41077
41078         * lib/mktime.c: Fix some boundary cases and remove need for floating
41079         point.
41080
41081         Issue a compile-time diagnostic if time_t is floating point, or if
41082         two's complement arithmetic is not in effect, or if arithmetic
41083         right shift does not propagate the sign.  These assumptions were
41084         all in the original code but they weren't checked.
41085
41086         (TIME_T_MIDPOINT, verify): New macros.
41087         (__isleap): Remove; it has integer overflow problems.
41088         (leapyear): New function, without those problems.
41089         (ydhms_tm_diff): Remove; splitting into two parts.
41090         (ydhms_diff): New function, containing the arithmetic part of
41091         the old ydhms_tm_diff function.  Issue a compile-time
41092         diagnostic if we are not using C99 integer division.
41093         Avoid casts when possible.
41094         (guess_time_tm): New function, containing the checking part of
41095         the old ydhms_tm_diff function.  Return the new value, rather than
41096         the difference between it and the old.  Accept a new argument T
41097         so that *T specifies the old value.  Check for overflow in the result.
41098
41099         (__mktime_internal): Use a time_t offset, not a long int offset.
41100         This undoes the 2003-06-04 change, which is no longer needed now
41101         that we have better overflow checking.
41102         (localtime_offset): Likewise.
41103
41104         (__mktime_internal): Avoid harmful overflow on hosts where time_t
41105         and long are 64-bit but int is only 32-bit.
41106         (ydhms_diff): Use long int to store year1 and yday1.
41107         Issue a compile-time diagnostic if long int is not wide enough.
41108
41109         (__mktime_internal): Use long int to store adjusted year and yday.
41110         Use plain C rather than preprocessor commands, if that doesn't
41111         affect efficiency.
41112         Check for overflow (and try to repair) after each probe
41113         rather than checking only at the very end.  This avoids some bugs
41114         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
41115         does not equal GMT offset at maximum time).
41116         Use integer to check for overflow rather than floating point; this
41117         is more portable to non-IEEE hosts, and is a tad faster.
41118         When we detect that we are oscillating between two values,
41119         don't check whether tm_isdst has the requested value, since
41120         we already know the answer.  When tm_isdst has the wrong value,
41121         use a different heuristic to find the right one, based on the
41122         extreme values actually observed in practice in tz2003a,
41123         rather than the (overly optimistic) "previous 3 calendar quarters".
41124
41125         (not_equal_tm, print_tm, check_result): Use "const T" rather than
41126         "T const" to accommodate glibc style.
41127         (check_result): Use less-confusing report format.  "long" -> "long int.
41128         (main): Likewise.
41129         Don't loop if the iteration overflows time_t.
41130         Allow a negative step in the iteration.
41131
41132 2003-07-06  Karl Berry  <karl@gnu.org>
41133
41134         * config/depcomp: update from automake.
41135         * config/config.sub: update from prep.
41136
41137 2003-07-03  Karl Berry  <karl@gnu.org>
41138
41139         * config/config.guess: update from prep.
41140
41141 2003-07-01  Paul Eggert  <eggert@twinsun.com>
41142
41143         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
41144         xreadlink.c now includes it unconditionally.
41145
41146 2003-07-01  Paul Eggert  <eggert@twinsun.com>
41147
41148         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
41149         having it depend on HAVE_SYS_TYPES_H.
41150
41151 2003-07-01  Bruno Haible  <bruno@clisp.org>
41152
41153         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
41154         <sys/types.h> should be sufficient.
41155         Reported by Paul Eggert.
41156
41157 2003-06-26  Karl Berry  <karl@gnu.org>
41158
41159         * config/depcomp: update from automake.
41160
41161 2003-06-26  Bruno Haible  <bruno@clisp.org>
41162
41163         * modules/human: Depend on module stdbool.
41164
41165 2003-06-25  Bruno Haible  <bruno@clisp.org>
41166
41167         * modules/readlink: New file.
41168         * modules/xreadlink: Depend on it.
41169         * MODULES.html.sh (func_all_modules): Add readlink.
41170
41171 2003-06-25  Bruno Haible  <bruno@clisp.org>
41172
41173         * m4/readlink.m4: New file.
41174
41175 2003-06-25  Bruno Haible  <bruno@clisp.org>
41176
41177         * lib/readlink.c: New file.
41178
41179 2003-06-22  Karl Berry  <karl@gnu.org>
41180
41181         * config/srclist.txt: update mkinstalldirs from automake.
41182         * config/mkinstalldirs: update.
41183
41184 2003-06-22  Bruno Haible  <bruno@clisp.org>
41185
41186         Portability to mingw32.
41187         * m4/ssize_t.m4: New file, from GNU gettext.
41188         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
41189         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
41190
41191 2003-06-22  Bruno Haible  <bruno@clisp.org>
41192
41193         * modules/safe-read: Add m4/ssize_t.m4.
41194         * modules/xreadlink: Add m4/ssize_t.m4.
41195
41196 2003-06-20  Bruno Haible  <bruno@clisp.org>
41197
41198         Assume C89, so PARAMS isn't needed.
41199         * lib/unicodeio.h (PARAMS): Remove.
41200         * lib/unicodeio.c: Don't use PARAMS.
41201
41202 2003-06-18  Karl Berry  <karl@gnu.org>
41203
41204         * config/config.{guess,sub}: update from prep.
41205
41206 2003-06-18  Jim Meyering  <jim@meyering.net>
41207
41208         Merge changes from coreutils.
41209         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
41210         Remove explicit declarations of xmalloc and realloc.
41211         Include xalloc.h.
41212         (read_utmp): Remove anachronistic cast of xmalloc.
41213
41214 2003-06-17  Paul Eggert  <eggert@twinsun.com>
41215
41216         Assume C89, so PARAMS isn't needed.
41217         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
41218         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
41219         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
41220         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
41221         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
41222         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
41223         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
41224         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
41225         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
41226         lib/xstrtod.h, lib/xstrtol.h: Likewise.
41227         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
41228         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
41229         no longer needed. Anyway, config.h should always be included before any
41230         other file.
41231
41232 2003-06-11  Simon Josefsson  <jas@extundo.com>
41233
41234         * modules/sysexits: New file.
41235         * MODULES.html.sh (func_all_modules): Add sysexits.
41236
41237 2003-06-11  Simon Josefsson  <jas@extundo.com>
41238
41239         * lib/sysexit_.h: New file.
41240
41241 2003-06-11  Derek Price  <derek@ximbiot.com>
41242
41243         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
41244         necessary.
41245
41246 2003-06-11  Bruno Haible  <bruno@clisp.org>
41247
41248         * m4/sysexits.m4: New file.
41249
41250 2003-06-10  Simon Josefsson  <jas@extundo.com>
41251
41252         * lib/argp.h: New file, from glibc.
41253         * lib/argp-ba.c: New file, from glibc.
41254         * lib/argp-eexst.c: New file, from glibc.
41255         * lib/argp-fmtstream.c: New file, from glibc.
41256         * lib/argp-fmtstream.h: New file, from glibc.
41257         * lib/argp-fs-xinl.c: New file, from glibc.
41258         * lib/argp-help.c: New file, from glibc.
41259         * lib/argp-namefrob.h: New file, from glibc.
41260         * lib/argp-parse.c: New file, from glibc.
41261         * lib/argp-pv.c: New file, from glibc.
41262         * lib/argp-pvh.c: New file, from glibc.
41263         * lib/argp-xinl.c: New file, from glibc.
41264
41265 2003-06-10  Simon Josefsson  <jas@extundo.com>
41266
41267         * modules/strchrnul: New file.
41268
41269 2003-06-10  Simon Josefsson  <jas@extundo.com>
41270
41271         * modules/argp: New file.
41272
41273 2003-06-10  Simon Josefsson  <jas@extundo.com>
41274
41275         * m4/strchrnul.m4: New file.
41276
41277 2003-06-10  Simon Josefsson  <jas@extundo.com>
41278
41279         * lib/strchrnul.h: New file.
41280         * lib/strchrnul.c: New file.
41281
41282 2003-06-10  Bruno Haible  <bruno@clisp.org>
41283
41284         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
41285
41286 2003-06-07  Karl Berry  <karl@gnu.org>
41287
41288         * config/config.{guess,sub}: update from prep.
41289
41290 2003-06-07  Jim Meyering  <jim@meyering.net>
41291
41292         * modules/strtod: Use $(...) notation, not @...@ for
41293         AC_REPLACE'd variables.
41294         * modules/localcharset: Likewise.
41295
41296 2003-06-07  Jim Meyering  <jim@meyering.net>
41297
41298         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
41299         in place of my name in the copyright comment.
41300         Remove definition and uses of __P.
41301
41302         From coreutils.
41303         * lib/stat.c: Don't declare xmalloc explicitly.
41304         Instead, include "xalloc.h".
41305         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
41306         xrealloc, and xcalloc return values.
41307         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
41308         Improve comment.
41309         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
41310
41311 2003-06-07  Bruno Haible  <bruno@clisp.org>
41312
41313         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
41314         avoid AC_CONFIG_LINKS.
41315         * modules/fnmatch (Makefile.am): Use explicit creation rule for
41316         fnmatch.h, to avoid AC_CONFIG_LINKS.
41317         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
41318
41319 2003-06-07  Bruno Haible  <bruno@clisp.org>
41320
41321         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
41322         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
41323         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
41324         directory.
41325         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
41326         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
41327         directory.
41328
41329 2003-06-06  Jim Meyering  <jim@meyering.net>
41330
41331         Merge from coreutils.
41332         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
41333         Consolidate declarations and initializations of *_base* locals.
41334
41335         Merge from coreutils.
41336         This avoids a core dump on systems without GNU putenv,
41337         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
41338         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
41339         (unsetenv): New static function, from GNU libc.
41340         (rpl_putenv): Use it.
41341
41342         * lib/modechange.c: Remove trailing blanks.
41343
41344         Merge from coreutils.
41345         * lib/fsusage.c: Remove declaration of statfs.
41346         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
41347
41348         * lib/posixtm.c: Include <stdbool.h> unconditionally.
41349
41350 2003-06-06  Jim Meyering  <jim@meyering.net>
41351
41352         * lib/stdbool_.h: Renamed from stdbool.h.in.
41353
41354 2003-06-06  Jim Meyering  <jim@meyering.net>
41355             Bruno Haible  <bruno@clisp.org>
41356
41357         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
41358         Adjust Makefile.am snippet not to redirect directly to target.
41359         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
41360
41361 2003-06-05  Paul Eggert  <eggert@twinsun.com>
41362
41363         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
41364         mismatch, look in future quarters as well as past.  This fixes a
41365         bug when processing fall-backwards gaps immediately after a long
41366         period of daylight-saving time.
41367
41368         * lib/mktime.c: Assume freestanding C89 or better.
41369         (HAVE_LIMITS_H): Remove.  Assume it's 1.
41370         (__P): Remove; not used.
41371         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
41372         (mktime, not_equal_tm, print_tm, check_result,
41373         main): Use prototypes.  Use const * where appropriate.
41374         (main): Fix typo in testing code that uncovered by above changes.
41375         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
41376
41377 2003-06-04  Paul Eggert  <eggert@twinsun.com>
41378
41379         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
41380         locale.h, localeconv.  This merges changes from coreutils.
41381
41382         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
41383         It can be removed after the next Autoconf is released.
41384         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
41385         needed.
41386
41387 2003-06-04  Paul Eggert  <eggert@twinsun.com>
41388
41389         * lib/mktime.c: Fix Debian bug 177940
41390         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
41391         (localtime_offset): Now long int, not time_t, because we want it
41392         to be guaranteed to be signed.  All uses changed.
41393         (__mktime_internal): If overflow would occur when adding offset,
41394         don't add it.
41395
41396         Merge 'human' changes from coreutils.  Rewrite to support
41397         locale-specific notations like thousands separators.
41398         * lib/human.c: Simplify authorship notice.
41399         Include human.h immediately after config.h.
41400         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
41401         <limits.h>: Do not include, since human.h does.
41402         (SIZE_MAX, UINTMAX_MAX): New macros.
41403         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
41404         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
41405         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
41406         (power_letter): Renamed from suffixes.
41407         (generate_suffix_backwards): Remove.
41408         (adjust_value): Now takes int style (because of human.h changes)
41409         and long double value (for greater precision on some platforms).
41410         (group_number): New function.
41411         (human_readable): Use it.  Use integer options, not enum.
41412         Put the options before the sizes in the arg list.
41413         Support all the new options.
41414         The old human_readable function has been removed;
41415         use inttostr.h instead.
41416         (human_readable, default_block_size, humblock):
41417         Use uintmax_t, not int, for block sizes.
41418         (human_readable_inexact, block_size_types): Remove.
41419         (block_size_opts): New constant.
41420         (human_options): Renamed from human_block_size, with new signature
41421         that allows block sizes up to UINTMAX_MAX.  All callers changed.
41422         * lib/human.h: Add copyright and authorship notice.
41423         Include <limits.h> and <stdbool.h> unconditionally.
41424         (PARAMS): Remove.  All uses removed.
41425         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
41426         (enum human_inexact_style): Remove tag; now a nameless enum.
41427         (human_floor, human_ceiling, human_round_to_even): Now have
41428         values 2, 0, 1 rather than -1, 1, 0.
41429         (human_group_digits, human_suppress_point_zero, human_autoscale,
41430         human_base_1024, human_SI, human_B): New constants.
41431         (human_readable_inexact, human_block_size): Remove.
41432         (human_readable): Size args are now uintmax_t, not int.
41433         (human_options): New decl.
41434
41435         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
41436         unnecessary now that we assume C89 or better.  This change
41437         imported from coreutils.
41438
41439         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
41440         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
41441         in the 2003-05-30 sync from glibc.
41442
41443         .h files should stand alone, but we shouldn't include <sys/types.h>
41444         if we can get away with just <stddef.h>.
41445
41446         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
41447         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
41448         rather than <sys/types.h>, as we merely need size_t.
41449         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
41450         to get size_t.
41451         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
41452         Include <stdio.h>, to get FILE.
41453         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
41454         memcasecmp.h has included <stddef.h> and all we need is size_t.
41455         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
41456         our interface, instead of including <sys/types.h>
41457
41458 2003-06-04  Paul Eggert  <eggert@twinsun.com>
41459
41460         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
41461         now, as glibc mktime is buggy on non-glibc systems.
41462
41463 2003-06-03  Karl Berry  <karl@gnu.org>
41464
41465         * config/config.sub: update from prep.
41466
41467 2003-06-02  Paul Eggert  <eggert@twinsun.com>
41468
41469         [from coreutils]
41470         Fix some minor time-related bugs with POSIX time arguments.
41471         Some valid time stamps were being rejected (notably -1, and
41472         time stamps before 1900 on 64-bit hosts).  And some invalid
41473         time stamps were being accepted, e.g. September 31.
41474
41475         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
41476         that we can return (time_t) -1 successfully.
41477         * lib/posixtm.c: Likewise.
41478         [HAVE_STDBOOL_H]: Include <stdbool.h>.
41479         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
41480         (t): Remove static var.
41481         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
41482         of static var.  All uses changed.
41483         (year): Do not reject years before 1900; they can occur with
41484         64-bit time_t.
41485         (posix_time_parse): Do not check for out-of-range components;
41486         that is now the caller's responsibility, since our checks were
41487         only approximations.
41488         (posixtime): Use mktime to check for out-of-range components,
41489         since it knows them exactly.
41490         If mktime returns (time_t) -1, check whether an error actually occurred
41491         by invoking localtime on -1.
41492         (main) [TEST_POSIXTIME]: Check for input data errors, and report
41493         posixtime failures better.
41494         Improve the test data (in comments only).
41495
41496 2003-06-02  Karl Berry  <karl@gnu.org>
41497
41498         * config/mkinstalldirs (version): new variable.
41499         (--version): new option.
41500         (usage): improve message.
41501
41502 2003-05-30  Karl Berry  <karl@gnu.org>
41503
41504         * lib/mktime.c: update from libc.
41505
41506 2003-05-30  Bruno Haible  <bruno@clisp.org>
41507
41508         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
41509         * config/config.rpath: Upgrade to gettext-0.12.1.
41510
41511 2003-05-30  Bruno Haible  <bruno@clisp.org>
41512
41513         * m4/gettext.m4: Upgrade to gettext-0.12.1.
41514         * m4/nls.m4: New file, from gettext-0.12.1.
41515         * m4/po.m4: New file, from gettext-0.12.1.
41516         * m4/progtest.m4: Upgrade to gettext-0.12.1.
41517
41518 2003-05-30  Bruno Haible  <bruno@clisp.org>
41519
41520         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
41521         * lib/localcharset.h: Likewise.
41522         * lib/localcharset.c: Likewise.
41523
41524 2003-05-29  Karl Berry  <karl@gnu.org>
41525
41526         * config/config.rpath: update from gettext.
41527
41528 2003-05-28  Paul Eggert  <eggert@twinsun.com>
41529
41530         Assume the headers required for C89 freestanding compilers.
41531         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
41532         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
41533         * m4/human.m4 (gl_HUMAN): Likewise.
41534         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
41535         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
41536         * m4/userspec.m4 (gl_USERSPEC): Likewise.
41537         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
41538         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
41539         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
41540
41541 2003-05-28  Paul Eggert  <eggert@twinsun.com>
41542
41543         Assume the headers required for C89 freestanding compilers.
41544         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
41545         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
41546         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
41547         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
41548         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
41549         define, since <limits.h> is guaranteed to do that.
41550         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
41551         * lib/exclude.c: Include <stdbool.h> unconditionally.
41552         * lib/tempname.c: Include <stddef.h> unconditionally.
41553         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
41554         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
41555         <stddef.h> does that.
41556         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
41557         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
41558         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
41559         needed.
41560         * lib/xstrtol.c: Likewise.
41561         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
41562         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
41563
41564         * lib/addext.c (addext): Use assignment rather than cast, to avoid
41565         warnings on some platforms.
41566
41567         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
41568         arbitrarily.
41569
41570 2003-05-26  Jim Meyering  <jim@meyering.net>
41571
41572         Merge in a change from coreutils:
41573         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
41574         that is guaranteed to be `no'.  Use `no_such_member' to indicate
41575         that condition, rather than `-1' which is slightly misleading.
41576         Change the name of the cache variable to have the gl_ prefix.
41577         Prompted by a patch from Richard Dawe for DJGPP.
41578
41579 2003-05-24  Karl Berry  <karl@gnu.org>
41580
41581         * config/config.guess: update from prep.
41582
41583 2003-05-22  Karl Berry  <karl@gnu.org>
41584
41585         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
41586
41587 2003-05-20  Karl Berry  <karl@gnu.org>
41588
41589         * config/config.guess: update from prep.
41590
41591 2003-05-18  Karl Berry  <karl@gnu.org>
41592
41593         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
41594         might actually be set by the user.
41595
41596         * config/depcomp, install-sh, mdate-sh: update from automake.
41597
41598 2003-05-17  Bruno Haible  <bruno@clisp.org>
41599
41600         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
41601         invalid expansion for AC_EGREP_CPP.
41602         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
41603         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
41604         Suggested by Akim Demaille <akim@epita.fr> in
41605         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
41606
41607 2003-05-12  Jim Meyering  <jim@meyering.net>
41608
41609         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
41610         the space-padded-by-default conversion specifiers, %e, %k, %l.
41611
41612 2003-05-12  Bruno Haible  <bruno@clisp.org>
41613
41614         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
41615         the string is longer than 4 KB.
41616
41617 2003-05-11  Karl Berry  <karl@gnu.org>
41618
41619         * config/config.{guess,sub}: update from prep.
41620
41621 2003-05-09  Bruno Haible  <bruno@clisp.org>
41622
41623         * modules/error: Add m4/strerror_r.m4 to file list.
41624
41625 2003-05-03  Bruno Haible  <bruno@clisp.org>
41626
41627         Upgrade to Unicode-4.0.
41628         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
41629         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
41630         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
41631         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
41632         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
41633         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
41634         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
41635         Change width of U+E0100..U+E01EF from 1 to 0.
41636
41637 2003-04-25  Jim Meyering  <jim@meyering.net>
41638
41639         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
41640         of type size_t, not int.
41641
41642 2003-04-25  Bruno Haible  <bruno@clisp.org>
41643
41644         * lib/copy-file.c: Include <stddef.h>, for size_t.
41645
41646 2003-04-21  Paul Eggert  <eggert@twinsun.com>
41647
41648         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
41649         code which expansion is under static control.  Patch imported from
41650         Akim Demaille's patch to Bison; see
41651         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
41652
41653 2003-04-14  Bruno Haible  <bruno@clisp.org>
41654
41655         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
41656
41657 2003-04-11  Jim Meyering  <jim@meyering.net>
41658
41659         Merge changes from Coreutils.
41660
41661         2003-03-22  Jim Meyering  <jim@meyering.net>
41662
41663         * lib/strftime.c (widen): Cast alloca return value to proper type.
41664
41665         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
41666
41667         From GNU libc.
41668         * lib/strftime.c (my_strftime): Handle very large width
41669         specifications for numeric values correctly.  Improve checks for
41670         overflow.
41671
41672         2003-01-19  Jim Meyering  <jim@meyering.net>
41673
41674         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
41675         definitions.
41676         (nl_get_alt_digit) [! defined my_strftime]: Define.
41677         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
41678         _nl_get_alt_digit and _nl_get_walt_digit.
41679
41680         * lib/strftime.c (my_strftime): Merge in locale-related changes from
41681         libc. These changes have no effect outside of _LIBC.
41682
41683 2003-04-10  Bruno Haible  <bruno@clisp.org>
41684
41685         * modules/findprog: New file.
41686         * MODULES.html.sh (func_all_modules): Add it.
41687
41688 2003-04-10  Bruno Haible  <bruno@clisp.org>
41689
41690         * m4/findprog.m4: New file.
41691         * m4/eaccess.m4: New file.
41692
41693 2003-04-10  Bruno Haible  <bruno@clisp.org>
41694
41695         * lib/findprog.h: New file, from GNU gettext.
41696         * lib/findprog.c: New file, from GNU gettext.
41697
41698 2003-04-05  Jim Meyering  <jim@meyering.net>
41699
41700         Merge changes from Coreutils.
41701
41702         * lib/exclude.h (PARAMS): Remove definition and uses.
41703         * lib/exclude.c: Remove uses of `PARAMS'.
41704
41705         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
41706         Add test-cases for DOS filenames. Declare program_name.
41707         (main): Set up program_name.  Patch by Rich Dawe.
41708
41709         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
41710         error from mntctl.
41711         Use mntctl's return value to drive the entry-processing loop, since
41712         we can't rely on the value of the vmt_length member in the last
41713         entry.  On some systems doing so could result in exhausting
41714         virtual memory.  Based in part on a patch from Mike Jetzer.
41715
41716 2003-04-04  Bruno Haible  <bruno@clisp.org>
41717
41718         * modules/linebreak: New file.
41719         * MODULES.html.sh (func_all_modules): Add it.
41720
41721 2003-04-04  Bruno Haible  <bruno@clisp.org>
41722
41723         * m4/linebreak.m4: New file.
41724
41725 2003-04-04  Bruno Haible  <bruno@clisp.org>
41726
41727         * lib/linebreak.h: New file, from GNU gettext.
41728         * lib/linebreak.c: New file, from GNU gettext with slight
41729         modifications.
41730         * lib/lbrkprop.h: New file, from GNU gettext.
41731
41732 2003-04-03  Bruno Haible  <bruno@clisp.org>
41733
41734         * modules/utf8-ucs4: New file.
41735         * modules/utf16-ucs4: New file.
41736         * modules/ucs4-utf8: New file.
41737         * modules/ucs4-utf16: New file.
41738         * MODULES.html.sh (func_all_modules): Add them.
41739
41740 2003-04-03  Bruno Haible  <bruno@clisp.org>
41741
41742         * m4/utf-ucs4.m4: New file.
41743         * m4/ucs4-utf.m4: New file.
41744
41745 2003-04-03  Bruno Haible  <bruno@clisp.org>
41746
41747         * lib/utf8-ucs4.h: New file, from GNU gettext.
41748         * lib/utf16-ucs4.h: New file, from GNU gettext.
41749         * lib/ucs4-utf8.h: New file, from GNU gettext.
41750         * lib/ucs4-utf16.h: New file, from GNU gettext.
41751
41752 2003-04-02  Bruno Haible  <bruno@clisp.org>
41753
41754         * modules/binary-io: New file.
41755         * MODULES.html.sh (func_all_modules): Add it.
41756
41757 2003-04-02  Bruno Haible  <bruno@clisp.org>
41758
41759         * lib/binary-io.h: New file, from GNU gettext.
41760
41761 2003-04-01  Bruno Haible  <bruno@clisp.org>
41762
41763         * modules/pathname: New file.
41764         * MODULES.html.sh (func_all_modules): Add it.
41765
41766 2003-04-01  Bruno Haible  <bruno@clisp.org>
41767
41768         * lib/pathname.h: New file, from GNU gettext.
41769         * lib/concatpath.c: New file, from GNU gettext.
41770
41771 2003-03-30  Bruno Haible  <bruno@clisp.org>
41772
41773         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
41774
41775 2003-03-30  Bruno Haible  <bruno@clisp.org>
41776
41777         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
41778         function chown() doesn't exist.
41779
41780 2003-03-28  Bruno Haible  <bruno@clisp.org>
41781
41782         * modules/copy-file: New file.
41783         * MODULES.html.sh (func_all_modules): Add it.
41784
41785 2003-03-28  Bruno Haible  <bruno@clisp.org>
41786
41787         * m4/copy-file.m4: New file.
41788
41789 2003-03-28  Bruno Haible  <bruno@clisp.org>
41790
41791         * lib/copy-file.h: New file, from GNU gettext.
41792         * lib/copy-file.c: New file, from GNU gettext.
41793
41794 2003-03-18  Jim Meyering  <jim@meyering.net>
41795
41796         * lib/quote.c (quote_n): Fix typo in comment.
41797
41798 2003-03-18  Bruno Haible  <bruno@clisp.org>
41799
41800         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
41801         checking.
41802         * m4/onceonly_2_57.m4: Likewise.
41803
41804 2003-03-17  Bruno Haible  <bruno@clisp.org>
41805
41806         * m4/onceonly.m4: Require autoconf 2.54 or newer.
41807         (m4_quote): Remove macro.
41808         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
41809
41810 2003-03-14  Jim Meyering  <jim@meyering.net>
41811
41812         Merge changes from Coreutils.
41813         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
41814         to be const, in order to avoid warnings.
41815         (obstack_room): Likewise.
41816         (obstack_empty_p): Likewise.
41817
41818 2003-03-14  Bruno Haible  <bruno@clisp.org>
41819
41820         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
41821         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
41822
41823 2003-03-13  Paul Eggert  <eggert@twinsun.com>
41824
41825         Merge changes from Bison.
41826         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
41827         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
41828         when compiling Bison 1.875's `bitset bset = obstack_alloc
41829         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
41830         * lib/hash.c: Include <stdbool.h> unconditionally.
41831
41832 2003-03-13  Paul Eggert  <eggert@twinsun.com>
41833
41834         * m4/onceonly.m4 (m4_quote): New macro.
41835         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
41836         Quote AC_FOREACH variable-expansions properly.
41837
41838 2003-03-13  Paul Eggert  <eggert@twinsun.com>
41839
41840         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
41841
41842 2003-03-09  Paul Eggert  <eggert@twinsun.com>
41843
41844         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
41845         Reported by Bruce Becker; see:
41846         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
41847
41848 2003-03-03  Paul Eggert  <eggert@twinsun.com>
41849             Bruno Haible  <bruno@clisp.org>
41850
41851         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
41852         Reported by John Hughes, see
41853         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
41854
41855 2003-02-20  Bruno Haible  <bruno@clisp.org>
41856
41857         * MODULES.html.sh (func_all_modules): Add poll.
41858
41859 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
41860
41861         * modules/poll: New file.
41862
41863 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
41864
41865         * lib/poll_.h: New file.
41866         * lib/poll.c: New file.
41867
41868 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
41869
41870         * m4/poll.m4: New file.
41871
41872 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
41873
41874         * modules/mathl: New file.
41875
41876 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
41877
41878         * lib/mathl.h: New file.
41879         * lib/acosl.c: New file.
41880         * lib/asinl.c: New file.
41881         * lib/atanl.c: New file.
41882         * lib/ceill.c: New file.
41883         * lib/cosl.c: New file.
41884         * lib/expl.c: New file.
41885         * lib/floorl.c: New file.
41886         * lib/frexpl.c: New file.
41887         * lib/ldexpl.c: New file.
41888         * lib/logl.c: New file.
41889         * lib/sincosl.c: New file.
41890         * lib/sinl.c: New file.
41891         * lib/sqrtl.c: New file.
41892         * lib/tanl.c: New file.
41893         * lib/trigl.c: New file.
41894         * lib/trigl.h: New file.
41895
41896 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
41897
41898         * m4/mathl.m4: New file.
41899
41900 2003-02-18  Bruno Haible  <bruno@clisp.org>
41901
41902         * MODULES.html.sh (func_all_modules): Add mathl.
41903
41904 2003-02-17  Bruno Haible  <bruno@clisp.org>
41905
41906         * modules/mkdtemp: New module.
41907         * MODULES.html.sh (func_all_modules): Add it.
41908
41909 2003-02-17  Bruno Haible  <bruno@clisp.org>
41910
41911         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
41912
41913 2003-02-17  Bruno Haible  <bruno@clisp.org>
41914
41915         * lib/mkdtemp.h: New file, from GNU gettext.
41916         * lib/mkdtemp.c: New file, from GNU gettext.
41917
41918 2003-02-02  Jim Meyering  <jim@meyering.net>
41919
41920         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
41921         e.g. glibc-2.2.93.
41922
41923 2003-01-31  Bruno Haible  <bruno@clisp.org>
41924
41925         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
41926         'rpl_rename'.
41927         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
41928         'rpl_strnlen'.
41929         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
41930         'rpl_strtod'.
41931         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
41932         'rpl_utime'.
41933
41934 2003-01-31  Bruno Haible  <bruno@clisp.org>
41935
41936         * lib/rename.c: #undef rename before defining rpl_rename.
41937         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
41938
41939 2003-01-30  Bruno Haible  <bruno@clisp.org>
41940
41941         * modules/vasnprintf, modules/vasprintf: New modules.
41942         * MODULES.html.sh (func_all_modules): Add them.
41943
41944 2003-01-30  Bruno Haible  <bruno@clisp.org>
41945
41946         * m4/signed.m4: New file, from GNU gettext.
41947         * m4/longdouble.m4: New file, from GNU gettext.
41948         * m4/wchar_t.m4: New file, from GNU gettext.
41949         * m4/wint_t.m4: New file, from GNU gettext.
41950         * m4/vasnprintf.m4: New file.
41951         * m4/vasprintf.m4: New file.
41952
41953 2003-01-30  Bruno Haible  <bruno@clisp.org>
41954
41955         * lib/printf-args.h: New file, from GNU gettext.
41956         * lib/printf-args.c: New file, from GNU gettext.
41957         * lib/printf-parse.h: New file, from GNU gettext.
41958         * lib/printf-parse.c: New file, from GNU gettext.
41959         * lib/vasnprintf.h: New file, from GNU gettext.
41960         * lib/vasnprintf.c: New file, from GNU gettext.
41961         * lib/asnprintf.c: New file, from GNU gettext.
41962         * lib/vasprintf.h: New file, from GNU gettext with modifications.
41963         * lib/vasprintf.c: New file, from GNU gettext.
41964         * lib/asprintf.c: New file, from GNU gettext.
41965
41966 2003-01-29  Bruno Haible  <bruno@clisp.org>
41967
41968         * modules/stpncpy: New module.
41969         * MODULES.html.sh (func_all_modules): Add it.
41970
41971 2003-01-29  Bruno Haible  <bruno@clisp.org>
41972
41973         * m4/stpncpy.m4: New file.
41974
41975 2003-01-29  Bruno Haible  <bruno@clisp.org>
41976
41977         * lib/stpncpy.h: New file, from GNU gettext with modifications.
41978         * lib/stpncpy.c: New file, from GNU gettext with modifications.
41979
41980 2003-01-28  Bruno Haible  <bruno@clisp.org>
41981
41982         * modules/c-ctype: New module.
41983         * MODULES.html.sh (func_all_modules): Add it.
41984
41985 2003-01-28  Bruno Haible  <bruno@clisp.org>
41986
41987         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
41988         Paul Eggert.
41989         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
41990         Paul Eggert.
41991
41992 2003-01-27  Bruno Haible  <bruno@clisp.org>
41993
41994         * modules/xsetenv: New module.
41995         * MODULES.html.sh (func_all_modules): Add it.
41996
41997 2003-01-27  Bruno Haible  <bruno@clisp.org>
41998
41999         * lib/xsetenv.h: New file, from GNU gettext.
42000         * lib/xsetenv.c: New file, from GNU gettext.
42001
42002 2003-01-23  Jim Meyering  <jim@meyering.net>
42003
42004         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
42005         from working on systems without dirfd (at least Irix and OSF1/Tru64).
42006
42007 2003-01-23  Bruno Haible  <bruno@clisp.org>
42008
42009         * modules/minmax: New module.
42010         * MODULES.html.sh (func_all_modules): Add it.
42011
42012 2003-01-23  Bruno Haible  <bruno@clisp.org>
42013
42014         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
42015         Eggert.
42016
42017 2003-01-22  Bruno Haible  <bruno@clisp.org>
42018
42019         * modules/exit: New module.
42020         * MODULES.html.sh (func_all_modules): Add it.
42021
42022 2003-01-22  Bruno Haible  <bruno@clisp.org>
42023
42024         * lib/exit.h: New file, from GNU gettext.
42025
42026 2003-01-19  Bruno Haible  <bruno@clisp.org>
42027
42028         * gnulib-tool: Recognize option --extract-maintainer.
42029         (func_get_maintainer): New function.
42030         * modules/*: Add Maintainer entry.
42031
42032 2003-01-16  Jim Meyering  <jim@meyering.net>
42033
42034         * m4/regex.m4: The `regex' struct is both input and output.
42035         Initialize it before each use.  Patch by Tim Waugh.
42036
42037 2003-01-16  Bruno Haible  <bruno@clisp.org>
42038
42039         * MODULES.html.sh: Add a table of contents. Add the module name as
42040         leftmost column. Add hyperlinks.
42041
42042 2003-01-15  Bruno Haible  <bruno@clisp.org>
42043
42044         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
42045
42046 2003-01-15  Bruno Haible  <bruno@clisp.org>
42047
42048         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
42049         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
42050         suffix.
42051
42052 2003-01-15  Bruno Haible  <bruno@clisp.org>
42053
42054         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
42055
42056 2003-01-15  Bruno Haible  <bruno@clisp.org>
42057
42058         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
42059         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
42060
42061 2003-01-14  Jim Meyering  <jim@meyering.net>
42062
42063         * lib/same.c (same_name): Tweak a comment.
42064
42065 2003-01-14  Bruno Haible  <bruno@clisp.org>
42066
42067         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
42068         when a string comparison is sufficient.
42069
42070 2003-01-14  Bruno Haible  <bruno@clisp.org>
42071
42072         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
42073         'unsigned int'.
42074
42075 2003-01-14  Bruno Haible  <bruno@clisp.org>
42076
42077         * lib/hash-pjw.c: Add comment about low quality of this function.
42078
42079 2003-01-13  Bruno Haible  <bruno@clisp.org>
42080
42081         * modules/stpcpy: Distribute lib/stpcpy.h.
42082         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
42083
42084 2003-01-13  Bruno Haible  <bruno@clisp.org>
42085
42086         * modules/*: Add a description.
42087         * modules/strpbrk: Fix Makefile.am snippet.
42088         * modules/strtoimax: Fix dependencies.
42089         * modules/strtoumax: Likewise.
42090
42091 2003-01-13  Bruno Haible  <bruno@clisp.org>
42092
42093         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
42094         * modules/alloca (Makefile.am): All object files depend on alloca.h.
42095         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
42096
42097 2003-01-13  Bruno Haible  <bruno@clisp.org>
42098
42099         * gnulib-tool (func_create_testdir): Store config/* files in the main
42100         directory.
42101         * config.rpath: Move to ...
42102         * config/config.rpath: ... here.
42103         * modules/gettext: Contains config/config.rpath, not config.rpath.
42104         * modules/iconv: Likewise.
42105
42106 2003-01-12  Paul Eggert  <eggert@twinsun.com>
42107
42108         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
42109         to avoid collisions with libcurses and libreadline.
42110
42111         * m4/getstr.m4: Remove.
42112         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
42113
42114 2003-01-12  Paul Eggert  <eggert@twinsun.com>
42115
42116         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
42117         to avoid collisions with libcurses and libreadline.
42118
42119         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
42120         * lib/getstr.h, getstr.c: Remove.
42121         * lib/getline.c: Include "getline.h", to check interface.
42122         Move body of old getstr.c here: this defines MIN_CHUNK and
42123         declares getdelim2, which is renamed from getstr.
42124         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
42125
42126         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
42127         All uses changed.
42128         * lib/linebuffer.h: Likewise.
42129         (readline): Remove backward-compatibility macro.
42130
42131 2003-01-12  Paul Eggert  <eggert@twinsun.com>
42132
42133         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
42134         to avoid collisions with libcurses and libreadline.
42135         * getstr: Remove.
42136         * MODULES.html.sh: Remove getstr.
42137         * modules/getline: Depend on unlocked-io, not getstr.
42138
42139 2003-01-12  Jim Meyering  <jim@meyering.net>
42140
42141         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
42142
42143 2003-01-10  Bruno Haible  <bruno@clisp.org>
42144
42145         * modules/alloca: Change Makefile.am requirements. Simplify Include
42146         requirements. Add lib/alloca_.h to file list.
42147
42148 2003-01-10  Bruno Haible  <bruno@clisp.org>
42149
42150         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
42151
42152 2003-01-10  Bruno Haible  <bruno@clisp.org>
42153
42154         * lib/alloca_.h: New file.
42155         * lib/getdate.y: Unconditionally include alloca.h.
42156         * lib/makepath.c: Likewise.
42157         * lib/setenv.c: Likewise.
42158         * lib/userspec.c: Likewise.
42159
42160 2003-01-09  Karl Berry  <karl@gnu.org>
42161
42162         * MODULES.html.sh: include `dirname $0` in PATH, to find
42163         gnulib-tool.
42164
42165 2003-01-09  Bruno Haible  <bruno@clisp.org>
42166
42167         * modules/stdbool: Change configure.ac, Makefile.am requirements.
42168         Simplify Include requirements. Add lib/stdbool.h.in to file list.
42169
42170 2003-01-09  Bruno Haible  <bruno@clisp.org>
42171
42172         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
42173
42174 2003-01-09  Bruno Haible  <bruno@clisp.org>
42175
42176         * lib/stdbool.h.in: New file.
42177
42178 2003-01-09  Bruno Haible  <bruno@clisp.org>
42179
42180         * gnulib-tool (func_all_modules): Ignore files ending in ~.
42181         * MODULES.html.sh: Likewise.
42182
42183 2003-01-08  Jim Meyering  <jim@meyering.net>
42184
42185         * lib/full-write.c: Undefine and define-away `const' after inclusion
42186         of errno.h, not before.  Suggestion from Bruno Haible.
42187
42188 2003-01-08  Bruno Haible  <bruno@clisp.org>
42189
42190         * modules/full-read: Depend on full-write.
42191
42192 2003-01-08  Bruno Haible  <bruno@clisp.org>
42193
42194         * lib/safe-read.c: Include specification header first, to ensure its
42195         selfcontainedness.
42196         * lib/full-write.c: Likewise.
42197
42198 2003-01-07  Jim Meyering  <jim@meyering.net>
42199
42200         * lib/full-write.c: Rework so that it may serve to define full_read,
42201         too.
42202         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
42203
42204 2003-01-07  Bruno Haible  <bruno@clisp.org>
42205
42206         * lib/strtoimax.c: Include <stdint.h> as an alternative to
42207         <inttypes.h>.
42208         * lib/xstrtol.h: Likewise.
42209         * lib/xstrtoimax.c: Likewise.
42210         * lib/xstrtoumax.c: Likewise.
42211         * lib/human.h: Likewise.
42212
42213         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
42214         on systems that have <inttypes.h> but not <stdint.h>.
42215
42216 2003-01-07  Bruno Haible  <bruno@clisp.org>
42217
42218         * MODULES.html.sh: Add copyright notice.
42219         (missed_files): Omit CVS directory entries.
42220         (func_module): Make it work with sed-3.02.
42221         * MODULES.txt: Remove file.
42222
42223 2003-01-06  Jim Meyering  <jim@meyering.net>
42224
42225         * lib/version-etc.c: Update year in translatable copyright string.
42226
42227 2003-01-03  Karl Berry  <karl@gnu.org>
42228
42229         * config/config.{guess,sub}: update from prep.
42230
42231 2003-01-02  Karl Berry  <karl@gnu.org>
42232
42233         * doc/COPYING.DOC: belatedly updated to 1.2.
42234
42235 2003-01-01  Karl Berry  <karl@gnu.org>
42236
42237         * gnulib-tool (func_verify_module): report module name $module in
42238         error message, not $1.
42239         * gnulib-tool (create-testdir): don't complain if destdir couldn't
42240         be created, only if it doesn't exist.
42241         * gnulib-tool (last_checkin_date): don't expand the $Date here.
42242
42243 2002-12-31  Paul Eggert  <eggert@twinsun.com>
42244
42245         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
42246
42247 2002-12-31  Paul Eggert  <eggert@twinsun.com>
42248
42249         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
42250         memcmp if strcoll doesn't work.
42251
42252 2002-12-31  Bruno Haible  <bruno@clisp.org>
42253
42254         * lib/utime.c (utime_null): No need to call ftruncate if the file was
42255         nonempty.
42256
42257 2002-12-31  Bruno Haible  <bruno@clisp.org>
42258
42259         * lib/memcoll.c (STRCOLL): New macro.
42260         (memcoll): Use it.
42261
42262 2002-12-31  Bruno Haible  <bruno@clisp.org>
42263
42264         * lib/localcharset.h: New file.
42265         * lib/localcharset.c: Include it.
42266         * lib/unicodeio.c: Likewise.
42267
42268 2002-12-31  Bruno Haible  <bruno@clisp.org>
42269
42270         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
42271         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
42272
42273 2002-12-31  Bruno Haible  <bruno@clisp.org>
42274
42275         * lib/getline.h: Include <stddef.h>, for size_t.
42276
42277         * lib/unicodeio.h: Include <stddef.h>, for size_t.
42278         * lib/unicodeio.c: Don't include <stddef.h>.
42279
42280 2002-12-31  Bruno Haible  <bruno@clisp.org>
42281
42282         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
42283         HAVE_TM_ZONE.
42284
42285 2002-12-24  Karl Berry  <karl@gnu.org>
42286
42287         * config/config.guess: update from prep.
42288
42289 2002-12-24  Bruno Haible  <bruno@clisp.org>
42290
42291         General infrasructure.
42292         * m4/README: Rewritten.
42293         * m4/onceonly.m4: New file.
42294         * m4/onceonly_2_57.m4: New file.
42295
42296         Module atexit.
42297         * m4/atexit.m4: New file.
42298
42299         Module strtod.
42300         * m4/strtod.m4: New file.
42301
42302         Module strtol.
42303         * m4/strtol.m4: New file.
42304
42305         Module strtoul.
42306         * m4/strtoul.m4: New file.
42307
42308         Module memchr.
42309         * m4/memchr.m4: New file.
42310
42311         Module memcmp.
42312         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
42313         (jm_FUNC_MEMCMP): Invoke it.
42314
42315         Module memcpy.
42316         * m4/memcpy.m4: New file.
42317
42318         Module memmove.
42319         * m4/memmove.m4: New file.
42320
42321         Module memset.
42322         * m4/memset.m4: New file.
42323
42324         Module strcspn.
42325         * m4/strcspn.m4: New file.
42326
42327         Module strpbrk.
42328         * m4/strpbrk.m4: New file.
42329
42330         Module strstr.
42331         * m4/strstr.m4: New file.
42332
42333         Module strerror.
42334         * m4/strerror.m4: New file.
42335
42336         Module mktime.
42337         * m4/mktime.m4: Renamed from jm-mktime.m4.
42338         (gl_PREREQ_MKTIME): New macro.
42339         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
42340
42341         Module malloc.
42342         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
42343         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
42344         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
42345
42346         Module realloc.
42347         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
42348         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
42349         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
42350
42351         Module strftime.
42352         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
42353         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
42354         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
42355         gl_TM_GMTOFF.
42356         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
42357
42358         Module xalloc.
42359         * m4/xalloc.m4: New file.
42360
42361         Module alloca.
42362         * m4/alloca.m4: New file.
42363
42364         Module putenv.
42365         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
42366         (jm_FUNC_PUTENV): Invoke it.
42367
42368         Module setenv.
42369         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
42370         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
42371         when invoked twice.
42372         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
42373         gt_FUNC_SETENV.
42374
42375         Module memrchr.
42376         * m4/memrchr.m4: New file.
42377
42378         Module stpcpy.
42379         * m4/stpcpy.m4: New file.
42380
42381         Module strcase.
42382         * m4/strcase.m4: New file.
42383
42384         Module strdup.
42385         * m4/strdup.m4: New file.
42386
42387         Module strnlen.
42388         * m4/strnlen.m4: New file.
42389
42390         Module strndup.
42391         * m4/strndup.m4: New file.
42392
42393         Module xstrtod.
42394         * m4/xstrtod.m4: New file.
42395
42396         Module xstrtol.
42397         * m4/xstrtol.m4: New file.
42398
42399         Module getdate.
42400         * m4/getdate.m4: New file.
42401
42402         Module unlocked-io.
42403         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
42404         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
42405         * m4/jm-glibc-io.m4n: Remove file.
42406
42407         Module long-options.
42408         * m4/long-options.m4: New file.
42409
42410         Module md5.
42411         * m4/md5.m4: New file.
42412
42413         Module sha.
42414         * m4/sha.m4: New file.
42415
42416         Module getstr.
42417         * m4/getstr.m4: New file.
42418
42419         Module getline.
42420         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
42421         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
42422         <sys/types.h>, for size_t. Use the function name gnu_getline, not
42423         simply getline. Infoke gl_PREREQ_GETLINE.
42424
42425         Module obstack.
42426         * m4/obstack.m4: New file.
42427
42428         Module hash.
42429         * m4/hash.m4: New file.
42430
42431         Module readtokens.
42432         * m4/readtokens.m4: New file.
42433
42434         Module strverscmp.
42435         * m4/strverscmp.m4: New file.
42436
42437         Module stdbool.
42438         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
42439         OSF/1.
42440
42441         Module strtoll.
42442         * m4/strtoll.m4: New file.
42443
42444         Module strtoull.
42445         * m4/strtoull.m4: New file.
42446
42447         Module strtoimax.
42448         * m4/strtoimax.m4: New file.
42449
42450         Module strtoumax.
42451         * m4/strtoumax.m4: New file.
42452
42453         Module xstrtoimax.
42454         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
42455         jm_AC_PREREQ_XSTRTOIMAX.
42456         Moved the strtol prerequisites to strtol.m4.
42457         Moved the strtoll prerequisites to strtoll.m4.
42458         Moved the strtoimax prerequisites to strtoimax.m4.
42459
42460         Module xstrtoumax.
42461         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
42462         jm_AC_PREREQ_XSTRTOUMAX.
42463         Moved the strtoul prerequisites to strtoul.m4.
42464         Moved the strtoull prerequisites to strtoull.m4.
42465         Moved the strtoumax prerequisites to strtoumax.m4.
42466
42467         Module chown.
42468         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
42469         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
42470
42471         Module dup2.
42472         * m4/dup2.m4: New file.
42473
42474         Module ftruncate.
42475         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
42476         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
42477
42478         Module getgroups.
42479         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
42480         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
42481
42482         Module gettimeofday.
42483         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
42484         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
42485         gl_PREREQ_GETTIMEOFDAY.
42486
42487         Module mkdir.
42488         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
42489         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
42490
42491         Module mkstemp.
42492         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
42493         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
42494         jm_AC_TYPE_UINTMAX_T.
42495         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
42496
42497         Module stat.
42498         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
42499         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
42500
42501         Module lstat.
42502         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
42503         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
42504
42505         Module timespec.
42506         * m4/timespec.m4 (gl_TIMESPEC): New macro.
42507         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
42508         * m4/st_mtim.m4: Indentation.
42509
42510         Module nanosleep.
42511         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
42512         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
42513         gl_PREREQ_NANOSLEEP.
42514
42515         Module regex.
42516         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
42517         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
42518         (gl_REGEX): New macro.
42519
42520         Module rename.
42521         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
42522         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
42523
42524         Module rmdir.
42525         * m4/rmdir.m4: New file.
42526
42527         Module utime.
42528         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
42529         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
42530         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
42531
42532         Module dirname.
42533         * m4/dirname.m4: New file.
42534
42535         Module getopt.
42536         * m4/getopt.m4: New file.
42537
42538         Module unistd-safer.
42539         * m4/unistd-safer.m4: New file.
42540
42541         Module fnmatch.
42542         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
42543         declaration.
42544         (gl_PREREQ_FNMATCH_EXTRA): New macro.
42545         (gl_FUNC_FNMATCH_POSIX): New macro.
42546         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
42547         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
42548         simply fnmatch.
42549
42550         Module exclude.
42551         * m4/exclude.m4: New file.
42552
42553         Module human.
42554         * m4/human.m4: New file.
42555
42556         Module acl.
42557         * m4/acl.m4: Nop.
42558
42559         Module backupfile.
42560         * m4/backupfile.m4: New file.
42561         * m4/d-ino.m4: Indentation.
42562
42563         Module fsusage.
42564         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
42565         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
42566         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
42567
42568         Module dirfd.
42569         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
42570         requirements.
42571
42572         Module euidaccess.
42573         * m4/euidaccess.m4: New file.
42574
42575         Module file-type.
42576         * m4/file-type.m4: New file.
42577
42578         Module fileblocks.
42579         * m4/fileblocks.m4: New file.
42580
42581         Module filemode.
42582         * m4/filemode.m4: New file.
42583
42584         Module isdir.
42585         * m4/isdir.m4: New file.
42586
42587         Module lchown.
42588         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
42589         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
42590
42591         Module makepath.
42592         * m4/makepath.m4: New file.
42593
42594         Module modechange.
42595         * m4/modechange.m4: New file.
42596
42597         Module mountlist.
42598         * m4/mountlist.m4: New file.
42599         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
42600         Indentation.
42601
42602         Module path-concat.
42603         * m4/path-concat.m4: New file.
42604
42605         Module pathmax.
42606         * m4/pathmax.m4: New file.
42607
42608         Module same.
42609         * m4/same.m4: New file.
42610
42611         Module save-cwd.
42612         * m4/save-cwd.m4: New file.
42613
42614         Module savedir.
42615         * m4/savedir.m4: New file.
42616
42617         Module xgetcwd.
42618         * m4/xgetcwd.m4: New file.
42619         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
42620
42621         Module xreadlink.
42622         * m4/xreadlink.m4: New file.
42623
42624         Module safe-read.
42625         * m4/safe-read.m4: New file.
42626
42627         Module safe-write.
42628         * m4/safe-write.m4: New file.
42629
42630         Module closeout.
42631         * m4/closeout.m4: New file.
42632
42633         Module stdio-safer.
42634         * m4/stdio-safer.m4: New file.
42635
42636         Module getpass.
42637         * m4/getpass.m4: New file.
42638
42639         Module getugroups.
42640         * m4/getugroups.m4: New file.
42641
42642         Module group-member.
42643         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
42644         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
42645
42646         Module idcache.
42647         * m4/idcache.m4: New file.
42648
42649         Module userspec.
42650         * m4/userspec.m4: New file.
42651
42652         Module gettime.
42653         * m4/clock_time.m4: New file.
42654         * m4/gettime.m4: New file.
42655
42656         Module settime.
42657         * m4/settime.m4: New file.
42658
42659         Module posixtm.
42660         * m4/posixtm.m4: New file.
42661
42662         Module gethostname.
42663         * m4/gethostname.m4: New file.
42664
42665         Module canon-host.
42666         * m4/canon-host.m4: New file.
42667
42668         Module gettext.
42669         * m4/codeset.m4: New file, from gettext-0.11.5.
42670         * m4/gettext.m4: New file, from gettext-0.11.5.
42671         * m4/glibc21.m4: New file, from gettext-0.11.5.
42672         * m4/iconv.m4: New file, from gettext-0.11.5.
42673         * m4/intdiv0.m4: New file, from gettext-0.11.5.
42674         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
42675         * m4/inttypes.m4: New file, from gettext-0.11.5.
42676         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
42677         * m4/isc-posix.m4: New file, from gettext-0.11.5.
42678         * m4/lcmessage.m4: New file, from gettext-0.11.5.
42679         * m4/lib-ld.m4: New file, from gettext-0.11.5.
42680         * m4/lib-link.m4: New file, from gettext-0.11.5.
42681         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
42682         * m4/progtest.m4: New file, from gettext-0.11.5.
42683         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
42684         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
42685         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
42686
42687         Module localcharset.
42688         * m4/localcharset.m4: New file.
42689
42690         Module hard-locale.
42691         * m4/hard-locale.m4: New file.
42692
42693         Module mbswidth.
42694         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
42695         onceonly macros.
42696         * m4/mbrtowc.m4: Add comment.
42697
42698         Module memcasecmp.
42699         * m4/memcasecmp.m4: New file.
42700
42701         Module memcoll.
42702         * m4/memcoll.m4: New file.
42703
42704         Module unicodeio.
42705         * m4/unicodeio.m4: New file.
42706
42707         Module rpmatch.
42708         * m4/rpmatch.m4: New file.
42709
42710         Module yesno.
42711         * m4/yesno.m4: New file.
42712
42713         Module exitfail.
42714         * m4/exitfail.m4: New file.
42715
42716         Module c-stack.
42717         * m4/c-stack.m4 (gl_C_STACK): New macro.
42718         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
42719
42720         Module error.
42721         * m4/error.m4 (gl_ERROR): New macro.
42722         (jm_PREREQ_ERROR): Use onceonly macros.
42723
42724         Module fatal.
42725         * m4/fatal.m4: New file.
42726
42727         Module getloadavg.
42728         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
42729         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
42730
42731         Module getpagesize.
42732         * m4/getpagesize.m4: New file.
42733
42734         Module getusershell.
42735         * m4/getusershell.m4: New file.
42736
42737         Module physmem.
42738         * m4/physmem.m4: New file.
42739
42740         Module posixver.
42741         * m4/posixver.m4: New file.
42742
42743         Module quotearg.
42744         * m4/quotearg.m4: New file.
42745
42746         Module quote.
42747         * m4/quote.m4: New file.
42748
42749         Module readutmp.
42750         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
42751
42752         Module sig2str.
42753         * m4/sig2str.m4: New file.
42754
42755         Other.
42756         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
42757         ulonglong.m4.
42758         * m4/intmax_t.m4: New file.
42759         * m4/d-type.m4: Indentation.
42760         * m4/jm-macros.m4: Update.
42761         * m4/prereq.m4 (jm_PREREQ): Update.
42762         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
42763         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
42764         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
42765         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
42766         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
42767         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
42768         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
42769         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
42770         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
42771         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
42772         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
42773         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
42774         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
42775         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
42776         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
42777         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
42778         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
42779         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
42780         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
42781
42782 2002-12-24  Bruno Haible  <bruno@clisp.org>
42783
42784         * MODULES.txt: Update according to m4/ changes.
42785
42786         Module gettext.
42787         * config.rpath: New file, from gettext-0.11.5.
42788
42789         * modules/*: New module descriptions.
42790         * gnulib-tool: New file.
42791         * MODULES.html.sh: New file.
42792
42793 2002-12-21  Karl Berry  <karl@gnu.org>
42794
42795         * doc/fdl.texi: update to version 1.2.
42796
42797 2002-12-19  Karl Berry  <karl@gnu.org>
42798
42799         * config/config.guess: update from prep.
42800
42801 2002-12-18  Bruno Haible  <bruno@clisp.org>
42802
42803         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
42804         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
42805
42806 2002-12-17  Bruno Haible  <bruno@clisp.org>
42807
42808         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
42809         stdlib.h, string.h.
42810
42811 2002-12-17  Bruno Haible  <bruno@clisp.org>
42812
42813         * lib/canon-host.c (strdup): Remove unused declaration.
42814
42815         * lib/fsusage.c: Include full_read.h.
42816         (get_fs_usage): Use full_read instead of safe_read.
42817
42818         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
42819
42820 2002-12-12  Karl Berry  <karl@gnu.org>
42821
42822         * config/config.guess: update from prep.
42823
42824 2002-12-11  Bruno Haible  <bruno@clisp.org>
42825
42826         * m4/setenv.m4: New file, from gettext-0.11.5.
42827
42828 2002-12-11  Bruno Haible  <bruno@clisp.org>
42829
42830         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
42831         not unsetenv().
42832         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
42833         modifications:
42834
42835         2002-12-11  Bruno Haible  <bruno@clisp.org>
42836
42837                 * setenv.c (alloca): Fall back to malloc.
42838                 (freea): New macro.
42839                 (setenv): Use freea() to free memory allocated with alloca().
42840
42841         2002-11-13  Bruno Haible  <bruno@clisp.org>
42842
42843                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
42844                 function declarations.
42845                 * unsetenv.c (unsetenv): Likewise.
42846
42847         2002-03-04  Bruno Haible  <bruno@clisp.org>
42848
42849                 Portability to AIX 4.3.3.
42850                 * unsetenv.c: New file, extracted from setenv.c.
42851                 * setenv.c: Move the unsetenv() function to unsetenv.c.
42852
42853         2001-12-20  Bruno Haible  <bruno@clisp.org>
42854
42855                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
42856                 use malloc instead. For SunOS 4.
42857
42858         2001-12-11  Bruno Haible  <bruno@clisp.org>
42859
42860                 * setenv.c: Declare alloca.
42861                 (compar_fn_t): New typedef.
42862                 (KNOWN_VALUE, STORE_VALUE): Use it.
42863
42864         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
42865         setenv.h.
42866
42867 2002-12-10  Paul Eggert  <eggert@twinsun.com>
42868
42869         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
42870         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
42871         Choose values that are less likely to collide with system fnmatch
42872         options.
42873         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
42874         defined (e.g., a pure POSIX system).
42875         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
42876         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
42877
42878 2002-12-06  Paul Eggert  <eggert@twinsun.com>
42879
42880         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
42881         a pain in practice to deal with generated m4 files.  This change
42882         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
42883
42884         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
42885         and jm-glibc-io.m4, as they are no longer a special case.
42886         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
42887         kludge and the auto-generation stuff.  Check only whether the
42888         functions are declared, not whether they exist, since older hosts
42889         that don't declare the functions can't use the optimization anyway.
42890
42891 2002-12-06  Jim Meyering  <jim@meyering.net>
42892
42893         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
42894
42895         Merge in changes from libc's misc/error.c, in preparation
42896         for the merge of gnulib's changes back into libc.
42897
42898         * lib/error.c (_): Define only if not already defined.
42899         Move definition to follow all #include directives.
42900         Include unlocked-io.h only if !_LIBC.
42901         [_LIBC]: Include <libio/libioP.h>.
42902         [USE_IN_LIBIO]: Include <libio/iolibio.h>
42903         (fflush): Tweak definition to use INTUSE.
42904         (putc): Define.
42905
42906 2002-12-05  Paul Eggert  <eggert@twinsun.com>
42907
42908         * lib/alloca.c [defined emacs]: Include "lisp.h".
42909         (xalloc_die) [defined emacs]: New macro.
42910         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
42911         [! defined emacs]: Include <xalloc.h>.
42912         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
42913         (pointer): Typedef to POINTER_TYPE *.
42914         (malloc): Remove decl; we now always use xmalloc.
42915         (alloca): Use old-style definition, since Emacs needs this.
42916         Check for arithmetic overflow when computing combined size.
42917
42918 2002-12-04  Paul Eggert  <eggert@twinsun.com>
42919
42920         Do not generate unlocked-io.h automatically, since it's easier to
42921         maintain it by hand.
42922
42923         * lib/unlocked-io.h: New file, from GNU diffutils,
42924         but with proper copyright notice and attribution.
42925         * lib/gen-uio: Remove.
42926         * lib/Makefile.am: Add copyright notice.
42927         (libfetish_a_SOURCES): Add unlocked-io.h.
42928         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
42929         (DISTCLEANFILES, io_functions): Remove macros.
42930         (EXTRA_DIST): Remove gen_uio.
42931         (unlocked-io.h): Remove rule.
42932
42933 2002-12-04  Jim Meyering  <jim@meyering.net>
42934
42935         Reflect the fact that stat.c and lstat.c are no longer generated.
42936         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
42937         (DISTCLEANFILES): Likewise.
42938         (EXTRA_DIST): Likewise.
42939         (all_local): Don't depend on stat.c or lstat.c.
42940         (stat.c, lstat.c): Remove rules.
42941         (EXTRA_DIST): Remove xstat.in.
42942
42943         * lib/xstat.in: Remove file.  Contents moved into stat.c.
42944         * lib/stat.c: New file.  Contents mostly from xstat.in.
42945         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
42946         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
42947
42948         * lib/safe-read.c: Rework so that it may serve to define safe_write,
42949         too.
42950         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
42951
42952 2002-12-03  Jim Meyering  <jim@meyering.net>
42953
42954         * lib/safe-read.c, safe-write.c: Change variable names and comments,
42955         but not semantics, to minimize the differences between these two files.
42956         (safe_read): Change comment to mention SAFE_READ_ERROR.
42957
42958         * lib/safe-read.c (IS_EINTR): Define.
42959         (safe_read): Use IS_EINTR in place of in-function cpp directives.
42960
42961 2002-12-02  Jim Meyering  <jim@meyering.net>
42962
42963         * lib/safe-read.c (EINTR): Define.
42964         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
42965         (INT_MAX): Provide fallback.
42966         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
42967
42968         * lib/safe-read.h (SAFE_READ_ERROR): Define.
42969
42970 2002-12-02  Bruno Haible  <bruno@clisp.org>
42971
42972         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
42973         Define, taken from safe-read.c.
42974         (INT_MAX): Provide fallback.
42975         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
42976         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
42977
42978         * lib/safe-read.c (EINTR): Remove definition.
42979         (safe_read): Don't use EINTR if it is absent.
42980
42981 2002-12-01  Jim Meyering  <jim@meyering.net>
42982
42983         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
42984         zero.
42985         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
42986
42987 2002-11-27  Paul Eggert  <eggert@twinsun.com>
42988
42989         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
42990         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
42991         with `if (! (value < limit)) abort ();', for readability.
42992
42993 2002-11-26  Karl Berry  <karl@gnu.org>
42994
42995         * lib/strdup.c: copy from libc again, with jim's ok.
42996         * lib/.cppi-disable: re-add strdup.c
42997
42998 2002-11-25  Karl Berry  <karl@gnu.org>
42999
43000         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
43001         instead of "strtol.c".
43002
43003 2002-11-25  Karl Berry  <karl@gnu.org>
43004
43005         * config/install-sh: update from automake for variable quoting, $0 in
43006         error msgs, etc.
43007
43008         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
43009         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
43010         entry.
43011
43012 2002-11-25  Jim Meyering  <jim@meyering.net>
43013
43014         * lib/mktime.c: Sync from libc, now that it has the latest fix.
43015
43016 2002-11-24  Karl Berry  <karl@gnu.org>
43017
43018         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
43019         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
43020
43021 2002-11-24  Jim Meyering  <jim@meyering.net>
43022
43023         Update from coreutils:
43024
43025         * lib/mktime.c: Merge in changes from libc.
43026
43027         Avoid a link-time failure on some Linux systems.
43028         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
43029         (otherwise).
43030         (__mon_yday): Declare with the STATIC attribute.
43031         (__mktime_internal): Likewise.
43032         Based on a report from Greg Schafer.
43033
43034 2002-11-23  Jim Meyering  <jim@meyering.net>
43035
43036         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
43037         Use `unsigned', not `int', as type of index.
43038
43039         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
43040
43041         * lib/fsusage.c: Remove unneeded parentheses around operands of
43042         `defined'.
43043
43044 2002-11-22  Paul Eggert  <eggert@twinsun.com>
43045
43046         * lib/quotearg.h: Allow multiple inclusion by surrounding with
43047         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
43048         so that we can be included first.
43049         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
43050         * lib/quotearg.c: Include quotearg.h immediately after config.h.
43051         No need to include stddef.h or sys/types.h any more.
43052         Surround local include files with "", not "<>".
43053         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
43054         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
43055         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
43056         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
43057         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
43058         (ISPRINT): Remove; no longer needed now that we assume C89.
43059
43060         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
43061         Preserve errno.
43062
43063         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
43064         quotearg_char): Use SIZE_MAX rather than
43065         (size_t) -1 when we are talking about "infinity".
43066
43067         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
43068
43069 2002-11-22  Paul Eggert  <eggert@twinsun.com>
43070
43071         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
43072         hint that one should use `if (! x) abort ();' rather than `assert
43073         (x);', and anyway it's one less thing to worry about configuring.
43074         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
43075         hash_rehash, hash_insert): Use abort rather than assert.
43076
43077 2002-11-22  Bruno Haible  <bruno@clisp.org>
43078
43079         * lib/safe-read.h: Assume C89. Add comments.
43080         (safe_read): Change return type to size_t.
43081         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
43082         byte counts > SSIZE_MAX correctly.
43083         * lib/safe-write.h: New file.
43084         * lib/safe-write.c: New file.
43085         * lib/full-read.h: New file.
43086         * lib/full-read.c: New file.
43087         * lib/full-write.h: Assume C89. Add comments.
43088         * lib/full-write.c: Include safe-write.h.
43089         (full_write): Rewritten to use safe_write.
43090         Suggested by Jim Meyering and Paul Eggert.
43091
43092 2002-11-21  Jim Meyering  <jim@meyering.net>
43093
43094         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
43095
43096         Merge in changes from the coreutils.
43097
43098         2002-09-25  Paul Eggert  <eggert@twinsun.com>
43099         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
43100         <stdint.h>.
43101         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
43102         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
43103         int.  Work more efficiently if X is the same width as uintmax_t.
43104         Do not compare X to -1, to avoid bogus compiler warning.
43105         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
43106         Don't assume that f_frsize and f_bsize are the same type.
43107
43108         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
43109         warning on FreeBSD.
43110
43111         * lib/makepath.c (make_path): Restore umask *before* creating the final
43112         component.
43113         (make_path): Minor reformatting.
43114
43115         * lib/xmalloc.c: Adjust to work with new autoconf macros,
43116         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
43117         HAVE_MALLOC/HAVE_REALLOC.
43118
43119         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
43120         dummy ones.  At least on GNU/Linux systems, `auto' means something
43121         else.
43122         From Michael Stone.
43123
43124 2002-11-21  Bruno Haible  <bruno@clisp.org>
43125
43126         Remove case insensitive option matching.
43127         * lib/argmatch.h (argcasematch): Remove declaration.
43128         (ARGCASEMATCH): Remove macro.
43129         (__xargmatch_internal): Remove case_sensitive argument.
43130         (XARGMATCH): Update.
43131         (XARGCASEMATCH): Remove macro.
43132         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
43133         case_sensitive argument.
43134         (argcasematch): Remove function.
43135         (__xargmatch_internal): Remove case_sensitive argument.
43136         (main): Use XARGMATCH instead of XARGCASEMATCH.
43137
43138         * lib/xmalloc.c: Change compile-time error message. Add comment about
43139         required autoconf version.
43140
43141 2002-11-20  Paul Eggert  <eggert@twinsun.com>
43142
43143         Merge argmatch cleanups from Bison.  Assume C89.
43144
43145         * lib/argmatch.c: Include config.h here, not in argmatch.h.
43146         Include stdlib.h, for EXIT_FAILURE.
43147         Always include <string.h>, since we assume C89.
43148         (EXIT_FAILURE): Remove pre-C89 bug workaround.
43149         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
43150         Include <stddef.h> instead, since it's all we need for size_t.
43151         (PARAMS): Remove.  All uses removed.
43152         (ARRAY_CARDINALITY): Do not bother to #undef.
43153         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
43154         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
43155         Remove unnecessary parentheses.
43156         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
43157         Insert necessary parentheses.
43158         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
43159         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
43160
43161 2002-11-19  Bruno Haible  <bruno@clisp.org>
43162
43163         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
43164         * lib/mbswidth.h: Include <stddef.h>, for size_t.
43165
43166         * lib/mbswidth.h (PARAMS): Remove macro.
43167         (mbswidth, mbsnwidth): Use ANSI C function declarations.
43168         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
43169
43170         * lib/gcd.h (PARAMS): Remove macro.
43171         (gcd): Use ANSI C function declarations.
43172         * lib/gcd.c (gcd): Likewise.
43173
43174 2002-11-15  Bruno Haible  <bruno@clisp.org>
43175
43176         * lib/strcspn.c: Include <stddef.h>.
43177         (strcspn): Use ANSI C function declaration. Change return type to
43178         size_t. Use NULL.
43179         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
43180         (strpbrk): Use NULL.
43181         * lib/strpbrk.h (PARAMS): Remove macro.
43182         (strpbrk): Use ANSI C function declaration.
43183         * lib/strstr.c: Don't include <sys/types.h>.
43184         * lib/strstr.h (PARAMS): Remove macro.
43185         (strstr): Use ANSI C function declarations.
43186
43187 2002-11-14  Karl Berry  <karl@gnu.org>
43188
43189         * config/mkinstalldirs: `do' on separate line, instead of
43190         `for var; do'.
43191
43192 2002-11-06  Bruno Haible  <bruno@clisp.org>
43193
43194         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
43195         * lib/gcd.c (gcd): Likewise.
43196
43197 2002-11-05  Bruno Haible  <bruno@clisp.org>
43198
43199         * lib/gcd.h: New file, from gettext-0.11.5.
43200         * lib/gcd.c: New file, from gettext-0.11.5.
43201
43202 2002-11-05  Bruno Haible  <bruno@clisp.org>
43203
43204         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
43205         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
43206         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
43207         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
43208
43209         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
43210         <libintl.h>.
43211         * lib/makepath.c: Include gettext.h instead of <locale.h> and
43212         <libintl.h>.
43213
43214         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
43215         * lib/human.c: Include gettext.h instead of <libintl.h>.
43216         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
43217         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
43218         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
43219         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
43220         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
43221         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
43222         (textdomain): Remove definition.
43223         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
43224
43225         * lib/long-options.c: Remove include of <libintl.h> and definition of
43226         _.
43227         * lib/same.c: Remove include of <libintl.h> and definition of _.
43228
43229 2002-11-04  Owen Taylor  <otaylor@redhat.com>
43230
43231         * lib/config.charset: A few additions for Solaris.
43232
43233 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
43234
43235         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
43236         * lib/localcharset.c (locale_charset): Declare as extern "C".
43237
43238 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
43239
43240         * lib/config.charset: msdos in uk_UA uses CP1125.
43241
43242 2002-11-04  Bruno Haible  <bruno@clisp.org>
43243
43244         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
43245         * lib/strcase.h: New file, from GNU gettext-0.11.5.
43246         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
43247         * lib/strstr.h: New file, from GNU gettext-0.11.5.
43248         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
43249
43250 2002-11-04  Bruno Haible  <bruno@clisp.org>
43251
43252         * lib/localcharset.c (locale_charset): Don't return an empty string.
43253
43254 2002-11-04  Bruno Haible  <bruno@clisp.org>
43255
43256         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
43257         aliases.
43258
43259 2002-11-04  Bruno Haible  <bruno@clisp.org>
43260
43261         * lib/config.charset: Update for newest glibc. Add canonical names
43262         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
43263
43264 2002-11-04  Bruno Haible  <bruno@clisp.org>
43265
43266         * lib/config.charset: Add support for NetBSD.
43267
43268 2002-11-04  Bruno Haible  <bruno@clisp.org>
43269
43270         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
43271
43272 2002-11-01  Bruno Haible  <bruno@clisp.org>
43273
43274         * configure.in: Add AC_CONFIG_AUX_DIR call.
43275         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
43276         test/Makefile.
43277         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
43278
43279 2002-09-28  Karl Berry  <karl@gnu.org>
43280
43281         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
43282         installed automake until the next release, since changes have been
43283         made.
43284
43285 2002-09-25  Karl Berry  <karl@gnu.org>
43286
43287         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
43288         * lib/getopt*: copy from libc/posix.
43289         * lib/gettext.h: copy from gettext.
43290         * lib/.cppi-disable: add strdup.c, gettext.h.
43291
43292 2002-09-25  Karl Berry  <karl@gnu.org>
43293
43294         * config/srclist.txt: enable gettext.h check.
43295         * config/config.{guess,sub}: update from prep.
43296         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
43297                 from automake 1.6.3.
43298         See srclist*.
43299
43300 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
43301
43302         * regex.c (PATFETCH): Remove the translating fetch.
43303         (PATFETCH_RAW): Rename to PATFETCH.
43304         (set_image_of_range): New fun.
43305         (SET_RANGE_TABLE_WORK_AREA): Use it.
43306         (regex_compile): Don't translate the pattern chars so eagerly.
43307         Only do it when inserting an `exactn' bytecode or when handling
43308         a char-range.
43309         (mutually_exclusive_p): Avoid empty statement.
43310
43311 2002-07-06  Jim Meyering  <meyering@lucent.com>
43312
43313         * m4/README: Don't mention Makefile.am.in.
43314         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
43315
43316 2002-07-01  Jim Meyering  <meyering@lucent.com>
43317
43318         * lib/c-stack.c: Include sys/time.h.
43319         From Volker Borchert.
43320
43321 2002-06-26  Paul Eggert  <eggert@twinsun.com>
43322
43323         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
43324
43325 2002-06-26  Paul Eggert  <eggert@twinsun.com>
43326
43327         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
43328         New macro.  Use it uniformly instead of
43329         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
43330         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
43331         reported by Vin Shelton.
43332
43333 2002-06-22  Paul Eggert  <eggert@twinsun.com>
43334
43335         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
43336         Do not assume SA_SIGINFO behavior.
43337         Bug reported by Jim Meyering on NetBSD 1.5.2.
43338
43339 2002-06-22  Jim Meyering  <meyering@lucent.com>
43340
43341         * m4/c-stack.m4: New file, from diffutils-2.8.2.
43342         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
43343
43344         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
43345         now that configure.ac uses AC_GNU_SOURCE.
43346         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
43347         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
43348
43349         Update to latest tools.  Suggestions from Paul Eggert.
43350         * m4/stdbool.m4: New file, from diffutils-2.8.2.
43351         * m4/gnu-source.m4: Update from diffutils-2.8.2.
43352         * m4/fnmatch.m4: Likewise.
43353         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
43354         to AC_HEADER_STDBOOL
43355
43356 2002-06-22  Jim Meyering  <meyering@lucent.com>
43357
43358         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
43359         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
43360
43361 2002-06-22  Jim Meyering  <meyering@lucent.com>
43362
43363         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
43364
43365         * lib/exitfail.c, exitfail.h: Likewise.
43366         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
43367
43368         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
43369         of fnmatch.h.
43370         (EXTRA_DIST): Add fnmatch_loop.c.
43371         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
43372
43373         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
43374         * lib/fnmatch.c: Update from diffutils-2.8.2.
43375         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
43376         * lib/fnmatch.h: Remove file.
43377
43378 2002-06-21  Jim Meyering  <meyering@lucent.com>
43379
43380         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
43381         * m4/mbrtowc.m4: Likewise.
43382
43383         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
43384         * m4/mbswidth.m4: Reflect name change:
43385         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
43386         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
43387
43388         * m4/lib-link.m4: Update from gettext-0.11.2.
43389         * m4/gettext.m4: Likewise.
43390
43391         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
43392         From Alfred M. Szmidt.
43393
43394 2002-06-18  Paul Eggert  <eggert@twinsun.com>
43395
43396         * lib/file-type.h: Report an error if neither S_ISREG nor
43397         S_IFREG is defined, instead of using a test specific to glibc
43398         2.2.  This should be safe, since POSIX requires S_ISREG and
43399         Unix Version 7 had S_IFREG.  We don't need to check for
43400         <sys/types.h> since we don't use any symbols that it defines.
43401
43402 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
43403
43404         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
43405         $@-t, so that each temporary file name is unique and valid in the first
43406         8 characters, for operation under DOS.
43407
43408 2002-06-15  Paul Eggert  <eggert@twinsun.com>
43409
43410         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
43411
43412 2002-06-15  Jim Meyering  <meyering@lucent.com>
43413
43414         Work even with DJGPP 2.03, which lacks support for symlinks.
43415         From Richard Dawe.
43416         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
43417         is defined.
43418         * lib/lchown.c (S_ISLNK): Likewise.
43419
43420 2002-06-15  Jim Meyering  <meyering@lucent.com>
43421
43422         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
43423         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
43424         have been included before this file.
43425
43426 2002-06-14  Jim Meyering  <meyering@lucent.com>
43427
43428         * lib/file-type.h: Use the version from diffutils-2.8.2.
43429         * lib/file-type.c: Likewise.
43430
43431 2002-06-07  Jim Meyering  <meyering@lucent.com>
43432
43433         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
43434         They're needed at least for NetBSD 1.5.2.
43435         ($statxfs_includes): Include those same headers.
43436         ($statxfs_includes): Include sys/vfs.h if available.
43437         ($statxfs_includes): Likewise for sys/statvfs.h.
43438         Check for the following members in both structs statfs and statvfs:
43439         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
43440
43441 2002-06-01  Jim Meyering  <meyering@lucent.com>
43442
43443         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
43444         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
43445
43446 2002-05-28  Jim Meyering  <meyering@lucent.com>
43447
43448         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
43449         Reported by Volker Borchert.
43450
43451 2002-05-27  Jim Meyering  <meyering@lucent.com>
43452
43453         Fix a problem seen only on nonconforming systems whereby ls.c's
43454         use of localtime, and then of gettimeofday would cause trouble:
43455         the localtime call used to initialize rpl_gettimeofday's save
43456         mechanism would clobber ls's current local time information so
43457         that in any long listing the first file would always be listed
43458         with date 1970-01-01.  Analysis by Volker Borchert.
43459
43460         * lib/gettimeofday.c (localtime): Undefine.
43461         (rpl_localtime): New function.
43462
43463 2002-05-27  Jim Meyering  <meyering@lucent.com>
43464
43465         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
43466         localtime.
43467
43468         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
43469         use the replacement function; it wouldn't resolve at link time.
43470         Reported by Volker Borchert.
43471
43472 2002-05-22  Jim Meyering  <meyering@lucent.com>
43473
43474         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
43475         file-type.h.
43476         * lib/file-type.h: New file.
43477         * lib/file-type.c (file_type): New file/function.  Extracted from
43478         diffutils.
43479
43480 2002-04-30  Jim Meyering  <meyering@lucent.com>
43481
43482         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
43483
43484 2002-04-29  Paul Eggert  <eggert@twinsun.com>
43485
43486         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
43487
43488 2002-04-29  Paul Eggert  <eggert@twinsun.com>
43489
43490         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
43491         Do not check for alloca.h (no longer used) or stdbool.h (was never
43492         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
43493
43494 2002-04-29  Paul Eggert  <eggert@twinsun.com>
43495
43496         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
43497
43498 2002-04-29  Jim Meyering  <meyering@lucent.com>
43499
43500         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
43501         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
43502         Use AC_FUNC_STRNLEN here instead.
43503
43504         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
43505         With autoconf-2.53a, it's part of AC_PROG_CC.
43506
43507 2002-04-28  Paul Eggert  <eggert@twinsun.com>
43508
43509         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
43510         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
43511
43512 2002-04-28  Paul Eggert  <eggert@twinsun.com>
43513
43514         * lib/sig2str.h, lib/sig2str.c: New files.
43515         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
43516
43517 2002-04-28  Paul Eggert  <eggert@twinsun.com>
43518
43519         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
43520         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
43521         of 127, since 64 is the largest conceivable number for ancient
43522         nonstandard hosts.
43523         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
43524
43525 2002-04-28  Jim Meyering  <meyering@lucent.com>
43526
43527         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
43528
43529 2002-04-24  Jim Meyering  <meyering@lucent.com>
43530
43531         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
43532         (jm_PREREQ): Use it.
43533
43534         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
43535         mach/mach.h fcntl.h.
43536         Check for this function: setlocale.
43537
43538 2002-04-24  Jim Meyering  <meyering@lucent.com>
43539
43540         * lib/gettext.h: New file, from Gettext.
43541         * lib/Makefile.am (INCLUDES): Remove -I../intl.
43542         (libfetish_a_SOURCES): Add gettext.h.
43543
43544 2002-04-16  Jim Meyering  <meyering@lucent.com>
43545
43546         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
43547         ut_pid, ut_id, ut_exit.
43548
43549 2002-04-16  Jim Meyering  <meyering@lucent.com>
43550
43551         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
43552         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
43553         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
43554
43555 2002-04-12  Jim Meyering  <meyering@lucent.com>
43556
43557         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
43558         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
43559         existence of the getmntinfo function.  Needed for Darwin 5.3.
43560
43561         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
43562         This is necessary at least on Darwin 5.3.
43563
43564         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
43565         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
43566         strnlen.o in the library, and that makes some versions of ranlib
43567         object.
43568
43569 2002-04-12  Jim Meyering  <meyering@lucent.com>
43570
43571         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
43572
43573 2002-04-09  Jim Meyering  <meyering@lucent.com>
43574
43575         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
43576         to be more precise.  Rather than saying we're checking whether the
43577         function `works', say what we're testing.
43578         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
43579         Reported by Bruno Haible.
43580
43581 2002-03-10  Jim Meyering  <meyering@lucent.com>
43582
43583         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
43584         Suggestion from Santiago Vila.
43585
43586 2002-03-08  Jim Meyering  <meyering@lucent.com>
43587
43588         * lib/rename.c: Mention that this wrapper is needed also on
43589         mips-dec-ultrix4.4 systems.
43590
43591 2002-03-02  Jim Meyering  <meyering@lucent.com>
43592
43593         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
43594         not HAVE_CLOCK_SETTIME.
43595
43596 2002-02-27  Paul Eggert  <eggert@twinsun.com>
43597
43598         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
43599         Check for clock_settime.
43600
43601 2002-02-27  Paul Eggert  <eggert@twinsun.com>
43602
43603         * lib/nanosleep.h: Rename to....
43604         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
43605
43606         * lib/gettime.c: New file.
43607         * lib/settime.c: New file.
43608         * lib/stime.c: Remove.
43609
43610         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
43611         timespec.h.  Remove nanosleep.h.
43612
43613 2002-02-25  Paul Eggert  <eggert@twinsun.com>
43614
43615         * m4/acl.m4: New file.
43616         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
43617         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
43618
43619 2002-02-25  Paul Eggert  <eggert@twinsun.com>
43620
43621         * lib/acl.c, lib/acl.h: New files.
43622         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
43623
43624 2002-02-24  Jim Meyering  <meyering@lucent.com>
43625
43626         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
43627         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
43628         cause trouble.  Reported by Nelson Beebe.
43629
43630 2002-02-23  Paul Eggert  <eggert@twinsun.com>
43631
43632         * lib/path-concat.c (xpath_concat): Reorder code to pacify
43633         compilers that don't know that xalloc_die never returns.
43634
43635 2002-02-20  Jim Meyering  <meyering@lucent.com>
43636
43637         * lib/getdate.c: Regenerate using bison-1.33.
43638
43639 2002-02-17  Jim Meyering  <meyering@lucent.com>
43640
43641         * config/config.guess (main): Don't use `head -1'; it's no longer
43642         portable. Use `sed 1q' instead.
43643
43644 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
43645
43646         * m4/codeset.m4: Upgrade to gettext-0.11.
43647         * m4/gettext.m4: Upgrade to gettext-0.11.
43648         * m4/glibc21.m4: Upgrade to gettext-0.11.
43649         * m4/iconv.m4: Upgrade to gettext-0.11.
43650         * m4/isc-posix.m4: Upgrade to gettext-0.11.
43651         * m4/lcmessage.m4: Upgrade to gettext-0.11.
43652         * m4/lib-ld.m4: New file, from gettext-0.11.
43653         * m4/lib-link.m4: New file, from gettext-0.11.
43654         * m4/lib-prefix.m4: New file, from gettext-0.11.
43655         * m4/progtest.m4: Upgrade to gettext-0.11.
43656
43657 2002-02-15  Paul Eggert  <eggert@twinsun.com>
43658
43659         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
43660         (jm_PREREQ): Use it.
43661
43662 2002-02-15  Paul Eggert  <eggert@twinsun.com>
43663
43664         * lib/posixver.c, lib/posixver.h: New files.
43665         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
43666
43667 2002-02-02  Paul Eggert  <eggert@twinsun.com>
43668             Bruno Haible  <bruno@clisp.org>
43669
43670         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
43671         (fwrite_success_callback): New declaration.
43672         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
43673         print_unicode_char. Call failure callback instead of error.
43674         (fwrite_success_callback): New function.
43675         (exit_failure_callback): New function.
43676         (fallback_failure_callback): New function.
43677         (print_unicode_char): Call unicode_to_mb.
43678
43679 2002-01-26  Jim Meyering  <meyering@lucent.com>
43680
43681         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
43682         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
43683
43684 2002-01-26  Jim Meyering  <meyering@lucent.com>
43685
43686         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
43687
43688 2002-01-22  Paul Eggert  <eggert@twinsun.com>
43689
43690         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
43691
43692 2002-01-22  Jim Meyering  <meyering@lucent.com>
43693
43694         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
43695         Otherwise, some versions of automake would omit the rule that makes
43696         Makefile from Makefile.in.
43697
43698 2002-01-21  Paul Eggert  <eggert@twinsun.com>
43699
43700         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
43701         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
43702         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
43703         (memcoll): Set errno to zero if there is no error.
43704
43705         * lib/quotearg.c (quotearg_buffer_restyled):
43706         Fix bug with quoting buffers containing NUL when backslashing escapes.
43707         This bug was exposed by the other changes in this patch.
43708         (quotearg_n_options): New arg ARGSIZE.
43709         All callers changed.
43710         (quoting_options_from_style): New function.
43711         (quotearg_n_style): Use it.
43712         (quotearg_n_style_mem): New function.
43713
43714         * lib/quotearg.h (quotearg_n_style_mem): New function.
43715
43716 2002-01-19  Jim Meyering  <meyering@lucent.com>
43717
43718         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
43719         Remove useless quotes: DF_PROG="df".
43720         * m4/strnlen.m4: New file.
43721
43722 2002-01-16  Paul Eggert  <eggert@twinsun.com>
43723
43724         * lib/backupfile.c (ISDIGIT): Comment fix.
43725         * lib/getdate.y (ISDIGIT): Likewise.
43726         * lib/posixtm.c (ISDIGIT, year): Likewise.
43727         * lib/strverscmp.c (ISDIGIT): Likewise.
43728         * lib/userspec.c (ISDIGIT): Likewise.
43729
43730 2002-01-16  Jim Meyering  <meyering@lucent.com>
43731
43732         * lib/getdate.y: Add three semicolons, each just before a closing
43733         brace. Bison (as of version 1.31) no longer papers over that mistake.
43734
43735 2002-01-05  Jim Meyering  <meyering@lucent.com>
43736
43737         * lib/version-etc.c (version_etc_copyright): Update copyright year.
43738
43739 2001-12-19  Paul Eggert  <eggert@twinsun.com>
43740
43741         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
43742         not silently exit merely because the output buffer happens to
43743         have nothing pending.
43744
43745 2001-12-18  Paul Eggert  <eggert@twinsun.com>
43746
43747         See the big note in ../ChangeLog.
43748         * lib/human.c (suffixes): Prefer K to k for 1024.
43749         (generate_suffix_backwards): New function.
43750         (human_readable_inexact): Use it.
43751         * lib/xstrtol.c (__xstrtol): If there is no number but there
43752         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
43753         Accept 'K' as well as 'k'.
43754
43755 2001-12-15  Jim Meyering  <meyering@lucent.com>
43756
43757         * lib/regex.h (__restrict_arr): Update from libc.
43758
43759         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
43760         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
43761         (STREQ): Define.
43762
43763 2001-12-14  Jim Meyering  <meyering@lucent.com>
43764
43765         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
43766         Suggestion from Bruno Haible.
43767
43768 2001-12-10  Jim Meyering  <meyering@lucent.com>
43769
43770         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
43771         xrealloc, Instead, include "xalloc.h".
43772         (initbuffer): Don't cast xmalloc return value to char*.
43773         (readline): Reword comment.
43774         Don't cast xrealloc return value to char*
43775         Return NULL, not 0.
43776
43777 2001-12-09  Jim Meyering  <meyering@lucent.com>
43778
43779         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
43780         about `signed and unsigned type in conditional expression'.
43781         * lib/posixtm.c (posix_time_parse): Likewise.
43782
43783         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
43784
43785         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
43786         to avoid a pedantic warning.
43787
43788         * lib/getstr.c: Don't include assert.h.
43789         (getstr): Remove warning-evoking assertions.
43790         Return -1 if offset parameter is out of bounds.
43791         Change the type of a local from int to size_t.
43792
43793         * lib/strftime.c (my_strftime_localtime_r): Include this function
43794         definition in the `#if ! HAVE_TM_GMTOFF' block.
43795
43796         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
43797         Include xalloc.h instead.
43798
43799 2001-12-02  Jim Meyering  <meyering@lucent.com>
43800
43801         * lib/tempname.c: Don't declare getenv, thus reverting the change of
43802         2001-11-18.  It's no longer necessary, now that stdlib.h is always
43803         included.
43804
43805         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
43806         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
43807
43808 2001-11-30  Akim Demaille  <akim@epita.fr>
43809
43810         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
43811         before being defined.
43812
43813 2001-11-27  Paul Eggert  <eggert@twinsun.com>
43814
43815         * lib/quotearg.h (quotearg_n, quotearg_n_style):
43816         First arg is int, not unsigned.
43817         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
43818         (SIZE_MAX, UINT_MAX): New macros.
43819         (quotearg_n_options): Abort if N is negative.
43820         Avoid overflow check on hosts where size_t is 64 bits and int
43821         is 32 bits, as overflow is impossible there.
43822         Fix off-by-one typo that caused unnecessary reallocation.
43823
43824 2001-11-27  Jim Meyering  <meyering@lucent.com>
43825
43826         * lib/tempname.c: Merge with version from libc.
43827         * lib/regex.c: Likewise.
43828
43829         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
43830         systems for which STDC_HEADERS is 0, it was not included, resulting in
43831         a warning about an integer-to-pointer conversion problem with getenv.
43832         Reported by Volker Borchert.
43833
43834 2001-11-26  Jim Meyering  <meyering@lucent.com>
43835
43836         * lib/gtod.h: Remove file.
43837         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
43838         * lib/gettimeofday.c: Don't include gtod.h.
43839         (GTOD_init): Remove function.
43840         (rpl_gettimeofday): Do its job here instead, rather than aborting.
43841         Suggestion from Volker Borchert.
43842
43843 2001-11-23  Jim Meyering  <meyering@lucent.com>
43844
43845         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
43846         it.
43847         * lib/hash.c (struct hash_table): Define it here instead.
43848
43849 2001-11-22  Jim Meyering  <meyering@lucent.com>
43850
43851         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
43852
43853 2001-11-20  Jim Meyering  <meyering@lucent.com>
43854
43855         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
43856         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
43857
43858 2001-11-19  Jim Meyering  <meyering@lucent.com>
43859
43860         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
43861         directory.  Use "conftestXXXXXX" as the template.
43862         Suggestion from Paul Eggert.
43863
43864         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
43865         immediately, so the test doesn't mistakenly hit the max-open-files
43866         limit.
43867
43868 2001-11-18  Paul Eggert  <eggert@twinsun.com>
43869
43870         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
43871         (TEMPORARIES): New macro.
43872         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
43873         removes an artificial limitation (e.g. HP-UX 10.20, where
43874         TMP_MAX is 17576).
43875
43876 2001-11-18  Jim Meyering  <meyering@lucent.com>
43877
43878         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
43879
43880 2001-11-18  Jim Meyering  <meyering@lucent.com>
43881
43882         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
43883         on SunOS 4.
43884
43885         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
43886         files will be created before anything else.
43887
43888 2001-11-17  Paul Eggert  <eggert@twinsun.com>
43889
43890         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
43891         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
43892
43893 2001-11-17  Jim Meyering  <meyering@lucent.com>
43894
43895         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
43896         Prompted by a report from Bob Proulx.
43897
43898         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
43899         Instead, require UTILS_FUNC_MKSTEMP.
43900
43901 2001-11-17  Jim Meyering  <meyering@lucent.com>
43902
43903         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
43904         Now, that's done as part of AC_FUNC_STRTOD.
43905
43906 2001-11-17  Jim Meyering  <meyering@lucent.com>
43907
43908         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
43909         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
43910         rather than group writable.  Patch by Juan F. Codagnone.
43911
43912         * lib/readtokens.c: Remove explicit declarations of xmalloc and
43913         xrealloc, Instead, include "xalloc.h".
43914
43915         * lib/mountlist.c: Include unlocked-io.h after all system headers.
43916         Remove explicit declarations of xmalloc, xrealloc,
43917         and xstrdup.  Instead, include "xalloc.h".
43918
43919         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
43920         unlocked-io.h.
43921         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
43922         Likewise.
43923         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
43924
43925         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
43926         Reported by Padraig Brady.
43927
43928         * lib/mkstemp.c: #undef mkstemp.
43929         Include config.h.
43930         (rpl_mkstemp): Rename from mkstemp.
43931         Protoize.
43932
43933 2001-11-16  Jim Meyering  <meyering@lucent.com>
43934
43935         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
43936         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
43937         determine the amount of total physical memory, use pstat_getstatic.
43938         HPUX-11 doesn't define _SC_PHYS_PAGES.
43939         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
43940         If sysconf couldn't be used to determine the amount of available
43941         physical memory, use both pstat_getstatic and pstat_getdynamic.
43942         Based on a patch from Bob Proulx.
43943
43944 2001-11-10  Jim Meyering  <meyering@lucent.com>
43945
43946         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
43947         (jm_PREREQ): Use it.
43948
43949 2001-11-09  Jim Meyering  <meyering@lucent.com>
43950
43951         * m4/jm-macros.m4: Require autoconf-2.52f.
43952         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
43953         Use these AC_-prefixed names, not the AM_-prefixed ones.
43954
43955         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
43956
43957 2001-11-05  Jim Meyering  <meyering@lucent.com>
43958
43959         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
43960
43961 2001-11-04  Jim Meyering  <meyering@lucent.com>
43962
43963         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
43964         $DEFS.
43965
43966 2001-11-03  Jim Meyering  <meyering@lucent.com>
43967
43968         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
43969         of AC_DEFUN.
43970
43971         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
43972         know the name of the variable in the macro definition.
43973
43974 2001-11-03  Jim Meyering  <meyering@lucent.com>
43975
43976         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
43977         in argmatch_to_argument call.
43978
43979         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
43980         argument.
43981
43982         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
43983         e.g., a fault due to an attempt to free a NULL pointer.
43984
43985 2001-11-01  Jim Meyering  <meyering@lucent.com>
43986
43987         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
43988         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
43989
43990 2001-11-01  Jim Meyering  <meyering@lucent.com>
43991
43992         * lib/dirfd.c, lib/dirfd.h: New files.
43993         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
43994
43995         * lib/hash.c (hash_print) [TESTING]: Clean up.
43996
43997 2001-10-22  Paul Eggert  <eggert@twinsun.com>
43998
43999         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
44000         to avoid a warning if -Wall.
44001
44002 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
44003
44004         * README: New file
44005         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
44006         (per RMS's instructions, this is now the canonical source)
44007         * lgpl/, gpl/: New directories.
44008
44009 2001-10-21  Paul Eggert  <eggert@twinsun.com>
44010
44011         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
44012
44013 2001-10-21  Jim Meyering  <meyering@lucent.com>
44014
44015         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
44016         this code would end up calling gettext even in packages built
44017         with --disable-nls.
44018         * lib/getopt.c (_): Likewise.
44019         * lib/regex.c (_): Likewise.
44020
44021 2001-10-20  Paul Eggert  <eggert@twinsun.com>
44022
44023         * m4/error.m4 (jm_PREREQ_ERROR):
44024         Do not invoke AC_CHECK_FUNCS with strerror_r, as
44025         AC_FUNC_STRERROR_R does that.
44026         Check for strerror declaration.
44027
44028         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
44029         are supposed to have them these days.
44030         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
44031         Merge changes from latest Autoconf CVS.
44032         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
44033         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
44034         POSIX decided to standardize on the int flavor of strerror_r.
44035
44036 2001-10-20  Paul Eggert  <eggert@twinsun.com>
44037
44038         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
44039         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
44040         Use strerror_r that is only a macro, even if it is not a function.
44041         (strerror): Check for HAVE_DECL_STRERROR before declaring.
44042         (private_strerror): Use prototypes, not old-style function definition.
44043         (print_errno_message): New function.
44044         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
44045         char*-flavored one.
44046         (error_tail, error, error_at_line): Use it.
44047
44048 2001-10-11  Jim Meyering  <meyering@lucent.com>
44049
44050         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
44051         and quote_n (1, ... to avoid clobbering a buffer.
44052
44053 2001-10-05  Jim Meyering  <meyering@lucent.com>
44054
44055         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
44056         hash-pjw.h.
44057         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
44058         * lib/hash-pjw.h: New file.
44059
44060 2001-09-30  Jim Meyering  <meyering@lucent.com>
44061
44062         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
44063         `struct fsstat' has the `f_fstypename' member.
44064         Use that to define FS_TYPE, which is now used to make
44065         the getfsstat link test tighter.
44066
44067 2001-09-30  Jim Meyering  <meyering@lucent.com>
44068
44069         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
44070         Include <sys/ucred.h>, for Apple Darwin.
44071         Include sys/mount.h and sys/fs_types.h only if available.
44072         (FS_TYPE): Define.
44073         (read_filesystem_list): Use FS_TYPE.
44074
44075 2001-09-29  Paul Eggert  <eggert@twinsun.com>
44076
44077         * lib/exclude.c (excluded_filename): 0 -> false, since it's
44078         a boolean context.
44079
44080 2001-09-29  Jim Meyering  <meyering@lucent.com>
44081
44082         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
44083         [one-argument getmntent function]): Include stdio.h before mntent.h.
44084         SunOS 4.1.x needs it for the declaration of `FILE'.
44085         Patch by Volker Borchert.
44086
44087         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
44088         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
44089         sys/fs_types.h, and make the link-test for getfsstat guard #include
44090         directives with appropriate #if HAVE_*_H tests so that we can
44091         detect getfsstat on Apple Darwin1.3.7 systems.
44092         Reported by Nelson Beebe.
44093         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
44094
44095 2001-09-28  Paul Eggert  <eggert@twinsun.com>
44096
44097         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
44098         #defines strtoimax.  Also treat the other strto* functions
44099         like strtoimax.
44100
44101         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
44102         Check for strtoul and strtoumax,
44103         as those declarations are made even in the signed case.
44104         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
44105         Likewise, for strtol and strtoimax.
44106
44107 2001-09-28  Paul Eggert  <eggert@twinsun.com>
44108
44109         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
44110         #defines strtoimax.  Also treat the other strto* functions
44111         like strtoimax.
44112
44113         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
44114         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
44115         (strtoimax, strtoumax): Do not declare if already defined as a macro.
44116
44117 2001-09-26  Jim Meyering  <meyering@lucent.com>
44118
44119         Most macros in unlocked-io.h had the wrong number of arguments.
44120         * lib/gen-uio: New script.
44121         (USE_UNLOCKED_IO): Define to 1 if not already defined.
44122         * lib/unlocked-io.hin: Remove file.
44123         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
44124         rather than trying to embed it here.
44125         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
44126         Reported by Padraig Brady.
44127
44128 2001-09-25  Volker Borchert  <bt@teknon.de>
44129
44130         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
44131         `result'.
44132
44133 2001-09-24  Jim Meyering  <meyering@lucent.com>
44134
44135         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
44136
44137 2001-09-23  Jim Meyering  <meyering@lucent.com>
44138
44139         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
44140         instead of the mere test for existence of mntent.h.  The latter
44141         would get a false-positive on AIX 3.4 systems.
44142         In the outer getmntent if-block, don't die if neither of the getmntent
44143         tests succeeds.  Instead, just fall through and continue with the
44144         remaining tests.
44145
44146 2001-09-23  Jim Meyering  <meyering@lucent.com>
44147
44148         * lib/mountlist.c: Remove useless parentheses in #if directives.
44149         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
44150         the deprecated MOUNTED symbol is no longer defined in mntent.h.
44151
44152 2001-09-22  Jim Meyering  <meyering@lucent.com>
44153
44154         * m4/gettext.m4: New file.  From gettext.
44155         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
44156         * m4/progtest.m4: Likewise
44157         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
44158         * m4/glibc21.m4: Likewise.
44159
44160         * m4/libintl.m4: Remove.  No longer used.
44161
44162 2001-09-22  Jim Meyering  <meyering@lucent.com>
44163
44164         * lib/localcharset.c: Update from latest gettext.
44165         * lib/config.charset: Likewise.
44166
44167 2001-09-20  Jim Meyering  <meyering@lucent.com>
44168
44169         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
44170         strtoimax.
44171         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
44172         strtoumax.
44173
44174 2001-09-20  Jim Meyering  <meyering@lucent.com>
44175
44176         * lib/xstrtol.c (strtoimax): Guard declaration with
44177         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
44178         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
44179         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
44180         (strtoumax): Likewise, for completeness (it wasn't necessary).
44181
44182 2001-09-17  Paul Eggert  <eggert@twinsun.com>
44183
44184         * lib/strtoimax.c (HAVE_LONG_LONG):
44185         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
44186         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
44187         to work around bug in IBM C compiler.
44188
44189 2001-09-17  Jim Meyering  <meyering@lucent.com>
44190
44191         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
44192         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
44193         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
44194         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
44195         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
44196         whenever the right hand side need not be expanded by the shell.
44197
44198 2001-09-16  Paul Eggert  <eggert@twinsun.com>
44199
44200         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
44201         library.  It's not correct, as some older glibcs are buggy.
44202         fnmatch wasn't fixed until glibc 2.2.
44203
44204         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
44205         special shell magic here.
44206
44207 2001-09-16  Jim Meyering  <meyering@lucent.com>
44208
44209         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
44210         * m4/jm-macros.m4: Require it.
44211
44212 2001-09-16  Jim Meyering  <meyering@lucent.com>
44213
44214         * lib/mkdir.c: New file.
44215
44216 2001-09-15  Jim Meyering  <meyering@lucent.com>
44217
44218         * m4/jm-macros.m4: Check for help2man.
44219
44220 2001-09-11  Jim Meyering  <meyering@lucent.com>
44221
44222         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
44223         The body, by Paul Eggert, was moved here from configure.in.
44224         * m4/jm-macros.m4: Require UTILS_HOST_OS.
44225
44226 2001-09-04  Paul Eggert  <eggert@twinsun.com>
44227
44228         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
44229         (jm_PREREQ): Use it.
44230
44231 2001-09-04  Paul Eggert  <eggert@twinsun.com>
44232
44233         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
44234         Use ssize_t, not int, to store result of readlink.
44235         Check for ssize_t overflow as well as size_t overflow,
44236         as POSIX says the result of readlink is implementation-defined
44237         when ssize_t overflows.
44238         Remove unnecessary cast to char*.
44239         Use free+malloc instead of realloc, as the storage doesn't need
44240         to be preserved and it's clearer and can be more efficient that way.
44241         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
44242         * lib/xreadlink.h (xreadlink): Update prototype.
44243
44244 2001-09-04  Paul Eggert  <eggert@twinsun.com>
44245
44246         * lib/xgetcwd.c: Revert some of the previous change; intead,
44247         fix the HAVE_GETCWD_NULL code to behave more like the
44248         !HAVE_GETCWD_NULL code used to.
44249
44250         Include "xalloc.h".
44251         (xgetcwd): Do not return NULL when memory is exhausted; instead,
44252         invoke xalloc_die.
44253
44254 2001-09-03  Paul Eggert  <eggert@twinsun.com>
44255
44256         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
44257         sys/param.h, as pathmax.h includes them.
44258
44259 2001-09-03  Paul Eggert  <eggert@twinsun.com>
44260
44261         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
44262         (jm_PREREQ_XGETCWD): New macro.
44263
44264         * m4/getcwd.m4: New file.
44265
44266 2001-09-03  Paul Eggert  <eggert@twinsun.com>
44267
44268         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
44269         like the HAVE_GETCWD_NULL code.
44270         Include pathmax.h if not HAVE_GETCWD.
44271         Do not include xalloc.h.
44272         (INITIAL_BUFFER_SIZE): New symbol.
44273         Do not use xmalloc / xrealloc, since the caller is responsible for
44274         handling errors.  Preserve errno around `free' during failure.
44275         Do not overrun buffer when using getwd.
44276
44277 2001-09-03  Paul Eggert  <eggert@twinsun.com>
44278
44279         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
44280         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
44281         getcwd (NULL, 0).
44282
44283 2001-09-03  Paul Eggert  <eggert@twinsun.com>
44284
44285         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
44286         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
44287         spotted by Jim Meyering.
44288
44289 2001-09-03  Jim Meyering  <meyering@lucent.com>
44290
44291         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
44292         failure.
44293
44294 2001-09-02  Jim Meyering  <meyering@lucent.com>
44295
44296         * lib/error.c: Update from GNU libc.
44297
44298 2001-09-01  Jim Meyering  <meyering@lucent.com>
44299
44300         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
44301         Used by df.
44302
44303 2001-09-01  Jim Meyering  <meyering@lucent.com>
44304
44305         * lib/xreadlink.c: New file.
44306         * lib/xreadlink.h: New file.
44307         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
44308         xreadlink.h.
44309
44310         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
44311         doesn't conflict with sparc Solaris 7's definition in
44312         /usr/include/sys/int_types.h.
44313
44314         * lib/exclude.c: Use `""', not `<>' to #include non-system header
44315         files.
44316         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
44317         and strncasecmp as r-values.  Unixware didn't have declarations.
44318
44319 2001-08-31  Paul Eggert  <eggert@twinsun.com>
44320
44321         * lib/xstrtol.h: Add copyright notice.
44322         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
44323         LONGINT_INVALID_SUFFIX_CHAR.
44324
44325 2001-08-31  Paul Eggert  <eggert@twinsun.com>
44326
44327         * lib/xstrtol.c (strtoimax): New decl.
44328
44329 2001-08-31  Paul Eggert  <eggert@twinsun.com>
44330
44331         * lib/xgetcwd.c: Don't include pathmax.h.
44332         Include stdlib.h and unistd.h if available.
44333         Include xalloc.h.
44334         (xmalloc, xstrdup, free): Remove decls.
44335         (xgetcwd): Don't assume sizes fit in unsigned.
44336         Check for overflow when computing sizes.
44337         Simplify reallocation code.
44338
44339 2001-08-31  Paul Eggert  <eggert@twinsun.com>
44340
44341         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
44342         a directory's st_size can have an arbitrary value, so the old
44343         usage could waste an arbitrary amount of memory.  All uses
44344         changed.
44345         * lib/savedir.h: Update prototype.
44346
44347 2001-08-31  Paul Eggert  <eggert@twinsun.com>
44348
44349         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
44350
44351         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
44352         old strtoimax.c.
44353
44354         Also, make the following further changes to make this file's
44355         configuration more similar to that of strtol.c:
44356         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
44357         (strtoumax, uintmax_t, strtoull, strtol): Remove.
44358         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
44359         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
44360         changed to signed values.
44361
44362         And make the following changes as well:
44363         Fix copyright notice, as 1999 was missing.
44364         (verify): New macro.
44365         (strtoimax): Check sizes at compile-time, not run-time.
44366         Prefer strtol to strtoll if both work.
44367         (main): Remove; it was not that useful and was a pain to maintain.
44368
44369         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
44370
44371 2001-08-31  Jim Meyering  <meyering@lucent.com>
44372
44373         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
44374         Use an initial, malloc'd, buffer of length 128 rather than
44375         a statically allocated one of length 1024.
44376
44377 2001-08-30  Paul Eggert  <eggert@twinsun.com>
44378
44379         Simplify code, partly by assuming autoconf 2.52 semantics.
44380
44381         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
44382
44383         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
44384         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
44385         All uses removed.
44386         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
44387         Move AC_REQUIRE to next-to-top level, to avoid confusion.
44388         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
44389         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
44390         jm_AC_HEADER_INTTYPES_H.
44391         * m4/jm-macros.m4 (jm_MACROS): Likewise.
44392
44393         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
44394
44395         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
44396         Quote first arg of AC_DEFUN.
44397         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
44398         since they are needed to parse the include file even if we need
44399         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
44400         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
44401         but with opposite signedness.
44402
44403 2001-08-30  Paul Eggert  <eggert@twinsun.com>
44404
44405         Merge 'exclude' changes from tar 1.13.22.
44406         This fixes one or two unlikely storage allocation overflow bugs,
44407         but doesn't change user-visible behavior otherwise.
44408
44409 2001-08-30  Paul Eggert  <eggert@twinsun.com>
44410
44411         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
44412         (jm_PREREQ_EXCLUDE): New macro.
44413
44414 2001-08-30  Paul Eggert  <eggert@twinsun.com>
44415
44416         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
44417         tm to be declared.
44418
44419 2001-08-30  Paul Eggert  <eggert@twinsun.com>
44420
44421         * lib/hash.c: Remove '2001' from copyright notice.
44422
44423 2001-08-30  Paul Eggert  <eggert@twinsun.com>
44424
44425         * lib/full-write.h: New file.
44426         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
44427         * lib/full-write.c: Correct credits, as cccp.c no longer
44428         exists and anyway it was so heavily changed from the old cccp
44429         code as to be unrecognizable.  Include full-write.h.
44430         (full_write) Return size_t, with short writes meaning failure.
44431         All callers changed.  This fixes a bug with large buffers
44432         on 64-bit hosts.
44433         * lib/utime.c: Include full-write.h.
44434
44435 2001-08-30  Paul Eggert  <eggert@twinsun.com>
44436
44437         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
44438         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
44439         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
44440         Include if available.
44441         (<xalloc.h>): Include
44442         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
44443         (verify): New macro.  Use it to verify that EXCLUDE macros do not
44444         collide with FNM macros.
44445         (struct patopts): New struct.
44446         (struct exclude): Use it, as exclude patterns now come with options.
44447         (new_exclude): Support above changes.
44448         (new_exclude, add_exclude_file):
44449         Initial size must now be a power of two to simplify overflow checking.
44450         (free_exclude, fnmatch_no_wildcards): New function.
44451         (excluded_filename): No longer requires options arg, as the options
44452         are determined by add_exclude.  Now returns bool, not int.
44453         (excluded_filename, add_exclude):
44454         Add support for the fancy new exclusion options.
44455         (add_exclude, add_exclude_file): Now takes int options arg.
44456         Check for arithmetic overflow when computing sizes.
44457         (add_exclude_file): xrealloc might modify errno, so don't
44458         realloc until after errno might be used.
44459
44460         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
44461         New macros.
44462         (free_exclude): New decl.
44463         (add_exclude, add_exclude_file): Now takes int options arg.
44464         (excluded_filename): No longer requires options arg, as the options
44465         are determined by add_exclude.  Now returns bool, not int.
44466
44467 2001-08-30  Paul Eggert  <eggert@twinsun.com>
44468
44469         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
44470
44471 2001-08-27  Jim Meyering  <meyering@lucent.com>
44472
44473         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
44474
44475         * lib/version-etc.c (N_): Remove definition.
44476         Revert most of last change.
44477         Instead, simply don't mark the `Copyright...' string for translation.
44478         Based on advice from Paul Eggert.
44479
44480         * lib/strtoxmax.c: Tweak comment.
44481
44482 2001-08-26  Jim Meyering  <meyering@lucent.com>
44483
44484         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
44485
44486         * m4/xstrtoimax.m4: New file.
44487         * m4/xstrtoumax.m4: Add comments explaining why we
44488         AC_REPLACE_FUNCS(strtol).
44489
44490 2001-08-26  Jim Meyering  <meyering@lucent.com>
44491
44492         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
44493         of copyright with `%s' so translators don't get an untranslated
44494         message in 2002.
44495         (COPYRIGHT_YEAR): Define.
44496         (version_etc): Use fprintf rather than fputs.
44497         Suggestion from Ulrich Drepper.
44498
44499         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
44500
44501         * lib/strtoll.c: New file, from GNU libc.
44502         * lib/xstrtoimax.c: New file.
44503
44504         * lib/xstrtol.h: Add xstrtoimax.
44505         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
44506         * lib/strtoimax.c: New file.  Likewise, but first define
44507         STRTOUXMAX_SIGNED.
44508
44509         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
44510         ...
44511         * lib/strtoxmax.c: ... then renamed to this.
44512
44513 2001-08-18  Paul Eggert  <eggert@twinsun.com>
44514
44515         * m4/inttypes.m4: Add AC_PREREQ(2.13).
44516         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
44517         (jm_AC_TYPE_INTMAX_T): New macro.
44518         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
44519
44520         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
44521
44522         * m4/longlong.m4: Renamed from ulonglong.m4.
44523         * m4/inttypes.m4: Renamed from inttypes_h.m4.
44524         * m4/uintmax_t.m4: Removed.
44525
44526 2001-08-13  Paul Eggert  <eggert@twinsun.com>
44527
44528         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
44529         Port to Solaris 8, where 'sed' requires a space after the 'r'
44530         command, and where sh dislikes "$/".  Clean up the spacing a bit.
44531         Redirect output to $tmp just once.
44532
44533 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
44534
44535         * lib/addext.c (<errno.h>): Include.
44536         (errno): Declare if not defined.
44537         (addext): Work correctly when pathconf returns -1 and leaves
44538         errno alone because there is no limit.  Also, work even if
44539         pathconf returns a value greater than SIZE_MAX.
44540
44541 2001-08-12  Jim Meyering  <meyering@lucent.com>
44542
44543         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
44544         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
44545         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
44546         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
44547         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
44548         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
44549         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
44550         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
44551         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
44552         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
44553         utime.m4, utimes.m4, xstrtoumax.m4:
44554         Quote the first argument in each use of AC_DEFUN.
44555
44556 2001-08-12  Jim Meyering  <meyering@lucent.com>
44557
44558         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
44559         Simply `return getcwd (NULL, 0);'.
44560         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
44561         Use 1300 as initial value for length, not PATH_MAX.
44562
44563         * lib/pathmax.h: Clean up cpp syntax.
44564
44565 2001-08-12  Jim Meyering  <meyering@lucent.com>
44566
44567         * lib/gettimeofday.c: New file.
44568         * lib/gtod.h: New file.
44569         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
44570
44571 2001-08-05  Jim Meyering  <meyering@lucent.com>
44572
44573         * m4/jm-macros.m4: Require autoconf-2.52.
44574
44575 2001-08-04  Jim Meyering  <meyering@lucent.com>
44576
44577         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
44578         stmt, to get in sync with glibc.
44579
44580 2001-08-03  Paul Eggert  <eggert@twinsun.com>
44581
44582         The following changes are from gettext 0.10.39 as maintained by
44583         Bruno Haible.
44584
44585         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
44586         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
44587         with inverted sense.  All uses changed.
44588
44589         * lib/mbswidth.c: Don't include <limits.h>.
44590         Include <stdlib.h> and <string.h> unconditionally.
44591         (iswcntrl, mbsinit, ISCNTRL): New macros.
44592         (mbsnwidth): Use K&R style function declarations.
44593         Don't bother checking for MB_LEN_MAX == 1, since the compiler
44594         can optimize it when MB_CUR_MAX == 1.
44595         The width of control characters is zero, not 1.
44596
44597 2001-08-03  Paul Eggert  <eggert@twinsun.com>
44598
44599         The following changes are from gettext 0.10.39 as maintained by
44600         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
44601
44602         * m4/codeset.m4: Upgrade to serial AM1.
44603         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
44604         all uses changed.  Quote first arg of AC_DEFUN.
44605         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
44606
44607         * m4/iconv.m4: Upgrade to serial AM2.
44608         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
44609         Add --with-libconv-prefix.
44610         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
44611         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
44612         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
44613         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
44614         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
44615
44616         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
44617         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
44618         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
44619         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
44620         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
44621         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
44622         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
44623         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
44624         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
44625
44626         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
44627         string.h any more.
44628
44629         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
44630         not the default value.
44631
44632         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
44633         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
44634         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
44635         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
44636         Also check for iswcntrl, used for wcwidth fallback.
44637         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
44638         to Autoconf 2.13.
44639
44640 2001-08-03  Jim Meyering  <meyering@lucent.com>
44641
44642         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
44643         as it was in the original.  Reported by Paul Eggert.
44644
44645 2001-07-16  Jim Meyering  <meyering@lucent.com>
44646
44647         * m4/gettimeofday.m4: New file.
44648         Prompted by a report from Bernhard Baehr.
44649
44650 2001-07-15  Jim Meyering  <meyering@lucent.com>
44651
44652         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
44653         stuff. Now it's in ../Makefile.cfg.
44654
44655 2001-07-15  Jim Meyering  <meyering@lucent.com>
44656
44657         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
44658         (BUILT_SOURCES): Add unlocked-io.h.
44659         (io_functions): Define.
44660         (unlocked-io.h): New rule.
44661         (DISTCLEANFILES): Add unlocked-io.h.
44662         (all-local): Depend on unlocked-io.h, to ensure it is created.
44663
44664         * lib/unlocked-io.hin: New file
44665
44666         * lib/regex.c: Update from glibc.
44667
44668 2001-07-05  Jim Meyering  <meyering@lucent.com>
44669
44670         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
44671         recommendation.
44672         (libfetish_a_SOURCES): Put all .h files here instead.
44673         Remove a thus-exposed (better checks in automake) duplicate and
44674         two unnecessary .h files.
44675
44676 2001-07-04  Jim Meyering  <meyering@lucent.com>
44677
44678         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
44679         that generates jm-glibc-io.m4 so that it doesn't trigger any make
44680         distcheck failure.
44681
44682 2001-07-02  Jim Meyering  <meyering@lucent.com>
44683
44684         The following changes were prompted by suggestions from Bruno Haible.
44685
44686         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
44687         is now generated.
44688         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
44689         definition of EXTRA_DIST.
44690         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
44691         ensure that the generated file is created/updated whenever the list
44692         of $(unlocked_functions) is changed.
44693         (jm-glibc-io.m4): New rule.
44694         (unlocked-io.h): New rule -- currently unused.
44695
44696 2001-06-24  Jim Meyering  <meyering@lucent.com>
44697
44698         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
44699         unmatched right bracket, rather than kludging it with an extra,
44700         falsely-matching quote in a comment.  Patch by Akim Demaille.
44701
44702 2001-06-11  Jim Meyering  <meyering@lucent.com>
44703
44704         * lib/regex.c: Update from GNU libc.
44705
44706 2001-05-27  Jim Meyering  <meyering@lucent.com>
44707
44708         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
44709         Check for ut_type in struct utmp.
44710
44711 2001-05-27  Jim Meyering  <meyering@lucent.com>
44712
44713         * lib/readutmp.h (UT_TYPE): Define.
44714
44715 2001-05-24  Jim Meyering  <meyering@lucent.com>
44716
44717         * lib/argmatch.c: Include "quote.h".
44718         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
44719         quote function.  Reported by Göran Uddeborg.
44720
44721 2001-05-22  Jim Meyering  <meyering@lucent.com>
44722
44723         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
44724         now that we use the package-supplied version unconditionally.
44725         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
44726
44727 2001-05-21  Jim Meyering  <meyering@lucent.com>
44728
44729         * m4/regex.m4: Change a couple backticks to single quotes to avoid
44730         shell syntax errors.
44731
44732 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
44733
44734         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
44735
44736 2001-05-20  Paul Eggert  <eggert@twinsun.com>
44737
44738         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
44739         Don't bother to check library strftime, since
44740         we'll be using our own my_strftime function anyway.
44741         Define my_strftime instead of strftime.
44742
44743 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
44744
44745         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
44746         which is not yet declared.
44747
44748 2001-05-15  Jim Meyering  <meyering@lucent.com>
44749
44750         * m4/regex.m4: Use proper quoting so brackets appear in the test
44751         program.
44752         Reported by, and with help from, Bruno Haible.
44753
44754 2001-05-13  Jim Meyering  <meyering@lucent.com>
44755
44756         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
44757         undefined.
44758
44759 2001-05-11  Paul Eggert  <eggert@twinsun.com>
44760
44761         dirname code cleanup.  base_name now behaves more compatibly
44762         with POSIX basename when given file names that have trailing
44763         slashes, and similarly for dir_name.  Add new primitives
44764         base_len and dir_len.  Put the directory-name-related decls
44765         into dirname.h.
44766
44767         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
44768         * lib/backupfile.c (base_name): Likewise.
44769         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
44770         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
44771         * lib/makepath.c (strip_trailing_slashes): Likewise.
44772         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
44773         ISSLASH): Likewise.
44774         * lib/rename.c (strip_trailing_slashes): Likewise.
44775         * lib/same.c (base_name): Likewise.
44776         * lib/stripslash.c (ISSLASH): Likewise.
44777
44778         * lib/addext.c: Include <dirname.h> after size_t is defined.
44779         * lib/backupfile.c: Likewise.
44780
44781         * lib/addext.c (addext): Use base_len to trim redundant
44782         trailing slashes instead of doing it ourselves.
44783         But do not trim the last slash if it is not redundant.
44784
44785         * lib/backupfile.c (find_backup_file_name,
44786         max_backup_version): Use base_len instead of rolling it ourselves.
44787         Handle the case of "" and (on DOS) "C:" correctly.
44788
44789         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
44790         needed. Include <string.h>, <dirname.h>.
44791         (base_name): Allow file names ending in slashes, other than names
44792         that are all slashes.  In this case, return the basename followed
44793         by the slashes.  This is more general, and can be used in places
44794         where the original base_name purposely had an assertion failure.
44795         (base_len): New function.
44796
44797         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
44798         Do not include <assert.h>; no longer needed.
44799         Include xalloc.h.
44800         (memrchr): Remove decl.
44801         (dir_name_r): Remove.
44802         (dir_len): Renamed from dirlen.  All callers changed.
44803         Rewrite in terms of base_name, for simplicity and consistency.
44804         (dir_name): Never return NULL.  All callers changed.
44805         Do not include <stdlib.h> in test program; no longer needed.
44806         return 0; is fine for test program.
44807
44808         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
44809         New macros.
44810         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
44811
44812         * lib/path-concat.c (path_concat): Use base_len to compute
44813         base length, not strlen; this means we cannot rely on memcpy
44814         to null-terminate.
44815
44816         * lib/same.c (STREQ): Remove.
44817         (same_name): Handle the case where the basename ends in trailing '/'.
44818
44819         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
44820         a slash was stripped.  Do not strip the last slash after a
44821         file system prefix.
44822
44823 2001-05-11  Paul Eggert  <eggert@twinsun.com>
44824
44825         * lib/Makefile.am (libfetish_a_SOURCES):
44826         Add strftime.c, since we now compile it on all hosts.
44827
44828         * lib/strftime.c (my_strftime):
44829         Define to nstrftime if emacs, but only if my_strftime is not defined.
44830         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
44831         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
44832         Add one more extra argument: a nanoseconds value.
44833         All uses changed.
44834         (ns): New macro.
44835         (my_strftime function): Add %N format.
44836         (emacs_strftimeu): Renamed from emacs_strftime,
44837         with extra ut argument.
44838
44839 2001-05-09  Paul Eggert  <eggert@twinsun.com>
44840
44841         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
44842
44843 2001-04-21  Jim Meyering  <meyering@lucent.com>
44844
44845         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
44846         doesn't interfere.
44847
44848 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
44849
44850         * m4/ftruncate.m4: Check for chsize.
44851         Link with ftruncate.o unconditionally if ftruncate is missing.
44852         This was required when cross-compiling to i586-mingw32msvc.
44853
44854 2001-04-08  Jim Meyering  <meyering@lucent.com>
44855
44856         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
44857         recomputed; that's necessary when the offset spans a DST transition.
44858         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
44859
44860 2001-04-02  Jim Meyering  <meyering@lucent.com>
44861
44862         * lib/regex.h, regex.c: Update from GNU libc.
44863
44864 2001-03-24  Jim Meyering  <meyering@lucent.com>
44865
44866         * m4/jm-macros.m4: Require autoconf-2.49d.
44867
44868 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
44869
44870         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
44871
44872 2001-03-19  Paul Eggert  <eggert@twinsun.com>
44873
44874         * lib/version-etc.c (version_etc_copyright): Update to 2001.
44875
44876 2001-03-17  Jim Meyering  <meyering@lucent.com>
44877
44878         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
44879         now that the version in autoconf is equivalent.
44880         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
44881
44882         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
44883         Suggestion from Akim Demaille.
44884
44885         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
44886         (jm_PREREQ_TEMPNAME): New function.
44887
44888 2001-03-16  Paul Eggert  <eggert@twinsun.com>
44889
44890         * lib/tempname.c (uint64_t): Define to uintmax_t if
44891         not defined, and if UINT64_MAX is not defined.
44892         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
44893         Reported by John David Anglin.
44894
44895 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
44896
44897         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
44898         resolve alias if codeset is empty.
44899         * lib/config.charset (BeOS): Use wildcard syntax.
44900
44901 2001-03-13  Jim Meyering  <meyering@lucent.com>
44902
44903         * lib/path-concat.c (path_concat)
44904         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
44905         concatenating e.g., `C:' and `foo'.
44906         From Bruno Haible.
44907
44908 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
44909
44910         * lib/localcharset.c (locale_charset): Don't use
44911         setlocale(LC_CTYPE,NULL). Don't return NULL.
44912         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
44913
44914 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
44915
44916         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
44917         support for DOS/DJGPP.
44918
44919 2001-03-01  Paul Eggert  <eggert@twinsun.com>
44920
44921         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
44922         lacks mkstemp.  Compile our own tempname.c if we compile our own
44923         mkstemp.c, as mkstemp relies on tempname.
44924
44925 2001-03-01  Jim Meyering  <meyering@lucent.com>
44926
44927         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
44928         AH_VERBATIM really does output its argument verbatim.
44929
44930 2001-02-28  Paul Eggert  <eggert@twinsun.com>
44931
44932         * lib/Makefile.am (libfetish_a_SOURCES):
44933         Add dup-safer.c, fopen-safer.c.
44934         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
44935
44936         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
44937         * lib/unistd-safer.h: New files.
44938
44939 2001-02-25  Paul Eggert  <eggert@twinsun.com>
44940
44941         The mkstemp replacement is taken from glibc 2.2.2, with some
44942         portability fixes for use outside glibc, as follows:
44943
44944         * lib/tempname.c (struct_stat64): New macro.
44945         (direxists, __gen_tempname): Use it.
44946         This avoids a portability problem with Solaris 8.
44947
44948         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
44949         (<stddef.h>, <stdint.h>, <string.h>):
44950         Include only if STDC_HEADERS || _LIBC.
44951         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
44952         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
44953         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
44954         (__set_errno): Define this macro if <errno.h> doesn't.
44955         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
44956         Define these macros if <stdio.h> doesn't.
44957         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
44958         Define these macros if <sys/stat.h>
44959         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
44960         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
44961         __xstat64): Define if not _LIBC.
44962         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
44963         (__gen_tempname): Invoke gettimeofday only if
44964         HAVE_GETTIMEOFDAY || _LIBC;
44965         otherwise, fall back on plain "time".
44966         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
44967
44968         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
44969
44970         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
44971
44972 2001-02-18  Paul Eggert  <eggert@twinsun.com>
44973
44974         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
44975
44976 2001-02-17  Paul Eggert  <eggert@twinsun.com>
44977
44978         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
44979         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
44980         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
44981         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
44982
44983 2001-02-17  Paul Eggert  <eggert@twinsun.com>
44984
44985         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
44986         Remove workaround macros for hosts that have mbrtowc but not
44987         mbstate_t, as we now insist on proper declarations for both
44988         before using mbrtowc.
44989
44990 2001-02-17  Jim Meyering  <meyering@lucent.com>
44991
44992         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
44993         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
44994         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
44995         UnixWare 7.1.1.
44996
44997         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
44998         rather than AC_CACHE_VAL.
44999
45000 2001-02-17  Jim Meyering  <meyering@lucent.com>
45001
45002         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
45003         around included file name.
45004
45005         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
45006
45007         * lib/strftime.c: Update from GNU libc (the only changes were to
45008         comments).
45009
45010 2001-02-17  Jim Meyering  <meyering@lucent.com>
45011
45012         * lib/regex.c: Update from libc.
45013
45014 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
45015
45016         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
45017         clash.
45018
45019 2001-02-16  Paul Eggert  <eggert@twinsun.com>
45020
45021         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
45022         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
45023         Reported by Mark Hounschell via Paul Eggert.
45024
45025 2001-02-07  Jim Meyering  <meyering@lucent.com>
45026
45027         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
45028
45029 2001-02-05  Jim Meyering  <meyering@lucent.com>
45030
45031         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
45032         it includes the patch required for `large file' support with at least
45033         HP-UX's 10.20 /bin/cc.
45034
45035 2001-02-03  Jim Meyering  <meyering@lucent.com>
45036
45037         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
45038         AS_IF, now that it works once again (mysteriously).
45039         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
45040
45041 2001-01-30  Jim Meyering  <meyering@lucent.com>
45042
45043         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
45044         * m4/chown.m4: Rename conftestchown to conftest.chown.
45045         * m4/rename.m4: s/conftestdir/conftest.d1/ and
45046         s/conftestdir2/conftest.d2/.
45047         * m4/utimes.m4: s/conftestdata/conftest.data/
45048         Inspired by Pavel Roskin's change in autoconf.
45049
45050 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
45051
45052         * lib/config.charset: Update for FreeBSD 4.2.
45053
45054 2001-01-27  Jim Meyering  <meyering@lucent.com>
45055
45056         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
45057         a use of AS_IF.
45058         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
45059
45060 2001-01-26  Jim Meyering  <meyering@lucent.com>
45061
45062         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
45063         quotearg.c includes it.
45064
45065 2001-01-26  Jim Meyering  <meyering@lucent.com>
45066
45067         * lib/quotearg.c: Include stddef.h.
45068         * lib/quote.c: Include stddef.h.
45069         Reported by Axel Kittenberger.
45070
45071         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
45072         line in double quotes so that it evokes a better diagnostic.
45073         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
45074         Reported by Axel Kittenberger.
45075
45076 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
45077
45078         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
45079         as if it was a `charset'.
45080
45081 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
45082
45083         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
45084         has const.
45085
45086 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
45087
45088         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
45089         to avoid a warning.  Add back 'const' to inptr.
45090
45091 2001-01-20  Jim Meyering  <meyering@lucent.com>
45092
45093         Be sure that headers are checked before used in code compiled
45094         for the type checks.
45095         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
45096         In place of that, invoke jm_CHECK_ALL_TYPES.
45097         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
45098         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
45099         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
45100         The check for ssize_t was mistakenly run before the test for unistd.h.
45101
45102         The configure-time check for stdbool.h was missing.
45103         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
45104         (jm_PREREQ_HASH): New function.
45105
45106 2001-01-17  Jim Meyering  <meyering@lucent.com>
45107
45108         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
45109         for autoconf-2.49c.
45110         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
45111
45112 2001-01-16  Jim Meyering  <meyering@lucent.com>
45113
45114         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
45115         From Bruno Haible.
45116
45117 2001-01-14  Jim Meyering  <meyering@lucent.com>
45118
45119         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
45120         foo and bar.  Create conftestdir/ in the script, not in the C code.
45121         Remove directories in the script, not in the C code.
45122         Remove conftestdir{,2} before trying to create the directory.
45123         Make the entire configure script fail if the mkdir fails.
45124
45125 2001-01-14  Jim Meyering  <meyering@lucent.com>
45126
45127         * lib/rename.c: New file.  From Volker Borchert.
45128         Include stdlib.h, string.h or strings.h, and xalloc.h.
45129         Use strip_trailing_slashes rather than open-coding it.
45130
45131 2001-01-03  Paul Eggert  <eggert@twinsun.com>
45132
45133         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
45134
45135 2001-01-03  Jim Meyering  <meyering@lucent.com>
45136
45137         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
45138         of local `inptr' to avoid warning with some system declarations of
45139         iconv.
45140
45141 2001-01-02  Volker Borchert  <bt@teknon.de>
45142
45143         * m4/rename.m4: New file.
45144         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
45145
45146 2001-01-01  Jim Meyering  <meyering@lucent.com>
45147
45148         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
45149         even on systems with utmpx.h.  It's necessary for the declaration of
45150         utmp's ut_user member.  Reported by Andreas Jaeger.
45151
45152         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
45153         available. They are required for the declarations of getgrgid and
45154         getpwuid resp.
45155         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
45156         Reported by Andreas Jaeger.
45157
45158 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
45159
45160         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
45161         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
45162         so `make install' also works in VPATH builds.
45163
45164 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
45165
45166         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
45167         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
45168         can be used in subdirectories.
45169
45170 2000-12-29  Paul Eggert  <eggert@twinsun.com>
45171
45172         * lib/modechange.c: Do not assume that mode_t uses the
45173         traditional octal encoding.  E.g. "chmod 1 FOO" should set
45174         the other-execute bit of FOO even if S_IXOTH != 1.
45175
45176         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
45177         WOTH, XOTH, ALLM): New macros.
45178         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
45179          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
45180         Use them.
45181         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
45182         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
45183         (mode_compile):
45184         No need to use uintmax_t; unsigned long is long enough.
45185         Don't bother to get suffix since we don't use it.
45186
45187 2000-12-26  Jim Meyering  <meyering@lucent.com>
45188
45189         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
45190         better with autoheader.
45191
45192 2000-12-24  Jim Meyering  <meyering@lucent.com>
45193
45194         * lib/hash.c (is_prime): Return explicit boolean values.
45195         (hash_get_first): Return NULL to appease Irix5.6's 89.
45196         Reported by Nelson Beebe.
45197
45198 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
45199
45200         * lib/localcharset.c (locale_charset): Add support for Win32.
45201
45202 2000-12-18  Paul Eggert  <eggert@twinsun.com>
45203
45204         * lib/physmem.h, lib/physmem.c: New files.
45205
45206         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
45207         (noinst_HEADERS): Add physmem.h.
45208
45209         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
45210         't' for compatibility with Solaris 8 sort.
45211
45212 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
45213
45214         * lib/config.charset: Add support for BeOS.
45215
45216 2000-12-17  Jim Meyering  <meyering@lucent.com>
45217
45218         * m4/dos.m4 (jm_AC_DOS): New file and macro.
45219         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
45220
45221 2000-12-16  Jim Meyering  <meyering@lucent.com>
45222
45223         This bug had a serious impact on chown: `chown N:M FILE' (for integer
45224         N and M) would have treated it like `chown N:N FILE'.
45225
45226         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
45227
45228 2000-12-16  Jim Meyering  <meyering@lucent.com>
45229
45230         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
45231         SHELLS_FILE to a file name that's useful on djgpp systems.
45232         Include stdlib.h.
45233         (ADDITIONAL_DEFAULT_SHELLS): Define.
45234         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
45235         Based mostly on a patch from Prashant TR.
45236
45237 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
45238
45239         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
45240         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
45241         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
45242
45243 2000-12-08  Andreas Schwab  <schwab@suse.de>
45244
45245         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
45246         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
45247
45248 2000-12-07  Jim Meyering  <meyering@lucent.com>
45249
45250         * lib/stripslash.c (ISSLASH): Define.
45251         (strip_trailing_slashes): Use ISSLASH rather than comparing against
45252         `/'.
45253         From Prashant TR.
45254
45255         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
45256         (dir_name_r): Declare this function as static.
45257         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
45258         manifest itself on a name containing a mix of slashes and
45259         backslashes.
45260         Make this function work with names starting with a DOS-style
45261         drive letter and colon prefix.
45262         (dir_name): Append `.' if necessary.
45263         Based mostly on patches from Prashant TR and Eli Zaretskii.
45264
45265         * lib/dirname.h (dir_name_r): Remove prototype.
45266
45267 2000-12-06  Paul Eggert  <eggert@twinsun.com>
45268
45269         * m4/off_t-format.m4: Remove this file.
45270         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
45271
45272 2000-12-06  Jim Meyering  <meyering@lucent.com>
45273
45274         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
45275         replacement strtoull, we may well need the replacement strtoul, too.
45276         Check for declarations of strtoul and strtoull.
45277         Check for strtol.  Mainly as a cue to cause automake to include
45278         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
45279         Check for limits.h -- strtol.c needs it.
45280
45281 2000-12-05  Jim Meyering  <meyering@lucent.com>
45282
45283         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
45284
45285 2000-12-04  Jim Meyering  <meyering@lucent.com>
45286
45287         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
45288         Also include memory.h, stdlib.h, unistd.h if appropriate.
45289         Reported by Andreas Jaeger (conflicting declaration of malloc).
45290
45291 2000-12-02  Jim Meyering  <meyering@lucent.com>
45292
45293         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
45294         * m4/jm-macros.m4 (jm_MACROS): require it.
45295
45296 2000-12-02  Jim Meyering  <meyering@lucent.com>
45297
45298         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
45299
45300 2000-12-01  Paul Eggert  <eggert@twinsun.com>
45301
45302         * lib/memrchr.c: Include <config.h> before any system include file.
45303
45304 2000-11-30  Jim Meyering  <meyering@lucent.com>
45305
45306         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
45307
45308 2000-11-30  Jim Meyering  <meyering@lucent.com>
45309
45310         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
45311
45312 2000-11-29  Paul Eggert  <eggert@twinsun.com>
45313
45314         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
45315
45316 2000-11-26  Jim Meyering  <meyering@lucent.com>
45317
45318         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
45319
45320 2000-11-22  Paul Eggert  <eggert@twinsun.com>
45321
45322         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
45323         size of (size_t) -1; it's not portable.
45324
45325 2000-11-17  Jim Meyering  <meyering@lucent.com>
45326
45327         * lib/strstr.c: Update from GNU libc.
45328
45329 2000-11-17  Akim Demaille  <akim@epita.fr>
45330
45331         * lib/obstack.h: Formatting changes.
45332         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
45333         prevent type checking.
45334         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
45335         cast the value to (void *): assigning a `foo *' to a `void *'
45336         variable is valid.
45337         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
45338
45339 2000-11-16  Jim Meyering  <meyering@lucent.com>
45340
45341         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
45342
45343 2000-11-11  Jim Meyering  <meyering@lucent.com>
45344
45345         * lib/error.c: Add a couple #includes, merging from GNU libc version.
45346
45347 2000-11-10  Jim Meyering  <meyering@lucent.com>
45348
45349         * lib/obstack.h: Update from GNU libc.
45350         * lib/obstack.c: Likewise.
45351
45352 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
45353
45354         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
45355
45356 2000-11-06  Paul Eggert  <eggert@twinsun.com>
45357
45358         * lib/getusershell.c (setusershell): Use rewind rather than
45359         fseek/fseeko, to avoid configuration hassles with fseeko.
45360         Don't bother opening SHELLS_FILE if shellstream is NULL;
45361         it's not necessary.
45362
45363 2000-11-05  Jim Meyering  <meyering@lucent.com>
45364
45365         * lib/makepath.h (make_dir): Declare.
45366         * lib/makepath.c (make_dir): Remove `static' attribute.
45367         Tweak a comment.
45368
45369 2000-11-04  Jim Meyering  <meyering@lucent.com>
45370
45371         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
45372
45373 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
45374
45375         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
45376         last one in a bucket, advance to the next bucket.
45377
45378 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
45379
45380         * lib/fnmatch.c: Do not comment out all the code if we are using
45381         the GNU C library, because in some cases we are replacing buggy
45382         code in the GNU C library itself.
45383
45384 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
45385
45386         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
45387         (regex_compile): Catch bogus \(\1\).
45388
45389 2000-10-30  Paul Eggert  <eggert@twinsun.com>
45390
45391         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
45392         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
45393         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
45394
45395 2000-10-30  Paul Eggert  <eggert@twinsun.com>
45396
45397         * lib/error.h, getline.h, modechange.h:
45398         Remove "2000" from Copyright line, as the file hasn't been
45399         changed this year other than in the copyright notice.
45400
45401         * lib/xalloc.h: Add "2000" to Copyright line, as this file
45402         was changed this year.
45403
45404 2000-10-29  Jim Meyering  <meyering@lucent.com>
45405
45406         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
45407         renaming.
45408         * m4/ls-mntd-fs.m4: Likewise
45409
45410 2000-10-29  Jim Meyering  <meyering@lucent.com>
45411
45412         * lib/xstat.in: Fix grammar in comment.
45413
45414 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
45415
45416         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
45417         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
45418         doesn't define __restrict_arr.
45419
45420 2000-10-28  Jim Meyering  <meyering@lucent.com>
45421
45422         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
45423         (jm_PREREQ_MEMCHR): New function.
45424
45425 2000-10-28  Jim Meyering  <meyering@lucent.com>
45426
45427         * lib/memchr.c: Update from libc.
45428         Adjust for portability:
45429         [HAVE_STDLIB_H]: Include stdlib.h.
45430         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
45431         Undef __memchr, too.
45432         [!weak_alias]: Define __memchr to memchr.
45433
45434         * lib/regex.c: Update from libc.
45435         * lib/regex.h: Likewise.
45436         * lib/getopt1.c: Likewise.
45437         * lib/memcmp.c: Likewise.
45438
45439         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
45440         Avoid using fseek, when possible -- it's broken by design.
45441         Patch by Ulrich Drepper.
45442
45443 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
45444
45445         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
45446         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
45447         Giving in to popular pressure to shut up the compiler with casts.
45448
45449 2000-10-26  Jim Meyering  <meyering@lucent.com>
45450
45451         * lib/strftime.c: Update from libc.
45452
45453 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
45454
45455         * regex.c: More `unsigned char' -> `re_char' changes.
45456         Also change several `int' into `re_wchar_t'.
45457         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
45458         (PUSH_FAILURE_POINTER): Don't cast any more.
45459         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
45460         We want GCC to complain, since this piece of code makes
45461         re_match non-reentrant, which *should* be fixed.
45462         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
45463         (EXTEND_BUFFER): Use RETALLOC.
45464         (SET_LIST_BIT): Don't cast.
45465         (re_wchar_t): New type.
45466         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
45467         that those two functions will always properly return.
45468         (IMMEDIATE_QUIT_CHECK): Cast to void.
45469         (analyse_first): Use recursion rather than an explicit stack.
45470         (re_compile_fastmap): Can't fail anymore.
45471         (re_search_2): Don't check re_compile_fastmap for failure.
45472         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
45473         Now also sets the new value (passed in a new argument).
45474         (re_match_2_internal): Use it.
45475         Also, use a new var `reg' of type size_t when looping through regs
45476         rather than reuse the inappropriate `mcnt'.
45477
45478 2000-10-25  Jim Meyering  <meyering@lucent.com>
45479
45480         * lib/obstack.c: Update from libc.
45481
45482 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
45483
45484         * regex.c (regex_compile): Change the way of handling a range from
45485         a char less than 256 to a char not less than 256.
45486
45487 2000-10-24  Andrew Innes  <andrewi@gnu.org>
45488
45489         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
45490         NT-Emacs only.
45491         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
45492         so that re_search functions only quit when callers expect them to.
45493
45494 2000-10-23  Jim Meyering  <meyering@lucent.com>
45495
45496         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
45497         wrong.  That set_locale call must not have any side effects.
45498         From Paul Eggert.
45499
45500 2000-10-22  Jim Meyering  <meyering@lucent.com>
45501
45502         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
45503         [CYCLIC]: Remove now-unused definition.
45504
45505         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
45506         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
45507         Suggestion from Ulrich Drepper.
45508
45509 2000-10-21  Jim Meyering  <meyering@lucent.com>
45510
45511         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
45512         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
45513         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
45514
45515 2000-10-21  Jim Meyering  <meyering@lucent.com>
45516
45517         * lib/dirname.c (memrchr): Declare if necessary.
45518         (dir_name): Remove the restriction that there be no
45519         trailing slashes.  Now, this code skips past them, effectively
45520         ignoring them.
45521         [TEST_DIRNAME] (main): New unit tests.
45522
45523         * lib/memrchr.c: New file from GNU libc.
45524         Undef __memrchr, too.
45525         [!weak_alias]: Define __memrchr to memrchr.
45526         Guard weak_alias use with `#ifdef weak_alias'.
45527
45528 2000-10-21  Jim Meyering  <meyering@lucent.com>
45529
45530         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
45531         (dir_name): Use dir_name_r.
45532         * lib/dirname.h (dir_name_r): Declare it.
45533
45534 2000-10-17  Jim Meyering  <meyering@lucent.com>
45535
45536         * lib/quote.h (PARAMS): Define and use.
45537         Reported by Akim Demaille.
45538
45539         * lib/getopt.c: Update from libc.
45540
45541 2000-10-16  Jim Meyering  <meyering@lucent.com>
45542
45543         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
45544         setlocale.
45545         From Jan Fedak.
45546
45547 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
45548
45549         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
45550
45551 2000-09-25  Jim Meyering  <meyering@lucent.com>
45552
45553         * lib/md5.h (rol): Define (from GnuPG).
45554
45555         * lib/sha.c: Give credit (GnuPG) where due.
45556         (M): Use rol rather than open-coding it.
45557         Add a FIXME comment.
45558
45559 2000-09-21  Jim Meyering  <meyering@lucent.com>
45560
45561         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
45562         Reported by Michael Stone.
45563
45564 2000-09-20  Jim Meyering  <meyering@lucent.com>
45565
45566         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
45567         (noinst_HEADERS): Add sha.h.
45568         Based on code from Scott G. Miller and from GnuPG.
45569
45570 2000-09-18  Jim Meyering  <meyering@lucent.com>
45571
45572         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
45573         LIBS. Otherwise, everyone ends up linking with -lelf for some
45574         configurations.
45575         Reported by Mike Stone.
45576
45577 2000-09-15  Jim Meyering  <meyering@lucent.com>
45578
45579         * lib/regex.c: Update from libc.
45580
45581 2000-09-10  Jim Meyering  <meyering@lucent.com>
45582
45583         * lib/getopt.c (_getopt_internal): Update from glibc.
45584
45585 2000-09-09  Jim Meyering  <meyering@lucent.com>
45586
45587         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
45588         think it should be used as a general replacement for isascii.
45589         * lib/fnmatch.c: Likewise.
45590         * lib/mbswidth.c: Likewise
45591         * lib/regex.c: Likewise.
45592
45593         Don't use atoi.
45594         * lib/userspec.c: Include sys/param.h and limits.h.
45595         Include xstrtol.h.
45596         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
45597         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
45598         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
45599         UID, GID.  Check range.
45600
45601 2000-09-06  Jim Meyering  <meyering@lucent.com>
45602
45603         * lib/getopt.c (_getopt_internal): Update from glibc.
45604
45605 2000-08-30  Jim Meyering  <meyering@lucent.com>
45606
45607         * lib/strftime.c: Merge in changes from GNU libc.
45608
45609 2000-08-26  Jim Meyering  <meyering@lucent.com>
45610
45611         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
45612         * m4/fpending.m4: New file.
45613
45614 2000-08-26  Jim Meyering  <meyering@lucent.com>
45615
45616         * lib/closeout.c: Include "__fpending.h".
45617         (close_stdout_status): Return right away if there's nothing to flush.
45618
45619         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
45620         * lib/__fpending.c: New file.
45621         * lib/__fpending.h: New file.
45622
45623 2000-08-20  Jim Meyering  <meyering@lucent.com>
45624
45625         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
45626         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
45627         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
45628
45629 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
45630
45631         Improve fileutils installation on systems where running
45632         programs (like install) can't be unlinked.
45633         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
45634         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
45635
45636 2000-08-07  Paul Eggert  <eggert@twinsun.com>
45637
45638         Standardize on "memory exhausted" instead of "Memory exhausted"
45639         or "virtual memory exhausted".
45640         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
45641         "virtual memory exhausted".
45642         * lib/same.c (same_name): Invoke xalloc_die instead of printing
45643         our own message.
45644         * lib/userspec.c (parse_user_spec): Likewise.
45645         * lib/bumpalloc.h: comment fix
45646         * lib/same.c, userspec.c: Include xalloc.h.
45647
45648         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
45649         not char *const and pointing to a constant array.
45650         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
45651         (xrealloc): Comment fix.
45652
45653         * lib/userspec.c (parse_user_spec):
45654         Don't translate a message until just before returning,
45655         to avoid unnecessary translation.
45656
45657 2000-08-07  Jim Meyering  <meyering@lucent.com>
45658
45659         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
45660         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
45661         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
45662         getgroups.c, gethostname.c, getopt.h, group-member.c,
45663         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
45664         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
45665         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
45666         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
45667         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
45668         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
45669         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
45670         yesno.c: Back out Copyright date changes for each file with no change
45671         this year.  This eases coordination with other programs using the same
45672         source code modules.  From Paul Eggert.
45673
45674 2000-08-06  Paul Eggert  <eggert@twinsun.com>
45675
45676         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
45677         not char, for compatibility with glibc 2.1.3 strftime.c.
45678
45679 2000-08-03  Greg McGary  <greg@mcgary.org>
45680
45681         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
45682         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
45683         (EXTEND_BUFFER): Use them.
45684
45685 2000-08-01  Jim Meyering  <meyering@lucent.com>
45686
45687         * lib/dirname.c (ISSLASH): Define.
45688         (BACKSLASH_IS_PATH_SEPARATOR): Define.
45689         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
45690         both `\' and `/' may be use as path separators.
45691         Based on a patch from Prashant TR.
45692
45693 2000-07-31  Paul Eggert  <eggert@twinsun.com>
45694
45695         * lib/quotearg.c (quotearg_n_options): Don't make the initial
45696         slot vector a constant, since it might get modified.
45697
45698 2000-07-31  Jim Meyering  <meyering@lucent.com>
45699
45700         * lib/xmalloc.c: Use `virtual memory exhausted', not
45701         `Memory exhausted'.
45702         * lib/obstack.c (print_and_abort): Likewise.
45703
45704 2000-07-30  Paul Eggert  <eggert@twinsun.com>
45705
45706         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
45707         buffer, so that the caller can always quote one small
45708         component of a "memory exhausted" message in slot 0.
45709         From a suggestion by Jim Meyering.
45710
45711 2000-07-30  Jim Meyering  <meyering@lucent.com>
45712
45713         * lib/makepath.c (make_path): Quote the other instance, too.
45714
45715         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
45716         (STATIC_BUF_SIZE): Define.
45717         (quotearg_n_options): Use only statically allocated storage when
45718         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
45719         than STATIC_BUF_SIZE.
45720
45721 2000-07-29  Jim Meyering  <meyering@lucent.com>
45722
45723         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
45724         * lib/dirname.c (dir_name): Likewise.
45725
45726         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
45727         `/'.
45728
45729         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
45730         (dir_name): Assert that there are no trailing slashes.
45731
45732 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
45733
45734         * lib/mbswidth.h (mbswidth): Add a flags argument.
45735         (mbswidth): New declaration.
45736         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
45737         * lib/mbswidth.c (mbswidth): Add a flags argument.
45738         (mbsnwidth): New function.
45739
45740 2000-07-24  Jim Meyering  <meyering@lucent.com>
45741
45742         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
45743
45744 2000-07-23  Paul Eggert  <eggert@twinsun.com>
45745
45746         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
45747
45748 2000-07-23  Paul Eggert  <eggert@twinsun.com>
45749
45750         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
45751         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
45752         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
45753         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
45754         invoke multibyte primitives.
45755
45756 2000-07-23  Paul Eggert  <eggert@twinsun.com>
45757
45758         * lib/quotearg.c:
45759         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
45760         so that mbstate_t is always defined.
45761
45762         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
45763         be 1 in at least one GCC installation, and this configuration
45764         error is likely to be common.  Ignoring MB_LEN_MAX hurts
45765         performance on hosts that have mbrtowc but have only unibyte
45766         locales, but I assume these hosts are rare.
45767
45768 2000-07-23  Paul Eggert  <eggert@twinsun.com>
45769
45770         * lib/mbswidth.c (_XOPEN_SOURCE):
45771         Don't define; this causes problems on Solaris 7.
45772         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
45773
45774 2000-07-23  Jim Meyering  <meyering@lucent.com>
45775
45776         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
45777         too: getgrgid, getpwuid, getuid.
45778
45779 2000-07-23  Jim Meyering  <meyering@lucent.com>
45780
45781         * lib/basename.c (base_name): Add an assertion.
45782
45783 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
45784
45785         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
45786         shadow its mbsinit function.
45787
45788 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
45789
45790         * lib/mbswidth.h: New file.
45791         * lib/mbswidth.c: New file.
45792         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
45793         (noinst_HEADERS): Add mbswidth.h.
45794
45795 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
45796
45797         * lib/config.charset: Add support for FreeBSD. Improve support for
45798         HP-UX and IRIX 6.
45799
45800 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
45801
45802         * m4/mbswidth.m4: New file.
45803         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
45804
45805 2000-07-15  Jim Meyering  <meyering@lucent.com>
45806
45807         * lib/makepath.c: Include quote.h.
45808         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
45809         corresponding argument in a `quote (...)' call.
45810         Give better diagnostics.
45811
45812         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
45813         (noinst_HEADERS): Add quote.h.
45814
45815         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
45816         from tar's src/misc.c.
45817         * lib/quote.h: New file.  Prototypes for same.
45818
45819 2000-07-14  Paul Eggert  <eggert@twinsun.com>
45820
45821         From a suggestion by Bruno Haible.
45822         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
45823         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
45824         to decide whether to define the BeOS workaround macro;
45825         this adjusts to the change to AC_MBSTATE_T.
45826
45827 2000-07-14  Jim Meyering  <meyering@lucent.com>
45828
45829         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
45830         jm_AC_TYPE_UINTMAX_T.
45831
45832 2000-07-13  Paul Eggert  <eggert@twinsun.com>
45833
45834         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
45835
45836         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
45837         quotearg_buffer_restyled): Add support for
45838         clocale_quoting_style.  Undo previous change to
45839         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
45840         and "{RIGHT QUOTATION MARK}" msgids.
45841
45842 2000-07-10  Paul Eggert  <eggert@twinsun.com>
45843
45844         From a suggestion by Bruno Haible.
45845         * m4/mbstate_t.m4 (AC_MBSTATE_T):
45846         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
45847         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
45848         and mbstate_t, to a single-part test that simply defines mbstate_t.
45849         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
45850         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
45851
45852 2000-07-10  Jim Meyering  <meyering@lucent.com>
45853
45854         * m4/strerror_r.m4: Mirror the correction made in autoconf.
45855
45856         * m4/gnu-source.m4: Output to confdefs.h directly.
45857         Suggestion from Akim Demaille.
45858
45859 2000-07-09  Paul Eggert  <eggert@twinsun.com>
45860
45861         The old behavior of quoting `like this' doesn't look good with
45862         newer, ISO-style fonts.  See:
45863         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
45864
45865         Instead, quote "like this" by default.  Let the translator
45866         tailor the locale-specific quoting behavior by providing
45867         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
45868
45869         * lib/quotearg.c (N_): New macro.
45870         (gettext_default): New function.
45871         (quotearg_buffer_restyled): Use
45872         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
45873         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
45874
45875 2000-07-09  Jim Meyering  <meyering@lucent.com>
45876
45877         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
45878         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
45879
45880         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
45881         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
45882
45883 2000-07-09  Jim Meyering  <meyering@lucent.com>
45884
45885         * lib/Most files: Update copyright dates to include 2000.
45886
45887 2000-07-08  Jim Meyering  <meyering@lucent.com>
45888
45889         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
45890         if not defined.
45891         (xgethostname): Remove now-unnecessary #ifdef.
45892         Move declaration of `err' into loop where it's used.
45893
45894 2000-07-05  Paul Eggert  <eggert@twinsun.com>
45895         and Bruno Haible  <haible@clisp.cons.org>
45896
45897         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
45898         only if the test for an object-type mbstate_t fails.  This
45899         prevents us from mistakenly reporting that mbstate_t is a
45900         system object type after we "#define mbstate_t int" to work
45901         around its lack.
45902
45903 2000-07-05  Paul Eggert  <eggert@twinsun.com>
45904         and Bruno Haible  <haible@clisp.cons.org>
45905
45906         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
45907
45908 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
45909
45910         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
45911         to strerror_r.
45912         Include <ctype.h> for use of isalpha.
45913
45914 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
45915
45916         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
45917         by allocating a larger buffer. Test the gethostname return value for
45918         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
45919         returns an error and ENAMETOOLONG isn't defined.
45920
45921 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
45922
45923         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
45924         dimension.
45925
45926 2000-07-04  Jim Meyering  <meyering@lucent.com>
45927
45928         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
45929         of the deprecated AC_CHECKING.
45930
45931 2000-07-04  Jim Meyering  <meyering@lucent.com>
45932
45933         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
45934         Reported by Bruno Haible.
45935
45936 2000-07-04  Jim Meyering  <meyering@lucent.com>
45937
45938         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
45939         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
45940         lacks mbrtowc.
45941
45942 2000-07-03  Paul Eggert  <eggert@twinsun.com>
45943
45944         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
45945         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
45946
45947 2000-07-03  Paul Eggert  <eggert@twinsun.com>
45948         and Bruno Haible  <haible@clisp.cons.org>
45949
45950         * lib/quotearg.c (mbrtowc):
45951         Assign to *pwc, and return 1 only if result is nonzero.
45952         (iswprint): Use ISPRINT when substituting our own mbrtowc.
45953
45954 2000-07-03  Jim Meyering  <meyering@lucent.com>
45955
45956         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
45957
45958 2000-07-03  Jim Meyering  <meyering@lucent.com>
45959
45960         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
45961         This is necessary to get a definition of e.g., UTMP_FILE on
45962         HP-UX 10.20.
45963         From Bob Proulx.
45964
45965 2000-07-02  Jim Meyering  <meyering@lucent.com>
45966
45967         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
45968
45969         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
45970         AC_LIBOBJ(function_name).
45971         * m4/chown.m4: Likewise.
45972         * m4/fnmatch.m4: Likewise.
45973         * m4/ftruncate.m4: Likewise.
45974         * m4/getgroups.m4: Likewise.
45975         * m4/getline.m4: Likewise.
45976         * m4/group-member.m4: Likewise.
45977         * m4/jm-macros.m4: Likewise.
45978         * m4/lstat.m4: Likewise.
45979         * m4/malloc.m4: Likewise.
45980         * m4/memcmp.m4: Likewise.
45981         * m4/nanosleep.m4: Likewise.
45982         * m4/putenv.m4: Likewise.
45983         * m4/realloc.m4: Likewise.
45984         * m4/regex.m4: Likewise.
45985         * m4/stat.m4: Likewise.
45986         * m4/strftime.m4: Likewise.
45987
45988 2000-07-02  Jim Meyering  <meyering@lucent.com>
45989
45990         * lib/quotearg.c (mbstate_t): Don't define here.
45991
45992 2000-07-02  Jim Meyering  <meyering@lucent.com>
45993
45994         * lib/nanosleep.c (SIGCONT): Define if not already defined.
45995
45996 2000-07-01  Jim Meyering  <meyering@lucent.com>
45997
45998         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
45999
46000 2000-07-01  Jim Meyering  <meyering@lucent.com>
46001
46002         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
46003         problem.
46004
46005 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
46006
46007         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
46008         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
46009
46010 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
46011
46012         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
46013         per change in ../m4/ls-mntd-fs.m4.
46014         (read_filesystem_list): Ignore symbolic links.
46015
46016 2000-06-29  Jim Meyering  <meyering@lucent.com>
46017
46018         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
46019         for declaration of strcmp.
46020
46021         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
46022
46023         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
46024         Avoid warning by casting result to `char *' to remove `const'.
46025
46026 2000-06-28  Jim Meyering  <meyering@lucent.com>
46027
46028         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
46029         included by quotearg.c, for which we perform this test.  From
46030         Bruno Haible.
46031
46032 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
46033
46034         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
46035         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
46036         <utmpx.h> exists, put readutmp.o into LIBOBJS.
46037
46038 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
46039
46040         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
46041
46042 2000-06-26  Paul Eggert  <eggert@twinsun.com>
46043
46044         savedir now sets errno on failure and invokes xmalloc to get memory.
46045         Fix a couple of other minor bugs while we're at it.
46046
46047         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
46048         (NAMLEN): Remove macro.
46049         (malloc, realloc): Remove decls.
46050         (stpcpy): Likewise.
46051         ("xalloc.h"): Include.
46052         (NAME_SIZE_DEFAULT): New macro.
46053         (savedir): Use xmalloc / xrealloc to allocate memory.
46054         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
46055         Skip "" directory entries.
46056         Use strlen to calculate directory entry length, since the old method
46057         is rarely used these days and isn't worth supporting.
46058         Don't use a pointer after freeing it.
46059         Check for integer overflow when calculating allocation size.
46060         Use memcpy to copy entries, instead of stpcpy.
46061         Set errno properly when returning NULL.
46062         Check for readdir error.
46063
46064 2000-06-26  Jim Meyering  <meyering@lucent.com>
46065
46066         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
46067
46068 2000-06-25  Jim Meyering  <meyering@lucent.com>
46069
46070         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
46071         Linux header bug when _XOPEN_SOURCE is defined to 500.
46072
46073 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
46074
46075         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
46076         deficiency.
46077
46078 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
46079
46080         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
46081         Include xalloc.h.
46082         Don't include <stdlib.h>.  Don't declare malloc, realloc.
46083
46084 2000-06-24  Jim Meyering  <meyering@lucent.com>
46085
46086         * m4/strerror_r.m4: Revive this file -- to try out an experimental
46087         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
46088         for which strerror does return char*, but which lacks a conveniently
46089         accessible declaration of the function.  If the compile-test says
46090         strerror_r doesn't work, then resort to a `run'-test that works on
46091         BeOS and segfaults on DEC Unix.
46092
46093 2000-06-24  Jim Meyering  <meyering@lucent.com>
46094
46095         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
46096
46097 2000-06-23  Paul Eggert  <eggert@twinsun.com>
46098
46099         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
46100         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
46101
46102 2000-06-23  Paul Eggert  <eggert@twinsun.com>
46103
46104         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
46105         (mbrtowc, mbstate_t): Define substitutes if
46106         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
46107         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
46108         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
46109
46110 2000-06-23  Jim Meyering  <meyering@lucent.com>
46111
46112         * m4/afs.m4: Add missing AC_MSG_RESULT.
46113         Reported by Bruno Haible.
46114
46115         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
46116         Suggestion from Bruno Haible.
46117
46118 2000-06-23  Jim Meyering  <meyering@lucent.com>
46119
46120         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
46121
46122 2000-06-21  Jim Meyering  <meyering@lucent.com>
46123
46124         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
46125
46126 2000-06-21  Jim Meyering  <meyering@lucent.com>
46127
46128         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
46129         (noinst_HEADERS): Add getstr.h.
46130
46131         * lib/getline.c (getstr): Move into a separate file.
46132         * lib/getstr.c (getstr): New file, extracted from getline.c, with
46133         the following changes: new parameter, delim2; both delim[12]
46134         parameters have type `int', not `char'.  The latter would lose
46135         with 8-bit delimiters.
46136         * lib/getstr.h: New file.
46137
46138 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
46139
46140         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
46141         than 1024, return a memory chunk of least possible size, instead
46142         of size PATH_MAX + 2. In the loop, increment the size proportionally.
46143         Use free/xmalloc instead of xrealloc to avoid copying for very long
46144         paths.
46145
46146 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
46147
46148         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
46149         the empty string.
46150
46151 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
46152
46153         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
46154         address, not strdup.  Include <stdlib.h> and don't declare free().
46155
46156 2000-06-19  Jim Meyering  <meyering@lucent.com>
46157
46158         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
46159
46160 2000-06-18  Jim Meyering  <meyering@lucent.com>
46161
46162         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
46163
46164         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
46165         `checking whether...' message to be consistent with that of the
46166         lstat test.
46167
46168 2000-06-18  Jim Meyering  <meyering@lucent.com>
46169
46170         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
46171         Besides, these days every porting target provides a mkdir function.
46172
46173         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
46174         needed. (this snippet comes from src/system.h).
46175
46176 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
46177
46178         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
46179
46180 2000-06-15  Paul Eggert  <eggert@twinsun.com>
46181
46182         * lib/human.c (adjust_value): New function.
46183         (human_readable_inexact): Apply rounding style even when
46184         printing approximate values.
46185
46186 2000-06-14  Paul Eggert  <eggert@twinsun.com>
46187
46188         * lib/human.c (human_readable_inexact): Allow an input block
46189         size that is not a multiple of the output block size, and vice versa.
46190         Reported by Piergiorgio Sartor.
46191
46192 2000-06-14  Paul Eggert  <eggert@twinsun.com>
46193
46194         * lib/getdate.y (get_date): Apply relative times after time
46195         zone indicator, not before.  Reported by Todd A. Jacobs.
46196
46197 2000-06-13  Jim Meyering  <meyering@lucent.com>
46198
46199         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
46200
46201         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
46202
46203 2000-06-12  Paul Eggert  <eggert@twinsun.com>
46204
46205         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
46206
46207 2000-06-12  Jim Meyering  <meyering@lucent.com>
46208
46209         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
46210         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
46211         optional argument.
46212         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
46213         the optional argument, `lib'.
46214
46215 2000-06-08  Jim Meyering  <meyering@lucent.com>
46216
46217         * m4/largefile.m4: Remove file (now that it's part of autoconf).
46218
46219 2000-06-04  Paul Eggert  <eggert@twinsun.com>
46220
46221         Rewrite largefile configuration so that we don't need to run
46222         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
46223         AC_CANONICAL_HOST in configure.in -- jmm]
46224
46225         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
46226         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
46227         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
46228         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
46229         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
46230         All uses changed.
46231         Instead of inspecting the output of getconf, try to compile the
46232         test program without and with the macro definition.
46233         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
46234         for getconf.  Instead, check for the needed flags by compiling
46235         test programs.
46236
46237 2000-06-04  Paul Eggert  <eggert@twinsun.com>
46238
46239         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
46240
46241 2000-06-04  Jim Meyering  <meyering@lucent.com>
46242
46243         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
46244         SunOS 4.1.4 for which gid_t is an unsigned type.
46245
46246 2000-06-03  Jim Meyering  <meyering@lucent.com>
46247
46248         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
46249         now that autoconf requires that.
46250
46251         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
46252         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
46253         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
46254
46255 2000-06-03  Jim Meyering  <meyering@lucent.com>
46256
46257         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
46258
46259 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
46260
46261         * m4/glibc21.m4: New file.
46262         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
46263
46264 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
46265
46266         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
46267         newer, don't install charset.alias.
46268         * lib/config.charset: Change the Linux/glibc rules so they become empty
46269         on glibc-2.1 or newer.
46270
46271 2000-06-02  Jim Meyering  <meyering@lucent.com>
46272
46273         * lib/mountlist.c: Back out last change.  Instead, do this...
46274         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
46275         me_dummy member using the same `ignore'-testing code.
46276         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
46277         fs_type strings.
46278         From Mark D. Roth.
46279
46280 2000-05-29  Jim Meyering  <meyering@lucent.com>
46281
46282         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
46283         mounts with the `ignore' attribute.  Based on a patch from
46284         Mark D. Roth.
46285
46286 2000-05-28  Jim Meyering  <meyering@lucent.com>
46287
46288         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
46289         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
46290         * m4/stat.m4: Likewise.
46291         * m4/lstat.m4: Likewise.
46292         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
46293
46294         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
46295         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
46296
46297 2000-05-26  Jim Meyering  <meyering@lucent.com>
46298
46299         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
46300
46301 2000-05-24  Jim Meyering  <meyering@lucent.com>
46302
46303         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
46304         autoconf requires that.
46305         * m4/lib-check.m4: Likewise.
46306         * m4/jm-macros.m4: Likewise.
46307         * m4/strftime.m4: Likewise.
46308
46309         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
46310         AC_CHECK_DECLS, now that autoconf requires that.
46311
46312 2000-05-22  Jim Meyering  <meyering@lucent.com>
46313
46314         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
46315         * m4/lstat.m4: Likewise.
46316
46317 2000-05-22  Jim Meyering  <meyering@lucent.com>
46318
46319         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
46320
46321 2000-05-20  Jim Meyering  <meyering@lucent.com>
46322
46323         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
46324         (jm_PREREQ): Use it.
46325
46326 2000-05-18  Jim Meyering  <meyering@lucent.com>
46327
46328         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
46329         back, too, since it may have been modified by allocate_entry.
46330         (hash_delete): Rewrite to use neither the assignment operator
46331         nor the comma operator in an if-expression.
46332
46333 2000-05-15  Paul Eggert  <eggert@twinsun.com>
46334
46335         * lib/closeout.c:
46336         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
46337         Remove; no longer needed.
46338         "quotearg.h": Add include.
46339         (file_name): Do not bother to explicitly initialize to NULL; it's less
46340         efficient on some hosts.
46341         (close_stdout_status): Remove test as to whether stdout was already
46342         closed; it breaks for the case "echo x | sort >&-".
46343         Quote file name colons.
46344         Do not assume that _("write error") lacks format strings.
46345
46346 2000-05-15  Jim Meyering  <meyering@lucent.com>
46347
46348         * lib/version-etc.c (version_etc_copyright): Update the copyright
46349         string used in all --version output.
46350
46351 2000-05-14  Jim Meyering  <meyering@lucent.com>
46352
46353         * lib/closeout.c (close_stdout_set_file_name): New function.
46354         (close_stdout_status): Use new file-scoped global.
46355         Return right away if fstat says the stdout file descriptor is invalid.
46356         * lib/closeout.h (close_stdout_set_file_name): Declare.
46357
46358 2000-05-10  Jim Meyering  <meyering@lucent.com>
46359
46360         * lib/closeout.c [default_exit_status]: New file-scoped variable.
46361         (close_stdout_set_status): New function.
46362         * lib/closeout.h (close_stdout_set_status): Declare.
46363
46364 2000-05-09  Jim Meyering  <meyering@lucent.com>
46365
46366         * m4/gettext.m4: Rename this...
46367         * m4/libintl.m4: ...to this.
46368
46369 2000-05-08  Jim Meyering  <meyering@lucent.com>
46370
46371         * lib/long-options.c: Don't include closeout.h.
46372         (parse_long_options): Don't call close_stdout for --version.
46373
46374 2000-05-06  Paul Eggert  <eggert@twinsun.com>
46375
46376         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
46377         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
46378         2.1.3 bug.  This avoids a clash when files like regex.c define
46379         _GNU_SOURCE.
46380
46381 2000-05-06  Jim Meyering  <meyering@lucent.com>
46382
46383         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
46384         (AC_REPLACE_FUNCS): Add strnlen.
46385
46386         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
46387         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
46388
46389         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
46390         AC_SEARCH_LIBS call for nanosleep.
46391         (LIB_NANOSLEEP): Set and AC_SUBST.
46392
46393 2000-05-06  Jim Meyering  <meyering@lucent.com>
46394
46395         * lib/strnlen.c: Undefine __strnlen and strnlen.
46396         [!weak_alias]: Define __strnlen to strnlen.
46397
46398         * lib/atexit.c: New file, from libiberty.
46399
46400 2000-05-06  Jim Meyering  <meyering@lucent.com>
46401
46402         * lib/closeout.c (close_stdout_status): Also check for errors on the
46403         stderr stream.
46404
46405 2000-05-05  Jim Meyering  <meyering@lucent.com>
46406
46407         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
46408         AC_SEARCH_LIBS call for clock_gettime.
46409         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
46410
46411         * m4/search-libs.m4: Update from autoconf.
46412
46413         su doesn't work on Solaris 2.6.
46414         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
46415         <shadow.h>.  Reported by Dragos Harabor.
46416
46417 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
46418
46419         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
46420         memcpy instead of xmalloc, xrealloc, path_concat.
46421         (locale_charset): Treat empty environment variables as absent.
46422         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
46423
46424 2000-05-04  Jim Meyering  <meyering@lucent.com>
46425
46426         * lib/getopt.c: Update from glibc.
46427         * lib/obstack.c: Likewise.
46428         * lib/obstack.h: Likewise.
46429         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
46430         file
46431
46432         * lib/regex.h: Likewise.
46433         * lib/strndup.c: Likewise.
46434         * lib/strnlen.c: New file, from glibc.
46435
46436 2000-05-03  Jim Meyering  <meyering@lucent.com>
46437
46438         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
46439
46440 2000-05-02  Paul Eggert  <eggert@twinsun.com>
46441
46442         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
46443         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
46444         compile-time test, rather than inspecting host and OS, to
46445         decide whether to define _LARGEFILE_SOURCE.
46446
46447 2000-05-01  Jim Meyering  <meyering@lucent.com>
46448
46449         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
46450
46451         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
46452         Based on a patch from Bruno Haible.
46453
46454 2000-05-01  Jim Meyering  <meyering@lucent.com>
46455
46456         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
46457
46458 2000-04-29  Jim Meyering  <meyering@lucent.com>
46459
46460         * lib/path-concat.c: Declare strdup only if it's not defined.
46461         * lib/canon-host.c: Likewise.
46462
46463 2000-04-28  Jim Meyering  <meyering@lucent.com>
46464
46465         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
46466         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
46467         is included first, then limits.h is included by locale.h by libintl.h.
46468         From John David Anglin.
46469
46470 2000-04-25  Jim Meyering  <meyering@lucent.com>
46471
46472         * lib/makepath.c (S_IRWXUGO): Define.
46473         (make_path): Always perform explicit chmod if MODE specifies any
46474         of the `special' permission bits.  Prompted by a bug report against
46475         install from Mate Wierdl and Joost van Baal.
46476
46477 2000-04-18  Jim Meyering  <meyering@lucent.com>
46478
46479         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
46480         (jm_PREREQ): Use it.
46481
46482 2000-04-18  Jim Meyering  <meyering@lucent.com>
46483
46484         * lib/README: New file.
46485
46486         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
46487         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
46488
46489 2000-04-17  Jim Meyering  <meyering@lucent.com>
46490
46491         Get it right :-)
46492         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
46493         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
46494         Suggestion from Akim Demaille.
46495
46496 2000-04-17  Jim Meyering  <meyering@lucent.com>
46497
46498         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
46499         the definition of it to rpl_strftime also defined-away the system's
46500         declaration.
46501
46502 2000-04-15  Jim Meyering  <meyering@lucent.com>
46503
46504         Use `C' to denote so-called `contiguous' files, the same way
46505         that tar does.
46506         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
46507         (ftypelet): Use S_ISCTG.
46508         From Michael Deutschmann.
46509
46510 2000-04-14  Jim Meyering  <meyering@lucent.com>
46511
46512         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
46513         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
46514         clobbered.
46515
46516 2000-04-14  Jim Meyering  <meyering@lucent.com>
46517
46518         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
46519
46520 2000-04-13  Jim Meyering  <meyering@lucent.com>
46521
46522         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
46523         AH_VERBATIM to insert required #ifndef into config.h.in.
46524         Suggestion from Akim Demaille.
46525
46526 2000-04-12  Jim Meyering  <meyering@lucent.com>
46527
46528         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
46529         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
46530         Christian Krackowizer.
46531
46532         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
46533         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
46534         (AC_SYS_LARGEFILE): Require.
46535         (AM_C_PROTOTYPES): Require.
46536
46537 2000-04-08  Jim Meyering  <meyering@lucent.com>
46538
46539         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
46540         names don't conflict.  Reported by Eli Zaretskii.
46541
46542 2000-04-07  Jim Meyering  <meyering@lucent.com>
46543
46544         * lib/putenv.c: Move inclusion of errno.h so it follows that of
46545         sys/types.h, to work around system header problems on AIX 3.2.5.
46546         From Bruno Haible.
46547
46548 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
46549
46550         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
46551         bug.  Deal with the different error behavior of Irix iconv.
46552
46553 2000-04-05  Paul Eggert  <eggert@twinsun.com>
46554
46555         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
46556         IRIX if the installer said otherwise.
46557
46558 2000-04-05  Jim Meyering  <meyering@lucent.com>
46559
46560         Portability tweaks required for ultrix4.3.
46561         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
46562         (jm_CHECK_DECLS): Add getutent to the list of functions.
46563         (_jm_DECL_HEADERS): Add utmpx.h.
46564         From John David Anglin.
46565
46566         * m4/strftime.m4: Back out the 2000-04-02 change.
46567         Instead of that change, simply undefine putenv in the test program.
46568
46569 2000-04-05  Jim Meyering  <meyering@lucent.com>
46570
46571         Portability tweaks required for ultrix4.3.
46572         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
46573         getutent.
46574         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
46575         * lib/canon-host.c: Declare strdup.
46576         * lib/path-concat.c: Likewise.
46577         From John David Anglin.
46578
46579 2000-04-04  Jim Meyering  <meyering@lucent.com>
46580
46581         Be more DOS 8.3-friendly.
46582         * lib/ref-add.sin: Renamed from ref-add.sed.in.
46583         * lib/ref-del.sin: Renamed from ref-del.sed.in.
46584         * lib/Makefile.am: Reflect renaming.
46585         Reported by Eli Zaretskii.
46586
46587         Use a temporary file name that won't clash with `charset.alias'
46588         in the DOS 8.3 name space.
46589         * lib/Makefile.am (charset_tmp): Define.
46590         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
46591         (uninstall-local): Likewise.
46592         Reported by Eli Zaretskii.
46593
46594 2000-04-03  Jim Meyering  <meyering@lucent.com>
46595
46596         * m4/gettext.m4: Fix typo in comment.
46597
46598         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
46599         textutils/configure.in).  Suggestion from Paul Eggert.
46600         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
46601
46602 2000-04-02  Paul Eggert  <eggert@twinsun.com>
46603
46604         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
46605         variable in the shell rather than using putenv, which isn't
46606         portable.  This avoids the configure-time inter-test dependency
46607         on the potentially-renamed putenv function.
46608
46609 2000-03-30  Paul Eggert  <eggert@twinsun.com>
46610
46611         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
46612         before checking struct stat.st_blksize, so that
46613         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
46614
46615 2000-03-29  Paul Eggert  <eggert@twinsun.com>
46616
46617         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
46618         since strftime.c uses HAVE_STRFTIME to decide whether to use
46619         the underlying strftime.
46620
46621 2000-03-29  Paul Eggert  <eggert@twinsun.com>
46622
46623         * lib/time/strftime.c (my_strftime): Make sure we call the system
46624         strftime, not ourselves, when invoking the underlying strftime.
46625
46626 2000-03-24  Jim Meyering  <meyering@lucent.com>
46627
46628         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
46629         (charset_alias): Define.
46630         (install-exec-local): Factor out common code.
46631         (uninstall-local): Split lines longer than 80.
46632         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
46633         (SUFFIXES): Define.
46634         (.sed.in.sed): New rule.  Don't redirect directly to $@.
46635         (CLEANFILES): Add ref-add.sed and ref-del.sed.
46636
46637 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
46638
46639         * lib/config.charset: Output a line containing "Packages using this
46640         file".
46641         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
46642         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
46643         ref-del.sed): New rules.
46644
46645 2000-03-17  Jim Meyering  <meyering@lucent.com>
46646
46647         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
46648         Otherwise, include <strings.h>
46649
46650 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
46651
46652         * lib/unicodeio.c (utf8_wctomb): New function.
46653         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
46654         format instead of in UCS-4 with platform dependent endianness.
46655
46656 2000-03-10  Jim Meyering  <meyering@lucent.com>
46657
46658         * m4/lib-check.m4: Look for getspnam in -lgen, too.
46659         From Marco Franzen.
46660
46661 2000-03-07  Paul Eggert  <eggert@twinsun.com>
46662
46663         * lib/savedir.c (savedir): Work even if directory size is
46664         negative; this can happen with some screwy NFS configurations.
46665
46666 2000-03-06  Jim Meyering  <meyering@lucent.com>
46667
46668         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
46669         if it's NULL (because we ran out of memory).  From Bruno Haible.
46670
46671 2000-03-05  Jim Meyering  <meyering@lucent.com>
46672
46673         * lib/localcharset.c ("path-concat.h"): Include.
46674         (get_charset_aliases): Use path_concat instead of ANSI string
46675         concatenation.
46676
46677         * lib/unicodeio.h (PARAMS): Define.
46678         Use it to guard prototype.
46679
46680 2000-03-04  Jim Meyering  <meyering@lucent.com>
46681
46682         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
46683         for lib/localcharset.c.
46684
46685 2000-03-04  Jim Meyering  <meyering@lucent.com>
46686
46687         * lib/Makefile.am (install-exec-local): Create $(libdir) before
46688         installing into it.
46689         (uninstall-local): Uncomment this rule so `make distcheck' works
46690         once again.
46691
46692         * lib/unicodeio.c (<errno.h>): Include it.
46693         (errno): Declare if not defined.
46694
46695         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
46696
46697         * lib/config.charset: New version, incorporating remarks from a linux
46698         i18n mailing list.  From Bruno Haible.
46699
46700 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
46701
46702         * m4/codeset.m4: New file.
46703         * m4/iconv.m4: New file.
46704         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
46705
46706 2000-03-03  Jim Meyering  <meyering@lucent.com>
46707
46708         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
46709
46710 2000-03-02  Jim Meyering  <meyering@lucent.com>
46711
46712         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
46713         the messages come out on separate lines.
46714
46715         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
46716         rather than jm_CHECK_DECLARATIONS.
46717         * m4/decl.m4: Remove now-unused file.
46718
46719         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
46720         geteuid.
46721
46722 2000-03-02  Jim Meyering  <meyering@lucent.com>
46723
46724         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
46725
46726 2000-03-01  Jim Meyering  <meyering@lucent.com>
46727
46728         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
46729         * lib/unicodeio.c: Likewise.
46730
46731 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
46732
46733         * lib/config.charset: New file.
46734         * lib/localcharset.c: New file.
46735         * lib/unicodeio.h, lib/unicodeio.c: New files.
46736         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
46737         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
46738         (noinst_HEADERS): Add unicodeio.h.
46739         (all-local, install-exec-local, charset.alias): New targets.
46740
46741 2000-02-28  Paul Eggert  <eggert@twinsun.com>
46742
46743         * lib/quotearg.c (ALERT_CHAR): New macro.
46744         (quotearg_buffer_restyled): Use it.
46745
46746 2000-02-27  Jim Meyering  <meyering@lucent.com>
46747
46748         * m4/check-decl.m4: Add getenv to the list.
46749
46750 2000-02-27  Jim Meyering  <meyering@lucent.com>
46751
46752         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
46753         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
46754
46755         * lib/backupfile.c: Guard inclusion of stdlib.h with
46756         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
46757         Declare malloc if needed.
46758
46759         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
46760         `#ifndef HAVE_DECL..'
46761         now that autoconf always defines the HAVE_DECL_ symbols.
46762         * lib/human.c: Likewise.
46763         * lib/same.c: Likewise.
46764         * lib/strtoumax.c: Likewise.
46765
46766         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
46767         declaration check was not run.
46768         * lib/hash.c: Likewise.
46769         * lib/human.c: Likewise.
46770         * lib/same.c: Likewise.
46771         * lib/strtoumax.c: Likewise.
46772
46773         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
46774         `.', then first look up the entire `.'-containing string as a login
46775         name.
46776
46777 2000-02-23  Jim Meyering  <meyering@lucent.com>
46778
46779         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
46780         in place of my hack.
46781
46782 2000-02-18  Paul Eggert  <eggert@twinsun.com>
46783
46784         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
46785         (textint): New typedef.
46786         (parser_control): Member year changed from int to textint.
46787         All uses changed.
46788         (YYSTYPE): Removed; replaced by %union with int and textint members.
46789         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
46790         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
46791         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
46792         (tSNUMBER, tUNUMBER): Now of type <textintval>.
46793         (date, number, to_year): Use width of number in digits, not its value,
46794         to determine whether it's a 2-digit year, or a 2-digit time.
46795         (yylex): Store number of digits of numeric tokens.
46796         Reported by John Kendall.
46797
46798         (parser_control): Changed from struct parser_control to typedef (for
46799         consistency).  All uses changed.
46800
46801         (tID): Removed; not used.
46802         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
46803
46804 2000-02-14  Paul Eggert  <eggert@twinsun.com>
46805
46806         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
46807         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
46808
46809 2000-02-12  Jim Meyering  <meyering@lucent.com>
46810
46811         * lib/userspec.c (ISDIGIT): Define it.
46812         (isdigit): Remove definition.
46813         (is_number): Use ISDIGIT, not isdigit.
46814         <libintl.h>: Include.
46815         (_ and N_): Define.
46816         (parse_user_spec): Mark translatable strings.
46817
46818 2000-02-10  Jim Meyering  <meyering@lucent.com>
46819
46820         With these changes, nanosleep.[ch] are finally enough like the other
46821         lib/* replacement files to compile on a few more losing systems.
46822
46823         * lib/nanosleep.h: Don't include config.h.
46824         Remove prototype from declaration of nanosleep.
46825         (PARAMS): Remove now-unneeded definition.
46826         * lib/nanosleep.c: #undef nanosleep.
46827         (rpl_nanosleep): Rename from nanosleep.
46828
46829 2000-02-10  Jim Meyering  <meyering@lucent.com>
46830
46831         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
46832         gnu_nanosleep to rpl_nanosleep.
46833
46834 2000-02-09  Jim Meyering  <meyering@lucent.com>
46835
46836         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
46837         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
46838
46839 2000-02-08  Akim Demaille  <akim@epita.fr>
46840
46841         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
46842         `[' and `]' and remove uses of `changequote'.
46843         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
46844         (AC_SYS_LARGEFILE): Likewise.
46845         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
46846         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
46847         of changequote.
46848         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
46849         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
46850         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
46851         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
46852
46853 2000-02-05  Jim Meyering  <meyering@lucent.com>
46854
46855         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
46856         Remove explicit use of AC_HEADER_TIME.  It is required by
46857         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
46858         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
46859         in autoconf whereby the expansion of the latter ended up preceding
46860         the expansion of its prerequisite, AC_HEADER_TIME.
46861         Reported by Volker Borchert.
46862
46863 2000-02-03  Jim Meyering  <meyering@lucent.com>
46864
46865         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
46866
46867 2000-02-03  Jim Meyering  <meyering@lucent.com>
46868
46869         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
46870         rather than with `#if HAVE_UTMPNAME'.
46871
46872 2000-02-02  Jim Meyering  <meyering@lucent.com>
46873
46874         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
46875         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
46876         Reported by Eli Zaretskii.
46877
46878 2000-02-01  Jim Meyering  <meyering@lucent.com>
46879
46880         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
46881
46882 2000-01-31  Jim Meyering  <meyering@lucent.com>
46883
46884         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
46885         functions.  Add the time.h and sys/time.h headers along with the
46886         AC_REQUIRE'ment of AC_HEADER_TIME.
46887
46888 2000-01-31  Jim Meyering  <meyering@lucent.com>
46889
46890         * lib/nanosleep.h (nanosleep): Guard declaration with
46891         `#if ! HAVE_DECL_NANOSLEEP'.
46892         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
46893         the declaration in that vendor's sys/timers.h.
46894         Reported by Christian Krackowizer.
46895
46896         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
46897         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
46898         (ISPRINT): Likewise.
46899         Reported by Tom Tromey.
46900
46901 2000-01-30  Jim Meyering  <meyering@lucent.com>
46902
46903         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
46904
46905         * m4/prereq.m4 (utmp_includes): Define.
46906         Check for ut_user and ut_name members in both struct utmpx
46907         and struct utmp.
46908
46909 2000-01-30  Jim Meyering  <meyering@lucent.com>
46910
46911         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
46912         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
46913         header files where only utmpx.ut_user is declared.
46914
46915         * lib/readutmp.h (UT_USER): Define.
46916
46917 2000-01-29  Jim Meyering  <meyering@lucent.com>
46918
46919         * m4/lib-check.m4: New file containing library-related checks from
46920         fileutils and sh-utils (textutils had none).
46921
46922 2000-01-28  Jim Meyering  <meyering@lucent.com>
46923
46924         * m4/perl.m4: Change format of warning message to look more like that
46925         from the missing script.  Suggestion from François Pinard.
46926
46927 2000-01-25  Jim Meyering  <meyering@lucent.com>
46928
46929         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
46930         well as time.h in the compile check.
46931         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
46932         Fix typo in cross-compiling case: s/yes/no/.
46933
46934 2000-01-23  Jim Meyering  <meyering@lucent.com>
46935
46936         * m4/jm-macros.m4: Move df-related tests here from
46937         fileutils/configure.in
46938
46939         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
46940         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
46941
46942         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
46943         s/space/ac_fsusage_space/.
46944         (jm_FILE_SYSTEM_USAGE): Take two parameters.
46945
46946         * m4/ftruncate.m4: New file (derived from part of
46947         fileutils/configure.in).
46948         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
46949         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
46950
46951         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
46952         AC_SUBST these here, rather than just in sh-util/configure.in, so
46953         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
46954         all the same.
46955         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
46956         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
46957         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
46958         (AC_SUBST(POW_LIBM)): Likewise.
46959         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
46960
46961 2000-01-23  Jim Meyering  <meyering@lucent.com>
46962
46963         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
46964         obstack.c.
46965
46966 2000-01-22  Jim Meyering  <meyering@lucent.com>
46967
46968         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
46969
46970         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
46971
46972         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
46973         configure.in
46974         (AC_CHECK_HEADERS): Likewise for sh-utils.
46975         (AC_CHECK_HEADERS): Likewise for textutils.
46976         Merge the three lists of headers.
46977
46978         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
46979         from fileutils' configure.in.
46980
46981         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
46982         code. Moved tests into their own function (_jm_DECL_HEADERS) in
46983         check-decl.m4.
46984
46985         * m4/check-decl.m4: Use #if rather than #ifdef.
46986         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
46987         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
46988         (_jm_DECL_HEADERS): Define new function.
46989         (jm_CHECK_DECLARATIONS): Require it.
46990
46991 2000-01-22  Jim Meyering  <meyering@lucent.com>
46992
46993         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
46994         [! HAVE_DECL_STRTOULL]: Declare strtoull.
46995         Required for some AIX systems.  Reported by Christian Krackowizer.
46996         [TESTING] (main): New function.
46997
46998         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
46999         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
47000         letters.
47001
47002         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
47003         iswprint.
47004
47005         * lib/strverscmp.c (ISDIGIT): Define.
47006         (strverscmp): Use ISDIGIT, not isdigit.
47007
47008 2000-01-19  Jim Meyering  <meyering@lucent.com>
47009
47010         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
47011         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
47012         defines `struct timespec' in <sys/time.h>
47013
47014         * m4/c-bs-a.m4: Remove uses of changequote altogether.
47015         Thanks to Akim for explaining.
47016
47017 2000-01-17  Paul Eggert  <eggert@twinsun.com>
47018
47019         * lib/nanosleep.c (nanosleep):
47020         Don't use SA_INTERRUPT to decide whether to call sigaction, as
47021         POSIX.1 doesn't require SA_INTERRUPT and some systems
47022         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
47023         it's been part of POSIX.1 since day 1 (in 1988).
47024
47025 2000-01-17  Jim Meyering  <meyering@lucent.com>
47026
47027         * lib/interlock: Remove unused file.  Reported by François Pinard.
47028
47029 2000-01-16  Paul Eggert  <eggert@twinsun.com>
47030
47031         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
47032         alert, backslash, formfeed, and vertical tab unnecessarily in
47033         shell quoting style.
47034
47035 2000-01-16  Jim Meyering  <meyering@lucent.com>
47036
47037         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
47038         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
47039         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
47040         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
47041
47042 2000-01-16  Jim Meyering  <meyering@lucent.com>
47043
47044         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
47045         because the latter didn't work.
47046
47047 2000-01-15  Jim Meyering  <meyering@lucent.com>
47048
47049         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
47050         (AC_REPLACE_FUNCS): Add memcpy and memset.
47051         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
47052         Add strpbrk.
47053         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
47054
47055 2000-01-12  Jim Meyering  <meyering@lucent.com>
47056
47057         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
47058         (jm_PREREQ): Use it.
47059         (jm_PREREQ_READUTMP): New macro.
47060         (jm_PREREQ): Use it.
47061
47062 2000-01-11  Paul Eggert  <eggert@twinsun.com>
47063
47064         Quote multibyte characters correctly.
47065         * m4/c-bs-a.m4: New file.
47066         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
47067         (jm_PREREQ): Use it.
47068
47069 2000-01-11  Paul Eggert  <eggert@twinsun.com>
47070
47071         * m4/uintmax_t.m4: Port to autoconf 2.13.
47072
47073 2000-01-08  Jim Meyering  <meyering@ascend.com>
47074
47075         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
47076         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
47077
47078 2000-01-04  Jim Meyering  <meyering@ascend.com>
47079
47080         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
47081         jm_STRUCT_DIRENT_D_TYPE.
47082         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
47083         jm_STRUCT_DIRENT_D_INO.
47084         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
47085         jm_STRUCT_UTIMBUF.
47086         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
47087         renamings.
47088         * m4/utime.m4: Likewise.
47089
47090         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
47091         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
47092
47093 2000-01-03  Paul Eggert  <eggert@twinsun.com>
47094
47095         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
47096         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
47097
47098 2000-01-02  Jim Meyering  <meyering@ascend.com>
47099
47100         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
47101         remember if this is necessary.
47102
47103 1999-12-26  Jim Meyering  <meyering@ascend.com>
47104
47105         * m4/jm-macros.m4: Use it here.
47106         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
47107
47108 1999-12-23  Jim Meyering  <meyering@ascend.com>
47109
47110         * m4/jm-macros.m4: Check for clock_gettime (moved from
47111         fileutils/configure.in)
47112         Check for gettimeofday.
47113
47114 1999-12-20  Jim Meyering  <meyering@ascend.com>
47115
47116         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
47117         autoconf-2.14a-1999-12-20.
47118
47119 1999-12-19  Jim Meyering  <meyering@ascend.com>
47120
47121         * m4/lstat-slash.m4: New file.
47122         * m4/jm-macros.m4: Use the new macro:
47123         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47124
47125 1999-12-07  Jim Meyering  <meyering@ascend.com>
47126
47127         * m4/perl.m4: Require that File::Compare be available, too.
47128         Too many systems seem to lack it.
47129
47130         * m4/strftime.m4: Add checks for most of the cpp macros tested in
47131         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
47132
47133 1999-11-18  Paul Eggert  <eggert@twinsun.com>
47134
47135         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
47136         problem with the QNX 4.25 shell, which doesn't propagate exit
47137         status of failed commands inside shell assignments.
47138
47139 1999-11-17  Jim Meyering  <meyering@ascend.com>
47140
47141         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
47142
47143 1999-11-07  Jim Meyering  <meyering@ascend.com>
47144
47145         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
47146
47147 1999-11-06  Jim Meyering  <meyering@ascend.com>
47148
47149         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
47150         * m4/jm-macros.m4 (jm_MACROS): Use it here.
47151
47152 1999-11-05  Jim Meyering  <meyering@ascend.com>
47153
47154         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
47155         configure.in of textutils, fileutils, and sh-utils into this one
47156         (shared between those packages) file.
47157         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
47158         AC_STRUCT_ST_BLKSIZE.
47159
47160 1999-11-03  Jim Meyering  <meyering@ascend.com>
47161
47162         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
47163         of AC_CHECK_TYPE checks includes unistd.h.
47164         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
47165         Suggestion from Akim Demaille.
47166
47167 1999-10-30  Jim Meyering  <meyering@ascend.com>
47168
47169         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
47170         m4-quoted string.
47171         * m4/ls-mntd-fs.m4: Likewise.
47172         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
47173         * m4/jm-winsz1.m4: Likewise.
47174
47175         * m4/const.m4: Remove file, since the fix made it into the experimental
47176         version of autoconf.
47177         * m4/mktime.m4: Likewise.
47178
47179         * m4/check-type.m4: Remove file, now that the latest version of
47180         AC_CHECK_TYPE takes a third arg to specify additional #includes.
47181
47182         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
47183         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
47184         AC_CHECK_TYPE.
47185
47186 1999-10-04  Jim Meyering  <meyering@ascend.com>
47187
47188         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
47189
47190 1999-09-22  Paul Eggert  <eggert@twinsun.com>
47191
47192         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
47193         2.95.1 bug with HP-UX 10.20.
47194
47195 1999-09-17  Jim Meyering  <meyering@ascend.com>
47196
47197         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
47198         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
47199         due to missing strdup (against sh-utils-2.0).
47200
47201 1999-08-29  Jim Meyering  <meyering@ascend.com>
47202
47203         * m4/jm-macros.m4: Require jm_BISON.
47204         * m4/bison.m4: New file.
47205
47206 1999-08-17  Paul Eggert  <eggert@twinsun.com>
47207
47208         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
47209         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
47210
47211 1999-08-05  Jim Meyering  <meyering@ascend.com>
47212
47213         * m4/getline.m4: Rename test file from conftestdata to conftest.data
47214         to avoid conflicts with `conftest' on 8+3 filesystems.
47215         Suggestion from Eli Zaretskii.
47216
47217 1999-08-04  Jim Meyering  <meyering@ascend.com>
47218
47219         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
47220         fileutils and sh-utils (textutils's getline test was inadequate).
47221         (AM_FUNC_GETLINE): Run this test.
47222         (AC_CHECK_FUNCS): Check for getdelim.
47223         Reported by Bob Proulx.
47224
47225 1999-08-02  Jim Meyering  <meyering@ascend.com>
47226
47227         * m4/jm-macros.m4: Add a comment.
47228
47229 1999-08-01  Paul Eggert  <eggert@twinsun.com>
47230
47231         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
47232         <inttypes.h> defines strtoumax as a macro (and not as a
47233         function).
47234
47235 1999-08-01  Paul Eggert  <eggert@twinsun.com>
47236
47237         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
47238         that we can shift, multiply and divide unsigned long long
47239         values; Ultrix cc can't do it.
47240
47241 1999-08-01  Paul Eggert  <eggert@twinsun.com>
47242
47243         * m4/mktime.m4: New file, which is a preview of what should appear
47244         in the next public autoconf release.
47245
47246 1999-08-01  Paul Eggert  <eggert@twinsun.com>
47247
47248         * m4/lfs.m4: Remove this file.
47249         * m4/largefile.m4: New file.  It contains the old contents of
47250         lfs.m4, except that all names with prefix AC_LFS have been
47251         changed to use the prefix AC_SYS_LARGEFILE instead, to be
47252         compatible with future autoconf versions.  Also, some minor m4
47253         quoting problems have been fixed.
47254
47255 1999-08-01  Paul Eggert  <eggert@twinsun.com>
47256
47257         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
47258         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
47259         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
47260         and simplify the shell code.
47261
47262 1999-08-01  Jim Meyering  <meyering@ascend.com>
47263
47264         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
47265         m4.
47266
47267 1999-07-20  Jim Meyering  <meyering@ascend.com>
47268
47269         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
47270
47271 1999-07-15  Jim Meyering  <meyering@ascend.com>
47272
47273         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
47274
47275 1999-05-22  Jim Meyering  <meyering@ascend.com>
47276
47277         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
47278
47279 1999-05-20  Jim Meyering  <meyering@ascend.com>
47280
47281         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
47282         Add a colon after each `then' in case $4 is empty.
47283
47284 1999-05-16  Jim Meyering  <meyering@ascend.com>
47285
47286         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
47287
47288 1999-05-10  Jim Meyering  <meyering@ascend.com>
47289
47290         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
47291
47292         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
47293         AC_FUNC_MKTIME.
47294
47295 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
47296
47297         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
47298
47299 1999-05-04  Paul Eggert  <eggert@twinsun.com>
47300
47301         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
47302         not CPPFLAGS, so that linking works correctly in IRIX.
47303
47304 1999-04-30  Paul Eggert  <eggert@twinsun.com>
47305
47306         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
47307
47308 1999-04-20  Paul Eggert  <eggert@twinsun.com>
47309
47310         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
47311         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
47312         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
47313         jm_AC_TYPE_UNSIGNED_LONG_LONG.
47314         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
47315
47316         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
47317
47318 1999-04-20  Jim Meyering  <meyering@ascend.com>
47319
47320         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
47321         AC_REPLACE xstroull if necessary.  From Paul Eggert.
47322         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
47323
47324 1999-04-18  Jim Meyering  <meyering@ascend.com>
47325
47326         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
47327         * m4/jm-macros.m4: Use it.
47328
47329 1999-04-06  Jim Meyering  <meyering@ascend.com>
47330
47331         * m4/strftime.m4: Remove test for %f.
47332
47333 1999-03-29  Jim Meyering  <meyering@ascend.com>
47334
47335         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
47336         superset of the AC_TYPE_* checks in the textutils, fileutils,
47337         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
47338         AC_TYPE_PID_T.
47339
47340 1999-03-28  Jim Meyering  <meyering@ascend.com>
47341
47342         * m4/jm-macros.m4: Define GNU_PACKAGE here.
47343         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
47344         replaced e.g., in the *.sh files of the sh-utils.
47345
47346 1999-03-20  Jim Meyering  <meyering@ascend.com>
47347
47348         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
47349         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
47350         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
47351
47352 1999-03-19  Jim Meyering  <meyering@ascend.com>
47353
47354         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
47355
47356 1999-03-12  Jim Meyering  <meyering@ascend.com>
47357
47358         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
47359
47360 1999-03-07  Jim Meyering  <meyering@ascend.com>
47361
47362         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
47363         declared.
47364
47365 1999-02-17  Jim Meyering  <meyering@ascend.com>
47366
47367         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
47368         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
47369
47370 1999-02-07  Jim Meyering  <meyering@ascend.com>
47371
47372         * m4/group-member.m4: New file -- extracted from sh-utils'
47373         configure.in.
47374
47375         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
47376         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
47377
47378 1999-02-06  Jim Meyering  <meyering@ascend.com>
47379
47380         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
47381         * m4/fnmatch.m4: Likewise.
47382         * m4/getgroups.m4: Likewise.
47383         * m4/lstat.m4: Likewise.
47384         * m4/malloc.m4: Likewise.
47385         * m4/putenv.m4: Likewise.
47386         * m4/realloc.m4: Likewise.
47387         * m4/regex.m4: Likewise.
47388         * m4/stat.m4: Likewise.
47389         * m4/strftime.m4: Likewise.
47390         Suggestion from Alain Magloire.
47391
47392         * m4/chown.m4: Use `.$ac_objext', not `.o'.
47393         * m4/fnmatch.m4: Likewise.
47394         * m4/getgroups.m4: Likewise.
47395         * m4/getline.m4: Likewise.
47396         * m4/lstat.m4: Likewise.
47397         * m4/malloc.m4: Likewise.
47398         * m4/memcmp.m4: Likewise.
47399         * m4/putenv.m4: Likewise.
47400         * m4/realloc.m4: Likewise.
47401         * m4/regex.m4: Likewise.
47402         * m4/stat.m4: Likewise.
47403         * m4/strftime.m4: Likewise.
47404         Suggestion from Alain Magloire.
47405
47406         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
47407         an argument.
47408
47409         * m4/regex.m4: Add a run-time Test for proper operation of
47410         re_compile_pattern.
47411
47412 1999-01-31  Jim Meyering  <meyering@ascend.com>
47413
47414         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
47415
47416 1999-01-30  Jim Meyering  <meyering@ascend.com>
47417
47418         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
47419
47420         * m4/jm-mktime.m4: Make this a wrapper around the official
47421         AM_FUNC_MKTIME rather than my private copy, now that the official one
47422         is up to date.
47423         * m4/mktime.m4: Remove file.
47424
47425         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
47426         * m4/uptime.m4: Likewise.
47427         * m4/uintmax_t.m4: Likewise.
47428
47429 1999-01-28  Jim Meyering  <meyering@ascend.com>
47430
47431         * m4/jm-macros.m4: Use jm_AFS.
47432         * m4/afs.m4: New file (from fileutils' configure.in).
47433
47434         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
47435         * m4/chown.m4: Likewise.
47436         * m4/d-ino.m4: Likewise.
47437         * m4/d-type.m4: Likewise.
47438         * m4/fnmatch.m4: Likewise.
47439         * m4/getgroups.m4: Likewise.
47440         * m4/gettext.m4: Likewise.
47441         * m4/jm-mktime.m4: Likewise.
47442         * m4/jm-winsz2.m4: Likewise.
47443         * m4/lcmessage.m4: Likewise.
47444         * m4/ls-mntd-fs.m4: Likewise.
47445         * m4/malloc.m4: Likewise.
47446         * m4/memcmp.m4: Likewise.
47447         * m4/putenv.m4: Likewise.
47448         * m4/realloc.m4: Likewise.
47449         * m4/st_mtim.m4: Likewise.
47450         * m4/strftime.m4: Likewise.
47451
47452 1999-01-16  Jim Meyering  <meyering@ascend.com>
47453
47454         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
47455         (ARGMATCH_DIE_DECL): Define.
47456
47457 1999-01-12  Jim Meyering  <meyering@ascend.com>
47458
47459         * m4/Makefile.am.in: Rewrite to avoid using fmt.
47460         Reported by Lars Hecking.
47461
47462 1999-01-10  Jim Meyering  <meyering@ascend.com>
47463
47464         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
47465         gross kludge.
47466         * m4/inttypes_h.m4: Likewise.
47467         * m4/lstat.m4: Likewise.
47468         * m4/malloc.m4: Likewise.
47469         * m4/readdir.m4: Likewise.
47470         * m4/realloc.m4: Likewise.
47471         * m4/st_dm_mode.m4: Likewise.
47472         * m4/stat.m4: Likewise.
47473         * m4/utimbuf.m4: Likewise.
47474         * m4/utimes.m4: Likewise.
47475
47476         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
47477         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
47478         comments in config.h.in are meaningful.
47479
47480         * m4/jm-macros.m4: Require autoconf-2.13 here.
47481
47482         * m4/regex.m4: By default, don't use the included regex.c on systems
47483         with glibc 2.  Suggestion from Uli Drepper.
47484
47485 1999-01-02  Jim Meyering  <meyering@ascend.com>
47486
47487         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
47488
47489 1998-12-18  Jim Meyering  <meyering@ascend.com>
47490
47491         * m4/Makefile.am.in (Makefile.am): Simplify rule.
47492         Based on a suggestion from Lars Hecking.
47493
47494 1998-11-16  Paul Eggert  <eggert@twinsun.com>
47495
47496         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
47497
47498 1998-11-16  Jim Meyering  <meyering@ascend.com>
47499
47500         * m4/lfs.m4: Double-quote the `uname...` expression.
47501
47502 1998-11-14  Jim Meyering  <meyering@ascend.com>
47503
47504         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
47505         * m4/stat.m4: Likewise.
47506
47507 1998-11-03  Jim Meyering  <meyering@ascend.com>
47508
47509         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
47510         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
47511
47512 1998-10-18  Jim Meyering  <meyering@ascend.com>
47513
47514         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
47515
47516 1998-10-17  Jim Meyering  <meyering@ascend.com>
47517
47518         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
47519         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
47520         calls for those previously hard-coded headers.  Instead, take a new
47521         parameter.
47522         (jm_CHECK_DECLARATIONS): Reflect interface change.
47523         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
47524         (jm_CHECK_DECL_LOCALTIME_R): New macro.
47525
47526         * m4/mktime.m4: Test for spring-forward gap before long-running test.
47527
47528 1998-10-14  Jim Meyering  <meyering@ascend.com>
47529
47530         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
47531         instead of "TZ=America/Vancouver".  From Paul Eggert.
47532
47533 1998-10-11  Jim Meyering  <meyering@ascend.com>
47534
47535         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
47536         This adds a test for a recently added compatibility fix for mktime.c.
47537         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
47538
47539 1998-09-27  Jim Meyering  <meyering@ascend.com>
47540
47541         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
47542
47543         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
47544         ../configure.in, including a change from Gordon Matzigkeit to allow
47545         cross-compiling for the Hurd.
47546
47547         * m4/glibc.m4: New file/macro to test for the GNU C Library
47548         versions 1 and 2.  From Gordon Matzigkeit.
47549         Indent.
47550
47551 1998-09-21  Jim Meyering  <meyering@ascend.com>
47552
47553         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
47554
47555 1998-08-18  Paul Eggert  <eggert@twinsun.com>
47556
47557         Port nanosecond-resolution times to UnixWare 2.1.2 and
47558         pedantic Solaris 2.6.
47559
47560         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
47561         AC_STRUCT_ST_MTIM.
47562         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
47563         Generate name of ns member, instead of just 1 or undef.
47564         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
47565
47566 1998-08-15  Jim Meyering  <meyering@ascend.com>
47567
47568         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
47569         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
47570         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
47571         instead of jm_TYPE_SSIZE_T.
47572
47573 1998-08-12  Jim Meyering  <meyering@ascend.com>
47574
47575         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
47576
47577 1998-08-02  Jim Meyering  <meyering@ascend.com>
47578
47579         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
47580         in acconfig.h manually.
47581
47582 1998-07-31  Paul Eggert  <eggert@twinsun.com>
47583
47584         * m4/st_mtim.m4: New file.
47585
47586 1998-07-28  Jim Meyering  <meyering@ascend.com>
47587
47588         * m4/utimes.m4: Undef stat.
47589
47590 1998-07-25  Jim Meyering  <meyering@ascend.com>
47591
47592         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
47593         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
47594
47595 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
47596
47597         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
47598         uid and gid actually remain unchanged.
47599
47600 1998-07-07  Jim Meyering  <meyering@ascend.com>
47601
47602         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
47603
47604 1998-07-04  Jim Meyering  <meyering@ascend.com>
47605
47606         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
47607         to prove that this macro can be used in packages without regex.c.
47608
47609 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
47610
47611         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
47612         is to be used.
47613
47614 1998-07-03  Jim Meyering  <meyering@ascend.com>
47615
47616         * m4/gettext.m4: Add -lintl if it's found to be necessary.
47617
47618         * m4/gettext.m4: New file -- from gettext-0.10.35.
47619         * m4/lcmessage.m4: Likewise.
47620         * m4/progtest.m4: Likewise.
47621
47622         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
47623         * m4/jm-macros.m4: Require the new macro.
47624
47625 1998-06-29  Jim Meyering  <meyering@ascend.com>
47626
47627         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
47628         for the definition of NGROUPS (used in a system header included
47629         by sys/mount.h).
47630
47631 1998-06-28  Jim Meyering  <meyering@ascend.com>
47632
47633         * m4/ls-mntd-fs.m4: New file.
47634         * m4/fstypename.m4: New file.
47635
47636         * m4/jm-macros.m4: Require the new macro.
47637         * m4/jm-glibc-io.m4: New file.
47638
47639 1998-05-19  Jim Meyering  <meyering@ascend.com>
47640
47641         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
47642         * m4/lchown.m4: New file.
47643
47644         * m4/Makefile.am.in: New file.
47645         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
47646
47647 1998-05-14  Jim Meyering  <meyering@ascend.com>
47648
47649         * m4/Makefile.am (EXTRA_DIST): Add them.
47650         * m4/jm-macros.m4: New file.
47651         * m4/utimbuf.m4: New file.
47652
47653 1998-05-12  Jim Meyering  <meyering@ascend.com>
47654
47655         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
47656
47657 1998-05-11  Jim Meyering  <meyering@ascend.com>
47658
47659         * m4/isc-posix.m4: New file.
47660
47661 1998-05-10  Jim Meyering  <meyering@ascend.com>
47662
47663         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
47664
47665 1998-05-09  Jim Meyering  <meyering@ascend.com>
47666
47667         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
47668         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
47669         with automake.
47670
47671         * m4/ssize_t.m4: New file.
47672         * m4/mktime.m4: Remove file -- the new automake has this now.
47673
47674 1998-04-26  Jim Meyering  <meyering@ascend.com>
47675
47676         * m4/assert.m4: New file.
47677         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
47678
47679 1998-04-05  Jim Meyering  <meyering@ascend.com>
47680
47681         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
47682         (jm_PREREQ): Use it here.
47683
47684 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
47685
47686         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
47687         in acconfig.h.
47688
47689 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
47690
47691         * m4/prereq.m4: New file.
47692         * m4/error.m4: New file.
47693         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
47694
47695 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
47696
47697         * m4/getline.m4: Don't set am_cv_func_working_getline before the
47698         cache-check for the same variable -- that defeated the purpose of
47699         the test; the test program was never run.  This was a problem only
47700         on systems with losing getline functions -- HP-UX 10.20 is one.
47701         Reported by Bjorn Helgaas.
47702
47703 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
47704
47705         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
47706
47707 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
47708
47709         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
47710
47711         * m4/const.m4: New file.  Use an initializer in this declaration
47712         typedef int charset[2]; const charset x;
47713         Reported by Bob Glickstein.
47714
47715 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
47716
47717         * m4/chown.m4: Fix reversed types on -1 args to chown.
47718         From Kaveh Ghazi.
47719
47720 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
47721
47722         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
47723         Add lseek and memchr.
47724
47725         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
47726         T.E.Dickey <dickey@clark.net> said that some older preprocessors
47727         have a 20-character limit on names.
47728
47729 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
47730
47731         * m4/inttypes_h.m4: New file.
47732         * m4/uintmax_t.m4: New file.
47733         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
47734
47735
47736         -----
47737
47738         Local Variables:
47739         coding: utf-8
47740         End:
47741
47742         Copyright (C) 1997-2009 Free Software Foundation, Inc.
47743
47744         Copying and distribution of this file, with or without
47745         modification, are permitted provided the copyright notice
47746         and this notice are preserved.