dirname-lgpl: adjust clients that don't need full dirname
[gnulib.git] / ChangeLog
1 2009-10-29  Eric Blake  <ebb9@byu.net>
2
3         dirname-lgpl: adjust clients that don't need full dirname
4         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
5         * modules/filenamecat (Depends-on): Likewise.
6         * modules/linkat (Depends-on): Likewise.
7         * modules/mkancesdirs (Depends-on): Likewise.
8         * modules/mkdir (Depends-on): Likewise.
9         * modules/openat (Depends-on): Likewise.
10         * modules/savewd (Depends-on): Likewise.
11         * modules/rename (Depends-on): Likewise.
12         (License): Relax license.
13         * modules/mkdir-tests (Depends-on): Drop progname.
14         (Makefile.am): Delete unneeded LDADD.
15         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
16
17         dirname: split into dirname-lgpl
18         * modules/dirname-lgpl: New module.
19         * modules/dirname (Files): Move library-safe files into
20         dirname-lgpl.
21         (Depends-on): Add dirname-lgpl.
22         (configure.ac): Declare witness.
23         * modules/double-slash-root (License): Relax license.
24         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
25         module.
26         * lib/dirname.c (dir_len, mdir_name): Move...
27         * lib/dirname-lgpl.c: ...into new file.
28         * lib/basename.c (last_component, base_len): Move...
29         * lib/basename-lgpl.c: ...into new file.
30         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
31         (gl_DIRNAME): Use it.
32         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
33         Mention new module.
34         * modules/dirname-tests (Depends-on): Add progname.
35         * tests/test-dirname.c (program_name): Delete.
36
37         mkdir: make safe for libraries
38         * modules/mkdir (Depends-on): Drop xalloc.
39         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
40         exit.
41
42         tests: avoid some compiler warnings
43         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
44         literals.
45         * tests/test-memchr.c (main): Avoid type mismatch.
46         * tests/test-arpa_inet.c (main): Avoid unused parameters.
47         * tests/test-base64.c (main): Likewise.
48         * tests/test-getdelim.c (main): Likewise.
49         * tests/test-gethostname.c (main): Likewise.
50         * tests/test-getline.c (main): Likewise.
51         * tests/test-netinet_in.c (main): Likewise.
52         * tests/test-select.c (open_server_socket, main): Likewise.
53         * tests/test-select-stdin.c (main): Likewise.
54         * tests/test-sockets.c (main): Likewise.
55         * tests/test-strsignal.c (main): Likewise.
56         * tests/test-sys_select.c (main): Likewise.
57         * tests/test-sys_socket.c (main): Likewise.
58         * tests/test-u64.c (main): Likewise.
59         * tests/test-xfprintf-posix.c (main): Likewise.
60         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
61
62         sockets: avoid compiler warning
63         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
64
65         maint: detect usage(1) and other suspicious exits
66         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
67
68 2009-10-29  Jim Meyering  <meyering@redhat.com>
69
70         timespec: long-to-int truncation could make timespec_cmp malfunction
71         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
72         a multiple of 2^32 nanoseconds as no difference.
73
74 2009-10-28  Jim Meyering  <meyering@redhat.com>
75
76         fprintftime: wrap macro code argument in "do {...} while(0)"
77         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
78         cpy macro must be a statement that can be followed by a semicolon.
79         Now that the else clause contains a comment and is hence longer
80         than one line, I require curly braces.  That in turn requires
81         that we wrap this code block in the standard do...while(0).
82
83         fprintftime: remove stray semicolon from previous change
84         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
85
86         fprintftime: avoid a warning about ignored fwrite return value
87         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
88         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
89         that is unsafe.
90         * modules/fprintftime (Depends-on): Add ignore-value.
91
92         exclude: avoid an unwarranted warning
93         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
94
95 2009-10-27  Eric Blake  <ebb9@byu.net>
96
97         fseek: avoid compilation failure when fflush is replaced
98         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
99         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
100         module is in use.
101         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
102         module is not in use; since REPLACE_FSEEK worked otherwise.
103         (GNULIB_FTELLO): Likewise for ftell.
104         Reported by Ian Beckwith and others.
105
106 2009-10-27  Bruno Haible  <bruno@clisp.org>
107
108         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
109         Reported by Jim Meyering.
110
111 2009-10-27  Jim Meyering  <jim@meyering.net>
112             Bruno Haible  <bruno@clisp.org>
113
114         Avoid warning despite dropping the return value of fwrite.
115         * lib/unicodeio.c: Include ignore-value.h.
116         (fwrite_success_callback): Explicitly ignore fwrite's return value.
117         * modules/unicodeio (Depends-on): Add ignore-value.
118
119 2009-10-26  Eric Blake  <ebb9@byu.net>
120
121         areadlinkat: fix fallback path
122         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
123         pointer and zero.
124
125 2009-10-22  Pádraig Brady  <P@draigBrady.com>
126
127         Use a better IO block size for modern systems
128         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
129         * lib/md2.c: Likewise.
130         * lib/md4.c: Likewise.
131         * lib/md5.c: Likewise.
132         * lib/sha1.c: Likewise.
133         * lib/sha256.c: Likewise.
134         * lib/sha512.c: Likewise.
135
136 2009-10-22  Eric Blake  <ebb9@byu.net>
137
138         tests: avoid several compiler warnings
139         * tests/test-getcwd.c (main): Avoid buffer underflow.
140         * tests/test-getdate.c (main): String literals are not safe with
141         putenv, so use setenv.  Declare unused argument.
142         * modules/getdate-tests (Depends-on): Add setenv.
143         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
144         problems with string literals in char *.
145         * tests/test-hash.c (main): Avoid shadowing declaration.
146         (insert_new): Treat string literals as char const *.
147         * tests/test-getopt.h (test_getopt): Likewise.
148         (getopt_loop): Alter types to minimize casting elsewhere.
149         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
150         (test_getopt_long_posix): Likewise.
151         (do_getopt_long): Add wrapper to minimize casting.
152         * tests/test-atexit.c (clear_temp_file): Use void.
153         * tests/test-areadlink-with-size.c (main): Declare unused
154         arguments.
155         * tests/test-areadlink.c (main): Likewise.
156         * tests/test-areadlinkat-with-size.c (main): Likewise.
157         * tests/test-areadlinkat.c (main): Likewise.
158         * tests/test-canonicalize-lgpl.c (main): Likewise.
159         * tests/test-canonicalize.c (main): Likewise.
160         * tests/test-dirent-safer.c (main): Likewise.
161         * tests/test-dirname.c (main): Likewise.
162         * tests/test-dup2.c (main): Likewise.
163         * tests/test-fchdir.c (main): Likewise.
164         * tests/test-fcntl-h.c (main): Likewise.
165         * tests/test-fcntl-safer.c (main): Likewise.
166         * tests/test-fdopendir.c (main): Likewise.
167         * tests/test-fdutimensat.c (main): Likewise.
168         * tests/test-fflush.c (main): Likewise.
169         * tests/test-filenamecat.c (main): Likewise.
170         * tests/test-filevercmp.c (main): Likewise.
171         * tests/test-fopen-safer.c (main): Likewise.
172         * tests/test-fopen.c (main): Likewise.
173         * tests/test-fpending.c (main): Likewise.
174         * tests/test-fpurge.c (main): Likewise.
175         * tests/test-freading.c (main): Likewise.
176         * tests/test-fstatat.c (main): Likewise.
177         * tests/test-fsync.c (main): Likewise.
178         * tests/test-futimens.c (main): Likewise.
179         * tests/test-getndelim2.c (main): Likewise.
180         * tests/test-gettimeofday.c (main): Likewise.
181         * tests/test-getopt.c (main): Likewise.
182         * tests/test-i-ring.c (main): Likewise.
183         * tests/test-inttypes.c (main): Likewise.
184         * tests/test-link.c (main): Likewise.
185         * tests/test-lstat.c (main): Likewise.
186         * tests/test-math.c (main): Likewise.
187         * tests/test-md5.c (main): Likewise.
188         * tests/test-memchr2.c (main): Likewise.
189         * tests/test-memrchr.c (main): Likewise.
190         * tests/test-mkdir.c (main): Likewise.
191         * tests/test-mkdirat.c (main): Likewise.
192         * tests/test-mkfifoat.c (main): Likewise.
193         * tests/test-open.c (main): Likewise.
194         * tests/test-openat-safer.c (main): Likewise.
195         * tests/test-openat.c (main): Likewise.
196         * tests/test-quotearg.c (main): Likewise.
197         * tests/test-rawmemchr.c (main): Likewise.
198         * tests/test-readlink.c (main): Likewise.
199         * tests/test-remove.c (main): Likewise.
200         * tests/test-rename.c (main): Likewise.
201         * tests/test-renameat.c (main): Likewise.
202         * tests/test-rmdir.c (main): Likewise.
203         * tests/test-sha1.c (main): Likewise.
204         * tests/test-signal.c (main): Likewise.
205         * tests/test-sigaction.c (main): Likewise.
206         * tests/test-stat.c (main): Likewise.
207         * tests/test-stat-time.c (main): Likewise.
208         * tests/test-stddef.c (main): Likewise.
209         * tests/test-stdint.c (main): Likewise.
210         * tests/test-stdio.c (main): Likewise.
211         * tests/test-stdlib.c (main): Likewise.
212         * tests/test-strchrnul.c (main): Likewise.
213         * tests/test-strerror.c (main): Likewise.
214         * tests/test-string.c (main): Likewise.
215         * tests/test-strtod.c (main): Likewise.
216         * tests/test-strverscmp.c (main): Likewise.
217         * tests/test-symlink.c (main): Likewise.
218         * tests/test-symlinkat.c (main): Likewise.
219         * tests/test-sys_stat.c (main): Likewise.
220         * tests/test-sys_time.c (main): Likewise.
221         * tests/test-time.c (main): Likewise.
222         * tests/test-unistd.c (main): Likewise.
223         * tests/test-unlink.c (main): Likewise.
224         * tests/test-unlinkat.c (main): Likewise.
225         * tests/test-utimens.c (main): Likewise.
226         * tests/test-utimensat.c (main): Likewise.
227         * tests/test-version-etc.c (main): Likewise.
228         * tests/test-wchar.c (main): Likewise.
229         * tests/test-wctype.c (main): Likewise.
230         * tests/test-xprintf-posix.c (main): Likewise.
231         * tests/test-posixtm.c (main): Likewise.
232         (STREQ): Delete unused macro.
233         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
234         shadowed variables.
235         * tests/test-memchr.c (main): Likewise.
236
237 2009-10-21  Eric Blake  <ebb9@byu.net>
238
239         areadlinkat: avoid failure on older glibc
240         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
241         rather than mis-comparing 0 against FUNC_RESULT of char*.
242
243 2009-10-21  Bruno Haible  <bruno@clisp.org>
244
245         * modules/stpncpy (License): Relicense under LGPLv2+.
246         Reported by David Lutterkort <lutter@redhat.com>.
247
248 2009-10-20  Eric Blake  <ebb9@byu.net>
249
250         utimensat: work around Solaris 9 bug
251         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
252         has trailing slash bugs.
253         * tests/test-lutimens.h (test_lutimens): Enhance test.
254         * tests/test-utimens.h (test_utimens): Likewise.
255         * doc/posix-functions/utime.texi (utime): Enhance documentation.
256         * doc/posix-functions/utimes.texi (utimes): Likewise.
257         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
258         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
259         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
260         * doc/posix-functions/futimens.texi (futimens): Likewise.
261
262         fdutimensat: new module
263         * modules/fdutimensat: New file.
264         * lib/fdutimensat.c (fdutimensat): Likewise.
265         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
266         * MODULES.html.sh (File system functions): Mention module.
267         * modules/fdutimensat-tests: New test.
268         * tests/test-fdutimensat.c: Likewise.
269
270         doc: regenerate INSTALL
271         * doc/INSTALL: Reflect recent autoconf update.
272         * doc/INSTALL.ISO: Likewise.
273         * doc/INSTALL.UTF-8: Likewise.
274
275 2009-10-20  Pádraig Brady  <P@draigBrady.com>
276
277         acl: warn if ACL support is not detected
278         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
279
280 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
281
282         * lib/nproc.h: Add extern "C" block for C++.
283
284 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
285             Bruno Haible  <bruno@clisp.org>
286
287         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
288         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
289         * doc/posix-functions/isalpha.texi: Likewise.
290         * doc/posix-functions/isblank.texi: Likewise.
291         * doc/posix-functions/iscntrl.texi: Likewise.
292         * doc/posix-functions/isdigit.texi: Likewise.
293         * doc/posix-functions/isgraph.texi: Likewise.
294         * doc/posix-functions/islower.texi: Likewise.
295         * doc/posix-functions/isprint.texi: Likewise.
296         * doc/posix-functions/ispunct.texi: Likewise.
297         * doc/posix-functions/isspace.texi: Likewise.
298         * doc/posix-functions/isupper.texi: Likewise.
299         * doc/posix-functions/isxdigit.texi: Likewise.
300
301 2009-10-18  Bruno Haible  <bruno@clisp.org>
302
303         Tests for module 'isblank'.
304         * modules/isblank-tests: New file.
305         * tests/test-isblank.c: New file.
306
307         New module 'isblank'.
308         * lib/isblank.c: New file.
309         * m4/isblank.m4: New file.
310         * modules/isblank: New file.
311         * doc/posix-functions/isblank.texi: Mention the new module.
312
313 2009-10-18  Bruno Haible  <bruno@clisp.org>
314
315         New module 'ctype'.
316         * lib/ctype.in.h: New file.
317         * m4/ctype.m4: New file.
318         * modules/ctype: New file.
319         * doc/posix-headers/ctype.texi: Mention the new module.
320
321 2009-10-18  Jim Meyering  <meyering@redhat.com>
322
323         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
324         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
325         right after its initialization, rather than farther down.
326         Keeping these in close proximity makes it easier to ensure
327         that each such variable is initialized.  E.g.,
328
329             LIB_CLOCK_GETTIME=
330             AC_SUBST([LIB_CLOCK_GETTIME])
331
332         This change also increments these serial numbers.
333         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
334         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
335         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
336
337 2009-10-18  Bruno Haible  <bruno@clisp.org>
338
339         Don't let environment variables perturb build.
340         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
341         (gl_PREREQ_GETHRXTIME): ... not here.
342
343 2009-10-18  Bruno Haible  <bruno@clisp.org>
344
345         Avoid symlink attack in localcharset module.
346         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
347         (O_NOFOLLOW): Define fallback.
348         (get_charset_aliases): Don't open the file if it is a symbolic link.
349         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
350         gl_FCNTL_H.
351         (gl_FCNTL_H): Require it.
352         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
353         * modules/localcharset (Files): Add m4/fcntl_h.m4.
354         Reported by Fergal Glynn <fglynn@veracode.com>.
355
356 2009-10-18  Bruno Haible  <bruno@clisp.org>
357
358         Implement nproc for mingw.
359         * lib/nproc.c: Include <windows.h>
360         (num_processors): On native Windows platforms, try GetSystemInfo.
361
362 2009-10-18  Bruno Haible  <bruno@clisp.org>
363
364         Implement nproc for IRIX.
365         * lib/nproc.c: Include <sys/sysmp.h>.
366         (num_processors): On IRIX systems, try sysmp.
367         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
368
369 2009-10-18  Bruno Haible  <bruno@clisp.org>
370
371         Implement nproc for HP-UX.
372         * lib/nproc.c: Include <sys/pstat.h>
373         (num_processors): On HP-UX systems, try pstat_getdynamic.
374         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
375         pstat_getdynamic.
376
377 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
378             Bruno Haible  <bruno@clisp.org>
379
380         Implement nproc for NetBSD, OpenBSD.
381         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
382         (ARRAY_SIZE): New macro.
383         (num_processors): On BSD systems, try sysctl of HW_NCPU.
384         * m4/nproc.m4: New file.
385         * modules/nproc (Files): Add m4/nproc.m4.
386         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
387         (Makefile.am): Instead, augment lib_SOURCES.
388
389 2009-10-18  Bruno Haible  <bruno@clisp.org>
390
391         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
392         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
393         sys/param.h.
394
395 2009-10-16  Eric Blake  <ebb9@byu.net>
396
397         utimensat: new module
398         * modules/utimensat: New file.
399         * lib/utimensat.c (utimensat): Likewise.
400         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
401         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
402         so we can work around Linux bugs.
403         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
404         * modules/sys_stat (Makefile.am): Substitute them.
405         * lib/sys_stat.in.h (utimensat): Declare it.
406         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
407         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
408         * modules/utimensat-tests: New test.
409         * tests/test-utimensat.c: Likewise.
410
411         utimens: let lutimens work on non-symlinks
412         * lib/utimens.c (lutimens): Fall back to utimens rather than
413         failing with ENOSYS, when file is not a symlink.
414         (utimens): Reduce redirection.
415         * tests/test-lutimens.h (test_lutimens): Update test to cover
416         non-symlinks.
417         * tests/test-utimens.h (test_utimens): Update test to cover
418         symlinks.
419         * tests/test-utimens.c (main): Update caller.
420
421         utimens: cache whether utimensat syscall works
422         * lib/utimens.c (utimensat_works_really): New cache variable.
423         (fdutimens, lutimens): Use it to avoid failing syscall.
424
425         test-stat-time, test-utimens: improve portability
426         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
427         ext4 on alpha, and for cygwin.
428         * tests/test-utimens-common.h: New file.
429         (nap): Factor delays into single function.
430         * tests/test-lutimens.h (test_lutimens): Use new header.
431         * tests/test-futimens.h (test_futimens): Likewise.
432         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
433         timestamps to occur from same machine, as was done previously for
434         test_utimens.
435         * modules/utimens-tests (Files): Ship new file.
436         * modules/futimens-tests (Files): Likewise.
437         Reported in part by Jim Meyering.
438
439         sys_stat: sort replacement declarations
440         * lib/sys_stat.in.h: Sort declarations.
441         * lib/futimens.c (futimens): Fix typo.
442
443 2009-10-15  Jim Meyering  <meyering@redhat.com>
444
445         don't let environment settings perturb build
446         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
447         could cause a configure-time and/or build-time malfunction.
448         Typically, a configure-time function-in-library test is performed
449         via code like this:
450
451           LIB_VAR=
452           AC_SUBST([LIB_VAR])
453           prefix_saved_LIBS=$LIBS
454             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
455                        [test "$ac_cv_search_FUNC" = "none required" ||
456                         LIB_VAR=$ac_cv_search_FUNC])
457           LIBS=$prefix_saved_LIBS
458
459         However, in each of the files affected by this change, the LIB_VAR=
460         initialization was omitted.  Thus, when set in the environment, its
461         value would propagate into generated Makefiles when FUNC is not found
462         in LIB_NAME.
463         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
464         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
465         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
466
467 2009-10-14  Eric Blake  <ebb9@byu.net>
468
469         fchdir: avoid infinite recursion in mingw
470         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
471         recursing.
472
473         test-stat-time: port to mingw
474         * tests/test-stat-time.c (force_unlink): Return a value.
475         (test_ctime) [W32]: Fix compilation error.
476         (nap): Don't call usleep with too large an argument.  Use
477         force_unlink.
478         * doc/pastposix-functions/usleep.texi (usleep): Document the
479         portability issue.
480
481 2009-10-13  Jim Meyering  <meyering@redhat.com>
482
483         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
484         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
485         * modules/pipe-filter-ii: Likewise.
486         * modules/sys_socket-tests: Likewise.
487         * modules/tsearch-tests: Likewise.
488         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
489         (check): Depend on it.
490
491 2009-10-12  Eric Blake  <ebb9@byu.net>
492
493         utimens-tests: port to NFS file systems
494         * tests/test-utimens.h (test_utimens): Refactor utimecmp
495         comparisons to avoid spurious failures from timestamp drift
496         between NFS machines.
497
498 2009-10-12  Eric Blake  <ebb9@byu.net>
499
500         stat-time-tests: minor cleanups
501         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
502         * tests/test-stat-time.c (nap): Separate assignment from call.
503         Suggested by Paolo Bonzini and Bruno Haible.
504
505         sys_stat: guarantee struct timespec
506         * lib/sys_stat.in.h (includes): Always include <time.h>
507         * modules/sys_stat (Depends-on): Add time.
508         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
509         mode_t permission values.
510         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
511         get at subsecond timestamps.
512
513 2009-10-10  Eric Blake  <ebb9@byu.net>
514
515         futimens: new module
516         * modules/futimens: New file.
517         * lib/futimens.c (futimens): Likewise.
518         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
519         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
520         we can work around Linux bugs.
521         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
522         * modules/sys_stat (Makefile.am): Substitute them.
523         * lib/sys_stat.in.h (futimens): Declare it.
524         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
525         * doc/posix-functions/futimens.texi (futimens): Likewise.
526         * modules/futimens-tests: New test.
527         * tests/test-futimens.c: Likewise.
528
529         utimens: introduce fdutimens
530         * lib/utimens.h (fdutimens): New prototype.
531         * lib/utimens.c (gl_futimens): Move guts...
532         (fdutimens): ...to new interface.
533         * tests/test-utimens.c (do_fdutimens): Use it.
534
535         utimens: add UTIME_NOW and UTIME_OMIT support
536         * lib/utimens.c (validate_timespec, update_timespec): New helper
537         functions.
538         (gl_futimens, lutimens): Use them.
539         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
540         stdbool, sys_stat.
541         (Link): Mention resulting library dependency.
542         * modules/utimecmp (Link): Likewise.
543         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
544         (Makefile.am): Pick up library dependency.
545         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
546         definition.
547         * tests/test-sys_stat.c: Test the definitions.
548         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
549         * NEWS: Document library dependency.
550
551         utimecmp: support symlink timestamps
552         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
553         hashing when possible.  Use pathconf when available.
554         (SYSCALL_RESOLUTION): Recognize tighter resolution.
555         * modules/utimecmp (Depends-on): Add lstat.
556
557         utimens: add lutimens interface
558         * lib/utimens.c (lutimens): New function.
559         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
560         * lib/utimens.h (lutimens): Declare new interface.
561         * tests/test-utimens.c (main): Enhance test.
562         * tests/test-lutimens.h (test_lutimens): New file.
563         * modules/utimens-tests (Files): Distribute it.
564         (Depends-on): Add symlink.
565         (configure.ac): Check for usleep.
566
567         utimens: validate futimens usage
568         * lib/utimens.c (gl_futimens): Require valid fd up front, using
569         fewer syscalls on failure later on.  Avoid compiler warning on
570         mingw.
571         * modules/utimens (Depends-on): Add dup2.
572
573         utimens: add test
574         * modules/utimens-tests: New test.
575         * tests/test-utimens.h: New file.
576         * tests/test-futimens.h: Likewise.
577         * tests/test-utimens.c: Likewise.
578
579         doc: mention timestamp portability issues
580         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
581         instead.
582         * doc/posix-functions/utime.texi (utime): Likewise.
583         * doc/posix-functions/utimes.texi (utimes): Likewise.
584         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
585         instead.
586         * doc/posix-functions/futimens.texi (futimens): Mention utimens
587         module.
588         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
589         Mention weakness with symlink timestamps.
590         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
591         to utimensat/futimens instead.
592         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
593
594         test-dup2: enhance test
595         * tests/test-dup2.c (main): Also check AT_FDCWD.
596
597         test-stat-time: avoid more spurious failures
598         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
599         xfs; and avoid race if the two timestamps cross quantization edge.
600
601         relocatable: prefer 'file system' over 'filesystem'
602         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
603         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
604         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
605         * doc/relocatable.texi (Enabling Relocatability): Likewise.
606         * lib/relocatable.c (compute_curr_prefix): Likewise.
607
608 2009-10-10  Jim Meyering  <meyering@redhat.com>
609
610         stat-time-tests: check for the usleep function
611         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
612
613 2009-10-10  Bruno Haible  <bruno@clisp.org>
614
615         * modules/xnanosleep: Put the Link section after the Include section.
616
617 2009-10-09  Eric Blake  <ebb9@byu.net>
618
619         dup2: work around FreeBSD 6.1 bug
620         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
621         * doc/posix-functions/dup2.texi (dup2): Document it.
622         Reported by Nelson H. F. Beebe and Jim Meyering.
623
624         test-stat-time: port to buggy NFS clients
625         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
626         (test_ctime): Also skip test if mtime and ctime are skewed.
627
628         maint: prefer 'file system' over 'filesystem'
629         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
630         * doc/posix-functions/lstat.texi (lstat): Likewise.
631         * lib/file-has-acl.c (file_has_acl): Likewise.
632         * lib/fwriteerror.c [TEST]: Likewise.
633         * tests/test-areadlink.h (test_areadlink): Likewise.
634         * tests/test-areadlinkat-with-size.c (main): Likewise.
635         * tests/test-areadlinkat.c (main): Likewise.
636         * tests/test-canonicalize-lgpl.c (main): Likewise.
637         * tests/test-canonicalize.c (main): Likewise.
638         * tests/test-fstatat.c (main): Likewise.
639         * tests/test-linkat.c (main): Likewise.
640         * tests/test-lstat.h (test_lstat_func): Likewise.
641         * tests/test-mkdir.h (test_mkdir): Likewise.
642         * tests/test-readlink.h (test_readlink): Likewise.
643         * tests/test-remove.c (main): Likewise.
644         * tests/test-rename.h (test_rename): Likewise.
645         * tests/test-renameat.c (main): Likewise.
646         * tests/test-rmdir.h (test_rmdir_func): Likewise.
647         * tests/test-symlink.h (test_symlink): Likewise.
648         * tests/test-symlinkat.c (main): Likewise.
649         * tests/test-unlink.h (test_unlink_func): Likewise.
650         * tests/test-unlinkat.c (main): Likewise.
651
652         maint: make realtime library usage explicit
653         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
654         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
655         * modules/settime (Link): Likewise.
656         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
657
658         test-stat-time: speed up execution
659         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
660         warning on mingw.
661         (nap): New helper function.
662         (prepare_test): Use it to reduce sleep time.
663         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
664         execution.
665         * modules/stat-time-tests (configure.ac): Check for usleep.
666
667 2009-10-09  Jim Meyering  <meyering@redhat.com>
668
669         selinux-h: always use getfilecon wrappers
670         * lib/getfilecon.c: New file.
671         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
672         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
673         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
674         (fgetfilecon): Provide a stub.
675         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
676         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
677         file unconditionally.
678         When <selinux/selinux.h> is found, arrange to use wrappers.
679         * modules/selinux-h (Files): Add getfilecon.c.
680         (Makefile.am): Substitute include-next-related bits
681         into the now-always-generated selinux/selinux.h file.
682         * doc/glibc-functions/lgetfilecon.texi: New file.
683         * doc/glibc-functions/fgetfilecon.texi: New file.
684         * doc/glibc-functions/getfilecon.texi: New file.
685         * doc/glibc-functions/getfilecon-desc.texi: New file.
686         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
687         which to pull in the new files.
688         * MODULES.html.sh (Misc): Add selinux-h.
689
690 2009-10-08  Jim Meyering  <meyering@redhat.com>
691
692         unistd: fix comment typo
693         * lib/unistd.in.h (euidaccess): Fix a comment typo.
694
695 2009-10-08  Eric Blake  <ebb9@byu.net>
696
697         areadlink: use SIZE_MAX consistently
698         * modules/areadlink (Depends-on): Add stdint.
699         * modules/areadlink-with-size (Depends-on): Likewise.
700         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
701         gives NULL; drop sys/types, since unistd gives size_t; and add
702         stdint for SIZE_MAX.
703         (SIZE_MAX): Rely on headers.
704         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
705         and add stdint.
706         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
707         (SIZE_MAX): Likewise.
708         (INITIAL_BUF_SIZE): Turn into enum.
709         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
710
711 2009-10-08  Jim Meyering  <meyering@redhat.com>
712
713         areadlinkat: avoid compilation failure
714         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
715         Fix typo in comment.
716
717 2009-10-07  Eric Blake  <ebb9@byu.net>
718
719         areadlinkat-with-size: new module
720         * modules/areadlinkat-with-size: New module.
721         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
722         * lib/areadlink.h (areadlinkat): Declare it.
723         * MODULES.html.sh (File system functions): Mention it.
724         * modules/areadlinkat-with-size-tests: New test.
725         * tests/test-areadlinkat-with-size.c: New file.
726
727         xreadlinkat: new module
728         * modules/xreadlinkat: New module.
729         * lib/xreadlinkat.c (xreadlinkat): New file.
730         * lib/xreadlink.h (xreadlinkat): Declare it.
731         * MODULES.html.sh (File system functions): Mention it.
732
733         areadlinkat: new module
734         * lib/at-func.c (FUNC_FAIL): New define.
735         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
736         * modules/areadlinkat: New module.
737         * lib/linkat.c (areadlinkat): Move...
738         * lib/areadlinkat.c (areadlinkat): ...to new file.
739         * lib/areadlink.h (areadlinkat): Declare it.
740         * modules/linkat (Depends-on): Add areadlinkat.
741         * MODULES.html.sh (File system functions): Mention it.
742         * modules/areadlinkat-tests: New test.
743         * tests/test-areadlinkat.c: New file.
744
745         areadlink, areadlink-with-size: add tests
746         * modules/areadlink-tests: New test.
747         * modules/areadlink-with-size-tests: Likewise.
748         * tests/test-areadlink.h: New file.
749         * tests/test-areadlink.c: Likewise.
750         * tests/test-areadlink-with-size.c: Likewise.
751
752         maint: minor cleanups
753         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
754         _UNUSED_PARAMETER_ instead.
755         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
756         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
757         * modules/linkat-tests (Files): Distribute test-link.h.
758
759         openat, utimens: whitespace cleanup
760         * lib/openat.c: Prefer space throughout, rather than mix of 8
761         spaces vs. tabs.
762         * lib/at-func.c: Likewise.
763         * lib/utimens.c: Likewise.
764
765         openat: avoid using wrong fd
766         * lib/openat.c (openat_permissive): Reject user's fd if saving the
767         working directory chooses same fd.
768         * lib/at-func.c (AT_FUNC_NAME): Likewise.
769
770         mkdir, mkdirat: fix cygwin 1.5.x bug
771         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
772         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
773         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
774         bug.
775         (gl_PREREQ_MKDIR): Delete unused macro.
776         * modules/mkdir (Files): Track file rename.
777         (configure.ac): Update macro name.
778         * modules/openat (Depends-on): Add mkdir.
779         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
780
781         mkdir, mkdirat: add tests
782         * modules/mkdir-tests: New test.
783         * tests/test-mkdir.h: New file.
784         * tests/test-mkdir.c: Likewise.
785         * tests/test-mkdirat.c: Likewise.
786         * modules/openat-tests (Files): Add new files.
787         (Makefile.am): Run new test.
788
789 2009-10-06  Eric Blake  <ebb9@byu.net>
790
791         doc: tweak *at function documentation
792         * doc/posix-functions/faccessat.texi (faccessat): Mention
793         known issue with replacement.
794         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
795         * doc/posix-functions/linkat.texi (linkat): Likewise.
796         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
797         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
798         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
799         * doc/posix-functions/renameat.texi (renameat): Likewise.
800         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
801
802         openat: fix GNU/Hurd bug in unlinkat
803         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
804         broken.
805         * doc/posix-functions/unlink.texi (unlink): Document this.
806         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
807
808         fdopendir: fix GNU/Hurd bug
809         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
810         allowing non-directory fds.
811         * lib/fdopendir.c (rpl_fdopendir): Work around it.
812         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
813         * modules/dirent (Makefile.am): Substitute it.
814         * lib/dirent.in.h (fdopendir): Declare replacement.
815         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
816         * tests/test-fdopendir.c (main): Test something other than
817         /dev/null, since on Hurd that behaves like a directory.
818
819         test-symlink: port to GNU/Hurd
820         * tests/test-symlink.h (test_symlink): Relax expected errno.
821
822         doc: tweak more cygwin information
823         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
824         now compatible with glibc.
825         * doc/posix-functions/getopt.texi (getopt): Likewise.
826
827         getopt-gnu: add another test
828         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
829         guarantee behavior relied on by m4.
830         * tests/test-getopt.c (main): Use it.
831         * modules/getopt-posix-tests (Depends-on): Add setenv.
832         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
833
834         getopt: fix compilation on darwin
835         * lib/getopt.in.h (includes): Leave breadcrumbs during system
836         include.
837         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
838         Reported by Ludovic Courtès.
839
840 2009-10-06  Bruno Haible  <bruno@clisp.org>
841
842         * modules/size_max (Description): Discourage its use.
843         Reported by Simon Josefsson.
844
845 2009-10-06  Jim Meyering  <meyering@redhat.com>
846
847         linkat: avoid compilation failure
848         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
849
850 2009-10-05  Eric Blake  <ebb9@byu.net>
851
852         linkat: support Linux 2.6.17
853         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
854         linkat on Linux, but allow cache variable override.
855         * lib/linkat.c (rpl_linkat): Define override.
856         * modules/linkat (Depends-on): Add symlinkat.
857         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
858         * modules/unistd (Makefile.am): Substitute it.
859         * lib/unistd.in.h (linkat): Declare replacement.
860         Reported by Pádraig Brady.
861
862         quotearg: port test to systems with C.UTF-8 locale
863         * tests/test-quotearg.c (struct result_strings): Add another
864         member, differentiating between C.ASCII and C.UTF-8 handling.
865         (compare_strings): Add parameter.
866         (main): Adjust all callers.
867
868         getopt: avoid clash with FreeBSD _getopt_internal
869         * lib/getopt.in.h (_getopt_internal): Override the name.
870         * lib/getopt_int.h (includes): Pick up any overrides.
871         Reported by Reuben Thomas.
872
873         hash: allow C89 compilation
874         * lib/hash.c (check_tuning): Move declaration before statement.
875         Reported by Reuben Thomas.
876
877 2009-10-05  Karl Berry  <karl@gnu.org>
878
879         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
880
881 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
882             Bruno Haible  <bruno@clisp.org>
883
884         * lib/uname.c (uname): Use a table-driven algorithm to compute
885         Windows NT versions.
886
887 2009-10-04  Bruno Haible  <bruno@clisp.org>
888
889         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
890         program_invocation_short_name.
891         * modules/progname (configure.ac): Test for presence of
892         program_invocation_short_name.
893         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
894
895 2009-10-04  Bruno Haible  <bruno@clisp.org>
896
897         * lib/progname.c (set_program_name): Fix comment.
898         Reported by Jim Meyering.
899
900 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
901             Bruno Haible  <bruno@clisp.org>
902
903         * lib/uname.c: Include <string.h>.
904         (uname): Do only one call to GetVersionEx in the common case.
905
906 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
907             Bruno Haible  <bruno@clisp.org>
908
909         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
910         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
911         (uname): Add support for Windows CE and various non-x86 CPU types.
912
913 2009-10-03  Bruno Haible  <bruno@clisp.org>
914
915         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
916         invocation to tests/configure.ac.
917         Reported by Ian Beckwith <ianb@erislabs.net>.
918
919 2009-10-02  Eric Blake  <ebb9@byu.net>
920
921         fchdir: avoid compiler warning
922         * lib/fchdir.c (canonicalize_file_name)
923         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
924
925         test-open: support mingw errno values
926         * tests/test-open.h (test_open): Relax test.
927         * tests/test-fopen.h (test_fopen): Likewise.
928         * tests/test-openat-safer.c (main): Likewise.
929
930         open: fix opening directory on mingw
931         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
932
933         test-open: on GNU/Hurd, /dev/null is a directory
934         * tests/test-fopen.h (main): Rename...
935         (test_fopen): ...to this.  Use a guaranteed non-directory when
936         confirming open behavior on trailing slash.
937         * tests/test-openat-safer.c (main): Likewise.
938         * tests/test-open.h (main): Likewise....
939         (test_open): ...to this.
940         * tests/test-fopen.c (main): Adjust caller.
941         * tests/test-fopen-safer.c (main): Likewise.
942         * tests/test-open.c (main): Likewise.
943         * tests/test-fcntl-safer.c (main): Likewise.
944         Reported by Samuel Thibault.
945
946         rename, fchdir: don't ignore chdir failure
947         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
948         * lib/rename.c (rpl_rename) [W32]: Likewise.
949         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
950         an empty destination directory if source cannot be renamed,
951         although there is still possibility for failure.
952         * doc/posix-functions/rename.texi (rename): Document the race.
953         Reported by Jim Meyering.
954
955         maint: cleanup whitespace in recent commits
956         * lib/rename.c (rpl_rename): Remove tabs.
957         * tests/test-link.h (test_link): Likewise.
958         * lib/fchdir.c (get_name): Likewise.
959         Reported by Jim Meyering.
960
961 2009-10-02  Ben Pfaff  <blp@gnu.org>
962
963         relocatable-prog-wrapper: Add missing dependency on
964         double-slash-root.
965         * modules/relocatable-prog-wrapper: Add dependency.
966         Reported by Ian Beckwith <ianb@erislabs.net>.
967
968 2009-10-02  Eric Blake  <ebb9@byu.net>
969
970         renameat: fix Solaris bugs
971         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
972         needed fixing.
973         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
974         * modules/stdio (Makefile.am): Substitute it.
975         * lib/stdio.in.h (renameat): Declare replacement.
976         * lib/renameat.c (rpl_renameat): Implement fix.
977
978         renameat: new module
979         * modules/renameat: New file.
980         * lib/renameat.c (renameat): Likewise.
981         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
982         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
983         * modules/stdio (Makefile.am): Substitute them.
984         * lib/stdio.in.h (renameat): Declare it.
985         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
986         * doc/posix-functions/renameat.texi (renameat): Likewise.
987         * modules/renameat-tests: New test.
988         * tests/test-renameat.c: Likewise.
989
990         rename: fix mingw bugs
991         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
992         directory overwrite bugs.
993
994         rename: fix another cygwin 1.5 bug
995         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
996         checks.
997         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
998         unnecessary cygwin workarounds.  Also work around bug with moving
999         full directory onto an empty one.
1000         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
1001
1002         rename-dest-slash: merge into rename module
1003         * modules/rename-dest-slash (Status): Mark obsolete.
1004         (Depends-on): Add rename.
1005         (Files): Let rename do it all.
1006         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
1007         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
1008         * m4/rename-dest-slash.m4: ...so this file can be deleted.
1009         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
1010         * lib/rename.c (rpl_rename): Update comments.
1011
1012         rename: fix cygwin 1.5.x bugs
1013         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
1014         * lib/rename.c (rpl_rename): Work around them.
1015         * modules/rename (Depends-on): Add same-inode.
1016
1017         rename: fix Solaris 10 bug
1018         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
1019         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
1020         was the only bug.
1021
1022         rename: fix Solaris 9 bug
1023         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
1024         on non-directory.  Avoid calling exit.
1025         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
1026         strdup.
1027         * modules/rename-tests (Depends-on): Drop lstat.
1028         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
1029         (gl_PREREQ_RENAME): Delete unused macro.
1030
1031         rename-dest-slash: fix NetBSD bug
1032         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
1033         links.
1034         * modules/rename-dest-slash (Depends-on): Add same-inode.
1035
1036         rename-tests: new test, exposes several platform bugs
1037         * modules/rename-tests: New file.
1038         * tests/test-rename.h: Likewise.
1039         * tests/test-rename.c: Likewise.
1040         * doc/posix-functions/rename.texi (rename): Improve documentation,
1041         including bugs that will eventually be fixed in gnulib.
1042
1043 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
1044
1045         * lib/uname.c: Include <stdlib.h>
1046         (uname): Assume version info is available.
1047
1048 2009-10-02  Jim Meyering  <meyering@redhat.com>
1049
1050         gnu-web-doc-update: correct --help output
1051         * build-aux/gnu-web-doc-update: Make --help output relevant.
1052
1053         gnu-web-doc-update: add standard options
1054         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
1055
1056         gnu-web-doc-update: New module.
1057         Use this script to automatically update the on-line web documentation
1058         for your GNU project at http://www.gnu.org/software/$pkg/manual/
1059         * modules/gnu-web-doc-update: New file, from coreutils.
1060         * build-aux/gnu-web-doc-update: New script.
1061
1062 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
1063
1064         link: LoadLibrary is not needed.
1065         * lib/link.c: Use GetModuleHandle.
1066
1067 2009-10-01  Eric Blake  <ebb9@byu.net>
1068
1069         getopt: bump serial number
1070         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
1071         change.
1072
1073         tests: tighten link, rmdir, and remove tests
1074         * tests/test-link.h (includes): No need to use <config.h> here.
1075         Clean up if directory hard link was created, otherwise test for
1076         trailing '.'.
1077         * tests/test-linkat.c (main): Simplify.
1078         * tests/test-remove.c (main): Enhance test for trailing '.'.
1079         * tests/test-rmdir.h (test_rmdir_func): Likewise.
1080
1081 2009-10-01  Jim Meyering  <meyering@redhat.com>
1082
1083         maint.mk: requiring "make major" was annoying, for a "minor" release.
1084         What is intended is "stable", to contrast with alpha and beta,
1085         so require "make stable", not "make major".
1086         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
1087         (get_tool_versions): Likewise.
1088         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
1089
1090 2009-09-30  Ben Pfaff  <blp@gnu.org>
1091
1092         Fix broken build of replacement for Windows tmpfile().
1093         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
1094         flags argument added along with the 'mkostemp' module.
1095
1096 2009-09-28  Bruno Haible  <bruno@clisp.org>
1097
1098         Avoid identifier clash with POSIX function 'remove' defined as a macro.
1099         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
1100         to 'remove_elt'.
1101         (gl_list_remove): Update.
1102         * lib/gl_list.c (gl_list_remove): Update.
1103         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
1104         to 'remove_elt'.
1105         (gl_oset_remove): Update.
1106         * lib/gl_list.c (gl_oset_remove): Update.
1107         Reported by Eric Blake.
1108
1109 2009-09-28  Eric Blake  <ebb9@byu.net>
1110
1111         doc: mention yet more cygwin 1.7 status
1112         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
1113         cygwin.
1114         * doc/glibc-functions/execvpe.texi (execvpe): New file.
1115         * doc/gnulib.texi (Glibc unistd.h): Mention it.
1116
1117         argp: fix test failure
1118         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
1119         that are not upper-case.  Pass correct range to tolower.
1120
1121 2009-09-27  Jim Meyering  <meyering@redhat.com>
1122
1123         test-yesno: work around sparc-dash here-document infelicity
1124         Without this change, the literal \177 byte in a here document
1125         would make dash 0.5.5.1-3 access uninitialized memory.
1126         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
1127         Instead, use a marker, "@", and filter through tr to create the desired
1128         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
1129
1130 2009-09-27  Bruno Haible  <bruno@clisp.org>
1131
1132         Disable untested support for new flavours of ACLs on AIX.
1133         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
1134         progress.
1135         * lib/set-mode-acl.c (qset_acl): Likewise.
1136
1137 2008-12-07  Bruno Haible  <bruno@clisp.org>
1138
1139         Add support for new flavours of ACLs on AIX. (Untested.)
1140         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
1141         (file_has_acl): Add support for newer AIX.
1142         * lib/set-mode-acl.c (qset_acl): Likewise.
1143         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
1144         Rainer Tammer <tammer@tammer.net>.
1145
1146 2009-09-26  Eric Blake  <ebb9@byu.net>
1147
1148         argp: fix compilation of getopt
1149         * lib/getopt.in.h (includes): Use different guard than glibc.
1150         Reported by Sergey Poznyakoff.
1151
1152         doc: mention more cygwin 1.7 status
1153         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
1154         bug.
1155         * doc/posix-functions/execl.texi (execl): Likewise.
1156         * doc/posix-functions/execle.texi (execle): Likewise.
1157         * doc/posix-functions/execlp.texi (execlp): Likewise.
1158         * doc/posix-functions/execv.texi (execv): Likewise.
1159         * doc/posix-functions/execve.texi (execve): Likewise.
1160         * doc/posix-functions/execvp.texi (execvp): Likewise.
1161         * doc/glibc-functions/canonicalize_file_name.texi
1162         (canonicalize_file_name): Cygwin 1.7 now provides this.
1163         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
1164         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
1165         on AT_SYMLINK_NOFOLLOW.
1166
1167 2009-09-24  Eric Blake  <ebb9@byu.net>
1168
1169         test-linkat: make test more robust
1170         * tests/test-linkat.c (main): Avoid collision with EEXIST.
1171
1172         getopt: fix inclusion guards for cygwin
1173         * modules/getopt-posix (Depends-on): Add include-next.
1174         (Makefile.am): Substitute more items in replacement header.
1175         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
1176         <getopt.h>.
1177         * lib/getopt.in.h (includes): Use split inclusion guard, and
1178         prefer <getopt.h> over include <unistd.h> when one is present.
1179         (option): Also override name of 'struct option'.
1180
1181         same-inode: revert prior change; it is not yet ready
1182         * NEWS: Undo mention of this change.
1183         * lib/same-inode.h (same-inode.h): Undo tri-state change.
1184         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
1185         * lib/cycle-check.c (cycle_check): Likewise.
1186         * lib/same.c (same_name): Likewise.
1187         * lib/at-func2.c (at_func2): Likewise.
1188
1189 2009-09-23  Eric Blake  <ebb9@byu.net>
1190
1191         linkat: new module
1192         * modules/linkat: New file.
1193         * lib/at-func2.c (at_func2): Likewise.
1194         * lib/linkat.c (linkat): Likewise.
1195         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
1196         * lib/openat-priv.h (at_func2): Add declaration.
1197         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
1198         * modules/unistd (Makefile.am): Substitute them.
1199         * lib/unistd.in.h (linkat): Declare it.
1200         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
1201         * doc/posix-functions/linkat.texi (linkat): Likewise.
1202         * doc/posix-functions/link.texi (link): Tweak wording.
1203         * tests/test-link.c (main): Move guts...
1204         * tests/test-link.h (test_link): ...into new file.
1205         * modules/linkat-tests: New test.
1206         * tests/test-linkat.c: Likewise.
1207         * modules/link-tests (Files): Ship new file.
1208         (Depends-on): Add stdbool.
1209
1210         dirname: add library-safe mdir_name
1211         * lib/dirname.h (mdir_name): New prototype.
1212         * lib/dirname.c (dir_name): Move guts...
1213         (mdir_name): ...to new function that avoids xalloc_die.
1214
1215         fchdir: another mingw fix
1216         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
1217         * lib/fchdir.c (get_name): New helper method; skips canonicalize
1218         on mingw (where it has not yet been ported), and make it optional
1219         elsewhere.
1220         (_gl_register_fd): Use it.
1221
1222         same-inode: make SAME_INODE tri-state, to port to mingw
1223         * NEWS: Mention this change.
1224         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
1225         st_ino always being 0.
1226         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
1227         * lib/cycle-check.c (cycle_check): Likewise.
1228         * lib/same.c (same_name): Likewise.
1229
1230         lstat: avoid mingw compilation error
1231         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
1232         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
1233         lstat ourselves.
1234         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
1235         was adequate.
1236         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
1237         the checks for lstat.
1238         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
1239
1240         link: fix test failure on Solaris 9
1241         * lib/link.c (rpl_link): Don't assume link will catch bogus
1242         trailing slash on source.
1243
1244         test-symlinkat: enhance test
1245         * tests/test-readlink.c (main): Move guts...
1246         * tests/test-readlink.h (test_readlink): ...into new file.
1247         * tests/test-symlink.c (main): Move guts...
1248         * tests/test-symlink.h (test_symlink): ...into new file.
1249         * tests/test-symlinkat.c (main): Use new files for further
1250         coverage.
1251         (do_symlink, do_readlink): New helper functions.
1252         * modules/symlink-tests (Files): Ship new file.
1253         (Depends-on): Add stdbool.
1254         * modules/readlink-tests (Files): Ship new file.
1255         (Depends-on): Add stdbool.
1256         * modules/symlinkat-tests (Files): Use new files.
1257
1258 2009-09-23  Eric Blake  <ebb9@byu.net>
1259
1260         readlink: document portability issue with symlink length
1261         * doc/posix-functions/lstat.texi (lstat): Mention that some file
1262         systems have bogus st_size on symlinks, and mention the
1263         areadlink-with-size module.
1264         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
1265         * doc/posix-functions/readlink.texi (readlink): Mention the
1266         areadlink module, and ERANGE failure.
1267         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
1268         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
1269
1270         readlink: fix Solaris 9 bug with trailing slash
1271         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
1272         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
1273         * doc/posix-functions/readlink.texi (readlink): Document this.
1274         * modules/readlink-tests: New test.
1275         * tests/test-readlink.c: Likewise.
1276
1277         readlink: fix cygwin 1.5.x bug with return type
1278         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
1279         * lib/unistd.in.h (readlink): Use ssize_t.
1280         * lib/readlink.c (readlink): Likewise.
1281         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
1282         * modules/unistd (Makefile.am): Substitute it.
1283         * lib/unistd.in.h (readlink): Declare replacement.
1284         * doc/posix-functions/readlink.texi (readlink): Document this.
1285
1286         symlink: use throughout gnulib
1287         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
1288         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
1289         symlink is not used.
1290         * modules/symlinkat (Depends-on): Add symlink.
1291         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
1292         * modules/canonicalize-tests (Depends-on): Likewise.
1293         * modules/lstat-tests (Depends-on): Likewise.
1294         * modules/openat-tests (Depends-on): Likewise.
1295         * modules/remove-tests (Depends-on): Likewise.
1296         * modules/rmdir-tests (Depends-on): Likewise.
1297         * modules/unlink-tests (Depends-on): Likewise.
1298         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
1299         * tests/test-canonicalize.c (symlink): Likewise.
1300         * tests/test-fstatat.c (symlink): Likewise.
1301         * tests/test-lstat.c (symlink): Likewise.
1302         * tests/test-remove.c (symlink): Likewise.
1303         * tests/test-rmdir.c (symlink): Likewise.
1304         * tests/test-unlink.c (symlink): Likewise.
1305         * tests/test-unlinkat.c (symlink): Likewise.
1306
1307         symlink: new module, for Solaris 9 bug
1308         * modules/symlink: New file.
1309         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
1310         * lib/symlink.c: Likewise.
1311         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
1312         * modules/unistd (Makefile.am): Substitute them.
1313         * lib/unistd.in.h (symlink): Declare replacement.
1314         * MODULES.html.sh (File system functions): Mention it.
1315         * doc/posix-functions/symlink.texi (symlink): Likewise.
1316         * modules/symlink-tests: New test.
1317         * tests/test-symlink.c: Likewise.
1318
1319 2009-09-23  Bruno Haible  <bruno@clisp.org>
1320
1321         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
1322         when needed.
1323         Test case: gnulib-tool --import --with-tests atexit inttypes.
1324         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
1325
1326 2009-09-23  Bruno Haible  <bruno@clisp.org>
1327
1328         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
1329         subcommand, not in a subshell.
1330
1331 2009-09-22  Eric Blake  <ebb9@byu.net>
1332
1333         unistd: sort replacement declarations
1334         * lib/unistd.in.h: Sort declarations.
1335
1336         open, openat: minor optimization
1337         * lib/open.c (open): If open succeeded, len is non-zero.
1338         * lib/openat.c (rpl_openat): Likewise.
1339
1340         link-follow: ensure correct result
1341         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
1342         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
1343         distinguish between possible failures.
1344
1345 2009-09-21  Eric Blake  <ebb9@byu.net>
1346
1347         fts: avoid compiler warning
1348         * lib/fts.c (dirent_inode_sort_may_be_useful)
1349         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
1350
1351 2009-09-19  Bruno Haible  <bruno@clisp.org>
1352
1353         * lib/progreloc.c (canonicalize_file_name): New declaration.
1354
1355 2009-09-19  Eric Blake  <ebb9@byu.net>
1356
1357         link: fix quoting
1358         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
1359
1360         openat: fix openat bugs on Solaris 9
1361         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
1362         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
1363         * modules/openat (Depends-on): Add open.
1364         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
1365         * modules/fcntl-h (Makefile.am): Substitute it.
1366         * lib/fcntl.in.h (openat): Declare replacement.
1367         * doc/posix-functions/openat.texi (openat): Document this.
1368
1369         openat: move fstatat and unlinkat into correct files
1370         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
1371         compiled.
1372         * lib/openat.c (fstatat, unlinkat): Move...
1373         * lib/fstatat.c (fstatat): ...into correct files.
1374         * lib/unlinkat.c (unlinkat): Likewise.
1375
1376         openat: fix unlinkat bugs on Solaris 9
1377         * lib/unlinkat.c (unlinkat): New file.
1378         * modules/openat (Depends-on): Add unlink.
1379         (Files): Distribute it.
1380         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
1381         trailing slash behavior is broken.
1382         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
1383         * modules/unistd (Makefile.am): Substitute it.
1384         * lib/unistd.in.h (unlinkat): Declare replacement.
1385         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
1386
1387         openat: fix fstatat bugs on Solaris 9
1388         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
1389         stat.
1390         * doc/posix-functions/fstatat.texi (fstatat): Document this.
1391
1392         test-unlinkat: enhance test, to expose Solaris 9 bug
1393         * tests/test-unlink.c (main): Factor guts...
1394         * tests/test-unlink.h (test_rmdir_func): ...into new file.
1395         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
1396         * tests/test-rmdir.c (main): Adjust caller.
1397         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
1398         (unlinker): New helper function.
1399         (rmdirat): Enhance check.
1400         * modules/rmdir-tests (Depends-on): Add stdbool.
1401         * modules/unlink-tests (Depends-on): Likewise.
1402         (Files): Add test-unlink.h.
1403         * modules/openat-tests (Files): Likewise.
1404         (Depends-on): Add unlinkdir.
1405
1406         test-fstatat: new test, to expose Solaris 9 bugs
1407         * tests/test-stat.c (main): Factor guts...
1408         * tests/test-stat.h (test_stat_func): ...into new file.
1409         * tests/test-lstat.c (main): Factor guts...
1410         * tests/test-lstat.h (test_lstat_func): ...into new file.
1411         * tests/test-fstatat.c: New file.
1412         * modules/stat-tests (Files): Add test-stat.h.
1413         * modules/lstat-tests (Files): Add test-lstat.h.
1414         (Depends-on): Add stdbool.
1415         * modules/openat-tests (Depends-on): Add pathmax.
1416         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
1417         (Makefile.am): Run new test.
1418
1419         remove: new module, for mingw and Solaris 9 bugs
1420         * modules/remove: New file.
1421         * lib/remove.c: Likewise.
1422         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
1423         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
1424         * modules/stdio (Makefile.am): Use them.
1425         * lib/stdio.in.h (remove): Declare replacement.
1426         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
1427         * doc/posix-functions/remove.texi (remove): Likewise.
1428         * modules/remove-tests: New test.
1429         * tests/test-remove.c: Likewise.
1430
1431         unlink: new module, for Solaris 9 bug
1432         * modules/unlink: New file.
1433         * lib/unlink.c: Likewise.
1434         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
1435         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
1436         * modules/unistd (Makefile.am): Use them.
1437         * lib/unistd.in.h (stat): Declare replacement.
1438         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
1439         * doc/posix-functions/unlink.texi (unlink): Likewise.
1440         * modules/unlink-tests: New test.
1441         * tests/test-unlink.c: Likewise.
1442
1443         lstat: fix Solaris 9 bug
1444         * lib/lstat.c (lstat): Also check for trailing slash on
1445         non-symlink, non-directories.  Use stat module to simplify logic.
1446         * doc/posix-functions/lstat.texi (lstat): Document it.
1447         * modules/lstat-tests (Depends-on): Add errno, same-inode.
1448         (configure.ac): Check for symlink.
1449         * tests/test-lstat.c (main): Add more tests.
1450
1451         stat: add as dependency to other modules
1452         * modules/chown (Depends-on): Add stat.
1453         * modules/euidaccess (Depends-on): Likewise.
1454         * modules/fchdir (Depends-on): Likewise.
1455         * modules/isdir (Depends-on): Likewise.
1456         * modules/link (Depends-on): Likewise.
1457         * modules/lstat (Depends-on): Likewise.
1458         * modules/mkdir-p (Depends-on): Likewise.
1459         * modules/modechange (Depends-on): Likewise.
1460         * modules/open (Depends-on): Likewise.
1461         * modules/readlink (Depends-on): Likewise.
1462         * modules/same (Depends-on): Likewise.
1463
1464         stat: fix Solaris 9 bug
1465         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
1466         slash.
1467         * lib/stat.c (rpl_stat): Work around it.
1468         * doc/posix-functions/stat.texi (stat): Update documentation.
1469
1470         stat: new module, for mingw bug
1471         * modules/stat: New file.
1472         * lib/stat.c: Likewise.
1473         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
1474         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
1475         * modules/sys_stat (Makefile.am): Use them.
1476         * lib/sys_stat.in.h (stat): Declare replacement.
1477         * lib/openat.c (fstatat): Deal with lstat and stat being function
1478         macros.
1479         * modules/openat (Depends-on): Add inline.
1480         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
1481         * doc/posix-functions/stat.texi (stat): Likewise.
1482         * modules/stat-tests: New test.
1483         * tests/test-stat.c: Likewise.
1484
1485 2009-09-19  Jim Meyering  <meyering@redhat.com>
1486
1487         syntax-check: detect unnecessary inclusion of canonicalize.h
1488         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
1489
1490 2009-09-19  Eric Blake  <ebb9@byu.net>
1491
1492         canonicalize-lgpl: adjust clients to use correct header
1493         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
1494         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
1495         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
1496         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
1497         * lib/progreloc.c (includes): Likewise.
1498
1499 2009-09-19  Jim Meyering  <meyering@redhat.com>
1500
1501         test-posixtm.c: correct a comment
1502         * tests/test-posixtm.c: Correct first-line comment.
1503         Spotted by Eric Blake.
1504
1505 2009-09-16  Jim Meyering  <meyering@redhat.com>
1506
1507         posixtm-tests: make T const-correct; add a test case
1508         * tests/test-posixtm.c (T): Declare const.
1509         Add a test for -(2^31+1).
1510         Remove useless can-succeed-only-in-2002 test.
1511
1512         posixtm-tests: adjust the sole failing test
1513         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
1514         expected output matches what mktime now produces.  Cross-checked via
1515         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
1516
1517         posixtm: move #ifdef'd tests into a new module
1518         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
1519         * tests/test-posixtm.c: ... this new file.
1520         * modules/posixtm-tests: New module.
1521
1522 2009-09-19  Eric Blake  <ebb9@byu.net>
1523
1524         openat: simplify use of at-func.c
1525         * lib/at-func.c (includes): Include prerequisites here, to
1526         simplify requirements on client files.
1527         * lib/openat-priv.h: Add double-inclusion guard.
1528         * lib/faccessat.c (includes): Simplify.
1529         * lib/fchmodat.c (includes): Likewise.
1530         * lib/fchownat.c (includes): Likewise.
1531         * lib/mkdirat.c (includes): Likewise.
1532         * lib/mkfifoat.c (includes): Likewise.
1533         * lib/symlinkat.c (includes): Likewise.
1534
1535         openat: allow return of fd 0
1536         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
1537         * modules/save-cwd (Depends-on): Replace fcntl-safer with
1538         unistd-safer.
1539         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
1540         <fcntl.h>; this module does not leak fds.
1541         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
1542         must be allowed to return 0, leaving openat_safer to add the
1543         safety.
1544         (openat_permissive): Avoid writing to just-opened fd 2 if
1545         restoring the current directory fails.
1546         * lib/openat-die.c (openat_restore_fail): Add comment.
1547         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
1548         (save_cwd): Guarantee safe fd, but without use of open_safer.
1549         * tests/test-openat.c: New test.
1550         * modules/openat-tests (Files, Makefile.am): Distribute and build
1551         new file.
1552
1553         relocatable-prog-wrapper: fix build
1554         * modules/relocatable-prog-wrapper (Files): Update name of
1555         canonicalize m4 file, broken on 2009-09-17.
1556         Reported by emad hajjar <aleppos@hotmail.com>.
1557
1558 2009-09-19  Bruno Haible  <bruno@clisp.org>
1559
1560         * lib/safe-alloc.h: Use the standard header with GPL copyright.
1561         * lib/safe-alloc.c: Likewise.
1562         Reported by Ian Beckwith <ianb@erislabs.net>.
1563
1564 2009-09-18  Bruno Haible  <bruno@clisp.org>
1565
1566         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
1567         Reported by <erobles@sensacd.com.mx>.
1568
1569 2009-09-17  Eric Blake  <ebb9@byu.net>
1570
1571         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
1572         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
1573         slashes when checking if last component is missing.
1574         * tests/test-canonicalize.c (main): Test this.
1575
1576         canonicalize, canonicalize-lgpl: honor // if distinct from /
1577         * modules/canonicalize (Files): Add double-slash-root.m4.
1578         * modules/canonicalize-lgpl (Files): Likewise.
1579         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
1580         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
1581         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
1582         fallback definition.
1583         (canonicalize_filename_mode): Use it to protect //.
1584         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
1585         (__realpath): Likewise.
1586         * tests/test-canonicalize.c (main): Test this.
1587         * tests/test-canonicalize-lgpl.c (main): Likewise.
1588         * modules/canonicalize-tests (Depends-on): Add same-inode.
1589         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
1590
1591         canonicalize-lgpl: fix glibc bug with trailing slash
1592         * m4/canonicalize-lgpl.m4: Move contents...
1593         * m4/canonicalize.m4: ...here.
1594         (gl_CANONICALIZE_LGPL): Factor realpath check...
1595         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
1596         glibc 2.3.5 bug, fixed 2005-04-27.
1597         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
1598         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
1599         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
1600         * modules/canonicalize-lgpl (Files): Manage file rename.
1601         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
1602         * modules/stdlib (Makefile.am): Substitute witness.
1603         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
1604         is needed.
1605         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
1606         replacement is required.
1607         * lib/canonicalize.c (canonicalize_file_name): Likewise.
1608         * doc/glibc-functions/canonicalize_file_name.texi
1609         (canonicalize_file_name): Document this.
1610         * doc/posix-functions/realpath.texi (realpath): Likewise.
1611
1612         canonicalize-lgpl: reject non-directory with trailing slash
1613         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
1614         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
1615         catches failures in glibc 2.3.5.
1616         * tests/test-canonicalize.c (main): Likewise.
1617
1618         canonicalize-lgpl: use native realpath if it works
1619         * lib/canonicalize-lgpl.c (realpath): Guard with
1620         FUNC_REALPATH_WORKS.
1621         * lib/stdlib.in.h (realpath): Make declaration optional based on
1622         HAVE_REALPATH.
1623         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
1624         native realpath works.
1625         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
1626         * modules/stdlib (Makefile.am): Substitute witness.
1627
1628         canonicalize, canonicalize-lgpl: use <stdlib.h>
1629         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
1630         (Include): Mention <stdlib.h>.
1631         (configure.ac): Mention functions we provide.
1632         * modules/canonicalize (configure.ac): Likewise.
1633         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
1634         realpath if canonicalize_file_name is missing.
1635         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
1636         * modules/stdlib (Makefile.am): Substitute witnesses.
1637         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
1638         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
1639         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
1640         * NEWS: Document this.
1641         * doc/glibc-functions/canonicalize_file_name.texi
1642         (canonicalize_file_name): Likewise.
1643         * doc/posix-functions/realpath.texi (realpath): Likewise.
1644         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
1645
1646         test-canonicalize: consolidate into single C program
1647         * tests/test-canonicalize.sh: Delete; move setup into...
1648         * tests/test-canonicalize.c (main): ...the program, making it
1649         easier to run in debugger.  Add some tests.
1650         * modules/canonicalize-tests (Files): Remove unused file.
1651         (Depends-on): Add progname.
1652         (configure.ac, Makefile.am): Simplify.
1653
1654         test-canonicalize-lgpl: consolidate into single C program
1655         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
1656         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
1657         easier to run in debugger.  Add some tests.
1658         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
1659         (configure.ac, Makefile.am): Simplify.
1660
1661         canonicalize: avoid resolvepath
1662         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
1663         unnecessary checks.
1664         * lib/canonicalize.c (includes): Simplify.
1665         (canonicalize_file_name): Drop resolvepath implementation.
1666         * modules/canonicalize (Depends-on): Drop filenamecat.
1667
1668         canonicalize: don't lose errno
1669         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
1670         over calls to free.
1671
1672         canonicalize: simplify errno handling
1673         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
1674         assignment.
1675
1676         canonicalize, canonicalize-lgpl: update module dependencies
1677         * modules/canonicalize (Depends-on): Add extensions, lstat,
1678         pathmax, stdlib.
1679         (Files): Drop pathmax.h.
1680         (configure.ac): Adjust macro name.
1681         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
1682         lstat, stdlib, sys_stat.
1683         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
1684         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
1685         extensions.
1686         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
1687         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
1688         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
1689         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
1690         declaration, if available.
1691         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
1692         we can rely on the readlink module.
1693         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
1694         (includes): Use <unistd.h> unconditionally.
1695
1696 2009-09-17  Eric Blake  <ebb9@byu.net>
1697
1698         maint: make Include sections of modules consistent
1699         * modules/alloca: Use only header name; no need to list #include.
1700         * modules/alloca-opt: Likewise.
1701         * modules/arpa_inet: Likewise.
1702         * modules/canon-host: Likewise.
1703         * modules/configmake: Likewise.
1704         * modules/dirent: Likewise.
1705         * modules/eealloc: Likewise.
1706         * modules/environ: Likewise.
1707         * modules/fchdir: Likewise.
1708         * modules/fcntl: Likewise.
1709         * modules/fcntl-h: Likewise.
1710         * modules/gethrxtime: Likewise.
1711         * modules/gettime: Likewise.
1712         * modules/ignore-value: Likewise.
1713         * modules/inet_ntop: Likewise.
1714         * modules/inet_pton: Likewise.
1715         * modules/inttypes: Likewise.
1716         * modules/isnand-nolibm: Likewise.
1717         * modules/isnanf-nolibm: Likewise.
1718         * modules/mbchar: Likewise.
1719         * modules/mbfile: Likewise.
1720         * modules/mbiter: Likewise.
1721         * modules/mbuiter: Likewise.
1722         * modules/netdb: Likewise.
1723         * modules/netinet_in: Likewise.
1724         * modules/nproc: Likewise.
1725         * modules/pagealign_alloc: Likewise.
1726         * modules/poll: Likewise.
1727         * modules/printf-frexp: Likewise.
1728         * modules/pthread: Likewise.
1729         * modules/putenv: Likewise.
1730         * modules/random_r: Likewise.
1731         * modules/relocatable-prog: Likewise.
1732         * modules/search: Likewise.
1733         * modules/select: Likewise.
1734         * modules/selinux-h: Likewise.
1735         * modules/settime: Likewise.
1736         * modules/signal: Likewise.
1737         * modules/size_max: Likewise.
1738         * modules/socklen: Likewise.
1739         * modules/ssize_t: Likewise.
1740         * modules/stdarg: Likewise.
1741         * modules/stdbool: Likewise.
1742         * modules/stddef: Likewise.
1743         * modules/stdint: Likewise.
1744         * modules/stdio: Likewise.
1745         * modules/stdlib: Likewise.
1746         * modules/string: Likewise.
1747         * modules/strings: Likewise.
1748         * modules/sys_file: Likewise.
1749         * modules/sys_ioctl: Likewise.
1750         * modules/sys_select: Likewise.
1751         * modules/sys_socket: Likewise.
1752         * modules/sys_stat: Likewise.
1753         * modules/sys_time: Likewise.
1754         * modules/sys_times: Likewise.
1755         * modules/sys_utsname: Likewise.
1756         * modules/sys_wait: Likewise.
1757         * modules/sysexits: Likewise.
1758         * modules/time: Likewise.
1759         * modules/times: Likewise.
1760         * modules/tmpfile: Likewise.
1761         * modules/trim: Likewise.
1762         * modules/unistd: Likewise.
1763         * modules/wchar: Likewise.
1764         * modules/wctype: Likewise.
1765
1766 2009-09-17  Bruno Haible  <bruno@clisp.org>
1767
1768         Make getdate.y compile on QNX and NetBSD 5 / i386.
1769         * m4/getdate.m4 (gl_GETDATE): Conditionally define
1770         TIME_T_FITS_IN_LONG_INT.
1771         * lib/getdate.y (long_time_t): New type.
1772         (relative_time): Change type of 'seconds' field to long_time_t.
1773         (get_date): Update types of local variables. Check against overflow
1774         during conversion from long_time_t to time_t.
1775         Reported by Matt Kraai <kraai@ftbfs.org>
1776         and Hasso Tepper <hasso@netbsd.org>.
1777
1778 2009-09-17  Bruno Haible  <bruno@clisp.org>
1779
1780         * modules/COPYING: Update copyright years.
1781         * modules/README: Likeiwse.
1782         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
1783         Reported by Ian Beckwith <ianb@erislabs.net>.
1784
1785 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
1786
1787         * users.txt: Update references for gnuit package.
1788
1789 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
1790
1791         * m4/getdelim.m4: Fix typo in copyright line.
1792
1793 2009-09-17  Bruno Haible  <bruno@clisp.org>
1794
1795         * lib/atoll.c: Use the standard header with GPL copyright.
1796         * lib/argz.in.h: Likewise.
1797         * lib/glob.c: Likewise.
1798         * lib/glob-libc.h: Likewise.
1799         * lib/random_r.c: Likewise.
1800         * lib/siglist.h: Likewise.
1801         * lib/strsignal.c: Likewise.
1802         Reported by Ian Beckwith <ianb@erislabs.net>.
1803
1804 2009-09-17  Eric Blake  <ebb9@byu.net>
1805
1806         rmdir: ensure correct dependency order
1807         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
1808
1809 2009-09-17  Bruno Haible  <bruno@clisp.org>
1810
1811         Disable assertion that fails on NetBSD 5 / i386.
1812         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
1813         Reported by Sam Steingold <sds@gnu.org>
1814         and Hasso Tepper <hasso@netbsd.org>.
1815
1816 2009-09-16  Eric Blake  <ebb9@byu.net>
1817
1818         unlinkdir: port to mingw
1819         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
1820         on which no one can unlink a directory.
1821
1822         stdlib: sort witness names
1823         * modules/stdlib (Makefile.am): Sort replacements.
1824         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
1825         * lib/stdlib.in.h: Likewise.
1826
1827         parse-duration-tests: avoid link failure
1828         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
1829         LIBINTL.
1830         Reported by Tom G. Christensen.
1831
1832         openat-tests: ensure unlinkat behaves like rmdir
1833         * tests/test-rmdir.c (main): Factor guts...
1834         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
1835         * modules/rmdir-tests (Files): Ship new file.
1836         * modules/openat-tests: New test.
1837         * tests/test-unlinkat.c: Likewise.
1838
1839         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
1840         * modules/rmdir-errno (Status, Notice): Now obsolete.
1841
1842         rmdir: work around cygwin 1.5.x and mingw bugs
1843         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
1844         * lib/rmdir.c (rmdir): Work around it.
1845         * modules/rmdir (Status, Notice): No longer obsolete.
1846         (Files): Add dos.m4.
1847         (Depends-on): Add unistd.
1848         (configure.ac): Set witnesses.
1849         (License): Relax to LGPLv2+.
1850         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
1851         * modules/unistd (Makefile.am): Substitute witnesses.
1852         * lib/unistd.in.h (rmdir): Declare replacement.
1853         * doc/posix-functions/rmdir.texi (rmdir): Document this.
1854         * modules/rmdir-tests: New tests.
1855         * tests/test-rmdir.c: Likewise.
1856
1857 2009-09-15  Eric Blake  <ebb9@byu.net>
1858
1859         fchdir: improve use of replacement functions
1860         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
1861         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
1862         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
1863         REPLACE_CLOSEDIR.
1864         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
1865         * modules/sys_stat (Makefile.am): Substitute correct witness.
1866         * modules/dirent (Makefile.am): Likewise.
1867         * modules/unistd (Makefile.am): Likewise.
1868         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
1869         * lib/unistd.in.h (dup): Likewise.
1870         * lib/sys_stat.in.h (fstat): Likewise.
1871
1872         maint: ignore gnulib-tool temp files
1873         * .gitignore: Ignore files created during gnulib-tool --test.
1874
1875 2009-09-13  Jim Meyering  <meyering@redhat.com>
1876
1877         posixtm: don't reject a time that specify "60" as the number of seconds
1878         * lib/posixtm.c (posixtime): The code to reject invalid dates
1879         would also reject a time specified with the .60 suffix.
1880         But POSIX allows that, in order to accommodate leap seconds.
1881         So don't reject it.
1882         (main): Adjust tests accordingly.
1883         * modules/posixtm (Depends-on): Add stpcpy.
1884
1885 2009-09-11  Jim Meyering  <meyering@redhat.com>
1886
1887         announce-gen: include [$release_type] in emitted Subject:
1888         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
1889         e.g., [stable] in the emitted Subject: line.
1890
1891 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1892
1893         Remove obsolete macros from several modules.
1894         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
1895         obsolete Autoconf macros with their modern counterparts.
1896         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
1897         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
1898         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
1899         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
1900         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
1901         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
1902         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
1903         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
1904         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
1905         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
1906         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
1907         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
1908         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
1909         * m4/sockets.m4 (gl_SOCKETS): Likewise.
1910         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
1911         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
1912         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
1913         * m4/time_r.m4 (gl_TIME_R): Likewise.
1914         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
1915         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
1916         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1917
1918         Fix copyright header in build-aux scripts.
1919         * build-aux/git-version-gen: Fix copyright header to match GPLv3
1920         recommendation.
1921         * build-aux/ncftpput-ftp: Likewise.
1922         * build-aux/update-copyright: Likewise.
1923
1924 2009-09-09  Eric Blake  <ebb9@byu.net>
1925
1926         test-link: allow Linux choice of errno
1927         * tests/test-link.c (main): Relax test for alternate error.
1928
1929         strndup: fix improper m4 caching
1930         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
1931         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
1932         (gl_PREREQ_STRNDUP): Delete.
1933         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
1934         * modules/string (Makefile.am): Substitute it.
1935         * lib/string.in.h (strndup): Modernize prototype.
1936
1937         getcwd: port to mingw
1938         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
1939         different from the POSIX assumptions made throughout the getcwd
1940         module; fortunately, the mingw getcwd does not need replacement.
1941         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
1942         * modules/getcwd-tests: New test.
1943         * tests/test-getcwd.c: Likewise.
1944
1945         link: fix platform bugs
1946         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
1947         * lib/link.c (link): Work around them.  Fix related mingw bug.
1948         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
1949         * modules/unistd (Makefile.am): Substitute it.
1950         * lib/unistd.in.h (link): Declare replacement.
1951         * doc/posix-functions/link.texi (link): Document this.
1952         * modules/link (Depends-on): Add strdup-posix, sys_stat.
1953
1954         test-link: consolidate into single C program, test more cases
1955         * tests/test-link.sh: Delete.
1956         * tests/test-link.c: Test more error conditions.  Exposes bugs on
1957         at least Cygwin and Solaris.
1958         * modules/link-tests (Files): Remove unused file.
1959         (Depends-on): Add errno, sys_stat.
1960         (Makefile.am): Simplify.
1961
1962 2009-09-08  Bruno Haible  <bruno@clisp.org>
1963
1964         Work around towlower, towupper bug on mingw.
1965         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
1966         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
1967         * doc/posix-functions/towlower.texi: Mention the mingw bug.
1968         * doc/posix-functions/towupper.texi: Likewise.
1969         Reported by Eric Blake.
1970
1971 2009-09-08  Jim Meyering  <meyering@redhat.com>
1972
1973         build: don't try to run autoheader if we don't use it
1974         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
1975         is not used in configure.ac.
1976
1977 2009-09-08  Eric Blake  <ebb9@byu.net>
1978
1979         euidaccess: fix compilation error
1980         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
1981
1982         rawmemchr: relax license
1983         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
1984         okay.
1985         Reported by Jim Meyering.
1986
1987         mkfifoat: new module
1988         * modules/mkfifoat: New file.
1989         * lib/mkfifoat.c: Likewise.
1990         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
1991         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
1992         * modules/sys_stat (Makefile.am): Use them.
1993         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
1994         * MODULES.html.sh (File system functions): Mention module.
1995         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
1996         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
1997         * modules/mkfifoat-tests: New test.
1998         * tests/test-mkfifoat.c: Likewise.
1999
2000         strchrnul: relax license
2001         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
2002         okay.
2003         Reported by Jim Meyering.
2004
2005 2009-09-08  Eric Blake  <ebb9@byu.net>
2006
2007         fstatat: fix compilation on Solaris
2008         * lib/fstatat.c (includes): Add fcntl.h.
2009         Reported by Pádraig Brady.
2010
2011 2009-09-07  Eric Blake  <ebb9@byu.net>
2012
2013         rename: modernize replacement
2014         * modules/rename (Depends-on): Add stdio.
2015         (configure.ac): Declare witness.
2016         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
2017         stdio take care of replacement.
2018         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
2019         * modules/stdio (Makefile.am): Substitute them.
2020         * lib/stdio.in.h (rename): Declare replacement.
2021         * lib/rename.c (includes): Allow cross-compilation to non-windows
2022         machines.
2023         * doc/posix-functions/rename.texi (rename): Improve
2024         documentation.
2025
2026         stdio: sort witness names
2027         * modules/stdio (Makefile.am): Sort replacements.
2028         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2029         * lib/stdio.in.h: Likewise.
2030
2031         getcwd: minor cleanups
2032         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
2033         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
2034
2035         openat: provide more convenience names
2036         * modules/faccessat (configure.ac): Add C witness.
2037         * lib/unistd.in.h (readlinkat): Fix typo.
2038         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
2039         convenience wrappers.
2040         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
2041         wrappers in syntax checks.
2042
2043 2009-09-06  Eric Blake  <ebb9@byu.net>
2044
2045         doc: fix comments in recent patches
2046         * lib/faccessat.c: Mention correct function.
2047         * lib/fchmodat.c: Likewise.
2048         * lib/fchownat.c: Likewise.
2049         * lib/symlinkat.c: Likewise.
2050         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
2051         constants.
2052
2053         faccessat, symlinkat: continue cleanup of previous patch
2054         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
2055         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
2056         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
2057         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
2058         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
2059         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
2060         set.
2061
2062 2009-09-06  Bruno Haible  <bruno@clisp.org>
2063
2064         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
2065         (fstatat): Declare if GNULIB_FSTATAT is set.
2066         (mkdirat): Declare if GNULIB_MKDIRAT is set.
2067         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
2068         (unlinkat): Declare if GNULIB_UNLINKAT is set.
2069         * modules/fcntl-h (Files): Remove m4/openat.m4.
2070         * modules/sys_stat (Files): Remove m4/openat.m4.
2071         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
2072         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
2073         * modules/unistd (Files): Remove m4/openat.m4.
2074         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
2075         GNULIB_OPENAT.
2076         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
2077         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
2078         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
2079         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
2080         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
2081         gl_OPENAT_DEFAULTS.
2082         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
2083         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
2084         Don't require gl_OPENAT_DEFAULTS.
2085         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
2086         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
2087         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
2088         (gl_OPENAT_DEFAULTS): Remove macro.
2089
2090 2009-09-06  Bruno Haible  <bruno@clisp.org>
2091
2092         * modules/openat (configure.ac): Remove unneeded witness.
2093
2094 2009-09-06  Bruno Haible  <bruno@clisp.org>
2095
2096         Set errno to ENOSYS when a function is entirely unsupported.
2097         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
2098         EOPNOTSUPP.
2099         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
2100         * modules/chown (Depends-on): Remove errno.
2101
2102 2009-09-06  Bruno Haible  <bruno@clisp.org>
2103
2104         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
2105
2106 2009-09-06  Bruno Haible  <bruno@clisp.org>
2107
2108         * lib/sys_stat.in.h: Fix preprocessor command indentation.
2109
2110 2009-09-06  Ben Pfaff  <blp@gnu.org>
2111             Bruno Haible  <bruno@clisp.org>
2112
2113         Work around a glibc bug in strtok_r.
2114         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
2115         Undefine if UNDEFINE_STRTOK_R is set.
2116         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
2117         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2118         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
2119         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
2120         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
2121         UNDEFINE_STRTOK_R.
2122         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
2123
2124 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
2125
2126         exclude: minor fix
2127         * lib/exclude.c: Include wctype.h
2128
2129 2009-09-06  Akim Demaille  <demaille@gostai.com>
2130
2131         bootstrap: improve error message
2132         * build-aux/bootstrap (find_tool): Upon failure, report the list
2133         of candidates.
2134         Honor the initial value of the envvar.
2135
2136 2009-09-05  Eric Blake  <ebb9@byu.net>
2137
2138         symlinkat: new module
2139         * modules/symlinkat: New file.
2140         * lib/symlinkat.c: Likewise.
2141         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
2142         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
2143         * modules/unistd (Makefile.am): Use them.
2144         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
2145         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
2146         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
2147         * MODULES.html.sh (File system functions): Mention module.
2148         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
2149         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
2150         * modules/symlinkat-tests: New test.
2151         * tests/test-symlinkat.c: Likewise.
2152
2153         test-openat-safer: add more checks
2154         * tests/test-openat-safer.c (main): Check more code paths.
2155
2156 2009-09-05  Jim Meyering  <meyering@redhat.com>
2157
2158         syntax-check: detect unnecessary inclusion of openat.h
2159         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
2160
2161 2009-09-05  Bruno Haible  <bruno@clisp.org>
2162
2163         Support towlower, towupper.
2164         * doc/posix-functions/towlower.texi: Mention module wctype.
2165         * doc/posix-functions/towupper.texi: Likewise.
2166         * lib/wctype.in.h (towlower, towupper): New functions.
2167         * tests/test-wctype.c: Include stdio.h, stdlib.h.
2168         (ASSERT): New macro.
2169         (e): New variable.
2170         (main): Test also towlower, towupper. Test WEOF argument.
2171         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
2172
2173 2009-09-05  Bruno Haible  <bruno@clisp.org>
2174
2175         Fix conversion behaviour when the input is invalid.
2176         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
2177         mark occurring in first pass of indirect conversion.
2178         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
2179         input.
2180         Found by clang's static analyzer.
2181
2182 2009-09-05  Bruno Haible  <bruno@clisp.org>
2183
2184         * tests/test-striconveh.c (main): Test indirect conversion on platforms
2185         where direct conversion is possible.
2186
2187 2009-09-04  Eric Blake  <ebb9@byu.net>
2188
2189         openat: fail with ENOENT on empty name
2190         * lib/openat-proc.c (openat_proc_name): Special-case the empty
2191         buffer.
2192
2193         link-follow: fix logic bug in prior patch
2194         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
2195         reversed sense of yes and no in prior patch.  Avoid confusing
2196         compilation failure with desired semantics.
2197
2198         link-follow: accomodate mingw and cross-compilation
2199         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
2200         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
2201         cross-compilation results to -1, to make linkat easier to
2202         implement when cross-compiling.  Trivially support mingw.
2203         * modules/link-follow (configure.ac): Call new name.
2204         * NEWS: Mention this.
2205
2206 2009-09-03  Eric Blake  <ebb9@byu.net>
2207
2208         faccessat: compile replacement
2209         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
2210         needed.
2211
2212         fts: fix compilation error
2213         * lib/fts.c (includes): Re-add "openat.h", for
2214         openat_needs_fchdir.
2215
2216         faccessat: new module
2217         * modules/faccessat: New file.
2218         * lib/faccessat.c: Likewise.
2219         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
2220         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
2221         * modules/unistd (Makefile.am): Use it.
2222         * lib/unistd.in.h (faccessat): Declare it.
2223         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
2224         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
2225         * MODULES.html.sh (File system functions): Mention it.
2226         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
2227         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
2228
2229         euidaccess: prefer POSIX over non-standard implementation
2230         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
2231         * lib/euidaccess.c (euidaccess): Use it if available.
2232
2233         openat: make template easier to use
2234         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
2235         AT_FUNC_F2 to be undefined.
2236         (VALIDATE_FLAG): New macro; use it to reject bad flags.
2237         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
2238         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
2239         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
2240         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
2241         Likewise.
2242         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
2243         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
2244         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
2245         Likewise.
2246
2247         openat: declare in POSIX headers
2248         * NEWS: Mention this.
2249         * modules/openat (configure.ac): Declare witnesses.
2250         (Depends-on): Add fcntl-h, sys_stat, unistd.
2251         (Include): Mention correct headers.
2252         * modules/fcntl-h (Depends-on): Add link-warning.
2253         (Files): Add openat.m4.
2254         (Makefile.am): Substitute witnesses.
2255         * modules/sys_stat (Files, Makefile.am): Likewise.
2256         * modules/unistd (Files, Makefile.am): Likewise.
2257         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
2258         (gl_OPENAT_DEFAULTS): New macro.
2259         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
2260         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
2261         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
2262         (SYS_STAT_H): Remove unused variable.
2263         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
2264         * lib/fcntl--.h (includes): Remove unneeded header.
2265         * lib/openat-safer.c (includes): Likewise.
2266         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
2267         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
2268         appropriate headers.
2269         (__OPENAT_PREFIX): Delete.
2270         * lib/fcntl.in.h (openat): Provide declaration.
2271         (AT_FDCWD): Fix Solaris bug.
2272         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
2273         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
2274         * lib/fchmodat.c (includes):  Adjust to find declaration.
2275         * lib/fchownat.c (includes): Likewise.
2276         * lib/mkdirat.c (includes): Likewise.
2277         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
2278         still visible.
2279
2280 2009-09-02  Eric Blake  <ebb9@byu.net>
2281
2282         errno: use consistently
2283         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
2284         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
2285         * lib/canonicalize.c (ELOOP): Likewise.
2286         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
2287         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
2288         * lib/lchown.c (EOPNOTSUPP): Likewise.
2289         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
2290         * lib/savewd.c (ESTALE): Likewise.
2291         * lib/settime.c (ENOSYS): Likewise.
2292         * lib/utimens.c (ENOSYS): Likewise.
2293         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
2294         * lib/chdir-safer.c (ELOOP): Likewise.
2295         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
2296         * modules/c-stack (Depends-on): Add errno.
2297         * modules/canonicalize (Depends-on): Likewise.
2298         * modules/chdir-safer (Depends-on): Likewise.
2299         * modules/fdopendir (Depends-on): Likewise.
2300         * modules/inet_ntop (Depends-on): Likewise.
2301         * modules/inet_pton (Depends-on): Likewise.
2302         * modules/lchown (Depends-on): Likewise.
2303         * modules/openat (Depends-on): Likewise.
2304         * modules/savewd (Depends-on): Likewise.
2305         * modules/settime (Depends-on): Likewise.
2306         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
2307
2308         fts: avoid leaking fds
2309         * modules/fts (Depends-on): Add cloexec.
2310         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
2311         flag.
2312
2313         fts: make directory fds more robust
2314         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
2315         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
2316
2317         backupfile, chdir-long, fts, savedir: make safer
2318         * lib/backupfile.c (includes): Use "dirent--.h", since
2319         numbered_backup can write to stderr during readdir.
2320         * lib/savedir.c (includes): Likewise.
2321         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
2322         emulation can write to stderr on failure.
2323         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
2324         * lib/getcwd.c: Document why opendir_safer is unused.
2325         * lib/glob.c: Likewise.
2326         * lib/scandir.c: Likewise.
2327         * lib/openat-proc.c: Likewise, for open_safer.
2328         * modules/backupfile (Depends-on): Add dirent-safer.
2329         * modules/savedir (Depends-on): Likewise.
2330         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
2331         * modules/chdir-long (Depends-on): Add openat-safer.
2332
2333         openat-safer: new module
2334         * modules/openat-safer: New file.
2335         * lib/openat-safer.c: Likewise.
2336         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
2337         * lib/fcntl-safer.h (openat_safer): Declare.
2338         * lib/fcntl--.h (openat): Override.
2339         * MODULES.html.sh (File descriptor based I/O): Mention it.
2340         * lib/openat.h: Add double-inclusion guards.
2341         * lib/openat.c (includes): Only include "fcntl-safer.h", not
2342         "fcntl--.h", so we can implement openat.
2343         * modules/openat-safer-tests: New test.
2344         * tests/test-openat-safer.c: New file.
2345
2346         dirent-safer: new module
2347         * modules/dirent-safer: New file.
2348         * lib/dirent--.h: Likewise.
2349         * lib/dirent-safer.h: Likewise.
2350         * lib/opendir-safer.c: Likewise.
2351         * m4/dirent-safer.m4: Likewise.
2352         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
2353         * modules/dirent-safer-tests: New test.
2354         * tests/test-dirent-safer.c: New file.
2355         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
2356
2357         fdopendir: optimize on mingw
2358         * lib/unistd.in.h (_gl_directory_name): New prototype.
2359         * lib/fchdir.c (_gl_directory_name): Implement it.
2360         (fchdir): Use it to simplify implementation.
2361         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
2362         fchdir, when available, to avoid calling [f]chdir().
2363
2364         fdopendir: split into its own module
2365         * lib/openat.c (fdopendir): Move...
2366         * lib/fdopendir.c: ...into new file.
2367         * modules/fdopendir: New module.
2368         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
2369         * modules/openat (Depends-on): Add fdopendir.
2370         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
2371         fdopendir here.
2372         * modules/savedir (Depends-on): Only need fdopendir, not full
2373         openat.
2374         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
2375         * lib/openat.h (fdopendir): Drop prototype.
2376         * lib/dirent.in.h (fdopendir): Provide prototype.
2377         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
2378         * modules/dirent (Makefile.am): Substitute them.
2379         * MODULES.html.sh (File system functions): Mention it.
2380         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
2381         * modules/fdopendir-tests: New file.
2382         * tests/test-fdopendir.c: Likewise.
2383
2384         fchdir: use more consistent macro convention
2385         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
2386         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
2387         REPLACE_FCHDIR, rather than relying on config.h macros.
2388         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
2389         inside a single make-time REPLACE_FCHDIR block, rather than using
2390         the config.h FCHDIR_REPLACEMENT.
2391         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
2392         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
2393         Manage fstat replacement.
2394         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
2395         REPLACE_FCHDIR.
2396         * modules/sys_stat (Files): Add m4/unistd_h.m4.
2397         (Makefile.am): Substitute REPLACE_FCHDIR.
2398         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
2399         FCHDIR_REPLACEMENT.
2400         * lib/dup-safer.c (dup_safer): Likewise.
2401         * lib/dup2.c (rpl_dup2): Likewise.
2402         * lib/dup3.c (rpl_dup3): Likewise.
2403         * lib/open.c (rpl_open): Likewise.
2404
2405         fchdir: simplify error handling, and support dup3
2406         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
2407         stdbool, malloc-posix, realloc-posix.
2408         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
2409         (ensure_dirs_slot): Return false on allocation failure.
2410         (rpl_dup2): Delete.
2411         (_gl_register_dup): New function.
2412         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
2413         (_gl_register_fd): Close fd on allocation failure.
2414         * lib/fcntl.in.h (_gl_register_fd): Update signature.
2415         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
2416         prototype.
2417         (rpl_dup2_fchdir): Delete prototype.
2418         * lib/open.c (open): Update caller.
2419         * lib/dup2.c (dup2): Track fchdir metadata.
2420         * lib/dup3.c (dup3): Likewise.
2421         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
2422         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
2423
2424 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2425
2426         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
2427         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
2428         don't pass arguments to AC_OUTPUT.
2429
2430 2009-09-02  Bruno Haible  <bruno@clisp.org>
2431
2432         * modules/mkdtemp (License): Relicense under LGPLv2+.
2433         Reported by Paolo Bonzini.
2434
2435 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2436
2437         Replace uses of obsolete autoconf macros in Jim's modules.
2438         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
2439         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
2440         can evoke a warning from autoconf when run with -Wobsolete
2441         enabled.  They were declared obsolete for good reasons (see
2442         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
2443         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
2444         should not continue using the deprecated macros.
2445         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
2446         obsolete Autoconf macros with modern counterparts.
2447         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
2448         * m4/dos.m4 (gl_AC_DOS): Likewise.
2449         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
2450         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
2451         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
2452         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
2453         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
2454         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
2455         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
2456         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
2457         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
2458         Likewise.
2459         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
2460         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
2461         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
2462         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
2463         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
2464         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
2465
2466 2009-09-01  Eric Blake  <ebb9@byu.net>
2467
2468         fchdir: fix off-by-one bug in previous patch
2469         * lib/fchdir.c (rpl_fstat): Use correct bounds.
2470         (_gl_unregister_fd): Delete useless if.
2471
2472 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
2473
2474         maint.mk: sort the list of syntax-check rules
2475         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
2476         easier to get a sense of progress when the rules are run sequentially
2477         and take a long time.
2478
2479 2009-09-01  Simon Josefsson  <simon@josefsson.org>
2480
2481         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
2482         * modules/netinet_in: Likewise.
2483         * modules/sys_file: Likewise.
2484         * modules/sys_ioctl: Likewise.
2485         * modules/sys_select: Likewise.
2486         * modules/sys_socket: Likewise.
2487         * modules/sys_stat: Likewise.
2488         * modules/sys_time: Likewise.
2489         * modules/sys_times: Likewise.
2490         * modules/sys_utsname: Likewise.
2491         * modules/sys_wait: Likewise.
2492
2493 2009-09-01  Jim Meyering  <meyering@redhat.com>
2494
2495         fts: help ensure that return values are not ignored
2496         * lib/fts_.h (__GNUC_PREREQ): Define.
2497         (__attribute_warn_unused_result__): Define.
2498         (fts_children, fts_close, fts_open, fts_read): Declare with
2499         __attribute_warn_unused_result__.
2500
2501         fts: fts_close now fails also when closing a dir file descriptor fails
2502         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
2503         and propagate to caller, along with errno.
2504
2505         announce-gen: correct formatting in --help output
2506         * build-aux/announce-gen (usage): Move the one-line description in
2507         --help output "up", to where it belongs, just after Usage:.
2508
2509 2009-08-31  Eric Blake  <ebb9@byu.net>
2510
2511         fchdir: port to mingw
2512         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
2513         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
2514         opened, then use a substitute.
2515         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
2516         replacement.
2517         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
2518         (_gl_register_fd): No need to check stat if open already filters
2519         all directories.
2520         (fchdir): Fix error condition to match POSIX.
2521         * modules/fchdir (Depends-on): Add sys_stat.
2522         * doc/posix-functions/open.texi (open): Document the limitation.
2523         * modules/fchdir-tests: New file.
2524         * tests/test-fchdir.c: Likewise.
2525
2526         canonicalize: allow cross-testing from cygwin to mingw
2527         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
2528         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
2529         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
2530         Likewise.
2531         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
2532         target does not support symlinks.
2533         * tests/test-canonicalize-lgpl.sh: Likewise.
2534
2535         chown: avoid compilation warning on mingw
2536         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
2537         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
2538         mingw.
2539         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
2540         * modules/chown (Depends-on): Add errno.
2541
2542 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
2543
2544         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
2545         command.
2546
2547 2009-08-31  Jim Meyering  <meyering@redhat.com>
2548
2549         canonicalize: remove useless initialization
2550         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
2551         initialization of local, "end".
2552
2553 2009-08-30  Bruno Haible  <bruno@clisp.org>
2554
2555         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
2556         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
2557         ENOSYS.
2558
2559 2009-08-30  Bruno Haible  <bruno@clisp.org>
2560
2561         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
2562         /usr/xpg4/bin/tr when it exists.
2563         * tests/test-pipe-filter-gi1.sh: Likewise.
2564
2565 2009-08-30  Bruno Haible  <bruno@clisp.org>
2566
2567         Work around deficient /usr/bin/id program on Solaris.
2568         * tests/test-file-has-acl.sh (ID): New variable.
2569         * tests/test-set-mode-acl.sh (ID): Likewise.
2570         * tests/test-copy-acl.sh (ID): Likewise.
2571         * tests/test-copy-file.sh (ID): Likewise.
2572
2573 2009-08-30  Bruno Haible  <bruno@clisp.org>
2574
2575         New module 'xstriconveh'.
2576         * lib/xstriconveh.h: New file.
2577         * lib/xstriconveh.c: New file.
2578         * modules/xstriconveh: New file.
2579
2580 2009-08-30  Bruno Haible  <bruno@clisp.org>
2581
2582         Make it easier to use mem_cd_iconveh.
2583         * lib/striconveh.h (iconveh_t): New type.
2584         (iconveh_open, iconveh_close): New declarations.
2585         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
2586         with a single 'const iconveh_t *' argument.
2587         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
2588         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
2589         with a single 'const iconveh_t *' argument.
2590         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
2591         * tests/test-striconveh.c (main): Update.
2592         * NEWS: Mention the change.
2593
2594 2009-08-30  Bruno Haible  <bruno@clisp.org>
2595
2596         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
2597         problem.
2598
2599 2009-08-30  Bruno Haible  <bruno@clisp.org>
2600
2601         Work around iconv_open problem on Solaris.
2602         * lib/iconv_open-solaris.gperf: New file.
2603         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
2604         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
2605         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
2606         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
2607         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
2608         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
2609
2610 2009-08-29  Jim Meyering  <meyering@redhat.com>
2611
2612         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
2613         * top/maint.mk (cvs-check): Remove target; it was just an alias
2614         to the better-named vc-diff-check.
2615         (maintainer-distcheck): Remove rule.  It was used only from
2616         the (alpha/beta/major) target, and all of its commands but one
2617         were coreutils-specific.
2618         (vc-dist): Remove rule.
2619         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
2620         Run vc-diff-check, not vc-dist.
2621         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
2622
2623 2009-08-27  Bruno Haible  <bruno@clisp.org>
2624
2625         * tests/test-bitrotate.c (main): Remove test that uses a shift count
2626         of 0.
2627
2628 2009-08-27  Bruno Haible  <bruno@clisp.org>
2629
2630         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
2631         compilers.
2632         * doc/func.texi: Document the SunPRO C bug.
2633
2634 2009-08-27  Bruno Haible  <bruno@clisp.org>
2635
2636         Fix link error on Solaris.
2637         * tests/test-parse-duration.c (xstrdup): Remove function.
2638
2639 2009-08-26  Pádraig Brady  <P@draigbrady.com>
2640
2641         ignore-value: handle pointer types, too
2642         * lib/ignore-value.h (__attribute__): Remove definition.
2643         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
2644         of a more concise and more-often effective "(void) i" statement.
2645         (ignore_ptr): New function to suppress warnings from functions that
2646         return pointers, and to make it explicit that one function doesn't
2647         handle all cases.
2648
2649 2009-08-25  Bruno Haible  <bruno@clisp.org>
2650
2651         dup2: work around a Linux bug.
2652         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
2653         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
2654         * doc/posix-functions/dup2.texi: Mention the Linux bug.
2655         Reported by Simon Josefsson.
2656
2657 2009-08-25  Jim Meyering  <meyering@redhat.com>
2658
2659         libguestfs uses gnulib
2660         * users.txt: Add libguestfs.
2661
2662 2009-08-24  Eric Blake  <ebb9@byu.net>
2663
2664         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
2665         * lib/pipe2.c (includes): Add binary-io.h.
2666         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
2667
2668 2009-08-24  Bruno Haible  <bruno@clisp.org>
2669
2670         Tolerate declared but missing accept4 syscall.
2671         * lib/accept4.c (accept4): Invoke original accept4 function first, if
2672         available.
2673         * lib/sys_socket.in.h (accept4): If the function is already present,
2674         override it.
2675         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
2676         * modules/accept4 (Makefile.am): Compile accept4.c always.
2677         Reported by Paolo Bonzini and Eric Blake.
2678
2679 2009-08-23  Bruno Haible  <bruno@clisp.org>
2680
2681         New module 'accept4'.
2682         * lib/sys_socket.in.h (accept4): New declaration.
2683         * lib/accept4.c: New file.
2684         * m4/accept4.m4: New file.
2685         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
2686         GNULIB_ACCEPT4, HAVE_ACCEPT4.
2687         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
2688         HAVE_ACCEPT4.
2689         * modules/accept4: New file.
2690         * doc/glibc-functions/accept4.texi: Mention the new module.
2691
2692 2009-08-24  Jim Meyering  <meyering@redhat.com>
2693
2694         progname: also set global program_invocation_name, when possible
2695         Before this change, a libtool-enabled program that calls glibc's
2696         error function would report the program name as
2697         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
2698         * modules/progname (configure.ac): Check for a declaration of
2699         program_invocation_name.
2700         * lib/progname.c:  Include <errno.h>.
2701         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
2702         Set program_invocation_name.
2703
2704 2009-08-23  Bruno Haible  <bruno@clisp.org>
2705
2706         * lib/dup3.c: Include <string.h>.
2707
2708 2009-08-23  Bruno Haible  <bruno@clisp.org>
2709
2710         * lib/dup3.c (dup3): Test only once whether the system actually exists.
2711         * lib/pipe2.c (pipe2): Likewise.
2712         Suggested by Eric Blake.
2713
2714 2009-08-23  Bruno Haible  <bruno@clisp.org>
2715
2716         Tolerate declared but missing dup3 syscall.
2717         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
2718         * lib/unistd.in.h (dup3): If the function is already present,
2719         override it.
2720         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
2721         * modules/dup3 (Makefile.am): Compile dup3.c always.
2722         Reported by Paolo Bonzini.
2723
2724 2009-08-23  Bruno Haible  <bruno@clisp.org>
2725
2726         Tolerate declared but missing pipe2 syscall.
2727         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
2728         available.
2729         * lib/unistd.in.h (pipe2): If the function is already present,
2730         override it.
2731         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
2732         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
2733         Reported by Paolo Bonzini.
2734
2735 2009-08-23  Bruno Haible  <bruno@clisp.org>
2736
2737         * lib/pipe2.c (pipe2): Move #ifs inside function.
2738
2739 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
2740
2741         quotearg: document limitations of quote_these_too
2742         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
2743         those limitations are created.
2744         * lib/quotearg.h (set_char_quoting): Document that digits and
2745         letters that are special after backslash are not permitted.
2746         (quotearg_char): Cross-reference set_char_quoting documentation.
2747
2748 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
2749
2750         quotearg: implement custom_quoting_style
2751         * lib/quotearg.c: (struct quoting_options): Add left_quote and
2752         right_quote fields.
2753         (set_custom_quoting): New public function.
2754         (quotearg_buffer_restyled): Add left_quote and right_quote
2755         arguments, handle them very much like locale quoting, and update
2756         all uses.
2757         (quotearg_n_custom): New public function.
2758         (quotearg_n_custom_mem): New public function.
2759         (quotearg_custom): New public function.
2760         (quotearg_custom_mem): New public function.
2761         * lib/quotearg.h: Prototype and document new public functions.
2762         (enum quoting_style): For escape_quoting_style and
2763         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
2764         ignored even though they're otherwise like c_quoting_style.
2765         Add custom_quoting_style member and document with comparison to
2766         clocale_quoting_style.
2767         * tests/test-quotearg.c (custom_quotes): New array.
2768         (custom_results): New array.
2769         (main): Extend to test custom quoting.
2770
2771 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
2772
2773         quotearg: fix right quote escaping when it's in quote_these_too
2774         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
2775         quote, be sure to prepend only one backslash.
2776         * tests/test-quotearg.c (use_quote_double_quotes): New function.
2777         (main): Test it.
2778
2779 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
2780
2781         quotearg-tests: test escaping of embedded locale quotes
2782         * tests/test-quotearg.c (struct result_strings): Add member for
2783         new input.
2784         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
2785         (inputs): Add new input.
2786         (results_g): Add expected results.
2787         (flag_results): Likewise.
2788         (locale_results): Likewise.
2789         (compare_strings): Check those.
2790
2791 2009-08-23  Bruno Haible  <bruno@clisp.org>
2792
2793         Tests for module 'dup3'.
2794         * modules/dup3-tests: New file.
2795         * tests/test-dup3.c: New file.
2796
2797         New module 'dup3'.
2798         * lib/unistd.in.h (dup3): New declaration.
2799         * lib/dup3.c: New file.
2800         * m4/dup3.m4: New file.
2801         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
2802         HAVE_DUP3.
2803         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
2804         * modules/dup3: New file.
2805         * doc/glibc-functions/dup3.texi: Mention the new module.
2806
2807 2009-08-23  Bruno Haible  <bruno@clisp.org>
2808
2809         Tweak the dup2 test.
2810         * tests/test-dup2.c (main): Create the test file empty. Verify that an
2811         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
2812         the test file is still empty. Fix argument order of lseek.
2813
2814 2009-08-23  Bruno Haible  <bruno@clisp.org>
2815
2816         Avoid test link errors when the modules getopt-gnu, gettext are used.
2817         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
2818         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2819
2820 2009-08-23  Bruno Haible  <bruno@clisp.org>
2821
2822         Fix getdtablesize() on mingw.
2823         * lib/getdtablesize.c (getdtablesize): Implement differently.
2824         * lib/unistd.in.h (getdtablesize): Improve comment.
2825
2826 2009-08-23  Bruno Haible  <bruno@clisp.org>
2827
2828         New module 'mkostemp'.
2829         Based on Ulrich Drepper's 2007-08-10 change in glibc.
2830         * lib/stdlib.in.h (mksotemp): New declaration.
2831         * lib/mkostemp.c: New file, from glibc with modifications.
2832         * lib/tempname.h (GT_FILE): Remove outdated comment.
2833         (gen_tempname): Add flags argument.
2834         * lib/tempname.c (__GT_BIGFILE): Remove macro.
2835         (__GT_FILE): Map to 1.
2836         (small_open, large_open): Remove macros.
2837         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
2838         * lib/mkstemp.c (mkstemp): Update.
2839         * lib/mkdtemp.c (mkdtemp): Likewise.
2840         * m4/mkostemp.m4: New file.
2841         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
2842         HAVE_MKOSTEMP.
2843         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
2844         HAVE_MKOSTEMP.
2845         * modules/mkostemp: New file, based on modules/mkstemp.
2846         * doc/glibc-functions/mkostemp.texi: Mention the new module.
2847         * NEWS: Mention the change.
2848
2849 2009-08-23  Bruno Haible  <bruno@clisp.org>
2850
2851         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
2852         Reported by Eric Blake.
2853
2854 2009-08-23  Bruno Haible  <bruno@clisp.org>
2855
2856         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
2857         Reported by Eric Blake.
2858
2859 2009-08-23  Bruno Haible  <bruno@clisp.org>
2860
2861         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
2862         * modules/pipe2 (Depends-on): Likewise.
2863
2864 2009-08-23  Eric Blake  <ebb9@byu.net>
2865
2866         fcntl-h: add O_TTY_INIT support
2867         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
2868         * tests/test-fcntl-h.c (o): Test it.
2869         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
2870
2871         fcntl-h: rename from fcntl, in preparation for fcntl(2)
2872         * modules/fcntl: Move <fcntl.h> header replacement...
2873         * modules/fcntl-h: ...to new name, so as not to collide with
2874         like-named function.
2875         * tests/test-fcntl.c: Rename...
2876         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
2877         * modules/fcntl-tests: Rename...
2878         * modules/fcntl-h-tests: ...to this.  Update test file name.
2879         * modules/chdir-long (Depends-on): Update clients.
2880         * modules/chdir-safer (Depends-on): Likewise.
2881         * modules/fcntl-safer (Depends-on): Likewise.
2882         * modules/fts (Depends-on): Likewise.
2883         * modules/mkancesdirs (Depends-on): Likewise.
2884         * modules/mkdir-p (Depends-on): Likewise.
2885         * modules/open (Depends-on): Likewise.
2886         * modules/savewd (Depends-on): Likewise.
2887         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
2888         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
2889
2890 2009-08-22  Bruno Haible  <bruno@clisp.org>
2891
2892         * modules/binary-io (License): Relicense under LGPL.
2893         * modules/pipe2 (License): Likewise.
2894
2895 2009-08-22  Bruno Haible  <bruno@clisp.org>
2896
2897         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
2898         return value.
2899         * lib/pipe-filter-gi.c (filter_init): Likewise.
2900         Reported by Eric Blake.
2901
2902 2009-08-22  Bruno Haible  <bruno@clisp.org>
2903
2904         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
2905         * modules/pipe (Depends-on): Add pipe2.
2906
2907 2009-08-22  Bruno Haible  <bruno@clisp.org>
2908
2909         Tests for module 'pipe2'.
2910         * modules/pipe2-tests: New file.
2911         * tests/test-pipe2.c: New file.
2912
2913         New module 'pipe2'.
2914         * lib/unistd.in.h (pipe2): New declaration.
2915         * lib/pipe2.c: New file.
2916         * m4/pipe2.m4: New file.
2917         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
2918         HAVE_PIPE2.
2919         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
2920         * modules/pipe2: New file.
2921         * doc/glibc-functions/pipe2.texi: Mention the new module.
2922
2923 2009-08-22  Bruno Haible  <bruno@clisp.org>
2924
2925         Reference some new glibc functions.
2926         * doc/glibc-functions/accept4.texi: New file.
2927         * doc/glibc-functions/dup3.texi: New file.
2928         * doc/glibc-functions/mkostemp.texi: New file.
2929         * doc/glibc-functions/pipe2.texi: New file.
2930         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
2931         (Glibc sys/socket.h): Refer to accept4.
2932         (Glibc unistd.h): Refer to dup3, pipe2.
2933         Reported by Eric Blake.
2934
2935 2009-08-22  Jim Meyering  <meyering@redhat.com>
2936             Bruno Haible  <bruno@clisp.org>
2937
2938         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
2939         This makes it so packages using automake-1.11's silent-rules option
2940         can print e.g., a single "GEN    configmake.h" line, rather than
2941         the 30+ statements that perform the job.  If you want to see the
2942         actual commands, you can still run "make V=1".
2943         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
2944         so that make output is abbreviated when those variables are defined
2945         appropriately.
2946         * modules/argz: Likewise.
2947         * modules/arpa_inet: Likewise.
2948         * modules/byteswap: Likewise.
2949         * modules/configmake: Likewise.
2950         * modules/dirent: Likewise.
2951         * modules/errno: Likewise.
2952         * modules/fcntl: Likewise.
2953         * modules/float: Likewise.
2954         * modules/fnmatch: Likewise.
2955         * modules/getopt-posix: Likewise.
2956         * modules/glob: Likewise.
2957         * modules/iconv_open: Likewise.
2958         * modules/inttypes: Likewise.
2959         * modules/localcharset: Likewise.
2960         * modules/locale: Likewise.
2961         * modules/math: Likewise.
2962         * modules/netdb: Likewise.
2963         * modules/netinet_in: Likewise.
2964         * modules/poll: Likewise.
2965         * modules/posix_spawnp-tests: Likewise.
2966         * modules/sched: Likewise.
2967         * modules/search: Likewise.
2968         * modules/selinux-h: Likewise.
2969         * modules/signal: Likewise.
2970         * modules/spawn: Likewise.
2971         * modules/stdarg: Likewise.
2972         * modules/stdbool: Likewise.
2973         * modules/stddef: Likewise.
2974         * modules/stdint: Likewise.
2975         * modules/stdio: Likewise.
2976         * modules/stdlib: Likewise.
2977         * modules/string: Likewise.
2978         * modules/strings: Likewise.
2979         * modules/sys_file: Likewise.
2980         * modules/sys_ioctl: Likewise.
2981         * modules/sys_select: Likewise.
2982         * modules/sys_socket: Likewise.
2983         * modules/sys_stat: Likewise.
2984         * modules/sys_time: Likewise.
2985         * modules/sys_times: Likewise.
2986         * modules/sys_utsname: Likewise.
2987         * modules/sys_wait: Likewise.
2988         * modules/sysexits: Likewise.
2989         * modules/time: Likewise.
2990         * modules/unistd: Likewise.
2991         * modules/wchar: Likewise.
2992         * modules/wctype: Likewise.
2993
2994 2009-08-22  Jim Meyering  <meyering@redhat.com>
2995
2996         announce-gen: detect write failure
2997         * build-aux/announce-gen: Add Coda at end.
2998         Remove equivalent-but-more-verbose block at top.
2999
3000 2009-08-19  Akim Demaille  <demaille@gostai.com>
3001
3002         bootstrap: --help to stdout.
3003         * bootstrap (usage): Don't send --help to stderr.
3004         Use a here doc instead of a long string.
3005
3006 2009-08-21  Eric Blake  <ebb9@byu.net>
3007
3008         test-popen-safer: split from test-popen
3009         * tests/test-popen.c (main): Move...
3010         * tests/test-popen.h: ...into new file.
3011         * tests/test-popen-safer2.c: New file.
3012         * modules/popen-tests (Files): Add test-popen.h.
3013         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
3014         Suggested by Bruno Haible.
3015
3016         test-fcntl-safer: split from test-open
3017         * tests/test-open.c (main): Move...
3018         * tests/test-open.h: ...into new file.
3019         * tests/test-fcntl-safer.c: New file.
3020         * modules/open-tests (Files): Add test-open.h.
3021         * modules/fcntl-safer-tests: New file.
3022         Suggested by Bruno Haible.
3023
3024         test-fopen-safer: split from test-fopen
3025         * tests/test-fopen.c (main): Move...
3026         * tests/test-fopen.h: ...into new file.
3027         * tests/test-fopen-safer.c: New file.
3028         * modules/fopen-tests (Files): Add test-fopen.h.
3029         * modules/fopen-safer-tests: New file.
3030         Suggested by Bruno Haible.
3031
3032 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
3033
3034         popen-safer: test O_CLOEXEC at run-time.
3035         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
3036
3037 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
3038
3039         fcntl: move more flags to the header
3040         * lib/cloexec.c: Do not define FD_CLOEXEC here.
3041         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
3042         * lib/fcntl.in.h: Do both things here.
3043
3044 2009-08-21  Jim Meyering  <meyering@redhat.com>
3045
3046         consistently remove $@-t before redirecting to it
3047         * modules/argz: Remove $@-t and $@ before redirecting to the former.
3048         * modules/alloca-opt: Likewise.
3049         * modules/byteswap: Likewise.
3050         * modules/fnmatch: Likewise.
3051         * modules/getopt-posix: Likewise.
3052         * modules/glob: Likewise.
3053         * modules/poll: Likewise.
3054         * modules/posix_spawnp-tests: Likewise.
3055         * modules/sys_socket: Likewise.
3056         * modules/sysexits: Likewise.
3057
3058 2009-08-21  Eric Blake  <ebb9@byu.net>
3059
3060         popen: simplify access to original popen
3061         * lib/popen.c (rpl_popen): No need to worry about popen being a
3062         macro.
3063         Reported by Bruno Haible.
3064
3065 2009-08-20  Eric Blake  <ebb9@byu.net>
3066
3067         build: avoid some compiler warnings
3068         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
3069         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
3070         type.
3071         (new_exclude_segment, excluded_file_pattern_p)
3072         (excluded_file_name_p): Reduce scope.
3073         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
3074         old-style declaration.
3075
3076 2009-08-20  Simon Josefsson  <simon@josefsson.org>
3077
3078         * tests/test-exclude1.sh: Handle Windows EOL.
3079         * tests/test-exclude2.sh: Likewise.
3080         * tests/test-exclude3.sh: Likewise.
3081         * tests/test-exclude4.sh: Likewise.
3082         * tests/test-exclude5.sh: Likewise.
3083         * tests/test-exclude6.sh: Likewise.
3084         * tests/test-exclude7.sh: Likewise.
3085
3086 2009-08-19  Akim Demaille  <demaille@gostai.com>
3087
3088         bootstrap: find sha1sum when named gsha1sum.
3089         * bootstrap (find_tool): New.
3090         ($SHA1SUM): New.
3091         Use it.
3092
3093 2009-08-20  Jim Meyering  <meyering@redhat.com>
3094
3095         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
3096         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
3097         expression that converts "." in a file name to "\." in the resulting
3098         regexp.  Start with a dummy statement, so that prior shell variable
3099         definitions are expanded portably.  Reported by Simon Josefsson.
3100
3101 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
3102
3103         Fix polling for writeability of a screen buffer.
3104         * lib/poll.c: Distinguish input and screen buffers for the
3105         Win32 implementation.
3106         * lib/select.c: Likewise.
3107
3108 2009-08-19  Eric Blake  <ebb9@byu.net>
3109
3110         popen-safer: prevent popen from clobbering std descriptors
3111         * modules/popen-safer: New file.
3112         * lib/popen-safer.c: Likewise.
3113         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
3114         * lib/stdio--.h (popen): Provide override.
3115         * lib/stdio-safer.h (popen_safer): Provide declaration.
3116         * tests/test-popen.c (includes): Partially test this.
3117         * modules/popen-safer-tests: New file, for more tests.
3118         * tests/test-popen-safer.c: Likewise.
3119         * MODULES.html.sh (file stream based Input/Output): Mention it.
3120
3121         tests: test some of the *-safer modules
3122         * modules/fopen-safer (Depends-on): Add fopen.
3123         * modules/fcntl-safer (Depends-on): Add fcntl.
3124         * modules/stdlib-safer (Depends-on): Add stdlib.
3125         (configure.ac): Set indicator.
3126         * modules/unistd-safer (configure.ac): Likewise.
3127         * modules/tmpfile-safer (configure.ac): Likewise.
3128         (Depends-on): Add tmpfile.
3129         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
3130         active.
3131         * tests/test-fopen.c (includes): Test safer versions when they are
3132         in use.
3133         * tests/test-open.c (includes): Likewise.
3134
3135         popen: fix cygwin 1.5 bug when stdin closed
3136         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
3137         * modules/popen: New file.
3138         * modules/popen-tests: Likewise.
3139         * tests/test-popen.c: Likewise.
3140         * m4/popen.m4: Likewise.
3141         * lib/popen.c: Likewise.
3142         * lib/stdio.in.h (popen): New declaration.
3143         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
3144         * modules/stdio (Makefile.am): Likewise.
3145         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
3146
3147 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
3148
3149         maint.mk: give full control over update-copyright exclusions
3150         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
3151         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
3152         (update-copyright): Don't force inclusion of top-level
3153         ChangeLog.  Don't force exclusion of all COPYING files, but make
3154         them the default exclusion instead.
3155
3156 2009-08-16  Bruno Haible  <bruno@clisp.org>
3157
3158         Fix test failures on Solaris 10.
3159         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
3160         tests when Solaris iconv() is used.
3161         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3162         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3163         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3164         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3165         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3166
3167 2009-08-16  Bruno Haible  <bruno@clisp.org>
3168
3169         Fix test failures on Solaris 10.
3170         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
3171         'tr' program and pass it as first argument.
3172         * tests/test-pipe-filter-gi1.sh: Likewise.
3173         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
3174         program as first argument.
3175         * tests/test-pipe-filter-gi1.c (main): Likewise.
3176
3177 2009-08-16  Eric Blake  <ebb9@byu.net>
3178
3179         fpurge: fix previous commits
3180         * modules/fpurge (Makefile.am): Make replacement conditional,
3181         partially reverting 2007-04-29 change; missed in previous
3182         attempt.
3183         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
3184         is missing.
3185
3186 2009-08-16  Bruno Haible  <bruno@clisp.org>
3187
3188         Clarify fpurge's effect on the file position.
3189         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
3190         * tests/test-fpurge.c (main): Make a second pass for checking the file
3191         position.
3192
3193 2009-08-16  Bruno Haible  <bruno@clisp.org>
3194
3195         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
3196         declaration of fpurge is missing.
3197         * tests/test-fpurge.c (main): Check that the file has not more contents
3198         than expected. Close the file before removing it.
3199
3200 2009-08-15  Eric Blake  <ebb9@byu.net>
3201
3202         fpurge: don't wrap working cygwin implementation
3203         * lib/fpurge.c (fpurge): Fix comment typo.
3204         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
3205         1.7 to avoid replacement.
3206         * tests/test-fpurge.c (main): Enhance test.
3207
3208 2009-08-15  Eric Blake  <ebb9@byu.net>
3209         and Jim Meyering  <meyering@redhat.com>
3210
3211         test-update-copyright: skip if perl is insufficient
3212         * tests/test-update-copyright.sh: Failure to run maintainer tool
3213         should not cause testsuite failure on cygwin 1.5.
3214
3215 2009-08-14  Eric Blake  <ebb9@byu.net>
3216
3217         doc: mention more functions added in cygwin 1.7.0
3218         * doc/posix-headers/limits.texi (limits.h): Update for recent
3219         cygwin additions.
3220         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
3221         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
3222         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
3223         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
3224         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
3225
3226 2009-08-14  Eric Blake  <ebb9@byu.net>
3227
3228         maint.mk: simplify update-copyright rule
3229         * top/maint.mk (update-copyright-local): Delete, and document how
3230         to do it in cfg.mk instead.
3231         (update-copyright-exclude-regexp): Delete, and document how to do
3232         it in .x-update-copyright instead.
3233         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
3234         exclude ChangeLog.
3235
3236 2009-08-14  Bruno Haible  <bruno@clisp.org>
3237
3238         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
3239
3240 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
3241
3242         maint.mk: support update-copyright-env
3243         * top/maint.mk (update-copyright-env): Define place-holder.
3244         (update-copyright): Expand $(update-copyright-env) before
3245         invoking update-copyright.
3246
3247 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
3248
3249         update-copyright: implement forced reformatting
3250         * build-aux/update-copyright: Implement and document
3251         UPDATE_COPYRIGHT_FORCE.
3252         * tests/test-update-copyright.sh: Test it.
3253
3254 2009-08-14  Eric Blake  <ebb9@byu.net>
3255         and Bruno Haible  <bruno@clisp.org>
3256
3257         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
3258         * tests/test-locale.c: Revert previous patch related to NULL.
3259         * tests/test-stdio.c: Likewise.
3260         * tests/test-stdlib.c: Likewise.
3261         * tests/test-string.c: Likewise.
3262         * tests/test-unistd.c: Likewise.
3263         * modules/time-tests (Depends-on): Add verify.
3264         * modules/wchar-tests (Depends-on): Likewise.
3265         * tests/test-time.c: Test for NULL compliance.
3266         * tests/test-wchar.c: Likewise.
3267         * modules/locale (Depends-on): Add stddef.
3268         * modules/stdio (Depends-on): Likewise.
3269         * modules/stdlib (Depends-on): Likewise.
3270         * modules/string (Depends-on): Likewise.
3271         * modules/time (Depends-on): Likewise.
3272         * modules/unistd (Depends-on): Likewise.
3273         * modules/wchar (Depends-on): Likewise.
3274         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
3275         * lib/stdlib.in.h (includes): Likewise.
3276         * lib/string.in.h (includes): Likewise.
3277         * lib/time.in.h (includes): Likewise.
3278         * lib/unistd.in.h (includes): Likewise.
3279         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
3280         replaced.
3281         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3282         * m4/stddef_h.m4: New file.
3283         * modules/stddef: Likewise.
3284         * lib/stddef.in.h: Likewise.
3285         * modules/stddef-tests: Likewise.
3286         * tests/test-stddef.c: Likewise.
3287         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
3288         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
3289         * doc/posix-headers/locale.texi (locale.h): Likewise.
3290         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
3291         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
3292         * doc/posix-headers/string.texi (string.h): Likewise.
3293         * doc/posix-headers/time.texi (time.h): Likewise.
3294         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
3295         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
3296
3297 2009-08-14  Eric Blake  <ebb9@byu.net>
3298
3299         doc: improve git diff of texinfo files
3300         * .gitattributes: Add rule for *.texi files, with hint on how to
3301         use it.
3302         Copied from m4, and based on a report by Bruno Haible.
3303
3304 2009-08-14  Bruno Haible  <bruno@clisp.org>
3305
3306         Disable multithread support by default on Cygwin 1.5.x for real.
3307         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
3308
3309 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
3310
3311         update-copyright: much ado about intervals
3312         * build-aux/update-copyright: Implement and document
3313         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
3314         of copyright year intervals.
3315         Also, document UPDATE_COPYRIGHT_YEAR.
3316         * tests/test-update-copyright.sh: Test it.
3317
3318         update-copyright: convert 2-digit to 4-digit years
3319         * build-aux/update-copyright: Implement and document.
3320         * tests/test-update-copyright.sh: Update.
3321
3322 2009-08-14  Jim Meyering  <meyering@redhat.com>
3323
3324         test-exclude: avoid coreutils "make check" failure
3325         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
3326         just as in test-argmatch.c.
3327
3328 2009-08-13  Eric Blake  <ebb9@byu.net>
3329
3330         test-dup2: fix bad assumption
3331         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
3332         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
3333
3334         test-version-etc: fix CRLF portability issue
3335         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
3336         recognize \r.
3337         * tests/test-argp-version-etc-1.sh: Likewise.
3338
3339         getopt: update client modules
3340         * modules/argp (Depends-on): Use getopt-gnu.
3341         * modules/git-merge-changelog (Depends-on): Likewise.
3342         * modules/long-options (Depends-on): Likewise.
3343         * modules/xstrtol (Depends-on): Likewise.
3344
3345 2009-08-13  Simon Josefsson  <simon@josefsson.org>
3346
3347         * tests/test-version-etc.sh: Don't fail on different
3348         project/version.  Don't fail on CRLF differences.  Rewrite to use
3349         multiple -e instead of multiple sed forks, suggested by Eric Blake
3350         <ebb9@byu.net>.
3351         * tests/test-argp-version-etc-1.sh: Likewise.
3352
3353 2009-08-13  Simon Josefsson  <simon@josefsson.org>
3354
3355         * tests/test-version-etc.sh: Don't fail on different
3356         project/version.
3357
3358 2009-08-12  Bruno Haible  <bruno@clisp.org>
3359
3360         Tests for modules 'getopt-posix', 'getopt-gnu'.
3361         * modules/getopt-posix-tests: New file.
3362         * tests/test-getopt.c: New file.
3363         * tests/test-getopt.h: New file.
3364         * tests/test-getopt_long.h: New file.
3365
3366         New modules 'getopt-posix', 'getopt-gnu'.
3367         * modules/getopt-gnu: New file, renamed from modules/getopt.
3368         * modules/getopt-posix: New file.
3369         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
3370         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
3371         (gl_GETOPT): Remove macro.
3372         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
3373         Disable the test against BSD systems that declare optreset. Test
3374         against mingw bug. Test against lack of support of optional arguments
3375         on many platforms.
3376         * doc/glibc-headers/getopt.texi: Update module name and list of
3377         relevant platforms.
3378         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
3379         'getopt-gnu' and more portability problems.
3380         * NEWS: Mention the changes.
3381
3382 2009-08-12  Bruno Haible  <bruno@clisp.org>
3383
3384         Ensure that optarg etc. get declared by <unistd.h>.
3385         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
3386         AC_USE_SYSTEM_EXTENSIONS.
3387         * modules/getopt (Depends-on): Add 'extensions'.
3388
3389 2009-08-12  Bruno Haible  <bruno@clisp.org>
3390
3391         Avoid test link errors.
3392         * modules/pipe-filter-ii-tests (Makefile.am): Define
3393         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
3394         * modules/pipe-filter-gi-tests (Makefile.am): Define
3395         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
3396         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3397
3398 2009-08-12  Bruno Haible  <bruno@clisp.org>
3399
3400         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
3401         gl_GETOPT_SUBSTITUTE before.
3402         (gl_GETOPT): Use it.
3403         * m4/argp.m4 (gl_ARGP): Update.
3404         Reported by Sergey Poznyakoff.
3405
3406         * m4/getopt.m4: Reorder macros.
3407         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
3408         (gl_GETOPT_SUBSTITUTE): Remove macro.
3409
3410 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3411
3412         Minor improvement in gitlog-to-changelog
3413
3414         * build-aux/gitlog-to-changelog: New option `--format' makes
3415         output format string configurable.
3416
3417 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3418
3419         Optimize exclude: use hash tables for non-wildcard patterns.
3420
3421         * lib/exclude.c: Include hash.h and mbuiter.h
3422         (struct exclude_pattern, exclude_segment): New data types.
3423         (struct exclude): Rewrite.
3424         (fnmatch_pattern_has_wildcards): New function.
3425         (new_exclude_segment, free_exclude_segment): New functions.
3426         (excluded_file_pattern_p, excluded_file_name_p): New functions.
3427         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
3428         * lib/exclude.h (is_fnmatch_pattern): New prototype.
3429         * modules/exclude: Depend on hash and mbuiter.
3430
3431         * modules/exclude-tests: New file.
3432         * tests/test-exclude.c: New file.
3433         * tests/test-exclude1.sh: New file.
3434         * tests/test-exclude2.sh: New file.
3435         * tests/test-exclude3.sh: New file.
3436         * tests/test-exclude4.sh: New file.
3437         * tests/test-exclude5.sh: New file.
3438         * tests/test-exclude6.sh: New file.
3439         * tests/test-exclude7.sh: New file.
3440
3441 2009-08-12  Bruno Haible  <bruno@clisp.org>
3442
3443         Ensure that getopt() gets declared by <unistd.h>.
3444         * lib/unistd.in.h: Conditionally include getopt.h.
3445         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
3446         Set GNULIB_UNISTD_H_GETOPT.
3447         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3448         GNULIB_UNISTD_H_GETOPT.
3449         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
3450
3451 2009-08-12  Bruno Haible  <bruno@clisp.org>
3452
3453         Clarify logic.
3454         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
3455         gl_replace_getopt instead of GETOPT_H.
3456
3457 2009-08-12  Bruno Haible  <bruno@clisp.org>
3458
3459         * m4/getopt.m4: Add comments.
3460
3461 2009-08-12  Bruno Haible  <bruno@clisp.org>
3462
3463         Disable multithread support by default on Cygwin 1.5.x.
3464         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
3465         set gl_use_threads=no if not specified otherwise.
3466
3467 2009-08-11  Bruno Haible  <bruno@clisp.org>
3468
3469         Avoid compilation error on NetBSD 5.0.
3470         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
3471         * tests/test-stdio.c: Likewise.
3472         * tests/test-stdlib.c: Likewise.
3473         * tests/test-string.c: Likewise.
3474         * tests/test-unistd.c: Likewise.
3475         Reported by Greg Troxel <gdt@ir.bbn.com>
3476         at <https://savannah.gnu.org/support/?106973>.
3477
3478 2009-08-11  Bruno Haible  <bruno@clisp.org>
3479
3480         * modules/dup2-tests (Depends-on): Remove close.
3481
3482         Undo 2009-07-19 commit.
3483         * modules/acl-tests (Depends-on): Remove close.
3484         * modules/binary-io-tests (Depends-on): Likewise.
3485         * modules/closein-tests (Depends-on): Likewise.
3486         * modules/flock-tests (Depends-on): Likewise.
3487         * modules/fsync-tests (Depends-on): Likewise.
3488         * modules/lseek-tests (Depends-on): Likewise.
3489         * modules/pipe-tests (Depends-on): Likewise.
3490         * modules/posix_spawn-tests (Depends-on): Likewise.
3491         * modules/posix_spawnp-tests (Depends-on): Likewise.
3492         * modules/stat-time-tests (Depends-on): Likewise.
3493         * modules/yesno-tests (Depends-on): Likewise.
3494
3495 2009-08-10  Bruno Haible  <bruno@clisp.org>
3496
3497         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
3498
3499 2009-08-10  Bruno Haible  <bruno@clisp.org>
3500
3501         Fix a gcc warning.
3502         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
3503
3504 2009-08-10  Bruno Haible  <bruno@clisp.org>
3505
3506         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
3507         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
3508         not only the first time.
3509         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
3510         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
3511         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
3512         is 1, not only the the first time.
3513
3514 2009-08-10  Bruno Haible  <bruno@clisp.org>
3515
3516         Make it possible to use module 'gethostname' without module 'close'.
3517         * lib/unistd.in.h (close): Evoke a link error only if
3518         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
3519         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3520         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
3521         * modules/unistd (Makefile.am): Substitute
3522         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
3523         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
3524         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
3525         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
3526         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
3527         * modules/sys_ioctl (Makefile.am): Substitute
3528         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
3529         * modules/socket (configure.ac): On native Windows, set
3530         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
3531         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
3532         Reported by Sam Steingold <sds@gnu.org>.
3533
3534 2009-08-10  Bruno Haible  <bruno@clisp.org>
3535
3536         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
3537         * modules/ioctl (configure.ac): Likewise.
3538
3539 2009-08-10  Bruno Haible  <bruno@clisp.org>
3540
3541         Avoid collision between gnulib wrapper and libintl wrapper.
3542         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
3543         already defined in intl/printf.c.
3544         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
3545         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
3546
3547 2009-08-09  Bruno Haible  <bruno@clisp.org>
3548
3549         Make <sys/select.h> really self-contained, also on Solaris 10.
3550         * lib/sys_select.in.h: Include <string.h>.
3551         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
3552         Solaris 10 problem.
3553         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
3554         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
3555         Reported by Jim Meyering.
3556
3557 2009-08-09  Bruno Haible  <bruno@clisp.org>
3558
3559         Avoid warnings from 'aclocal' that are due to a use of macro name
3560         AM_XGETTEXT_OPTION that is not defined in automake.
3561         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
3562         automake.
3563         * modules/error (configure.ac): Likewise.
3564         * modules/propername (configure.ac): Likewise.
3565         * modules/vasprintf (configure.ac): Likewise.
3566         * modules/verror (configure.ac): Likewise.
3567         * modules/xprintf (configure.ac): Likewise.
3568         * modules/xvasprintf (configure.ac): Likewise.
3569
3570 2009-08-08  Bruno Haible  <bruno@clisp.org>
3571
3572         Avoid compilation error in C++ mode.
3573         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
3574         Reported by Sam Steingold <sds@gnu.org>.
3575
3576 2009-08-08  Bruno Haible  <bruno@clisp.org>
3577
3578         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
3579         for the various Unix platforms.
3580         * doc/posix-headers/limits.texi: Update platforms list regarding
3581         HOST_NAME_MAX.
3582         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3583
3584 2009-08-07  Jim Meyering  <meyering@redhat.com>
3585
3586         selinux-at: fix typo in a comment
3587         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
3588         Spotted by Paolo Bonzini.
3589
3590         selinux-at: remove redundant m4 code, add documentation
3591         * modules/selinux-at (configure.ac): Remove redundant code.
3592         LIB_SELINUX is already set via the dependent module, selinux-h.
3593         (Include): Add quotes around selinux-at.h.
3594         * lib/selinux-at.h: Add documentation.
3595         Reported by Bruno Haible in
3596         http://marc.info/?l=gnulib-bug&m=124958988300749
3597
3598 2009-08-07  Bruno Haible  <bruno@clisp.org>
3599
3600         Avoid link error on MacOS X 10.3 and 10.4.
3601         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
3602         on non-ELF systems.
3603         * lib/argp-pv.c (argp_program_version): Likewise.
3604         Reported by Simon Josefsson.
3605
3606 2009-08-07  Simon Josefsson  <simon@josefsson.org>
3607
3608         * tests/test-version-etc.sh: Use $EXEEXT.
3609
3610 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
3611
3612         update-copyright: update documentation to point to maint.mk
3613         * build-aux/update-copyright: Here.
3614
3615 2009-08-06  Jim Meyering  <meyering@redhat.com>
3616
3617         maint.mk: support update-copyright-local
3618         * top/maint.mk (update-copyright-local): Define place-holder.
3619         (update-copyright): Depend on $(update-copyright-local).
3620
3621 2009-08-06  Jim Meyering  <meyering@redhat.com>
3622
3623         selinux-at: new module
3624         Initially written for coreutils, this module will soon be
3625         used by findutils, too.
3626         * MODULES.html.sh [Misc]: Add selinux-at.
3627         * lib/selinux-at.h: New file, from coreutils.
3628         * lib/selinux-at.c: Likewise.
3629         * modules/selinux-at: Likewise.
3630         (License): Change from LGPL to GPL, since it depends
3631         on the GPL'd openat module.
3632
3633         doc: update README
3634         * README: Remove references to cogito.
3635         Remove cvs-repo-updating instructions from 2007.
3636         Don't imply that CVS is better if you have limited disk space.
3637
3638 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
3639
3640         update-copyright: support C-style comments
3641         * build-aux/update-copyright: Implement and document.
3642         * tests/test-update-copyright.sh: Test.
3643
3644 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
3645
3646         update-copyright: support omitted "(C)"
3647         * build-aux/update-copyright: Implement and document.  Also,
3648         allow variable whitespace before "(C)".
3649         * tests/test-update-copyright.sh: Test.
3650
3651 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
3652
3653         update-copyright: don't trip on non-FSF copyright statements
3654         * build-aux/update-copyright: Fix so that the first correctly
3655         formatted FSF copyright statement is recognized no matter what
3656         appears before it.  Update documentation.
3657         * tests/test-update-copyright.sh: Test that.
3658
3659 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
3660
3661         update-copyright: clean up code a little
3662         * build-aux/update-copyright: Append "_re" to the name of any
3663         variable holding a regular expression.
3664         Replace "old" and "new" with "stmt" in variable names.
3665         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
3666         handled correctly.
3667         Format code more consistently.
3668
3669 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
3670
3671         update-copyright-tests: improve portability
3672         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
3673         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
3674
3675 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
3676
3677         update-copyright: support @copyright{} and &copy;
3678         * build-aux/update-copyright: Implement and document.
3679         * tests/test-update-copyright.sh: Test.
3680
3681 2009-08-04  Jim Meyering  <meyering@redhat.com>
3682
3683         update-copyright-tests: correctly test EOL=\r\n handling
3684         * tests/test-update-copyright.sh: Put \r at the end of some lines
3685         for the dos-eol tests.  Based on a patch by Joel E. Denny.
3686
3687         maint.mk: make update-copyright exclusion list more configurable
3688         * top/maint.mk (update-copyright): Default to excluding COPYING,
3689         but allow an override, in case someone does want to update that file.
3690
3691         maint.mk: don't update copyright date in COPYING
3692         * top/maint.mk (update-copyright): Exclude COPYING.
3693
3694         maint.mk: add a copyright-updating rule
3695         * top/maint.mk (update-copyright): New rule.
3696         Derived from coreutils/Makefile.am.
3697
3698         update-copyright: rename some variables
3699         * build-aux/update-copyright: Rename a few variables for clarity.
3700         Tweak syntax.  List Joel E. Denny as coauthor.
3701
3702 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
3703
3704         update-copyright: fix bug for 2-digit last year and add tests
3705         * build-aux/update-copyright: Fix bug.
3706         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
3707         specified.
3708         * modules/update-copyright-tests: New
3709         * tests/test-update-copyright.sh: New.
3710
3711 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
3712
3713         update-copyright: handle leading tabs in line prefix
3714         * build-aux/update-copyright: Count leading tabs as 8 spaces
3715         when computing margin.  This helps with the formatting of
3716         ChangeLogs, for example.
3717         Fix documentation a little.
3718
3719 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
3720
3721         update-copyright: support EOL=\r\n
3722         * build-aux/update-copyright: Implement that.
3723
3724 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
3725
3726         update-copyright: automatically format copyright statements
3727         * build-aux/update-copyright: Implement that.
3728         Also, be a little more predictable and safer by always failing
3729         when the full copyright format is not perfectly recognized as an
3730         unbroken whole.  Discussed at
3731         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
3732         Rewrite documentation.
3733
3734 2009-08-03  Bruno Haible  <bruno@clisp.org>
3735
3736         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
3737
3738 2009-08-02  Bruno Haible  <bruno@clisp.org>
3739
3740         Tests for module 'uname'.
3741         * modules/uname-tests: New file.
3742         * tests/test-uname.c: New file.
3743
3744         New module 'uname'.
3745         * lib/uname.c: New file.
3746         * m4/uname.m4: New file.
3747         * modules/uname: New file.
3748         * doc/posix-functions/uname.texi: Mention the new module.
3749
3750 2009-08-02  Bruno Haible  <bruno@clisp.org>
3751
3752         Tests for module 'sys_utsname'.
3753         * modules/sys_utsname-tests: New file.
3754         * tests/test-sys_utsname.c: New file.
3755
3756         New module 'sys_utsname'.
3757         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
3758         * m4/sys_utsname_h.m4: New file.
3759         * modules/sys_utsname: New file.
3760         * doc/posix-headers/sys_utsname.texi: Mention the new module.
3761
3762 2009-08-02  Bruno Haible  <bruno@clisp.org>
3763
3764         Implicitly initialize the sockets library.
3765         * lib/gethostname.c: Include sockets.h.
3766         (rpl_gethostname): Invoke gl_sockets_startup.
3767         * lib/socket.c: Include sockets.h.
3768         (rpl_socket): Invoke gl_sockets_startup.
3769         * modules/gethostname (Depends-on): Add sockets.
3770         * modules/socket (Depends-on): Likewise.
3771         * tests/test-poll.c: Don't include sockets.h.
3772         (main): Don't invoke gl_sockets_startup.
3773         * tests/test-select.c: Don't include sockets.h.
3774         (main): Don't invoke gl_sockets_startup.
3775
3776 2009-08-02  Bruno Haible  <bruno@clisp.org>
3777
3778         Allow multiple calls to gl_sockets_startup.
3779         * lib/sockets.c (initialized_sockets_version): New variable.
3780         (gl_sockets_startup): Do nothing if already called for this or a higher
3781         version.
3782         (gl_sockets_cleanup): Reset initialized_sockets_version.
3783
3784 2009-08-03  Simon Josefsson  <simon@josefsson.org>
3785
3786         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
3787         different project/version.
3788
3789 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
3790             Bruno Haible  <bruno@clisp.org>
3791
3792         Tests for module 'pipe-filter-gi'.
3793         * modules/pipe-filter-gi-tests: New file.
3794         * tests/test-pipe-filter-gi1.sh: New file.
3795         * tests/test-pipe-filter-gi1.c: New file.
3796         * tests/test-pipe-filter-gi2.sh: New file.
3797         * tests/test-pipe-filter-gi2-main.c: New file.
3798         * tests/test-pipe-filter-gi2-child.c: New file.
3799
3800         New module 'pipe-filter-gi'.
3801         * lib/pipe-filter-gi.c: New file.
3802         * modules/pipe-filter-gi: New file.
3803
3804 2009-08-02  Bruno Haible  <bruno@clisp.org>
3805             Paolo Bonzini  <bonzini@gnu.org>
3806
3807         Tests for module 'pipe-filter-ii'.
3808         * modules/pipe-filter-ii-tests: New file.
3809         * tests/test-pipe-filter-ii1.sh: New file.
3810         * tests/test-pipe-filter-ii1.c: New file.
3811         * tests/test-pipe-filter-ii2.sh: New file.
3812         * tests/test-pipe-filter-ii2-main.c: New file.
3813         * tests/test-pipe-filter-ii2-child.c: New file.
3814
3815         New module 'pipe-filter-ii'.
3816         * lib/pipe-filter.h: New file.
3817         * lib/pipe-filter-ii.c: New file.
3818         * lib/pipe-filter-aux.h: New file.
3819         * modules/pipe-filter-ii: New file.
3820
3821 2009-08-02  Simon Josefsson  <simon@josefsson.org>
3822
3823         * lib/gc-libgcrypt.c: Change copyright to FSF.
3824         * lib/gc-gnulib.c: Likewise.
3825
3826 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
3827
3828         * lib/gethostname.c: Include limits.h.
3829
3830 2009-08-02  Simon Josefsson  <simon@josefsson.org>
3831             Bruno Haible  <bruno@clisp.org>
3832
3833         Ensure HOST_NAME_MAX as part of the gethostname module.
3834         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
3835         define also HOST_NAME_MAX.
3836         * tests/test-gethostname.c: Include <limits.h>.
3837         (main): Check also HOST_NAME_MAX.
3838         * doc/posix-headers/limits.texi: Document the mingw problem.
3839
3840 2009-08-02  Bruno Haible  <bruno@clisp.org>
3841
3842         * lib/gethostname.c (gethostname): Fix handling of large len argument.
3843         Add comments.
3844
3845 2009-03-31  Simon Josefsson  <simon@josefsson.org>
3846
3847         * lib/gethostname.c: Add Windows wrapper.
3848         * m4/gethostname.m4: Look for gethostname in -lws2_32.
3849         * modules/gethostname: Depend on sys_socket & errno, for also
3850         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
3851         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
3852
3853 2009-07-31  Jim Meyering  <meyering@redhat.com>
3854
3855         getloadavg: fix symbol name in comment
3856         * lib/getloadavg.c: Correct a typo I introduced when adding
3857         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
3858         Matt Kraai spotted the problem.
3859
3860 2009-07-29  Matt Kraai  <mkraai@beckman.com>
3861
3862         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
3863         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
3864         code also if ! defined N_NAME_POINTER.
3865         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
3866         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
3867         but the n_name member is a 12-byte array.
3868
3869 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
3870
3871         update-copyright: generalize comment handling
3872         * build-aux/update-copyright: Handle copyright statements
3873         within more comment styles.
3874         Document usage.
3875         Report any file with an external copyright holder or parse failure.
3876
3877 2009-07-29  Jim Meyering  <meyering@redhat.com>
3878
3879         mktime: correct setting of REPLACE_MKTIME
3880         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
3881
3882         update-copyright: new module
3883         * modules/update-copyright: New file.
3884         * build-aux/update-copyright: New file.
3885         * MODULES.html.sh (maint+release support): Add update-copyright.
3886
3887 2009-07-27  Bruno Haible  <bruno@clisp.org>
3888
3889         Fix compilation error when <ctime> is used and mktime is replaced.
3890         * lib/time.in.h (mktime): New declaration.
3891         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
3892         REPLACE_MKTIME instead of defining mktime in config.h.
3893         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
3894         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
3895         Reported by Ross McFarland <rwmcfa1@neces.com>.
3896
3897 2009-07-27  Bruno Haible  <bruno@clisp.org>
3898
3899         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
3900         Reported by Matt Kraai <mkraai@beckman.com>.
3901
3902 2009-07-25  Jim Meyering  <meyering@redhat.com>
3903
3904         maint.mk: avoid warnings about missing files
3905         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
3906         diagnostic when .prev-version does not exist.
3907         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
3908         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
3909         nonexistent cfg.mk.
3910         Suggestions from Simon Josefsson.
3911
3912 2009-07-25  Bruno Haible  <bruno@clisp.org>
3913
3914         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
3915         defined as macros. Needed on QNX 6.4.1.
3916         Reported by Matt Kraai <mkraai@beckman.com>.
3917
3918 2009-07-23  Jim Meyering  <meyering@redhat.com>
3919
3920         maint.mk: invoke "make dist" with a working value of XZ_OPT
3921         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
3922
3923 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
3924
3925         Make fseeko.c compile on QNX.
3926         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
3927
3928 2009-07-22  Peter Simons  <simons@cryp.to>
3929
3930         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
3931         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
3932         * lib/md4.h: Likewise.
3933         * lib/md5.h: Likewise.
3934         * lib/sha1.h: Likewise.
3935         * lib/sha256.h: Likewise.
3936         * lib/sha512.h: Likewise.
3937
3938         tests-sha1: don't assign literal string to 'char *' variable
3939         * tests/test-sha1.c (main): Declare locals with "const" to match
3940         attributes of the right hand side.
3941
3942 2009-07-21  Eric Blake  <ebb9@byu.net>
3943
3944         dup2: fix more mingw problems
3945         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
3946         fd to itself.
3947         * doc/posix-functions/dup2.texi (dup2): Document the bug.
3948         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
3949         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
3950         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
3951         care of mingw bugs.
3952
3953 2009-07-21  Jim Meyering  <meyering@redhat.com>
3954
3955         vc-list-files: avoid failure when /bin/sh is dash
3956         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
3957         On some Debian based systems, /bin/sh is a symlink to dash, and running
3958         this command would omit the "/" following each 'tests' prefix:
3959           dash -x build-aux/vc-list-files -C . tests
3960         That is because bash and dash work differently:
3961           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
3962           bash ok
3963           dash odd
3964
3965 2009-07-21  Eric Blake  <ebb9@byu.net>
3966
3967         dup2-tests: test previous patch
3968         * modules/dup2-tests: New file.
3969         * tests/test-dup2.c: Likewise.
3970         * tests/test-open.c (main): Avoid unspecified behavior.
3971         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
3972         test.
3973
3974         dup2: work around mingw and cygwin 1.5 bug
3975         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
3976         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
3977         * modules/unistd (Makefile.am): Substitute it.
3978         * lib/unistd.in.h (dup2): Declare the replacement.
3979         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
3980         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
3981         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
3982         * modules/execute (Depends-on): Add dup2.
3983         * modules/fseterr (Depends-on): Likewise.
3984         * modules/pipe (Depends-on): Likewise.
3985         * modules/posix_spawn-internal (Depends-on): Likewise.
3986
3987 2009-07-21  Bruno Haible  <bruno@clisp.org>
3988
3989         * modules/.gitattributes: New file.
3990
3991 2009-07-20  Bruno Haible  <bruno@clisp.org>
3992
3993         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
3994         (main): Use it.
3995
3996 2009-07-20  Eric Blake  <ebb9@byu.net>
3997
3998         test-pipe: make a bit more robust.
3999         * tests/test-pipe.c (myerr): Allow error messages regardless of
4000         what we do to stderr.
4001         (test_pipe): Rearrange to avoid deadlock.
4002         (child_main): Try a larger read, to ensure we avoided deadlock.
4003         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
4004         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
4005         if misused.
4006
4007 2009-07-19  Jim Meyering  <meyering@redhat.com>
4008
4009         fts: avoid false-positive cycle-detection
4010         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
4011         for each new command line argument.
4012
4013 2009-07-19  Bruno Haible  <bruno@clisp.org>
4014
4015         Fix build error on mingw with the modules sys_select and unistd.
4016         * modules/acl-tests (Depends-on): Add close.
4017         * modules/binary-io-tests (Depends-on): Likewise.
4018         * modules/closein-tests (Depends-on): Likewise.
4019         * modules/flock-tests (Depends-on): Likewise.
4020         * modules/fsync-tests (Depends-on): Likewise.
4021         * modules/lseek-tests (Depends-on): Likewise.
4022         * modules/pipe-tests (Depends-on): Likewise.
4023         * modules/posix_spawn-tests (Depends-on): Likewise.
4024         * modules/posix_spawnp-tests (Depends-on): Likewise.
4025         * modules/stat-time-tests (Depends-on): Likewise.
4026         * modules/yesno-tests (Depends-on): Likewise.
4027
4028 2009-07-19  Bruno Haible  <bruno@clisp.org>
4029
4030         Unify conditionals.
4031         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
4032         macros, not at the compiler macros.
4033         * lib/pipe.c: Likewise.
4034         * lib/execute.c: Likewise.
4035         * lib/spawni.c: Likewise.
4036
4037 2009-07-19  Bruno Haible  <bruno@clisp.org>
4038
4039         Fix handling of closed stdin/stdout/stderr on mingw.
4040         * lib/w32spawn.h: Include unistd.h.
4041         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
4042         file descriptor with O_NOINHERIT flag.
4043         (fd_safer_noinherit): New function, based on fd-safer.c.
4044         (dup_safer_noinherit): New function, based on dup-safer.c.
4045         (undup_safer_noinherit): New function.
4046         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
4047         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
4048         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
4049         instead of fd_safer.
4050         * tests/test-pipe.c: Include <windows.h>.
4051         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
4052
4053         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
4054         from main.
4055         (test_pipe): Pass an extra argument for disambiguation.
4056         (main): Invoke parent_main or child_main.
4057
4058         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
4059         consistently.
4060
4061 2009-07-18  Eric Blake  <ebb9@byu.net>
4062
4063         test-pipe: fix mingw build
4064         * tests/test-pipe.c (main): Avoid fcntl on mingw.
4065
4066 2009-07-18  Bruno Haible  <bruno@clisp.org>
4067
4068         * modules/pipe-tests (Makefile.am): Fix typo.
4069
4070 2009-07-18  Eric Blake  <ebb9@byu.net>
4071
4072         error: fix mingw build
4073         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
4074         Reported by Bruno Haible.
4075
4076         error: avoid undefined use of stdout
4077         * lib/error.c (error, error_at_line): Check that fd 1 is open
4078         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
4079         is handling faults and the close_stdout module wants to report the
4080         detection of closed stdout as an error.
4081
4082 2009-07-17  Eric Blake  <ebb9@byu.net>
4083
4084         pipe: be robust in face of closed fds
4085         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
4086         should cause child to misbehave.
4087         * modules/pipe-tests: New module.
4088         * tests/test-pipe.c: New file.
4089         * tests/test-pipe.sh: New file.
4090         Reported by Akim Demaille.
4091
4092 2009-07-14  Bruno Haible  <bruno@clisp.org>
4093
4094         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
4095         Reported by anonymous kc.
4096
4097 2009-07-07  Jim Meyering  <meyering@redhat.com>
4098
4099         maint.mk: don't look for translatable strings in *.m4 or *.mk
4100         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
4101         when searching for translatable strings.
4102
4103 2009-07-05  Jim Meyering  <meyering@redhat.com>
4104
4105         remove superfluous parentheses in STREQ definition
4106         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
4107         * lib/getugroups.c (STREQ): Likewise.
4108         * lib/fnmatch.c (STREQ): Likewise.
4109         Spotted by Bruno Haible.
4110
4111 2009-07-04  Jim Meyering  <meyering@redhat.com>
4112
4113         argv-iter: new module
4114         * MODULES.html.sh: Add argv-iter.
4115         * lib/argv-iter.c, lib/argv-iter.h: New files.
4116         * modules/argv-iter: New file.
4117         * modules/argv-iter-tests: New file.
4118         * tests/test-argv-iter.c: Test it.
4119
4120 2009-07-04  Bruno Haible  <bruno@clisp.org>
4121
4122         Fix assertion.
4123         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
4124         contains more exact copies of a given entry than file2, leave the extra
4125         copies unpaired rather than aborting.
4126         Reported by Eric Blake.
4127
4128 2009-07-02  Bruno Haible  <bruno@clisp.org>
4129
4130         Speedup git-merge-changelog for git cherry-pick.
4131         * lib/git-merge-changelog.c (struct entries_mapping): New type.
4132         (entries_mapping_get): New function, extracted from compute_mapping.
4133         (entries_mapping_reverse_get): New function.
4134         (compute_mapping): Add a 'full' argument. Return the result in a
4135         'struct entries_mapping'.
4136         (main): Update. Access the mappings through entries_mapping_get.
4137         Reported by Eric Blake.
4138
4139 2009-07-02  Bruno Haible  <bruno@clisp.org>
4140
4141         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
4142         best_i.
4143
4144 2009-07-02  Bruno Haible  <bruno@clisp.org>
4145
4146         Speed up approximate search for matching ChangeLog entries.
4147         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
4148         argument. Call fstrcmp_bounded instead of fstrcmp.
4149         (compute_mapping, try_split_merged_entry, main): Update callers.
4150
4151 2009-07-02  Bruno Haible  <bruno@clisp.org>
4152
4153         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
4154
4155 2009-06-30  Bruno Haible  <bruno@clisp.org>
4156
4157         Reduce the number of uc_is_cased calls.
4158         * lib/unicase.h (casing_suffix_context_t): Add
4159         'first_char_except_ignorable' field.
4160         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
4161         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
4162         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
4163         Update initializer.
4164         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
4165         case-ignorable characters.
4166         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
4167         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
4168         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
4169         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
4170         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
4171
4172 2009-06-30  Bruno Haible  <bruno@clisp.org>
4173
4174         Tests for module 'unicase/ignorable'.
4175         * modules/unicase/ignorable-tests: New file.
4176         * tests/unicase/test-ignorable.c: New file, generated by
4177         gen-uni-tables.
4178
4179         Tests for module 'unicase/cased'.
4180         * modules/unicase/cased-tests: New file.
4181         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
4182         * tests/unicase/test-predicate-part1.h: New file, derived from
4183         tests/unictype/test-predicate-part1.h.
4184         * tests/unicase/test-predicate-part2.h: New file, same as
4185         tests/unictype/test-predicate-part2.h.
4186
4187         Fix evaluation of "Before C" condition of FINAL_SIGMA.
4188         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
4189         (output_casing_properties): New function.
4190         (main): Call it.
4191         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
4192         * lib/unicase/cased.c: Include unictype/bitmap.h.
4193         (uc_is_cased): Define through a bitmap lookup.
4194         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
4195         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
4196         (uc_is_case_ignorable): Define through a bitmap lookup.
4197         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
4198         lib/unictype/bitmap.h.
4199         (Depends-on): Add inline. Clean up.
4200         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
4201         lib/unictype/bitmap.h.
4202         (Depends-on): Add inline. Clean up.
4203         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
4204         recognition.
4205         * tests/unicase/test-u16-tolower.c (main): Likewise.
4206         * tests/unicase/test-u32-tolower.c (main): Likewise.
4207
4208 2009-06-30  Bruno Haible  <bruno@clisp.org>
4209
4210         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
4211         * lib/unicase/u16-casemap.c: Likewise.
4212         * lib/unicase/u32-casemap.c: Likewise.
4213
4214 2009-06-29  Bruno Haible  <bruno@clisp.org>
4215
4216         Define u32_casefold as a wrapper around u32_ct_casefold.
4217         * lib/unicase/u32-casefold.c: Update.
4218         * modules/unicase/u32-casefold (Depends-on): Add
4219         unicase/u32-ct-casefold, unicase/empty-prefix-context,
4220         unicase/empty-suffix-context. Clean up.
4221
4222         Define u16_casefold as a wrapper around u16_ct_casefold.
4223         * lib/unicase/u16-casefold.c: Update.
4224         * modules/unicase/u16-casefold (Depends-on): Add
4225         unicase/u16-ct-casefold, unicase/empty-prefix-context,
4226         unicase/empty-suffix-context. Clean up.
4227
4228         Define u8_casefold as a wrapper around u8_ct_casefold.
4229         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
4230         * lib/unicase/u8-casefold.c: Update.
4231         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
4232         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
4233
4234         Define u32_totitle as a wrapper around u32_ct_totitle.
4235         * lib/unicase/u32-totitle.c: Update.
4236         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
4237         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
4238
4239         Define u16_totitle as a wrapper around u16_ct_totitle.
4240         * lib/unicase/u16-totitle.c: Update.
4241         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
4242         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
4243
4244         Define u8_totitle as a wrapper around u8_ct_totitle.
4245         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
4246         functions.
4247         (FUNC): Delegate to U_CT_TOTITLE.
4248         * lib/unicase/u8-totitle.c: Update.
4249         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
4250         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
4251
4252         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
4253         invocation.
4254         * modules/unicase/u32-tolower (Depends-on): Add
4255         unicase/empty-prefix-context, unicase/empty-suffix-context.
4256
4257         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
4258         invocation.
4259         * modules/unicase/u16-tolower (Depends-on): Add
4260         unicase/empty-prefix-context, unicase/empty-suffix-context.
4261
4262         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
4263         * modules/unicase/u8-tolower (Depends-on): Add
4264         unicase/empty-prefix-context, unicase/empty-suffix-context.
4265
4266         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
4267         invocation.
4268         * modules/unicase/u32-toupper (Depends-on): Add
4269         unicase/empty-prefix-context, unicase/empty-suffix-context.
4270
4271         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
4272         invocation.
4273         * modules/unicase/u16-toupper (Depends-on): Add
4274         unicase/empty-prefix-context, unicase/empty-suffix-context.
4275
4276         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
4277         * modules/unicase/u8-toupper (Depends-on): Add
4278         unicase/empty-prefix-context, unicase/empty-suffix-context.
4279
4280         New module 'unicase/u32-ct-casefold'.
4281         * lib/unicase/u32-ct-casefold.c: New file.
4282         * modules/unicase/u32-ct-casefold: New file.
4283
4284         New module 'unicase/u16-ct-casefold'.
4285         * lib/unicase/u16-ct-casefold.c: New file.
4286         * modules/unicase/u16-ct-casefold: New file.
4287
4288         New module 'unicase/u8-ct-casefold'.
4289         * lib/unicase/u8-ct-casefold.c: New file.
4290         * lib/unicase/u-ct-casefold.h: New file, derived from
4291         lib/unicase/u-casefold.h.
4292         * modules/unicase/u8-ct-casefold: New file.
4293
4294         New module 'unicase/u32-ct-totitle'.
4295         * lib/unicase/u32-ct-totitle.c: New file.
4296         * modules/unicase/u32-ct-totitle: New file.
4297
4298         New module 'unicase/u16-ct-totitle'.
4299         * lib/unicase/u16-ct-totitle.c: New file.
4300         * modules/unicase/u16-ct-totitle: New file.
4301
4302         New module 'unicase/u8-ct-totitle'.
4303         * lib/unicase/u8-ct-totitle.c: New file.
4304         * lib/unicase/u-ct-totitle.h: New file, derived from
4305         lib/unicase/u-totitle.h.
4306         * modules/unicase/u8-ct-totitle: New file.
4307
4308         New module 'unicase/u32-ct-tolower'.
4309         * lib/unicase/u32-ct-tolower.c: New file.
4310         * modules/unicase/u32-ct-tolower: New file.
4311
4312         New module 'unicase/u16-ct-tolower'.
4313         * lib/unicase/u16-ct-tolower.c: New file.
4314         * modules/unicase/u16-ct-tolower: New file.
4315
4316         New module 'unicase/u8-ct-tolower'.
4317         * lib/unicase/u8-ct-tolower.c: New file.
4318         * modules/unicase/u8-ct-tolower: New file.
4319
4320         New module 'unicase/u32-ct-toupper'.
4321         * lib/unicase/u32-ct-toupper.c: New file.
4322         * modules/unicase/u32-ct-toupper: New file.
4323
4324         New module 'unicase/u16-ct-toupper'.
4325         * lib/unicase/u16-ct-toupper.c: New file.
4326         * modules/unicase/u16-ct-toupper: New file.
4327
4328         New module 'unicase/u8-ct-toupper'.
4329         * lib/unicase/u8-ct-toupper.c: New file.
4330         * modules/unicase/u8-ct-toupper: New file.
4331
4332         Add context arguments to u*_casemap functions.
4333         * lib/unicase/unicasemap.h: Include unicase.h.
4334         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
4335         suffix_context arguments.
4336         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
4337         functions.
4338         (FUNC): Add prefix_context and suffix_context arguments. Use
4339         uc_is_cased and uc_is_case_ignorable.
4340         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
4341         * lib/unicase/u16-casemap.c: Likewise.
4342         * lib/unicase/u32-casemap.c: Likewise.
4343         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
4344         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
4345         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
4346         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
4347         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
4348         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
4349
4350         New module 'unicase/u32-suffix-context'.
4351         * lib/unicase/u32-suffix-context.c: New file.
4352         * modules/unicase/u32-suffix-context: New file.
4353
4354         New module 'unicase/u16-suffix-context'.
4355         * lib/unicase/u16-suffix-context.c: New file.
4356         * modules/unicase/u16-suffix-context: New file.
4357
4358         New module 'unicase/u8-suffix-context'.
4359         * lib/unicase/u8-suffix-context.c: New file.
4360         * lib/unicase/u-suffix-context.h: New file.
4361         * modules/unicase/u8-suffix-context: New file.
4362
4363         New module 'unicase/empty-suffix-context'.
4364         * lib/unicase/empty-suffix-context.c: New file.
4365         * modules/unicase/empty-suffix-context: New file.
4366
4367         New module 'unicase/u32-prefix-context'.
4368         * lib/unicase/u32-prefix-context.c: New file.
4369         * modules/unicase/u32-prefix-context: New file.
4370
4371         New module 'unicase/u16-prefix-context'.
4372         * lib/unicase/u16-prefix-context.c: New file.
4373         * modules/unicase/u16-prefix-context: New file.
4374
4375         New module 'unicase/u8-prefix-context'.
4376         * lib/unicase/u8-prefix-context.c: New file.
4377         * lib/unicase/u-prefix-context.h: New file.
4378         * lib/unicase/context.h: New file.
4379         * modules/unicase/u8-prefix-context: New file.
4380
4381         New module 'unicase/empty-prefix-context'.
4382         * lib/unicase/empty-prefix-context.c: New file.
4383         * modules/unicase/empty-prefix-context: New file.
4384
4385         New module 'unicase/ignorable'.
4386         * lib/unicase/ignorable.c: New file.
4387         * modules/unicase/ignorable: New file.
4388
4389         New module 'unicase/cased'.
4390         * lib/unicase/caseprop.h: New file.
4391         * lib/unicase/cased.c: New file.
4392         * modules/unicase/cased: New file.
4393
4394         New functions for case mapping of substrings.
4395         * lib/unicase.h (casing_prefix_context_t): New type.
4396         (unicase_empty_prefix_context): New variable.
4397         (u8_casing_prefix_context, u16_casing_prefix_context,
4398         u32_casing_prefix_context, u8_casing_prefixes_context,
4399         u16_casing_prefixes_context, u32_casing_prefixes_context): New
4400         declarations.
4401         (casing_suffix_context_t): New type.
4402         (unicase_empty_suffix_context): New variable.
4403         (u8_casing_suffix_context, u16_casing_suffix_context,
4404         u32_casing_suffix_context, u8_casing_suffixes_context,
4405         u16_casing_suffixes_context, u32_casing_suffixes_context,
4406         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
4407         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
4408         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
4409         declarations.
4410
4411 2009-06-28  Jim Meyering  <meyering@redhat.com>
4412
4413         boostrap: indent only with spaces
4414         * build-aux/bootstrap: Indent only with spaces, never TABs.
4415
4416         bootstrap: split long lines
4417         * build-aux/bootstrap: Keep line length < 80.
4418
4419         bootstrap: sync from coreutils
4420         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
4421         just as autoreconf does.  Verify a list of prerequisite
4422         package-name,version-number pairs if defined in bootstrap.conf.
4423         Refer to README-prereq, if prerequisites are not satisfied.
4424
4425 2009-06-27  Eric Blake  <ebb9@byu.net>
4426
4427         tests: add test for bogus NULL definition
4428         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
4429         * tests/test-stdlib.c: Likewise.
4430         * tests/test-string.c: Likewise.
4431         * tests/test-locale.c: Likewise.
4432         * tests/test-unistd.c: Likewise.
4433         * modules/stdio-tests (Depends-on): Add verify.
4434         * modules/stdlib-tests (Depends-on): Likewise.
4435         * modules/string-tests (Depends-on): Likewise.
4436         * modules/locale-tests (Depends-on): Likewise.
4437         * modules/unistd-tests (Depends-on): Likewise.
4438
4439 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
4440
4441         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
4442         self-explaining comment.
4443         * m4/selinux-selinux-h: Update serial.
4444         (gl_LIBSELINUX): New macro, adding a warning for missing development
4445         packages to code extracted from...
4446         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
4447         Add warning for missing development packages here, too.
4448
4449 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
4450
4451         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
4452
4453 2009-06-25  Eric Blake  <ebb9@byu.net>
4454
4455         version-etc: fix regression
4456         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
4457         gcc.
4458         (version_etc): Use it, to catch bugs with trailing NULL.
4459         * lib/version-etc.c (version_etc_arn): Delete unused argument.
4460         (version_etc_va): Fix logic bug.
4461         * modules/version-etc-tests: Add test.
4462         * tests/test-version-etc.c: New file.
4463         * tests/test-version-etc.sh: Likewise.
4464
4465 2009-06-25  Sam Steingold  <sds@gnu.org>
4466
4467         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
4468         mbtowc declaration.
4469
4470 2009-06-25  Eric Blake  <ebb9@byu.net>
4471
4472         fpurge: migrate into <stdio.h>
4473         * lib/fpurge.h: Delete...
4474         * lib/stdio.in.h (fpurge): ...and declare here, instead.
4475         * lib/fpurge.c (fpurge): Change declaring header.
4476         * modules/fpurge (Files): Drop deleted file.
4477         (Depends-on): Add stdio.
4478         (configure.ac): Set witness.
4479         * modules/stdio (Makefile.am): Support fpurge macros.
4480         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
4481         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
4482         * lib/fflush.c: Update client.
4483         * tests/test-fpurge.c: Likewise.
4484         * NEWS: Mention the change.
4485
4486 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
4487
4488         * lib/argp-version-etc.c (program_authors): Add const
4489         qualifier.
4490         * lib/version-etc.c: Fix typos in the comments.
4491         * modules/argp-version-etc: Depends on version-etc.
4492
4493 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
4494
4495         argp-version-etc: new module.
4496
4497         * lib/argp-version-etc.c: New file.
4498         * lib/argp-version-etc.h: New file.
4499         * modules/argp-version-etc: New file.
4500         * modules/argp-version-etc-tests: New file.
4501         * tests/test-argp-version-etc.c: New test.
4502         * tests/test-argp-version-etc-1.sh: New test.
4503
4504 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
4505
4506         Provide additional interfaces and documentation for version-etc
4507         module.
4508
4509         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
4510         interfaces.
4511         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
4512         prototypes.
4513
4514 2009-06-24  Bruno Haible  <bruno@clisp.org>
4515
4516         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
4517         HAVE_LIB${NAME} macro.
4518         Reported by Sam Steingold <sds@gnu.org>.
4519
4520 2009-06-23  Simon Josefsson  <simon@josefsson.org>
4521
4522         * modules/hash-tests (test_hash_LDADD): Link to libintl when
4523         needed.
4524
4525 2009-06-21  Bruno Haible  <bruno@clisp.org>
4526
4527         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
4528         work.
4529         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
4530         together with LIB${NAME}, LTLIB${NAME}.
4531         Reported by Sam Steingold <sds@gnu.org>.
4532
4533 2009-06-20  Jim Meyering  <meyering@redhat.com>
4534
4535         tests: make sc_require_test_exit_idiom more generic
4536         * top/maint.mk (Exit_witness_file): New overridable variable.
4537         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
4538         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
4539
4540 2009-06-19  Jim Meyering  <meyering@redhat.com>
4541
4542         hash: reverse order of src/dst parameters in an internal interface
4543         * lib/hash.c (transfer_entries): Reverse order of parameters to
4544         put DST before SRC.  Adjust callers.
4545
4546         tests: test-hash: avoid wholesale duplication
4547         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
4548         Instead, use a loop and add a single conditional.
4549
4550         tests: test-hash: allow seed selection via a command line argument
4551         * tests/test-hash.c (get_seed): New function.
4552         (main): Use it.
4553
4554 2009-06-19  Eric Blake  <ebb9@byu.net>
4555
4556         hash: avoid memory leak on allocation failure
4557         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
4558         failure.  Factor repeated algorithm...
4559         (transfer_entries): ...into new helper routine.
4560         (hash_delete): React to hash_rehash return value.
4561
4562         hash: reduce memory pressure in hash_rehash no-op case
4563         * lib/hash.c (next_prime): Avoid overflow.
4564         (hash_initialize): Factor bucket size computation...
4565         (compute_bucket_size): ...into new helper function.
4566         (hash_rehash): Use new function and open coding to reduce memory
4567         pressure, and avoid a memory leak in USE_OBSTACK code.
4568         Reported by Jim Meyering.
4569
4570 2009-06-18  Eric Blake  <ebb9@byu.net>
4571
4572         hash: make rotation more obvious
4573         * modules/hash (Depends-on): Add bitrotate and stdint.
4574         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
4575         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
4576         (SIZE_MAX): Rely on headers for definition.
4577         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
4578         (raw_hasher): Use rotr_sz.
4579         Suggested by Jim Meyering.
4580
4581         hash: fix memory leak in last patch
4582         * lib/hash.c (hash_rehash): Avoid memory leak.
4583
4584         hash: avoid no-op rehashing
4585         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
4586
4587         hash: provide default callback functions
4588         * lib/hash.c (raw_hasher, raw_comparator): New functions.
4589         (hash_initialize): Use them as defaults.
4590         * tests/test-hash.c (main): Test this.
4591
4592         hash: minor optimization
4593         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
4594         when possible.
4595         (hash_initialize): Document this promise.
4596         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
4597         * tests/test-hash.c (hash_compare_strings): Test this.
4598
4599 2009-06-18  Bruno Haible  <bruno@clisp.org>
4600
4601         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
4602         going to be replaced anyway.
4603
4604 2009-06-18  Bruno Haible  <bruno@clisp.org>
4605
4606         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
4607         in one place.
4608         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
4609         be replaced anyway.
4610
4611 2009-06-18  Eric Blake  <ebb9@byu.net>
4612
4613         hash: check for resize before insertion
4614         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
4615         threshold before insertion, so that a pathological hash_rehash
4616         that fills every bucket can still trigger another rehash.
4617
4618 2009-06-18  Jim Meyering  <meyering@redhat.com>
4619
4620         hash-tests: add a loop around the small tests
4621         * tests/test-hash.c (main): Repeat small tests with selected
4622         small initial table sizes.
4623
4624 2009-06-17  Eric Blake  <ebb9@byu.net>
4625
4626         hash: minor cleanups
4627         * lib/hash.h (hash_entry): Make opaque, by moving...
4628         * lib/hash.c (hash_entry): ...here.
4629         (hash_insert): Clarify restrictions on what can be inserted.
4630         (hash_get_next): Clarify when it is safe to remove an element
4631         during traversal.
4632         (check_tuning): Skip verification when tuning is known safe.
4633         (hash_initialize): Clarify restrictions on tuning.
4634
4635 2009-06-17  Jim Meyering  <jim@meyering.net>
4636         and Eric Blake  <ebb9@byu.net>
4637
4638         hash-tests: new module
4639         * modules/hash-tests: New file.
4640         * tests/test-hash.c: New file.
4641
4642 2009-06-17  Eric Blake  <ebb9@byu.net>
4643
4644         strstr-simple: document new module
4645         * MODULES.html.sh: Document new module.
4646
4647         strstr, strcasestr: replace on platforms with broken memchr
4648         * modules/strstr: Split into...
4649         * modules/strstr-simple: ...new module that does not care about
4650         performance, but does care about glibc bug.
4651         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
4652         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
4653         if platform memchr is broken, per Debian bug 521737.
4654         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
4655         memchr.
4656         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
4657         * doc/posix-functions/strstr.texi (strstr): Document the fix.
4658         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
4659         * modules/mountlist (Depends-on): Add strstr-simple.
4660         * modules/gen-uni-tables (Depends-on): Likewise.
4661         * modules/argz (Depends-on): Add strstr.
4662
4663 2009-06-17  Bruno Haible  <bruno@clisp.org>
4664
4665         * modules/posix_spawn-internal (Depends-on): Add errno.
4666
4667 2009-06-17  Bruno Haible  <bruno@clisp.org>
4668
4669         Define missing ESTALE on Interix 3.5.
4670         * lib/errno.in.h (ESTALE): Assign a value if missing.
4671         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
4672         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
4673         missing.
4674         * doc/posix-headers/errno.texi: Mention the Interix bug.
4675         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
4676
4677 2009-06-15  Eric Blake  <ebb9@byu.net>
4678
4679         memchr, memchr2: add valgrind exception
4680         * lib/memchr.valgrind: New file.
4681         * lib/memchr2.valgrind: New file.
4682         * modules/memchr (Files): Distribute valgrind file.
4683         * modules/memchr2 (Files): Likewise.
4684
4685         docs: memchr is no longer obsolete
4686         * MODULES.html.sh: Move memchr from obsolete to string.h section.
4687         * lib/string.in.h (memchr): Simplify logic.
4688
4689 2009-06-14  Jim Meyering  <meyering@redhat.com>
4690
4691         link-follow: fix the "checking..." message to not mention trailing slash
4692         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
4693         never considered trailing slashes.
4694
4695 2009-06-14  Bruno Haible  <bruno@clisp.org>
4696
4697         * m4/memchr.m4: Mention also the bug on IA-64.
4698         * doc/posix-functions/memchr.texi: Likewise.
4699
4700 2009-06-12  Eric Blake  <ebb9@byu.net>
4701
4702         memchr: detect broken x86_64 and alpha implementations
4703         * modules/memchr-tests (Depends-on): Move mmap detection...
4704         * modules/memchr (Depends-on): ...here.
4705         (configure.ac): Set indicator.
4706         * lib/string.in.h (memchr): Declare replacement.
4707         * modules/string (Makefile.am): Trigger replacement.
4708         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
4709         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
4710         bugs.
4711         * doc/posix-functions/memchr.texi (memchr): Document the bug.
4712         * modules/getpagesize (License): Relax license.
4713
4714 2009-06-11  Bruno Haible  <bruno@clisp.org>
4715
4716         * lib/idpriv.h: Add more references.
4717
4718 2009-06-08  Bruno Haible  <bruno@clisp.org>
4719
4720         Tests for module 'idpriv-droptemp'.
4721         * modules/idpriv-droptemp-tests: New file.
4722         * tests/test-idpriv-droptemp.sh: New file.
4723         * tests/test-idpriv-droptemp.su.sh: New file.
4724         * tests/test-idpriv-droptemp.c: New file.
4725
4726         New module 'idpriv-droptemp'.
4727         * lib/idpriv-droptemp.c: New file.
4728         * modules/idpriv-droptemp: New file.
4729
4730 2009-06-08  Bruno Haible  <bruno@clisp.org>
4731
4732         Tests for module 'idpriv-drop'.
4733         * modules/idpriv-drop-tests: New file.
4734         * tests/test-idpriv-drop.sh: New file.
4735         * tests/test-idpriv-drop.su.sh: New file.
4736         * tests/test-idpriv-drop.c: New file.
4737
4738         New module 'idpriv-drop'.
4739         * lib/idpriv.h: New file.
4740         * lib-idpriv-drop.c: New file.
4741         * m4/idpriv.m4: New file.
4742         * modules/idpriv-drop: New file.
4743
4744 2009-06-08  Bruno Haible  <bruno@clisp.org>
4745
4746         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
4747         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
4748         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4749         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
4750         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4751         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4752         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4753
4754 2009-06-08  Eric Blake  <ebb9@byu.net>
4755
4756         test-strstr: use memory fence, when possible
4757         * tests/test-strstr.c (main): Use memory fence, in order to be
4758         more likely to trigger Debian bug 521737.
4759         * modules/strstr-tests (Files): Pull in additional files.
4760
4761         memchr: no longer obsolete, for wider field testing
4762         * modules/memchr (Status, Notice): Delete, this module is no
4763         longer obsolete.
4764         * modules/vasnprintf (Depends-on): Add memchr.
4765
4766 2009-06-07  Jim Meyering  <meyering@redhat.com>
4767
4768         hash: declare some functions with the warn_unused_result attribute
4769         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
4770
4771 2009-06-07  Bruno Haible  <bruno@clisp.org>
4772
4773         * tests/test-alignof.c: Don't test int64_t if it does not exist.
4774         Reported by Eric Blake.
4775
4776 2009-06-06  Eric Blake  <ebb9@byu.net>
4777
4778         test-alignof: fix typo with long double
4779         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
4780         compiler error.
4781
4782 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
4783
4784         Escape non-texinfo { and }s.
4785         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
4786         markup error.
4787
4788 2009-06-04  Jim Meyering  <meyering@redhat.com>
4789
4790         gitlog-to-changelog: don't infloop on an empty commit log
4791         * build-aux/gitlog-to-changelog: Warn about an empty log message.
4792         Reported by Boris Petersen <transacid@centerim.org>.
4793
4794 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
4795
4796         version-etc: extend for packagers
4797         Add three new configure options, intended for packagers:
4798           --with-packager="packager name"
4799           --with-packager-version="packager-specific version"
4800           --with-packager-bug-reports="packager bug reporting"
4801         An example with coreutils:
4802           $ ./configure \
4803             --with-packager=Gentoo \
4804             --with-packager-bug-report=http://bugs.gentoo.org/ \
4805             --with-packager-version="patchset 1.6"
4806           $ ./src/ls --version | head -n3
4807           ls (GNU coreutils) 7.1-dirty
4808           Packaged by Gentoo (patchset 1.6)
4809           Copyright (C) 2009 Free Software Foundation, Inc.
4810         Note that the bug reporting info via --help doesn't show up because
4811         coreutils uses its own custom emit_bug_reporting_address() implementation
4812         in src/system.h.  If it didn't, it'd look like:
4813           $ ./src/ls --help | tail -n4
4814           Report bugs to <bug-coreutils@gnu.org>.
4815           Report Gentoo bugs to <http://bugs.gentoo.org/>.
4816           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
4817           General help using GNU software: <http://www.gnu.org/gethelp/>.
4818         * lib/version-etc.c: Print new information, if provided.
4819         * m4/version-etc.m4: New file.
4820         * modules/version-etc (Files): Add m4/version-etc.m4.
4821         (configure.ac): Add gl_VERSION_ETC.
4822
4823 2009-05-31  Bruno Haible  <bruno@clisp.org>
4824
4825         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
4826         and 'int64_t'.
4827         * modules/alignof-tests (Dependencies): Add stdint.
4828         Reported by Eric Blake.
4829
4830 2009-05-31  Bruno Haible  <bruno@clisp.org>
4831
4832         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
4833         restriction due to compiler bugs.
4834         Reported by Eric Blake.
4835
4836 2009-05-31  Simon Josefsson  <simon@josefsson.org>
4837             Bruno Haible  <bruno@clisp.org>
4838
4839         Fix test-alignof failure.
4840         * lib/alignof.h (alignof_slot): New macro.
4841         (alignof_type): New macro, with the same semantics as the previous
4842         'alignof'.
4843         (alignof): Alias to alignof_slot.
4844         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
4845         check that the results are usable as constant expressions.
4846
4847 2009-05-31  Bruno Haible  <bruno@clisp.org>
4848
4849         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
4850         * tests/test-memchr.c (main): Check that memchr does not read past the
4851         first occurrence of the byte.
4852         * tests/test-strstr.c (main): Update comment.
4853         Suggested by Eric Blake.
4854
4855 2009-05-30  Bruno Haible  <bruno@clisp.org>
4856
4857         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
4858         detail how to use dumpbin.
4859         Reported by David Byron <dbyron@dbyron.com>.
4860
4861 2009-06-02  Simon Josefsson  <simon@josefsson.org>
4862
4863         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
4864
4865 2009-06-02  Simon Josefsson  <simon@josefsson.org>
4866
4867         * m4/manywarnings.m4: Add GCC 4.4 warnings.
4868
4869 2009-05-28  Bruno Haible  <bruno@clisp.org>
4870
4871         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
4872         build-aux/ files.
4873
4874 2009-05-28  Simon Josefsson  <simon@josefsson.org>
4875
4876         * gnulib-tool (func_import): Transform license on build-aux/ files too.
4877
4878 2009-05-27  Simon Josefsson  <simon@josefsson.org>
4879
4880         * gnulib-tool (sed_transform_main_lib_file)
4881         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
4882         regexps.
4883
4884 2009-05-26  Simon Josefsson  <simon@josefsson.org>
4885
4886         * tests/test-strstr.c: Add another self-test.
4887         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
4888         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
4889
4890 2009-05-23  Bruno Haible  <bruno@clisp.org>
4891
4892         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
4893         change.
4894
4895 2009-05-21  Bruno Haible  <bruno@clisp.org>
4896
4897         Simplify use of mode_t varargs.
4898         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
4899         uses 'mode_t' or 'int'.
4900         * lib/openat.c (openat): Likewise.
4901         * lib/open-safer.c (open_safer): Likewise.
4902         * m4/mode_t.m4: New file.
4903         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
4904         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
4905         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
4906         * modules/open (Files): Add m4/mode_t.m4.
4907         * modules/openat (Files): Likewise.
4908         * modules/fcntl-safer (Files): Likewise.
4909         Suggested by Eric Blake.
4910
4911 2009-05-21  Pádraig Brady  <P@draigbrady.com>
4912
4913         * doc/glibc-functions/fallocate.texi: New file.
4914         * doc/gnulib.texi: Include it.
4915
4916 2009-05-21  Eric Blake  <ebb9@byu.net>
4917             Bruno Haible  <bruno@clisp.org>
4918
4919         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
4920         invocations.
4921         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
4922
4923 2009-05-21  Eric Blake  <ebb9@byu.net>
4924             Bruno Haible  <bruno@clisp.org>
4925
4926         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
4927         include_next. Fix of 2008-11-20 commit.
4928         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
4929         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
4930         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
4931         NEXT_MATH_H.
4932         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
4933         instead of NEXT_MATH_H.
4934
4935 2009-05-21  Bruno Haible  <bruno@clisp.org>
4936
4937         Avoid redefinition warnings for SIZE_MAX.
4938         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
4939         Reported by Simon Josefsson.
4940
4941 2009-05-21  Bruno Haible  <bruno@clisp.org>
4942
4943         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
4944         AC_CACHE_VAL.
4945
4946 2009-05-20  Bruno Haible  <bruno@clisp.org>
4947
4948         Make zeroptr.h work on mingw.
4949         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
4950         mprotect.
4951         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
4952         * modules/memchr2-tests (configure.ac): Likewise.
4953         * modules/memcmp-tests (configure.ac): Likewise.
4954         * modules/memmem-tests (configure.ac): Likewise.
4955         * modules/memrchr-tests (configure.ac): Likewise.
4956         Reported by Simon Josefsson.
4957
4958 2009-05-20  Simon Josefsson  <simon@josefsson.org>
4959
4960         * tests/test-glob.c: Include string.h for strcmp prototype.
4961
4962 2009-05-20  Simon Josefsson  <simon@josefsson.org>
4963
4964         * modules/getdelim (Depends-on): Add explicit stdint, although it
4965         was implicitly already pulled in via realloc-posix.
4966         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
4967
4968 2009-05-20  Simon Josefsson  <simon@josefsson.org>
4969
4970         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
4971         G. Christensen" <tgc@jupiterrise.com>.
4972         * m4/sys_socket_h.m4: Check for sa_family_t.
4973         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
4974         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
4975         * tests/test-sys_socket.c: Check that sa_family_t works.
4976
4977 2009-05-18  Eric Blake  <ebb9@byu.net>
4978
4979         maint.mk: allow gnulib_dir in VPATH build
4980         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
4981
4982 2009-05-15  Jim Meyering  <meyering@redhat.com>
4983
4984         maint.mk: Give gnulib_dir a default definition.
4985         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
4986         Thus, most packages no longer need to specify this variable in cfg.mk
4987
4988 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
4989
4990         rename.m4: fix typos that would make non-mingw cross-configure fail
4991         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
4992
4993 2009-05-13  Eric Blake  <ebb9@byu.net>
4994
4995         mmap-anon: avoid out-of-order autoconf expansion
4996         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
4997         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
4998         * modules/memchr-tests (Depends-on): Add extensions.
4999         * modules/memchr2-tests (Depends-on): Add extensions.
5000         * modules/memcmp-tests (Depends-on): Add extensions.
5001         * modules/memmem-tests (Depends-on): Add extensions.
5002         * modules/memrchr-tests (Depends-on): Add extensions.
5003
5004 2009-05-13  Bruno Haible  <bruno@clisp.org>
5005
5006         Make some tests ISO C 99 compliant.
5007         * tests/zerosize-ptr.h: New file.
5008         * tests/test-memchr.c: Include zerosize-ptr.h.
5009         (main): Use a zero-size object pointer instead of NULL.
5010         * tests/test-memchr2.c: Include zerosize-ptr.h.
5011         (main): Use a zero-size object pointer instead of NULL.
5012         * tests/test-memcmp.c: Include zerosize-ptr.h.
5013         (main): Use a zero-size object pointer instead of NULL.
5014         * tests/test-memmem.c: Include zerosize-ptr.h.
5015         (main): Use a zero-size object pointer instead of NULL.
5016         * tests/test-memrchr.c: Include zerosize-ptr.h.
5017         (main): Use a zero-size object pointer instead of NULL.
5018         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
5019         m4/mmap-anon.m4.
5020         (Depends-on): Add getpagesize.
5021         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
5022         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
5023         m4/mmap-anon.m4.
5024         (Depends-on): Add getpagesize.
5025         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
5026         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
5027         m4/mmap-anon.m4.
5028         (Depends-on): Add getpagesize.
5029         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
5030         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
5031         m4/mmap-anon.m4.
5032         (Depends-on): Add getpagesize.
5033         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
5034         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
5035         m4/mmap-anon.m4.
5036         (Depends-on): Add getpagesize.
5037         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
5038
5039 2009-05-12  Bruno Haible  <bruno@clisp.org>
5040
5041         Tests for module 'alignof'.
5042         * modules/alignof-tests: New file.
5043         * tests/test-alignof.c: New file.
5044
5045 2009-05-12  Bruno Haible  <bruno@clisp.org>
5046
5047         Fix alignof macro.
5048         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
5049         vendor compilers that are always correct.
5050
5051 2009-05-12  Bruno Haible  <bruno@clisp.org>
5052
5053         Make the MAP_ANONYMOUS detection work on HP-UX 11.
5054         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
5055         not whether its fully works.
5056
5057 2009-05-12  Bruno Haible  <bruno@clisp.org>
5058
5059         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
5060
5061 2009-05-12  Jim Meyering  <meyering@redhat.com>
5062
5063         * top/maint.mk: Adjust backslash alignment.
5064
5065 2009-05-11  Simon Josefsson  <simon@josefsson.org>
5066
5067         * top/maint.mk: Make $(srcdir)/build-aux configurable.
5068
5069 2009-05-11  Eric Blake  <ebb9@byu.net>
5070
5071         argp: avoid undefined behavior
5072         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
5073         macros.
5074
5075 2009-05-08  Simon Josefsson  <simon@josefsson.org>
5076
5077         * tests/test-vc-list-files-git.sh: Do git config of user.email and
5078         user.name to prevent git commit from complaining.
5079
5080 2009-05-10  Bruno Haible  <bruno@clisp.org>
5081
5082         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
5083         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
5084         it rewrites every file name only once.
5085         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
5086
5087 2009-05-08  Bruno Haible  <bruno@clisp.org>
5088
5089         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
5090         instead of 'max'.
5091
5092 2009-05-08  Simon Josefsson  <simon@josefsson.org>
5093
5094         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
5095         sockaddr_storage test.
5096
5097 2009-05-07  Simon Josefsson  <simon@josefsson.org>
5098
5099         * modules/sys_socket (Makefile.am): Substitute
5100         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
5101         * m4/sys_socket_h.m4: Check for sockaddr_storage.
5102         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
5103         * tests/test-sys_socket.c: Check sockaddr_storage.
5104
5105 2009-05-08  Bruno Haible  <bruno@clisp.org>
5106
5107         New module 'alignof'.
5108         * lib/alignof.h: New file.
5109         * modules/alignof: New file.
5110
5111 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
5112             Bruno Haible  <bruno@clisp.org>
5113
5114         Fix test-file-has-acl on FreeBSD.
5115         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
5116         mask is implicitly added.
5117         * tests/test-file-has-acl.c: Include <signal.h>.
5118         (main): Terminate the test after 5 seconds.
5119         * modules/acl-tests (configure.ac): Check for alarm function.
5120
5121 2009-05-04  Bruno Haible  <bruno@clisp.org>
5122
5123         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
5124         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
5125         * modules/errno (configure.ac): Drop AC_REQUIRE.
5126         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
5127         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
5128
5129 2009-05-04  Simon Josefsson  <simon@josefsson.org>
5130
5131         * modules/glob-tests: New module.
5132         * tests/test-glob.c: Add.
5133
5134 2009-05-04  Simon Josefsson  <simon@josefsson.org>
5135
5136         * modules/fnmatch-tests: New module.
5137         * tests/test-fnmatch.c: Add.
5138
5139 2009-05-04  Eric Blake  <ebb9@byu.net>
5140
5141         maint: make the new no-submodule-changes rule VPATH-safe
5142         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
5143
5144 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
5145             Bruno Haible  <bruno@clisp.org>
5146
5147         acl: Fix infinite loop on FreeBSD.
5148         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
5149         of return value from acl_get_entry.
5150         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
5151         Likewise.
5152
5153 2009-05-03  Bruno Haible  <bruno@clisp.org>
5154
5155         * lib/acl-internal.h (acl_entries): Clarify return value.
5156         * lib/acl_entries.c (acl_entries): Likewise.
5157
5158 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
5159
5160         Bug fix in acl module.
5161         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
5162
5163 2009-05-03  Bruno Haible  <bruno@clisp.org>
5164
5165         Create gperf-generated file in the source dir, not in the build dir.
5166         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
5167         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
5168         * modules/unicase/locale-language (unicase/locale-languages.h):
5169         Likewise.
5170         * modules/unicase/special-casing (unicase/special-casing-table.h):
5171         Likewise.
5172         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
5173         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
5174         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
5175         Reported by Ralf Wildenhues.
5176
5177 2009-05-03  Bruno Haible  <bruno@clisp.org>
5178
5179         * modules/fnmatch (Description, configure.ac): Taken from
5180         fnmatch-posix.
5181         * modules/fnmatch-posix: Turn into a symbolic reference to the
5182         'fnmatch' module, and deprecate.
5183         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
5184
5185 2009-05-03  Bruno Haible  <bruno@clisp.org>
5186
5187         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
5188         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
5189         Reported by Ralf Wildenhues.
5190
5191 2009-05-04  Simon Josefsson  <simon@josefsson.org>
5192
5193         * m4/fnmatch.m4: Fix fnmatch re-define.
5194
5195 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
5196
5197         priv-set: new module and tests; adapt write-any-file
5198         * lib/priv-set.c: New file.
5199         * lib/priv-set.h: New file.
5200         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
5201         * lib/write-any-file.c: Simplify by using priv-set module.
5202         * m4/priv-set.m4: New file.
5203         * modules/priv-set: New file.
5204         * modules/unlinkdir: Add dependency on priv-set module.
5205         * modules/write-any-file: Likewise.
5206
5207         Tests for module 'priv-set'.
5208         * modules/priv-set-tests: New file.
5209         * tests/test-priv-set.c: New file.
5210
5211 2009-05-03  Jim Meyering  <meyering@redhat.com>
5212             Bruno Haible  <bruno@clisp.org>
5213
5214         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
5215         use the converted UTF-8 variant of the name instead.
5216
5217 2009-05-03  Jim Meyering  <meyering@redhat.com>
5218
5219         tests: tighten some getdate tests
5220         * tests/test-getdate.c (main): Tighten tests: require equality,
5221         not just greater than.  Set TZ envvar to UTC0.
5222
5223 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
5224
5225         getdate: correctly interpret "next monday" when run on a Monday
5226         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
5227         that e.g., "next tues" (when run on a tuesday) results in a date
5228         that is one week in the future, and not today's date.
5229         I.e., add a week when the wday is the same as the current one.
5230         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
5231         and earlier by Martin Bernreuther and Jan Minář.
5232         * tests/test-getdate.c (main): Check that "next DAY" is always in
5233         the future and that "last DAY" is always in the past.
5234
5235 2009-05-02  Jim Meyering  <meyering@redhat.com>
5236
5237         build: ensure that a release build fails when a submodule is unclean
5238         * top/maint.mk (no-submodule-changes): New rule.
5239         (alpha beta major): Depend on it.
5240
5241 2009-05-02  Bruno Haible  <bruno@clisp.org>
5242
5243         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
5244         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
5245         shell variable gl_fnmatch_required to detect which variant is
5246         requested.
5247         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
5248         gl_FUNC_FNMATCH_POSIX.
5249         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
5250         exclude fnmatch-posix.
5251
5252 2009-05-02  Bruno Haible  <bruno@clisp.org>
5253
5254         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
5255         * modules/mbsrtowcs (License): Change to LGPLv2+.
5256         * modules/strnlen1 (License): Likewise.
5257         Reported by Simon Josefsson.
5258
5259 2009-05-02  Bruno Haible  <bruno@clisp.org>
5260
5261         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
5262         "cross".
5263         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
5264         gnulib-tool was called with option --source-base=lib.
5265
5266 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5267
5268         Use automake *-local hooks without commands, for extensibility.
5269         * modules/localcharset (Makefile.am): Rename install-exec-local
5270         rule to install-exec-localcharset, and make it a prerequisite of
5271         install-exec-local.  Likewise, rename the uninstall-local rule to
5272         uninstall-localcharset, and make it a prerequisite of the former.
5273
5274 2009-05-01  Bruno Haible  <bruno@clisp.org>
5275
5276         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
5277         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
5278         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
5279         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
5280         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
5281         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
5282         m4/locale-zh.m4, m4/codeset.m4.
5283
5284         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
5285         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
5286         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
5287         m4/locale-zh.m4.
5288
5289         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
5290         REPLACE_WCRTOMB if mbstate_t must be replaced.
5291         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
5292         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
5293
5294 2009-05-01  Bruno Haible  <bruno@clisp.org>
5295
5296         Avoid compiler warnings when redefining macros defined by <libintl.h>.
5297         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
5298         dngettext, dcngettext, textdomain, bindtextdomain,
5299         bind_textdomain_codeset): Undefine before redefining.
5300
5301 2009-04-30  Bruno Haible  <bruno@clisp.org>
5302
5303         Fix bug introduced on 2009-04-25.
5304         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
5305         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
5306         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
5307         is defined.
5308         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
5309         is defined.
5310         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
5311         is defined.
5312         Reported by Elbert_Pol <elbert.pol@gmail.com>.
5313
5314 2009-04-28  Bruno Haible  <bruno@clisp.org>
5315
5316         Comment tweaks.
5317         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
5318         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
5319         * lib/unicase.h (u*_casexfrm): Likewise.
5320         Reported by Paolo Bonzini.
5321
5322 2009-04-28  Bruno Haible  <bruno@clisp.org>
5323
5324         Fix a compilation error.
5325         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
5326         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
5327         Reported by Jim Meyering.
5328
5329 2009-04-27  Bruno Haible  <bruno@clisp.org>
5330
5331         New module 'libunistring'.
5332         * modules/libunistring: New file.
5333         * m4/libunistring.m4: New file.
5334         * MODULES.html.sh (Unicode string functions): Add it.
5335
5336 2009-04-27  Eric Blake  <ebb9@byu.net>
5337
5338         maint.mk: allow package-specific header to provide <config.h>
5339         * top/maint.mk (sc_require_config_h): New variable.
5340         (sc_require_config_h, sc_require_config_h_first): Use it.
5341
5342 2009-04-27  Simon Josefsson  <simon@josefsson.org>
5343
5344         * top/maint.mk (sc_avoid_if_before_free): Except
5345         useless-if-before-free script.
5346
5347 2009-04-27  Eric Blake  <ebb9@byu.net>
5348
5349         maintainer-makefile: depend on all required helper scripts
5350         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
5351         useless-if-before-free.
5352         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
5353         version, rather than assuming gnulib checkout is available.
5354         Reported by Simen Josefsson.
5355
5356 2009-04-26  Bruno Haible  <bruno@clisp.org>
5357
5358         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
5359         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
5360         "../" or "..".
5361
5362 2009-04-26  Bruno Haible  <bruno@clisp.org>
5363
5364         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
5365         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
5366         AC_LIB_HAVE_LINKFLAGS.
5367
5368 2009-04-26  Bruno Haible  <bruno@clisp.org>
5369
5370         Simplify calling convention of u*_conv_from_encoding.
5371         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
5372         u32_conv_from_encoding): Expect a resultbuf argument and return the
5373         result directly as a pointer.
5374         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
5375         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
5376         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
5377         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
5378         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
5379         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
5380         Update.
5381         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
5382         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
5383         * lib/vasnprintf.c (VASNPRINTF): Update.
5384         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
5385         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
5386         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
5387         * NEWS: Mention the change.
5388
5389 2009-04-26  Bruno Haible  <bruno@clisp.org>
5390
5391         Simplify calling convention of u*_conv_to_encoding.
5392         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
5393         u32_conv_to_encoding): Expect a resultbuf argument and return the
5394         result directly as a pointer.
5395         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
5396         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
5397         freeing scaled_offsets if mem_iconveha failed.
5398         * lib/unicase/u-casexfrm.h (FUNC): Update.
5399         * lib/uninorm/u-normxfrm.h (FUNC): Update.
5400         * lib/vasnprintf.c (VASNPRINTF): Update.
5401         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
5402         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
5403         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
5404         * NEWS: Mention the change.
5405
5406 2009-04-26  Bruno Haible  <bruno@clisp.org>
5407
5408         Avoid test failures on AIX and OSF/1.
5409         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
5410         malloc(0).
5411         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
5412         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
5413         Likewise.
5414         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
5415         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
5416         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
5417         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
5418         * doc/posix-functions/malloc.texi: Document the portability problem
5419         related to malloc(0).
5420
5421 2009-04-26  Bruno Haible  <bruno@clisp.org>
5422
5423         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
5424         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
5425         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
5426
5427 2009-04-25  Bruno Haible  <bruno@clisp.org>
5428
5429         Avoid link error when creating a namespace clean library.
5430         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
5431         as macro with arguments if already defined as an alias.
5432         * lib/signbitf.c (gl_signbitf): Don't undefine.
5433         * lib/signbitd.c (gl_signbitd): Don't undefine.
5434         * lib/signbitl.c (gl_signbitl): Don't undefine.
5435
5436 2009-04-25  Jim Meyering  <meyering@redhat.com>
5437
5438         vc-list-files: fix another quoting bug
5439         * build-aux/vc-list-files: Avoid sed backslash expansion
5440         of pathological directory names.
5441
5442 2009-04-25  Eric Blake  <ebb9@byu.net>
5443
5444         vc-list-files: fix shell quoting error
5445         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
5446         timestamp.
5447
5448 2009-04-25  Jim Meyering  <meyering@redhat.com>
5449
5450         vc-list-files: restore lost functionality with subdir argument
5451         * build-aux/vc-list-files: When given a non-"." sub-directory
5452         argument, substitute the $dir/ prefix back onto each resulting name.
5453         Otherwise, coreutils' root_tests check would fail.
5454
5455 2009-04-24  Eric Blake  <ebb9@byu.net>
5456
5457         vc-list-files: ignore git symlinks
5458         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
5459         than ls-files, to ignore git symlinks.
5460
5461         maint.mk: import improvements from m4
5462         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
5463         (move_if_change): Delete unused macro.
5464         (news-date-check, vc-diff-check): Support VPATH builds.
5465         (announcement): Likewise.  Split --bootstrap-tools list...
5466         (boostrap-tools): ...into separate list, which can be overridden
5467         in cfg.mk.
5468         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
5469         requiring dependency on useless-if-before-free module.
5470         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
5471         Support VPATH builds.
5472
5473 2009-04-24  Jim Meyering  <meyering@redhat.com>
5474
5475         maint.mk: remove coreutils-specific rules and variables
5476         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
5477         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
5478         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
5479
5480         maint.mk: remove obsolete rule
5481         * top/maint.mk (rel-check): Remove rule.
5482         (WGET, WGETFLAGS): Remove now-unused variables.
5483
5484 2009-04-24  Simon Josefsson  <simon@josefsson.org>
5485
5486         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
5487         consistency.
5488
5489         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
5490         '$(PATH_SEPARATOR)' instead of ':'.
5491
5492 2009-04-24  Simon Josefsson  <simon@josefsson.org>
5493
5494         * lib/getopt1.c (main): Use 'const' for static array.
5495
5496 2009-04-24  Simon Josefsson  <simon@josefsson.org>
5497
5498         * top/maint.mk: Sync with coreutils.
5499         * NEWS: Explain incompatibilities.
5500
5501 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5502             Bruno Haible  <bruno@clisp.org>
5503
5504         Fix cross-compilation results.
5505         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
5506         statement, as third argument of AC_TRY_RUN.
5507         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
5508         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
5509         Likewise.
5510         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
5511         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
5512         Likewise.
5513         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
5514         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
5515         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
5516
5517 2009-04-20  Bruno Haible  <bruno@clisp.org>
5518
5519         Avoid test failure on mingw.
5520         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
5521
5522 2009-04-20  Bruno Haible  <bruno@clisp.org>
5523
5524         Avoid compilation error on mingw.
5525         * modules/localename-tests (Depends-on): Add locale.
5526
5527 2009-04-19  Bruno Haible  <bruno@clisp.org>
5528
5529         Support for building a shared library on Windows platforms.
5530         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
5531         (main): Test the presence of UNINORM_NFC here.
5532         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
5533         (main): Test the presence of UNINORM_NFD here.
5534         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
5535         (main): Test the presence of UNINORM_NFKC here.
5536         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
5537         (main): Test the presence of UNINORM_NFKD here.
5538
5539 2009-04-19  Bruno Haible  <bruno@clisp.org>
5540
5541         Avoid a compiler warning.
5542         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
5543         Change type of variable 'sequence'.
5544
5545 2009-04-19  Bruno Haible  <bruno@clisp.org>
5546
5547         * modules/configmake (Makefile.am): When the contents of configmake.h
5548         does not change, arrange to preserve its modification time.
5549
5550 2009-04-17  Simon Josefsson  <simon@josefsson.org>
5551
5552         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
5553         gettext domain.
5554
5555 2009-04-16  Jim Meyering  <meyering@redhat.com>
5556
5557         useless-if-before-free: improve conversion code
5558         * build-aux/useless-if-before-free: Adjust code-in-comment to match
5559         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
5560
5561 2009-04-14  Bruno Haible  <bruno@clisp.org>
5562
5563         * modules/fcntl (Depends-on): Add extensions.
5564         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
5565
5566 2009-04-12  Ben Pfaff  <blp@gnu.org>
5567
5568         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
5569         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
5570
5571 2009-03-20  Ben Pfaff  <blp@gnu.org>
5572
5573         Make rename replace existing destinations on Windows.
5574         * m4/rename.m4: Add test for Mingw.
5575         * lib/rename.c: Add rename replacement that uses MoveFileEx with
5576         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
5577         * doc/posix-functions/rename.texi: Document.
5578
5579 2009-04-10  Bruno Haible  <bruno@clisp.org>
5580
5581         New include file "iconveh.h".
5582         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
5583         * lib/striconveh.h: Include it.
5584         (enum iconv_ilseq_handler): Remove definition.
5585         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
5586         striconveh.h.
5587         * lib/striconveha.c: Include striconveh.h.
5588         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
5589         * modules/striconveh (Files): Add lib/iconveh.h.
5590         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
5591         lib/striconveh.h.
5592
5593 2009-04-10  Bruno Haible  <bruno@clisp.org>
5594
5595         * lib/uniconv.h: Update comment.
5596
5597 2009-04-10  Bruno Haible  <bruno@clisp.org>
5598
5599         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
5600         always.
5601         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
5602         * lib/unistr/u16-mbtouc-aux.c: Likewise.
5603         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
5604         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
5605         "unistring-notinline.h", so that the function gets defined always.
5606         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
5607         * lib/unistr/u8-uctomb.c: Likewise.
5608         * lib/unistr/u16-mbtouc.c: Likewise.
5609         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
5610         * lib/unistr/u16-uctomb.c: Likewise.
5611         * lib/unistr/u32-mbtouc.c: Likewise.
5612         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
5613         * lib/unistr/u32-uctomb.c: Likewise.
5614
5615 2009-04-10  Bruno Haible  <bruno@clisp.org>
5616
5617         Mark 'utime' obsolete.
5618         * modules/utime (Status, Notice): New sections.
5619         Suggested by Jim Meyering.
5620
5621         Fix cross-compile guess for utime test.
5622         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
5623         autoconf.
5624         * doc/posix-functions/utime.texi: Give more precisions.
5625         Reported by Jan <ipif@ymail.com>.
5626
5627 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
5628
5629         filevercmp: correct today's change
5630         * lib/filevercmp.c: Also handle coreutils' test inputs.
5631         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
5632
5633         Fix regression in 'filevercmp' module. Thanks Sven Joachim
5634         for reporting it.
5635         * lib/filevercmp.c: Special handle for "", "." and "..".
5636         * tests/test-filevercmp.c: Enlarge the set suite.
5637
5638 2009-04-07  Jim Meyering  <meyering@redhat.com>
5639
5640         useless-if-before-free: show how to remove braced useless free, too
5641         * build-aux/useless-if-before-free: still only in a comment, though.
5642
5643 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
5644
5645         maint.mk: import changes to syntax-check macros from coreutils
5646         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
5647         Use them in the relevant macros.
5648
5649 2009-04-06  Bruno Haible  <bruno@clisp.org>
5650
5651         Fix unportable use of bit-fields.
5652         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
5653         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
5654         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
5655
5656 2009-04-06  Bruno Haible  <bruno@clisp.org>
5657
5658         Avoid test failures on AIX and OSF/1.
5659         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
5660         that malloc(0) = NULL.
5661         * tests/unicase/test-u8-tolower.c (check): Likewise.
5662         * tests/unicase/test-u8-totitle.c (check): Likewise.
5663         * tests/unicase/test-u8-toupper.c (check): Likewise.
5664         * tests/unicase/test-u16-casefold.c (check): Likewise.
5665         * tests/unicase/test-u16-tolower.c (check): Likewise.
5666         * tests/unicase/test-u16-totitle.c (check): Likewise.
5667         * tests/unicase/test-u16-toupper.c (check): Likewise.
5668         * tests/unicase/test-u32-casefold.c (check): Likewise.
5669         * tests/unicase/test-u32-tolower.c (check): Likewise.
5670         * tests/unicase/test-u32-totitle.c (check): Likewise.
5671         * tests/unicase/test-u32-toupper.c (check): Likewise.
5672         * tests/uninorm/test-u8-nfc.c (check): Likewise.
5673         * tests/uninorm/test-u8-nfd.c (check): Likewise.
5674         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
5675         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
5676         * tests/uninorm/test-u16-nfc.c (check): Likewise.
5677         * tests/uninorm/test-u16-nfd.c (check): Likewise.
5678         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
5679         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
5680         * tests/uninorm/test-u32-nfc.c (check): Likewise.
5681         * tests/uninorm/test-u32-nfd.c (check): Likewise.
5682         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
5683         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
5684
5685 2009-04-05  Bruno Haible  <bruno@clisp.org>
5686
5687         Work around an autoconf limitation.
5688         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
5689         comment line if it would be longer than 3 KB.
5690
5691 2009-04-05  Bruno Haible  <bruno@clisp.org>
5692
5693         Avoid test failure with libiconv-1.13.
5694         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
5695         of the expected test results.
5696
5697 2009-04-05  Bruno Haible  <bruno@clisp.org>
5698
5699         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
5700         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
5701         that it should be installed.
5702
5703 2009-04-05  Bruno Haible  <bruno@clisp.org>
5704
5705         * gnulib-tool: New option --copy-file.
5706         (func_usage): Document it.
5707         (func_dest_tmpfilename): Moved out of func_import.
5708         (func_add_file, func_update_file): New functions, extracted from
5709         func_import.
5710         (func_import): Update.
5711
5712 2009-04-05  Karl Berry  <karl@gnu.org>
5713
5714         * README: prominently mention gnulib-tool.
5715         Rearrange sections so getting the code is near the top.
5716
5717 2009-04-05  Bruno Haible  <bruno@clisp.org>
5718
5719         * lib/unicase.h: Mention u*_cmp2.
5720         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
5721         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
5722         * lib/unicase/ulc-casecmp.c: Likewise.
5723         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
5724         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
5725         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
5726         unistr/u8-cmp.
5727         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
5728         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
5729         unistr/u16-cmp.
5730         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
5731         unistr/u32-cmp.
5732
5733         * lib/uninorm.h: Mention u*_cmp2.
5734         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
5735         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
5736         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
5737         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
5738         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
5739         unistr/u8-cmp.
5740         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
5741         unistr/u16-cmp.
5742         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
5743         unistr/u32-cmp.
5744
5745         New module 'unistr/u32-cmp2'.
5746         * lib/unistr/u32-cmp2.c: New file.
5747         * modules/unistr/u32-cmp2: New file.
5748
5749         New module 'unistr/u16-cmp2'.
5750         * lib/unistr/u16-cmp2.c: New file.
5751         * modules/unistr/u16-cmp2: New file.
5752
5753         New module 'unistr/u8-cmp2'.
5754         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
5755         * lib/unistr/u8-cmp2.c: New file.
5756         * lib/unistr/u-cmp2.h: New file.
5757         * modules/unistr/u8-cmp2: New file.
5758
5759 2009-04-05  Bruno Haible  <bruno@clisp.org>
5760
5761         * lib/unictype.h (uc_property_is_valid): New macro.
5762         * tests/unictype/test-pr_byname.c (main): Use it.
5763
5764         * lib/unistr.h: Doc fixes.
5765         * lib/uniconv.h: Doc fixes.
5766         * lib/unictype.h: Doc fixes.
5767
5768 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
5769
5770         Port coreutils 7.2 to Solaris 8.
5771
5772         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
5773         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
5774         for Solaris 8.  This is a bit of a hack, as it means it's the
5775         caller's responsibility to add -lnsl if needed, but most likely it
5776         won't be needed since only getaddrinfo uses this and getaddrinfo
5777         isn't needed on Solaris 8.
5778
5779         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
5780         problem to Solaris 8 encountered with coreutils 7.2, which
5781         resulted in a message "fnmatch.c:292: warning: passing argument 4
5782         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
5783         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
5784
5785 2009-04-03  Simon Josefsson  <simon@josefsson.org>
5786
5787         * m4/ld-version-script.m4: Add FIXME comment.
5788
5789 2009-04-02  Simon Josefsson  <simon@josefsson.org>
5790
5791         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
5792         SOVERSION variable.
5793
5794 2009-04-02  Bruno Haible  <bruno@clisp.org>
5795
5796         * Makefile (info, html, dvi, pdf): Combine the rules.
5797         Suggested by Jim Meyering.
5798
5799 2009-04-01  Bruno Haible  <bruno@clisp.org>
5800
5801         * Makefile (info, html, dvi, pdf): New targets.
5802         Reported by Reuben Thomas <rrt@sc3d.org>.
5803
5804 2009-04-01  Bruno Haible  <bruno@clisp.org>
5805
5806         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
5807         can be put into PATH.
5808         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
5809
5810 2009-04-01  Bruno Haible  <bruno@clisp.org>
5811
5812         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
5813
5814 2009-04-01  Bruno Haible  <bruno@clisp.org>
5815
5816         Rename module 'visibility'.
5817         * modules/lib-symbol-visibility: Renamed from modules/visibility.
5818         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
5819         * doc/gnulib.texi: Update.
5820         * MODULES.html.sh (Misc): Update.
5821         * NEWS: Mention the change.
5822
5823 2009-04-01  Simon Josefsson  <simon@josefsson.org>
5824
5825         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
5826         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
5827         Eric Blake <ebb9@byu.net> for review.
5828         * MODULES.html.sh: Add lib-msvc-compat.
5829         * doc/gnulib.texi: Link to new section.
5830         * m4/ld-output-def.m4: New file.
5831         * doc/ld-output-def.texi: New file.
5832
5833 2009-04-01  Simon Josefsson  <simon@josefsson.org>
5834
5835         Rename ld-version-script to lib-symbol-versions.  Suggested by
5836         Bruno Haible <bruno@clisp.org>.
5837         * modules/ld-version-script: Renamed to lib-symbol-versions.
5838         * doc/ld-version-script.texi: Fix module name.
5839         * MODULES.html.sh: Add lib-symbol-versions.
5840
5841 2009-03-31  Simon Josefsson  <simon@josefsson.org>
5842
5843         * modules/u64-tests: New file.
5844         * tests/test-u64.c: New file.
5845
5846 2009-03-04  Simon Josefsson  <simon@josefsson.org>
5847
5848         * MODULES.html.sh: Mention u64.
5849         * modules/u64: New module.
5850         * modules/crypto/sha512: Depend on u64 module instead of providing
5851         u64.h.
5852
5853 2009-03-27  Eric Blake  <ebb9@byu.net>
5854
5855         test-strerror: make debugging EAI_SYSTEM easier
5856         * modules/getaddrinfo-tests (Depends-on): Add strerror.
5857         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
5858         failure was EAI_SYSTEM.
5859
5860 2009-03-25  Bruno Haible  <bruno@clisp.org>
5861
5862         Fix a problem with --enable-relocatable on Solaris 7.
5863         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
5864         since 2008-02-24.
5865
5866 2009-03-25  Eric Blake  <ebb9@byu.net>
5867
5868         test-sockets: avoid gcc warning
5869         * tests/test-sockets.c (main): Silence compiler warning.
5870
5871 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
5872
5873         New modules nproc, pthread, contributed by Glen Lenker.
5874
5875         * MODULES.html.sh: Add pthread, nproc.
5876         * lib/nproc.c: New file.
5877         * lib/nproc.h: New file.
5878         * lib/pthread.in.h: New file.
5879         * m4/pthread.m4: New file.
5880         * modules/nproc: New file.
5881         * modules/pthread: New file.
5882
5883 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5884
5885         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
5886         New variable.
5887
5888 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
5889
5890         filevercmp: handle simple~ and numbered.~3~ backup suffixes
5891         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
5892         * tests/test-filevercmp.c: Add tests for backup suffixes.
5893
5894 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5895
5896         * modules/stdlib (Depends-on): Add stdint, needed when defining
5897         struct random_data on, for example, HP-UX 10.20.  Reported by
5898         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5899
5900 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5901
5902         * lib/readline.c (readline): Call fflush on stdout after printing
5903         prompt.
5904
5905 2009-03-20  Bruno Haible  <bruno@clisp.org>
5906
5907         Remove dependency from 'close' module to -lws2_32 on native Windows.
5908         * lib/close-hook.h: New file.
5909         * lib/close-hook.c: New file.
5910         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
5911         w32sock.h.
5912         (_gl_close_fd_maybe_socket): Remove function.
5913         (rpl_close): Invoke execute_all_close_hooks instead of
5914         _gl_close_fd_maybe_socket.
5915         * lib/sockets.c: Include close-hook.h, w32sock.h.
5916         (close_fd_maybe_socket): New function, essentially from lib/close.c.
5917         (close_sockets_hook): New variable.
5918         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
5919         (gl_sockets_cleanup): Unregister it.
5920         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
5921         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
5922         * modules/close-hook: New file.
5923         * modules/close (Files): Remove lib/w32sock.h.
5924         (Depends-on): Add close-hook.
5925         (Link): Remove section.
5926         * modules/sockets (Files): Add lib/w32sock.h.
5927         (Depends-on): Add close-hook.
5928         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
5929         invocation.
5930         * NEWS: Mention that LIB_CLOSE is gone.
5931
5932 2009-03-23  Eric Blake  <ebb9@byu.net>
5933
5934         signal-tests: test previous patch
5935         * tests/test-signal.c: New file.
5936         * modules/signal-tests: Likewise.
5937
5938         signal.h: always support 'volatile sig_atomic_t'
5939         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
5940         (gl_SIGNAL_H_DEFAULTS): Add a default.
5941         * modules/signal (Makefile.am): Substitute if needed.
5942         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
5943         users can blindly add volatile.
5944         * doc/posix-headers/signal.texi (signal.h): Document it.
5945         Reported by Matthew Woehlke.
5946
5947 2009-03-23  Jim Meyering  <meyering@redhat.com>
5948
5949         pathmax: PATH_MAX: use pathconf only when available
5950         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
5951         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
5952         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
5953         This avoids a link failure in a PSP cross-compilation environment
5954         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
5955
5956         * lib/vasnprintf.c (divide): Fix typo in comment.
5957
5958 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5959
5960         * gnulib-tool (func_filter_filelist): Fix comment.
5961
5962 2009-03-20  Bruno Haible  <bruno@clisp.org>
5963
5964         Make sockets.h self-contained.
5965         * lib/sockets.c: Include sockets.h first.
5966         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
5967
5968 2009-03-19  Eric Blake  <ebb9@byu.net>
5969
5970         doc: mention more functions added in cygwin 1.7.0
5971         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
5972         addition.
5973         * doc/posix-functions/log2f.texi: Likewise.
5974
5975 2009-03-19  Jim Meyering  <meyering@redhat.com>
5976
5977         fsusage: avoid syntax error due to statement-before-declaration
5978         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
5979         after all declarations.  Reported by Matthew Woehlke in
5980         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
5981
5982 2009-03-18  Eric Blake  <ebb9@byu.net>
5983
5984         build-aux/compile: sync from automake
5985         * build-aux/compile: New file, from automake.
5986         * config/srclist.txt: Mention build-aux/compile.
5987
5988 2009-03-17  Bruno Haible  <bruno@clisp.org>
5989
5990         * lib/git-merge-changelog.c: Fix typo in comment.
5991         Reported by Reuben Thomas <rrt@sc3d.org>.
5992
5993 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
5994
5995         * m4/regex.m4: update and improve help for
5996         --without-included-regex.
5997
5998 2009-03-17  Simon Josefsson  <simon@josefsson.org>
5999
6000         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
6001         failure on missing include files.
6002
6003 2009-03-17  Eric Blake  <ebb9@byu.net>
6004
6005         doc: mention more functions added in cygwin 1.7.0
6006         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
6007         addition.
6008         * doc/posix-functions/fwscanf.texi: Likewise.
6009         * doc/posix-functions/swprintf.texi: Likewise.
6010         * doc/posix-functions/swscanf.texi: Likewise.
6011         * doc/posix-functions/vfwprintf.texi: Likewise.
6012         * doc/posix-functions/vfwscanf.texi: Likewise.
6013         * doc/posix-functions/vswprintf.texi: Likewise.
6014         * doc/posix-functions/vswscanf.texi: Likewise.
6015         * doc/posix-functions/vwprintf.texi: Likewise.
6016         * doc/posix-functions/vwscanf.texi: Likewise.
6017         * doc/posix-functions/wcscasecmp.texi: Likewise.
6018         * doc/posix-functions/wcsdup.texi: Likewise.
6019         * doc/posix-functions/wcsftime.texi: Likewise.
6020         * doc/posix-functions/wcsncasecmp.texi: Likewise.
6021         * doc/posix-functions/wprintf.texi: Likewise.
6022         * doc/posix-functions/wscanf.texi: Likewise.
6023         * doc/glibc-functions/gethostbyname2.texi: Likewise.
6024
6025 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6026
6027         maint.mk: really add $(AM_MAKEFLAGS)
6028         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
6029         was inadvertently omitted in the last commit.
6030         Spotted by Bruno Haible.
6031
6032         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
6033         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
6034         $(AM_MAKEFLAGS)' rather than plain `make'.
6035
6036         gnulib-tool: execute $MAKE not make
6037         * gnulib-tool: Default $MAKE to 'make'.
6038         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
6039         than make.  Initialize $MAKE in the do-autobuild script.
6040
6041         gnulib-tool: use $MAKE not make in generated files
6042         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
6043         make, in generated files.  Initialize $MAKE in the do-autobuild
6044         script.
6045
6046         * top/GNUmakefile (_have-git-version-gen): Fix typo.
6047
6048         GNUmakefile: disable parallelism only for multiple, recursive targets
6049         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
6050         additions in the Makefile.
6051         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
6052         by Automake.
6053         (.NOTPARALLEL): Only disable parallel builds if multiple targets
6054         are listed on the command line and at least one of them is
6055         listed in $(ALL_RECURSIVE_TARGETS).
6056
6057 2009-03-14  Bruno Haible  <bruno@clisp.org>
6058
6059         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
6060         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
6061         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
6062         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
6063         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
6064         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
6065         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
6066         unistr/u8-uctomb.
6067         * modules/unistr/u8-strchr (Depends-on): Likewise.
6068         * modules/unistr/u8-strrchr (Depends-on): Likewise.
6069         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
6070         unistr/u16-uctomb.
6071         * modules/unistr/u16-strchr (Depends-on): Likewise.
6072         * modules/unistr/u16-strrchr (Depends-on): Likewise.
6073
6074 2009-03-12  Bruno Haible  <bruno@clisp.org>
6075
6076         Work around select() bug on Interix 3.5.
6077         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
6078         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
6079         * m4/select.m4: New file.
6080         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
6081         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
6082         * modules/select (Files): Add m4/select.m4.
6083         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
6084         * modules/nanosleep (Depends-on): Add select.
6085         * modules/poll (Depends-on): Likewise.
6086         * doc/posix-functions/select.texi: Mention the Interix bug.
6087         Reported by Markus Duft <mduft@gentoo.org>.
6088
6089         * lib/select.c: Renamed from lib/winsock-select.c.
6090         * modules/select (Files): Add lib/select.c, remove
6091         lib/winsock-select.c.
6092         (configure.ac): Update.
6093
6094 2009-03-12  Jim Meyering  <meyering@redhat.com>
6095
6096         avoid gcc warnings about unused macro definitions
6097         * lib/readtokens.c (STREQ): Remove unused definition.
6098         * lib/xmalloc.c (SIZE_MAX): Likewise.
6099         * lib/openat-die.c (N_): Likewise.
6100         * lib/mountlist.c (SIZE_MAX): Remove definition.
6101         Instead, include <stdint.h>.
6102         * lib/readutmp.c: Likewise.
6103         * modules/readutmp (Depends-on): Add stdint.
6104         * modules/mountlist (Depends-on): Add stdint.
6105         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
6106
6107 2009-03-10  Bruno Haible  <bruno@clisp.org>
6108
6109         Tests for module 'mbmemcasecoll'.
6110         * modules/mbmemcasecoll-tests: New file.
6111         * tests/test-mbmemcasecoll1.sh: New file.
6112         * tests/test-mbmemcasecoll2.sh: New file.
6113         * tests/test-mbmemcasecoll3.sh: New file.
6114         * tests/test-mbmemcasecoll.c: New file.
6115
6116         New module 'mbmemcasecoll'.
6117         * lib/mbmemcasecoll.h: New file.
6118         * lib/mbmemcasecoll.c: New file.
6119         * modules/mbmemcasecoll: New file.
6120
6121         * tests/test-mbmemcasecmp.h: New file, extracted from
6122         tests/test-mbmemcasecmp.c.
6123         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
6124         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
6125         (main): Update.
6126         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
6127
6128 2009-03-09  Bruno Haible  <bruno@clisp.org>
6129
6130         Tests for module 'mbmemcasecmp'.
6131         * modules/mbmemcasecmp-tests: New file.
6132         * tests/test-mbmemcasecmp1.sh: New file.
6133         * tests/test-mbmemcasecmp2.sh: New file.
6134         * tests/test-mbmemcasecmp3.sh: New file.
6135         * tests/test-mbmemcasecmp.c: New file.
6136
6137         New module 'mbmemcasecmp'.
6138         * lib/mbmemcasecmp.h: New file.
6139         * lib/mbmemcasecmp.c: New file.
6140         * modules/mbmemcasecmp: New file.
6141
6142 2009-03-09  Bruno Haible  <bruno@clisp.org>
6143
6144         Tests for module 'unicase/ulc-casecoll'.
6145         * modules/unicase/ulc-casecoll-tests: New file.
6146         * tests/unicase/test-ulc-casecoll1.sh: New file.
6147         * tests/unicase/test-ulc-casecoll2.sh: New file.
6148         * tests/unicase/test-ulc-casecoll.c: New file.
6149
6150         New module 'unicase/ulc-casecoll'.
6151         * lib/unicase.h (ulc_casecoll): New declaration.
6152         * lib/unicase/ulc-casecoll.c: New file.
6153         * modules/unicase/ulc-casecoll: New file.
6154
6155         New module 'unicase/ulc-casexfrm'.
6156         * lib/unicase.h (ulc_casexfrm): New declaration.
6157         * lib/unicase/ulc-casexfrm.c: New file.
6158         * modules/unicase/ulc-casexfrm: New file.
6159
6160 2009-03-09  Bruno Haible  <bruno@clisp.org>
6161
6162         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
6163         invocations.
6164
6165         * m4/mbscasecmp.m4: Remove file.
6166         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
6167         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
6168
6169         * m4/mbscasestr.m4: Remove file.
6170         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
6171         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
6172
6173         * m4/mbschr.m4: Remove file.
6174         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
6175         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
6176
6177         * m4/mbscspn.m4: Remove file.
6178         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
6179         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
6180
6181         * m4/mbslen.m4: Remove file.
6182         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
6183         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
6184
6185         * m4/mbsncasecmp.m4: Remove file.
6186         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
6187         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
6188
6189         * m4/mbsnlen.m4: Remove file.
6190         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
6191         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
6192
6193         * m4/mbspbrk.m4: Remove file.
6194         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
6195         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
6196
6197         * m4/mbspcasecmp.m4: Remove file.
6198         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
6199         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
6200
6201         * m4/mbsrchr.m4: Remove file.
6202         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
6203         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
6204
6205         * m4/mbssep.m4: Remove file.
6206         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
6207         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
6208
6209         * m4/mbsspn.m4: Remove file.
6210         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
6211         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
6212
6213         * m4/mbsstr.m4: Remove file.
6214         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
6215         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
6216
6217         * m4/mbstok_r.m4: Remove file.
6218         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
6219         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
6220
6221         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
6222
6223         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
6224         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
6225
6226         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
6227
6228 2009-03-08  Bruno Haible  <bruno@clisp.org>
6229
6230         Tests for module 'unicase/ulc-casecmp'.
6231         * modules/unicase/ulc-casecmp-tests: New file.
6232         * tests/unicase/test-ulc-casecmp1.sh: New file.
6233         * tests/unicase/test-ulc-casecmp2.sh: New file.
6234         * tests/unicase/test-ulc-casecmp.c: New file.
6235
6236         New module 'unicase/ulc-casecmp'.
6237         * lib/unicase.h (ulc_casecmp): New declaration.
6238         * lib/unicase/ulc-casecmp.c: New file.
6239         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
6240         'const SRC_UNIT *'.
6241         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
6242         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
6243         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
6244         * modules/unicase/ulc-casecmp: New file.
6245
6246         Tests for module 'unicase/u32-is-cased'.
6247         * modules/unicase/u32-is-cased-tests: New file.
6248         * tests/unicase/test-u32-is-cased.c: New file.
6249
6250         Tests for module 'unicase/u16-is-cased'.
6251         * modules/unicase/u16-is-cased-tests: New file.
6252         * tests/unicase/test-u16-is-cased.c: New file.
6253
6254         Tests for module 'unicase/u8-is-cased'.
6255         * modules/unicase/u8-is-cased-tests: New file.
6256         * tests/unicase/test-u8-is-cased.c: New file.
6257         * tests/unicase/test-is-cased.h: New file.
6258
6259         New module 'unicase/u32-is-cased'.
6260         * lib/unicase/u32-is-cased.c: New file.
6261         * modules/unicase/u32-is-cased: New file.
6262
6263         New module 'unicase/u16-is-cased'.
6264         * lib/unicase/u16-is-cased.c: New file.
6265         * modules/unicase/u16-is-cased: New file.
6266
6267         New module 'unicase/u8-is-cased'.
6268         * lib/unicase/u8-is-cased.c: New file.
6269         * lib/unicase/u-is-cased.h: New file.
6270         * modules/unicase/u8-is-cased: New file.
6271
6272         Tests for module 'unicase/u32-is-casefolded'.
6273         * modules/unicase/u32-is-casefolded-tests: New file.
6274         * tests/unicase/test-u32-is-casefolded.c: New file.
6275
6276         Tests for module 'unicase/u16-is-casefolded'.
6277         * modules/unicase/u16-is-casefolded-tests: New file.
6278         * tests/unicase/test-u16-is-casefolded.c: New file.
6279
6280         Tests for module 'unicase/u8-is-casefolded'.
6281         * modules/unicase/u8-is-casefolded-tests: New file.
6282         * tests/unicase/test-u8-is-casefolded.c: New file.
6283         * tests/unicase/test-is-casefolded.h: New file.
6284
6285         New module 'unicase/u32-is-casefolded'.
6286         * lib/unicase/u32-is-casefolded.c: New file.
6287         * modules/unicase/u32-is-casefolded: New file.
6288
6289         New module 'unicase/u16-is-casefolded'.
6290         * lib/unicase/u16-is-casefolded.c: New file.
6291         * modules/unicase/u16-is-casefolded: New file.
6292
6293         New module 'unicase/u8-is-casefolded'.
6294         * lib/unicase/u8-is-casefolded.c: New file.
6295         * modules/unicase/u8-is-casefolded: New file.
6296
6297         Tests for module 'unicase/u32-is-titlecase'.
6298         * modules/unicase/u32-is-titlecase-tests: New file.
6299         * tests/unicase/test-u32-is-titlecase.c: New file.
6300
6301         Tests for module 'unicase/u16-is-titlecase'.
6302         * modules/unicase/u16-is-titlecase-tests: New file.
6303         * tests/unicase/test-u16-is-titlecase.c: New file.
6304
6305         Tests for module 'unicase/u8-is-titlecase'.
6306         * modules/unicase/u8-is-titlecase-tests: New file.
6307         * tests/unicase/test-u8-is-titlecase.c: New file.
6308         * tests/unicase/test-is-titlecase.h: New file.
6309
6310         New module 'unicase/u32-is-titlecase'.
6311         * lib/unicase/u32-is-titlecase.c: New file.
6312         * modules/unicase/u32-is-titlecase: New file.
6313
6314         New module 'unicase/u16-is-titlecase'.
6315         * lib/unicase/u16-is-titlecase.c: New file.
6316         * modules/unicase/u16-is-titlecase: New file.
6317
6318         New module 'unicase/u8-is-titlecase'.
6319         * lib/unicase/u8-is-titlecase.c: New file.
6320         * modules/unicase/u8-is-titlecase: New file.
6321
6322         Tests for module 'unicase/u32-is-lowercase'.
6323         * modules/unicase/u32-is-lowercase-tests: New file.
6324         * tests/unicase/test-u32-is-lowercase.c: New file.
6325
6326         Tests for module 'unicase/u16-is-lowercase'.
6327         * modules/unicase/u16-is-lowercase-tests: New file.
6328         * tests/unicase/test-u16-is-lowercase.c: New file.
6329
6330         Tests for module 'unicase/u8-is-lowercase'.
6331         * modules/unicase/u8-is-lowercase-tests: New file.
6332         * tests/unicase/test-u8-is-lowercase.c: New file.
6333         * tests/unicase/test-is-lowercase.h: New file.
6334
6335         New module 'unicase/u32-is-lowercase'.
6336         * lib/unicase/u32-is-lowercase.c: New file.
6337         * modules/unicase/u32-is-lowercase: New file.
6338
6339         New module 'unicase/u16-is-lowercase'.
6340         * lib/unicase/u16-is-lowercase.c: New file.
6341         * modules/unicase/u16-is-lowercase: New file.
6342
6343         New module 'unicase/u8-is-lowercase'.
6344         * lib/unicase/u8-is-lowercase.c: New file.
6345         * modules/unicase/u8-is-lowercase: New file.
6346
6347         Tests for module 'unicase/u32-is-uppercase'.
6348         * modules/unicase/u32-is-uppercase-tests: New file.
6349         * tests/unicase/test-u32-is-uppercase.c: New file.
6350
6351         Tests for module 'unicase/u16-is-uppercase'.
6352         * modules/unicase/u16-is-uppercase-tests: New file.
6353         * tests/unicase/test-u16-is-uppercase.c: New file.
6354
6355         Tests for module 'unicase/u8-is-uppercase'.
6356         * modules/unicase/u8-is-uppercase-tests: New file.
6357         * tests/unicase/test-u8-is-uppercase.c: New file.
6358         * tests/unicase/test-is-uppercase.h: New file.
6359
6360         New module 'unicase/u32-is-uppercase'.
6361         * lib/unicase/u32-is-uppercase.c: New file.
6362         * modules/unicase/u32-is-uppercase: New file.
6363
6364         New module 'unicase/u16-is-uppercase'.
6365         * lib/unicase/u16-is-uppercase.c: New file.
6366         * modules/unicase/u16-is-uppercase: New file.
6367
6368         New module 'unicase/u8-is-uppercase'.
6369         * lib/unicase/u8-is-uppercase.c: New file.
6370         * modules/unicase/u8-is-uppercase: New file.
6371
6372         New module 'unicase/u32-is-invariant'.
6373         * lib/unicase/u32-is-invariant.c: New file.
6374         * modules/unicase/u32-is-invariant: New file.
6375
6376         New module 'unicase/u16-is-invariant'.
6377         * lib/unicase/u16-is-invariant.c: New file.
6378         * modules/unicase/u16-is-invariant: New file.
6379
6380         New module 'unicase/u8-is-invariant'.
6381         * lib/unicase/u8-is-invariant.c: New file.
6382         * lib/unicase/invariant.h: New file.
6383         * lib/unicase/u-is-invariant.h: New file.
6384         * modules/unicase/u8-is-invariant: New file.
6385
6386         Tests for module 'unicase/u32-casecoll'.
6387         * modules/unicase/u32-casecoll-tests: New file.
6388         * tests/unicase/test-u32-casecoll.c: New file.
6389
6390         Tests for module 'unicase/u16-casecoll'.
6391         * modules/unicase/u16-casecoll-tests: New file.
6392         * tests/unicase/test-u16-casecoll.c: New file.
6393
6394         Tests for module 'unicase/u8-casecoll'.
6395         * modules/unicase/u8-casecoll-tests: New file.
6396         * tests/unicase/test-u8-casecoll.c: New file.
6397
6398         New module 'unicase/u32-casecoll'.
6399         * lib/unicase/u32-casecoll.c: New file.
6400         * modules/unicase/u32-casecoll: New file.
6401
6402         New module 'unicase/u16-casecoll'.
6403         * lib/unicase/u16-casecoll.c: New file.
6404         * modules/unicase/u16-casecoll: New file.
6405
6406         New module 'unicase/u8-casecoll'.
6407         * lib/unicase/u8-casecoll.c: New file.
6408         * lib/unicase/u-casecoll.h: New file.
6409         * modules/unicase/u8-casecoll: New file.
6410
6411         New module 'unicase/u32-casexfrm'.
6412         * lib/unicase/u32-casexfrm.c: New file.
6413         * modules/unicase/u32-casexfrm: New file.
6414
6415         New module 'unicase/u16-casexfrm'.
6416         * lib/unicase/u16-casexfrm.c: New file.
6417         * modules/unicase/u16-casexfrm: New file.
6418
6419         New module 'unicase/u8-casexfrm'.
6420         * lib/unicase/u8-casexfrm.c: New file.
6421         * lib/unicase/u-casexfrm.h: New file.
6422         * modules/unicase/u8-casexfrm: New file.
6423
6424         Tests for module 'unicase/u32-casecmp'.
6425         * modules/unicase/u32-casecmp-tests: New file.
6426         * tests/unicase/test-u32-casecmp.c: New file.
6427
6428         Tests for module 'unicase/u16-casecmp'.
6429         * modules/unicase/u16-casecmp-tests: New file.
6430         * tests/unicase/test-u16-casecmp.c: New file.
6431
6432         Tests for module 'unicase/u8-casecmp'.
6433         * modules/unicase/u8-casecmp-tests: New file.
6434         * tests/unicase/test-u8-casecmp.c: New file.
6435         * tests/unicase/test-casecmp.h: New file.
6436
6437         New module 'unicase/u32-casecmp'.
6438         * lib/unicase/u32-casecmp.c: New file.
6439         * modules/unicase/u32-casecmp: New file.
6440
6441         New module 'unicase/u16-casecmp'.
6442         * lib/unicase/u16-casecmp.c: New file.
6443         * modules/unicase/u16-casecmp: New file.
6444
6445         New module 'unicase/u8-casecmp'.
6446         * lib/unicase/u8-casecmp.c: New file.
6447         * lib/unicase/u-casecmp.h: New file.
6448         * modules/unicase/u8-casecmp: New file.
6449
6450         Tests for module 'unicase/u32-casefold'.
6451         * modules/unicase/u32-casefold-tests: New file.
6452         * tests/unicase/test-u32-casefold.c: New file.
6453
6454         Tests for module 'unicase/u16-casefold'.
6455         * modules/unicase/u16-casefold-tests: New file.
6456         * tests/unicase/test-u16-casefold.c: New file.
6457
6458         Tests for module 'unicase/u8-casefold'.
6459         * modules/unicase/u8-casefold-tests: New file.
6460         * tests/unicase/test-u8-casefold.c: New file.
6461
6462         New module 'unicase/u32-casefold'.
6463         * lib/unicase/u32-casefold.c: New file.
6464         * modules/unicase/u32-casefold: New file.
6465
6466         New module 'unicase/u16-casefold'.
6467         * lib/unicase/u16-casefold.c: New file.
6468         * modules/unicase/u16-casefold: New file.
6469
6470         New module 'unicase/u8-casefold'.
6471         * lib/unicase/u8-casefold.c: New file.
6472         * lib/unicase/u-casefold.h: New file.
6473         * modules/unicase/u8-casefold: New file.
6474
6475         New module 'unicase/tocasefold'.
6476         * lib/unicase/casefold.h: New file.
6477         * lib/unicase/tocasefold.c: New file.
6478         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
6479         * modules/unicase/tocasefold: New file.
6480
6481         Tests for module 'unicase/u32-totitle'.
6482         * modules/unicase/u32-totitle-tests: New file.
6483         * tests/unicase/test-u32-totitle.c: New file.
6484
6485         Tests for module 'unicase/u16-totitle'.
6486         * modules/unicase/u16-totitle-tests: New file.
6487         * tests/unicase/test-u16-totitle.c: New file.
6488
6489         Tests for module 'unicase/u8-totitle'.
6490         * modules/unicase/u8-totitle-tests: New file.
6491         * tests/unicase/test-u8-totitle.c: New file.
6492
6493         New module 'unicase/u32-totitle'.
6494         * lib/unicase/u32-totitle.c: New file.
6495         * modules/unicase/u32-totitle: New file.
6496
6497         New module 'unicase/u16-totitle'.
6498         * lib/unicase/u16-totitle.c: New file.
6499         * modules/unicase/u16-totitle: New file.
6500
6501         New module 'unicase/u8-totitle'.
6502         * lib/unicase/u8-totitle.c: New file.
6503         * lib/unicase/u-totitle.h: New file.
6504         * modules/unicase/u8-totitle: New file.
6505
6506         Tests for module 'unicase/u32-tolower'.
6507         * modules/unicase/u32-tolower-tests: New file.
6508         * tests/unicase/test-u32-tolower.c: New file.
6509
6510         Tests for module 'unicase/u16-tolower'.
6511         * modules/unicase/u16-tolower-tests: New file.
6512         * tests/unicase/test-u16-tolower.c: New file.
6513
6514         Tests for module 'unicase/u8-tolower'.
6515         * modules/unicase/u8-tolower-tests: New file.
6516         * tests/unicase/test-u8-tolower.c: New file.
6517
6518         New module 'unicase/u32-tolower'.
6519         * lib/unicase/u32-tolower.c: New file.
6520         * modules/unicase/u32-tolower: New file.
6521
6522         New module 'unicase/u16-tolower'.
6523         * lib/unicase/u16-tolower.c: New file.
6524         * modules/unicase/u16-tolower: New file.
6525
6526         New module 'unicase/u8-tolower'.
6527         * lib/unicase/u8-tolower.c: New file.
6528         * modules/unicase/u8-tolower: New file.
6529
6530         Tests for module 'unicase/u32-toupper'.
6531         * modules/unicase/u32-toupper-tests: New file.
6532         * tests/unicase/test-u32-toupper.c: New file.
6533
6534         Tests for module 'unicase/u16-toupper'.
6535         * modules/unicase/u16-toupper-tests: New file.
6536         * tests/unicase/test-u16-toupper.c: New file.
6537
6538         Tests for module 'unicase/u8-toupper'.
6539         * modules/unicase/u8-toupper-tests: New file.
6540         * tests/unicase/test-u8-toupper.c: New file.
6541
6542         New module 'unicase/u32-toupper'.
6543         * lib/unicase/u32-toupper.c: New file.
6544         * modules/unicase/u32-toupper: New file.
6545
6546         New module 'unicase/u16-toupper'.
6547         * lib/unicase/u16-toupper.c: New file.
6548         * modules/unicase/u16-toupper: New file.
6549
6550         New module 'unicase/u8-toupper'.
6551         * lib/unicase/u8-toupper.c: New file.
6552         * modules/unicase/u8-toupper: New file.
6553
6554         New module 'unicase/u32-casemap'.
6555         * lib/unicase/u32-casemap.c: New file.
6556         * modules/unicase/u32-casemap: New file.
6557
6558         New module 'unicase/u16-casemap'.
6559         * lib/unicase/u16-casemap.c: New file.
6560         * modules/unicase/u16-casemap: New file.
6561
6562         New module 'unicase/u8-casemap'.
6563         * lib/unicase/unicasemap.h: New file.
6564         * lib/unicase/u8-casemap.c: New file.
6565         * lib/unicase/u-casemap.h: New file.
6566         * modules/unicase/u8-casemap: New file.
6567
6568         New module 'unicase/special-casing'.
6569         * lib/unicase/special-casing.h: New file.
6570         * lib/unicase/special-casing.c: New file.
6571         * lib/unicase/special-casing-table.gperf: New file, generated by
6572         gen-uni-tables.c.
6573         * modules/unicase/special-casing: New file.
6574
6575         Tests for module 'unicase/locale-language'.
6576         * modules/unicase/locale-language-tests: New file.
6577         * tests/unicase/test-locale-language.sh: New file.
6578         * tests/unicase/test-locale-language.c: New file.
6579
6580         New module 'unicase/locale-language'.
6581         * lib/unicase/locale-language.c: New file.
6582         * lib/unicase/locale-languages.gperf: New file.
6583         * modules/unicase/locale-language: New file.
6584
6585         Generate more tables for case conversion and case folding.
6586         * lib/gen-uni-tables.c (SCC_*): New enum items.
6587         (struct special_casing_rule): New type.
6588         (casing_rules, num_casing_rules, allocated_casing_rules): New
6589         variables.
6590         (add_casing_rule, fill_casing_rules): New functions.
6591         (struct casefold_rule): New type.
6592         (casefolding_rules, num_casefolding_rules,
6593         allocated_casefolding_rules): New variables.
6594         (fill_casefolding_rules): New function.
6595         (unicode_casefold): New variable.
6596         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
6597         sort_casing_rules, output_casing_rules): New functions.
6598         (main): Accept to more arguments: SpecialCasing.txt and
6599         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
6600         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
6601         Output mapping for casefolding.
6602
6603         * lib/unicase.h: Include stdbool.h, uninorm.h.
6604         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
6605         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
6606         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
6607         arguments.
6608         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
6609         resultp arguments.
6610         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
6611         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
6612         resultp arguments.
6613         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
6614         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
6615         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
6616         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
6617         declarations.
6618         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
6619
6620 2009-03-08  Bruno Haible  <bruno@clisp.org>
6621
6622         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
6623         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
6624         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
6625         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
6626
6627 2009-03-07  Bruno Haible  <bruno@clisp.org>
6628
6629         Adjust u*_normcmp, u*_normcoll API.
6630         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
6631         u16_normcoll, u32_normcoll): Change failure conventions.
6632         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
6633         errno and return -1.
6634         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
6635
6636 2009-03-07  Bruno Haible  <bruno@clisp.org>
6637
6638         Tests for module 'uninorm/u32-normcoll'.
6639         * modules/uninorm/u32-normcoll-tests: New file.
6640         * tests/uninorm/test-u32-normcoll.c: New file.
6641
6642         Tests for module 'uninorm/u16-normcoll'.
6643         * modules/uninorm/u16-normcoll-tests: New file.
6644         * tests/uninorm/test-u16-normcoll.c: New file.
6645
6646         Tests for module 'uninorm/u8-normcoll'.
6647         * modules/uninorm/u8-normcoll-tests: New file.
6648         * tests/uninorm/test-u8-normcoll.c: New file.
6649
6650 2009-03-07  Bruno Haible  <bruno@clisp.org>
6651
6652         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
6653         tests/uninorm/test-u32-normcmp.c.
6654         * tests/uninorm/test-u32-normcmp.c: Include it.
6655         (test_nonascii): New function, extracted from main. Add some more
6656         tests.
6657         (main): Invoke test_ascii and test_nonascii.
6658         * modules/uninorm/u32-normcmp-tests (Files): Add
6659         tests/uninorm/test-u32-normcmp.h.
6660         (Depends-on): Remove uninorm/u32-normcmp.
6661
6662         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
6663         tests/uninorm/test-u16-normcmp.c.
6664         * tests/uninorm/test-u16-normcmp.c: Include it.
6665         (test_nonascii): New function, extracted from main. Add some more
6666         tests.
6667         (main): Invoke test_ascii and test_nonascii.
6668         * modules/uninorm/u16-normcmp-tests (Files): Add
6669         tests/uninorm/test-u16-normcmp.h.
6670         (Depends-on): Remove uninorm/u16-normcmp.
6671
6672         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
6673         tests/uninorm/test-u8-normcmp.c.
6674         * tests/uninorm/test-u8-normcmp.c: Include it.
6675         (test_nonascii): New function, extracted from main. Add some more
6676         tests.
6677         (main): Invoke test_ascii and test_nonascii.
6678         * modules/uninorm/u8-normcmp-tests (Files): Add
6679         tests/uninorm/test-u8-normcmp.h.
6680         (Depends-on): Remove uninorm/u8-normcmp.
6681
6682 2009-03-07  Bruno Haible  <bruno@clisp.org>
6683
6684         New module 'uninorm/u32-normcoll'.
6685         * lib/uninorm/u32-normcoll.c: New file.
6686         * modules/uninorm/u32-normcoll: New file.
6687
6688         New module 'uninorm/u16-normcoll'.
6689         * lib/uninorm/u16-normcoll.c: New file.
6690         * modules/uninorm/u16-normcoll: New file.
6691
6692         New module 'uninorm/u8-normcoll'.
6693         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
6694         declarations.
6695         * lib/uninorm/u8-normcoll.c: New file.
6696         * lib/uninorm/u-normcoll.h: New file.
6697         * modules/uninorm/u8-normcoll: New file.
6698
6699         New module 'uninorm/u32-normxfrm'.
6700         * lib/uninorm/u32-normxfrm.c: New file.
6701         * modules/uninorm/u32-normxfrm: New file.
6702
6703         New module 'uninorm/u16-normxfrm'.
6704         * lib/uninorm/u16-normxfrm.c: New file.
6705         * modules/uninorm/u16-normxfrm: New file.
6706
6707         New module 'uninorm/u8-normxfrm'.
6708         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
6709         declarations.
6710         * lib/uninorm/u8-normxfrm.c: New file.
6711         * lib/uninorm/u-normxfrm.h: New file.
6712         * modules/uninorm/u8-normxfrm: New file.
6713
6714 2009-03-07  Bruno Haible  <bruno@clisp.org>
6715
6716         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
6717         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
6718         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
6719
6720 2009-03-07  Bruno Haible  <bruno@clisp.org>
6721
6722         New module 'memxfrm'.
6723         * lib/memxfrm.h: New file.
6724         * lib/memxfrm.c: New file.
6725         * modules/memxfrm: New file.
6726
6727 2009-03-07  Bruno Haible  <bruno@clisp.org>
6728
6729         New module 'memcmp2'.
6730         * lib/memcmp2.h: New file.
6731         * lib/memcmp2.c: New file.
6732         * modules/memcmp2: New file.
6733
6734 2009-03-07  Bruno Haible  <bruno@clisp.org>
6735
6736         Tests for module 'uninorm/decomposing-form'.
6737         * modules/uninorm/decomposing-form-tests: New file.
6738         * tests/uninorm/test-decomposing-form.c: New file.
6739
6740         New module 'uninorm/decomposing-form'.
6741         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
6742         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
6743         Add 'decomposing_variant' field.
6744         * lib/uninorm/decomposing-form.c: New file.
6745         * lib/uninorm/nfc.c (uninorm_nfc): Update.
6746         * lib/uninorm/nfd.c (uninorm_nfd): Update.
6747         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
6748         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
6749         * modules/uninorm/decomposing-form: New file.
6750         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
6751         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
6752
6753 2009-03-07  Bruno Haible  <bruno@clisp.org>
6754
6755         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
6756         strings.
6757
6758 2009-03-06  Bruno Haible  <bruno@clisp.org>
6759
6760         Tests for module 'uninorm/u32-normcmp'.
6761         * tests/uninorm/test-u32-normcmp.c: New file.
6762         * modules/uninorm/u32-normcmp-tests: New file.
6763
6764         Tests for module 'uninorm/u16-normcmp'.
6765         * tests/uninorm/test-u16-normcmp.c: New file.
6766         * modules/uninorm/u16-normcmp-tests: New file.
6767
6768         Tests for module 'uninorm/u8-normcmp'.
6769         * tests/uninorm/test-u8-normcmp.c: New file.
6770         * modules/uninorm/u8-normcmp-tests: New file.
6771
6772         New module 'uninorm/u32-normcmp'.
6773         * lib/uninorm/u32-normcmp.c: New file.
6774         * modules/uninorm/u32-normcmp: New file.
6775
6776         New module 'uninorm/u16-normcmp'.
6777         * lib/uninorm/u16-normcmp.c: New file.
6778         * modules/uninorm/u16-normcmp: New file.
6779
6780         New module 'uninorm/u8-normcmp'.
6781         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
6782         declarations.
6783         * lib/uninorm/u8-normcmp.c: New file.
6784         * lib/uninorm/u-normcmp.h: New file.
6785         * modules/uninorm/u8-normcmp: New file.
6786
6787 2009-03-06  Bruno Haible  <bruno@clisp.org>
6788
6789         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
6790         Reported by Eric Blake.
6791
6792 2009-03-06  Eric Blake  <ebb9@byu.net>
6793             Bruno Haible  <bruno@clisp.org>
6794
6795         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
6796         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
6797         condition.
6798         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
6799         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
6800         condition.
6801         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
6802
6803 2009-03-06  Eric Blake  <ebb9@byu.net>
6804
6805         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
6806         to avoid compiler warnings.
6807         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
6808
6809 2009-03-05  Bruno Haible  <bruno@clisp.org>
6810
6811         * tests/test-ftell.c (main): Disable test beyond end of file on
6812         FreeMiNT.
6813         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
6814
6815 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
6816
6817         * lib/filevercmp.c: Move hidden files up in ordering.
6818         * tests/test-filevercmp.c: Add tests for hidden files.
6819
6820 2009-03-04  Bruno Haible  <bruno@clisp.org>
6821
6822         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
6823         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
6824         AM_CFLAGS.
6825         Reported by Simon Josefsson.
6826
6827 2009-03-03  Bruno Haible  <bruno@clisp.org>
6828
6829         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
6830         Reported by Simon Josefsson.
6831
6832         * doc/ld-version-script.texi: Update node reference.
6833
6834 2009-03-03  Bruno Haible  <bruno@clisp.org>
6835
6836         * modules/visibility (License): Change to 'unlimited'.
6837         Suggested by Simon Josefsson.
6838
6839 2009-03-03  Jim Meyering  <meyering@redhat.com>
6840
6841         unlinkdir: cannot_unlink_dir may modify process state
6842         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
6843         it's neither thread-safe nor appropriate for use in a library.
6844
6845 2009-03-03  Eric Blake  <ebb9@byu.net>
6846
6847         test-closein: silence test under Darwin
6848         * tests/test-closein.sh: Ignore stderr from cat, since we don't
6849         care if it dies from EPIPE or EBADF.
6850
6851 2009-03-03  Bruno Haible  <bruno@clisp.org>
6852
6853         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
6854         earlier.
6855         * doc/visibility.texi: Fix @node and @section.
6856
6857 2009-03-03  Simon Josefsson  <simon@josefsson.org>
6858
6859         * doc/gnulib.texi: Link to sections for ld version script and
6860         visibility.
6861         * doc/visibility.texi: Add @node and @section.
6862         * modules/ld-version-script: New module.
6863         * m4/ld-version-script.m4: New file.
6864         * doc/ld-version-script.texi: New file.
6865
6866 2009-03-02  David Lutterkort  <lutter@redhat.com>
6867
6868         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
6869         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
6870
6871 2009-03-02  Bruno Haible  <bruno@clisp.org>
6872
6873         * doc/visibility.texi: Mention libtool's -export-symbols option.
6874
6875 2009-03-02  Jim Meyering  <meyering@redhat.com>
6876
6877         announce-gen: new option: --no-print-checksums
6878         * build-aux/announce-gen (usage): Describe it.
6879         (print_checksums): Print a newline here, not in the [*] footnote.
6880         (main): Honor it.
6881
6882 2009-03-01  Bruno Haible  <bruno@clisp.org>
6883
6884         Use socklen_t in the native Windows replacements prototypes.
6885         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
6886         instead of 'int'.
6887         * lib/getsockopt.c (rpl_getsockopt): Likewise.
6888         * lib/setsockopt.c (rpl_setsockopt): Likewise.
6889         * modules/getsockopt (Depends-on): Add socklen.
6890         * modules/setsockopt (Depends-on): Add socklen.
6891
6892 2009-03-01  Bruno Haible  <bruno@clisp.org>
6893
6894         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
6895         least 4.2.
6896
6897 2009-03-01  Eric Blake  <ebb9@byu.net>
6898             Bruno Haible  <bruno@clisp.org>
6899
6900         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
6901         error messages.
6902         * lib/wait-process.c (wait_subprocess): Omit error message about
6903         deadly signal sent to the child of termsigp != NULL.
6904
6905 2009-03-01  Eric Blake  <ebb9@byu.net>
6906
6907         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
6908
6909 2009-03-01  Bruno Haible  <bruno@clisp.org>
6910
6911         Avoid a gcc warning.
6912         * tests/test-sched.c (b): Make global.
6913         Reported by Eric Blake.
6914
6915 2009-01-19  Martin Lambers  <marlam@marlam.de>
6916
6917         Provide POSIX semantics for socket timeout options on W32.
6918         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
6919         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
6920         * modules/setsockopt: Depend on sys_time module for struct timeval.
6921         * modules/getsockopt: Depend on sys_time module for struct timeval.
6922
6923 2009-03-01  Simon Josefsson  <simon@josefsson.org>
6924
6925         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
6926         __USE_GNU, for consistency with netdb.in.h.
6927         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
6928
6929 2009-03-01  Bruno Haible  <bruno@clisp.org>
6930
6931         More support for FreeMiNT.
6932         * lib/fseeko.c (rpl_fseeko): Complete last commit.
6933         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
6934
6935 2009-03-01  Bruno Haible  <bruno@clisp.org>
6936
6937         More support for FreeMiNT.
6938         * lib/fpurge.c (fpurge): Correct last commit.
6939         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
6940
6941 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6942
6943         Fix unportable awk script in vc-list-files.
6944         * build-aux/vc-list-files: In the replacement awk script, use
6945         substr with a second argument of 1, not zero.
6946         Report by Simon Josefsson.
6947
6948 2009-02-28  Bruno Haible  <bruno@clisp.org>
6949
6950         More support for FreeMiNT.
6951         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
6952         to FreeMiNT today.
6953         * lib/fwriting.c (fwriting): Likewise.
6954         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
6955
6956 2009-02-28  Bruno Haible  <bruno@clisp.org>
6957
6958         * tests/test-freadseek.c (main): Disable test beyond end of file on
6959         FreeMiNT.
6960         * tests/test-ftello.c (main): Likewise.
6961         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
6962
6963 2009-02-28  Bruno Haible  <bruno@clisp.org>
6964
6965         Add tentative support for FreeMiNT.
6966         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
6967         * lib/fpurge.c (fpurge): Likewise.
6968         * lib/freadable.c (freadable): Likewise.
6969         * lib/freading.c (freading): Likewise.
6970         * lib/freadptr.c (freadptr): Likewise.
6971         * lib/freadseek.c (freadptrinc): Likewise.
6972         * lib/fseeko.c (rpl_fseeko): Likewise.
6973         * lib/fseterr.c (fseterr): Likewise.
6974         * lib/fwritable.c (fwritable): Likewise.
6975         * lib/fwriting.c (fwriting): Likewise.
6976         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
6977         Hourihane.
6978         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
6979
6980 2009-02-28  Bruno Haible  <bruno@clisp.org>
6981
6982         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
6983         SIGCHLD.
6984         Reported by Jim Meyering.
6985
6986 2009-02-28  Bruno Haible  <bruno@clisp.org>
6987
6988         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
6989         Mention the results of these tests on various platforms.
6990         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
6991         order.
6992         * doc/posix-functions/printf.texi: Likewise.
6993         * doc/posix-functions/snprintf.texi: Likewise.
6994         * doc/posix-functions/sprintf.texi: Likewise.
6995         * doc/posix-functions/vfprintf.texi: Likewise.
6996         * doc/posix-functions/vprintf.texi: Likewise.
6997         * doc/posix-functions/vsnprintf.texi: Likewise.
6998         * doc/posix-functions/vsprintf.texi: Likewise.
6999         * doc/glibc-functions/obstack_printf.texi: Likewise.
7000         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
7001
7002 2009-02-28  Bruno Haible  <bruno@clisp.org>
7003
7004         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
7005         Reported by Loïc Minier <lool@dooz.org>.
7006
7007 2009-02-27  Bruno Haible  <bruno@clisp.org>
7008
7009         * gnulib-tool (func_import): Make the sed expression used to create the
7010         sed script for updating the .gitignore file POSIX compliant.
7011         Reported by Eric Blake.
7012
7013 2009-02-27  Bruno Haible  <bruno@clisp.org>
7014
7015         * gnulib-tool (sed): Don't alias as "sed --posix".
7016         Reported by Eric Blake.
7017
7018 2009-02-27  Bruno Haible  <bruno@clisp.org>
7019
7020         Avoid test link errors.
7021         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
7022         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
7023         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
7024         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
7025         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7026
7027 2009-02-27  Bruno Haible  <bruno@clisp.org>
7028
7029         Avoid spurious "(cached)" in configure output.
7030         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
7031         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
7032         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
7033         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
7034         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
7035         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
7036         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
7037         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
7038         Reported by Eric Blake.
7039
7040 2009-02-27  Eric Blake  <ebb9@byu.net>
7041
7042         printf: fix regression in previous patch
7043         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
7044
7045 2009-02-27  Bruno Haible  <bruno@clisp.org>
7046
7047         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
7048         value.
7049         * lib/stdint.in.h: Likewise.
7050         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
7051
7052 2009-02-27  Eric Blake  <ebb9@byu.net>
7053
7054         doc: mention more functions added in cygwin 1.7.0
7055         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
7056         addition.
7057         * doc/posix-functions/open_wmemstream.texi: Likewise.
7058         * doc/posix-functions/wcsnlen.texi: Likewise.
7059         * doc/posix-functions/wcsnrtombs.texi: Likewise.
7060         * doc/posix-functions/wcstod.texi: Likewise.
7061         * doc/posix-functions/wcstof.texi: Likewise.
7062         * doc/posix-functions/wcstoimax.texi: Likewise.
7063         * doc/posix-functions/wcstok.texi: Likewise.
7064         * doc/posix-functions/wcstoumax.texi: Likewise.
7065
7066         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
7067         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
7068         * doc/posix-functions/fprintf.texi: Update.
7069         * doc/posix-functions/printf.texi: Update.
7070         * doc/posix-functions/snprintf.texi: Update.
7071         * doc/posix-functions/sprintf.texi: Update.
7072         * doc/posix-functions/vfprintf.texi: Update.
7073         * doc/posix-functions/vprintf.texi: Update.
7074         * doc/posix-functions/vsnprintf.texi: Update.
7075         * doc/posix-functions/vsprintf.texi: Update.
7076         * doc/glibc-functions/obstack_printf.texi: Update.
7077         * doc/glibc-functions/obstack_vprintf.texi: Update.
7078
7079 2009-02-26  Eric Blake  <ebb9@byu.net>
7080
7081         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
7082         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
7083         compilation bug by using runtime conversion.
7084         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
7085         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
7086         * modules/ceill-tests (Files): Use nan.h.
7087         * modules/floorl-tests (Files): Likewise.
7088         * modules/frexpl-tests (Files): Likewise.
7089         * modules/isnanl-tests (Files): Likewise.
7090         * modules/ldexpl-tests (Files): Likewise.
7091         * modules/roundl-tests (Files): Likewise.
7092         * modules/truncl-tests (Files): Likewise.
7093         * tests/test-ceill.c (main): Use a working NaN.
7094         * tests/test-floorl.c (main): Likewise.
7095         * tests/test-frexpl.c (main): Likewise.
7096         * tests/test-isnan.c (test_long_double): Likewise.
7097         * tests/test-isnanl.h (main): Likewise.
7098         * tests/test-ldexpl.h (main): Likewise.
7099         * tests/test-roundl.h (main): Likewise.
7100         * tests/test-truncl.h (main): Likewise.
7101         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
7102
7103 2009-02-26  Eric Blake  <ebb9@byu.net>
7104             Bruno Haible  <bruno@clisp.org>
7105
7106         Work around a *printf bug with %ls on Solaris.
7107         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
7108         precision is specified, sprintf stops converting the wide string
7109         argument when the number of bytes that have been produced by this
7110         conversion equals or exceeds the precision.
7111         * doc/posix-functions/fprintf.texi: Update.
7112         * doc/posix-functions/printf.texi: Update.
7113         * doc/posix-functions/snprintf.texi: Update.
7114         * doc/posix-functions/sprintf.texi: Update.
7115         * doc/posix-functions/vfprintf.texi: Update.
7116         * doc/posix-functions/vprintf.texi: Update.
7117         * doc/posix-functions/vsnprintf.texi: Update.
7118         * doc/posix-functions/vsprintf.texi: Update.
7119         * doc/glibc-functions/obstack_printf.texi: Update.
7120         * doc/glibc-functions/obstack_vprintf.texi: Update.
7121
7122 2009-02-26  Eric Blake  <ebb9@byu.net>
7123
7124         stdlib: favor compiler check of random.h
7125         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
7126         to avoid an ObjC random.h installed by Swarm.
7127
7128 2009-02-26  Bruno Haible  <bruno@clisp.org>
7129
7130         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
7131         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
7132         Reported by Gary V. Vaughan <gary@gnu.org>.
7133
7134 2009-02-26  Bruno Haible  <bruno@clisp.org>
7135
7136         Fix *printf behaviour regarding the %ls directive.
7137         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
7138         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
7139         NEED_PRINTF_DIRECTIVE_LS.
7140         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
7141         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
7142         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7143         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
7144         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
7145         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
7146         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
7147         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7148         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7149         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7150         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7151         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
7152         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7153         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7154         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7155         * doc/posix-functions/fprintf.texi: Update.
7156         * doc/posix-functions/printf.texi: Update.
7157         * doc/posix-functions/snprintf.texi: Update.
7158         * doc/posix-functions/sprintf.texi: Update.
7159         * doc/posix-functions/vfprintf.texi: Update.
7160         * doc/posix-functions/vprintf.texi: Update.
7161         * doc/posix-functions/vsnprintf.texi: Update.
7162         * doc/posix-functions/vsprintf.texi: Update.
7163         * doc/glibc-functions/obstack_printf.texi: Update.
7164         * doc/glibc-functions/obstack_vprintf.texi: Update.
7165         Reported by Eric Blake.
7166
7167 2009-02-25  Bruno Haible  <bruno@clisp.org>
7168
7169         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
7170         with known value.
7171         Reported by Gary V. Vaughan <gary@gnu.org>.
7172
7173 2009-02-25  Bruno Haible  <bruno@clisp.org>
7174
7175         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
7176         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
7177         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
7178         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
7179         Reported by Gary V. Vaughan <gary@gnu.org>.
7180
7181 2009-02-25  Bruno Haible  <bruno@clisp.org>
7182
7183         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
7184         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
7185         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
7186         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
7187         Reported by Gary V. Vaughan <gary@gnu.org>.
7188
7189 2009-02-25  Eric Blake  <ebb9@byu.net>
7190
7191         tests: skip fseek/ftell tests if ungetc is broken
7192         * m4/ungetc.m4: New file.
7193         * modules/fseek-tests: Split test, so ungetc dependency is
7194         separate from rest of test.
7195         * modules/fseeko-tests: Likewise.
7196         * modules/ftell-tests: Likewise.
7197         * modules/ftello-tests: Likewise.
7198         * tests/test-fseek.c (main): Isolate ungetc dependency.
7199         * tests/test-fseeko.c (main): Likewise.
7200         * tests/test-ftell.c (main): Likewise.
7201         * tests/test-ftello.c (main): Likewise.
7202         * tests/test-fseek2.sh: New file.
7203         * tests/test-fseeko2.sh: Likewise.
7204         * tests/test-ftell2.sh: Likewise.
7205         * tests/test-ftello2.sh: Likewise.
7206
7207 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
7208
7209         test-getaddrinfo: fix usage of skip return code 77
7210         * tests/test-gettaddrinfo.c: Return skip code 77 only
7211         for first occurance of skip (4x77 is not 77)
7212
7213 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
7214
7215         strtod: avoid C99 decl-after-statement
7216         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
7217
7218 2009-02-24  Eric Blake  <ebb9@byu.net>
7219
7220         strtod: detect HP-UX 11.31 bug
7221         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
7222         Reported by Gary V. Vaughan.
7223
7224 2009-02-23  Bruno Haible  <bruno@clisp.org>
7225
7226         Fix invalid read past end of memory block.
7227         * lib/vasnprintf.c (DCHAR_SET): Define.
7228         (local_wcslen): Define only when needed.
7229         (local_strnlen, local_wcsnlen): New functions.
7230         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
7231         directives that involve a conversion ourselves.
7232         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
7233         wcsnlen, mbrtowc, wcrtomb.
7234         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
7235         * tests/test-vasprintf-posix.c (test_function): Likewise.
7236         * tests/test-snprintf-posix.h (test_function): Likewise.
7237         * tests/test-sprintf-posix.h (test_function): Likewise.
7238         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7239
7240 2009-02-22  Bruno Haible  <bruno@clisp.org>
7241
7242         Implement new clarified decomposition of Hangul syllables.
7243         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
7244         of type LTV, return only a pairwise decomposition.
7245         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
7246         Likewise.
7247         * tests/uninorm/test-decomposition.c (main): Updated expected result.
7248         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
7249         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
7250
7251 2009-02-22  Bruno Haible  <bruno@clisp.org>
7252
7253         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
7254         zero-length results and shrink excess allocated memory.
7255         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
7256         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
7257         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
7258         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
7259         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
7260         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
7261         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
7262         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
7263         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
7264         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
7265         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
7266         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
7267
7268 2009-02-21  Bruno Haible  <bruno@clisp.org>
7269
7270         * doc/gnulib.texi: Include safe-alloc.texi earlier.
7271         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
7272         spaces after a period. Put a space between a macro name and its
7273         argument list. Trivial rewordings.
7274         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
7275         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
7276         (main): Return 0 explicitly.
7277
7278 2009-02-21  Bruno Haible  <bruno@clisp.org>
7279
7280         Tests for module 'uninorm/filter'.
7281         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
7282         * modules/uninorm/filter-tests: New file.
7283
7284         New module 'uninorm/filter'.
7285         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
7286         uninorm_filter_flush, uninorm_filter_free): New declarations.
7287         * lib/uninorm/uninorm-filter.c: New file.
7288         * modules/uninorm/filter: New file.
7289
7290 2009-02-21  Bruno Haible  <bruno@clisp.org>
7291
7292         Tests for module 'uninorm/nfkc'.
7293         * tests/uninorm/test-nfkc.c: New file.
7294         * tests/uninorm/test-u8-nfkc.c: New file.
7295         * tests/uninorm/test-u16-nfkc.c: New file.
7296         * tests/uninorm/test-u32-nfkc.c: New file.
7297         * tests/uninorm/test-u32-nfkc-big.sh: New file.
7298         * tests/uninorm/test-u32-nfkc-big.c: New file.
7299         * modules/uninorm/nfkc-tests: New file.
7300
7301         New module 'uninorm/nfkc'.
7302         * lib/uninorm/nfkc.c: New file.
7303         * modules/uninorm/nfkc: New file.
7304
7305         Tests for module 'uninorm/nfkd'.
7306         * tests/uninorm/test-nfkd.c: New file.
7307         * tests/uninorm/test-u8-nfkd.c: New file.
7308         * tests/uninorm/test-u16-nfkd.c: New file.
7309         * tests/uninorm/test-u32-nfkd.c: New file.
7310         * tests/uninorm/test-u32-nfkd-big.sh: New file.
7311         * tests/uninorm/test-u32-nfkd-big.c: New file.
7312         * modules/uninorm/nfkd-tests: New file.
7313
7314         New module 'uninorm/nfkd'.
7315         * lib/uninorm/nfkd.c: New file.
7316         * modules/uninorm/nfkd: New file.
7317
7318         Tests for module 'uninorm/nfc'.
7319         * tests/uninorm/test-nfc.c: New file.
7320         * tests/uninorm/test-u8-nfc.c: New file.
7321         * tests/uninorm/test-u16-nfc.c: New file.
7322         * tests/uninorm/test-u32-nfc.c: New file.
7323         * tests/uninorm/test-u32-nfc-big.sh: New file.
7324         * tests/uninorm/test-u32-nfc-big.c: New file.
7325         * modules/uninorm/nfc-tests: New file.
7326
7327         New module 'uninorm/nfc'.
7328         * lib/uninorm/nfc.c: New file.
7329         * modules/uninorm/nfc: New file.
7330
7331         Tests for module 'uninorm/nfd'.
7332         * tests/uninorm/test-nfd.c: New file.
7333         * tests/uninorm/test-u8-nfd.c: New file.
7334         * tests/uninorm/test-u16-nfd.c: New file.
7335         * tests/uninorm/test-u32-nfd.c: New file.
7336         * tests/uninorm/test-u32-nfd-big.sh: New file.
7337         * tests/uninorm/test-u32-nfd-big.c: New file.
7338         * tests/uninorm/test-u32-normalize-big.h: New file.
7339         * tests/uninorm/test-u32-normalize-big.c: New file.
7340         * tests/uninorm/NormalizationTest.txt: New file, created from
7341         Unicode 5.1.0 NormalizationTest.txt.
7342         * modules/uninorm/nfd-tests: New file.
7343
7344         New module 'uninorm/nfd'.
7345         * lib/uninorm/nfd.c: New file.
7346         * modules/uninorm/nfd: New file.
7347
7348         New module 'uninorm/u32-normalize'.
7349         * lib/uninorm/u32-normalize.c: New file.
7350         * modules/uninorm/u32-normalize: New file.
7351
7352         New module 'uninorm/u16-normalize'.
7353         * lib/uninorm/u16-normalize.c: New file.
7354         * modules/uninorm/u16-normalize: New file.
7355
7356         New module 'uninorm/u8-normalize'.
7357         * lib/uninorm/u8-normalize.c: New file.
7358         * lib/uninorm/normalize-internal.h: New file.
7359         * lib/uninorm/u-normalize-internal.h: New file.
7360         * modules/uninorm/u8-normalize: New file.
7361
7362         New module 'uninorm/decompose-internal'.
7363         * lib/uninorm/decompose-internal.c: New file.
7364         * modules/uninorm/decompose-internal: New file.
7365
7366         Tests for module 'uninorm/composition'.
7367         * tests/uninorm/test-composition.c: New file.
7368         * modules/uninorm/composition-tests: New file.
7369
7370         New module 'uninorm/composition'.
7371         * lib/uninorm/composition.c: New file.
7372         * lib/uninorm/composition-table.gperf: New file, generated by
7373         gen-uni-tables.
7374         * modules/uninorm/composition: New file.
7375
7376         Tests for module 'uninorm/compat-decomposition'.
7377         * tests/uninorm/test-compat-decomposition.c: New file.
7378         * modules/uninorm/compat-decomposition-tests: New file.
7379
7380         New module 'uninorm/compat-decomposition'.
7381         * lib/uninorm/decompose-internal.h: New file.
7382         * lib/uninorm/compat-decomposition.c: New file.
7383         * modules/uninorm/compat-decomposition: New file.
7384
7385         Tests for module 'uninorm/canonical-decomposition'.
7386         * tests/uninorm/test-canonical-decomposition.c: New file.
7387         * modules/uninorm/canonical-decomposition-tests: New file.
7388
7389         New module 'uninorm/canonical-decomposition'.
7390         * lib/uninorm/canonical-decomposition.c: New file.
7391         * modules/uninorm/canonical-decomposition: New file.
7392
7393         Tests for module 'uninorm/decomposition'.
7394         * tests/uninorm/test-decomposition.c: New file.
7395         * modules/uninorm/decomposition-tests: New file.
7396
7397         New module 'uninorm/decomposition'.
7398         * lib/uninorm/decomposition.c: New file.
7399         * modules/uninorm/decomposition: New file.
7400
7401         New module 'uninorm/decomposition-table'.
7402         * lib/uninorm/decomposition-table.h: New file.
7403         * lib/uninorm/decomposition-table.c: New file.
7404         * lib/uninorm/decomposition-table1.h: New file, generated by
7405         gen-uni-tables.
7406         * lib/uninorm/decomposition-table2.h: New file, generated by
7407         gen-uni-tables.
7408         * modules/uninorm/decomposition-table: New file.
7409
7410         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
7411         (UC_DECOMP_*): New enumeration items.
7412         (get_decomposition): New function.
7413         (struct decomp_table): New type.
7414         (output_decomposition, output_decomposition_tables): New functions.
7415         (unicode_composition_exclusions): New variable.
7416         (fill_composition_exclusions, debug_output_composition_tables): New
7417         functions.
7418         (main): Accept one more argument. Invoke fill_composition_exclusions.
7419         Output decomposition and composition tables.
7420
7421         New module 'uninorm/base'.
7422         * lib/uninorm.h: New file.
7423         * lib/unictype.h: Update comment.
7424         * modules/uninorm/base: New file.
7425
7426 2009-02-21  David Lutterkort  <lutter@redhat.com>
7427
7428         Tests for module 'safe-alloc'.
7429         * tests/test-safe-alloc.c: New file.
7430         * modules/safe-alloc-tests: New file.
7431
7432         New module 'safe-alloc'.
7433         * lib/safe-alloc.h: New file.
7434         * lib/safe-alloc.c: New file.
7435         * m4/safe-alloc.m4: New file.
7436         * modules/safe-alloc: New file.
7437         * doc/safe-alloc.texi: New file.
7438         * doc/gnulib.texi: Include it.
7439         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
7440         safe-alloc.
7441
7442 2009-02-18  Bruno Haible  <bruno@clisp.org>
7443
7444         Fix link error on non-glibc systems.
7445         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
7446         variable.
7447         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7448
7449 2009-02-18  Jim Meyering  <meyering@redhat.com>
7450
7451         fts: avoid used-uninitialized error due to recent change
7452         * lib/fts.c (fts_read): Guard uses of the new member,
7453         parent->fts_n_dirs_remaining, since it's not relevant for
7454         the parent of a directory specified on the command-line.
7455
7456 2009-02-17  James Youngman  <jay@gnu.org>
7457             Bruno Haible  <bruno@clisp.org>
7458
7459         * m4/include_next.m4: Reformulate comment.
7460
7461 2009-02-16  Jim Meyering  <meyering@redhat.com>
7462
7463         fts: add #if guards so that the fts_lgpl module still builds
7464         * lib/fts.c: Guard just-added hash-table-using parts with
7465         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
7466         Reported by Simon Josefsson.
7467
7468 2009-02-15  Bruno Haible  <bruno@clisp.org>
7469
7470         * modules/array-mergesort-tests: New file.
7471         * tests/test-array-mergesort.c: New file.
7472
7473         New module 'array-mergesort'.
7474         * modules/array-mergesort: New file.
7475         * lib/array-mergesort.h: New file.
7476
7477 2009-02-15  Bruno Haible  <bruno@clisp.org>
7478
7479         Fix 2009-02-07 commit.
7480         * lib/gen-uni-tables.c (output_predicate, output_category,
7481         output_combclass, output_bidi_category, output_decimal_digit,
7482         output_digit, output_numeric, output_mirror, output_scripts,
7483         output_ident_category, output_simple_mapping): Fix format directives.
7484         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
7485
7486 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
7487
7488         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
7489         fixes are available from IBM.
7490
7491 2009-02-13  Jim Meyering  <meyering@redhat.com>
7492
7493         fts: arrange not to stat non-directories in more cases
7494         This makes GNU find (when it doesn't need to stat each file)
7495         *much* more efficient at traversing reiserfs file systems.
7496         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
7497         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
7498         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
7499         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
7500         (leaf_optimization_applies): New function.
7501         (LCO_hash, LCO_compare): New helper functions.
7502         (link_count_optimize_ok): New function.
7503         (fts_stat): Initialize new member (if dir).
7504         (fts_read): Decrement parent's fts_n_dirs_remaining count if
7505         we've just stat'ed a directory.  Skip the stat call when possible.
7506         ---
7507         Note this AFS-related exchange:
7508         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
7509         and note find's pioctl call in find/fstype.c.
7510         But that is necessary only if you want to enable the
7511         optimization for AFS, and for now, I don't.
7512
7513         fts: move a function definition "up" (no semantic change)
7514         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
7515         "up" to precede upcoming use of a related function.
7516
7517 2009-02-11  Jim Meyering  <meyering@redhat.com>
7518
7519         fts: correct internal computation of nlinks (optimization-related)
7520         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
7521         whether the current entry is a directory, so don't test it.
7522
7523 2009-02-10  Bruno Haible  <bruno@clisp.org>
7524
7525         Tests for module 'uniwbrk/ulc-wordbreaks'.
7526         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
7527         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
7528         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
7529
7530         Tests for module 'uniwbrk/u32-wordbreaks'.
7531         * modules/uniwbrk/u32-wordbreaks-tests: New file.
7532         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
7533
7534         Tests for module 'uniwbrk/u16-wordbreaks'.
7535         * modules/uniwbrk/u16-wordbreaks-tests: New file.
7536         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
7537
7538         Tests for module 'uniwbrk/u8-wordbreaks'.
7539         * modules/uniwbrk/u8-wordbreaks-tests: New file.
7540         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
7541
7542 2009-02-10  Bruno Haible  <bruno@clisp.org>
7543
7544         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
7545         property.
7546         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
7547         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
7548         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
7549
7550 2009-02-10  Simon Josefsson  <simon@josefsson.org>
7551
7552         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
7553         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
7554
7555 2009-02-10  Bruno Haible  <bruno@clisp.org>
7556
7557         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
7558         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
7559         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
7560         * lib/unilbrk/u8-possible-linebreaks.c: Update.
7561         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
7562         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
7563
7564 2009-02-09  Simon Josefsson  <simon@josefsson.org>
7565
7566         * lib/sockets.h (gl_fd_to_handle): New function.
7567
7568         * tests/test-sockets.c: Call gl_fd_to_handle.
7569
7570 2009-02-09  Bruno Haible  <bruno@clisp.org>
7571
7572         * doc/havelib.texi: Document the conventions on bi-arch systems.
7573
7574 2009-02-08  Bruno Haible  <bruno@clisp.org>
7575
7576         Document the AC_LIB_LINKFLAGS macro.
7577         * doc/havelib.texi: New file, mostly written on 2005-05-24.
7578         * doc/gnulib.texi: Include it.
7579
7580 2009-02-08  Bruno Haible  <bruno@clisp.org>
7581
7582         Fix wrong order of sections, compared to TOC.
7583         * doc/gnulib.texi: Include relocatable-maint.texi after the
7584         "Regular expressions" node, not before.
7585
7586 2009-02-08  Bruno Haible  <bruno@clisp.org>
7587
7588         Tests for module 'unicase/totitle'.
7589         * modules/unicase/totitle-tests: New file.
7590
7591         Tests for module 'unicase/tolower'.
7592         * modules/unicase/tolower-tests: New file.
7593
7594         Tests for module 'unicase/toupper'.
7595         * modules/unicase/toupper-tests: New file.
7596         * tests/unicase/test-mapping-part1.h: New file.
7597         * tests/unicase/test-mapping-part2.h: New file.
7598
7599         New module 'unicase/totitle'.
7600         * modules/unicase/totitle: New file.
7601         * lib/unicase/totitle.c: New file.
7602
7603         New module 'unicase/tolower'.
7604         * modules/unicase/tolower: New file.
7605         * lib/unicase/tolower.c: New file.
7606
7607         New module 'unicase/toupper'.
7608         * modules/unicase/toupper: New file.
7609         * lib/unicase/toupper.c: New file.
7610         * lib/unicase/simple-mapping.h: New file.
7611
7612         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
7613         (mapping_table): New structure.
7614         (output_simple_mapping): New function.
7615         (main): Invoke output_simple_mapping_test and output_simple_mapping.
7616         * modules/gen-uni-tables (Description): Update.
7617         * lib/unicase/toupper.h: New file, automatically generated by
7618         gen-uni-tables.
7619         * lib/unicase/tolower.h: New file, automatically generated by
7620         gen-uni-tables.
7621         * lib/unicase/totitle.h: New file, automatically generated by
7622         gen-uni-tables.
7623         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
7624         gen-uni-tables.
7625         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
7626         gen-uni-tables.
7627         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
7628         gen-uni-tables.
7629
7630         New module 'unicase/base'.
7631         * modules/unicase/base: New file.
7632         * lib/unicase.h: New file.
7633
7634 2009-02-08  Bruno Haible  <bruno@clisp.org>
7635
7636         New module 'uniwbrk/ulc-wordbreaks'.
7637         * modules/uniwbrk/ulc-wordbreaks: New file.
7638         * lib/uniwbrk/ulc-wordbreaks.c: New file.
7639
7640         New module 'uniwbrk/u32-wordbreaks'.
7641         * modules/uniwbrk/u32-wordbreaks: New file.
7642         * lib/uniwbrk/u32-wordbreaks.c: New file.
7643
7644         New module 'uniwbrk/u16-wordbreaks'.
7645         * modules/uniwbrk/u16-wordbreaks: New file.
7646         * lib/uniwbrk/u16-wordbreaks.c: New file.
7647
7648         New module 'uniwbrk/u8-wordbreaks'.
7649         * modules/uniwbrk/u8-wordbreaks: New file.
7650         * lib/uniwbrk/u8-wordbreaks.c: New file.
7651         * lib/uniwbrk/u-wordbreaks.h: New file.
7652
7653         New module 'uniwbrk/table'.
7654         * modules/uniwbrk/table: New file.
7655         * lib/uniwbrk/wbrktable.h: New file.
7656         * lib/uniwbrk/wbrktable.c: New file.
7657
7658         New module 'uniwbrk/wordbreak-property'.
7659         * modules/uniwbrk/wordbreak-property: New file.
7660         * lib/uniwbrk/wordbreak-property.c: New file.
7661
7662         * lib/gen-uni-tables.c (WBP_*): New enum items.
7663         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
7664         (unicode_org_wbp): New variable.
7665         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
7666         New functions.
7667         (wbp_table): New structure.
7668         (output_wbp, output_wbrk_tables): New functions.
7669         (main): Accept additional argument. Invoke fill_org_wbp,
7670         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
7671         output_wbrk_tables.
7672         * modules/gen-uni-tables (Description): Update.
7673         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
7674         gen-uni-tables.
7675
7676         New module 'uniwbrk/base'.
7677         * modules/uniwbrk/base: New file.
7678         * lib/uniwbrk.h: New file.
7679
7680 2009-02-08  Bruno Haible  <bruno@clisp.org>
7681
7682         Update to Unicode 5.1.0.
7683         * lib/gen-uni-tables.c (is_property_alphabetic): Include
7684         U+2185..U+2188.
7685         (is_property_default_ignorable_code_point): Don't include characters
7686         of category Cc or Cs and not-a-characters.
7687         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
7688         U+0D79, U+109E, U+109F, U+A60C.
7689         * lib/unictype/bidi_of.h: Regenerated.
7690         * lib/unictype/blocks.h: Regenerated.
7691         * lib/unictype/categ_C.h: Regenerated.
7692         * lib/unictype/categ_Cf.h: Regenerated.
7693         * lib/unictype/categ_Cn.h: Regenerated.
7694         * lib/unictype/categ_L.h: Regenerated.
7695         * lib/unictype/categ_Ll.h: Regenerated.
7696         * lib/unictype/categ_Lm.h: Regenerated.
7697         * lib/unictype/categ_Lo.h: Regenerated.
7698         * lib/unictype/categ_Lu.h: Regenerated.
7699         * lib/unictype/categ_M.h: Regenerated.
7700         * lib/unictype/categ_Mc.h: Regenerated.
7701         * lib/unictype/categ_Me.h: Regenerated.
7702         * lib/unictype/categ_Mn.h: Regenerated.
7703         * lib/unictype/categ_N.h: Regenerated.
7704         * lib/unictype/categ_Nd.h: Regenerated.
7705         * lib/unictype/categ_Nl.h: Regenerated.
7706         * lib/unictype/categ_No.h: Regenerated.
7707         * lib/unictype/categ_P.h: Regenerated.
7708         * lib/unictype/categ_Pd.h: Regenerated.
7709         * lib/unictype/categ_Pe.h: Regenerated.
7710         * lib/unictype/categ_Pf.h: Regenerated.
7711         * lib/unictype/categ_Pi.h: Regenerated.
7712         * lib/unictype/categ_Po.h: Regenerated.
7713         * lib/unictype/categ_Ps.h: Regenerated.
7714         * lib/unictype/categ_S.h: Regenerated.
7715         * lib/unictype/categ_Sk.h: Regenerated.
7716         * lib/unictype/categ_Sm.h: Regenerated.
7717         * lib/unictype/categ_So.h: Regenerated.
7718         * lib/unictype/categ_of.h: Regenerated.
7719         * lib/unictype/combining.h: Regenerated.
7720         * lib/unictype/ctype_alnum.h: Regenerated.
7721         * lib/unictype/ctype_alpha.h: Regenerated.
7722         * lib/unictype/ctype_graph.h: Regenerated.
7723         * lib/unictype/ctype_lower.h: Regenerated.
7724         * lib/unictype/ctype_print.h: Regenerated.
7725         * lib/unictype/ctype_punct.h: Regenerated.
7726         * lib/unictype/ctype_upper.h: Regenerated.
7727         * lib/unictype/decdigit.h: Regenerated.
7728         * lib/unictype/digit.h: Regenerated.
7729         * lib/unictype/mirror.h: Regenerated.
7730         * lib/unictype/numeric.h: Regenerated.
7731         * lib/unictype/pr_alphabetic.h: Regenerated.
7732         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
7733         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
7734         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
7735         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
7736         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
7737         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
7738         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
7739         * lib/unictype/pr_combining.h: Regenerated.
7740         * lib/unictype/pr_dash.h: Regenerated.
7741         * lib/unictype/pr_decimal_digit.h: Regenerated.
7742         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
7743         * lib/unictype/pr_deprecated.h: Regenerated.
7744         * lib/unictype/pr_diacritic.h: Regenerated.
7745         * lib/unictype/pr_extender.h: Regenerated.
7746         * lib/unictype/pr_format_control.h: Regenerated.
7747         * lib/unictype/pr_grapheme_base.h: Regenerated.
7748         * lib/unictype/pr_grapheme_extend.h: Regenerated.
7749         * lib/unictype/pr_grapheme_link.h: Regenerated.
7750         * lib/unictype/pr_id_continue.h: Regenerated.
7751         * lib/unictype/pr_id_start.h: Regenerated.
7752         * lib/unictype/pr_ideographic.h: Regenerated.
7753         * lib/unictype/pr_ignorable_control.h: Regenerated.
7754         * lib/unictype/pr_lowercase.h: Regenerated.
7755         * lib/unictype/pr_math.h: Regenerated.
7756         * lib/unictype/pr_numeric.h: Regenerated.
7757         * lib/unictype/pr_other_alphabetic.h: Regenerated.
7758         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
7759         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
7760         * lib/unictype/pr_other_id_continue.h: Regenerated.
7761         * lib/unictype/pr_other_lowercase.h: Regenerated.
7762         * lib/unictype/pr_other_math.h: Regenerated.
7763         * lib/unictype/pr_punctuation.h: Regenerated.
7764         * lib/unictype/pr_sentence_terminal.h: Regenerated.
7765         * lib/unictype/pr_soft_dotted.h: Regenerated.
7766         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
7767         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
7768         * lib/unictype/pr_unified_ideograph.h: Regenerated.
7769         * lib/unictype/pr_uppercase.h: Regenerated.
7770         * lib/unictype/pr_xid_continue.h: Regenerated.
7771         * lib/unictype/pr_xid_start.h: Regenerated.
7772         * lib/unictype/pr_zero_width.h: Regenerated.
7773         * lib/unictype/scripts.h: Regenerated.
7774         * lib/unictype/scripts_byname.gperf: Regenerated.
7775         * lib/unictype/sy_java_ident.h: Regenerated.
7776         * lib/unilbrk/lbrkprop1.h: Regenerated.
7777         * lib/unilbrk/lbrkprop2.h: Regenerated.
7778         * tests/unictype/test-categ_C.c: Regenerated.
7779         * tests/unictype/test-categ_Cf.c: Regenerated.
7780         * tests/unictype/test-categ_Cn.c: Regenerated.
7781         * tests/unictype/test-categ_L.c: Regenerated.
7782         * tests/unictype/test-categ_Ll.c: Regenerated.
7783         * tests/unictype/test-categ_Lm.c: Regenerated.
7784         * tests/unictype/test-categ_Lo.c: Regenerated.
7785         * tests/unictype/test-categ_Lu.c: Regenerated.
7786         * tests/unictype/test-categ_M.c: Regenerated.
7787         * tests/unictype/test-categ_Mc.c: Regenerated.
7788         * tests/unictype/test-categ_Me.c: Regenerated.
7789         * tests/unictype/test-categ_Mn.c: Regenerated.
7790         * tests/unictype/test-categ_N.c: Regenerated.
7791         * tests/unictype/test-categ_Nd.c: Regenerated.
7792         * tests/unictype/test-categ_Nl.c: Regenerated.
7793         * tests/unictype/test-categ_No.c: Regenerated.
7794         * tests/unictype/test-categ_P.c: Regenerated.
7795         * tests/unictype/test-categ_Pd.c: Regenerated.
7796         * tests/unictype/test-categ_Pe.c: Regenerated.
7797         * tests/unictype/test-categ_Pf.c: Regenerated.
7798         * tests/unictype/test-categ_Pi.c: Regenerated.
7799         * tests/unictype/test-categ_Po.c: Regenerated.
7800         * tests/unictype/test-categ_Ps.c: Regenerated.
7801         * tests/unictype/test-categ_S.c: Regenerated.
7802         * tests/unictype/test-categ_Sk.c: Regenerated.
7803         * tests/unictype/test-categ_Sm.c: Regenerated.
7804         * tests/unictype/test-categ_So.c: Regenerated.
7805         * tests/unictype/test-ctype_alnum.c: Regenerated.
7806         * tests/unictype/test-ctype_alpha.c: Regenerated.
7807         * tests/unictype/test-ctype_graph.c: Regenerated.
7808         * tests/unictype/test-ctype_lower.c: Regenerated.
7809         * tests/unictype/test-ctype_print.c: Regenerated.
7810         * tests/unictype/test-ctype_punct.c: Regenerated.
7811         * tests/unictype/test-ctype_upper.c: Regenerated.
7812         * tests/unictype/test-decdigit.h: Regenerated.
7813         * tests/unictype/test-digit.h: Regenerated.
7814         * tests/unictype/test-numeric.h: Regenerated.
7815         * tests/unictype/test-pr_alphabetic.c: Regenerated.
7816         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
7817         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
7818         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
7819         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
7820         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
7821         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
7822         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
7823         * tests/unictype/test-pr_combining.c: Regenerated.
7824         * tests/unictype/test-pr_dash.c: Regenerated.
7825         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
7826         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
7827         * tests/unictype/test-pr_deprecated.c: Regenerated.
7828         * tests/unictype/test-pr_diacritic.c: Regenerated.
7829         * tests/unictype/test-pr_extender.c: Regenerated.
7830         * tests/unictype/test-pr_format_control.c: Regenerated.
7831         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
7832         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
7833         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
7834         * tests/unictype/test-pr_id_continue.c: Regenerated.
7835         * tests/unictype/test-pr_id_start.c: Regenerated.
7836         * tests/unictype/test-pr_ideographic.c: Regenerated.
7837         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
7838         * tests/unictype/test-pr_lowercase.c: Regenerated.
7839         * tests/unictype/test-pr_math.c: Regenerated.
7840         * tests/unictype/test-pr_numeric.c: Regenerated.
7841         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
7842         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
7843         Regenerated.
7844         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
7845         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
7846         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
7847         * tests/unictype/test-pr_other_math.c: Regenerated.
7848         * tests/unictype/test-pr_punctuation.c: Regenerated.
7849         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
7850         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
7851         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
7852         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
7853         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
7854         * tests/unictype/test-pr_uppercase.c: Regenerated.
7855         * tests/unictype/test-pr_xid_continue.c: Regenerated.
7856         * tests/unictype/test-pr_xid_start.c: Regenerated.
7857         * tests/unictype/test-pr_zero_width.c: Regenerated.
7858
7859         Update to Unicode 5.1.0.
7860         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
7861         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
7862         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
7863         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
7864         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
7865         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
7866         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
7867         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
7868         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
7869         (nonspacing_table_ind): Update.
7870         * tests/uniwidth/test-uc_width2.sh: Update expected result.
7871
7872         Update to Unicode 5.1.0.
7873         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
7874         code transform.
7875         * lib/uniname/uniname.c (unicode_character_name,
7876         unicode_name_character): Add the range 0x1Fxxx to the code transform.
7877         * lib/uniname/uninames.h: Regenerated.
7878         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
7879
7880 2009-02-07  Bruno Haible  <bruno@clisp.org>
7881
7882         Merge gen-ctype and gen-lbrk into a single program.
7883         * lib/gen-uni-tables.c: New file, incorporating
7884         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
7885         Add directory prefixes to the names of the generated files.
7886         * lib/unictype/gen-ctype.c: Remove file.
7887         * lib/unilbrk/gen-lbrk.c: Remove file.
7888         * modules/gen-uni-tables: New file.
7889         * modules/unictype/gen-ctype: Remove file.
7890         * modules/unilbrk/gen-lbrk: Remove file.
7891
7892 2009-02-07  Bruno Haible  <bruno@clisp.org>
7893
7894         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
7895
7896         New module 'unistr/u32-strcoll'.
7897         * modules/unistr/u32-strcoll: New file.
7898         * lib/unistr/u32-strcoll.c: New file.
7899
7900         New module 'unistr/u16-strcoll'.
7901         * modules/unistr/u16-strcoll: New file.
7902         * lib/unistr/u16-strcoll.c: New file.
7903
7904         New module 'unistr/u8-strcoll'.
7905         * modules/unistr/u8-strcoll: New file.
7906         * lib/unistr/u8-strcoll.c: New file.
7907         * lib/unistr/u-strcoll.h: New file.
7908
7909 2009-02-07  Bruno Haible  <bruno@clisp.org>
7910
7911         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
7912         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
7913         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
7914         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
7915         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
7916         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
7917
7918 2009-02-07  Bruno Haible  <bruno@clisp.org>
7919
7920         Make 64-bit clean.
7921         * lib/unictype/gen-ctype.c (output_predicate, output_category,
7922         output_combclass, output_bidi_category, output_decimal_digit,
7923         output_digit, output_numeric, output_mirror, output_scripts,
7924         output_ident_category): Use proper width specifier in format strings.
7925
7926 2009-02-07  Bruno Haible  <bruno@clisp.org>
7927
7928         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
7929         failure behaviour.
7930
7931 2009-02-07  Jim Meyering  <meyering@redhat.com>
7932
7933         regex: avoid compilation failure with upcoming gcc-4.4
7934         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
7935         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
7936         "... error: integer overflow in preprocessor expression".
7937
7938 2009-02-05  Ben Pfaff  <blp@gnu.org>
7939
7940         Fix link errors on Windows when close module is used.
7941         * modules/close: Add $(LIB_CLOSE) to Link section.
7942         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
7943         $(LIB_CLOSE) on Windows.
7944
7945 2009-02-05  Jim Meyering  <meyering@redhat.com>
7946
7947         still avoid unused-parameter warnings, but do it cleanly
7948         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
7949         (get_fs_usage): Cast to void instead.
7950         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
7951         (dev_from_mount_options, read_file_system_list): Cast to void.
7952         Prompted by Bruno Haible.
7953
7954 2009-02-04  Jim Meyering  <meyering@redhat.com>
7955
7956         fsusage.c: correct copyright year
7957         * lib/fsusage.c: Reflect year in which the change is pushed into
7958
7959         avoid misc. warnings
7960         * lib/fsusage.c (UNUSED_PARAM): Define.
7961         (get_fs_usage): Mark parameter "disk" as unused.
7962         * lib/getugroups.c (getgrent): Use "void" in prototype.
7963         * lib/mountlist.c: Mark unused parameters.
7964         (read_file_system_list): Declare a local with "const".
7965         * lib/nanosleep.c (getnow): Declare static.
7966         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
7967
7968         dirfd: set errno upon failure
7969         * lib/dirfd.c: Include <errno.h>.
7970         Set errno to ENOTSUP when returning -1.
7971         * modules/dirfd (Depends-on): Add errno.
7972         Suggested by John Kodis <kodis@comcast.net>.
7973
7974 2009-02-01  Bruno Haible  <bruno@clisp.org>
7975
7976         Don't assume sizeof (long) >= sizeof (void *).
7977         * lib/memcmp.c: Include stdint.h.
7978         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
7979         srcp2 to 'const byte *'.
7980         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
7981         types to uintptr_t.
7982         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
7983         * modules/memcmp (Depends-on): Add stdint.
7984         Reported by Ozkan Sezer <sezeroz@gmail.com>.
7985
7986 2009-01-30  Eric Blake  <ebb9@byu.net>
7987
7988         fix more require-before-expand issues
7989         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
7990         expand, AC_PROG_AWK.
7991         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
7992
7993 2009-01-28  Eric Blake  <ebb9@byu.net>
7994
7995         version-etc: use consistent URL formatting
7996         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
7997         Improve formatting.  Use fputs for string without %.
7998
7999 2009-01-28  Jim Meyering  <meyering@redhat.com>
8000
8001         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
8002         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
8003         "underquoted definition of NAME" from autoconf-2.59.
8004
8005 2009-01-28  Bruno Haible  <bruno@clisp.org>
8006
8007         * doc/gnulib.texi: Add "Obsolete modules" to index.
8008
8009 2009-01-28  Jim Meyering  <meyering@redhat.com>
8010
8011         useless-if-before-free: recognize more variants
8012         * build-aux/useless-if-before-free: Also recognize e.g.,
8013         if (NULL != p) free (p);
8014
8015 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
8016
8017         test-getaddrinfo: skip (don't fail) this test when there's no network
8018         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
8019         on the presumption that it means you lack network access.
8020
8021 2009-01-26  Jim Meyering  <meyering@redhat.com>
8022
8023         fflush: avoid warnings on modern systems
8024         * lib/fflush.c (rpl_fflush): Move declarations of locals,
8025         pos and result, into scopes where they're used.
8026
8027 2009-01-26  Eric Blake  <ebb9@byu.net>
8028
8029         Silence warning reintroduced by recent extensions patch.
8030         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
8031         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
8032         autoconf.
8033
8034         Backport improved autoconf semantics of AC_DEFUN_ONCE.
8035         * m4/00gnulib.m4: New file.
8036         * gnulib-tool (func_get_filelist): Always use it.
8037         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
8038         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
8039
8040 2009-01-25  Bruno Haible  <bruno@clisp.org>
8041
8042         Make test-quotearg work on MacOS X and AIX.
8043         * tests/test-quotearg.sh: New file.
8044         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
8045         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
8046         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
8047         include <libintl.h>.
8048         (fake_locale): Remove variable.
8049         (gettext, dgettext, dcgettext): Remove functions.
8050         (main): Instead of setting a fake locale, set a real locale. Call
8051         textdomain and bindtextdomain.
8052         * modules/quotearg-tests (Files): Add the new files.
8053         (Depends-on): Add gettext, setenv, unsetenv.
8054         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
8055         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
8056         Augment TESTS_ENVIRONMENT.
8057
8058 2009-01-25  Bruno Haible  <bruno@clisp.org>
8059
8060         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
8061         fr_FR.ISO8859-1 locale on MacOS X.
8062         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
8063         ja_JP.eucJP locale on MacOS X.
8064         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
8065         zh_CN.GB18030 locale on MacOS X.
8066
8067 2009-01-25  Bruno Haible  <bruno@clisp.org>
8068
8069         Avoid link errors on MacOS X 10.3.
8070         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
8071         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
8072
8073 2009-01-25  Bruno Haible  <bruno@clisp.org>
8074
8075         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
8076         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
8077         * modules/pipe (Files): Remove m4/posix_spawn.m4.
8078         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
8079         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
8080         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
8081         posix_spawnattr_init, posix_spawnattr_setsigmask,
8082         posix_spawnattr_setflags, posix_spawnattr_destroy.
8083
8084         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
8085         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
8086         * modules/execute (Files): Remove m4/posix_spawn.m4.
8087         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
8088         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
8089         posix_spawnattr_init, posix_spawnattr_setsigmask,
8090         posix_spawnattr_setflags, posix_spawnattr_destroy.
8091
8092 2009-01-25  Bruno Haible  <bruno@clisp.org>
8093
8094         * lib/glthread/threadlib.c: Include <stdlib.h>.
8095
8096 2009-01-25  Bruno Haible  <bruno@clisp.org>
8097
8098         * lib/glthread/threadlib.c (dummy): New declaration.
8099
8100 2009-01-25  Bruno Haible  <bruno@clisp.org>
8101
8102         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
8103         multibyte characters also for the GB18030 encoding. Don't crash when
8104         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
8105
8106 2009-01-25  Bruno Haible  <bruno@clisp.org>
8107
8108         Avoid redefining 'struct random_data' on OSF/1 5.1.
8109         * lib/stdlib.in.h: Include <random.h> if it exists.
8110         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
8111         HAVE_RANDOM_H. Include <random.h> when testing whether
8112         'struct random_data' exists.
8113         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
8114
8115 2009-01-25  Bruno Haible  <bruno@clisp.org>
8116
8117         Don't install charset.alias on MacOS X >= 10.3.
8118         * lib/localcharset.c (DARWIN7): New macro.
8119         (get_charset_aliases): Hardcode the result for Darwin7.
8120         * modules/localcharset (install-exec-local): Don't install
8121         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
8122
8123 2009-01-25  Bruno Haible  <bruno@clisp.org>
8124
8125         Don't install charset.alias on mingw and Cygwin.
8126         * modules/localcharset (install-exec-local): Don't install
8127         charset.alias on mingw and Cygwin, if the file does not yet exist.
8128         The result for these platforms is hardcoded in localcharset.c.
8129
8130 2009-01-25  Bruno Haible  <bruno@clisp.org>
8131
8132         Make it possible again to use AC_GNU_SOURCE together with gnulib.
8133         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
8134         before requiring AC_USE_SYSTEM_EXTENSIONS.
8135
8136 2009-01-25  Jim Meyering  <meyering@redhat.com>
8137
8138         c-strtod: avoid warnings
8139         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
8140         "assignment discards qualifiers from pointer target type" warnings.
8141
8142 2009-01-24  Bruno Haible  <bruno@clisp.org>
8143
8144         Add support for non-UTF-8 locales on MacOS X.
8145         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
8146         canonical encodings. For Darwin 7 and newer, don't map traditional
8147         encodings to UTF-8.
8148         Reported by Vincent Lefevre <vincent@vinc17.org>
8149         at <http://savannah.gnu.org/bugs/?25235>.
8150
8151 2009-01-24  Bruno Haible  <bruno@clisp.org>
8152
8153         * doc/gnulib.texi (Obsolete modules): New section.
8154         Reported by Mike Frysinger <vapier@gentoo.org>.
8155
8156 2009-01-24  Bruno Haible  <bruno@clisp.org>
8157
8158         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
8159         (%.dvi): New rule.
8160
8161 2009-01-24  Bruno Haible  <bruno@clisp.org>
8162
8163         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
8164         Reported by Eric Blake.
8165
8166 2009-01-24  Bruno Haible  <bruno@clisp.org>
8167
8168         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
8169         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
8170         Reported by Gary V. Vaughan <gary@gnu.org>.
8171
8172 2009-01-24  Bruno Haible  <bruno@clisp.org>
8173
8174         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
8175
8176 2009-01-23  Bruno Haible  <bruno@clisp.org>
8177
8178         Make c-strtod, c-strtold usable in libraries.
8179         * lib/c-strtod.c: Include string.h instead of xalloc.h.
8180         (C_STRTOD): Call strdup instead of xstrdup.
8181         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
8182         * modules/c-strtold (Depends-on): Likewise.
8183         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
8184         * NEWS: Mention the change.
8185         Reported by Michael Gold <mgold@ncf.ca>.
8186
8187 2009-01-23  Jim Meyering  <meyering@redhat.com>
8188
8189         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
8190         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
8191         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
8192
8193 2009-01-23  Simon Josefsson  <simon@josefsson.org>
8194
8195         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
8196         GNU CoreUtils.
8197         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
8198         * modules/version-etc (Description): Update.
8199
8200 2009-01-22  Bruno Haible  <bruno@clisp.org>
8201
8202         Cache the C locale object.
8203         * lib/c-strtod.c (c_locale_cache): New variable.
8204         (c_locale): New function.
8205         (C_STRTOD): Use it, and don't call freelocale.
8206         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
8207         Suggested by Paolo Bonzini.
8208
8209 2009-01-21  Bruno Haible  <bruno@clisp.org>
8210
8211         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
8212         conditions other than overflow.
8213
8214 2009-01-21  Bruno Haible  <bruno@clisp.org>
8215
8216         * lib/c-strtod.c: Include errno.h.
8217         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
8218         value from STRTOD_L and STRTOD.
8219
8220 2009-01-21  Bruno Haible  <bruno@clisp.org>
8221         and Jim Meyering  <meyering@redhat.com>
8222
8223         nanosleep: skip configure test (fail it) for apple universal builds
8224         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
8225         universal builds, assume that nanosleep does not work.
8226         * modules/nanosleep (Depends-on): Add multiarch.
8227
8228         mktime: skip configure test (fail it) for apple universal builds
8229         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
8230         universal builds, assume that mktime does not work.
8231         * modules/mktime (Depends-on): Add multiarch.
8232
8233 2009-01-21  Eric Blake  <ebb9@byu.net>
8234
8235         multiarch: avoid expand-before-require warning
8236         * modules/multiarch (configure.ac): Require, rather than expand,
8237         gl_MULTIARCH.
8238         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
8239         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
8240         enforce that all clients require it.  Partial reversion of
8241         2008-12-29 patch.
8242
8243         error: avoid expand-before-require warning
8244         * modules/errno (configure.ac): Require, rather than expand,
8245         gl_HEADER_ERRNO_H.
8246         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
8247         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
8248         enforce that all clients require it.
8249
8250         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
8251         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
8252         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
8253         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
8254
8255 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
8256
8257         Revert:
8258         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
8259
8260         regex: do not depend on obsolete modules.
8261         * modules/regex: Remove memcmp and memmove.
8262
8263 2009-01-20  Bruno Haible  <bruno@clisp.org>
8264
8265         Make the 'link' module link on Windows NT 4.
8266         * lib/link.c (_WIN32_WINNT): Don't define.
8267         (CreateHardLinkFuncType): New type.
8268         (CreateHardLinkFunc, initialized): New variables.
8269         (initialize): New function.
8270         (link): Invoke CreateHardLink indirectly through the function pointer.
8271
8272 2009-01-20  Bruno Haible  <bruno@clisp.org>
8273
8274         Fix compilation failure on mingw.
8275         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
8276
8277 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
8278
8279         * doc/c-strtod.texi: Mention a couple of restrictions.
8280
8281 2009-01-20  Jim Meyering  <meyering@redhat.com>
8282
8283         gettimeofday: move more declarations out of functions
8284         * lib/gettimeofday.c: Move extern declarations of tzset and
8285         gmtime out of containing functions.  Prompted by Bruno Haible.
8286
8287 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
8288
8289         regex: do not depend on obsolete modules.
8290         * modules/regex: Remove memcmp and memmove.
8291
8292 2009-01-19  Bruno Haible  <bruno@clisp.org>
8293
8294         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
8295         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
8296         gl_BIGENDIAN, not AC_C_BIGENDIAN.
8297         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
8298         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
8299
8300 2009-01-19  Bruno Haible  <bruno@clisp.org>
8301
8302         * tests/test-link.c: Include <errno.h>.
8303         (main): Exit with code 77 when a hard link cannot be created due to
8304         the file system.
8305         * tests/test-link.sh: Skip test when a hard link cannot be created due
8306         to the file system.
8307         Suggested by Eric Blake.
8308
8309 2009-01-19  Martin Lambers  <marlam@marlam.de>
8310
8311         * modules/link-tests: New file.
8312         * tests/test-link.sh: New file.
8313         * tests/test-link.c: New file.
8314
8315 2009-01-19  Eric Blake  <ebb9@byu.net>
8316
8317         doc: mention another function added in cygwin 1.7.0
8318         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
8319         Another new function in cygwin 1.7.
8320
8321 2009-01-19  Bruno Haible  <bruno@clisp.org>
8322
8323         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
8324         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
8325         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
8326         gl_BIGENDIAN, not AC_C_BIGENDIAN.
8327         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
8328         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
8329         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
8330         * m4/md4.m4 (gl_MD4): Likewise.
8331         * m4/md5.m4 (gl_MD5): Likewise.
8332         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
8333         * m4/sha1.m4 (gl_SHA1): Likewise.
8334         * m4/sha256.m4 (gl_SHA256): Likewise.
8335         * m4/sha512.m4 (gl_SHA512): Likewise.
8336
8337 2009-01-19  Bruno Haible  <bruno@clisp.org>
8338
8339         * modules/uniname/uniname-tests (Depends-on): Add progname.
8340         * tests/uniname/test-uninames.c: Include progname.h.
8341         (main): Call set_program_name.
8342
8343         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
8344         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
8345         (main): Call set_program_name.
8346
8347         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
8348         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
8349         (main): Call set_program_name.
8350
8351         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
8352         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
8353         (main): Call set_program_name.
8354
8355         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
8356         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
8357         (main): Call set_program_name.
8358
8359         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
8360         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
8361         (main): Call set_program_name.
8362
8363         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
8364         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
8365         (main): Call set_program_name.
8366
8367         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
8368         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
8369         (main): Call set_program_name.
8370
8371         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
8372         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
8373         (main): Call set_program_name.
8374
8375 2009-01-19  Eric Blake  <ebb9@byu.net>
8376
8377         test-unistd: test previous patch
8378         * tests/test-unistd.c: Test *_FILENO macros.
8379
8380         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
8381         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
8382         Guarantee a definition.
8383         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
8384         * modules/unistd-safer (Depends-on): Add dependency on unistd.
8385         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
8386         * lib/dup-safer.c (STDERR_FILENO): Likewise.
8387         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
8388         Likewise.
8389         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
8390         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
8391         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
8392         Likewise.
8393         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
8394         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
8395         (STDERR_FILENO): Likewise.
8396         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
8397         (STDERR_FILENO): Likewise.
8398         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
8399         (STDERR_FILENO): Likewise.
8400         Reported by Elbert Pol.
8401
8402 2009-01-19  Eric Blake  <ebb9@byu.net>
8403
8404         doc: mention more functions added in cygwin 1.7.0
8405         * doc/posix-functions/abort.texi (abort): Update wording related
8406         to cygwin.
8407         * doc/posix-functions/daylight.texi (daylight): Likewise.
8408         * doc/posix-functions/optarg.texi (optarg): Likewise.
8409         * doc/posix-functions/optarg.texi (opterr): Likewise.
8410         * doc/posix-functions/optarg.texi (optind): Likewise.
8411         * doc/posix-functions/optarg.texi (optopt): Likewise.
8412         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
8413         worked in 1.5.x, and was withdrawn in 1.7.
8414         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
8415         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
8416         cygwin versions.
8417         * doc/posix-functions/perror.texi (perror): Likewise.
8418         * doc/posix-functions/printf.texi (printf): Likewise.
8419         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
8420         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
8421         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
8422         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
8423         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
8424         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
8425         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
8426         Likewise.
8427         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
8428         Likewise.
8429         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
8430         this function.
8431         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
8432         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
8433         Likewise.
8434         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
8435         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
8436         * doc/posix-functions/confstr.texi (confstr): Likewise.
8437         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
8438         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
8439         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
8440         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
8441         * doc/posix-functions/fputws.texi (fputws): Likewise.
8442         * doc/posix-functions/fwide.texi (fwide): Likewise.
8443         * doc/posix-functions/getwc.texi (getwc): Likewise.
8444         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
8445         * doc/posix-functions/putwc.texi (putwc): Likewise.
8446         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
8447         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
8448         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
8449         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
8450         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
8451         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
8452         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
8453         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
8454         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
8455         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
8456         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
8457
8458 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
8459
8460         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
8461         * lib/ioctl.c: Include <sys/ioctl.h>.
8462
8463 2009-01-19  Simon Josefsson  <simon@josefsson.org>
8464
8465         * modules/getdate-tests (Depends-on): Add progname.
8466         * tests/test-getdate.c: Use progname module, to avoid link errors
8467         on non-glibc systems.
8468
8469 2009-01-18  Simon Josefsson  <simon@josefsson.org>
8470
8471         * modules/filenamecat-tests (Depends-on): Add progname.
8472         * modules/fstrcmp-tests (Depends-on): Likewise.
8473
8474         * tests/test-filenamecat.c: Use progname module, to avoid link
8475         errors on non-glibc systems.
8476         * tests/test-fstrcmp.c: Likewise.
8477
8478 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
8479
8480         gettimeofday: avoid warning: nested extern declaration of 'localtime'
8481         * lib/gettimeofday.c: Move extern declaration out of function.
8482
8483 2009-01-18  Bruno Haible  <bruno@clisp.org>
8484
8485         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
8486         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
8487         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
8488
8489 2009-01-18  Bruno Haible  <bruno@clisp.org>
8490
8491         * lib/strftime.c (MEMPCPY): Remove unused macro.
8492         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
8493
8494 2009-01-18  Martin Lambers  <marlam@marlam.de>
8495
8496         New module 'link'.
8497         * lib/unistd.in.h (link): New declaration.
8498         * lib/link.c: New file.
8499         * m4/link.m4: New file.
8500         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
8501         HAVE_LINK.
8502         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
8503         * modules/link: New file.
8504         * doc/posix-functions/link.texi: Mention the new module.
8505
8506 2009-01-18  Bruno Haible  <bruno@clisp.org>
8507
8508         * tests/test-avltree_list.c (main): Call set_program_name.
8509         * tests/test-avltree_oset.c (main): Likewise.
8510         * tests/test-obstack-printf.c: Include progname.h.
8511         (main): Call set_program_name.
8512         * tests/test-quotearg.c: Include progname.h.
8513         (main): Call set_program_name.
8514         * tests/test-xmemdup0.c: Include progname.h.
8515         (main): Call set_program_name.
8516
8517 2009-01-18  Bruno Haible  <bruno@clisp.org>
8518
8519         New module 'alphasort'.
8520         * lib/dirent.in.h (alphasort): New declaration.
8521         * lib/alphasort.c: New file, from glibc with modifications.
8522         * m4/alphasort.m4: New file.
8523         * modules/alphasort: New file.
8524         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
8525         HAVE_ALPHASORT.
8526         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
8527         HAVE_ALPHASORT.
8528         * doc/posix-functions/alphasort.texi: Mention the new module and the
8529         portability problems.
8530
8531 2009-01-18  Bruno Haible  <bruno@clisp.org>
8532
8533         New module 'scandir'.
8534         * lib/dirent.in.h (scandir): New declaration.
8535         * lib/scandir.c: New file, from glibc with modifications.
8536         * m4/scandir.m4: New file.
8537         * modules/scandir: New file.
8538         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
8539         HAVE_SCANDIR.
8540         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
8541         HAVE_SCANDIR.
8542         * doc/posix-functions/scandir.texi: Mention the new module and the
8543         portability problems.
8544
8545 2009-01-17  Bruno Haible  <bruno@clisp.org>
8546
8547         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
8548         Update documentation.
8549         (func_remove_suffix): Escape all dots in the suffix. Update
8550         documentation.
8551         (func_filter_filelist): Update documentation.
8552         Reported by Ralf Wildenhues.
8553
8554 2009-01-17  Bruno Haible  <bruno@clisp.org>
8555
8556         * modules/dprintf-posix-tests: New file.
8557         * tests/test-dprintf-posix.sh: New file.
8558         * tests/test-dprintf-posix.c: New file.
8559
8560         New modules 'dprintf', 'dprintf-posix'.
8561         * lib/stdio.in.h (dprintf): New declaration.
8562         * lib/dprintf.c: New file.
8563         * m4/dprintf.m4: New file.
8564         * m4/dprintf-posix.m4: New file.
8565         * modules/dprintf: New file.
8566         * modules/dprintf-posix: New file.
8567         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
8568         HAVE_DPRINTF, REPLACE_DPRINTF.
8569         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
8570         HAVE_DPRINTF, REPLACE_DPRINTF.
8571         * doc/posix-functions/dprintf.texi: Mention the new modules.
8572
8573 2009-01-17  Bruno Haible  <bruno@clisp.org>
8574
8575         * modules/vdprintf-posix-tests: New file.
8576         * tests/test-vdprintf-posix.sh: New file.
8577         * tests/test-vdprintf-posix.c: New file.
8578
8579         New modules 'vdprintf', 'vdprintf-posix'.
8580         * lib/stdio.in.h (vdprintf): New declaration.
8581         * lib/vdprintf.c: New file.
8582         * m4/vdprintf.m4: New file.
8583         * m4/vdprintf-posix.m4: New file.
8584         * modules/vdprintf: New file.
8585         * modules/vdprintf-posix: New file.
8586         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
8587         HAVE_VDPRINTF, REPLACE_VDPRINTF.
8588         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
8589         HAVE_VDPRINTF, REPLACE_VDPRINTF.
8590         * doc/posix-functions/vdprintf.texi: Mention the new modules.
8591
8592 2009-01-17  Bruno Haible  <bruno@clisp.org>
8593
8594         Fix replacement of fopen on mingw.
8595         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
8596         mingw.
8597
8598 2009-01-17  Bruno Haible  <bruno@clisp.org>
8599
8600         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
8601         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
8602
8603 2009-01-17  Bruno Haible  <bruno@clisp.org>
8604
8605         Avoid test-fflush2.sh failure on mingw.
8606         * tests/test-fflush2.c: Include binary-io.h.
8607         (main): Put standard input into binary mode.
8608         * modules/fflush-tests (Depends-on): Add binary-io.
8609
8610 2009-01-17  Bruno Haible  <bruno@clisp.org>
8611
8612         * lib/wchar.in.h: In another particular situation, include only the
8613         system's <wchar.h> file.
8614         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
8615         Reported by Albert Chin-A-Young <china@thewrittenword.com>
8616         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
8617
8618 2009-01-17  Bruno Haible  <bruno@clisp.org>
8619
8620         Support for stripping executables in --enable-relocatable.
8621         * build-aux/install-reloc: Expect one more argument, or an environment
8622         variable RELOC_STRIP_PROG. If set, strip the destination program and
8623         its wrapper.
8624         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
8625         RELOC_STRIP_PROG.
8626         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
8627         to set RELOCATABLE_STRIP.
8628         * NEWS: Mention the new Makefile requirement.
8629
8630 2009-01-17  Bruno Haible  <bruno@clisp.org>
8631
8632         * build-aux/install-reloc: Remove debugging information left over by
8633         C compiler on MacOS X.
8634
8635 2009-01-17  Bruno Haible  <bruno@clisp.org>
8636
8637         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
8638         * lib/progreloc.c (find_executable): Fix type of pointer passed to
8639         _NSGetExecutablePath.
8640
8641 2009-01-16  Jim Meyering  <meyering@redhat.com>
8642
8643         strerror: avoid warnings about discarding "const"
8644         * lib/strerror.c (rpl_strerror): Instead of returning a const
8645         string from each and every "case", use a variable, and add a single
8646         cast after the switch.
8647
8648 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
8649
8650         * lib/arpa_inet.in.h: Add extern "C" block for C++.
8651
8652 2009-01-16  Bruno Haible  <bruno@clisp.org>
8653
8654         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
8655         array initializer syntax that also works in C++ mode.
8656         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8657
8658 2009-01-16  Jim Meyering  <meyering@redhat.com>
8659
8660         poll: suppress a warning
8661         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
8662         to ignore "...unsigned expression < 0 is always false" warnings.
8663
8664 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
8665
8666         poll: remove declarations of unused variables
8667         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
8668         sockbuf and optlen.
8669
8670 2009-01-15  Bruno Haible  <bruno@clisp.org>
8671
8672         Make fflush-after-ungetc POSIX compliant on BSD systems.
8673         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
8674         (clear_ungetc_buffer): Implement also for other systems.
8675         (rpl_fflush): On glibc systems, invoke
8676         clear_ungetc_buffer_preserving_position. Otherwise, invoke
8677         clear_ungetc_buffer after fetching the stream's position, not before.
8678
8679 2009-01-15  Bruno Haible  <bruno@clisp.org>
8680
8681         Make fflush-after-ungetc POSIX compliant on glibc systems.
8682         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
8683         after ungetc.
8684         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
8685         (rpl_fflush): On glibc systems, simply call the system's fflush
8686         function after clearing the ungetc buffer.
8687         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
8688         Instead, lseek only to the end of file, then use the system's fseeko
8689         for the rest. On glibc systems, reset the EOF indicator bit.
8690
8691 2009-01-15  Jim Meyering  <meyering@redhat.com>
8692
8693         openmp.m4: revert quote-adding change, for portability to older autoconf
8694         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
8695         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
8696         Simon Josefsson noticed the problem when using autoconf-2.61.
8697
8698 2009-01-15  Bruno Haible  <bruno@clisp.org>
8699
8700         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
8701         * tests/test-fflush2.c (ASSERT): Always fail.
8702         (main): Add two tests for fflush() after ungetc(), taking into account
8703         the Austin Group's clarification.
8704         Suggested by Eric Blake.
8705
8706 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
8707
8708         mktime.m4: remove K&R-style function prototypes
8709         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
8710         for the Sun C++ compiler.
8711
8712 2009-01-14  Bruno Haible  <bruno@clisp.org>
8713
8714         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
8715         while including <wchar.h>.
8716         * lib/wchar.in.h: In two particular situations on HP-UX, include only
8717         the system's <wchar.h> file.
8718         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8719
8720 2009-01-14  Bruno Haible  <bruno@clisp.org>
8721
8722         * m4/csharp.m4: Don't mention gettext on the serial number line.
8723         * m4/csharpexec.m4: Likewise.
8724         * m4/eaccess.m4: Likewise.
8725         * m4/javaexec.m4: Likewise.
8726         * m4/sig_atomic_t.m4: Likewise.
8727         * m4/tmpdir.m4: Likewise.
8728         * m4/intldir.m4: Bump gettext version.
8729         * m4/lib-ld.m4: Likewise.
8730
8731 2009-01-14  Bruno Haible  <bruno@clisp.org>
8732
8733         * lib/progname.c (set_program_name): Add more comments.
8734         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
8735
8736 2009-01-14  Simon Josefsson  <simon@josefsson.org>
8737
8738         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
8739         were sys/stat.h does not define it.
8740
8741 2009-01-14  Jim Meyering  <meyering@redhat.com>
8742
8743         many *.m4 files: improve m4 quoting
8744         99% of this change was performed by running the following commands:
8745         git ls-files | grep '\.m4$' | xargs perl -pi \
8746           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
8747           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
8748           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
8749           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
8750         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
8751         The remainder were to add Copyright dates, increment serial numbers,
8752         undo some changes in comments, exclude m4/intl.m4, and add quotes
8753         around the "1" in ",1" where the unusual spacing prohibited the
8754         above regexps from doing the job.  For more details, see
8755         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
8756         * m4/acl.m4: Modified.
8757         * m4/afs.m4: Likewise.
8758         * m4/alloca.m4: Likewise.
8759         * m4/argp.m4: Likewise.
8760         * m4/argz.m4: Likewise.
8761         * m4/atexit.m4: Likewise.
8762         * m4/bison-i18n.m4: Likewise.
8763         * m4/bison.m4: Likewise.
8764         * m4/byteswap.m4: Likewise.
8765         * m4/c-stack.m4: Likewise.
8766         * m4/c-strtod.m4: Likewise.
8767         * m4/calloc.m4: Likewise.
8768         * m4/canonicalize-lgpl.m4: Likewise.
8769         * m4/chown.m4: Likewise.
8770         * m4/clock_time.m4: Likewise.
8771         * m4/codeset.m4: Likewise.
8772         * m4/copy-file.m4: Likewise.
8773         * m4/csharp.m4: Likewise.
8774         * m4/csharpcomp.m4: Likewise.
8775         * m4/csharpexec.m4: Likewise.
8776         * m4/d-ino.m4: Likewise.
8777         * m4/d-type.m4: Likewise.
8778         * m4/dirfd.m4: Likewise.
8779         * m4/double-slash-root.m4: Likewise.
8780         * m4/eaccess.m4: Likewise.
8781         * m4/eealloc.m4: Likewise.
8782         * m4/environ.m4: Likewise.
8783         * m4/errno_h.m4: Likewise.
8784         * m4/euidaccess.m4: Likewise.
8785         * m4/execute.m4: Likewise.
8786         * m4/fatal-signal.m4: Likewise.
8787         * m4/fchdir.m4: Likewise.
8788         * m4/fcntl_h.m4: Likewise.
8789         * m4/fileblocks.m4: Likewise.
8790         * m4/filenamecat.m4: Likewise.
8791         * m4/findprog.m4: Likewise.
8792         * m4/flexmember.m4: Likewise.
8793         * m4/fnmatch.m4: Likewise.
8794         * m4/fopen.m4: Likewise.
8795         * m4/fpending.m4: Likewise.
8796         * m4/fprintf-posix.m4: Likewise.
8797         * m4/free.m4: Likewise.
8798         * m4/frexp.m4: Likewise.
8799         * m4/frexpl.m4: Likewise.
8800         * m4/fsusage.m4: Likewise.
8801         * m4/ftruncate.m4: Likewise.
8802         * m4/gc-camellia.m4: Likewise.
8803         * m4/gc-random.m4: Likewise.
8804         * m4/gc.m4: Likewise.
8805         * m4/getaddrinfo.m4: Likewise.
8806         * m4/getcwd-abort-bug.m4: Likewise.
8807         * m4/getcwd-path-max.m4: Likewise.
8808         * m4/getdate.m4: Likewise.
8809         * m4/getdomainname.m4: Likewise.
8810         * m4/getgroups.m4: Likewise.
8811         * m4/gethostname.m4: Likewise.
8812         * m4/gethrxtime.m4: Likewise.
8813         * m4/getline.m4: Likewise.
8814         * m4/getloadavg.m4: Likewise.
8815         * m4/getndelim2.m4: Likewise.
8816         * m4/getpass.m4: Likewise.
8817         * m4/gettext.m4: Likewise.
8818         * m4/gettime.m4: Likewise.
8819         * m4/gettimeofday.m4: Likewise.
8820         * m4/gnulib-common.m4: Likewise.
8821         * m4/group-member.m4: Likewise.
8822         * m4/host-os.m4: Likewise.
8823         * m4/iconv.m4: Likewise.
8824         * m4/iconv_open.m4: Likewise.
8825         * m4/inet_ntop.m4: Likewise.
8826         * m4/inet_pton.m4: Likewise.
8827         * m4/inline.m4: Likewise.
8828         * m4/intldir.m4: Likewise.
8829         * m4/intlmacosx.m4: Likewise.
8830         * m4/intmax.m4: Likewise.
8831         * m4/intmax_t.m4: Likewise.
8832         * m4/inttypes.m4: Likewise.
8833         * m4/inttypes_h.m4: Likewise.
8834         * m4/inttypes-pri.m4: Likewise.
8835         * m4/isapipe.m4: Likewise.
8836         * m4/isnand.m4: Likewise.
8837         * m4/isnanf.m4: Likewise.
8838         * m4/isnanl.m4: Likewise.
8839         * m4/javacomp.m4: Likewise.
8840         * m4/javaexec.m4: Likewise.
8841         * m4/jm-winsz1.m4: Likewise.
8842         * m4/jm-winsz2.m4: Likewise.
8843         * m4/lchown.m4: Likewise.
8844         * m4/lcmessage.m4: Likewise.
8845         * m4/ldexpl.m4: Likewise.
8846         * m4/lib-ld.m4: Likewise.
8847         * m4/lib-link.m4: Likewise.
8848         * m4/libsigsegv.m4: Likewise.
8849         * m4/link-follow.m4: Likewise.
8850         * m4/localcharset.m4: Likewise.
8851         * m4/locale-fr.m4: Likewise.
8852         * m4/locale-ja.m4: Likewise.
8853         * m4/locale-tr.m4: Likewise.
8854         * m4/locale-zh.m4: Likewise.
8855         * m4/lock.m4: Likewise.
8856         * m4/longlong.m4: Likewise.
8857         * m4/ls-mntd-fs.m4: Likewise.
8858         * m4/lstat.m4: Likewise.
8859         * m4/malloc.m4: Likewise.
8860         * m4/mathl.m4: Likewise.
8861         * m4/mbrtowc.m4: Likewise.
8862         * m4/mbstate_t.m4: Likewise.
8863         * m4/mbswidth.m4: Likewise.
8864         * m4/memchr.m4: Likewise.
8865         * m4/memcmp.m4: Likewise.
8866         * m4/memcpy.m4: Likewise.
8867         * m4/memmem.m4: Likewise.
8868         * m4/memmove.m4: Likewise.
8869         * m4/mempcpy.m4: Likewise.
8870         * m4/memrchr.m4: Likewise.
8871         * m4/memset.m4: Likewise.
8872         * m4/minmax.m4: Likewise.
8873         * m4/mkdir-slash.m4: Likewise.
8874         * m4/mkdtemp.m4: Likewise.
8875         * m4/mktime.m4: Likewise.
8876         * m4/mmap-anon.m4: Likewise.
8877         * m4/mountlist.m4: Likewise.
8878         * m4/nanosleep.m4: Likewise.
8879         * m4/nls.m4: Likewise.
8880         * m4/nocrash.m4: Likewise.
8881         * m4/open.m4: Likewise.
8882         * m4/openat.m4: Likewise.
8883         * m4/openmp.m4: Likewise.
8884         * m4/pathmax.m4: Likewise.
8885         * m4/perl.m4: Likewise.
8886         * m4/physmem.m4: Likewise.
8887         * m4/pipe.m4: Likewise.
8888         * m4/po.m4: Likewise.
8889         * m4/poll.m4: Likewise.
8890         * m4/posixtm.m4: Likewise.
8891         * m4/posixver.m4: Likewise.
8892         * m4/printf-frexp.m4: Likewise.
8893         * m4/printf-frexpl.m4: Likewise.
8894         * m4/printf-posix.m4: Likewise.
8895         * m4/printf-posix-rpl.m4: Likewise.
8896         * m4/printf.m4: Likewise.
8897         * m4/progtest.m4: Likewise.
8898         * m4/putenv.m4: Likewise.
8899         * m4/readline.m4: Likewise.
8900         * m4/readlink.m4: Likewise.
8901         * m4/readutmp.m4: Likewise.
8902         * m4/realloc.m4: Likewise.
8903         * m4/regex.m4: Likewise.
8904         * m4/relocatable.m4: Likewise.
8905         * m4/relocatable-lib.m4: Likewise.
8906         * m4/rename-dest-slash.m4: Likewise.
8907         * m4/rename.m4: Likewise.
8908         * m4/rmdir-errno.m4: Likewise.
8909         * m4/rmdir.m4: Likewise.
8910         * m4/roundf.m4: Likewise.
8911         * m4/roundl.m4: Likewise.
8912         * m4/rpmatch.m4: Likewise.
8913         * m4/save-cwd.m4: Likewise.
8914         * m4/selinux-selinux-h.m4: Likewise.
8915         * m4/setenv.m4: Likewise.
8916         * m4/settime.m4: Likewise.
8917         * m4/sig2str.m4: Likewise.
8918         * m4/sig_atomic_t.m4: Likewise.
8919         * m4/signalblocking.m4: Likewise.
8920         * m4/signbit.m4: Likewise.
8921         * m4/sigpipe.m4: Likewise.
8922         * m4/sockets.m4: Likewise.
8923         * m4/sockpfaf.m4: Likewise.
8924         * m4/st_dm_mode.m4: Likewise.
8925         * m4/stat-time.m4: Likewise.
8926         * m4/stdbool.m4: Likewise.
8927         * m4/stdint.m4: Likewise.
8928         * m4/stdint_h.m4: Likewise.
8929         * m4/stpcpy.m4: Likewise.
8930         * m4/stpncpy.m4: Likewise.
8931         * m4/strcase.m4: Likewise.
8932         * m4/strchrnul.m4: Likewise.
8933         * m4/strcspn.m4: Likewise.
8934         * m4/strdup.m4: Likewise.
8935         * m4/strftime.m4: Likewise.
8936         * m4/strndup.m4: Likewise.
8937         * m4/strnlen.m4: Likewise.
8938         * m4/strpbrk.m4: Likewise.
8939         * m4/strptime.m4: Likewise.
8940         * m4/strsep.m4: Likewise.
8941         * m4/strtod.m4: Likewise.
8942         * m4/strtoimax.m4: Likewise.
8943         * m4/strtok_r.m4: Likewise.
8944         * m4/strtol.m4: Likewise.
8945         * m4/strtoll.m4: Likewise.
8946         * m4/strtoul.m4: Likewise.
8947         * m4/strtoull.m4: Likewise.
8948         * m4/strtoumax.m4: Likewise.
8949         * m4/strverscmp.m4: Likewise.
8950         * m4/threadlib.m4: Likewise.
8951         * m4/timegm.m4: Likewise.
8952         * m4/tm_gmtoff.m4: Likewise.
8953         * m4/tmpdir.m4: Likewise.
8954         * m4/tmpfile.m4: Likewise.
8955         * m4/tzset.m4: Likewise.
8956         * m4/uintmax_t.m4: Likewise.
8957         * m4/unlinkdir.m4: Likewise.
8958         * m4/unlocked-io.m4: Likewise.
8959         * m4/uptime.m4: Likewise.
8960         * m4/userspec.m4: Likewise.
8961         * m4/utimbuf.m4: Likewise.
8962         * m4/utime.m4: Likewise.
8963         * m4/utimes-null.m4: Likewise.
8964         * m4/utimes.m4: Likewise.
8965         * m4/vararrays.m4: Likewise.
8966         * m4/vasnprintf.m4: Likewise.
8967         * m4/vfprintf-posix.m4: Likewise.
8968         * m4/vprintf-posix.m4: Likewise.
8969         * m4/wait-process.m4: Likewise.
8970         * m4/wchar_t.m4: Likewise.
8971         * m4/wint_t.m4: Likewise.
8972         * m4/write-any-file.m4: Likewise.
8973         * m4/yield.m4: Likewise.
8974
8975 2009-01-13  Bruno Haible  <bruno@clisp.org>
8976
8977         Avoid test-copy-file.sh failures when ACL support insufficient.
8978         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
8979         TESTS_ENVIRONMENT.
8980         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
8981         Reported by Jim Meyering.
8982
8983 2009-01-13  Bruno Haible  <bruno@clisp.org>
8984
8985         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
8986         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
8987         * modules/unistdio/u8-printf-parse (Files): Likewise.
8988         * modules/unistdio/u32-printf-parse (Files): Likewise.
8989         * modules/unistdio/ulc-printf-parse (Files): Likewise.
8990
8991 2009-01-13  Simon Josefsson  <simon@josefsson.org>
8992
8993         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
8994         and m4/inttypes_h.m4 too.
8995
8996 2009-01-12  Eric Blake  <ebb9@byu.net>
8997
8998         tests: IRIX 6.2 cc can't compile -0.0 into .data
8999         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
9000         rather than at compile-time.
9001         * tests/test-floorl.c (minus_zero): Likewise.
9002         * tests/test-frexpl.c (minus_zero): Likewise.
9003         * tests/test-isnan.c (minus_zerol): Likewise.
9004         * tests/test-isnanl.h (minus_zero): Likewise.
9005         * tests/test-ldexpl.c (minus_zero): Likewise.
9006         * tests/test-roundl.c (minus_zero): Likewise.
9007         * tests/test-signbit.c (minus_zerol): Likewise.
9008         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
9009         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
9010         * tests/test-truncl.c (minus_zero): Likewise.
9011         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
9012         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
9013         Reported by Tom G. Christensen and Nelson H. F. Beebe.
9014
9015 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
9016
9017         regex: fix glibc bug 9697
9018         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
9019         handling.
9020
9021 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
9022
9023         regex: fix glibc bug 697
9024         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
9025         being NULL also if there are no backreferences.
9026
9027 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
9028
9029         regex: merge glibc changes
9030         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
9031         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
9032         re_string_skip_chars, re_string_reconstruct): Likewise.
9033         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
9034
9035 2009-01-07  Jim Meyering  <meyering@redhat.com>
9036
9037         poll: filter through cppi
9038         * lib/poll.c: Indent cpp directives to reflect nesting.
9039
9040 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
9041
9042         poll: don't return uninitialized
9043         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
9044
9045 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
9046
9047         avoid compile failure on AIX 6.1
9048         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
9049         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
9050
9051 2009-01-04  Jim Meyering  <meyering@redhat.com>
9052
9053         remove duplicate inclusion of <stdio.h>
9054         * tests/test-fprintf-posix.c: Likewise.
9055         * tests/test-printf-posix.c: Likewise.
9056         * tests/test-snprintf-posix.c: Likewise.
9057         * tests/test-sprintf-posix.c: Likewise.
9058         * tests/test-vasprintf-posix.c: Likewise.
9059         * tests/test-vfprintf-posix.c: Likewise.
9060         * tests/test-vprintf-posix.c: Likewise.
9061         * tests/test-vsnprintf-posix.c: Likewise.
9062         * tests/test-vsprintf-posix.c: Likewise.
9063
9064 2009-01-03  Jim Meyering  <meyering@redhat.com>
9065
9066         gnulib-tool: fix sed-based filtering
9067         * gnulib-tool (func_filter_filelist): Remove extra backslash
9068         in sed_fff_filter definition.
9069
9070 2009-01-02  Jim Meyering  <meyering@redhat.com>
9071
9072         strftime: avoid compilation failure on Solaris 2.6
9073         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
9074         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
9075         Don't #define mbrlen or mbsinit, since now they're guaranteed to
9076         be available.  Reported by Tom G. Christensen.  Details in
9077         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
9078
9079 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9080             Bruno Haible  <bruno@clisp.org>
9081
9082         Speed up gnulib-tool by doing more string processing through shell
9083         built-ins.
9084         * gnulib-tool (fast_func_append): New variable.
9085         (func_remove_prefix, func_remove_suffix): New functions.
9086         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
9087         (func_filter_filelist): New function.
9088         (func_get_dependencies): Use func_remove_suffix instead of sed.
9089         (func_get_automake_snippet): Use func_filter_filelist instead of a
9090         subshell and sed invocation.
9091
9092 2009-01-01  Bruno Haible  <bruno@clisp.org>
9093
9094         Fix a security bug.
9095         * gnulib-tool (func_import, import, update): Don't allow the characters
9096         '"', '$', '`', '\' in macro arguments that become part of commands that
9097         are evaluated.
9098
9099 2009-01-01  Bruno Haible  <bruno@clisp.org>
9100
9101         * gnulib-tool (func_reset_sigpipe): Add more comments.
9102
9103 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9104
9105         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
9106         func_emit_tests_Makefile_am, func_import): Abort loops early if we
9107         already know the answer.
9108
9109 2009-01-01  Jim Meyering  <meyering@redhat.com>
9110
9111         * lib/version-etc.c (version_etc_va): Update copyright year.
9112
9113 2008-12-30  Bruno Haible  <bruno@clisp.org>
9114
9115         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
9116         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
9117         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
9118
9119 2008-12-29  Eric Blake  <ebb9@byu.net>
9120
9121         multiarch: avoid autoconf AC_REQUIRE bug
9122         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
9123         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
9124         2.63 and older.
9125         Reported by Bruno Haible, and analyzed in
9126         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
9127
9128 2008-12-29  Bruno Haible  <bruno@clisp.org>
9129
9130         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
9131         files in subdirectories correctly.
9132         Reported by Ralf Wildenhues.
9133
9134 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9135
9136         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
9137         rather than 'join FILE -', for Solaris join.
9138
9139 2008-12-29  Bruno Haible  <bruno@clisp.org>
9140
9141         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
9142         quoting.
9143         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
9144         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
9145         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
9146         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
9147         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
9148         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
9149         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
9150         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
9151         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
9152         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
9153         * m4/nls.m4 (AM_NLS): Likewise.
9154         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
9155         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
9156         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
9157         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
9158         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
9159         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
9160         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
9161         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
9162         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
9163         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
9164         * m4/xsize.m4 (gl_XSIZE): Likewise.
9165         Suggested by Jim Meyering.
9166
9167 2008-11-17  Bruce Korb  <bkorb@gnu.org>
9168
9169         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
9170         * lib/parse-duration.c: use a switch instead of cascading if's.
9171
9172 2008-12-29  Eric Blake  <ebb9@byu.net>
9173
9174         wchar.h: supply WEOF on Irix 5.3
9175         * lib/wchar.in.h (wint_t): Also supply WEOF.
9176         * lib/wctype.in.h (wint_t): Likewise.
9177         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
9178         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
9179         Reported by Tom G. Christensen.
9180
9181 2008-12-26  Bruno Haible  <bruno@clisp.org>
9182
9183         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
9184         i486, i586, i686.
9185
9186 2008-12-26  Bruno Haible  <bruno@clisp.org>
9187
9188         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
9189
9190 2008-12-26  Bruno Haible  <bruno@clisp.org>
9191
9192         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
9193         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
9194         not __STDC_CONSTANT_MACROS.
9195         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
9196
9197 2008-12-25  Bruno Haible  <bruno@clisp.org>
9198
9199         Add support for universal builds to vasnprintf.
9200         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
9201         universal builds, guess no.
9202         * modules/vasnprintf-posix (Depends-on): Add multiarch.
9203         * modules/vasprintf-posix (Depends-on): Likewise.
9204         * modules/fprintf-posix (Depends-on): Likewise.
9205         * modules/vfprintf-posix (Depends-on): Likewise.
9206         * modules/snprintf-posix (Depends-on): Likewise.
9207         * modules/vsnprintf-posix (Depends-on): Likewise.
9208         * modules/sprintf-posix (Depends-on): Likewise.
9209         * modules/vsprintf-posix (Depends-on): Likewise.
9210         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
9211         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9212         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9213         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9214         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9215         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9216         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9217
9218         Add support for universal builds to <inttypes.h>.
9219         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
9220         _SCNu64_PREFIX): In Apple
9221         universal builds, define directly, using _LP64.
9222         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
9223         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
9224         * modules/inttypes (Depends-on): Add multiarch.
9225         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
9226
9227         Add support for universal builds to <stdint.h>.
9228         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
9229         universal builds, define directly, using _LP64.
9230         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
9231         Apple universal builds, don't test for the size and suffix of ptrdiff_t
9232         and size_t.
9233         * modules/stdint (Depends-on): Add multiarch.
9234         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
9235
9236         New module 'multiarch'.
9237         * modules/multiarch: New file.
9238         * m4/multiarch.m4: New file.
9239
9240 2008-12-25  Bruno Haible  <bruno@clisp.org>
9241
9242         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
9243
9244 2008-12-25  Bruno Haible  <bruno@clisp.org>
9245
9246         * modules/btowc (License): Relicense under LGPLv2+.
9247         * modules/mbsinit (License): Likewise.
9248         * modules/mbrtowc (License): Likewise.
9249         * modules/wcrtomb (License): Likewise.
9250         * modules/streq (License): Likewise.
9251         Reported by David Lutterkort <lutter@redhat.com>.
9252
9253 2008-12-23  Bruno Haible  <bruno@clisp.org>
9254
9255         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
9256
9257 2008-12-23  Bruno Haible  <bruno@clisp.org>
9258
9259         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
9260         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
9261         GETADDRINFO_LIB, not in LIBS.
9262         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
9263         * modules/canon-host (Link): Likewise.
9264         * NEWS: Mention the change.
9265         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
9266         GETADDRINFO_LIB.
9267
9268 2008-12-22  Bruno Haible  <bruno@clisp.org>
9269
9270         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
9271         * doc/posix-functions/iswalpha_l.texi: Likewise.
9272         * doc/posix-functions/iswblank_l.texi: Likewise.
9273         * doc/posix-functions/iswcntrl_l.texi: Likewise.
9274         * doc/posix-functions/iswctype_l.texi: Likewise.
9275         * doc/posix-functions/iswdigit_l.texi: Likewise.
9276         * doc/posix-functions/iswgraph_l.texi: Likewise.
9277         * doc/posix-functions/iswlower_l.texi: Likewise.
9278         * doc/posix-functions/iswprint_l.texi: Likewise.
9279         * doc/posix-functions/iswpunct_l.texi: Likewise.
9280         * doc/posix-functions/iswspace_l.texi: Likewise.
9281         * doc/posix-functions/iswupper_l.texi: Likewise.
9282         * doc/posix-functions/iswxdigit_l.texi: Likewise.
9283         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
9284         * doc/posix-functions/open_wmemstream.texi: Likewise.
9285         * doc/posix-functions/swscanf.texi: Likewise.
9286         * doc/posix-functions/towctrans_l.texi: Likewise.
9287         * doc/posix-functions/towlower.texi: Likewise.
9288         * doc/posix-functions/towlower_l.texi: Likewise.
9289         * doc/posix-functions/towupper.texi: Likewise.
9290         * doc/posix-functions/towupper_l.texi: Likewise.
9291         * doc/posix-functions/vfwprintf.texi: Likewise.
9292         * doc/posix-functions/vfwscanf.texi: Likewise.
9293         * doc/posix-functions/vswscanf.texi: Likewise.
9294         * doc/posix-functions/vwprintf.texi: Likewise.
9295         * doc/posix-functions/vwscanf.texi: Likewise.
9296         * doc/posix-functions/wcpcpy.texi: Likewise.
9297         * doc/posix-functions/wcpncpy.texi: Likewise.
9298         * doc/posix-functions/wcscasecmp.texi: Likewise.
9299         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
9300         * doc/posix-functions/wcscoll_l.texi: Likewise.
9301         * doc/posix-functions/wcsdup.texi: Likewise.
9302         * doc/posix-functions/wcsncasecmp.texi: Likewise.
9303         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
9304         * doc/posix-functions/wcsnlen.texi: Likewise.
9305         * doc/posix-functions/wcsnrtombs.texi: Likewise.
9306         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
9307         * doc/posix-functions/wctrans_l.texi: Likewise.
9308         * doc/posix-functions/wctype_l.texi: Likewise.
9309         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
9310         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
9311         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
9312         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
9313         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
9314         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
9315         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
9316         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
9317         * doc/glibc-functions/wcschrnul.texi: Likewise.
9318         * doc/glibc-functions/wcsftime_l.texi: Likewise.
9319         * doc/glibc-functions/wcstod_l.texi: Likewise.
9320         * doc/glibc-functions/wcstof_l.texi: Likewise.
9321         * doc/glibc-functions/wcstol_l.texi: Likewise.
9322         * doc/glibc-functions/wcstold_l.texi: Likewise.
9323         * doc/glibc-functions/wcstoll_l.texi: Likewise.
9324         * doc/glibc-functions/wcstoq.texi: Likewise.
9325         * doc/glibc-functions/wcstoul_l.texi: Likewise.
9326         * doc/glibc-functions/wcstoull_l.texi: Likewise.
9327         * doc/glibc-functions/wcstouq.texi: Likewise.
9328         * doc/glibc-functions/wmempcpy.texi: Likewise.
9329
9330 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
9331             Eric Blake  <ebb9@byu.net>
9332             Paolo Bonzini  <bonzini@gnu.org>
9333             Bruno Haible  <bruno@clisp.org>
9334
9335         Make c-stack work on Haiku.
9336         * lib/c-stack.c (SA_ONSTACK): Define fallback.
9337         (c_stack_action): Use SA_ONSTACK flag.
9338
9339 2008-12-22  Bruno Haible  <bruno@clisp.org>
9340
9341         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
9342
9343 2008-12-22  Bruno Haible  <bruno@clisp.org>
9344
9345         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
9346         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
9347         being overridden.
9348         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
9349         New macros.
9350         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
9351         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
9352         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
9353         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
9354
9355 2008-12-22  Bruno Haible  <bruno@clisp.org>
9356
9357         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
9358         from test code.
9359
9360 2008-12-22  Eric Blake  <ebb9@byu.net>
9361
9362         Avoid gcc warnings on cygwin.
9363         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
9364         Avoid unused variable.
9365         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
9366         Likewise.
9367
9368 2008-12-22  Bruno Haible  <bruno@clisp.org>
9369
9370         Remove HAVE_MBRTOWC conditionals.
9371         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
9372         (mbscasecmp): Assume mbrtowc function.
9373         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
9374         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
9375         * lib/mbschr.c: Include mbuiter.h unconditionally.
9376         (mbschr): Assume mbrtowc function.
9377         * lib/mbscspn.c: Include mbuiter.h unconditionally.
9378         (mbscspn): Assume mbrtowc function.
9379         * lib/mbslen.c: Include mbuiter.h unconditionally.
9380         (mbslen): Assume mbrtowc function.
9381         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
9382         (mbsncasecmp): Assume mbrtowc function.
9383         * lib/mbsnlen.c: Include mbiter.h unconditionally.
9384         (mbsnlen): Assume mbrtowc function.
9385         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
9386         (mbspbrk): Assume mbrtowc function.
9387         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
9388         (mbspcasecmp): Assume mbrtowc function.
9389         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
9390         (mbsrchr): Assume mbrtowc function.
9391         * lib/mbssep.c: Include mbuiter.h unconditionally.
9392         (mbssep): Assume mbrtowc function.
9393         * lib/mbsspn.c: Include mbuiter.h unconditionally.
9394         (mbsspn): Assume mbrtowc function.
9395         * lib/mbsstr.c: Include mbuiter.h unconditionally.
9396         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
9397         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
9398         (mbstok_r): Assume mbrtowc function.
9399         * lib/propername.c: Include mbuiter.h unconditionally.
9400         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
9401         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
9402         (trim2): Assume mbrtowc function.
9403         * lib/mbswidth.c (mbsinit): Remove fallback definition.
9404         (mbsnwidth): Assume mbrtowc function.
9405         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
9406         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
9407         fallback definitions.
9408         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
9409
9410 2008-12-22  Bruno Haible  <bruno@clisp.org>
9411
9412         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
9413
9414 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
9415
9416         * modules/regex: Request emulations for the mb*/wc* functions we need.
9417         * m4/regex.m4: Don't look for those functions here.
9418         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
9419
9420 2008-12-22  Bruno Haible  <bruno@clisp.org>
9421
9422         * modules/fnmatch (Depends-on): Remove duplicated dependency.
9423
9424 2008-12-21  Bruno Haible  <bruno@clisp.org>
9425
9426         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
9427         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
9428         (Include): Remove conditionalization.
9429         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
9430         (Include): Remove conditionalization.
9431         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
9432         (Include): Remove conditionalization.
9433         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
9434         * m4/mbfile.m4 (gl_MBFILE): Likewise.
9435         * NEWS: Mention the change.
9436         Reported by Alan Hourihane <alanh@fairlite.co.uk>
9437         via Sergey Poznyakoff <gray@gnu.org.ua>.
9438
9439 2008-12-21  Bruno Haible  <bruno@clisp.org>
9440
9441         * MODULES.html.sh (Extended multibyte and wide character utilities
9442         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
9443         wcrtomb, wcsrtombs.
9444         (Support for systems lacking POSIX:2008): Add accept, bind, close,
9445         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
9446         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
9447         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
9448
9449 2008-12-21  Bruno Haible  <bruno@clisp.org>
9450
9451         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
9452
9453 2008-12-21  Bruno Haible  <bruno@clisp.org>
9454
9455         * modules/wcsnrtombs-tests: New file.
9456         * tests/test-wcsnrtombs1.sh: New file.
9457         * tests/test-wcsnrtombs2.sh: New file.
9458         * tests/test-wcsnrtombs3.sh: New file.
9459         * tests/test-wcsnrtombs4.sh: New file.
9460         * tests/test-wcsnrtombs.c: New file.
9461
9462         New module 'wcsnrtombs'.
9463         * lib/wchar.in.h (wcsnrtombs): New declaration.
9464         * lib/wcsnrtombs.c: New file.
9465         * lib/wcsrtombs-state.c: New file.
9466         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
9467         (internal_state): Remove variable.
9468         * m4/wcsnrtombs.m4: New file.
9469         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
9470         compilation units.
9471         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
9472         HAVE_WCSNRTOMBS.
9473         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
9474         HAVE_WCSNRTOMBS.
9475         * modules/wcsnrtombs: New file.
9476         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
9477         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
9478
9479 2008-12-21  Bruno Haible  <bruno@clisp.org>
9480
9481         * modules/wcsrtombs-tests: New file.
9482         * tests/test-wcsrtombs1.sh: New file.
9483         * tests/test-wcsrtombs2.sh: New file.
9484         * tests/test-wcsrtombs3.sh: New file.
9485         * tests/test-wcsrtombs4.sh: New file.
9486         * tests/test-wcsrtombs.c: New file.
9487
9488         New module 'wcsrtombs'.
9489         * lib/wchar.in.h (wcsrtombs): New declaration.
9490         * lib/wcsrtombs.c: New file.
9491         * m4/wcsrtombs.m4: New file.
9492         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
9493         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
9494         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
9495         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
9496         * modules/wcsrtombs: New file.
9497         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
9498         bugs.
9499
9500 2008-12-21  Bruno Haible  <bruno@clisp.org>
9501
9502         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
9503         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
9504         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
9505         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
9506         if not correct.
9507         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
9508         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
9509         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
9510         m4/locale-zh.m4, m4/codeset.m4.
9511         * doc/posix-functions/wcrtomb.texi: Document the bug.
9512
9513 2008-12-21  Bruno Haible  <bruno@clisp.org>
9514
9515         Work around a btowc() bug on IRIX 6.5.
9516         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
9517         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
9518         REPLACE_WTOBC if not.
9519         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
9520         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
9521         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
9522
9523 2008-12-21  Bruno Haible  <bruno@clisp.org>
9524
9525         * modules/wcrtomb-tests: New file.
9526         * tests/test-wcrtomb.sh: New file.
9527         * tests/test-wcrtomb.c: New file.
9528
9529         New module 'wcrtomb'.
9530         * lib/wchar.in.h (wcrtomb): New declaration.
9531         * lib/wcrtomb.c: New file.
9532         * m4/wcrtomb.m4: New file.
9533         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
9534         HAVE_WCRTOMB.
9535         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
9536         HAVE_WCRTOMB.
9537         * modules/wcrtomb: New file.
9538         * doc/posix-functions/wcrtomb.texi: Mention the new module.
9539
9540 2008-12-21  Bruno Haible  <bruno@clisp.org>
9541
9542         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
9543         * modules/mbsrtowcs (Files): Likewise.
9544         * modules/wctob (Files): Likewise.
9545         * modules/c-strcase-tests (Files): Likewise.
9546         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
9547         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
9548         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
9549         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
9550         * modules/vasnprintf-posix-tests (Files): Likewise.
9551
9552 2008-12-21  William Pursell  <bill.pursell@gmail.com>
9553
9554         gitlog-to-changelog: pass all command-line arguments to git-log
9555         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
9556         it is sometimes convenient to filter the commits in various ways.
9557         gitlog-to-changelog only allows --since to specify a start date,
9558         but git-log itself supports many other filtering mechanisms.
9559         At the moment, I want to filter by branch name.  Rather than
9560         adding a --branch option to gitlog-to-changelog, it seems more
9561         flexible to simply pass all options directly to git-log and let
9562         git do the work.  Notice that this effectively makes --since a
9563         redundant option for gitlog-to-changelog, but removing it would
9564         require current usage to change since calls would then require
9565         an additional '--'.
9566
9567 2008-12-21  Bruno Haible  <bruno@clisp.org>
9568
9569         * modules/mbsnrtowcs-tests: New file.
9570         * tests/test-mbsnrtowcs1.sh: New file.
9571         * tests/test-mbsnrtowcs2.sh: New file.
9572         * tests/test-mbsnrtowcs3.sh: New file.
9573         * tests/test-mbsnrtowcs4.sh: New file.
9574         * tests/test-mbsnrtowcs.c: New file.
9575
9576         New module 'mbsnrtowcs'.
9577         * lib/wchar.in.h (mbsnrtowcs): New declaration.
9578         * lib/mbsnrtowcs.c: New file.
9579         * lib/mbsrtowcs-state.c: New file.
9580         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
9581         (internal_state): Remove variable.
9582         * m4/mbsnrtowcs.m4: New file.
9583         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
9584         compilation units.
9585         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
9586         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
9587         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
9588         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
9589         * modules/mbsnrtowcs: New file.
9590         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
9591         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
9592         portability problem.
9593
9594 2008-12-21  Bruno Haible  <bruno@clisp.org>
9595
9596         Work around mbsrtowcs bug.
9597         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
9598         (gl_FUNC_MBSRTOWCS): Invoke it.
9599         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
9600         m4/locale-zh.m4.
9601         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
9602
9603 2008-12-21  Bruno Haible  <bruno@clisp.org>
9604
9605         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
9606
9607 2008-12-21  Bruno Haible  <bruno@clisp.org>
9608
9609         Update doc for AIX.
9610         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
9611         16-bit wchar_t type.
9612         * doc/posix-functions/btowc.texi: Likewise.
9613         * doc/posix-functions/fgetwc.texi: Likewise.
9614         * doc/posix-functions/fgetws.texi: Likewise.
9615         * doc/posix-functions/fputwc.texi: Likewise.
9616         * doc/posix-functions/fputws.texi: Likewise.
9617         * doc/posix-functions/fwide.texi: Likewise.
9618         * doc/posix-functions/fwprintf.texi: Likewise.
9619         * doc/posix-functions/fwscanf.texi: Likewise.
9620         * doc/posix-functions/getwchar.texi: Likewise.
9621         * doc/posix-functions/getwc.texi: Likewise.
9622         * doc/posix-functions/iswalnum.texi: Likewise.
9623         * doc/posix-functions/iswalpha.texi: Likewise.
9624         * doc/posix-functions/iswblank.texi: Likewise.
9625         * doc/posix-functions/iswcntrl.texi: Likewise.
9626         * doc/posix-functions/iswctype.texi: Likewise.
9627         * doc/posix-functions/iswdigit.texi: Likewise.
9628         * doc/posix-functions/iswgraph.texi: Likewise.
9629         * doc/posix-functions/iswlower.texi: Likewise.
9630         * doc/posix-functions/iswprint.texi: Likewise.
9631         * doc/posix-functions/iswpunct.texi: Likewise.
9632         * doc/posix-functions/iswspace.texi: Likewise.
9633         * doc/posix-functions/iswupper.texi: Likewise.
9634         * doc/posix-functions/iswxdigit.texi: Likewise.
9635         * doc/posix-functions/mbrtowc.texi: Likewise.
9636         * doc/posix-functions/mbsrtowcs.texi: Likewise.
9637         * doc/posix-functions/mbstowcs.texi: Likewise.
9638         * doc/posix-functions/mbtowc.texi: Likewise.
9639         * doc/posix-functions/putwchar.texi: Likewise.
9640         * doc/posix-functions/putwc.texi: Likewise.
9641         * doc/posix-functions/swprintf.texi: Likewise.
9642         * doc/posix-functions/tolower.texi: Likewise.
9643         * doc/posix-functions/toupper.texi: Likewise.
9644         * doc/posix-functions/towctrans.texi: Likewise.
9645         * doc/posix-functions/ungetwc.texi: Likewise.
9646         * doc/posix-functions/vswprintf.texi: Likewise.
9647         * doc/posix-functions/wcrtomb.texi: Likewise.
9648         * doc/posix-functions/wcscat.texi: Likewise.
9649         * doc/posix-functions/wcschr.texi: Likewise.
9650         * doc/posix-functions/wcscmp.texi: Likewise.
9651         * doc/posix-functions/wcscoll.texi: Likewise.
9652         * doc/posix-functions/wcscpy.texi: Likewise.
9653         * doc/posix-functions/wcscspn.texi: Likewise.
9654         * doc/posix-functions/wcsftime.texi: Likewise.
9655         * doc/posix-functions/wcslen.texi: Likewise.
9656         * doc/posix-functions/wcsncat.texi: Likewise.
9657         * doc/posix-functions/wcsncmp.texi: Likewise.
9658         * doc/posix-functions/wcsncpy.texi: Likewise.
9659         * doc/posix-functions/wcspbrk.texi: Likewise.
9660         * doc/posix-functions/wcsrchr.texi: Likewise.
9661         * doc/posix-functions/wcsrtombs.texi: Likewise.
9662         * doc/posix-functions/wcsspn.texi: Likewise.
9663         * doc/posix-functions/wcsstr.texi: Likewise.
9664         * doc/posix-functions/wcstod.texi: Likewise.
9665         * doc/posix-functions/wcstof.texi: Likewise.
9666         * doc/posix-functions/wcstoimax.texi: Likewise.
9667         * doc/posix-functions/wcstok.texi: Likewise.
9668         * doc/posix-functions/wcstold.texi: Likewise.
9669         * doc/posix-functions/wcstoll.texi: Likewise.
9670         * doc/posix-functions/wcstol.texi: Likewise.
9671         * doc/posix-functions/wcstombs.texi: Likewise.
9672         * doc/posix-functions/wcstoull.texi: Likewise.
9673         * doc/posix-functions/wcstoul.texi: Likewise.
9674         * doc/posix-functions/wcstoumax.texi: Likewise.
9675         * doc/posix-functions/wcswidth.texi: Likewise.
9676         * doc/posix-functions/wcsxfrm.texi: Likewise.
9677         * doc/posix-functions/wctob.texi: Likewise.
9678         * doc/posix-functions/wctomb.texi: Likewise.
9679         * doc/posix-functions/wctrans.texi: Likewise.
9680         * doc/posix-functions/wctype.texi: Likewise.
9681         * doc/posix-functions/wcwidth.texi: Likewise.
9682         * doc/posix-functions/wmemchr.texi: Likewise.
9683         * doc/posix-functions/wmemcmp.texi: Likewise.
9684         * doc/posix-functions/wmemcpy.texi: Likewise.
9685         * doc/posix-functions/wmemmove.texi: Likewise.
9686         * doc/posix-functions/wmemset.texi: Likewise.
9687         * doc/posix-functions/wprintf.texi: Likewise.
9688         * doc/posix-functions/wscanf.texi: Likewise.
9689
9690 2008-12-21  Bruno Haible  <bruno@clisp.org>
9691
9692         Update doc for HP-UX 11.11.
9693         * doc/posix-functions/btowc.texi: Clarify that the function is missing
9694         in HP-UX version 11.00, not in all versions of HP-UX 11.
9695         * doc/posix-functions/fwide.texi: Likewise.
9696         * doc/posix-functions/fwprintf.texi: Likewise.
9697         * doc/posix-functions/fwscanf.texi: Likewise.
9698         * doc/posix-functions/inet_ntop.texi: Likewise.
9699         * doc/posix-functions/inet_pton.texi: Likewise.
9700         * doc/posix-functions/mbrlen.texi: Likewise.
9701         * doc/posix-functions/mbrtowc.texi: Likewise.
9702         * doc/posix-functions/mbsinit.texi: Likewise.
9703         * doc/posix-functions/mbsrtowcs.texi: Likewise.
9704         * doc/posix-functions/swprintf.texi: Likewise.
9705         * doc/posix-functions/swscanf.texi: Likewise.
9706         * doc/posix-functions/towctrans.texi: Likewise.
9707         * doc/posix-functions/vfwprintf.texi: Likewise.
9708         * doc/posix-functions/vswprintf.texi: Likewise.
9709         * doc/posix-functions/vwprintf.texi: Likewise.
9710         * doc/posix-functions/wcrtomb.texi: Likewise.
9711         * doc/posix-functions/wcsrtombs.texi: Likewise.
9712         * doc/posix-functions/wcsstr.texi: Likewise.
9713         * doc/posix-functions/wctob.texi: Likewise.
9714         * doc/posix-functions/wctrans.texi: Likewise.
9715         * doc/posix-functions/wmemchr.texi: Likewise.
9716         * doc/posix-functions/wmemcmp.texi: Likewise.
9717         * doc/posix-functions/wmemcpy.texi: Likewise.
9718         * doc/posix-functions/wmemmove.texi: Likewise.
9719         * doc/posix-functions/wmemset.texi: Likewise.
9720         * doc/posix-functions/wprintf.texi: Likewise.
9721         * doc/posix-functions/wscanf.texi: Likewise.
9722
9723 2008-12-21  Bruno Haible  <bruno@clisp.org>
9724
9725         Work around a portability problem.
9726         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
9727         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
9728
9729 2008-12-20  Bruno Haible  <bruno@clisp.org>
9730
9731         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
9732         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
9733         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
9734         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
9735         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
9736
9737         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
9738         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
9739         set.
9740         (GNULIB_defined_mbstate_t): New macro.
9741         (mbsinit): Redefine if REPLACE_MBSINIT is set.
9742         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
9743         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
9744         reuses the system's mbrtowc function but works around the bugs.
9745         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
9746         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
9747         macros.
9748         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
9749         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
9750         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
9751         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
9752         REPLACE_MBSINIT if mbsinit needs to be overridden.
9753         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
9754         REPLACE_MBSINIT, REPLACE_MBRTOWC.
9755         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
9756         REPLACE_MBSINIT, REPLACE_MBRTOWC.
9757         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
9758         m4/locale-zh.m4.
9759         (Depends): Add mbsinit.
9760         * modules/mbsinit (Depends): Add mbrtowc.
9761         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
9762
9763 2008-12-20  Bruno Haible  <bruno@clisp.org>
9764
9765         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
9766         so that there are no conversion errors on AIX.
9767         * tests/test-mbsrtowcs.c (main): LIkewise.
9768
9769 2008-12-20  Bruno Haible  <bruno@clisp.org>
9770
9771         Work around wctob bug on Solaris <= 9.
9772         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
9773         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
9774         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
9775         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
9776         * modules/wctob (Files): Add m4/locale-fr.m4.
9777         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
9778
9779 2008-12-20  Bruno Haible  <bruno@clisp.org>
9780
9781         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
9782         /dev/null.
9783         * tests/test-select-in.sh: Likewise.
9784         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9785
9786 2008-12-20  Bruno Haible  <bruno@clisp.org>
9787
9788         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
9789         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
9790         Cygwin 1.5.x.
9791
9792 2008-12-20  Bruno Haible  <bruno@clisp.org>
9793
9794         Ensure mbstate_t is defined on HP-UX 11.11.
9795         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
9796         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
9797         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
9798         AC_USE_SYSTEM_EXTENSIONS.
9799         * modules/fnmatch (Depends-on): Add extensions.
9800         * modules/mbrlen (Depends-on): Likewise.
9801         * modules/mbrtowc (Depends-on): Likewise.
9802         * modules/mbsinit (Depends-on): Likewise.
9803         * modules/mbsrtowcs (Depends-on): Likewise.
9804         * modules/mbswidth (Depends-on): Likewise.
9805         * modules/quotearg (Depends-on): Likewise.
9806         * modules/strftime (Depends-on): Likewise.
9807
9808 2008-12-20  Bruno Haible  <bruno@clisp.org>
9809
9810         Ensure wctob is declared on IRIX 6.5.
9811         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
9812         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
9813         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
9814         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
9815         of HAVE_WCTOB.
9816         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
9817         HAVE_WCTOB.
9818         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
9819
9820 2008-12-19  Bruno Haible  <bruno@clisp.org>
9821
9822         * modules/mbsrtowcs-tests: New file.
9823         * tests/test-mbsrtowcs1.sh: New file.
9824         * tests/test-mbsrtowcs2.sh: New file.
9825         * tests/test-mbsrtowcs3.sh: New file.
9826         * tests/test-mbsrtowcs4.sh: New file.
9827         * tests/test-mbsrtowcs.c: New file.
9828
9829         New module 'mbsrtowcs'.
9830         * lib/wchar.in.h (mbsrtowcs): New declaration.
9831         * lib/mbsrtowcs.c: New file.
9832         * m4/mbsrtowcs.m4: New file.
9833         * modules/mbsrtowcs: New file.
9834         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
9835         HAVE_MBSRTOWCS.
9836         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
9837         HAVE_MBSRTOWCS.
9838         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
9839
9840 2008-12-19  Bruno Haible  <bruno@clisp.org>
9841
9842         New module 'mbrlen'.
9843         * lib/wchar.in.h (mbrlen): New declaration.
9844         * lib/mbrlen.c: New file.
9845         * m4/mbrlen.m4: New file.
9846         * modules/mbrlen: New file.
9847         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
9848         HAVE_MBRLEN.
9849         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
9850         HAVE_MBRLEN.
9851         * doc/posix-functions/mbrlen.texi: Document the new module.
9852
9853 2008-12-19  Bruno Haible  <bruno@clisp.org>
9854
9855         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
9856         * modules/mbrtowc (Depends-on): Add verify.
9857         Suggested by Paul Eggert.
9858
9859 2008-12-18  Bruno Haible  <bruno@clisp.org>
9860
9861         * modules/mbsinit-tests: New file.
9862         * tests/test-mbsinit.sh: New file.
9863         * tests/test-mbsinit.c: New file.
9864
9865 2008-12-18  Bruno Haible  <bruno@clisp.org>
9866
9867         * modules/mbrtowc-tests: New file.
9868         * tests/test-mbrtowc1.sh: New file.
9869         * tests/test-mbrtowc2.sh: New file.
9870         * tests/test-mbrtowc3.sh: New file.
9871         * tests/test-mbrtowc4.sh: New file.
9872         * tests/test-mbrtowc.c: New file.
9873
9874         New module 'mbrtowc'.
9875         * lib/wchar.in.h (mbstate_t): Override when the system does not have
9876         mbsinit and mbrtowc.
9877         (mbrtowc): New declaration.
9878         * lib/mbrtowc.c: New file.
9879         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
9880         * modules/mbrtowc: New file.
9881         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
9882         HAVE_MBRTOWC.
9883         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
9884         HAVE_MBRTOWC.
9885         * doc/posix-functions/mbrtowc.texi: Document the new module.
9886
9887 2008-12-18  Bruno Haible  <bruno@clisp.org>
9888
9889         New module 'wctob'.
9890         * lib/wchar.in.h (wctob): New declaration.
9891         * lib/wctob.c: New file.
9892         * m4/wctob.m4: New file.
9893         * modules/wctob: New file.
9894         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
9895         HAVE_WCTOB.
9896         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
9897         * doc/posix-functions/wctob.texi: Document the new module.
9898
9899 2008-12-18  Bruno Haible  <bruno@clisp.org>
9900
9901         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
9902         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
9903
9904 2008-12-18  Simon Josefsson  <simon@josefsson.org>
9905
9906         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
9907         G. Christensen" <tgc@jupiterrise.com>.
9908
9909         * lib/flock.c: Need to include errno.h.  Reported by "Tom
9910         G. Christensen" <tgc@jupiterrise.com>.
9911
9912         * lib/flock.c: Need to include string.h.  Reported by "Tom
9913         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
9914         <ebb9@byu.net>.
9915
9916 2008-12-18  Bruno Haible  <bruno@clisp.org>
9917
9918         * m4/locale-ja.m4: New file, from GNU gettext.
9919
9920 2008-12-17  Bruno Haible  <bruno@clisp.org>
9921
9922         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
9923         Suggested by Eric Blake.
9924
9925 2008-12-17  Bruno Haible  <bruno@clisp.org>
9926
9927         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
9928
9929 2008-12-17  Bruno Haible  <bruno@clisp.org>
9930
9931         * lib/mbsinit.c: Include verify.h. Verify an assumption.
9932         * modules/mbsinit (Depends-on): Add verify.
9933         Suggested by Paul Eggert.
9934
9935 2008-12-17  Bruno Haible  <bruno@clisp.org>
9936
9937         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
9938         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
9939         gl_FUNC_MBRTOWC.
9940         * m4/mbiter.m4 (gl_MBITER): LIkewise.
9941         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
9942         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
9943         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
9944         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
9945         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
9946         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
9947         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
9948         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
9949         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
9950         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
9951         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
9952         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
9953         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
9954         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
9955         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
9956         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
9957         * modules/trim (configure.ac): Likewise.
9958
9959 2008-12-17  Bruno Haible  <bruno@clisp.org>
9960
9961         * modules/btowc-tests: New file.
9962         * tests/test-btowc1.sh: New file.
9963         * tests/test-btowc2.sh: New file.
9964         * tests/test-btowc.c: New file.
9965
9966         New module 'btowc'.
9967         * lib/wchar.in.h (btowc): New declaration.
9968         * lib/btowc.c: New file.
9969         * m4/btowc.m4: New file.
9970         * modules/btowc: New file.
9971         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
9972         HAVE_BTOWC.
9973         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
9974         * doc/posix-functions/btowc.texi: Document the new module.
9975
9976 2008-12-17  Bruno Haible  <bruno@clisp.org>
9977
9978         New module 'mbsinit'.
9979         * lib/wchar.in.h (mbsinit): New declaration.
9980         * lib/mbsinit.c: New file.
9981         * m4/mbsinit.m4: New file.
9982         * modules/mbsinit: New file.
9983         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
9984         HAVE_MBSINIT.
9985         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
9986         HAVE_MBSINIT.
9987         * doc/posix-functions/mbsinit.texi: Document the new module.
9988
9989 2008-12-16  Bruno Haible  <bruno@clisp.org>
9990
9991         * lib/unistd.in.h: Add comment.
9992         * tests/test-environ.c: Don't include <stdlib.h>.
9993
9994 2008-12-16  Bruno Haible  <bruno@clisp.org>
9995
9996         * lib/parse-duration.h (parse_duration): Document return value
9997         convention.
9998         * lib/parse-duration.c: Include specification header first. Add
9999         comments.
10000         (_): Remove macro.
10001         (parse_year_month_day, parse_hour_minute_second): Move side effects
10002         outside of strchr call.
10003         (parse_non_iso8601): Move side effects outside of isspace call.
10004         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
10005         call.
10006
10007 2008-12-16  Bruno Haible  <bruno@clisp.org>
10008
10009         * tests/test-parse-duration.sh: Produce no output when the test
10010         succeeds.
10011
10012 2008-12-16  Bruno Haible  <bruno@clisp.org>
10013
10014         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
10015         expressions.
10016
10017 2008-12-15  Bruno Haible  <bruno@clisp.org>
10018
10019         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
10020         * doc/glibc-functions/flistxattr.texi: Likewise.
10021         * doc/glibc-functions/fopencookie.texi: Likewise.
10022         * doc/glibc-functions/fremovexattr.texi: Likewise.
10023         * doc/glibc-functions/fsetxattr.texi: Likewise.
10024         * doc/glibc-functions/getxattr.texi: Likewise.
10025         * doc/glibc-functions/lgetxattr.texi: Likewise.
10026         * doc/glibc-functions/listxattr.texi: Likewise.
10027         * doc/glibc-functions/llistxattr.texi: Likewise.
10028         * doc/glibc-functions/lremovexattr.texi: Likewise.
10029         * doc/glibc-functions/lsetxattr.texi: Likewise.
10030         * doc/glibc-functions/removexattr.texi: Likewise.
10031         * doc/glibc-functions/setxattr.texi: Likewise.
10032         * doc/posix-functions/open_memstream.texi: Likewise.
10033
10034 2008-12-15  Eric Blake  <ebb9@byu.net>
10035
10036         Update doc for cygwin 1.7.
10037         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
10038         functions.
10039         * doc/posix-functions/fchmodat.texi: Likewise.
10040         * doc/posix-functions/fchownat.texi: Likewise.
10041         * doc/posix-functions/fdopendir.texi: Likewise.
10042         * doc/posix-functions/fmemopen.texi: Likewise.
10043         * doc/posix-functions/freeaddrinfo.texi: Likewise.
10044         * doc/posix-functions/fstatat.texi: Likewise.
10045         * doc/posix-functions/futimens.texi: Likewise.
10046         * doc/posix-functions/gai_strerror.texi: Likewise.
10047         * doc/posix-functions/getaddrinfo.texi: Likewise.
10048         * doc/posix-functions/getnameinfo.texi: Likewise.
10049         * doc/posix-functions/if_freenameindex.texi: Likewise.
10050         * doc/posix-functions/if_indextoname.texi: Likewise.
10051         * doc/posix-functions/if_nameindex.texi: Likewise.
10052         * doc/posix-functions/if_nametoindex.texi: Likewise.
10053         * doc/posix-functions/insque.texi: Likewise.
10054         * doc/posix-functions/linkat.texi: Likewise.
10055         * doc/posix-functions/llrint.texi: Likewise.
10056         * doc/posix-functions/llrintf.texi: Likewise.
10057         * doc/posix-functions/llrintl.texi: Likewise.
10058         * doc/posix-functions/lockf.texi: Likewise.
10059         * doc/posix-functions/lrintl.texi: Likewise.
10060         * doc/posix-functions/mkdirat.texi: Likewise.
10061         * doc/posix-functions/mkfifoat.texi: Likewise.
10062         * doc/posix-functions/mknodat.texi: Likewise.
10063         * doc/posix-functions/mq_close.texi: Likewise.
10064         * doc/posix-functions/mq_getattr.texi: Likewise.
10065         * doc/posix-functions/mq_notify.texi: Likewise.
10066         * doc/posix-functions/mq_open.texi: Likewise.
10067         * doc/posix-functions/mq_receive.texi: Likewise.
10068         * doc/posix-functions/mq_send.texi: Likewise.
10069         * doc/posix-functions/mq_setattr.texi: Likewise.
10070         * doc/posix-functions/mq_timedreceive.texi: Likewise.
10071         * doc/posix-functions/mq_timedsend.texi: Likewise.
10072         * doc/posix-functions/mq_unlink.texi: Likewise.
10073         * doc/posix-functions/open_memstream.texi: Likewise.
10074         * doc/posix-functions/openat.texi: Likewise.
10075         * doc/posix-functions/posix_fadvise.texi: Likewise.
10076         * doc/posix-functions/posix_fallocate.texi: Likewise.
10077         * doc/posix-functions/posix_madvise.texi: Likewise.
10078         * doc/posix-functions/posix_memalign.texi: Likewise.
10079         * doc/posix-functions/posix_openpt.texi: Likewise.
10080         * doc/posix-functions/readlinkat.texi: Likewise.
10081         * doc/posix-functions/remque.texi: Likewise.
10082         * doc/posix-functions/renameat.texi: Likewise.
10083         * doc/posix-functions/rintl.texi: Likewise.
10084         * doc/posix-functions/sem_unlink.texi: Likewise.
10085         * doc/posix-functions/shm_open.texi: Likewise.
10086         * doc/posix-functions/shm_unlink.texi: Likewise.
10087         * doc/posix-functions/signgam.texi: Likewise.
10088         * doc/posix-functions/sigset.texi: Likewise.
10089         * doc/posix-functions/stpcpy.texi: Likewise.
10090         * doc/posix-functions/stpncpy.texi: Likewise.
10091         * doc/posix-functions/strerror.texi: Likewise.
10092         * doc/posix-functions/strtod.texi: Likewise.
10093         * doc/posix-functions/symlinkat.texi: Likewise.
10094         * doc/posix-functions/unlinkat.texi: Likewise.
10095         * doc/posix-functions/utimensat.texi: Likewise.
10096         * doc/glibc-functions/bindresvport.texi: Likewise.
10097         * doc/glibc-functions/dn_expand.texi: Likewise.
10098         * doc/glibc-functions/exp10.texi: Likewise.
10099         * doc/glibc-functions/exp10f.texi: Likewise.
10100         * doc/glibc-functions/fgetxattr.texi: Likewise.
10101         * doc/glibc-functions/flistxattr.texi: Likewise.
10102         * doc/glibc-functions/fopencookie.texi: Likewise.
10103         * doc/glibc-functions/freeifaddrs.texi: Likewise.
10104         * doc/glibc-functions/fremovexattr.texi: Likewise.
10105         * doc/glibc-functions/fsetxattr.texi: Likewise.
10106         * doc/glibc-functions/getifaddrs.texi: Likewise.
10107         * doc/glibc-functions/getxattr.texi: Likewise.
10108         * doc/glibc-functions/lgetxattr.texi: Likewise.
10109         * doc/glibc-functions/listxattr.texi: Likewise.
10110         * doc/glibc-functions/llistxattr.texi: Likewise.
10111         * doc/glibc-functions/lremovexattr.texi: Likewise.
10112         * doc/glibc-functions/lsetxattr.texi: Likewise.
10113         * doc/glibc-functions/pow10.texi: Likewise.
10114         * doc/glibc-functions/pow10f.texi: Likewise.
10115         * doc/glibc-functions/rcmd_af.texi: Likewise.
10116         * doc/glibc-functions/removexattr.texi: Likewise.
10117         * doc/glibc-functions/res_init.texi: Likewise.
10118         * doc/glibc-functions/res_mkquery.texi: Likewise.
10119         * doc/glibc-functions/res_query.texi: Likewise.
10120         * doc/glibc-functions/res_querydomain.texi: Likewise.
10121         * doc/glibc-functions/res_send.texi: Likewise.
10122         * doc/glibc-functions/rresvport_af.texi: Likewise.
10123         * doc/glibc-functions/setxattr.texi: Likewise.
10124         * doc/glibc-functions/strcasestr.texi: Likewise.
10125
10126 2008-12-15  Bruno Haible  <bruno@clisp.org>
10127
10128         Fix compilation error on OSF/1 4.0.
10129         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
10130         <sys/time.h>, simply delegate to the system header.
10131         Reported by Daniel Richard G. <oss@teragram.com>.
10132
10133 2008-12-15  Bruno Haible  <bruno@clisp.org>
10134
10135         * doc/posix-functions/openat.texi: Mention the 'openat' module.
10136         * doc/posix-functions/fchmodat.texi: Likewise.
10137         * doc/posix-functions/fchownat.texi: Likewise.
10138         * doc/posix-functions/fdopendir.texi: Likewise.
10139         * doc/posix-functions/fstatat.texi: Likewise.
10140         * doc/posix-functions/mkdirat.texi: Likewise.
10141         * doc/posix-functions/unlinkat.texi: Likewise.
10142
10143 2008-12-14  Bruno Haible  <bruno@clisp.org>
10144
10145         Update doc for POSIX:2008.
10146         * doc/posix-functions/faccessat.texi: New file.
10147         * doc/posix-functions/fchmodat.texi: New file.
10148         * doc/posix-functions/fchownat.texi: New file.
10149         * doc/posix-functions/fdopendir.texi: New file.
10150         * doc/posix-functions/fstatat.texi: New file.
10151         * doc/posix-functions/futimens.texi: New file.
10152         * doc/posix-functions/linkat.texi: New file.
10153         * doc/posix-functions/mkdirat.texi: New file.
10154         * doc/posix-functions/mkfifoat.texi: New file.
10155         * doc/posix-functions/mknodat.texi: New file.
10156         * doc/posix-functions/open_wmemstream.texi: New file.
10157         * doc/posix-functions/openat.texi: New file.
10158         * doc/posix-functions/psiginfo.texi: New file.
10159         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
10160         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
10161         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
10162         * doc/posix-functions/readlinkat.texi: New file.
10163         * doc/posix-functions/renameat.texi: New file.
10164         * doc/posix-functions/strerror_l.texi: New file.
10165         * doc/posix-functions/symlinkat.texi: New file.
10166         * doc/posix-functions/unlinkat.texi: New file.
10167         * doc/posix-functions/utimensat.texi: New file.
10168         * doc/gnulib.texi (Function Substitutes): Add these subsections.
10169
10170 2008-12-14  Bruno Haible  <bruno@clisp.org>
10171
10172         Update doc for POSIX:2008.
10173         * doc/posix-functions/alphasort.texi: Renamed from
10174         doc/glibc-functions/alphasort.texi.
10175         * doc/posix-functions/dirfd.texi: Renamed from
10176         doc/glibc-functions/dirfd.texi.
10177         * doc/posix-functions/dprintf.texi: Renamed from
10178         doc/glibc-functions/dprintf.texi.
10179         * doc/posix-functions/duplocale.texi: Renamed from
10180         doc/glibc-functions/duplocale.texi.
10181         * doc/posix-functions/fexecve.texi: Renamed from
10182         doc/glibc-functions/fexecve.texi.
10183         * doc/posix-functions/fmemopen.texi: Renamed from
10184         doc/glibc-functions/fmemopen.texi.
10185         * doc/posix-functions/freelocale.texi: Renamed from
10186         doc/glibc-functions/freelocale.texi.
10187         * doc/posix-functions/getdate_err.texi: Renamed from
10188         doc/glibc-functions/getdate_err.texi.
10189         * doc/posix-functions/isalnum_l.texi: Renamed from
10190         doc/glibc-functions/isalnum_l.texi.
10191         * doc/posix-functions/isalpha_l.texi: Renamed from
10192         doc/glibc-functions/isalpha_l.texi.
10193         * doc/posix-functions/isblank_l.texi: Renamed from
10194         doc/glibc-functions/isblank_l.texi.
10195         * doc/posix-functions/iscntrl_l.texi: Renamed from
10196         doc/glibc-functions/iscntrl_l.texi.
10197         * doc/posix-functions/isdigit_l.texi: Renamed from
10198         doc/glibc-functions/isdigit_l.texi.
10199         * doc/posix-functions/isgraph_l.texi: Renamed from
10200         doc/glibc-functions/isgraph_l.texi.
10201         * doc/posix-functions/islower_l.texi: Renamed from
10202         doc/glibc-functions/islower_l.texi.
10203         * doc/posix-functions/isprint_l.texi: Renamed from
10204         doc/glibc-functions/isprint_l.texi.
10205         * doc/posix-functions/ispunct_l.texi: Renamed from
10206         doc/glibc-functions/ispunct_l.texi.
10207         * doc/posix-functions/isspace_l.texi: Renamed from
10208         doc/glibc-functions/isspace_l.texi.
10209         * doc/posix-functions/isupper_l.texi: Renamed from
10210         doc/glibc-functions/isupper_l.texi.
10211         * doc/posix-functions/iswalnum_l.texi: Renamed from
10212         doc/glibc-functions/iswalnum_l.texi.
10213         * doc/posix-functions/iswalpha_l.texi: Renamed from
10214         doc/glibc-functions/iswalpha_l.texi.
10215         * doc/posix-functions/iswblank_l.texi: Renamed from
10216         doc/glibc-functions/iswblank_l.texi.
10217         * doc/posix-functions/iswcntrl_l.texi: Renamed from
10218         doc/glibc-functions/iswcntrl_l.texi.
10219         * doc/posix-functions/iswctype_l.texi: Renamed from
10220         doc/glibc-functions/iswctype_l.texi.
10221         * doc/posix-functions/iswdigit_l.texi: Renamed from
10222         doc/glibc-functions/iswdigit_l.texi.
10223         * doc/posix-functions/iswgraph_l.texi: Renamed from
10224         doc/glibc-functions/iswgraph_l.texi.
10225         * doc/posix-functions/iswlower_l.texi: Renamed from
10226         doc/glibc-functions/iswlower_l.texi.
10227         * doc/posix-functions/iswprint_l.texi: Renamed from
10228         doc/glibc-functions/iswprint_l.texi.
10229         * doc/posix-functions/iswpunct_l.texi: Renamed from
10230         doc/glibc-functions/iswpunct_l.texi.
10231         * doc/posix-functions/iswspace_l.texi: Renamed from
10232         doc/glibc-functions/iswspace_l.texi.
10233         * doc/posix-functions/iswupper_l.texi: Renamed from
10234         doc/glibc-functions/iswupper_l.texi.
10235         * doc/posix-functions/iswxdigit_l.texi: Renamed from
10236         doc/glibc-functions/iswxdigit_l.texi.
10237         * doc/posix-functions/isxdigit_l.texi: Renamed from
10238         doc/glibc-functions/isxdigit_l.texi.
10239         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
10240         doc/glibc-functions/mbsnrtowcs.texi.
10241         * doc/posix-functions/mkdtemp.texi: Renamed from
10242         doc/glibc-functions/mkdtemp.texi.
10243         * doc/posix-functions/newlocale.texi: Renamed from
10244         doc/glibc-functions/newlocale.texi.
10245         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
10246         doc/glibc-functions/nl_langinfo_l.texi.
10247         * doc/posix-functions/open_memstream.texi: Renamed from
10248         doc/glibc-functions/open_memstream.texi.
10249         * doc/posix-functions/opterr.texi: Renamed from
10250         doc/glibc-functions/opterr.texi.
10251         * doc/posix-functions/optind.texi: Renamed from
10252         doc/glibc-functions/optind.texi.
10253         * doc/posix-functions/optopt.texi: Renamed from
10254         doc/glibc-functions/optopt.texi.
10255         * doc/posix-functions/psignal.texi: Renamed from
10256         doc/glibc-functions/psignal.texi.
10257         * doc/posix-functions/scandir.texi: Renamed from
10258         doc/glibc-functions/scandir.texi.
10259         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
10260         doc/glibc-functions/sched_get_priority_min.texi.
10261         * doc/posix-functions/signgam.texi: Renamed from
10262         doc/glibc-functions/signgam.texi.
10263         * doc/posix-functions/stpcpy.texi: Renamed from
10264         doc/glibc-functions/stpcpy.texi.
10265         * doc/posix-functions/stpncpy.texi: Renamed from
10266         doc/glibc-functions/stpncpy.texi.
10267         * doc/posix-functions/strcasecmp_l.texi: Renamed from
10268         doc/glibc-functions/strcasecmp_l.texi.
10269         * doc/posix-functions/strcoll_l.texi: Renamed from
10270         doc/glibc-functions/strcoll_l.texi.
10271         * doc/posix-functions/strfmon_l.texi: Renamed from
10272         doc/glibc-functions/strfmon_l.texi.
10273         * doc/posix-functions/strftime_l.texi: Renamed from
10274         doc/glibc-functions/strftime_l.texi.
10275         * doc/posix-functions/strncasecmp_l.texi: Renamed from
10276         doc/glibc-functions/strncasecmp_l.texi.
10277         * doc/posix-functions/strndup.texi: Renamed from
10278         doc/glibc-functions/strndup.texi.
10279         * doc/posix-functions/strnlen.texi: Renamed from
10280         doc/glibc-functions/strnlen.texi.
10281         * doc/posix-functions/strsignal.texi: Renamed from
10282         doc/glibc-functions/strsignal.texi.
10283         * doc/posix-functions/strxfrm_l.texi: Renamed from
10284         doc/glibc-functions/strxfrm_l.texi.
10285         * doc/posix-functions/timer_gettime.texi: Renamed from
10286         doc/glibc-functions/timer_gettime.texi.
10287         * doc/posix-functions/tolower_l.texi: Renamed from
10288         doc/glibc-functions/tolower_l.texi.
10289         * doc/posix-functions/toupper_l.texi: Renamed from
10290         doc/glibc-functions/toupper_l.texi.
10291         * doc/posix-functions/towctrans_l.texi: Renamed from
10292         doc/glibc-functions/towctrans_l.texi.
10293         * doc/posix-functions/towlower_l.texi: Renamed from
10294         doc/glibc-functions/towlower_l.texi.
10295         * doc/posix-functions/towupper_l.texi: Renamed from
10296         doc/glibc-functions/towupper_l.texi.
10297         * doc/posix-functions/uselocale.texi: Renamed from
10298         doc/glibc-functions/uselocale.texi.
10299         * doc/posix-functions/vdprintf.texi: Renamed from
10300         doc/glibc-functions/vdprintf.texi.
10301         * doc/posix-functions/wcpcpy.texi:
10302         Renamed from doc/glibc-functions/wcpcpy.texi.
10303         * doc/posix-functions/wcpncpy.texi: Renamed from
10304         doc/glibc-functions/wcpncpy.texi.
10305         * doc/posix-functions/wcscasecmp.texi: Renamed from
10306         doc/glibc-functions/wcscasecmp.texi.
10307         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
10308         doc/glibc-functions/wcscasecmp_l.texi.
10309         * doc/posix-functions/wcscoll_l.texi: Renamed from
10310         doc/glibc-functions/wcscoll_l.texi.
10311         * doc/posix-functions/wcsdup.texi: Renamed from
10312         doc/glibc-functions/wcsdup.texi.
10313         * doc/posix-functions/wcsncasecmp.texi: Renamed from
10314         doc/glibc-functions/wcsncasecmp.texi.
10315         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
10316         doc/glibc-functions/wcsncasecmp_l.texi.
10317         * doc/posix-functions/wcsnlen.texi: Renamed from
10318         doc/glibc-functions/wcsnlen.texi.
10319         * doc/posix-functions/wcsnrtombs.texi: Renamed from
10320         doc/glibc-functions/wcsnrtombs.texi.
10321         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
10322         doc/glibc-functions/wcsxfrm_l.texi.
10323         * doc/posix-functions/wctrans_l.texi: Renamed from
10324         doc/glibc-functions/wctrans_l.texi.
10325         * doc/posix-functions/wctype_l.texi: Renamed from
10326         doc/glibc-functions/wctype_l.texi.
10327         * doc/gnulib.texi (Function Substitutes): Add these subsections.
10328         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
10329         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
10330         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
10331         these subsections.
10332         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
10333         Remove sections.
10334
10335 2008-12-14  Bruno Haible  <bruno@clisp.org>
10336
10337         Update doc for POSIX:2008.
10338         * doc/posix-functions/*.texi: Update URL of POSIX specification.
10339
10340 2008-12-14  Bruno Haible  <bruno@clisp.org>
10341
10342         Update doc for POSIX:2008.
10343         * doc/pastposix-functions/bcmp.texi: Renamed from
10344         doc/posix-functions/bcmp.texi.
10345         * doc/pastposix-functions/bcopy.texi: Renamed from
10346         doc/posix-functions/bcopy.texi.
10347         * doc/pastposix-functions/bsd_signal.texi: Renamed from
10348         doc/posix-functions/bsd_signal.texi.
10349         * doc/pastposix-functions/bzero.texi: Renamed from
10350         doc/posix-functions/bzero.texi.
10351         * doc/pastposix-functions/ecvt.texi: Renamed from
10352         doc/posix-functions/ecvt.texi.
10353         * doc/pastposix-functions/fcvt.texi: Renamed from
10354         doc/posix-functions/fcvt.texi.
10355         * doc/pastposix-functions/ftime.texi: Renamed from
10356         doc/posix-functions/ftime.texi.
10357         * doc/pastposix-functions/gcvt.texi: Renamed from
10358         doc/posix-functions/gcvt.texi.
10359         * doc/pastposix-functions/getcontext.texi: Renamed from
10360         doc/posix-functions/getcontext.texi.
10361         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
10362         doc/posix-functions/gethostbyaddr.texi.
10363         * doc/pastposix-functions/gethostbyname.texi: Renamed from
10364         doc/posix-functions/gethostbyname.texi.
10365         * doc/pastposix-functions/getwd.texi: Renamed from
10366         doc/posix-functions/getwd.texi.
10367         * doc/pastposix-functions/h_errno.texi: Renamed from
10368         doc/posix-functions/h_errno.texi.
10369         * doc/pastposix-functions/index.texi: Renamed from
10370         doc/posix-functions/index.texi.
10371         * doc/pastposix-functions/makecontext.texi: Renamed from
10372         doc/posix-functions/makecontext.texi.
10373         * doc/pastposix-functions/mktemp.texi: Renamed from
10374         doc/posix-functions/mktemp.texi.
10375         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
10376         doc/posix-functions/pthread_attr_getstackaddr.texi.
10377         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
10378         doc/posix-functions/pthread_attr_setstackaddr.texi.
10379         * doc/pastposix-functions/rindex.texi: Renamed from
10380         doc/posix-functions/rindex.texi.
10381         * doc/pastposix-functions/scalb.texi: Renamed from
10382         doc/posix-functions/scalb.texi.
10383         * doc/pastposix-functions/setcontext.texi: Renamed from
10384         doc/posix-functions/setcontext.texi.
10385         * doc/pastposix-functions/swapcontext.texi: Renamed from
10386         doc/posix-functions/swapcontext.texi.
10387         * doc/pastposix-functions/ualarm.texi: Renamed from
10388         doc/posix-functions/ualarm.texi.
10389         * doc/pastposix-functions/usleep.texi: Renamed from
10390         doc/posix-functions/usleep.texi.
10391         * doc/pastposix-functions/vfork.texi: Renamed from
10392         doc/posix-functions/vfork.texi.
10393         * doc/pastposix-functions/wcswcs.texi: Renamed from
10394         doc/posix-functions/wcswcs.texi.
10395         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
10396         (Function Substitutes): Update.
10397
10398 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10399
10400         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
10401         m4/strerror.m4.
10402
10403 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10404             Bruno Haible  <bruno@clisp.org>
10405
10406         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
10407
10408 2008-12-13  Bruno Haible  <bruno@clisp.org>
10409
10410         * modules/strtoull (Depends-on): Remove unistd.
10411
10412 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10413
10414         * modules/strtoull (Depends-on): Add stdlib.
10415
10416 2008-12-11  Simon Josefsson  <simon@josefsson.org>
10417
10418         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
10419
10420 2008-12-10  Jim Meyering  <meyering@redhat.com>
10421
10422         gl_ASSERT: don't say assertions are disabled when they're not
10423         * m4/assert.m4 (gl_ASSERT): Do not make configure report
10424         "checking whether to enable assertions... no", when they are in
10425         fact enabled.  This is solely a bug in the output of configure.
10426         In spite of saying "no", NDEBUG was not defined in that case.
10427         Also, as noted by Eric Blake, leave assertions enabled upon
10428         --enable-assert=INVALID.
10429
10430 2008-12-10  Bruno Haible  <bruno@clisp.org>
10431
10432         Change MODULES.html to refer to POSIX:2008 where possible.
10433         * MODULES.html.sh (POSIX2008_URL): New variable.
10434         (posix_headers): Remove sys/timeb, ucontext.
10435         (posix2001_headers): New variable.
10436         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
10437         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
10438         index, makecontext, mktemp, pthread_attr_getstackaddr,
10439         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
10440         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
10441         (posix2001_functions): New variable.
10442         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
10443         otherwise.
10444
10445 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10446
10447         add missing include to parse-duration.c
10448         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
10449         * modules/parse-duration (Depends-on): Add xalloc.
10450
10451         fix sed script reading maint.mk
10452         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
10453         (syntax-check-rules): Use it.
10454
10455 2008-12-09  Bruno Haible  <bruno@clisp.org>
10456
10457         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
10458         MacOS X 10.4/PowerPC.
10459         Reported by Simon Josefsson.
10460
10461 2008-12-08  Jim Meyering  <meyering@redhat.com>
10462
10463         work around mingw's lack of some S_IF definitions
10464         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
10465         Reported by Simon Josefsson.
10466
10467 2008-12-08  Bruno Haible  <bruno@clisp.org>
10468
10469         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
10470         applied to variables. Needed on MacOS X 10.4/PowerPC.
10471         Reported by Simon Josefsson.
10472
10473 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
10474         and Eric Blake  <ebb9@byu.net>
10475
10476         assert: honor --enable-assert
10477         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
10478         order to honor --enable-assert, rather than treating it as a
10479         synonym for --disable-assert.
10480
10481 2008-12-08  Jim Meyering  <meyering@redhat.com>
10482
10483         * lib/posixtm.c: Remove now-useless declaration of mktime.
10484
10485         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
10486
10487 2008-12-07  Bruno Haible  <bruno@clisp.org>
10488
10489         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
10490         test_once): Mark functions as static.
10491         * tests/test-tls.c (test_tls): Likewise.
10492
10493 2008-12-07  Bruno Haible  <bruno@clisp.org>
10494
10495         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
10496         iconv_register_autodetect.
10497
10498 2008-12-07  Jim Meyering  <meyering@redhat.com>
10499
10500         posixtm.c: avoid a warning
10501         * lib/posixtm.c (posixtime): Don't initialize tm0.
10502         It's no longer needed to placate gcc4's -Wuninitialized,
10503         and the attempt to placate would elicit a new warning.
10504
10505         unicodeio.c: mark unused parameters
10506         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
10507         (fallback_failure_callback): Likewise.
10508
10509 2008-12-07  Bruno Haible  <bruno@clisp.org>
10510
10511         * gnulib-tool (func_create_testdir): When building the tests
10512         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
10513         Reported by Simon Josefsson.
10514
10515 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10516
10517         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
10518
10519 2008-12-06  Bruno Haible  <bruno@clisp.org>
10520
10521         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
10522         Suggested by Eric Blake.
10523
10524 2008-12-06  Bruno Haible  <bruno@clisp.org>
10525
10526         Fix a c-stack test failure on MacOS X.
10527         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
10528         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
10529         handler for SIGBUS as well.
10530         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
10531         install a signal handler for SIGBUS as well.
10532         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
10533
10534 2008-12-06  Bruno Haible  <bruno@clisp.org>
10535
10536         Advocacy documentation.
10537         * doc/gnulib-intro.texi (Benefits): New section.
10538         * doc/gnulib.texi: Update.
10539
10540 2008-12-06  Bruno Haible  <bruno@clisp.org>
10541
10542         Document the 'manywarnings' module.
10543         * doc/manywarnings.texi: New file.
10544         * doc/gnulib.texi: Include it.
10545
10546 2008-12-05  Eric Blake  <ebb9@byu.net>
10547
10548         tests: silence some gcc warnings
10549         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
10550         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
10551         type mismatches.
10552
10553 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10554             Bruno Haible  <bruno@clisp.org>
10555
10556         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
10557
10558 2008-11-29  Jim Meyering  <meyering@redhat.com>
10559
10560         unicodeio.c: mark unused parameters
10561         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
10562         (fallback_failure_callback): Likewise.
10563
10564         fts: fix a thinko
10565         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
10566         (set_stat_type): Return S_IF*-valued "type" directly.
10567         Prompted by James Youngman's spotting a related bug.
10568         Confirmed by further testing through find.
10569
10570         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
10571         * lib/fts.c (D_TYPE): Define.
10572         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
10573         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
10574         (s_ifmt_shift_bits): New function.
10575         (set_stat_type): New function.
10576         (fts_build): When not calling fts_stat, call set_stat_type
10577         to propagate dirent.d_type info to fts_read caller.
10578         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
10579         fts_statp->st_mode type information may be valid.
10580
10581 2008-11-28  Simon Josefsson  <simon@josefsson.org>
10582
10583         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
10584         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
10585         <sds@gnu.org>.
10586
10587 2008-11-20  Bruno Haible  <bruno@clisp.org>
10588
10589         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
10590         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
10591         INCLUDE_NEXT.
10592         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
10593         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
10594         * modules/math (Makefile.am): Substitute
10595         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
10596         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10597
10598 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
10599             Bruno Haible  <bruno@clisp.org>
10600
10601         * lib/stdint.in.h: Define all type macros so that their expansion is
10602         a single typedef'ed token. Fixes a compilation failure in Boost which
10603         does "using ::int8_t;".
10604
10605 2008-11-18  Simon Josefsson  <simon@josefsson.org>
10606
10607         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
10608         gl_MANYWARN_ALL_GCC.
10609         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
10610         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
10611         * modules/manywarnings: New file.
10612         * MODULES.html.sh: Mention manywarnings module.
10613
10614 2008-11-18  Bruno Haible  <bruno@clisp.org>
10615
10616         * doc/gnulib-tool.texi (Unit tests): New section.
10617
10618 2008-11-18  Simon Josefsson  <simon@josefsson.org>
10619
10620         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
10621         paths like 'lib/po/foo.po'.
10622
10623 2008-11-17  Simon Josefsson  <simon@josefsson.org>
10624
10625         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
10626         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
10627
10628 2008-11-17  Simon Josefsson  <simon@josefsson.org>
10629
10630         * m4/warnings.m4: Use CPPFLAGS to really check whether the
10631         parameter works.
10632
10633 2008-11-17  Simon Josefsson  <simon@josefsson.org>
10634
10635         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
10636
10637 2008-11-17  Bruce Korb  <bkorb@gnu.org>
10638
10639         * modules/parse-duration-tests: New file.
10640         * tests/test-parse-duration.sh: New file.
10641         * tests/test-parse-duration.c: New file.
10642
10643         New module 'parse-duration'.
10644         * lib/parse-duration.h: New file.
10645         * lib/parse-duration.c: New file.
10646         * modules/parse-duration: New file.
10647
10648 2008-11-17  Bruno Haible  <bruno@clisp.org>
10649
10650         * tests/test-select-out.sh: Comment out the first pipe test.
10651         Reported by Simon Josefsson.
10652
10653 2008-11-17  Bruno Haible  <bruno@clisp.org>
10654
10655         * modules/getaddrinfo (Depends-on): Add servent, hostent.
10656         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
10657         gl_HOSTENT.
10658
10659 2008-11-17  Bruno Haible  <bruno@clisp.org>
10660
10661         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
10662         -lnetwork and -lnet. Needed for Haiku and BeOS.
10663
10664 2008-11-16  Bruno Haible  <bruno@clisp.org>
10665
10666         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
10667
10668 2008-11-16  Bruno Haible  <bruno@clisp.org>
10669
10670         Avoid test failure on Haiku.
10671         * tests/test-fsync.c: Include <errno.h>.
10672         (main): Don't require that fsync (0) fails.
10673
10674 2008-11-15  Bruno Haible  <bruno@clisp.org>
10675
10676         New module 'hostent'.
10677         * modules/hostent: New file.
10678         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
10679
10680 2008-11-15  Bruno Haible  <bruno@clisp.org>
10681
10682         New module 'servent'.
10683         * modules/servent: New file.
10684         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
10685
10686 2008-11-15  Bruno Haible  <bruno@clisp.org>
10687
10688         Avoid generating same test program with two different rules.
10689         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
10690         test-frexp to test-frexp-nolibm.
10691         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
10692         test-frexpl to test-frexpl-nolibm.
10693
10694 2008-11-15  Bruno Haible  <bruno@clisp.org>
10695
10696         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
10697         $(FREXPL_LIBM).
10698
10699 2008-11-15  Bruno Haible  <bruno@clisp.org>
10700
10701         * lib/netdb.in.h: Activate the definitions also when the system's
10702         <netdb.h> has 'struct addrinfo'.
10703         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
10704         EAI_OVERFLOW or AI_NUMERICSERV.
10705         * doc/posix-headers/netdb.texi: Document the problem.
10706
10707 2008-11-15  Bruno Haible  <bruno@clisp.org>
10708
10709         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
10710
10711         Make the 'sched' module work on platforms where <sched.h> exists but
10712         is incomplete (such as Haiku).
10713         * lib/sched.in.h; Include the system's <sched.h> if it exists.
10714         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
10715         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
10716         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
10717         HAVE_STRUCT_SCHED_PARAM.
10718         * modules/sched (Depends-on): Add include_next.
10719         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
10720         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
10721         * doc/posix-headers/sched.texi: Document the issue.
10722
10723 2008-11-13  Jim Meyering  <meyering@redhat.com>
10724
10725         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
10726         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
10727         test would fail due to the difference in the Report bugs to ...
10728         line.  The expected address is empty, "<>", while the actual
10729         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
10730
10731 2008-11-12  Bruno Haible  <bruno@clisp.org>
10732
10733         lstat: don't compile lstat.c on systems lacking lstat
10734         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
10735         which don't have lstat; this is handled by lib/sys_stat.in.h already.
10736         Reported by Daniel P. Berrange via Jim Meyering.
10737
10738 2008-11-12  Jim Meyering  <meyering@redhat.com>
10739
10740         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
10741
10742 2008-11-12  Simon Josefsson  <simon@josefsson.org>
10743
10744         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
10745         instead.
10746
10747 2008-11-12  Bruno Haible  <bruno@clisp.org>
10748
10749         * lib/unicodeio.c: Include unistr.h.
10750         (utf8_wctomb): Remove function.
10751         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
10752
10753 2008-11-12  Simon Josefsson  <simon@josefsson.org>
10754
10755         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
10756         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
10757         <bruno@clisp.org>.
10758         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
10759
10760 2008-11-12  Simon Josefsson  <simon@josefsson.org>
10761
10762         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
10763         * doc/gnulib.texi: Add section for warnings.
10764
10765 2008-11-11  Bruno Haible  <bruno@clisp.org>
10766
10767         * lib/sockets.h: Add a comment.
10768
10769 2008-11-11  Karl Berry  <karl@gnu.org>
10770
10771         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
10772
10773 2008-11-11  Eric Blake  <ebb9@byu.net>
10774
10775         fdl.texi: avoid git symlinks
10776         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
10777
10778 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
10779
10780         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
10781
10782 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
10783
10784         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
10785         (gl_WARN_ADD): Substitute $2 if literal.
10786
10787 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
10788
10789         * m4/warning.m4: Remove.
10790
10791 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
10792
10793         * m4/warnings.m4: Almost complete rewrite. :-)
10794
10795 2008-11-10  Simon Josefsson  <simon@josefsson.org>
10796
10797         * modules/warnings: New module.
10798         * m4/warnings.m4: New file.
10799         * MODULES.html.sh: Mention warnings module.
10800         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
10801         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10802
10803 2008-11-10  Eric Blake  <ebb9@byu.net>
10804
10805         fdl.texi: make a symlink to the latest version
10806         * doc/standards.texi: Revert today's earlier change.
10807         * doc/fdl-1.2.texi: Rename from old fdl.texi...
10808         * doc/fdl.texi: ...and replace this with a symlink to the newer
10809         fdl-1.3.texi.
10810
10811 2008-11-10  Bruno Haible  <bruno@clisp.org>
10812
10813         * tests/test-select-fd.c (main): Accept the result file name as fourth
10814         argument.
10815         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
10816         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
10817
10818 2008-11-10  Bruno Haible  <bruno@clisp.org>
10819
10820         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
10821         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
10822         as autoconf-substituted macros.
10823         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
10824         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
10825         gl_NETDB_H_DEFAULTS. Set these variables.
10826         * modules/netdb (Makefile.am): Substitute these variables.
10827
10828 2008-11-10  Eric Blake  <ebb9@byu.net>
10829
10830         standards.texi: include correct file for FDL 1.3
10831         * doc/standards.texi (GNU Free Documentation License): Change
10832         include file to pull in FDL 1.3, not 1.2.
10833
10834         fdl.texi: revert accidental change to license
10835         * doc/fdl.texi: This is FDL 1.2, not 1.3.
10836
10837 2008-11-10  Bruno Haible  <bruno@clisp.org>
10838
10839         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
10840         cross-compiling guesses also when the native compile gives no result.
10841
10842 2008-11-10  Bruno Haible  <bruno@clisp.org>
10843
10844         * lib/spawni.c (__spawni): Force variable into the stack.
10845
10846 2008-11-10  Bruno Haible  <bruno@clisp.org>
10847
10848         Add support for Haiku.
10849         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
10850         glibc and BeOS, but also on Haiku.
10851         * lib/fpurge.c (fpurge): Likewise.
10852         * lib/freadable.c (freadable): Likewise.
10853         * lib/freadahead.c (freadahead): Likewise.
10854         * lib/freading.c (freading): Likewise.
10855         * lib/freadptr.c (freadptr): Likewise.
10856         * lib/freadseek.c (freadptrinc): Likewise.
10857         * lib/fseeko.c (rpl_fseeko): Likewise.
10858         * lib/fseterr.c (fseterr): Likewise.
10859         * lib/fwritable.c (fwritable): Likewise.
10860         * lib/fwriting.c (fwriting): Likewise.
10861         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
10862
10863 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
10864
10865         * lib/config.charset: Treat Haiku like BeOS.
10866
10867 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
10868
10869         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
10870         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
10871
10872 2008-11-08  Bruno Haible  <bruno@clisp.org>
10873
10874         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
10875         AC_CACHE_CHECK.
10876
10877 2008-11-08  Bruno Haible  <bruno@clisp.org>
10878
10879         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
10880
10881 2008-11-08  Bruno Haible  <bruno@clisp.org>
10882
10883         * tests/test-select-fd.c: New file.
10884         * tests/test-select-in.sh: New file.
10885         * tests/test-select-out.sh: New file.
10886         * tests/test-select-stdin.c: New file.
10887         * modules/select-tests (Files): Add the new files.
10888         (Depends-on): Add gettimeofday.
10889         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
10890         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
10891         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
10892
10893 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
10894             Bruno Haible  <bruno@clisp.org>
10895
10896         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
10897
10898 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
10899
10900         * build-aux/pmccabe2html: Added support for C++ source files.
10901
10902 2008-11-05  Ben Pfaff  <blp@gnu.org>
10903
10904         Fix lib/close.c build on Windows.
10905         * modules/close (Files): Add lib/w32sock.h.
10906
10907 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
10908
10909         Accept Bison's NEWS format.
10910         * build-aux/announce-gen (print_news_deltas): Tweak
10911         $re_prefix.
10912
10913 2008-11-04  Bruno Haible  <bruno@clisp.org>
10914
10915         * modules/random_r (Maintainer): Add glibc.
10916
10917 2008-11-04  Simon Josefsson  <simon@josefsson.org>
10918
10919         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
10920         by karl@freefriends.org (Karl Berry).
10921         * doc/alloca.texi: Likewise.
10922         * doc/c-ctype.texi: Likewise.
10923         * doc/c-strcase.texi: Likewise.
10924         * doc/c-strcaseeq.texi: Likewise.
10925         * doc/c-strcasestr.texi: Likewise.
10926         * doc/c-strstr.texi: Likewise.
10927         * doc/c-strtod.texi: Likewise.
10928         * doc/c-strtold.texi: Likewise.
10929         * doc/ctime.texi: Likewise.
10930         * doc/error.texi: Likewise.
10931         * doc/fdl.texi: Likewise.
10932         * doc/gcd.texi: Likewise.
10933         * doc/getdate.texi: Likewise.
10934         * doc/gnulib-intro.texi: Likewise.
10935         * doc/gnulib-tool.texi: Likewise.
10936         * doc/gnulib.texi: Likewise.
10937         * doc/inet_ntoa.texi: Likewise.
10938         * doc/maintain.texi: Likewise.
10939         * doc/make-stds.texi: Likewise.
10940         * doc/quote.texi: Likewise.
10941         * doc/regexprops-generic.texi: Likewise.
10942         * doc/standards.texi: Likewise.
10943         * doc/verify.texi: Likewise.
10944         * doc/visibility.texi: Likewise.
10945         * doc/gnulib.texi (GNU Free Documentation License): Include
10946         fdl-1.3.texi instead of fdl.texi.
10947
10948 2008-11-04  Simon Josefsson  <simon@josefsson.org>
10949
10950         * doc/fdl-1.3.texi: New file, from
10951         <http://www.gnu.org/licenses/fdl-1.3.texi>.
10952         * modules/fdl-1.3: Add.
10953         * MODULES.html.sh: Add fdl-1.3.
10954
10955 2008-11-03  Bruno Haible  <bruno@clisp.org>
10956
10957         Make determination of absolute name of header file work with AIX xlc.
10958         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
10959         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
10960         preprocessing.
10961         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
10962         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
10963
10964 2008-11-03  Simon Josefsson  <simon@josefsson.org>
10965
10966         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
10967         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
10968         <ludo@gnu.org>.
10969
10970 2008-11-02  Bruno Haible  <bruno@clisp.org>
10971
10972         Mark 'strpbrk' obsolete.
10973         * modules/strpbrk (Status, Notice): New sections.
10974         * modules/strtok_r (Depends-on): Add strpbrk.
10975
10976 2008-11-02  Bruno Haible  <bruno@clisp.org>
10977
10978         Mark 'strdup' obsolete.
10979         * modules/strdup (Status, Notice): New sections.
10980         * modules/findprog (Depends-on): Add strdup.
10981         * modules/getaddrinfo (Depends-on): Likewise.
10982         * modules/localename (Depends-on): Likewise.
10983         * modules/relocatable-lib (Depends-on): Likewise.
10984         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
10985         * modules/relocatable-prog (Depends-on): Likewise.
10986         * modules/trim (Depends-on): Likewise.
10987         * modules/unictype/gen-ctype (Depends-on): Likewise.
10988         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
10989
10990 2008-11-02  Bruno Haible  <bruno@clisp.org>
10991
10992         Mark 'strcspn' obsolete.
10993         * modules/strcspn (Status, Notice): New sections.
10994
10995 2008-11-02  Bruno Haible  <bruno@clisp.org>
10996
10997         Mark 'rmdir' obsolete.
10998         * modules/rmdir (Status, Notice): New sections.
10999         * modules/clean-temp (Depends-on): Add rmdir.
11000         * modules/openat (Depends-on): Likewise.
11001
11002 2008-11-02  Bruno Haible  <bruno@clisp.org>
11003
11004         Mark 'raise' obsolete.
11005         * modules/raise (Status, Notice): New sections.
11006         (Include): Specify <signal.h>.
11007         * modules/stdio (Depends-on): Add raise.
11008         * modules/write (Depends-on): Likewise.
11009
11010 2008-11-02  Bruno Haible  <bruno@clisp.org>
11011
11012         Mark 'memset' obsolete.
11013         * modules/memset (Status, Notice): New sections.
11014
11015 2008-11-02  Bruno Haible  <bruno@clisp.org>
11016
11017         Mark 'memmove' obsolete.
11018         * modules/memmove (Status, Notice): New sections.
11019         * modules/argp (Depends-on): Add memmove.
11020         * modules/argz (Depends-on): Likewise.
11021         * modules/canonicalize (Depends-on): Likewise.
11022         * modules/canonicalize-lgpl (Depends-on): Likewise.
11023         * modules/fts (Depends-on): Likewise.
11024         * modules/getcwd (Depends-on): Likewise.
11025         * modules/human (Depends-on): Likewise.
11026         * modules/regex (Depends-on): Likewise.
11027         * modules/striconveh (Depends-on): Likewise.
11028         * modules/trim (Depends-on): Likewise.
11029         * modules/unistr/u8-move (Depends-on): Likewise.
11030         * modules/unistr/u16-move (Depends-on): Likewise.
11031         * modules/unistr/u32-move (Depends-on): Likewise.
11032
11033 2008-11-02  Bruno Haible  <bruno@clisp.org>
11034
11035         Mark 'memcpy' obsolete.
11036         * modules/memcpy (Status, Notice): New sections.
11037
11038 2008-11-02  Bruno Haible  <bruno@clisp.org>
11039
11040         Mark 'memcmp' obsolete.
11041         * modules/memcmp (Status, Notice): New sections.
11042         * modules/argmatch (Depends-on): Add memchr.
11043         * modules/backupfile (Depends-on): Likewise.
11044         * modules/c-strcasestr (Depends-on): Likewise.
11045         * modules/crypto/des (Depends-on): Likewise.
11046         * modules/csharpcomp (Depends-on): Likewise.
11047         * modules/fnmatch (Depends-on): Likewise.
11048         * modules/git-merge-changelog (Depends-on): Likewise.
11049         * modules/isnand (Depends-on): Likewise.
11050         * modules/isnand-nolibm (Depends-on): Likewise.
11051         * modules/isnanf (Depends-on): Likewise.
11052         * modules/isnanf-nolibm (Depends-on): Likewise.
11053         * modules/isnanl (Depends-on): Likewise.
11054         * modules/isnanl-nolibm (Depends-on): Likewise.
11055         * modules/mbchar (Depends-on): Likewise.
11056         * modules/memcoll (Depends-on): Likewise.
11057         * modules/quotearg (Depends-on): Likewise.
11058         * modules/regex (Depends-on): Likewise.
11059         * modules/relocatable-prog (Depends-on): Likewise.
11060         * modules/same (Depends-on): Likewise.
11061         * modules/signbit (Depends-on): Likewise.
11062         * modules/strcasestr-simple (Depends-on): Likewise.
11063         * modules/unictype/gen-ctype (Depends-on): Likewise.
11064         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
11065         * modules/uniname/uniname (Depends-on): Likewise.
11066         * modules/unistr/u8-cmp (Depends-on): Likewise.
11067
11068 2008-11-02  Bruno Haible  <bruno@clisp.org>
11069
11070         Mark 'memchr' obsolete.
11071         * modules/memchr (Status, Notice): New sections.
11072         * modules/argp (Depends-on): Add memchr.
11073         * modules/base64 (Depends-on): Likewise.
11074         * modules/c-strcasestr (Depends-on): Likewise.
11075         * modules/chdir-long (Depends-on): Likewise.
11076         * modules/fnmatch (Depends-on): Likewise.
11077         * modules/getsubopt (Depends-on): Likewise.
11078         * modules/git-merge-changelog (Depends-on): Likewise.
11079         * modules/glob (Depends-on): Likewise.
11080         * modules/strcasestr-simple (Depends-on): Likewise.
11081         * modules/strnlen (Depends-on): Likewise.
11082
11083 2008-11-02  Bruno Haible  <bruno@clisp.org>
11084
11085         Mark 'atexit' obsolete.
11086         * modules/atexit (Status, Notice): New sections.
11087         * modules/chdir-long (Depends-on): Add atexit.
11088         * modules/wait-process (Depends-on): Likewise.
11089
11090 2008-11-02  Bruno Haible  <bruno@clisp.org>
11091
11092         * gnulib-tool: New option --with-obsolete.
11093         (func_usage): Document it.
11094         (func_modules_transitive_closure): Drop obsolete dependencies if
11095         incobsolete is not true.
11096         (func_import): Read and save the incobsolete variable to the cache.
11097
11098 2008-11-02  Bruno Haible  <bruno@clisp.org>
11099
11100         * modules/TEMPLATE-EXTENDED: New field 'Status'.
11101         * gnulib-tool: New option --extract-status.
11102         (func_usage): Document it.
11103         (sed_extract_prog): Recognize it.
11104         (func_get_status): New function.
11105
11106 2008-10-30  Simon Josefsson  <simon@josefsson.org>
11107
11108         * modules/sockets (License): Change from LGPL to LGPLv2+.
11109
11110 2008-10-28  Simon Josefsson  <simon@josefsson.org>
11111
11112         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
11113
11114 2008-10-28  Simon Josefsson  <simon@josefsson.org>
11115
11116         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11117         Mention times and sys_times.
11118         * modules/sys_times, modules/sys_times-tests: New modules.
11119         * modules/times, modules/times-tests: Likewise
11120         * m4/sys_times_h.m4: New file.
11121         * lib/sys_times.in.h: Likewise
11122         * lib/times.c: Likewise.
11123         * tests/test-sys_times.c: Likewise.
11124         * tests/test-times.c: Likewise.
11125         * doc/posix-headers/sys_times.texi: Update.
11126         * doc/posix-functions/times.texi: Update.
11127
11128 2008-10-28  Jim Meyering  <meyering@redhat.com>
11129
11130         * modules/tempname (Depends-on): Add lstat.
11131
11132         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
11133
11134 2008-10-28  Simon Josefsson  <simon@josefsson.org>
11135
11136         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
11137         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
11138         using idiom used elsewhere in gnulib.
11139
11140 2008-10-27  Jim Meyering  <meyering@redhat.com>
11141
11142         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
11143
11144 2008-10-27  Simon Josefsson  <simon@josefsson.org>
11145
11146         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
11147         TESTS_ENVIRONMENT, for shell scripts that needs to call built
11148         programs.
11149         * tests/test-argp-2.sh: Use $EXEEXT when needed.
11150
11151 2008-10-27  Simon Josefsson  <simon@josefsson.org>
11152
11153         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
11154
11155 2008-10-27  Bruno Haible  <bruno@clisp.org>
11156
11157         * tests/test-lstat.c: Include <stdio.h>.
11158
11159 2008-10-27  Simon Josefsson  <simon@josefsson.org>
11160
11161         * modules/lstat-tests: New module.
11162         * tests/test-lstat.c: New file.
11163
11164 2008-10-26  Jim Meyering  <meyering@redhat.com>
11165
11166         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
11167
11168 2008-10-26  Simon Josefsson  <simon@josefsson.org>
11169             Bruno Haible  <bruno@clisp.org>
11170
11171         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
11172         * modules/configmake (Include): Add a note that the include must come
11173         after all system headers.
11174         * lib/javaversion.c: Include configmake.h after all other includes.
11175
11176 2008-10-26  Bruno Haible  <bruno@clisp.org>
11177
11178         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
11179         HAVE_STRUCT_RANDOM_DATA to 1.
11180         (gl_STDLIB_H): Simplify.
11181
11182 2008-10-26  Simon Josefsson  <simon@josefsson.org>
11183
11184         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
11185         substitute HAVE_STRUCT_RANDOM_DATA.
11186         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
11187         random_data.
11188         * modules/stdlib (Makefile.am): Substitute
11189         HAVE_STRUCT_RANDOM_DATA.
11190
11191 2008-10-26  Simon Josefsson  <simon@josefsson.org>
11192
11193         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
11194         * doc/gnulib-intro.texi (Copyright): Likewise.
11195
11196 2008-10-26  Simon Josefsson  <simon@josefsson.org>
11197
11198         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
11199         findings.
11200
11201 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
11202             Bruno Haible  <bruno@clisp.org>
11203
11204         * lib/unistd.in.h: Include <winsock2.h>.
11205         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
11206         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
11207         Provide dummy declarations.
11208         (gethostname): Override.
11209         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
11210         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
11211         gl_PREREQ_SYS_H_WINSOCK2.
11212         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
11213         * doc/posix-functions/gethostname.texi: More details.
11214
11215 2008-10-25  Bruno Haible  <bruno@clisp.org>
11216
11217         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
11218         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
11219         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
11220
11221         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
11222         here ...
11223         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
11224         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
11225         gl_UNISTD_H_DEFAULTS.
11226
11227 2008-10-25  Eric Blake  <ebb9@byu.net>
11228
11229         signbit: avoid spurious compiler failure
11230         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
11231         declarations inside function.
11232
11233 2008-10-24  Simon Josefsson  <simon@josefsson.org>
11234             Bruno Haible  <bruno@clisp.org>
11235
11236         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
11237         * modules/random_r (Depends-on): Add stdint.
11238
11239 2008-10-24  Bruno Haible  <bruno@clisp.org>
11240
11241         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
11242         Eggert.
11243         * modules/strerror (License): Likewise.
11244
11245 2008-10-24  Jim Meyering  <meyering@redhat.com>
11246
11247         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
11248         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
11249
11250 2008-10-24  Eric Blake  <ebb9@byu.net>
11251
11252         getgroups: fix compilation when getgroups is available
11253         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
11254         but with <config.h> override of getgroups disabled.
11255
11256 2008-10-24  Simon Josefsson  <simon@josefsson.org>
11257
11258         * doc/gnulib.texi (Header files): Add note about C++ problems.
11259         Explained by Bruno Haible <bruno@clisp.org>.
11260
11261 2008-10-23  Bruno Haible  <bruno@clisp.org>
11262
11263         Define a dummy SA_NODEFER macro on Interix.
11264         * lib/signal.in.h (SA_NODEFER): Define fallback.
11265         Reported by Aleksey Cheusov <cheusov@tut.by> via
11266         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
11267
11268 2008-10-23  Bruno Haible  <bruno@clisp.org>
11269
11270         * modules/freadahead (License): Change to LGPLv2+.
11271         Suggested by Simon Josefsson.
11272
11273 2008-10-23  Jim Meyering  <meyering@redhat.com>
11274
11275         random_r: new module
11276         * modules/random_r: New file.
11277         * m4/random_r.m4: New file.
11278         * lib/random_r.c: New file, from glibc.
11279         * modules/random_r-tests: New file.
11280         * tests/test-random_r.c: New file.
11281         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
11282          Declare.
11283         (RAND_MAX): Define.
11284         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
11285         * modules/stdlib: Substitute them, too.
11286         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
11287         * doc/glibc-functions/initstate_r.texi: Mention the new module.
11288         * doc/glibc-functions/random_r.texi: Likewise.
11289         * doc/glibc-functions/setstate_r.texi: Likewise.
11290         * doc/glibc-functions/srandom_r.texi: Likewise.
11291         * config/srclist.txt: Mention it.
11292
11293 2008-10-23  David Lutterkort  <lutter@redhat.com>
11294
11295         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
11296         link requirement
11297
11298 2008-10-23  Jim Meyering  <meyering@redhat.com>
11299
11300         selinux-h: mark parameters of stub functions as intentionally unused
11301         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
11302         * lib/se-context.in.h: Likewise.
11303
11304 2008-10-22  Simon Josefsson  <simon@josefsson.org>
11305
11306         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
11307
11308 2008-10-22  Simon Josefsson  <simon@josefsson.org>
11309
11310         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
11311
11312 2008-10-22  Eric Blake  <ebb9@byu.net>
11313
11314         glthread/thread: avoid compiler warning
11315         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
11316         Add unreachable abort to silence compiler.
11317
11318 2008-10-22  Eric Blake  <ebb9@byu.net>
11319
11320         netdb: also supply struct addrinfo for cygwin 1.5.x
11321         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
11322         older cygwin.
11323         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
11324         cygwin.
11325         * doc/posix-headers/netdb.texi (netdb.h): Document this.
11326
11327 2008-10-22  Bruno Haible  <bruno@clisp.org>
11328
11329         * users.txt: Update entry about pspp.
11330
11331 2008-10-21  Bruno Haible  <bruno@clisp.org>
11332
11333         Simplification.
11334         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
11335         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
11336
11337         Simplification.
11338         * lib/ioctl.c (ioctl): Don't undefine.
11339         * lib/socket.c (socket): Don't undefine.
11340
11341         Remove unused module indicator macros.
11342         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
11343         GNULIB_$1 as a C macro.
11344
11345         * doc/posix-functions/close.texi: Undo last change.
11346         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
11347         Windows platforms.
11348
11349 2008-10-21  Bruno Haible  <bruno@clisp.org>
11350
11351         Add gethostname() declaration to <unistd.h>.
11352         * lib/unistd.in.h (gethostname): New declaration.
11353         * lib/gethostname.c: Include <unistd.h>.
11354         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
11355         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
11356         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
11357         and HAVE_GETHOSTNAME.
11358         * modules/gethostname (Depends-on): Add unistd.
11359         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11360         (Include): Specify <unistd.h>.
11361         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
11362         HAVE_GETHOSTNAME.
11363         * tests/test-gethostname.c: Include <unistd.h> first.
11364
11365 2008-10-21  Bruno Haible  <bruno@clisp.org>
11366
11367         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
11368         * modules/select-tests (Depends-on): Likewise.
11369         Reported by Simon Josefsson.
11370
11371 2008-10-21  Simon Josefsson  <simon@josefsson.org>
11372
11373         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
11374         * lib/accept.c: New file, based on winsock.c.
11375         * lib/bind.c: New file, based on winsock.c.
11376         * lib/connect.c: New file, based on winsock.c.
11377         * lib/getpeername.c: New file, based on winsock.c.
11378         * lib/getsockname.c: New file, based on winsock.c.
11379         * lib/getsockopt.c: New file, based on winsock.c.
11380         * lib/ioctl.c: New file, based on winsock.c.
11381         * lib/listen.c: New file, based on winsock.c.
11382         * lib/recv.c: New file, based on winsock.c.
11383         * lib/recvfrom.c: New file, based on winsock.c.
11384         * lib/send.c: New file, based on winsock.c.
11385         * lib/sendto.c: New file, based on winsock.c.
11386         * lib/setsockopt.c: New file, based on winsock.c.
11387         * lib/shutdown.c: New file, based on winsock.c.
11388         * lib/socket.c: New file, based on winsock.c.
11389         * lib/w32sock.h: New file, based on winsock.c.
11390         * lib/winsock.c: Remove file.
11391         * modules/accept: Likewise.
11392         * modules/bind: Likewise.
11393         * modules/connect: Likewise.
11394         * modules/getpeername: Likewise.
11395         * modules/getsockname: Likewise.
11396         * modules/getsockopt: Likewise.
11397         * modules/ioctl: Likewise.
11398         * modules/listen: Likewise.
11399         * modules/recv: Likewise.
11400         * modules/recvfrom: Likewise.
11401         * modules/send: Likewise.
11402         * modules/sendto: Likewise.
11403         * modules/setsockopt: Likewise.
11404         * modules/shutdown: Likewise.
11405         * modules/socket: Use socket.c instead of winsock.c.
11406         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
11407         * doc/posix-functions/accept.texi: Doc fix.
11408         * doc/posix-functions/bind.texi: Doc fix.
11409         * doc/posix-functions/close.texi: Doc fix.
11410         * doc/posix-functions/connect.texi: Doc fix.
11411         * doc/posix-functions/getpeername.texi: Doc fix.
11412         * doc/posix-functions/getsockname.texi: Doc fix.
11413         * doc/posix-functions/getsockopt.texi: Doc fix.
11414         * doc/posix-functions/ioctl.texi: Doc fix.
11415         * doc/posix-functions/listen.texi: Doc fix.
11416         * doc/posix-functions/recv.texi: Doc fix.
11417         * doc/posix-functions/recvfrom.texi: Doc fix.
11418         * doc/posix-functions/send.texi: Doc fix.
11419         * doc/posix-functions/sendto.texi: Doc fix.
11420         * doc/posix-functions/setsockopt.texi: Doc fix.
11421         * doc/posix-functions/shutdown.texi: Doc fix.
11422         * doc/posix-functions/socket.texi: Doc fix.
11423
11424 2008-10-20  Bruno Haible  <bruno@clisp.org>
11425
11426         Take into account the role of SIGABRT_COMPAT on Windows 2008.
11427         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
11428         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
11429         as an alias for SIGABRT.
11430         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
11431         (sigaction): Map it to SIGABRT.
11432         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
11433
11434 2008-10-20  Bruno Haible  <bruno@clisp.org>
11435
11436         * lib/fts.c: Don't include lstat.h.
11437         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
11438
11439         Move the lstat() declaration to <sys/stat.h>.
11440         * lib/lstat.h: Remove file.
11441         * lib/sys_stat.in.h: Add special invocation convention.
11442         (lstat): New declaration.
11443         * lib/lstat.c (orig_lstat): New function.
11444         (rpl_lstat): Use orig_lstat instead of lstat.
11445         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
11446         AC_C_INLINE. Set REPLACE_LSTAT.
11447         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
11448         and REPLACE_LSTAT.
11449         * modules/lstat (Files): Remove lib/lstat.h.
11450         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
11451         (Include): Specify <sys/stat.h> instead of lstat.h.
11452         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
11453         REPLACE_LSTAT.
11454         * NEWS: Mention the change.
11455
11456 2008-10-20  Bruno Haible  <bruno@clisp.org>
11457
11458         * modules/posix_spawn-tests: New file.
11459         * tests/test-posix_spawn3.c: New file.
11460
11461 2008-10-20  Bruno Haible  <bruno@clisp.org>
11462
11463         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
11464         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
11465         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
11466         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
11467         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
11468
11469 2008-10-20  Bruno Haible  <bruno@clisp.org>
11470
11471         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
11472         of posix_spawn on AIX 5.3.
11473
11474 2008-10-20  Bruno Haible  <bruno@clisp.org>
11475
11476         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
11477
11478 2008-10-20  Bruno Haible  <bruno@clisp.org>
11479
11480         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
11481         of AC_LANG_PROGRAM.
11482
11483 2008-10-20  Simon Josefsson  <simon@josefsson.org>
11484
11485         * lib/netdb.in.h: Don't define GNU specific constants until they
11486         are supported or needed.  Reported by Bruno Haible
11487         <bruno@clisp.org>.
11488
11489 2008-10-20  Simon Josefsson  <simon@josefsson.org>
11490
11491         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
11492
11493 2008-10-20  Simon Josefsson  <simon@josefsson.org>
11494
11495         * lib/getaddrinfo.h: Remove file.
11496         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
11497         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
11498         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
11499         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
11500         * modules/netdb: Substitute GNULIB_GETADDRINFO.
11501         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
11502         * tests/test-getaddrinfo.c: Likewise.
11503         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
11504         * NEWS: Mention change.
11505
11506 2008-10-19  Bruno Haible  <bruno@clisp.org>
11507
11508         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
11509
11510 2008-10-19  Bruno Haible  <bruno@clisp.org>
11511
11512         * lib/wait-process.c: Include simply <sys/wait.h>.
11513         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
11514         WIFSTOPPED): Remove fallback definitions.
11515         * modules/wait-process (Depends-on): Add sys_wait.
11516
11517         New module 'sys_wait'.
11518         * modules/sys_wait: New file.
11519         * lib/sys_wait.in.h: New file, partially copied from
11520         lib/wait-process.c.
11521         * m4/sys_wait_h.m4: New file.
11522         * doc/posix-headers/sys_wait.texi: Mention the new module.
11523
11524 2008-10-19  Bruno Haible  <bruno@clisp.org>
11525
11526         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
11527
11528 2008-10-19  Bruno Haible  <bruno@clisp.org>
11529
11530         Assume that waitpid() fills an 'int' status, not a 'union wait'.
11531         * lib/wait-process.c (WAIT_T): Remove type.
11532         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
11533         (wait_subprocess): Update.
11534
11535 2008-10-19  Bruno Haible  <bruno@clisp.org>
11536
11537         New module 'atoll'.
11538         * modules/atoll: New file.
11539         * lib/stdlib.in.h (atoll): New declaration.
11540         * lib/atoll.c: New file, from glibc with modifications.
11541         * m4/atoll.m4: New file.
11542         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
11543         HAVE_ATOLL.
11544         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
11545         * doc/posix-functions/atoll.texi: Mention the new module.
11546
11547 2008-10-19  Bruno Haible  <bruno@clisp.org>
11548
11549         Add strtoull() declaration to <stdlib.h>.
11550         * lib/stdlib.in.h (strtoull): New declaration.
11551         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
11552         Set HAVE_STRTOULL.
11553         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
11554         HAVE_STRTOULL.
11555         * modules/strtoull (Depends-on): Add stdlib.
11556         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11557         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
11558         HAVE_STRTOULL.
11559
11560 2008-10-19  Bruno Haible  <bruno@clisp.org>
11561
11562         Add strtoll() declaration to <stdlib.h>.
11563         * lib/stdlib.in.h (strtoll): New declaration.
11564         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
11565         Set HAVE_STRTOLL.
11566         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
11567         HAVE_STRTOLL.
11568         * modules/strtoll (Depends-on): Add stdlib.
11569         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11570         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
11571
11572 2008-10-19  Bruno Haible  <bruno@clisp.org>
11573
11574         * modules/bcopy (Depends-on): Add strings.
11575         (Include): Specify <strings.h>.
11576
11577 2008-10-19  Bruno Haible  <bruno@clisp.org>
11578
11579         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
11580
11581 2008-10-19  Bruno Haible  <bruno@clisp.org>
11582
11583         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
11584         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
11585         mingw.
11586
11587 2008-10-19  Bruno Haible  <bruno@clisp.org>
11588
11589         * lib/atanl.c: Don't include isnanl.h.
11590         * lib/cosl.c: Likewise.
11591         * lib/ldexpl.c: Likewise.
11592         * lib/logl.c: Likewise.
11593         * lib/sinl.c: Likewise.
11594         * lib/sqrtl.c: Likewise.
11595         * lib/tanl.c: Likewise.
11596
11597         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
11598         * lib/isnanf.h: Remove file.
11599         * lib/isnand.h: Remove file.
11600         * lib/isnanl.h: Remove file.
11601         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
11602         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
11603         macros.
11604         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
11605         HAVE_ISNANF, don't define it as a C macro.
11606         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
11607         HAVE_ISNAND, don't define it as a C macro.
11608         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
11609         HAVE_ISNANL, don't define it as a C macro.
11610         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
11611         HAVE_ISNAN[FDL].
11612         * modules/isnanf (Files): Remove lib/isnanf.h.
11613         (Depends-on): Add math.
11614         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
11615         (Include): Specify <math.h> instead of isnanf.h.
11616         * modules/isnand (Files): Remove lib/isnand.h.
11617         (Depends-on): Add math.
11618         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
11619         (Include): Specify <math.h> instead of isnand.h.
11620         * modules/isnanl (Files): Remove lib/isnanl.h.
11621         (Depends-on): Add math.
11622         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
11623         (Include): Specify <math.h> instead of isnanl.h.
11624         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
11625         HAVE_ISNAN[FDL].
11626         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
11627         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
11628         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
11629         * NEWS: Mention the change.
11630
11631 2008-10-18  Bruno Haible  <bruno@clisp.org>
11632
11633         Add getusershell(), setusershell(), endusershell() declarations to
11634         <unistd.h>.
11635         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
11636         declarations.
11637         * lib/getusershell.c: Include unistd.h.
11638         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
11639         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
11640         HAVE_GETUSERSHELL.
11641         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
11642         and HAVE_GETUSERSHELL.
11643         * modules/getusershell (Depends-on): Add unistd, extensions.
11644         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11645         (Include): Specify <unistd.h>.
11646         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
11647         HAVE_GETUSERSHELL.
11648
11649 2008-10-18  Bruno Haible  <bruno@clisp.org>
11650
11651         Add a getloadavg() declaration to <stdlib.h>.
11652         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
11653         getloadavg declaration.
11654         (getloadavg): New declaration.
11655         * lib/getloadavg.c: Include <stdlib.h> first.
11656         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
11657         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
11658         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
11659         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
11660         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
11661         * modules/getloadavg (Depends-on): Add stdlib, extensions.
11662         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11663         (Include): Specify <stdlib.h>.
11664         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
11665         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
11666
11667 2008-10-18  Bruno Haible  <bruno@clisp.org>
11668
11669         * lib/dirchownmod.c: Don't include lchmod.h.
11670
11671         Move the lchmod() declaration to <sys/stat.h>.
11672         * lib/lchmod.h: Remove file.
11673         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
11674         (lchmod): New declaration, moved here from lib/lchown.h.
11675         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
11676         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
11677         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
11678         and HAVE_LCHMOD.
11679         * modules/lchmod (Files): Remove lib/lchmod.h.
11680         (Depends-on): Add sys_stat, extensions.
11681         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
11682         (Include): Specify <sys/stat.h> instead of lchmod.h.
11683         * modules/sys_stat (Depends-on): Add link-warning.
11684         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
11685         definition of GL_LINK_WARNING.
11686         * NEWS: Mention the change.
11687
11688 2008-10-18  Bruno Haible  <bruno@clisp.org>
11689
11690         * lib/fchdir.c: Don't include dirfd.h.
11691         * lib/fts.c: Likewise.
11692         * lib/getcwd.c: Likewise.
11693         * lib/glob.c: Likewise.
11694
11695         Move the dirfd() declaration to <dirent.h>.
11696         * lib/dirfd.h: Remove file.
11697         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
11698         (dirfd): New declaration.
11699         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
11700         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
11701         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
11702         HAVE_DECL_DIRFD.
11703         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
11704         HAVE_DECL_DIRFD.
11705         * modules/dirfd (Files): Remove lib/dirfd.h.
11706         (Depends-on): Add dirent, extensions.
11707         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
11708         (Include): Specify <dirent.h> instead of dirfd.h.
11709         * modules/dirent (Depends-on): Add link-warning.
11710         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
11711         definition of GL_LINK_WARNING.
11712         * NEWS: Mention the change.
11713
11714 2008-10-18  Bruno Haible  <bruno@clisp.org>
11715
11716         Move the euidaccess() declaration to <unistd.h>.
11717         * lib/euidaccess.h: Remove file.
11718         * lib/unistd.in.h (euidaccess): New declaration.
11719         * lib/euidaccess.c: Don't include euidaccess.h.
11720         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
11721         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
11722         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
11723         and HAVE_EUIDACCESS.
11724         * modules/euidaccess (Files): Remove lib/euidaccess.h.
11725         (Depends-on): Add unistd.
11726         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11727         (Include): Specify <unistd.h> instead of euidaccess.h.
11728         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
11729         HAVE_EUIDACCESS.
11730         * NEWS: Mention the change.
11731
11732 2008-10-18  Bruno Haible  <bruno@clisp.org>
11733
11734         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
11735
11736         Move the getdomainname() declaration to <unistd.h>.
11737         * lib/getdomainname.h: Remove file.
11738         * lib/unistd.in.h (getdomainname): New declaration.
11739         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
11740         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
11741         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
11742         HAVE_GETDOMAINNAME.
11743         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11744         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
11745         * modules/getdomainname (Files): Remove lib/getdomainname.h.
11746         (Depends-on): Add unistd, extensions.
11747         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11748         (Includes): Specify <unistd.h> instead of getdomainname.h.
11749         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
11750         HAVE_GETDOMAINNAME.
11751         * NEWS: Mention the change.
11752
11753 2008-10-18  Bruno Haible  <bruno@clisp.org>
11754
11755         * modules/dirent: New file.
11756         * m4/dirent_h.m4: New file.
11757         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
11758         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
11759         * modules/fchdir (Files): Remove lib/dirent.in.h.
11760         (Depends-on): Add dirent.
11761         (Makefile.am): Move rules to modules/dirent.
11762         * doc/posix-headers/dirent.texi: Mention the new module.
11763
11764 2008-10-18  Bruno Haible  <bruno@clisp.org>
11765
11766         Avoid -Wunused-parameter warnings in public gnulib header files.
11767         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
11768         macro.
11769         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
11770
11771 2008-10-18  Bruno Haible  <bruno@clisp.org>
11772
11773         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
11774         * doc/glibc-functions/error.texi: Mention the module 'error'.
11775         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
11776         * doc/glibc-functions/getdomainname.texi: Mention the module
11777         'getdomainname'.
11778         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
11779         * doc/glibc-functions/getpagesize.texi: Mention the module
11780         'getpagesize'.
11781         * doc/glibc-functions/getusershell.texi: Mention the module
11782         'getusershell'.
11783         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
11784         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
11785         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
11786         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
11787         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
11788         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
11789         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
11790         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
11791         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
11792         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
11793         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
11794         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
11795         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
11796         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
11797
11798 2008-10-17  Bruno Haible  <bruno@clisp.org>
11799
11800         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
11801         HP-UX and IRIX, use -0.0L.
11802         * tests/test-ceill.c (minus_zero): Likewise.
11803         * tests/test-floorl.c (minus_zero): Likewise.
11804         * tests/test-frexpl.c (minus_zero): Likewise.
11805         * tests/test-isnan.c (minus_zerol): Likewise.
11806         * tests/test-isnanl.h (minus_zero): Likewise.
11807         * tests/test-ldexpl.c (minus_zero): Likewise.
11808         * tests/test-roundl.c (minus_zero): Likewise.
11809         * tests/test-signbit.c (minus_zerol): Likewise.
11810         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
11811         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
11812         * tests/test-truncl.c (minus_zero): Likewise.
11813         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
11814         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
11815         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
11816         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
11817
11818 2008-10-17  Bruno Haible  <bruno@clisp.org>
11819
11820         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
11821         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
11822         that it gets activated only for gcc >= 3.0.
11823         * lib/dirent.in.h: Likewise.
11824         * lib/errno.in.h: Likewise.
11825         * lib/fcntl.in.h: Likewise.
11826         * lib/float.in.h: Likewise.
11827         * lib/iconv.in.h: Likewise.
11828         * lib/inttypes.in.h: Likewise.
11829         * lib/locale.in.h: Likewise.
11830         * lib/math.in.h: Likewise.
11831         * lib/netdb.in.h: Likewise.
11832         * lib/netinet_in.in.h: Likewise.
11833         * lib/search.in.h: Likewise.
11834         * lib/signal.in.h: Likewise.
11835         * lib/spawn.in.h: Likewise.
11836         * lib/stdarg.in.h: Likewise.
11837         * lib/stdint.in.h: Likewise.
11838         * lib/stdio.in.h: Likewise.
11839         * lib/stdlib.in.h: Likewise.
11840         * lib/string.in.h: Likewise.
11841         * lib/strings.in.h: Likewise.
11842         * lib/sys_file.in.h: Likewise.
11843         * lib/sys_ioctl.in.h: Likewise.
11844         * lib/sys_select.in.h: Likewise.
11845         * lib/sys_socket.in.h: Likewise.
11846         * lib/sys_stat.in.h: Likewise.
11847         * lib/sys_time.in.h: Likewise.
11848         * lib/sysexits.in.h: Likewise.
11849         * lib/time.in.h: Likewise.
11850         * lib/unistd.in.h: Likewise.
11851         * lib/wchar.in.h: Likewise.
11852         * lib/wctype.in.h: Likewise.
11853         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11854
11855 2008-10-17  Jim Meyering  <meyering@redhat.com>
11856
11857         ignore-value: don't depend on inline module
11858         * modules/ignore-value (Depends-on): Remove 'inline'.
11859         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
11860         Suggestion from Bruno Haible.
11861
11862 2008-10-17  Bruno Haible  <bruno@clisp.org>
11863
11864         New implementation of condition variables for Win32.
11865         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
11866         (gl_linked_waitqueue_t): New type.
11867         (gl_cond_t): Use it.
11868         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
11869         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
11870         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
11871         (glthread_cond_init_func, glthread_cond_wait_func,
11872         glthread_cond_timedwait_func, glthread_cond_signal_func,
11873         glthread_cond_broadcast_func, glthread_cond_destroy_func):
11874         Reimplemented on the basis of gl_linked_waitqueue_t.
11875         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
11876         gl_waitqueue_t.
11877         (gl_rwlock_t): Update.
11878         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
11879
11880 2008-10-17  Simon Josefsson  <simon@josefsson.org>
11881
11882         * modules/recvfrom (Depends-on): Add dependency on getpeername.
11883         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
11884
11885 2008-10-17  Jim Meyering  <meyering@redhat.com>
11886
11887         ignore-value: new module
11888         * modules/ignore-value: New file.
11889         * lib/ignore-value.h: New file.
11890         * MODULES.html.sh (Compiler warning management): New section,
11891         just for this module.  More to come.
11892
11893 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11894
11895         open-safer.c: avoid 'signed and unsigned in conditional...' warning
11896         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
11897         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
11898
11899 2008-10-16  Jim Meyering  <meyering@redhat.com>
11900
11901         openat-die.c: avoid 'no previous prototype' warning
11902         * lib/openat-die.c: Include "openat.h".
11903         Reported by Reuben Thomas <rrt@sc3d.org>.
11904
11905 2008-10-16  Simon Josefsson  <simon@josefsson.org>
11906
11907         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
11908         * lib/netdb.in.h: Fix typo.
11909         Reported by Bruno Haible  <bruno@clisp.org>
11910
11911         * lib/netdb.in.h: Include sys/socket.h for platforms without
11912         netdb.h, to get structures like hostent on MinGW.
11913         * modules/netdb (Depends-on): Add sys_socket.
11914
11915 2008-10-15  Simon Josefsson  <simon@josefsson.org>
11916
11917         * modules/netdb, modules/netdb-tests: New file.
11918         * m4/netdb_h.m4: New file.
11919         * lib/netdb.in.h: Add, currently just an empty file pending
11920         definitions.
11921         * tests/test-netdb.c: New file.
11922         * doc/posix-headers/netdb.texi: Mention that we replace it if
11923         needed.
11924         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11925         netdb.
11926
11927 2008-10-15  Simon Josefsson  <simon@josefsson.org>
11928
11929         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
11930         with code.
11931
11932 2008-10-13  Bruno Haible  <bruno@clisp.org>
11933
11934         * lib/glthread/cond.c (glthread_cond_wait_func,
11935         glthread_cond_timedwait_func): Add a comment.
11936
11937 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
11938
11939         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
11940         * tests/test-select.c: Likewise,
11941
11942 2008-10-13  Bruno Haible  <bruno@clisp.org>
11943
11944         * lib/glthread/cond.c (glthread_cond_wait_func,
11945         glthread_cond_timedwait_func): Fix variable name.
11946         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
11947
11948 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
11949
11950         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
11951         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
11952         struct sockaddr.sa_len.
11953         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
11954
11955 2008-10-13  Simon Josefsson  <simon@josefsson.org>
11956
11957         * build-aux/pmccabe2html: Add css and css_url parameters.
11958
11959 2008-10-12  Bruno Haible  <bruno@clisp.org>
11960
11961         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
11962         calling aclx_get.
11963         Reported by Rainer Tammer <tammer@tammer.net>.
11964
11965 2008-10-12  Bruno Haible  <bruno@clisp.org>
11966
11967         Use msvcrt aware primitives for creation/termination of Win32 threads.
11968         * lib/glthread/thread.c: Include <process.h>.
11969         (glthread_create_func): Use _beginthreadex instead of CreateThread.
11970         (wrapper_func): Update signature.
11971         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
11972
11973 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
11974             Bruno Haible  <bruno@clisp.org>
11975
11976         Provide a Win32 implementation of the 'cond' module.
11977         * lib/glthread/cond.h [USE_WIN32]: New implementation.
11978         * lib/glthread/cond.c (glthread_cond_init_func,
11979         glthread_cond_wait_func, glthread_cond_timedwait_func,
11980         glthread_cond_signal_func, glthread_cond_broadcast_func,
11981         glthread_cond_destroy_func) [USE_WIN32]: New functions.
11982         * modules/cond (Dependencies): Add gettimeofday.
11983
11984 2008-10-11  Bruno Haible  <bruno@clisp.org>
11985
11986         Make sleep work on older versions of mingw.
11987         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
11988         only whether it exists.
11989         * doc/posix-functions/sleep.texi: Mention the problem with older
11990         versions of mingw.
11991
11992 2008-10-11  Bruno Haible  <bruno@clisp.org>
11993
11994         New module 'shutdown'.
11995         * modules/shutdown: New file.
11996         * lib/sys_socket.in.h (shutdown): New declaration.
11997         * lib/winsock.c (shutdown): New function.
11998         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11999         GNULIB_SHUTDOWN.
12000         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
12001         * doc/posix-functions/shutdown.texi: Document the new module.
12002
12003 2008-10-11  Jim Meyering  <meyering@redhat.com>
12004
12005         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
12006
12007 2008-10-11  Bruno Haible  <bruno@clisp.org>
12008
12009         New module 'fclose'.
12010         * modules/fclose: New file.
12011         * lib/stdio.in.h (fclose): New declaration.
12012         * lib/fclose.c: New file.
12013         * m4/fclose.m4: New file.
12014         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
12015         REPLACE_FCLOSE.
12016         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
12017         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
12018         REPLACE_FCLOSE.
12019         * modules/close (Depends-on): fclose.
12020         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
12021
12022 2008-10-11  Bruno Haible  <bruno@clisp.org>
12023
12024         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
12025         set errno and don't call _close.
12026
12027 2008-10-10  Bruno Haible  <bruno@clisp.org>
12028
12029         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
12030         ACL, not afterwards. Fixes test failure on Cygwin.
12031
12032 2008-10-09  Ben Pfaff  <blp@gnu.org>
12033
12034         * build-aux/announce-gen: Fix gnulib version related part of usage
12035         message.  Die with a useful error message if no tarballs are
12036         found.
12037
12038 2008-10-10  Jim Meyering  <meyering@redhat.com>
12039
12040         bootstrap: use git's --depth=N option only if it's supported
12041         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
12042         recognize the --depth option.  Reported by Pádraig Brady.
12043
12044 2008-10-09  Bruno Haible  <bruno@clisp.org>
12045
12046         New module 'ioctl'.
12047         * modules/ioctl: New file.
12048         * lib/sys_socket.in.h (ioctl): Remove declaration.
12049         * lib/winsock.c: Include <sys/ioctl.h>.
12050         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
12051         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
12052         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
12053         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
12054         * doc/posix-functions/ioctl.texi: Mention the new module.
12055
12056 2008-10-09  Bruno Haible  <bruno@clisp.org>
12057
12058         New module 'sys_ioctl'.
12059         * lib/sys_ioctl.in.h: New file.
12060         * m4/sys_ioctl_h.m4: New file.
12061         * modules/sys_ioctl: New file.
12062         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
12063
12064 2008-10-09  Bruno Haible  <bruno@clisp.org>
12065
12066         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
12067         * lib/winsock.c: Include <stdarg.h>.
12068         (rpl_ioctl): Change to second argument 'int' and then varargs.
12069
12070 2008-10-09  Bruno Haible  <bruno@clisp.org>
12071
12072         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
12073         when the sys_socket module is present and the system has <winsock2.h>.
12074
12075 2008-10-09  Bruno Haible  <bruno@clisp.org>
12076
12077         * doc/posix-functions/close.texi: Mention module 'close' instead of
12078         module 'sys_socket'.
12079
12080 2008-10-09  Bruno Haible  <bruno@clisp.org>
12081
12082         * doc/glibc-headers/sys_ioctl.texi: New file.
12083         * doc/gnulib.texi: Include it.
12084
12085 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
12086             Bruno Haible  <bruno@clisp.org>
12087
12088         Combine the two replacements of 'close'.
12089         * lib/sys_socket.in.h (close): Define to a reminder to include
12090         <unistd.h>.
12091         (_gl_close_fd_maybe_socket): New declaration.
12092         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
12093         * lib/winsock.c (close): Remove undefinition.
12094         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
12095         needed for the gnulib module 'close'.
12096         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
12097         define to an error symbol or to a warning, if suitable.
12098         * lib/close.c: Include <sys/socket.h>.
12099         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
12100         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
12101         UNISTD_H_HAVE_WINSOCK2_H.
12102         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
12103         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12104         UNISTD_H_HAVE_WINSOCK2_H.
12105         * modules/sys_socket (Files): Add m4/unistd_h.m4.
12106         (configure.ac): Set a module indicator.
12107         (Makefile.am): Substitute GNULIB_CLOSE.
12108         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
12109         * modules/poll-tests (Depends-on): Add close.
12110         * modules/select-tests (Depends-on): Likewise.
12111
12112 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
12113             Bruno Haible  <bruno@clisp.org>
12114
12115         New module 'close'.
12116         * modules/close: New file.
12117         * lib/unistd.in.h (close): Move declaration out of the
12118         FCHDIR_REPLACEMENT scope.
12119         (_gl_unregister_fd): New declaration.
12120         * lib/close.c: New file.
12121         * lib/fchdir.c (rpl_close): Remove function.
12122         * m4/close.m4: New file.
12123         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
12124         close.
12125         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
12126         REPLACE_CLOSE.
12127         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
12128         REPLACE_CLOSE.
12129         * modules/fchdir (Depends-on): Add close.
12130
12131 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
12132             Bruno Haible  <bruno@clisp.org>
12133
12134         * lib/fcntl.in.h (open): Simplify conditionals.
12135         (_gl_register_fd): New declaration.
12136         * lib/fchdir.c (rpl_open): Remove function.
12137         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
12138         also.
12139         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
12140         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
12141         open.
12142
12143 2008-10-09  Jim Meyering  <meyering@redhat.com>
12144
12145         GNUmakefile: use the more name-space-friendly "_version"
12146         * top/GNUmakefile (_dummy): Update.
12147         (_version): Rename from "version".
12148
12149 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
12150             Bruno Haible  <bruno@clisp.org>
12151
12152         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
12153         rpl_close.
12154         (_gl_register_fd): New function, extracted from rpl_open.
12155         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
12156         (rpl_open, rpl_opendir): Use _gl_register_fd.
12157
12158 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
12159
12160         Fix organization of 'open' replacement.
12161         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
12162         (gl_FUNC_OPEN): Use it.
12163         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
12164
12165 2008-10-08  Bruno Haible  <bruno@clisp.org>
12166
12167         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
12168
12169 2008-10-08  Simon Josefsson  <simon@josefsson.org>
12170
12171         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
12172         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
12173         listen).
12174
12175 2008-10-08  Eric Blake  <ebb9@byu.net>
12176
12177         GNUmakefile: add 'make version' target
12178         * top/GNUmakefile (_curr-ver): Split version update rules...
12179         (version): ...into a target.
12180
12181 2008-10-07  Bruno Haible  <bruno@clisp.org>
12182
12183         Use a more portable replacement expression for -0.0L.
12184         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
12185         instead of -0.0L. Fix m4 quotation.
12186
12187         * tests/test-signbit.c: Include <float.h>.
12188         (minus_zero): New variable.
12189         (test_signbitl): Use minus_zero instead of -zero.
12190         * modules/signbit-tests (Depends-on): Add float.
12191
12192         * tests/test-ceill.c: Include <float.h>.
12193         (zero): Remove variable.
12194         (minus_zero): New variable.
12195         (main): Use minus_zero instead of -zero.
12196         * modules/ceill-tests (Depends-on): Add float.
12197
12198         * tests/test-floorl.c: Include <float.h>.
12199         (zero): Remove variable.
12200         (minus_zero): New variable.
12201         (main): Use minus_zero instead of -zero.
12202         * modules/floorl-tests (Depends-on): Add float.
12203
12204         * tests/test-roundl.c: Include <float.h>.
12205         (zero): Remove variable.
12206         (minus_zero): New variable.
12207         (main): Use minus_zero instead of -zero.
12208         * modules/roundl-tests (Depends-on): Add float.
12209
12210         * tests/test-truncl.c: Include <float.h>.
12211         (zero): Remove variable.
12212         (minus_zero): New variable.
12213         (main): Use minus_zero instead of -zero.
12214         * modules/truncl-tests (Depends-on): Add float.
12215
12216         * tests/test-frexpl.c (zero): Remove variable.
12217         (minus_zero): New variable.
12218         (main): Use minus_zero instead of -zero.
12219         * modules/frexpl-tests (Depends-on): Add float.
12220
12221         * tests/test-isnan.c (zerol): Remove variable.
12222         (minus_zerol): New variable.
12223         (test_long_double): Use minus_zerol instead of -zerol.
12224         * modules/isnan-tests (Depends-on): Add float.
12225
12226         * tests/test-isnanl.h (zero): Remove variable.
12227         (minus_zero): New variable.
12228         (main): Use minus_zero instead of -zero.
12229         * modules/isnanl-nolibm-tests (Depends-on): Add float.
12230         * modules/isnanl-tests (Depends-on): Add float.
12231
12232         * tests/test-ldexpl.c (zero): Remove variable.
12233         (minus_zero): New variable.
12234         (main): Use minus_zero instead of -zero.
12235         * modules/ldexpl-tests (Depends-on): Add float.
12236
12237         * tests/test-snprintf-posix.h (zerol): Remove variable.
12238         (minus_zerol): New variable.
12239         (test_function): Use minus_zerol instead of -zerol.
12240         * modules/snprintf-posix-tests (Depends-on): Add float.
12241         * modules/vsnprintf-posix-tests (Depends-on): Add float.
12242
12243         * tests/test-sprintf-posix.h (zerol): Remove variable.
12244         (minus_zerol): New variable.
12245         (test_function): Use minus_zerol instead of -zerol.
12246         * modules/sprintf-posix-tests (Depends-on): Add float.
12247         * modules/vsprintf-posix-tests (Depends-on): Add float.
12248
12249         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
12250         (minus_zerol): New variable.
12251         (test_function): Use minus_zerol instead of -zerol.
12252         * modules/vasnprintf-posix-tests (Depends-on): Add float.
12253
12254         * tests/test-vasprintf-posix.c (zerol): Remove variable.
12255         (minus_zerol): New variable.
12256         (test_function): Use minus_zerol instead of -zerol.
12257         * modules/vasprintf-posix-tests (Depends-on): Add float.
12258
12259 2008-10-07  Simon Josefsson  <simon@josefsson.org>
12260
12261         * MODULES.html.sh (Support for building documentation): Mention
12262         pmccabe2html.  Sort entries.
12263
12264         Add pmccabe2html module, from gnupdf.
12265         * build-aux/pmccabe.css: New file.
12266         * build-aux/pmccabe2html: New file.
12267         * m4/pmccabe2html.m4: New file.
12268         * modules/pmccabe2html: New file.
12269
12270 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
12271
12272         flock: new module
12273         * MODULES.html.sh: Add to list of modules.
12274         * lib/flock.c: flock implementation for Windows and Unix systems
12275         which have fcntl.
12276         * doc/glibc-functions/flock.texi: Update documentation.
12277         * lib/sys_file.in.h: <sys/file.h> header file.
12278         * m4/flock.m4: M4 macros.
12279         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
12280         * modules/flock: flock module.
12281         * modules/flock-tests: flock tests module.
12282         * modules/sys_file: sys/file.h module.
12283         * tests/test-flock.c: test suite for flock.
12284
12285 2008-10-06  Jim Meyering  <meyering@redhat.com>
12286
12287         bootstrap: check for LT_INIT more portably still ;-)
12288         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
12289         Spotted by Bruno Haible.
12290
12291 2008-10-06  Eric Blake  <ebb9@byu.net>
12292
12293         test-signbit: avoid tripping Irix cc bug on -0.0L
12294         * tests/test-signbit.c (minus_zerol): Delete, and replace with
12295         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
12296         entire testsuite consistent and avoids an Irix 6.2 bug.
12297
12298 2008-10-05  Bruno Haible  <bruno@clisp.org>
12299             Jim Meyering  <jim@meyering.net>
12300
12301         Add an option for ignoring EPIPE during close_stdout.
12302         * lib/closeout.h: Include <stdbool.h>.
12303         (close_stdout_set_ignore_EPIPE): New declaration.
12304         * lib/closeout.c: Include <stdbool.h>.
12305         (ignore_EPIPE): New variable.
12306         (close_stdout_set_ignore_EPIPE): New function.
12307         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
12308         * lib/close-stream.c (close_stream): Mention the possible EPIPE
12309         failure.
12310         * modules/closeout (Depends-on): Add stdbool.
12311
12312 2008-10-05  Bruno Haible  <bruno@clisp.org>
12313
12314         * modules/accept: New file.
12315         * modules/bind: New file.
12316         * modules/connect: New file.
12317         * modules/getpeername: New file.
12318         * modules/getsockname: New file.
12319         * modules/getsockopt: New file.
12320         * modules/listen: New file.
12321         * modules/recv: New file.
12322         * modules/recvfrom: New file.
12323         * modules/send: New file.
12324         * modules/sendto: New file.
12325         * modules/setsockopt: New file.
12326         * modules/socket: New file.
12327         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
12328         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
12329         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
12330         the particular module is requested. Add a link warning when the
12331         particular module is not requested.
12332         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
12333         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
12334         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
12335         the particular module is requested.
12336         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
12337         gl_SYS_SOCKET_H_DEFAULTS): New macros.
12338         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
12339         * modules/sys_socket (Depends-on): Add link-warning.
12340         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
12341         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
12342         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
12343         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
12344         GL_LINK_WARNING.
12345         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
12346         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
12347         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
12348         * doc/posix-functions/getpeername.texi: Mention the new module
12349         'getpeername'.
12350         * doc/posix-functions/getsockname.texi: Mention the new module
12351         'getsockname'.
12352         * doc/posix-functions/getsockopt.texi: Mention the new module
12353         'getsockopt'.
12354         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
12355         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
12356         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
12357         * doc/posix-functions/send.texi: Mention the new module 'send'.
12358         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
12359         * doc/posix-functions/setsockopt.texi: Mention the new module
12360         'setsockopt'.
12361         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
12362         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
12363         listen, connect, accept.
12364         * modules/select-tests (Depends-on): Likewise.
12365
12366 2008-10-05  Bruno Haible  <bruno@clisp.org>
12367
12368         * lib/winsock.c (strerror): Remove unused #undef.
12369         (rpl_close): Remove unused local variable.
12370
12371         * modules/sys_socket (Depends-on); Add errno.
12372
12373 2008-10-05  Bruno Haible  <bruno@clisp.org>
12374
12375         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
12376         (select): Add a link warning when the 'select' module is not used.
12377         * modules/sys_select (Depends-on): Add link-warning.
12378         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
12379         Suggested by Paolo Bonzini.
12380
12381 2008-10-05  Jim Meyering  <meyering@redhat.com>
12382
12383         bootstrap: check for LT_INIT more portably
12384         * build-aux/bootstrap: Avoid using grep -E, since it's not
12385         portable enough.  Suggestion from Bruno Haible.
12386
12387 2008-10-05  Bruno Haible  <bruno@clisp.org>
12388
12389         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
12390         as being fixed by gnulib.
12391
12392 2008-10-05  Bruno Haible  <bruno@clisp.org>
12393
12394         * modules/select-tests: New file, mostly copied from
12395         modules/sys_select-tests.
12396         * tests/test-select.c: New file, mostly copied from
12397         tests/test-sys_select.c.
12398         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
12399         * modules/sys_select-tests (Depends-on): Remove all dependencies.
12400         (Makefile.am): Remove test_sys_select_LDADD.
12401
12402         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
12403         to an undefined symbol, for an error message.
12404         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
12405         (gl_SYS_SELECT_H_DEFAULTS): New macro.
12406         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
12407         winsock-select.c here.
12408         * modules/sys_select (Files): Remove lib/winsock-select.c.
12409         (Depends-on): Remove alloca.
12410         (Makefile.am): Substitute GNULIB_SELECT.
12411         * modules/select: New file.
12412         * doc/posix-functions/select.texi: Update.
12413
12414 2008-10-05  Bruno Haible  <bruno@clisp.org>
12415
12416         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
12417         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
12418         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
12419         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
12420         getdtablesize.
12421         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
12422         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
12423
12424 2008-10-05  Bruno Haible  <bruno@clisp.org>
12425
12426         * modules/getdtablesize-tests: New file.
12427         * tests/test-getdtablesize.c: New file.
12428
12429         New module 'getdtablesize'.
12430         * lib/unistd.in.h (getdtablesize): New declaration.
12431         * lib/getdtablesize.c: New file.
12432         * m4/getdtablesize.m4: New file.
12433         * modules/getdtablesize: New file.
12434         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12435         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
12436         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
12437         HAVE_GETDTABLESIZE.
12438         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
12439
12440 2008-10-05  Bruno Haible  <bruno@clisp.org>
12441
12442         * modules/sched (Makefile.am): Fix typo.
12443         Reported by Simon Josefsson.
12444
12445 2008-10-05  Jim Meyering  <meyering@redhat.com>
12446
12447         bootstrap: check for LT_INIT, too
12448         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
12449         are deprecated.  Suggestion from Ralf Wildenhues.
12450
12451 2008-10-05  Bruno Haible  <bruno@clisp.org>
12452
12453         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
12454         overriding them by ours.
12455         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
12456
12457 2008-10-05  Jim Meyering  <meyering@redhat.com>
12458
12459         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
12460         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
12461         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
12462
12463 2008-10-04  Bruno Haible  <bruno@clisp.org>
12464
12465         * modules/dup2 (License): Change to LGPLv2+.
12466         * modules/sleep (License): Likewise.
12467         * modules/perror (License): Likewise.
12468         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
12469         Blake.
12470         * modules/signal (License): Likewise.
12471         * modules/sigprocmask (License): Likewise.
12472         * modules/raise (License): Change to LGPLv2+, with approval by Jim
12473         Meyering.
12474
12475 2008-10-04  Bruno Haible  <bruno@clisp.org>
12476
12477         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
12478         Reported by Rainer Tammer <tammer@tammer.net>.
12479
12480 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
12481             Bruno Haible  <bruno@clisp.org>
12482
12483         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
12484         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
12485         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
12486
12487 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
12488
12489         filevercmp: new module
12490         * lib/filevercmp.h: New function filevercmp comparing version strings.
12491         * lib/filevercmp.c: Implementation of filevercmp function.
12492         * modules/filevercmp: Module metadata.
12493         * tests/test-filevercmp.c: Unit test for new module.
12494         * modules/filevercmp-tests: Unit test metadata.
12495         * MODULES.html.sh: Add filevercmp module.
12496
12497 2008-10-03  Bruno Haible  <bruno@clisp.org>
12498
12499         * lib/c-ctype.h: Add comment.
12500         Reported by Jim Meyering.
12501
12502 2008-10-02  Bruno Haible  <bruno@clisp.org>
12503
12504         * modules/posix_spawn-internal (Depends-on): Add 'open'.
12505
12506 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
12507
12508         * build-aux/bootstrap: Allow renaming bootstrap, and change the
12509         name of bootstrap.conf accordingly.
12510
12511 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
12512
12513         * build-aux/bootstrap: Install git-merge-changelog configuration
12514         items into .gitconfig if needed.
12515
12516 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
12517
12518         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
12519         git repository, and initialize/update it accordingly.
12520
12521 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
12522
12523         * modules/fsync-tests: New file.
12524         * tests/test-fsync.c: New file.
12525
12526         New module 'fsync'.
12527         * lib/fsync.c: New file.
12528         * m4/fsync.m4: New file.
12529         * modules/fsync: New file.
12530         * lib/unistd.in.h (fsync): New declaration.
12531         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
12532         GNULIB_FSYNC and HAVE_FSYNC.
12533         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
12534         * MODULES.html.sh (posix_functions): Add fsync.
12535         * doc/posix-functions/fsync.texi: Mention the new module.
12536
12537 2008-10-02  Jim Meyering  <meyering@redhat.com>
12538
12539         fts.c: sync with similar code from coreutils' remove.c
12540         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
12541         Guard also with "#if defined __linux__", since for now at least,
12542         this code is Linux-kernel-specific.
12543
12544 2008-10-02  Jim Meyering  <meyering@redhat.com>
12545
12546         fts: bug fixes
12547         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
12548         Include <sys/vfs.h>, not <sys/statfs.h>.
12549
12550         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
12551         Include <sys/vfs.h>, not <sys/statfs.h>.
12552
12553 2008-10-01  Bruno Haible  <bruno@clisp.org>
12554
12555         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
12556         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
12557         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
12558         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
12559         * doc/posix-functions/posix_spawnp.texi: Likewise.
12560         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
12561         whether posix_spawn actually works.
12562         * m4/pipe.m4 (gl_PIPE): Likewise.
12563         * modules/execute (Files): Add m4/posix_spawn.m4.
12564         * modules/pipe (Files): Add m4/posix_spawn.m4.
12565         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
12566
12567 2008-10-01  Jim Meyering  <meyering@redhat.com>
12568
12569         remove trailing spaces
12570         * NEWS: Likewise.
12571         * lib/poll.c (poll): Likewise.
12572         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
12573         * lib/winsock.c (rpl_close): Likewise.
12574         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
12575         * modules/yield: Likewise.
12576         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
12577         * tests/test-sys_select.c (connect_to_socket): Likewise.
12578
12579         fts.c: adjust a new interface to be more generally useful
12580         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
12581         (fts_build): Adjust caller.
12582
12583 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12584
12585         * modules/cond-tests: New file.
12586         * tests/test-cond.c: New file.
12587
12588 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12589             Bruno Haible  <bruno@clisp.org>
12590
12591         * modules/cond (Dependencies): Add errno, time.
12592         * lib/glthread/cond.h: Include <time.h>.
12593         (gl_cond_define, gl_cond_define_initialized): Use the same definition
12594         across platforms.
12595
12596 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12597             Bruno Haible  <bruno@clisp.org>
12598
12599         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
12600
12601 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12602             Bruno Haible  <bruno@clisp.org>
12603
12604         * modules/tls-tests (Depends-on): Add thread, yield.
12605         (configure.ac): Remove all checks.
12606         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
12607         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
12608         gl_thread_self): Remove definitions. Include glthread/thread.h and
12609         glthread/yield.h instead.
12610         (test_tls): Pass an additional NULL argument to gl_thread_join.
12611
12612 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12613             Bruno Haible  <bruno@clisp.org>
12614
12615         * modules/lock-tests (Depends-on): Add thread, yield.
12616         (configure.ac): Remove all checks.
12617         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
12618         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
12619         gl_thread_self): Remove definitions. Include glthread/thread.h and
12620         glthread/yield.h instead.
12621         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
12622         additional NULL argument to gl_thread_join.
12623
12624 2008-09-30  Bruno Haible  <bruno@clisp.org>
12625
12626         Fix the Win32 implementation of the 'thread' module.
12627         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
12628         pointer type.
12629         (gl_thread_self): Invoke gl_thread_self_func.
12630         (gl_thread_self_func): New declaration.
12631         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
12632         (do_init_self_key, init_self_key): New functions.
12633         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
12634         Remove some fields.
12635         (running_threads, running_lock): Remove variables.
12636         (get_current_thread_handle): New function.
12637         (gl_thread_self_func, wrapper_func, glthread_create_func,
12638         glthread_join_func, gl_thread_exit_func): Largely rewritten and
12639         simplified.
12640
12641 2008-09-30  Bruno Haible  <bruno@clisp.org>
12642
12643         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
12644         files.
12645
12646 2008-09-30  Jim Meyering  <meyering@redhat.com>
12647
12648         fts.m4: correct the test for statfs.f_type
12649         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
12650         when checking for statfs.f_type.
12651
12652 2008-09-15  Simon Josefsson  <simon@josefsson.org>
12653
12654         tests: avoid some compiler warnings
12655         * tests/test-memchr.c (main): Pass NULL indirectly.
12656         * tests/test-getdate.c (main): Remove unused variable 'ret'.
12657
12658 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
12659
12660         getdate.y: disallow countable dayshifts like "4 yesterday ago"
12661         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
12662         exactly specified dayshifts.
12663         (dayshift): New rule.
12664         (rel): Add dayshift.
12665         (relative_time_table) [tomorrow, yesterday, today, now]:
12666         Use tDAY_SHIFT in place of tDAY_UNIT.
12667         * tests/test-getdate.c: Add tests for now-disallowed countable
12668         dayshifts, e.g., "4 yesterday ago".
12669
12670 2008-09-29  Bruno Haible  <bruno@clisp.org>
12671
12672         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
12673         * tests/test-posix_spawn1.in.sh: Renamed from
12674         tests/test-posix_spawn.in.sh.
12675         * tests/test-posix_spawn2.c: New file.
12676         * tests/test-posix_spawn2.in.sh: New file.
12677         * modules/posix_spawnp-tests (Files): Update.
12678         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
12679
12680 2008-09-29  Bruno Haible  <bruno@clisp.org>
12681
12682         Propagate effects of putenv/setenv/unsetenv to child processes.
12683         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
12684         * lib/pipe.c (create_pipe): Likewise.
12685
12686 2008-09-29  Bruno Haible  <bruno@clisp.org>
12687
12688         Enable use of shell scripts as executables in mingw.
12689         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
12690         run the program as a shell script.
12691         * lib/pipe.c (create_pipe): Likewise.
12692         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
12693         resulting array.
12694
12695 2008-09-29  Eric Blake  <ebb9@byu.net>
12696
12697         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
12698
12699 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
12700
12701         * doc/posix-functions/accept.texi: Update mingw problems.
12702         * doc/posix-functions/bind.texi: Update mingw problems.
12703         * doc/posix-functions/close.texi: Update mingw problems.
12704         * doc/posix-functions/connect.texi: Update mingw problems.
12705         * doc/posix-functions/getpeername.texi: Update mingw problems.
12706         * doc/posix-functions/getsockname.texi: Update mingw problems.
12707         * doc/posix-functions/getsockopt.texi: Update mingw problems.
12708         * doc/posix-functions/ioctl.texi: Update mingw problems.
12709         * doc/posix-functions/listen.texi: Update mingw problems.
12710         * doc/posix-functions/recv.texi: Update mingw problems.
12711         * doc/posix-functions/recvfrom.texi: Update mingw problems.
12712         * doc/posix-functions/select.texi: Update mingw problems.
12713         * doc/posix-functions/send.texi: Update mingw problems.
12714         * doc/posix-functions/sendto.texi: Update mingw problems.
12715         * doc/posix-functions/setsockopt.texi: Update mingw problems.
12716         * doc/posix-functions/socket.texi: Update mingw problems.
12717
12718 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
12719             Bruno Haible  <bruno@clisp.org>
12720
12721         * lib/sys_select.in.h: Include sys/time.h.
12722         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
12723         * modules/sys_select: Depend on sys_time.
12724         * tests/test-sys_select.c: Test that sys/select.h defines struct
12725         timeval fully.
12726
12727 2008-09-29  Bruno Haible  <bruno@clisp.org>
12728
12729         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
12730         * lib/sys_select.in.h: Likewise.
12731
12732 2008-09-29  Bruno Haible  <bruno@clisp.org>
12733
12734         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
12735
12736 2008-09-29  Bruno Haible  <bruno@clisp.org>
12737
12738         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
12739         Set LIBSOCKET instead of augmenting LIBS.
12740         * modules/sockets (Link): New section.
12741         * modules/sockets-tests (test_sockets_LDADD): New variable.
12742         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
12743         * modules/poll-tests (test_poll_LDADD): New variable.
12744         * NEWS: Document the change.
12745
12746 2008-09-29  Bruno Haible  <bruno@clisp.org>
12747
12748         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
12749         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
12750         ARPA_INET_H directly.
12751         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
12752
12753 2008-09-28  Bruno Haible  <bruno@clisp.org>
12754
12755         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
12756         from gl_HEADER_SYS_SOCKET.
12757         (gl_HEADER_SYS_SOCKET): Invoke it.
12758         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
12759
12760 2008-09-28  Bruno Haible  <bruno@clisp.org>
12761
12762         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
12763         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
12764         Needed on OSF/1 4.0.
12765
12766 2008-09-28  Bruno Haible  <bruno@clisp.org>
12767
12768         Override open more carefully.
12769         * lib/open.c (orig_open): New function.
12770         (rpl_open): Use orig_open instead of open.
12771         * lib/fcntl.in.h: Add special invocation convention.
12772         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
12773         (gl_FUNC_OPEN): Invoke it.
12774
12775         Override freopen more carefully.
12776         * lib/freopen.c (orig_freopen): New function.
12777         (rpl_freopen): Use orig_freopen instead of freopen.
12778         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
12779         (gl_FUNC_FREOPEN): Invoke it.
12780
12781         Override fopen more carefully.
12782         * lib/fopen.c (orig_fopen): New function.
12783         (rpl_fopen): Use orig_fopen instead of fopen.
12784         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
12785         (gl_FUNC_FOPEN): Invoke it.
12786         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
12787
12788 2008-09-28  Bruno Haible  <bruno@clisp.org>
12789
12790         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
12791         SIGPIPE.
12792
12793 2008-09-28  Bruno Haible  <bruno@clisp.org>
12794
12795         * tests/test-sigaction.c (handler, main): Disable the check whether
12796         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
12797         glibc systems with LinuxThreads.
12798
12799 2008-09-28  Bruno Haible  <bruno@clisp.org>
12800
12801         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
12802
12803         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
12804         with AIX xlc.
12805         * lib/fcntl.in.h (open): Likewise.
12806         Reported by Rainer Tammer <tammer@tammer.net>.
12807
12808 2008-09-28  Bruno Haible  <bruno@clisp.org>
12809
12810         * modules/posix_spawnp-tests: New file.
12811         * tests/test-posix_spawn.c: New file.
12812         * tests/test-posix_spawn.in.sh: New file.
12813
12814         New module 'posix_spawnp'.
12815         * modules/posix_spawnp: New file.
12816         * lib/spawnp.c: New file, from GNU libc with modifications.
12817         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
12818
12819         New module 'posix_spawn'.
12820         * modules/posix_spawn: New file.
12821         * lib/spawn.c: New file, from GNU libc with modifications.
12822         * doc/posix-functions/posix_spawn.texi: Mention the new module.
12823
12824         New module 'posix_spawnattr_destroy'.
12825         * modules/posix_spawnattr_destroy: New file.
12826         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
12827         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
12828         module.
12829
12830         New module 'posix_spawnattr_setsigmask'.
12831         * modules/posix_spawnattr_setsigmask: New file.
12832         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
12833         modifications.
12834         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
12835         new module.
12836
12837         New module 'posix_spawnattr_getsigmask'.
12838         * modules/posix_spawnattr_getsigmask: New file.
12839         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
12840         modifications.
12841         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
12842         new module.
12843
12844         New module 'posix_spawnattr_setsigdefault'.
12845         * modules/posix_spawnattr_setsigdefault: New file.
12846         * lib/spawnattr_setdefault.c: New file, from GNU libc with
12847         modifications.
12848         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
12849         new module.
12850
12851         New module 'posix_spawnattr_getsigdefault'.
12852         * modules/posix_spawnattr_getsigdefault: New file.
12853         * lib/spawnattr_getdefault.c: New file, from GNU libc with
12854         modifications.
12855         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
12856         new module.
12857
12858         New module 'posix_spawnattr_setschedpolicy'.
12859         * modules/posix_spawnattr_setschedpolicy: New file.
12860         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
12861         modifications.
12862         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
12863         new module.
12864
12865         New module 'posix_spawnattr_getschedpolicy'.
12866         * modules/posix_spawnattr_getschedpolicy: New file.
12867         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
12868         modifications.
12869         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
12870         new module.
12871
12872         New module 'posix_spawnattr_setschedparam'.
12873         * modules/posix_spawnattr_setschedparam: New file.
12874         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
12875         modifications.
12876         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
12877         new module.
12878
12879         New module 'posix_spawnattr_getschedparam'.
12880         * modules/posix_spawnattr_getschedparam: New file.
12881         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
12882         modifications.
12883         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
12884         new module.
12885
12886         New module 'posix_spawnattr_setpgroup'.
12887         * modules/posix_spawnattr_setpgroup: New file.
12888         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
12889         modifications.
12890         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
12891         module.
12892
12893         New module 'posix_spawnattr_getpgroup'.
12894         * modules/posix_spawnattr_getpgroup: New file.
12895         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
12896         modifications.
12897         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
12898         module.
12899
12900         New module 'posix_spawnattr_setflags'.
12901         * modules/posix_spawnattr_setflags: New file.
12902         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
12903         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
12904         module.
12905
12906         New module 'posix_spawnattr_getflags'.
12907         * modules/posix_spawnattr_getflags: New file.
12908         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
12909         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
12910         module.
12911
12912         New module 'posix_spawnattr_init'.
12913         * modules/posix_spawnattr_init: New file.
12914         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
12915         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
12916         module.
12917
12918         New module 'posix_spawn_file_actions_destroy'.
12919         * modules/posix_spawn_file_actions_destroy: New file.
12920         * lib/spawn_faction_destroy.c: New file, from GNU libc with
12921         modifications.
12922         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
12923         the new module.
12924
12925         New module 'posix_spawn_file_actions_addopen'.
12926         * modules/posix_spawn_file_actions_addopen: New file.
12927         * lib/spawn_faction_addopen.c: New file, from GNU libc with
12928         modifications.
12929         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
12930         the new module.
12931
12932         New module 'posix_spawn_file_actions_adddup2'.
12933         * modules/posix_spawn_file_actions_adddup2: New file.
12934         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
12935         modifications.
12936         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
12937         the new module.
12938
12939         New module 'posix_spawn_file_actions_addclose'.
12940         * modules/posix_spawn_file_actions_addclose: New file.
12941         * lib/spawn_faction_addclose.c: New file, from GNU libc with
12942         modifications.
12943         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
12944         the new module.
12945
12946         New module 'posix_spawn_file_actions_init'.
12947         * modules/posix_spawn_file_actions_init: New file.
12948         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
12949         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
12950         new module.
12951
12952         New module 'posix_spawn-internal'.
12953         * modules/posix_spawn-internal: New file.
12954         * lib/spawn_int.h: New file, from GNU libc with modifications.
12955         * lib/spawni.c: New file, from GNU libc with modifications.
12956         * m4/posix_spawn.m4: New file.
12957
12958         New module 'spawn'.
12959         * modules/spawn: New file.
12960         * lib/spawn.in.h: New file, from GNU libc with modifications.
12961         * m4/spawn_h.m4: New file.
12962         * doc/posix-headers/spawn.texi: Mention the new module.
12963
12964 2008-09-28  Bruno Haible  <bruno@clisp.org>
12965
12966         * modules/sched-tests: New file.
12967         * tests/test-sched.c: New file.
12968
12969         New module 'sched'.
12970         * modules/sched: New file.
12971         * lib/sched.in.h: New file.
12972         * m4/sched_h.m4: New file.
12973         * doc/posix-headers/sched.texi: Mention the new module.
12974
12975 2008-09-27  Eric Blake  <ebb9@byu.net>
12976
12977         Fix previous patch, and tweak references to $0.
12978         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
12979         (func_version, func_gnulib_dir): Don't call this program
12980         gnulib-tool.
12981         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
12982         with using $0 in function.
12983         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
12984         (func_fatal_error): Reuse the name the user invoked us with.
12985
12986 2008-09-27  Bruno Haible  <bruno@clisp.org>
12987
12988         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
12989         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
12990         (gl_ICONV_H): Not here.
12991         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
12992         instead of assigning ICONV_H directly.
12993
12994         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
12995         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
12996         WCHAR_H directly.
12997
12998 2008-09-27  Bruno Haible  <bruno@clisp.org>
12999
13000         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
13001         * modules/arpa_inet (Depends-on): Add link-warning.
13002         (Makefile.am): Insert the definition of GL_LINK-WARNING.
13003         * modules/unistd (Makefile.am): Likewise.
13004
13005 2008-09-26  Bruno Haible  <bruno@clisp.org>
13006
13007         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
13008         variables.
13009         (func_version): Essentially copied from gnulib-tool.
13010         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
13011         func_readlink): Copied from gnulib-tool.
13012
13013 2008-09-26  Bruno Haible  <bruno@clisp.org>
13014
13015         * gnulib-tool (func_version): Change directory to $gnulib_dir before
13016         invoking git-version-gen.
13017
13018 2008-09-26  Bruno Haible  <bruno@clisp.org>
13019
13020         * posix-modules: Update to directory names changed on 2008-01-19.
13021         Remove commas in output before splitting into words. No more need to
13022         avoid 'ftruncate' since 2007-02-19.
13023
13024 2008-09-26  Bruno Haible  <bruno@clisp.org>
13025
13026         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
13027
13028 2008-09-26  Bruno Haible  <bruno@clisp.org>
13029
13030         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
13031         * modules/fwriteerror (Depends-on): Add errno.
13032
13033 2008-09-26  Bruno Haible  <bruno@clisp.org>
13034
13035         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
13036         * tests/test-vc-list-files-cvs.sh: Likewise.
13037
13038 2008-09-26  Bruno Haible  <bruno@clisp.org>
13039
13040         * doc/posix-headers/sys_resource.texi: Reorder items.
13041
13042 2008-09-26  Jim Meyering  <meyering@redhat.com>
13043
13044         fts: tweak inode comparison function
13045         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
13046         inode numbers, as documented.
13047
13048         fts: sort dirent entries on inode number before traversing
13049         This avoids a quadratic, seek-related performance penalty when
13050         operating on a directory containing many entries (measurable at 10k;
13051         3.5 hours at 2 million entries with a cold cache) on certain types
13052         of file systems, including ext3 and ext4, but not tmpfs.
13053         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
13054         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
13055         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
13056         (fs_handles_readdir_ordered_dirents_efficiently): New function.
13057         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
13058         (fts_build): Set the stat.st_ino member from D_INO.
13059         If it is likely to be useful, sort dirent entries on inode number.
13060
13061         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
13062         and the struct statfs.f_type member.
13063         * modules/fts (Depends-on): Add d-ino.
13064
13065 2008-09-26  Bruno Haible  <bruno@clisp.org>
13066
13067         * modules/sigpipe-die (Depends-on): Add sigpipe.
13068
13069         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
13070         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
13071         and GNULIB_STDIO_H_SIGPIPE are set.
13072         * lib/stdio-write.c: New file.
13073         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
13074         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
13075         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
13076         REPLACE_STDIO_WRITE_FUNCS.
13077         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
13078         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
13079         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
13080         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
13081         * modules/stdio (Files): Add lib/stdio-write.c.
13082         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
13083         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
13084         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
13085         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
13086         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
13087         REPLACE_FPRINTF_POSIX.
13088         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
13089         REPLACE_PRINTF_POSIX.
13090         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
13091         REPLACE_VFPRINTF_POSIX.
13092         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
13093         REPLACE_VPRINTF_POSIX.
13094         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
13095         SIGPIPE issue.
13096         * doc/posix-functions/fputc.texi: Likewise.
13097         * doc/posix-functions/fputs.texi: Likewise.
13098         * doc/posix-functions/fwrite.texi: Likewise.
13099         * doc/posix-functions/printf.texi: Likewise.
13100         * doc/posix-functions/putc.texi: Likewise.
13101         * doc/posix-functions/putchar.texi: Likewise.
13102         * doc/posix-functions/puts.texi: Likewise.
13103         * doc/posix-functions/vfprintf.texi: Likewise.
13104         * doc/posix-functions/vprintf.texi: Likewise.
13105
13106         * modules/safe-write (Depends-on): Add write.
13107
13108         * modules/sigpipe-tests: New file.
13109         * tests/test-sigpipe.c: New file.
13110         * tests/test-sigpipe.sh: New file.
13111
13112         * modules/write: New file.
13113         * lib/unistd.in.h: Include <sys/types.h>.
13114         (write): New declaration.
13115         * lib/write.c: New file.
13116         * m4/write.m4: New file.
13117         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13118         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
13119         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
13120         GNULIB_WRITE, REPLACE_WRITE.
13121         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
13122         and the SIGPIPE issue.
13123
13124         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
13125         (raise): New declaration.
13126         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
13127         (ext_signal): New function.
13128         (rpl_raise): New function.
13129         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
13130         GNULIB_SIGNAL_H_SIGPIPE.
13131         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
13132         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
13133
13134         * modules/sigpipe: New file.
13135         * m4/sigpipe.m4: New file.
13136
13137 2008-09-25  Derek Price  <derek@ximbiot.com>
13138             Bruno Haible  <bruno@clisp.org>
13139
13140         * gnulib-tool (func_import): Report all license incompatibilities, not
13141         just the first one.
13142
13143 2008-09-25  Bruno Haible  <bruno@clisp.org>
13144
13145         * gnulib-tool (func_import): When computing the edits, consider not
13146         only the Makefile.ams that exist but also those that will be generated.
13147
13148 2008-09-25  Simon Josefsson  <simon@josefsson.org>
13149
13150         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
13151         fixes gnulib-tool --test warning about duplicate dependency.
13152
13153 2008-09-25  Bruno Haible  <bruno@clisp.org>
13154
13155         * gnulib-tool: Don't ask the user to perform edits in the generated
13156         Makefile.ams.
13157         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
13158         apply to the Makefile.am being generated.
13159         (func_emit_tests_Makefile_am): Execute edits that apply to the
13160         Makefile.am being generated.
13161         (func_import): Setup list of Makefile.am edits before emitting the
13162         Makefile.ams, not at the end.
13163         (func_create_testdir): Update.
13164         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13165
13166 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13167
13168         * gnulib-tool (func_import): Store the --tests-base option in the
13169         comment in gnulib-cache.m4.
13170
13171 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
13172
13173         * NEWS: Document increased portability that sys_select now provides.
13174
13175         * lib/sys_select.in.h: Install select wrapper.
13176         * lib/sys_socket.in.h: Use more descriptive name when there is no
13177         select wrapper.
13178         * lib/winsock-select.c: New.
13179         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
13180         Require gl_HEADER_SYS_SOCKET.
13181         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
13182         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
13183         * tests/test-sys_select.c: Add functional tests.
13184
13185 2008-09-24  Eric Blake  <ebb9@byu.net>
13186
13187         open, fopen: close fd leak in last patch
13188         * lib/open.c (rpl_open): Close fd before returning error.
13189         * lib/fopen.c (rpl_fopen): Close fd before returning error.
13190         * doc/posix-functions/open.texi (open): Document that Irix also
13191         has the bug.
13192         * doc/posix-functions/fopen.texi (fopen): Likewise.
13193         Reported by Paolo Bonzini.
13194
13195 2008-09-24  Bruno Haible  <bruno@clisp.org>
13196
13197         Ensure that a filename ending in a slash cannot be used to access a
13198         non-directory.
13199         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
13200         to check whether it's really a directory.
13201         * lib/fopen.c: Include fcntl.h, unistd.h.
13202         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
13203         and fdopen().
13204         * modules/fopen (Depends-on): Add unistd.
13205         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
13206         * tests/test-fopen.c (main): Likewise.
13207         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
13208         * doc/posix-functions/fopen.texi: Likewise.
13209         Reported by Eric Blake.
13210
13211 2008-09-23  Eric Blake  <ebb9@byu.net>
13212
13213         c-stack: avoid compiler optimizations when provoking overflow
13214         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
13215         recursion harder to optimize, to ensure a stack overflow occurs.
13216         * tests/test-c-stack.c (recurse): Likewise.
13217         Borrowed from libsigsegv.
13218
13219         c-stack: work around Irix sigaltstack bug
13220         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
13221         whether sigaltstack uses wrong end of stack_t (copied in part from
13222         libsigsegv).
13223         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
13224         Irix bug, without requiring an over-allocation.
13225         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
13226         bug.
13227
13228         fopen: document mingw bug on directories
13229         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
13230         not allowing a stream visiting a directory, even though reading
13231         from such a stream is not portable.
13232
13233 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
13234
13235         * lib/poll.c: Rewrite.
13236         * modules/poll: Depend on alloca.
13237
13238 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
13239
13240         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
13241         instead define prototypes for a full set of wrappers.  Ensure
13242         that Cygwin does not use the compatibility code, which is only
13243         for MinGW.
13244         * lib/winsock.c: New.
13245         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
13246         * modules/sys_socket: Add lib/winsock.c.
13247
13248         * modules/poll-tests: Add errno and perror.
13249         * tests/test-poll.c: Use ioctl, not ioctlsocket.
13250
13251 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
13252
13253         * tests/test-poll.c: Downgrade minimum needed Winsock version.
13254
13255 2008-09-23  Bruno Haible  <bruno@clisp.org>
13256
13257         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
13258         * doc/glibc-functions/*: Likewise.
13259
13260 2008-09-23  Simon Josefsson  <simon@josefsson.org>
13261
13262         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
13263         success.
13264
13265 2008-09-22  Eric Blake  <ebb9@byu.net>
13266             Bruno Haible  <bruno@clisp.org>
13267
13268         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
13269         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
13270         supply %A but mishandle pseudo-NaN.
13271         Reported by Simon Josefsson.
13272
13273 2008-09-21  Bruno Haible  <bruno@clisp.org>
13274
13275         * tests/test-lock.c (main): Tweak skip message.
13276         * tests/test-tls.c (main): Likewise.
13277
13278 2008-09-21  Bruno Haible  <bruno@clisp.org>
13279
13280         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
13281         whether 'struct sigaction' has sa_sigaction here...
13282         (gl_PREREQ_SIG_HANDLER_H): ... not here.
13283         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
13284
13285 2008-09-21  Bruno Haible  <bruno@clisp.org>
13286
13287         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
13288         section.
13289         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
13290         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
13291         the new section.
13292         (Support for obsolete systems lacking POSIX:2001): New section.
13293         (String handling <string.h>): Move strdup to the new section.
13294         Suggested by Simon Josefsson and Paolo Bonzini.
13295
13296 2008-09-21  Bruno Haible  <bruno@clisp.org>
13297
13298         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
13299         exponents in %e and %g results on 'long double'. Needed for mingw's
13300         improved *printf functions.
13301         * tests/test-vasprintf-posix.c (test_function): Likewise.
13302         * tests/test-snprintf-posix.h (test_function): Likewise.
13303         * tests/test-sprintf-posix.h (test_function): Likewise.
13304         Reported by Eric Blake.
13305
13306 2008-09-21  Bruno Haible  <bruno@clisp.org>
13307
13308         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
13309         * tests/test-sprintf-posix.h (test_function): Likewise.
13310
13311 2008-09-21  Bruno Haible  <bruno@clisp.org>
13312
13313         * modules/getpass (Depends-on): Add strdup-posix.
13314
13315         New module 'strdup-posix'.
13316         * modules/strdup-posix: New file.
13317         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
13318         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
13319         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13320         REPLACE_STRDUP.
13321         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
13322         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
13323         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13324         strdup-posix.
13325
13326         * modules/strdup (Depends-on): Remove malloc-posix.
13327
13328 2008-09-20  Bruno Haible  <bruno@clisp.org>
13329
13330         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
13331         Wildenhues.
13332
13333 2008-09-20  Bruno Haible  <bruno@clisp.org>
13334
13335         Ensure that wint_t gets defined on IRIX 5.3.
13336         * lib/wchar.in.h (wint_t): Define if not defined by the system.
13337         * lib/wctype.in.h (wint_t): Likewise.
13338         (__wctype_wint_t): Remove type.
13339         (isw*): Use wint_t instead of __wctype_wint_t.
13340         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
13341         * modules/wchar (Files): Add m4/wint_t.m4.
13342         (Makefile.am): Substitute HAVE_WINT_T.
13343         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
13344         * tests/test-wctype.c: Check that wint_t is defined.
13345         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
13346         * doc/posix-headers/wctype.texi: Likewise.
13347         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13348
13349 2008-09-18  Bruno Haible  <bruno@clisp.org>
13350
13351         * gnulib-tool (func_exit): Update comment.
13352
13353 2008-09-18  Simon Josefsson  <simon@josefsson.org>
13354
13355         * modules/getaddrinfo (Depends-on): Remove strdup, this module
13356         assumes strdup exists and does not depend on strdup to return
13357         ENOMEM on out of memory conditions.
13358
13359 2008-09-18  Bruno Haible  <bruno@clisp.org>
13360
13361         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
13362         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
13363         digits for the exponent.
13364
13365 2008-09-18  Jim Meyering  <meyering@redhat.com>
13366             Bruno Haible  <bruno@clisp.org>
13367
13368         * lib/vasnprintf.c (decimal_point_char): Define also if
13369         NEED_PRINTF_INFINITE_LONG_DOUBLE.
13370
13371 2008-09-16  Bruno Haible  <bruno@clisp.org>
13372         and Eric Blake  <ebb9@byu.net>
13373
13374         vasnprintf: support Irix 5.3
13375         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
13376         that mishandle long double infinity.
13377         Reported by Tom G. Christensen.
13378
13379 2008-09-16  Bruno Haible  <bruno@clisp.org>
13380
13381         * doc/glibc-functions/scandir.texi: Mention the function is missing on
13382         Solaris 9.
13383         * doc/glibc-functions/alphasort.texi: Likewise.
13384         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
13385
13386 2008-09-16  Jim Meyering  <meyering@redhat.com>
13387
13388         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
13389         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
13390         a umask modification leak out of a subshell.  Otherwise, the
13391         opensolaris /bin/sh would be accepted and thus cause unwarranted
13392         failures in the coreutils test suite.
13393
13394 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
13395
13396         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
13397         to succeed.
13398
13399 2008-09-16  Jim Meyering  <meyering@redhat.com>
13400
13401         avoid spurious test failure when library is built without ACL support
13402         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
13403         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
13404         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
13405         * tests/test-copy-acl.sh: Likewise.
13406
13407 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13408
13409         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
13410         based on character occurrence counts.
13411
13412 2008-09-15  Eric Blake  <ebb9@byu.net>
13413
13414         tests: avoid some compiler warnings
13415         * tests/test-memchr.c (main): Pass NULL indirectly.
13416         * tests/test-closein.c (main): Avoid unused variable.
13417
13418 2008-09-15  Bruno Haible  <bruno@clisp.org>
13419
13420         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
13421         are missing on OpenBSD 4.0 individually.
13422         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13423
13424 2008-09-15  Bruno Haible  <bruno@clisp.org>
13425
13426         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
13427         * doc/posix-functions/strerror.texi: Mention also Cygwin.
13428         * doc/posix-functions/perror.texi: Likewise.
13429         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
13430         is missing.
13431         Reported by Eric Blake.
13432
13433         * lib/errno.in.h: Use replacement values >= 2000.
13434         Reported by Eric Blake.
13435
13436 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13437
13438         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
13439         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
13440         limit.
13441         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
13442         compareseq was aborted.
13443
13444 2008-09-14  Bruno Haible  <bruno@clisp.org>
13445
13446         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
13447         yvec_edit_count.
13448         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
13449         (fstrcmp_bounded): Simplify result computation accordingly.
13450
13451 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13452
13453         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
13454         (fstrcmp): Define in terms of fstrcmp_bounded.
13455         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
13456         lower_bound argument.
13457         Return quickly if the result is certainly < lower_bound.
13458         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
13459
13460 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13461
13462         * lib/diffseq.h (EARLY_ABORT): New macro.
13463         (compareseq): Change return type to bool. Return true when EARLY_ABORT
13464         evaluates to true.
13465
13466 2008-09-14  Bruno Haible  <bruno@clisp.org>
13467
13468         * modules/perror-tests: New file.
13469         * tests/test-perror.sh: New file.
13470         * tests/test-perror.c: New file.
13471
13472         New module 'perror'.
13473         * lib/stdio.in.h (perror): New declaration.
13474         * lib/perror.c: New file.
13475         * m4/perror.m4: New file.
13476         * modules/perror: New file.
13477         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
13478         * doc/posix-functions/perror.texi: Mention the perror module.
13479         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
13480         REPLACE_PERROR.
13481         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
13482         REPLACE_PERROR.
13483
13484 2008-09-14  Bruno Haible  <bruno@clisp.org>
13485
13486         * modules/stdio (Makefile.am): Reorder to match the order in
13487         lib/stdio.in.h.
13488         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13489
13490 2008-09-13  Bruno Haible  <bruno@clisp.org>
13491
13492         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
13493
13494 2008-09-13  Bruno Haible  <bruno@clisp.org>
13495
13496         Extend strerror to cover the added errno values.
13497         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
13498         (rpl_strerror): Provide error messages for the added errno values and
13499         for the WSA* values.
13500         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
13501         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
13502         strerror.
13503         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
13504         * modules/strerror (Depends-on): Add errno.
13505         * doc/posix-functions/strerror.texi: Document the change.
13506         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
13507         and EOVERFLOW.
13508
13509 2008-09-13  Bruno Haible  <bruno@clisp.org>
13510
13511         * modules/EOVERFLOW: Remove file.
13512         * m4/eoverflow.m4: Remove file.
13513         * modules/EOVERFLOW-tests: Remove file.
13514         * tests/test-EOVERFLOW.c: Remove file.
13515         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
13516         * modules/ftell (Depends-on): Likewise.
13517         * modules/getdelim (Depends-on): Likewise.
13518         * modules/getugroups (Depends-on): Likewise.
13519         * modules/poll (Depends-on): Likewise.
13520         * modules/snprintf (Depends-on): Likewise.
13521         * modules/sprintf-posix (Depends-on): Likewise.
13522         * modules/vasnprintf (Depends-on): Likewise.
13523         * modules/vasprintf (Depends-on): Likewise.
13524         * modules/vfprintf-posix (Depends-on): Likewise.
13525         * modules/vsnprintf (Depends-on): Likewise.
13526         * modules/vsprintf-posix (Depends-on): Likewise.
13527         * modules/xvasprintf (Depends-on): Likewise.
13528         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
13529         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
13530         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
13531         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
13532         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13533         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
13534         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
13535         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
13536         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13537         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
13538         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
13539         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
13540         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13541         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
13542         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
13543         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
13544         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13545         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
13546         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
13547         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
13548         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13549         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
13550         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
13551         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
13552         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
13553         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13554         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
13555         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
13556         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
13557         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
13558         * MODULES.html.sh: Remove EOVERFLOW.
13559         * NEWS: Mention the change.
13560
13561 2008-09-13  Bruno Haible  <bruno@clisp.org>
13562
13563         * modules/errno-tests: New file.
13564         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
13565
13566         * lib/errno.in.h: New file.
13567         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
13568         * modules/errno: New file.
13569         * doc/posix-headers/errno.texi: Update documentation.
13570         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
13571
13572 2008-09-13  Bruno Haible  <bruno@clisp.org>
13573
13574         * tests/test-poll.c: Use #if for native Windows, rather than testing
13575         __MSVCRT__.
13576
13577 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13578             Bruno Haible  <bruno@clisp.org>
13579
13580         * lib/glob.c: Don't include <pwd.h> on native Windows.
13581         (WINDOWS32): New macro.
13582         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
13583
13584 2008-09-13  Bruno Haible  <bruno@clisp.org>
13585
13586         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
13587         (ETIMEDOUT): Remove macro.
13588         (glthread_cond_timedwait_multithreaded): New declaration.
13589         (glthread_cond_timedwait): Use it.
13590         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
13591         (glthread_cond_timedwait_multithreaded): New function.
13592
13593 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
13594
13595         * modules/poll-tests: Do not check for io.h.
13596         * tests/test-poll.c: Check for __MSVCRT__ instead.
13597
13598 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
13599
13600         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
13601         * modules/poll-tests: Add inet_pton, stdbool, sockets.
13602         * tests/test-poll.c: Use them.  Use _pipe on Windows.
13603
13604 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
13605
13606         * modules/poll-tests: New.
13607         * tests/test-poll.c: New.
13608
13609 2008-09-12  Eric Blake  <ebb9@byu.net>
13610
13611         frexp: test for NetBSD failure on -0.0
13612         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
13613         not all, bugs from NetBSD 3.0 have been fixed.
13614         * doc/posix-functions/frexp.texi (frexp): Document bug.
13615         Reported by Thomas Klausner.
13616
13617         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
13618         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
13619         literal -0.0.
13620         Reported by Jonathan C. Patschke <jp@centtech.com>.
13621
13622 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13623
13624         * lib/glthread/cond.h: Use dummy implementation also if
13625         USE_WIN32_THREADS.
13626
13627 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13628
13629         * modules/fnmatch-posix (License): Change to LGPLv2+.
13630         * modules/fnmatch-gnu (License): Likewise.
13631
13632 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13633
13634         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
13635
13636 2008-09-11  Jim Meyering  <meyering@redhat.com>
13637
13638         * users.txt: Add gtk-vnc.
13639
13640 2008-09-08  Simon Josefsson  <simon@josefsson.org>
13641
13642         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
13643         rotate amounts.
13644
13645         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
13646         required for 16-bit and 8-bit rotates.
13647         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
13648         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
13649         UINT8_MAX instead of hard-coded constants.
13650         Suggested by Paul Eggert.
13651
13652 2008-09-07  Bruno Haible  <bruno@clisp.org>
13653
13654         * tests/test-striconveh.c (main): Check behaviour when converting from
13655         UTF-7.
13656
13657         Make striconveh work better with stateful encodings.
13658         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
13659         that iconv does not increment the inptr when returning -1/EINVAL.
13660
13661 2008-09-07  Bruno Haible  <bruno@clisp.org>
13662
13663         * build-aux/config.rpath: Update according to libtool-2.2.6.
13664         * build-aux/config.libpath: Likewise.
13665
13666 2008-09-06  Bruno Haible  <bruno@clisp.org>
13667
13668         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
13669         * lib/freadptr.c (freadptr): Likewise.
13670         * lib/freadseek.c (freadptrinc): Likewise.
13671         Reported by Simon Josefsson.
13672
13673 2008-09-06  Bruno Haible  <bruno@clisp.org>
13674
13675         * modules/freadptr (License): Change to LGPLv2+.
13676         * modules/freadseek (License): Likewise.
13677         Suggested by Eric Blake.
13678
13679         * modules/memchr2 (License): Change to LGPLv2+.
13680         Approved by Eric Blake.
13681
13682 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13683             Bruno Haible  <bruno@clisp.org>
13684
13685         Make gnulib-tool work with native 'sed' on AIX.
13686         * gnulib-tool (sed_noop): New variable.
13687         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
13688         func_add_or_update, func_create_testdir): Use it to initialize sed
13689         script variables.
13690         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13691
13692 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
13693             Bruno Haible  <bruno@clisp.org>
13694
13695         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
13696         also works after #include directives.
13697
13698 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
13699
13700         getdate.y: reject an out-of-range timezone value
13701         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
13702         the range [-24...+24].  When specified with only one or two digits,
13703         * tests/test-getdate.c: Tests for the fix.
13704         * doc/getdate.texi: Document this change.
13705
13706 2008-09-03  Bruno Haible  <bruno@clisp.org>
13707
13708         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
13709
13710 2008-09-02  Simon Josefsson  <simon@josefsson.org>
13711
13712         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
13713         <bruce.korb@gmail.com> with ideas from Ben Pfaff
13714         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
13715         Blake <ebb9@byu.net>.
13716
13717         * tests/test-bitrotate.c: Add more test vectors.
13718
13719 2008-09-02  Eric Blake  <ebb9@byu.net>
13720
13721         vasnprintf-posix: handle large precision via %.*d
13722         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
13723         when handling it ourselves.
13724         * tests/test-vasnprintf-posix.c (test_function): Add test.
13725         * tests/test-snprintf-posix.h (test_function): Likewise.
13726         * tests/test-sprintf-posix.h (test_function): Likewise.
13727         * tests/test-vasprintf-posix.c (test_function): Likewise.
13728         Reported by Alain Guibert.
13729
13730 2008-09-01  Eric Blake  <ebb9@byu.net>
13731
13732         c-stack: make configure-time check more robust
13733         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
13734         successful sigaction call.
13735         Reported by Tom G. Christensen.
13736
13737 2008-09-01  Bruno Haible  <bruno@clisp.org>
13738
13739         New module 'findprog-lgpl'.
13740         * modules/findprog-lgpl: New file.
13741         * lib/findprog-lgpl.c: New file.
13742         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
13743         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
13744         to decide whether to use strdup or xstrdup, concatenated_filename or
13745         xconcatenated_filename.
13746
13747 2008-09-01  Bruno Haible  <bruno@clisp.org>
13748
13749         Split module 'concat-filename' into 'concat-filename' (LGPL) and
13750         'xconcat-filename' (GPL).
13751         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
13752         (License): Change to LGPLv2+.
13753         * modules/xconcat-filename: New file.
13754         * lib/concat-filename.h (concatenated_filename): Change specification.
13755         (xconcatenated_filename): New declaration.
13756         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
13757         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
13758         memory situations.
13759         * lib/xconcat-filename.c: New file.
13760         * NEWS: Mention the change.
13761         * lib/findprog.c: Include concat-filename.h, not filename.h.
13762         (find_in_path): Use xconcatenated_filename instead of
13763         concatenated_filename.
13764         * lib/javacomp.c: Include concat-filename.h, not filename.h.
13765         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
13766         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
13767         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
13768         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
13769         instead of concatenated_filename.
13770         * lib/javaexec.c: Include concat-filename.h, not filename.h.
13771         (execute_java_class): Use xconcatenated_filename instead of
13772         concatenated_filename.
13773         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
13774         * modules/javacomp (Depends-on): Likewise.
13775         * modules/javaexec (Depends-on): Likewise.
13776
13777 2008-09-01  Bruno Haible  <bruno@clisp.org>
13778
13779         Split module 'filename' into 'filename' and 'concat-filename'.
13780         * modules/filename: Keep only lib/filename.h.
13781         (License): Change to LGPLv2+.
13782         * modules/concat-filename: New file, extracted from modules/filename.
13783         * lib/filename.h (concatenated_filename): Remove declaration.
13784         * lib/concat-filename.h: New file, extracted from lib/filename.h.
13785         * lib/concat-filename.c: Include concat-filename.h.
13786         * NEWS: Mention the change.
13787
13788 2008-09-01  Simon Josefsson  <simon@josefsson.org>
13789
13790         * lib/bitrotate.h (rotl8, rotr8): Add.
13791
13792         * modules/bitrotate (configure.ac): Need
13793         AC_REQUIRE([AC_C_INLINE]).
13794         (Description): Mention stdint.h.  Reported by Bruno Haible
13795         <bruno@clisp.org>.
13796
13797         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
13798         Paolo Bonzini <bonzini@gnu.org>.
13799
13800 2008-08-31  Bruno Haible  <bruno@clisp.org>
13801
13802         Assume Solaris specific bi-arch conventions on Solaris systems.
13803         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
13804         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
13805         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
13806         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
13807         like acl_libdirstem.
13808         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
13809         acl_libdirstem.
13810         * NEWS: Mention the change.
13811         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
13812
13813 2008-08-31  Jim Meyering  <meyering@redhat.com>
13814
13815         * lib/strftime.h: Add comments describing the two added arguments.
13816
13817         remove duplicate #include directives
13818         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
13819         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
13820
13821 2008-08-31  Bruno Haible  <bruno@clisp.org>
13822
13823         New module 'sigpipe-die'.
13824         * modules/sigpipe-die: New file.
13825         * lib/sigpipe-die.h: New file.
13826         * lib/sigpipe-die.c: New file.
13827         * MODULES.html.sh (Signal handling): Add sigpipe-die.
13828
13829 2008-08-31  Bruno Haible  <bruno@clisp.org>
13830
13831         Don't override previously installed signal handlers.
13832         * lib/fatal-signal.c (saved_sigactions): New variable.
13833         (uninstall_handlers): Reset the signal to the saved handler, not
13834         to SIG_DFL (except when ignored).
13835         (install_handlers): Save the previous handlers.
13836
13837 2008-08-30  Bruno Haible  <bruno@clisp.org>
13838
13839         * gnulib-tool (func_reset_sigpipe): New function.
13840         (func_get_automake_snippet, func_modules_transitive_closure,
13841         func_import): Invoke it before a join command that reads from stdin,
13842         to avoid "echo: write error: Broken pipe" error messages on stderr.
13843         Reported by Sam Steingold <sds@gnu.org>.
13844
13845 2008-08-30  Bruno Haible  <bruno@clisp.org>
13846
13847         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
13848         Code copied from m4/open.m4.
13849         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
13850         access and the filename ends in a slash. Code copied from lib/open.c.
13851         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
13852         * tests/test-fopen.c (main): Check against bug with trailing slash.
13853
13854 2008-08-29  Bruno Haible  <bruno@clisp.org>
13855
13856         Avoid some "gcc -pedantic" warnings.
13857         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
13858         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
13859         * lib/dirent.in.h: Likewise.
13860         * lib/fcntl.in.h: Likewise.
13861         * lib/float.in.h: Likewise.
13862         * lib/iconv.in.h: Likewise.
13863         * lib/inttypes.in.h: Likewise.
13864         * lib/locale.in.h: Likewise.
13865         * lib/math.in.h: Likewise.
13866         * lib/netinet_in.in.h: Likewise.
13867         * lib/search.in.h: Likewise.
13868         * lib/signal.in.h: Likewise.
13869         * lib/stdarg.in.h: Likewise.
13870         * lib/stdint.in.h: Likewise.
13871         * lib/stdio.in.h: Likewise.
13872         * lib/stdlib.in.h: Likewise.
13873         * lib/string.in.h: Likewise.
13874         * lib/strings.in.h: Likewise.
13875         * lib/sys_select.in.h: Likewise.
13876         * lib/sys_socket.in.h: Likewise.
13877         * lib/sys_stat.in.h: Likewise.
13878         * lib/sys_time.in.h: Likewise.
13879         * lib/sysexits.in.h: Likewise.
13880         * lib/time.in.h: Likewise.
13881         * lib/unistd.in.h: Likewise.
13882         * lib/wchar.in.h: Likewise.
13883         * lib/wctype.in.h: Likewise.
13884         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
13885         * modules/fchdir (Makefile.am): Likewise.
13886         * modules/fcntl (Makefile.am): Likewise.
13887         * modules/float (Makefile.am): Likewise.
13888         * modules/iconv_open (Makefile.am): Likewise.
13889         * modules/inttypes (Makefile.am): Likewise.
13890         * modules/locale (Makefile.am): Likewise.
13891         * modules/math (Makefile.am): Likewise.
13892         * modules/netinet_in (Makefile.am): Likewise.
13893         * modules/search (Makefile.am): Likewise.
13894         * modules/signal (Makefile.am): Likewise.
13895         * modules/stdarg (Makefile.am): Likewise.
13896         * modules/stdint (Makefile.am): Likewise.
13897         * modules/stdio (Makefile.am): Likewise.
13898         * modules/stdlib (Makefile.am): Likewise.
13899         * modules/string (Makefile.am): Likewise.
13900         * modules/strings (Makefile.am): Likewise.
13901         * modules/sys_select (Makefile.am): Likewise.
13902         * modules/sys_socket (Makefile.am): Likewise.
13903         * modules/sys_stat (Makefile.am): Likewise.
13904         * modules/sys_time (Makefile.am): Likewise.
13905         * modules/sysexits (Makefile.am): Likewise.
13906         * modules/time (Makefile.am): Likewise.
13907         * modules/unistd (Makefile.am): Likewise.
13908         * modules/wchar (Makefile.am): Likewise.
13909         * modules/wctype (Makefile.am): Likewise.
13910         Reported by Reuben Thomas <rrt@sc3d.org>.
13911
13912 2008-08-29  Bruno Haible  <bruno@clisp.org>
13913
13914         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
13915         any more.
13916
13917 2008-08-29  Simon Josefsson  <simon@josefsson.org>
13918
13919         * MODULES.html.sh (Misc): Add bitrotate.
13920
13921         * modules/bitrotate: New file.
13922
13923         * lib/bitrotate.h: New file.
13924
13925         * modules/bitrotate-tests: New file.
13926
13927         * tests/test-bitrotate.c: New file.
13928
13929         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
13930         on the bitrotate module.
13931
13932         * lib/arctwo.c: Use new bitrotate module.
13933
13934 2008-08-29  Jim Meyering  <meyering@redhat.com>
13935
13936         bootstrap: merge changes from coreutils
13937         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
13938         of copied files.  Remove a kludge, now that this is fixed.
13939         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
13940         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
13941         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
13942
13943 2008-08-29  Bruno Haible  <bruno@clisp.org>
13944
13945         * MODULES.html.sh: Remove --cvs-urls option.
13946
13947 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
13948
13949         maint.mk: adjust to file name change
13950         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
13951
13952 2008-08-28  Jim Meyering  <meyering@redhat.com>
13953
13954         * modules/getndelim2 (License): Relicense to LGPLv2+.
13955         Approved by Richard Stallman for the version of 1995, and by
13956         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
13957
13958 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
13959
13960         * lib/getdelim.c (flockfile, funlockfile): Make all of them
13961         dummy if one is not available.  Do not touch them if
13962         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
13963         (getc_maybe_unlocked): New.
13964         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
13965
13966 2008-08-26  Eric Blake  <ebb9@byu.net>
13967
13968         doc/INSTALL: resync from autoconf
13969         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
13970         (INSTALL_PRELUDE): Delete; this is done more efficiently by
13971         moving...
13972         * install.texi [!autoconf]: ...here.  Resync from autoconf.
13973         * INSTALL: Regenerate.
13974         * INSTALL.ISO: New file.
13975         * INSTALL.UTF-8: Likewise.
13976
13977 2008-08-26  Jim Meyering  <meyering@redhat.com>
13978
13979         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
13980         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
13981         these definitions conditional, so that they may be overridden, too.
13982
13983 2008-08-26  Bruno Haible  <bruno@clisp.org>
13984
13985         Generate INSTALL file variants with prettier quotes.
13986         * doc/Makefile (INSTALL_PRELUDE): New macro.
13987         (INSTALL): Use it.
13988         (INSTALL.ISO, INSTALL.UTF-8): New rules.
13989
13990 2008-08-26  Bruno Haible  <bruno@clisp.org>
13991
13992         Run makeinfo in an English locale.
13993         * doc/Makefile (MAKEINFO): New variable.
13994
13995 2008-08-26  Bruno Haible  <bruno@clisp.org>
13996
13997         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
13998         Suggested by Eric Blake.
13999
14000 2008-08-25  Bruno Haible  <bruno@clisp.org>
14001
14002         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
14003
14004 2008-08-25  Eric Blake  <ebb9@byu.net>
14005
14006         c-stack: test that stack overflow can be caught
14007         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
14008         that platform allows handling stack overflow; at least OS/2 EMX
14009         has sigaltstack, but crashes before transferring control to
14010         handler on stack overflow.
14011         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
14012         check for HAVE_STACK_OVERFLOW_HANDLING.
14013         Reported by Elbert Pol.
14014
14015 2008-08-25  Bruno Haible  <bruno@clisp.org>
14016
14017         * doc/posix-functions/strftime.texi: Fix description of strftime
14018         module.
14019
14020 2008-08-24  Bruno Haible  <bruno@clisp.org>
14021
14022         * tests/uniwidth/test-uc_width2.c: New file.
14023         * tests/uniwidth/test-uc_width2.sh: New file.
14024         * modules/uniwidth/width-tests (Files): Add the new files.
14025         (TESTS): Add uniwidth/test-uc_width2.sh.
14026         (TESTS_ENVIRONMENT): New variable.
14027         (check_PROGRAMS): Add test-uc_width2.
14028         (test_uc_width2_SOURCES): New variable.
14029
14030         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
14031         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
14032         not 0x00AB.
14033         Reported by Alexander V. Lukyanov <lav@netis.ru>.
14034
14035 2008-08-22  Eric Blake  <ebb9@byu.net>
14036
14037         test-lock, test-tls: mention why a test is skipped
14038         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
14039         skipped.
14040         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
14041
14042         count-one-bits: relax license
14043         * modules/count-one-bits (License): Relicense to LGPLv2+.
14044         Suggested by Ludovic Courtès, approved by Ben Pfaff.
14045
14046 2008-08-22  Andreas Schwab  <schwab@suse.de>
14047
14048         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
14049         Remove spurious space in assignment.
14050
14051 2008-08-21  Simon Josefsson  <simon@josefsson.org>
14052
14053         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
14054         Paul Eggert <eggert@CS.UCLA.EDU>.
14055
14056 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
14057
14058         * modules/gettext: Add m4/threadlib.m4.
14059
14060 2008-08-19  Eric Blake  <ebb9@byu.net>
14061
14062         test-c-stack: fix compilation failure on FreeBSD 5.0
14063         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
14064         headers before <sys/resource.h>.
14065         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
14066         the bug.
14067         Reported by Nelson H. F. Beebe.
14068
14069         strverscmp: migrate from "strverscmp.h" to <string.h>
14070         * modules/string (Makefile.am): Add new hooks.
14071         * modules/strverscmp (Files): Remove strverscmp.h.
14072         (Depends-on): Add string.
14073         (configure.ac): Add indicator.
14074         (Include): Mention new header.
14075         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
14076         defaults.
14077         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
14078         results.
14079         * lib/strverscmp.h: Delete.
14080         * lib/string.in.h (strverscmp): Provide declaration, when needed.
14081         * tests/test-strverscmp.c (includes): Adjust client.
14082         * lib/check-version.c (includes): Likewise.
14083         * NEWS: Document the change.
14084
14085         strverscmp: add unit test
14086         * modules/strverscmp-tests: New file.
14087         * tests/test-strverscmp.c: Likewise.
14088
14089 2008-08-19  Simon Josefsson  <simon@josefsson.org>
14090
14091         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
14092         regarding Windows crypto stuff, from Mono.
14093
14094 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
14095
14096         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
14097         if present, for intel RND.  Return error on failures.
14098
14099 2008-08-18  Ben Pfaff  <blp@gnu.org>
14100
14101         gitlog-to-changelog: give better diagnostic for failed pipe-open
14102         * build-aux/gitlog-to-changelog: Improve error message: suggest
14103         that the version of Git may be too old.
14104
14105 2008-08-18  Simon Josefsson  <simon@josefsson.org>
14106
14107         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
14108         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
14109
14110 2008-08-18  Bruno Haible  <bruno@clisp.org>
14111
14112         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
14113         pthread_in_use().
14114
14115 2008-08-18  Bruno Haible  <bruno@clisp.org>
14116
14117         * lib/glthread/threadlib.c: Include <pthread.h>.
14118
14119 2008-08-18  Bruno Haible  <bruno@clisp.org>
14120
14121         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
14122         glthread_recursive_lock_* macros.
14123         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
14124         Fix syntax error.
14125
14126 2008-08-18  Bruno Haible  <bruno@clisp.org>
14127
14128         * lib/glthread/thread.c: Avoid forcing a context switch right after
14129         thread creation.
14130
14131 2008-08-17  Bruno Haible  <bruno@clisp.org>
14132
14133         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
14134         * lib/glthread/thread.h: Provide Win32 specific implementation.
14135         * modules/thread (Files): Add lib/glthread/thread.c.
14136         (Depends-on): Add lock.
14137         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
14138
14139 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14140
14141         New module 'yield'.
14142         * modules/yield: New file.
14143         * lib/glthread/yield.h: New file.
14144         * m4/yield.m4: New file.
14145         * MODULES.html.sh (Multithreading): Add yield.
14146
14147 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14148
14149         New module 'thread'.
14150         * modules/thread: New file.
14151         * lib/glthread/thread.h: New file.
14152         * m4/thread.m4: New file.
14153         * MODULES.html.sh (Multithreading): Add thread.
14154
14155 2008-08-17  Bruno Haible  <bruno@clisp.org>
14156
14157         * lib/glthread/lock.h: Include <stdlib.h> always.
14158         * lib/glthread/tls.h: Likewise.
14159         * lib/glthread/cond.h: Likewise.
14160
14161 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14162
14163         New module 'cond'.
14164         * modules/cond: New file.
14165         * lib/glthread/cond.h: New file.
14166         * lib/glthread/cond.c: New file.
14167         * m4/cond.m4: New file.
14168         * MODULES.html.sh (Multithreading): Add cond.
14169
14170 2008-08-16  Eric Blake  <ebb9@byu.net>
14171
14172         c-stack: fix regression on Irix 5.3 from 2008-06-21
14173         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
14174         sa_sigaction...
14175         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
14176         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
14177         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
14178         * modules/signal (Makefile.am): Use the value.
14179         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
14180         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
14181         * doc/posix-headers/signal.texi (signal.h): Document this
14182         portability issue.
14183         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
14184         Reported by Tom G. Christensen.
14185
14186 2008-08-17  Bruno Haible  <bruno@clisp.org>
14187
14188         New module 'threadlib'.
14189         * modules/threadlib: New file.
14190         * lib/glthread/threadlib.c: New file, extracted from
14191         lib/glthread/lock.c.
14192         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
14193         functions.
14194         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
14195         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
14196         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
14197         macros.
14198         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
14199         (gl_DISABLE_THREADS): Remove macro.
14200         * modules/lock (Files): Remove build-aux/config.rpath.
14201         (Depends-on): Remove havelib. Add threadlib.
14202         (configure.ac-early): Remove section.
14203         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
14204         * modules/tls (Depends-on): Remove lock. Add threadlib.
14205         (Link): New section, copied from threadlib.
14206         * MODULES.html.sh (Multithreading): Add threadlib.
14207
14208 2008-08-14  Bruno Haible  <bruno@clisp.org>
14209
14210         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
14211         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
14212         glthread_rwlock_unlock, glthread_rwlock_destroy,
14213         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
14214         glthread_recursive_lock_destroy): Define as macros always.
14215         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
14216         glthread_lock_lock.
14217         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
14218         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
14219         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
14220         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
14221         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
14222         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
14223         (glthread_recursive_lock_lock_func): Renamed from
14224         glthread_recursive_lock_lock.
14225         (glthread_recursive_lock_unlock_func): Renamed from
14226         glthread_recursive_lock_unlock.
14227         (glthread_recursive_lock_destroy_func): Renamed from
14228         glthread_recursive_lock_destroy.
14229
14230 2008-08-14  Bruno Haible  <bruno@clisp.org>
14231
14232         * lib/glthread/lock.h: Renamed from lib/lock.h.
14233         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
14234         * lib/glthread/tls.h: Renamed from lib/tls.h.
14235         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
14236         * lib/fstrcmp.c: Update includes.
14237         * lib/strsignal.c: Update includes.
14238         * modules/lock (Files, Makefile.am): Update.
14239         (Include): Change to "glthread/lock.h".
14240         * modules/tls (Files, Makefile.am): Update.
14241         (Include): Change to "glthread/tls.h".
14242         * tests/test-lock.c: Update includes.
14243         * tests/test-tls.c: Update includes.
14244         * NEWS: Mention the renamed header files.
14245
14246 2008-08-11  Jim Meyering  <meyering@redhat.com>
14247
14248         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
14249
14250 2008-08-11  Eric Blake  <ebb9@byu.net>
14251
14252         test-c-stack: avoid C99-ism
14253         * tests/test-c-stack.c (main): Fix whitespace, move declaration
14254         before statement.
14255         Reported by Alain Guibert.
14256
14257 2008-08-10  Jim Meyering  <meyering@redhat.com>
14258
14259         ensure that return value of uinttostr et al are not ignored
14260         * lib/inttostr.h (__GNUC_PREREQ): Define.
14261         (__attribute_warn_unused_result__): Define.
14262         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
14263
14264 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
14265
14266         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
14267         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
14268
14269 2008-08-07  Jim Meyering  <meyering@redhat.com>
14270
14271         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
14272
14273         * modules/mkstemp (License): Relicense under LGPLv2+.
14274         * modules/tempname (License): Likewise.
14275
14276 2008-08-06  Bruno Haible  <bruno@clisp.org>
14277
14278         * lib/poll.c (poll): Further micro-optimization.
14279
14280 2008-08-06  Jim Meyering  <meyering@redhat.com>
14281
14282         inet_pton.c: use locale-independent tolower
14283         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
14284         (inet_pton6): Use c_tolower rather than tolower.
14285         * modules/inet_pton (Depends-on): Add c-ctype.
14286
14287 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
14288
14289         * lib/poll.c (poll): Avoid division when timeout is 0, cache
14290         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
14291
14292 2008-08-06  Jim Meyering  <meyering@redhat.com>
14293
14294         * modules/inet_pton (License): Relicense under LGPLv2+.
14295
14296 2008-08-03  Bruno Haible  <bruno@clisp.org>
14297
14298         Additional non-aborting API for lock and tls.
14299         * lib/lock.h: Include <errno.h>.
14300         (glthread_lock_init): New macro/function.
14301         (gl_lock_init): Define as wrapper around glthread_lock_init.
14302         (glthread_lock_lock): New macro/function.
14303         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
14304         (glthread_lock_unlock): New macro/function.
14305         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
14306         (glthread_lock_destroy): New macro/function.
14307         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
14308         (glthread_rwlock_init): New macro/function.
14309         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
14310         (glthread_rwlock_rdlock): New macro/function.
14311         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
14312         (glthread_rwlock_wrlock): New macro/function.
14313         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
14314         (glthread_rwlock_unlock): New macro/function.
14315         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
14316         (glthread_rwlock_destroy): New macro/function.
14317         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
14318         (glthread_recursive_lock_init): New macro/function.
14319         (gl_recursive_lock_init): Define as wrapper around
14320         glthread_recursive_lock_init.
14321         (glthread_recursive_lock_lock): New macro/function.
14322         (gl_recursive_lock_lock): Define as wrapper around
14323         glthread_recursive_lock_lock.
14324         (glthread_recursive_lock_unlock): New macro/function.
14325         (gl_recursive_lock_unlock): Define as wrapper around
14326         glthread_recursive_lock_unlock.
14327         (glthread_recursive_lock_destroy): New macro/function.
14328         (gl_recursive_lock_destroy): Define as wrapper around
14329         glthread_recursive_lock_destroy.
14330         (glthread_once): New macro/function.
14331         (gl_once): Define as wrapper around glthread_once.
14332         Update function declarations.
14333         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
14334         glthread_rwlock_init. Return error code.
14335         (glthread_rwlock_rdlock_multithreaded): Renamed from
14336         glthread_rwlock_rdlock. Return error code.
14337         (glthread_rwlock_wrlock_multithreaded): Renamed from
14338         glthread_rwlock_wrlock. Return error code.
14339         (glthread_rwlock_unlock_multithreaded): Renamed from
14340         glthread_rwlock_unlock. Return error code.
14341         (glthread_rwlock_destroy_multithreaded): Renamed from
14342         glthread_rwlock_destroy. Return error code.
14343         (glthread_recursive_lock_init_multithreaded): Renamed from
14344         glthread_recursive_lock_init. Return error code.
14345         (glthread_recursive_lock_lock_multithreaded): Renamed from
14346         glthread_recursive_lock_lock. Return error code.
14347         (glthread_recursive_lock_unlock_multithreaded): Renamed from
14348         glthread_recursive_lock_unlock. Return error code.
14349         (glthread_recursive_lock_destroy_multithreaded): Renamed from
14350         glthread_recursive_lock_destroy. Return error code.
14351         (glthread_once_call): Make static.
14352         (glthread_once_multithreaded): Renamed from glthread_once.
14353         * lib/tls.h: Include <errno.h>.
14354         (glthread_tls_key_init): New macro/function.
14355         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
14356         (glthread_tls_set): New macro/function.
14357         (gl_tls_set): Define as wrapper around glthread_tls_set.
14358         (glthread_tls_key_destroy): New macro/function.
14359         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
14360         Update function declarations.
14361         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
14362         glthread_tls_get.
14363         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14364
14365 2008-08-04  Eric Blake  <ebb9@byu.net>
14366
14367         gnumakefile: use space, not TAB, outside of targets
14368         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
14369
14370 2008-08-02  Jim Meyering  <meyering@redhat.com>
14371
14372         getdate.y: avoid locale-dependent date parsing failure
14373         In Turkish locales, getdate would fail to recognize keywords
14374         containing a lowercase "i".  The solution is not to rely on
14375         locale-sensitive case-conversion.
14376         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
14377         (lookup_word): Use c_toupper in place of toupper.
14378         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
14379         Reported by Vefa Bicakci <bicave@superonline.com> in
14380         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
14381         * modules/getdate (Depends-on): Add c-ctype.
14382
14383 2008-08-02  Bruno Haible  <bruno@clisp.org>
14384
14385         * gnulib-tool (func_import): When updating or creating a .gitignore
14386         file, prepend each added line with a slash, and ignore leading slashes
14387         from the existing lines.
14388         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
14389
14390 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14391
14392         Portability fix for GNU make 3.79.1.
14393         * top/GNUmakefile: Avoid 'else COND', which older GNU make
14394         versions do not understand.
14395
14396 2008-08-01  Bruno Haible  <bruno@clisp.org>
14397
14398         Work around bug of HP-UX 10.20 cc with -0.0 literal.
14399         * tests/test-isnanf.h (zero): New variable.
14400         (main): Avoid literal -0.0f.
14401         * tests/test-isnand.h (zero): New variable.
14402         (main): Avoid literal -0.0.
14403         * tests/test-isnanl.h (zero): New variable.
14404         (main): Avoid literal -0.0L.
14405         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
14406         (test_float, test_double, test_long_double): Avoid literals -0.0f,
14407         -0.0, -0.0L.
14408         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
14409         (test_signbitd): Avoid literal -0.0.
14410         (test_signbitl): Avoid literal -0.0L.
14411         * tests/test-ceilf1.c (zero): New variable.
14412         (main): Avoid literal -0.0f.
14413         * tests/test-ceill.c (zero): New variable.
14414         (main): Avoid literal -0.0L.
14415         * tests/test-floorf1.c (zero): New variable.
14416         (main): Avoid literal -0.0f.
14417         * tests/test-floorl.c (zero): New variable.
14418         (main): Avoid literal -0.0L.
14419         * tests/test-roundf1.c (zero): New variable.
14420         (main): Avoid literal -0.0f.
14421         * tests/test-round1.c (zero): New variable.
14422         (main): Avoid literal -0.0.
14423         * tests/test-roundl.c (zero): New variable.
14424         (main): Avoid literal -0.0L.
14425         * tests/test-truncf1.c (zero): New variable.
14426         (main): Avoid literal -0.0f.
14427         * tests/test-trunc1.c (zero): New variable.
14428         (main): Avoid literal -0.0.
14429         * tests/test-truncl.c (zero): New variable.
14430         (main): Avoid literal -0.0L.
14431         * tests/test-frexp.c (zero): New variable.
14432         (main): Avoid literal -0.0.
14433         * tests/test-frexpl.c (zero): New variable.
14434         (main): Avoid literal -0.0L.
14435         * tests/test-ldexpl.c (zero): New variable.
14436         (main): Avoid literal -0.0L.
14437         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
14438         (zerod, zerol): New variables.
14439         (test_function): Avoid literals -0.0, -0.0L.
14440         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
14441         (zerod, zerol): New variables.
14442         (test_function): Avoid literals -0.0, -0.0L.
14443         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
14444         (zerod, zerol): New variables.
14445         (test_function): Avoid literals -0.0, -0.0L.
14446         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
14447         (zerod, zerol): New variables.
14448         (test_function): Avoid literals -0.0, -0.0L.
14449         * tests/test-strtod.c (zero): New variable.
14450         (main): Avoid literal -0.0.
14451         Reported by Jonathan C. Patschke <jp@centtech.com>.
14452
14453 2008-07-31  Jim Meyering  <meyering@redhat.com>
14454
14455         sha256.h: correct definition of SHA224_DIGEST_SIZE
14456         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
14457         Reported by Paulie Pena IV <paulie4@gmail.com>.
14458         Define as 224 / 8, rather than as a literal.
14459         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
14460         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
14461         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
14462
14463 2008-07-31  Bruno Haible  <bruno@clisp.org>
14464
14465         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
14466         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
14467         Reported by Jonathan Patschke <jp@centtech.com>.
14468
14469 2008-07-31  Bruno Haible  <bruno@clisp.org>
14470
14471         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
14472         Reported by Paolo Bonzini <bonzini@gnu.org>.
14473
14474 2008-07-30  Eric Blake  <ebb9@byu.net>
14475
14476         test-strtod: allow compilation without -lm
14477         * tests/test-strtod.c (main): Avoid link dependence on fabs.
14478         Reported by Dennis Clarke <blastwave@gmail.com>.
14479
14480 2008-07-28  Jim Meyering  <meyering@redhat.com>
14481
14482         bootstrap: work also when there are no .po files in po/
14483         * build-aux/bootstrap (update_po_files): Complete the change
14484         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
14485
14486 2008-07-27  Jim Meyering  <meyering@redhat.com>
14487
14488         * users.txt: Add zile.
14489
14490 2008-07-26  Ben Pfaff  <blp@gnu.org>
14491
14492         Add missing dependencies on new m4/exponent[fdl].m4 files.
14493         * modules/isnanf-nolibm: Add m4/exponentf.m4.
14494         * modules/isnand-nolibm: Add m4/exponentd.m4.
14495         * modules/isnanl-nolibm: Add m4/exponentl.m4.
14496         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
14497         m4/isnan[fdl].m4, because the macros actually used moved.
14498         Reported by Jim Meyering.
14499
14500 2008-07-14  Ben Pfaff  <blp@gnu.org>
14501
14502         Add isinf module.
14503         * lib/isinf.c: New file.
14504         * lib/math.in.h: Define isinf macro if we have decided to replace
14505         it.
14506         * m4/isinf.m4: New file.
14507         * m4/math_h.m4: Initialize and substitute variables for isinf
14508         module.
14509         * modules/isinf: New file.
14510         * modules/isinf-tests: New file.
14511         * modules/math: Add substitutions for new module.
14512         * tests/test-isinf.c: New file.
14513         * doc/posix-functions/isinf.texi: Mention new module.
14514         * MODULES.html.sh: Mention new module.
14515
14516 2008-07-14  Ben Pfaff  <blp@gnu.org>
14517
14518         Factor out some macros for use by additional modules.
14519         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
14520         exponentf.m4.
14521         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
14522         exponentd.m4.
14523         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
14524         file exponentl.m4.
14525         * m4/exponentf.m4: New file.
14526         * m4/exponentd.m4: New file.
14527         * m4/exponentl.m4: New file.
14528         * modules/isnanf: Use new file m4/exponentf.m4.
14529         * modules/isnand: Use new file m4/exponentd.m4.
14530         * modules/isnanl: Use new file m4/exponentl.m4.
14531
14532 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
14533
14534         mktime.c: normalize tp->tm_isdst value to -1/0/1.
14535         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
14536         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
14537         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
14538
14539         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
14540         readlink on platforms without PATH_MAX.
14541
14542 2008-07-21  Eric Blake  <ebb9@byu.net>
14543
14544         Warn, not fail, on stale version.
14545         * top/GNUmakefile (_curr-ver): Tone down previous patch.
14546
14547         Don't allow installation with stale devel version number.
14548         * top/GNUmakefile (_is-install-target): New macro.
14549         (_curr-ver): Forbid installation with stale version number.
14550
14551 2008-07-20  Bruno Haible  <bruno@clisp.org>
14552
14553         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
14554         TESTS_ENVIRONMENT.
14555         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
14556
14557 2008-07-20  Bruno Haible  <bruno@clisp.org>
14558
14559         * lib/c-stack.h (c_stack_action): Add documentation.
14560         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
14561
14562 2008-07-20  Bruno Haible  <bruno@clisp.org>
14563
14564         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
14565         * modules/readlink (License): Likewise.
14566
14567 2008-07-17  Eric Blake  <ebb9@byu.net>
14568
14569         * modules/c-stack (Link): Fix typo.
14570
14571         Make c-stack use libsigsegv, when available.
14572         * modules/c-stack (Depends-on): Add libsigsegv.
14573         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
14574         needed.
14575         * lib/c-stack.c (SIGSTKSZ): Define fallback.
14576         (segv_handler, overflow_handler, c_stack_action)
14577         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
14578         implementation when libsigsegv is available, but only when using
14579         the library is necessary.
14580         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
14581         comment, explaining why XSI check fails on Linux.
14582         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
14583         * tests/test-c-stack2.sh: Tweak skip message.
14584         * NEWS: Document new link-time requirements.
14585
14586 2008-07-16  Eric Blake  <ebb9@byu.net>
14587
14588         c-stack: Expose false positives when not using libsigsegv.
14589         * modules/c-stack-tests (Files): Expand test.
14590         * tests/test-c-stack.c (main): Add means to conditionally trigger
14591         non-overflow SIGSEGV.
14592         * tests/test-c-stack2.sh: New file.
14593
14594 2008-07-14  Bruno Haible  <bruno@clisp.org>
14595
14596         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
14597         Reported by Eric Blake.
14598
14599 2008-07-14  Sam Steingold  <sds@gnu.org>
14600             Bruno Haible  <bruno@clisp.org>
14601
14602         New module libsigsegv.
14603         * modules/libsigsegv: New file.
14604         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
14605         modifications.
14606         * MODULES.html.sh (Signal handling): New section.
14607
14608 2008-07-14  Bruno Haible  <bruno@clisp.org>
14609
14610         * modules/unictype/ctype-* (Description): Add the word "function".
14611         Improves the resulting doc in MODULES.html.
14612
14613 2008-07-12  Ben Pfaff  <blp@gnu.org>
14614
14615         Add longlong module.
14616         * modules/longlong: New file.
14617
14618 2008-07-12  Bruno Haible  <bruno@clisp.org>
14619
14620         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
14621         to empty.
14622
14623 2008-07-10  Ben Pfaff  <blp@gnu.org>
14624
14625         Add isnan module.
14626         * doc/posix-functions/isnan.texi: Mention new module.
14627         * lib/math.in.h: Define isnan macro if we have decided to replace
14628         it.
14629         * m4/isnan.m4: New file.
14630         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
14631         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
14632         also.
14633         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
14634         redundancy.
14635         * m4/math_h.m4: Initialize and substitute variables for isnan
14636         module.
14637         * modules/isnan: New file.
14638         * modules/isnan-tests: New file.
14639         * modules/math: Add substitutions for new module.
14640         * tests/test-isnan.c: New file.
14641         * MODULES.html.sh: Mention new module.
14642
14643 2008-07-10  Ben Pfaff  <blp@gnu.org>
14644
14645         Add isnanf module.
14646         * lib/isnanf.m4: New file.
14647         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
14648         (gl_HAVE_ISNANF_IN_LIBM): New macro.
14649         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
14650         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
14651         * modules/isnanf: New file.
14652         * modules/isnanf-tests: New file.
14653         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
14654         files.
14655         * tests/test-isnanf-nolibm.c: factored most of its contents into
14656         new file tests/test-isnanf.h.
14657         * tests/test-isnanf.h: New file.
14658         * tests/test-isnanf.c: New file.
14659         * MODULES.html.sh: Mention new module.
14660         * doc/glibc-functions/isnanf.texi: Mention new module.
14661
14662 2008-07-10  Ben Pfaff  <blp@gnu.org>
14663
14664         Add isnand module.
14665         * lib/isnand.h: New file.
14666         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
14667         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
14668         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
14669         functionality also.
14670         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
14671         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
14672         (gl_HAVE_ISNAND_IN_LIBM): New macro.
14673         * modules/isnand: New file.
14674         * modules/isnand-tests: New file.
14675         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
14676         files.
14677         * tests/test-isnand-nolibm.c: factored most of its contents into
14678         new file tests/test-isnand.h.
14679         * tests/test-isnand.h: New file.
14680         * tests/test-isnand.c: New file.
14681         * MODULES.html.sh: Mention new module.
14682
14683 2008-07-10  Ben Pfaff  <blp@gnu.org>
14684
14685         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
14686         * lib/isnand.h: Rename lib/isnand-nolibm.h.
14687         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
14688         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
14689         * modules/isnanf-nolibm: Update references to renamed files.
14690         * modules/isnand-nolibm: Likewise.
14691         * modules/isnanf-nolibm-tests: Likewise.
14692         * modules/isnand-nolibm-tests: Likewise.
14693         * lib/frexp.c: Likewise.
14694         * lib/isfinite.c: Likewise.
14695         * lib/signbitd.c: Likewise.
14696         * lib/signbitf.c: Likewise.
14697         * lib/vasnprintf.c: Likewise.
14698         * tests/test-ceilf1.c: Likewise.
14699         * tests/test-ceilf2.c: Likewise.
14700         * tests/test-floorf1.c: Likewise.
14701         * tests/test-floorf2.c: Likewise.
14702         * tests/test-frexp.c: Likewise.
14703         * tests/test-round1.c: Likewise.
14704         * tests/test-round2.c: Likewise.
14705         * tests/test-roundf1.c: Likewise.
14706         * tests/test-strtod.c: Likewise.
14707         * tests/test-trunc1.c: Likewise.
14708         * tests/test-trunc2.c: Likewise.
14709         * tests/test-truncf1.c: Likewise.
14710         * tests/test-truncf2.c: Likewise.
14711         * NEWS: Mention the renamed header files.
14712
14713 2008-07-11  Jim Meyering  <meyering@redhat.com>
14714
14715         vc-list-files: make the last-resort awk code more portable
14716         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
14717         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
14718         does not support it.
14719
14720 2008-07-10  Eric Blake  <ebb9@byu.net>
14721
14722         Work with tar's bootstrap.
14723         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
14724         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
14725         an m4 comment.
14726
14727 2008-07-09  Jim Meyering  <meyering@redhat.com>
14728
14729         posix-shell.m4: fix typo that made this test malfunction
14730         * m4/posix-shell.m4: Remove capitalization in variable name.
14731
14732 2008-07-08  Bruno Haible  <bruno@clisp.org>
14733
14734         * m4/onceonly.m4: Update comments.
14735         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14736
14737 2008-07-04  Jim Meyering  <meyering@redhat.com>
14738
14739         * users.txt: Add vc-dwim.
14740         (bison, coreutils): Use the gitweb URL.
14741
14742 2008-07-03  Jim Meyering  <meyering@redhat.com>
14743
14744         * users.txt: Add libffcall.  From Sam Steingold.
14745
14746 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
14747
14748         getdate.y: do not ignore TZ with relative day, month or year offset
14749         * lib/getdate.y (get_date): Move the tz-handling block to follow the
14750         relative-date-handling, since otherwise, the latter would clobber the
14751         sole output (an updated Start value) of the tz-handling block.
14752         * tests/test-getdate.c: Tests for the fix
14753
14754 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14755
14756         Recognize 'foo_LIBRARIES += libgnu.a'.
14757         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
14758         makefile snippet has already specified an installation location,
14759         also using '+='.
14760
14761 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
14762
14763         getdate.y: factor out common actions
14764         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
14765         Use them in place of open-coded actions.
14766
14767 2008-07-01  Simon Josefsson  <simon@josefsson.org>
14768
14769         Add self-test for getdate module.
14770         * modules/getdate-tests: New file.
14771         * tests/test-getdate.c: New file.
14772
14773 2008-06-29  Bruno Haible  <bruno@clisp.org>
14774
14775         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
14776         .gitignore.
14777         Reported by Sylvain Beucler <beuc@beuc.net>.
14778
14779 2008-06-29  Bruno Haible  <bruno@clisp.org>
14780
14781         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
14782         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
14783
14784 2008-06-29  Bruno Haible  <bruno@clisp.org>
14785
14786         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
14787         EXTRA_DIST.
14788         Reported by Sylvain Beucler <beuc@beuc.net>.
14789
14790 2008-06-26  Jim Meyering  <meyering@redhat.com>
14791
14792         make several modules depend on the "open" module
14793         This provides slightly increased consistency when opening-for-write
14794         the name of a non-directory spelled with a trailing slash.
14795         * modules/chdir-safer: Likewise.
14796         * modules/chown: Likewise.
14797         * modules/clean-temp: Likewise.
14798         * modules/copy-file: Likewise.
14799         * modules/fchdir: Likewise.
14800         * modules/fcntl-safer: Likewise.
14801         * modules/pipe: Likewise.
14802         * modules/utime: Likewise.
14803         Prompted by Eric Blake and Bruno Haible.
14804
14805 2008-06-24  Andreas Schwab  <schwab@suse.de>
14806
14807         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
14808         literals can be used as initializers for global variables.
14809
14810 2008-06-23  Eric Blake  <ebb9@byu.net>
14811
14812         Make gnulib-cache.m4 easier to diff.
14813         * gnulib-tool (func_import): Allow newlines when reading cached
14814         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
14815
14816 2008-06-23  Bruno Haible  <bruno@clisp.org>
14817
14818         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
14819         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
14820         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
14821         m4/signalblocking.m4.
14822         (gl_PREREQ_SIGACTION): Don't invoke it.
14823         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
14824         gl_PREREQ_SIG_HANDLER_H.
14825         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
14826         Don't check for sigaction here.
14827
14828 2008-06-23  Bruno Haible  <bruno@clisp.org>
14829
14830         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
14831         (install_handlers): Don't set the SA_RESETHAND flag.
14832
14833 2008-06-23  Bruno Haible  <bruno@clisp.org>
14834
14835         * m4/sigaction.m4: Comment fixes.
14836         * lib/signal.in.h: Likewise.
14837
14838 2008-06-23  Eric Blake  <ebb9@byu.net>
14839
14840         Fix typo.
14841         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
14842
14843         Avoid SA_ namespace.
14844         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
14845         Reported by Ralf Wildenhues.
14846
14847         Avoid test failure due to SA_RESTORER.
14848         * tests/test-sigaction.c (SA_MASK): New macro.
14849         (main): Avoid failing due to extension flags being set.
14850         Reported by Jim Meyering.
14851
14852         Revert use of sig-handler.h in sigprocmask.c.
14853         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
14854         it requires the existence of struct sigaction.
14855         * lib/sigprocmask.c (handler_t): Restore typedef.
14856         (rpl_signal, old_handlers): Use local type.
14857
14858 2008-06-22  Bruno Haible  <bruno@clisp.org>
14859
14860         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
14861         conditionally.
14862         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14863
14864 2008-06-22  Bruno Haible  <bruno@clisp.org>
14865
14866         * doc/posix-functions/siginterrupt.texi: Move note.
14867
14868         * lib/signal.in.h (SA_RESTART): New macro.
14869         * lib/sigaction.c: Update comment.
14870
14871         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
14872
14873         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
14874         (gl_PREREQ_SIGPROCMASK): Invoke it.
14875         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
14876
14877         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
14878
14879         * lib/sigprocmask.c: Update a comment.
14880
14881 2008-06-21  Eric Blake  <ebb9@byu.net>
14882
14883         Use sigaction module rather than signal().
14884         * modules/c-stack (Depends-on): Add sigaction.
14885         * modules/fatal-signal (Depends-on): Likewise.
14886         * modules/nanosleep (Depends-on): Likewise.
14887         * modules/sigprocmask (Files): Add sig-handler.h.
14888         * modules/sigaction (Files): Likewise.
14889         * lib/sig-handler.h (get_handler): New file, suggested by Paul
14890         Eggert.
14891         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
14892         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
14893         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
14894         (init_fatal_signals): Likewise.
14895         * lib/nanosleep.c (rpl_nanosleep): Likewise.
14896         (siginterrupt): Delete fallback.
14897         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
14898         instead.
14899         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
14900         siginterrupt.
14901
14902         New module sigaction, for mingw.
14903         * modules/sigaction: New module...
14904         * modules/sigaction-tests: ...and its test.
14905         * m4/sigaction.m4: New file.
14906         * lib/sigaction.c: Likewise.
14907         * tests/test-sigaction.c: Likewise.
14908         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
14909         * modules/signal (Makefile.am): Likewise.
14910         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
14911         needed.
14912         * doc/posix-headers/signal.texi (signal.h): Mention provided
14913         types.
14914         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
14915         that sigaction is preferable.
14916         * doc/posix-functions/sigaction.texi (sigaction): Mention new
14917         module.
14918         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14919         sigaction.
14920
14921         Improve robustness of sigprocmask by overriding signal.
14922         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
14923         is in use.
14924         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
14925         (SIGKILL, SIGSTOP): Provide fallbacks.
14926         (rpl_signal): Implement.
14927         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
14928         signal can be called inside handlers.
14929
14930         Fix nanosleep module on mingw.
14931         * modules/nanosleep (Depends-on): Add sys_select.
14932         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
14933
14934         Fix licensing of sigprocmask.
14935         * modules/raise (License): Relicense as LGPL.
14936
14937 2008-06-21  Bruno Haible  <bruno@clisp.org>
14938
14939         * lib/propername.c (proper_name_utf8): Don't use the transliterated
14940         result if it contains question marks.
14941         Reported by Michael Geng <linux@michaelgeng.de>.
14942
14943 2008-06-19  Bruno Haible  <bruno@clisp.org>
14944
14945         Fix CVS-ism.
14946         * doc/gnulib.texi: Include updated-stamp.texi.
14947         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
14948         (updated-stamp.texi): New rule.
14949         (gnulib.info): Depend on it.
14950         * doc/.gitignore: Add updated-stamp.texi.
14951         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
14952
14953 2008-06-19  Bruno Haible  <bruno@clisp.org>
14954
14955         * doc/Makefile (gnulib.info): Update and simplify dependencies.
14956         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
14957
14958 2008-06-19  Eric Blake  <ebb9@byu.net>
14959
14960         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
14961         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
14962         Reported by Stepan Kasal.
14963
14964 2008-06-18  Bruno Haible  <bruno@clisp.org>
14965
14966         * lib/fatal-signal.c (init_fatal_signals): Add comment.
14967         Reported by Eric Blake.
14968
14969 2008-06-18  Eric Blake  <ebb9@byu.net>
14970
14971         Work around cygwin 1.5.25 strsignal bug.
14972         * tests/test-strsignal.c: Allow for const char *.
14973         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
14974
14975 2008-06-18  Simon Josefsson  <simon@josefsson.org>
14976
14977         * users.txt: Update URL to article and add author/date
14978         information.
14979
14980 2008-06-17  Bruno Haible  <bruno@clisp.org>
14981
14982         New macro gl_DISABLE_THREADS.
14983         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
14984         if the user did not pass --enable-threads or --disable-threads option.
14985         (gl_DISABLE_THREADS): New macro.
14986         Reported by Eric Blake <ebb9@byu.net>.
14987
14988 2008-06-17  Bruno Haible  <bruno@clisp.org>
14989
14990         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
14991         when the macro ignores it.
14992         Based on a patch by Eric Blake <ebb9@byu.net>.
14993
14994 2008-06-17  Bruno Haible  <bruno@clisp.org>
14995
14996         * modules/tls (License): Change to LGPLv2+.
14997         Reported by Eric Blake.
14998
14999 2008-06-17  Eric Blake  <ebb9@byu.net>
15000
15001         Simplify c-stack prerequisites.
15002         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
15003         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
15004         no longer requires <ucontext.h> to exist.  Optimize setrlimit
15005         check.
15006         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
15007         <sys/resource.h>.
15008
15009         Move c-stack test into testsuite.
15010         * modules/c-stack-tests: New file.
15011         * lib/c-stack.c [DEBUG]: Move test program...
15012         * tests/test-c-stack.c: ...into this new file.  Skip rather than
15013         fail test if sigaltstack is lacking.
15014         * tests/test-c-stack.sh: New driver file.
15015
15016 2008-06-16  Eric Blake  <ebb9@byu.net>
15017
15018         Use raise module consistently.
15019         * modules/fatal-signal (Depends-on): Add raise.
15020         * modules/sigprocmask (Depends-on): Likewise.
15021         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
15022         * lib/sigprocmask.c (sigprocmask): Likewise.
15023         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
15024         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
15025
15026         Fix compliance bug in sigpending.
15027         * lib/sigprocmask.c (sigpending): Return pending array via
15028         parameter, not return value.
15029
15030 2008-06-14  Eric Blake  <ebb9@byu.net>
15031
15032         Improve obstack-printf test code.
15033         * tests/test-obstack-printf.c (test_function): Fix comment, and
15034         simplify usage of obstack_* in macros.  Add a test for coverage.
15035         Reported by Bruno Haible.
15036
15037 2008-06-14  Bruno Haible  <bruno@clisp.org>
15038
15039         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
15040         array size as a constant, not as a const variable.
15041         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
15042         AC_USE_SYSTEM_EXTENSIONS.
15043         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
15044         Test whether the obstack_printf function actually exists.
15045         * modules/obstack-printf (Depends-on): Add extensions.
15046         (Include): Remove obstack.h.
15047         * modules/obstack-printf-posix (Depends-on): Add extensions.
15048         (Include): Remove obstack.h.
15049
15050 2008-06-13  Eric Blake  <ebb9@byu.net>
15051
15052         Add obstack-printf and obstack-printf-posix modules.
15053         * modules/obstack-printf: New file.
15054         * modules/obstack-printf-posix: Likewise.
15055         * MODULES.html.sh (Misc): Mention them.
15056         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
15057         Likewise.
15058         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
15059         Likewise.
15060         * modules/stdio (Makefile.am): Accomodate new modules.
15061         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
15062         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
15063         Declare.
15064         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
15065         functions.
15066         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
15067         (gl_REPLACE_OBSTACK_PRINTF): New macros
15068         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
15069         * tests/test-obstack-printf.c: New file.
15070         * modules/obstack-printf-tests: Likewise.
15071         * modules/obstack-printf-posix-tests: Likewise.
15072
15073 2008-06-11  Bruno Haible  <bruno@clisp.org>
15074
15075         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
15076         * lib/open.c: Include errno.h.
15077         (open): Fail when attempting to write to a file that has a trailing
15078         slash.
15079         * tests/test-open.c (main): Test against trailing slash bug.
15080         * doc/posix-functions/open.texi: Mention the trailing slash bug.
15081
15082 2008-06-10  Bruno Haible  <bruno@clisp.org>
15083
15084         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
15085         for $? to work inside the trap command, with various /bin/sh-s.
15086         * tests/test-vc-list-files-cvs.sh: Likewise.
15087
15088 2008-06-10  Bruno Haible  <bruno@clisp.org>
15089
15090         * lib/acl-internal.h: Don't include gettext.h here.
15091         * lib/set-mode-acl.c: Include gettext.h here.
15092         * lib/copy-acl.c: Likewise.
15093
15094 2008-06-10  Bruno Haible  <bruno@clisp.org>
15095
15096         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
15097         * lib/wait-process.c (wait_subprocess): Likewise.
15098         * lib/execute.h (execute): Add termsigp argument.
15099         * lib/execute.c (execute): Likewise.
15100         * lib/csharpcomp.c (compile_csharp_using_pnet,
15101         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
15102         * lib/csharpexec.c (execute_csharp_using_pnet,
15103         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
15104         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
15105         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
15106         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
15107         is_jikes_present): Update.
15108         * lib/javaexec.c (execute_java_class): Update.
15109         * lib/javaversion.c (execute_and_read_line): Update.
15110         * NEWS: Document the changes.
15111         Reported by Eric Blake.
15112
15113 2008-06-10  Eric Blake  <ebb9@byu.net>
15114
15115         Add missing include.
15116         * tests/test-strstr.c (includes): Add <signal.h>.
15117         * tests/test-strcasestr.c (includes): Likewise.
15118         * tests/test-memmem.c (includes): Likewise.
15119
15120 2008-06-10  Bruno Haible  <bruno@clisp.org>
15121
15122         * lib/wait-process.c (wait_subprocess): Add an assertion.
15123
15124 2008-06-10  Bruno Haible  <bruno@clisp.org>
15125
15126         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
15127
15128 2008-06-10  Bruno Haible  <bruno@clisp.org>
15129
15130         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
15131         using alarm().
15132         * tests/test-strcasestr.c (main): Likewise.
15133         * tests/test-strstr.c (main): Likewise.
15134
15135 2008-06-09  Bruno Haible  <bruno@clisp.org>
15136
15137         Work around the Solaris 10 ACE ACLs ABI change.
15138         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
15139         declare if ACL_NO_TRIVIAL is present.
15140         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
15141         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
15142         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
15143         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
15144         define if ACL_NO_TRIVIAL is present.
15145         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
15146         and use the current ABI.
15147         (file_has_acl): Use same #if condition as elsewhere.
15148         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
15149         in use, and use the current ABI.
15150         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
15151         Reported by Jim Meyering.
15152
15153 2008-06-09  Eric Blake  <ebb9@byu.net>
15154
15155         Work around environments that (stupidly) ignore SIGALRM.
15156         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
15157         before using alarm().
15158         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
15159         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
15160         Reported by Ian Beckwith <ianb@erislabs.net>.
15161
15162         Produce autobuild blurb earlier in log.
15163         * modules/autobuild (configure.ac-early): Move AB_INIT here.
15164
15165 2008-06-09  Jim Meyering  <meyering@redhat.com>
15166         and Ondřej Vašík  <ovasik@redhat.com>
15167
15168         utimens.c: correct kernel bug work-around
15169         Ondřej Vašík found that the invalid return value of 280 indicates
15170         failure, not success, and the kernel bug we're trying to work
15171         around affects not just the utimensat call, but also the fallback
15172         futimens call.
15173         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
15174         not success.
15175         [HAVE_FUTIMENS]: Use the same work-around, here.
15176
15177 2008-06-09  Jim Meyering  <meyering@redhat.com>
15178
15179         add more guards around definition of ACE_-related code
15180         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
15181         ALLOW and ACE_OWNER are also defined.
15182
15183 2008-06-08  Bruno Haible  <bruno@clisp.org>
15184
15185         * lib/acl-internal.h: Add me as co-author.
15186         * lib/file-has-acl.c: Likewise.
15187         * lib/set-mode-acl.c: Likewise.
15188         * lib/copy-acl.c: Likewise.
15189
15190 2008-06-08  Bruno Haible  <bruno@clisp.org>
15191
15192         Add support for AIX ACLs.
15193         * lib/acl-internal.h (acl_nontrivial): New declaration.
15194         * lib/file-has-acl.c (acl_nontrivial): New function.
15195         (file_has_acl): Add implementation using AIX 4 ACL API.
15196         * lib/set-mode-acl.c (qset_acl): Likewise.
15197         * lib/copy-acl.c (qcopy_acl): Likewise.
15198
15199 2008-06-08  Bruno Haible  <bruno@clisp.org>
15200
15201         Add support for HP-UX ACLs.
15202         * lib/acl-internal.h (acl_nontrivial): New declaration.
15203         * lib/file-has-acl.c (acl_nontrivial): New function.
15204         (file_has_acl): Add implementation using HP-UX 11 ACL API.
15205         * lib/set-mode-acl.c (qset_acl): Likewise.
15206         * lib/copy-acl.c (qcopy_acl): Likewise.
15207
15208 2008-06-08  Bruno Haible  <bruno@clisp.org>
15209
15210         Add support for Cygwin ACLs.
15211         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
15212         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
15213         the chmod_or_fchmod call.
15214         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
15215
15216 2008-06-08  Bruno Haible  <bruno@clisp.org>
15217
15218         Fix bug with setuid modes in Solaris 10+ code.
15219         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
15220         succeeded, when the mode contains some special bits.
15221
15222 2008-06-08  Bruno Haible  <bruno@clisp.org>
15223
15224         Add support for Solaris 7..10 ACLs.
15225         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
15226         declarations.
15227         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
15228         functions.
15229         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
15230         * lib/set-mode-acl.c (qset_acl): Likewise.
15231         * lib/copy-acl.c (qcopy_acl): Likewise.
15232
15233 2008-06-08  Bruno Haible  <bruno@clisp.org>
15234
15235         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
15236         declaration.
15237         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
15238         (acl_access_nontrivial): Remove MacOS X case.
15239         (file_has_acl): Use acl_extended_nontrivial.
15240         * lib/copy-acl.c (qcopy_acl): Likewise.
15241
15242 2008-06-08  Bruno Haible  <bruno@clisp.org>
15243
15244         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
15245
15246 2008-06-08  Jim Meyering  <meyering@redhat.com>
15247
15248         * modules/acl (Maintainer): Add Bruno Haible.
15249
15250 2008-06-07  Bruno Haible  <bruno@clisp.org>
15251
15252         Improve support for Tru64 ACLs.
15253         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
15254         ACL on OSF/1.
15255
15256 2008-06-07  Bruno Haible  <bruno@clisp.org>
15257
15258         Add support for MacOS X ACLs.
15259         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
15260         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
15261         * lib/set-mode-acl.c (qset_acl): Likewise.
15262         * lib/copy-acl.c (qcopy_acl): Likewise.
15263
15264 2008-06-07  Bruno Haible  <bruno@clisp.org>
15265
15266         Fix memory leak introduced on 2008-05-22.
15267         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
15268         use.
15269
15270 2008-06-07  Bruno Haible  <bruno@clisp.org>
15271
15272         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
15273         to construct an empty ACL.
15274
15275 2008-06-07  Bruno Haible  <bruno@clisp.org>
15276
15277         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
15278         precisely.
15279         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
15280
15281 2008-06-07  Bruno Haible  <bruno@clisp.org>
15282
15283         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
15284         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
15285
15286 2008-06-07  Bruno Haible  <bruno@clisp.org>
15287
15288         * doc/posix-functions/_setjmp.texi: Explain the use of this function
15289         regardless of POSIX.
15290         * doc/posix-functions/_longjmp.texi: Likewise.
15291         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
15292         SystemV platform in this case.
15293
15294 2008-06-06  Eric Blake  <ebb9@byu.net>
15295
15296         Document abort() bugs.
15297         * doc/posix-functions/abort.texi (abort): Mention anomalies.
15298
15299         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
15300         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
15301         sigsetjmp.
15302         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
15303         siglongjmp, but only as a macro.
15304         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
15305         is obsolete.
15306         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
15307
15308         Tweak documentation to cover cygwin argz bugs.
15309         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
15310         argz bug fix; no code change needed since no cygwin releases
15311         occurred between the last fix and the bug being tested.
15312         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
15313         module and recently fixed cygwin bugs.
15314         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
15315         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
15316         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
15317         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
15318         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
15319         Likewise.
15320         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
15321         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
15322         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
15323         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
15324         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
15325         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
15326         Likewise.
15327
15328         Avoid gcc warning on cygwin.
15329         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
15330         !ACL_NO_TRIVIAL]: Avoid unused variable.
15331
15332 2008-06-05  Eric Blake  <ebb9@byu.net>
15333
15334         Be tolerant of UNKNOWN version in gnulib-tool test dir.
15335         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
15336         git-version-gen fails to come up with a version.
15337         Reported by Simon Josefsson.
15338
15339 2008-06-05  Jim Meyering  <meyering@redhat.com>
15340             Paul Eggert  <eggert@cs.ucla.edu>
15341
15342         utimens.c: work around a probable Linux kernel bug
15343         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
15344         appears to be a kernel bug that causes utimensat to return 280
15345         instead of 0, indicating success.
15346
15347 2008-06-04  Bruno Haible  <bruno@clisp.org>
15348
15349         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
15350         2008-06-01 commit.
15351
15352 2008-06-04  Bruno Haible  <bruno@clisp.org>
15353
15354         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
15355         * lib/file-has-acl.c (acl_access_nontrivial): New function.
15356         (file_has_acl): Use it. Save errno afterwards.
15357         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
15358
15359 2008-06-03  Bruno Haible  <bruno@clisp.org>
15360
15361         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
15362         draft code. Simplify #ifs.
15363         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
15364         Put Solaris code after POSIX-draft code. Fix comments regarding
15365         Solaris 10, HP-UX. Mention Cygwin.
15366         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
15367
15368 2008-06-03  Eric Blake  <ebb9@byu.net>
15369
15370         Provide fallback for older kernels.
15371         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
15372         Provide runtime fallback if kernel lacks support.
15373         Reported by Mike Frysinger.
15374
15375 2008-06-02  Bruno Haible  <bruno@clisp.org>
15376
15377         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
15378         it exists.
15379
15380 2008-06-02  Bruno Haible  <bruno@clisp.org>
15381
15382         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
15383         * lib/copy-acl.c (qcopy_acl): Update comment.
15384
15385 2008-06-02  Bruno Haible  <bruno@clisp.org>
15386
15387         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
15388         like ACL APIs.
15389
15390 2008-06-02  Bruno Haible  <bruno@clisp.org>
15391
15392         * tests/test-file-has-acl.sh: Use different code for Cygwin.
15393         * tests/test-set-mode-acl.sh: Likewise.
15394         * tests/test-copy-acl.sh: Likewise.
15395         * tests/test-copy-file.sh: Likewise.
15396
15397 2008-06-02  Bruno Haible  <bruno@clisp.org>
15398
15399         * tests/test-file-has-acl.sh: Remove unused code.
15400
15401 2008-06-01  Bruno Haible  <bruno@clisp.org>
15402
15403         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
15404         (copy_acl): Just a wrapper around qcopy_acl that emits the error
15405         messages.
15406         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
15407
15408 2008-06-01  Bruno Haible  <bruno@clisp.org>
15409
15410         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
15411         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
15412         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
15413         APIs.
15414         * modules/acl-tests (configure.ac): Remove tests now contained in
15415         m4/acl.m4.
15416
15417 2008-06-02  Jim Meyering  <meyering@redhat.com>
15418
15419         announce-gen: use a better key-server host name
15420         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
15421         it may be more consistently reliable.  Suggested by Werner Koch
15422         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
15423
15424 2008-06-01  Bruno Haible  <bruno@clisp.org>
15425
15426         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
15427         Reported by Voroskoi Andras <voroskoi@gmail.com>.
15428
15429 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
15430
15431         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
15432
15433 2008-06-01  Bruno Haible  <bruno@clisp.org>
15434
15435         New ACL tests.
15436         * tests/test-file-has-acl.sh: New file.
15437         * tests/test-file-has-acl.c: New file.
15438         * tests/test-set-mode-acl.sh: New file.
15439         * tests/test-set-mode-acl.c: New file.
15440         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
15441         * tests/test-copy-acl.c: New file.
15442         * modules/acl-tests: New file, based on modules/copy-file-tests.
15443         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
15444         (Depends-on): Add acl-tests.
15445         (configure.ac): Remove checks.
15446         (Makefile.am): Don't create test-sameacls program here any more.
15447
15448 2008-06-01  Bruno Haible  <bruno@clisp.org>
15449
15450         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
15451         * tests/test-sameacls.c: Include progname.h.
15452         (main): Invoke set_program_name. Portability fixes for MacOS X,
15453         Solaris, HP-UX.
15454
15455 2008-06-01  Bruno Haible  <bruno@clisp.org>
15456
15457         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
15458         function.
15459         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
15460
15461 2008-06-01  Bruno Haible  <bruno@clisp.org>
15462
15463         * modules/rpmatch (Depends-on): Add strdup.
15464
15465 2008-06-01  Bruno Haible  <bruno@clisp.org>
15466
15467         * lib/pipe.c: Include unistd-safer.h.
15468         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
15469         * modules/pipe (Depends-on): Add unistd-safer.
15470
15471 2008-05-30  Simon Josefsson  <simon@josefsson.org>
15472
15473         * modules/autobuild (configure.ac): Call AB_INIT.
15474
15475 2008-05-30  Simon Josefsson  <simon@josefsson.org>
15476
15477         * tests/test-getaddrinfo.c: Don't print debug messages by default.
15478         Suggested by Bruno Haible <bruno@clisp.org>.
15479
15480 2008-05-30  Simon Josefsson  <simon@josefsson.org>
15481
15482         * tests/test-base64.c: Cast size_t to unsigned long when invoking
15483         printf.  Use %lu instead of %d.  Reported by Bruno Haible
15484         <bruno@clisp.org>.
15485
15486 2008-05-29  Eric Blake  <ebb9@byu.net>
15487
15488         Prefer new POSIX 200x interfaces over futimesat.
15489         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
15490         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
15491         when available.
15492         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
15493
15494 2008-05-28  Bruno Haible  <bruno@clisp.org>
15495
15496         * modules/stpcpy (License): Change to LGPLv2+.
15497         Requested by David Lutterkort <dlutter@redhat.com>.
15498
15499 2008-05-27  Bruno Haible  <bruno@clisp.org>
15500
15501         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
15502         current mingw.
15503         Reported by Jose E. Marchesi <jemarch@gnu.org>.
15504
15505 2008-05-27  Bruno Haible  <bruno@clisp.org>
15506
15507         * modules/iconv_open (Link): New section, from module 'iconv'.
15508         * modules/striconv (Link): Likewise.
15509         * modules/striconveh (Link): Likewise.
15510         * modules/xstriconv (Link): Likewise.
15511         * modules/unicodeio (Link): Likewise.
15512         * modules/propername (Link): Likewise.
15513         Reported by Jim Meyering.
15514
15515 2008-05-26  Jim Meyering  <meyering@redhat.com>
15516
15517         sha256: do not artificially restrict buffer length to be < 2^32
15518         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
15519         uint32_t to size_t.
15520         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
15521         to match.
15522
15523         avoid unaligned access errors, e.g., on sparc
15524         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
15525         direct access through a possibly-unaligned uint64* pointer.
15526         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
15527         direct access through a possibly-unaligned uint32* pointer.
15528         Prompted by this patch from Tom "spot" Callaway:
15529         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
15530
15531         sha512.c: fix typo in comment
15532         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
15533
15534 2008-05-25  Bruno Haible  <bruno@clisp.org>
15535
15536         * lib/set-mode-acl.c: Renamed from lib/acl.c.
15537         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
15538         (Makefile.am): Update lib_SOURCES.
15539
15540 2008-05-25  Bruno Haible  <bruno@clisp.org>
15541
15542         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
15543
15544 2008-05-25  Jim Meyering  <meyering@redhat.com>
15545
15546         useless-if-before-free: freed expr may have white-space differences
15547         * build-aux/useless-if-before-free: Recognize cases in which the
15548         freed expression differs from the tested one in embedded white
15549         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
15550         $1 was used, so we can't make any regexp shy.  Improved tests now
15551         detect this.
15552
15553         useless-if-before-free: accept white space in the expression.
15554         * build-aux/useless-if-before-free: For now, any white space
15555         in the expression must be identical in the free argument.
15556
15557         useless-if-before-free: efficiency tweak
15558         * build-aux/useless-if-before-free: Make the expression-matching
15559         regexp "shy".
15560         Make the *outer* regexp shy, not the expr-matching one.
15561
15562         update code-in-comment to accept cast of free arg
15563         * build-aux/useless-if-before-free: Update regexp.
15564
15565 2008-05-25  Bruno Haible  <bruno@clisp.org>
15566
15567         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
15568         * modules/copy-file-tests (Files, Makefile.am): Update.
15569         * tests/test-copy-file.c (func_test_copy): Update.
15570
15571 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
15572
15573         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
15574
15575 2008-05-23  Bruno Haible  <bruno@clisp.org>
15576
15577         Improve support for ACLs on OSF/1.
15578         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
15579         Remove fallback for unknown flavors of ACLs.
15580
15581 2008-05-22  Bruno Haible  <bruno@clisp.org>
15582
15583         Add support for ACLs on OSF/1.
15584         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
15585         replacements.
15586         (acl_free_text): New macro fallback.
15587         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
15588         acl_free.
15589         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
15590         acl_free_text function. Require AC_C_INLINE.
15591
15592 2008-05-22  Bruno Haible  <bruno@clisp.org>
15593
15594         Make copy_acl work on MacOS X 10.5.
15595         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
15596         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
15597         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
15598         If MODE_INSIDE_ACL, don't assume that every system has the same text
15599         representation for ACLs as FreeBSD.
15600         * lib/copy-acl.c (copy_acl): Add support for platforms with
15601         !MODE_INSIDE_ACL.
15602         * lib/file-has-acl.c (file_has_acl): Likewise.
15603         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
15604         FreeBSD, MacOS X, or IRIX, respectively.
15605
15606 2008-05-22  Bruno Haible  <bruno@clisp.org>
15607
15608         * lib/acl.h: Don't include <sys/acl.h>.
15609         (GETACLCNT): Move fallback to lib/acl-internal.h.
15610         * lib/acl-internal.h: Include <sys/acl.h> here.
15611         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
15612
15613 2008-05-22  Bruno Haible  <bruno@clisp.org>
15614
15615         Split off copy_acl function to separate file.
15616         * lib/copy-acl.c: New file, extracted from lib/acl.c.
15617         * lib/acl.c (copy_acl): Moved function to separate file.
15618         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
15619         * modules/acl (Files): Add lib/copy-acl.c.
15620         (Makefiles.am): Augment lib_SOURCES.
15621
15622 2008-05-22  Bruno Haible  <bruno@clisp.org>
15623
15624         * modules/copy-file-tests: New file.
15625         * tests/test-copy-file.sh: New file.
15626         * tests/test-copy-file.c: New file.
15627         * tests/test-copy-file-sameacls.c: New file.
15628
15629 2008-05-22  Eric Blake  <ebb9@byu.net>
15630
15631         Avoid gcc warning.
15632         * tests/test-memcmp.c (main): Pass NULL indirectly.
15633
15634 2008-05-21  Bruno Haible  <bruno@clisp.org>
15635
15636         Add reference doc about ACLs.
15637         * doc/acl-resources.txt: New file.
15638         * doc/acl-cygwin.txt: New file.
15639
15640 2008-05-21  Bruno Haible  <bruno@clisp.org>
15641
15642         Avoid one more warning from gcc.
15643         * lib/vasnprintf.c (IF_LINT): Update comments.
15644         (VASNPRINTF): Use it also for the 'prefix' array initializer.
15645
15646 2008-05-21  Jim Meyering  <meyering@redhat.com>
15647
15648         avoid a warning from gcc
15649         * lib/vasnprintf.c (IF_LINT): Define.
15650         (scale10_round_decimal_long_double):
15651         Use it to avoid a "may be used uninitialized" warning.
15652         (scale10_round_decimal_double): Likewise.
15653
15654 2008-05-21  Simon Josefsson  <simon@josefsson.org>
15655
15656         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
15657         declared.
15658
15659 2008-05-20  Bruno Haible  <bruno@clisp.org>
15660
15661         * tests/test-memcmp.c (main): Test also the sign of the result. Test
15662         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
15663
15664 2008-05-20  Simon Josefsson  <simon@josefsson.org>
15665
15666         * modules/memcmp-tests: New file.
15667         * tests/test-memcmp.c: New file.
15668
15669 2008-05-19  Bruno Haible  <bruno@clisp.org>
15670
15671         * modules/propername (Notice, configure.ac): Put quoted "..." into
15672         --keyword option.
15673         * lib/propername.h: Update comments accordingly.
15674         Reported by Eric Blake.
15675
15676 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
15677
15678         * modules/getpass-gnu (Depends-on): Add fseeko.
15679
15680 2008-05-19  Simon Josefsson  <simon@josefsson.org>
15681
15682         * modules/base64-tests: New file.
15683
15684 2008-05-19  Bo Borgerson <gigabo@gmail.com>
15685
15686         * lib/base64.c (base64_decode_ctx): If a decode context structure
15687         was passed in use it to ignore newlines.  If a context structure
15688         was _not_ passed in, continue to treat newlines as garbage (this
15689         is the historical behavior).  Formerly base64_decode.
15690         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
15691         takes a decode context structure.
15692         * lib/base64.h (base64_decode): Macro for four-argument calls.
15693         (base64_decode_alloc): Likewise.
15694         * lib/base64.c (base64_decode_ctx): If a decode context structure
15695         was passed in use it to ignore newlines.  If a context structure
15696         was _not_ passed in, continue to treat newlines as garbage (this
15697         is the historical behavior).  Formerly base64_decode.
15698         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
15699         takes a decode context structure.
15700         * lib/base64.h (base64_decode): Macro for four-argument calls.
15701         (base64_decode_alloc): Likewise.
15702
15703 2008-05-19  Jim Meyering  <meyering@redhat.com>
15704
15705         avoid a warning from gcc
15706         * lib/trim.c (IF_LINT): Define.
15707         (trim2): Use it to avoid a "may be used uninitialized" warning.
15708
15709         Fix doc typo.
15710         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
15711
15712 2008-05-19  Bruno Haible  <bruno@clisp.org>
15713
15714         * doc/glibc-functions/getpass.texi: Document limits of other
15715         implementations.
15716
15717 2008-05-19  Simon Josefsson  <simon@josefsson.org>
15718             Bruno Haible <bruno@clisp.org>
15719
15720         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
15721
15722 2008-05-18  Bruno Haible  <bruno@clisp.org>
15723
15724         * modules/propername: New file, from GNU gettext.
15725         * lib/propername.h: New file, from GNU gettext.
15726         * lib/propername.c: New file, from GNU gettext.
15727         * MODULES.html.sh (Internationalization functions): Add propername.
15728
15729 2008-05-16  Jim Meyering  <meyering@redhat.com>
15730             Bruno Haible  <bruno@clisp.org>
15731
15732         Avoid some warnings from "gcc -Wshadow".
15733         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
15734
15735 2008-05-15  Eric Blake  <ebb9@byu.net>
15736
15737         Extend previous patch to cygwin 1.7.0.
15738         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
15739         fast implementation in cygwin >= 1.7.0.
15740         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
15741         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
15742
15743 2008-05-15  Bruno Haible  <bruno@clisp.org>
15744
15745         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
15746         implementation in glibc >= 2.9.
15747         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
15748         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
15749
15750 2008-05-15  Bruno Haible  <bruno@clisp.org>
15751
15752         * MODULES.html.sh (Internationalization functions): Remove linebreak.
15753         (Unicode string functions): Add unilbrk/*.
15754         Reported by Karl Berry.
15755
15756 2008-05-15  Eric Blake  <ebb9@byu.net>
15757
15758         Fix violation of <stdbool.h> replacement in regex.
15759         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
15760         * lib/regexec.c (re_search_internal): Likewise.
15761         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
15762
15763 2008-05-15  Jim Meyering  <meyering@redhat.com>
15764
15765         avoid distracting test output when git or cvs is not found
15766         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
15767         * tests/test-vc-list-files-git.sh: Likewise.
15768
15769 2008-05-15  Eric Blake  <ebb9@byu.net>
15770
15771         Glibc finally accepted the memmem speedup code, bugzilla #5514.
15772         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
15773         glibc version.
15774         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
15775         * doc/posix-functions/strstr.texi (strstr): Likewise.
15776         * lib/str-two-way.h (MAX): Sychronize with glibc.
15777
15778 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
15779
15780         * lib/regcomp.c (optimize_utf8): Add a note on why we test
15781         opr.ctx_type.
15782         (calc_first): Initialize constraint field.
15783         (duplicate_node_closure): Use it instead of special casing ANCHORS.
15784         Fix grammar.
15785         (duplicate_node): Merge constraint field for all node types.
15786         (calc_eclosure_iter): Look at constraint field for all node types.
15787         * lib/regex_internal.c (create_cd_newstate): Don't look at
15788         opr.ctx_type.
15789
15790 2008-05-14  Bruno Haible  <bruno@clisp.org>
15791
15792         Help GCC to do better code generation.
15793         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
15794         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
15795         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
15796         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
15797         Declare with attribute 'malloc' if supported.
15798
15799 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
15800
15801         use "echo STR|wc -c" rather than unportable "expr length STR"
15802         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
15803         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
15804
15805 2008-05-14  Jim Meyering  <meyering@redhat.com>
15806
15807         use dd ibs=$n count=1 ... rather than less-portable head -c$n
15808         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
15809         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
15810         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
15811         via Collin Lasse.
15812
15813 2008-05-14  Eric Blake  <ebb9@byu.net>
15814
15815         Avoid quadratic growth in gl_LIBSOURCES.
15816         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
15817         Suggested by Bruno Haible.
15818
15819         Test xmemdup0.
15820         * modules/xmemdup0-tests: New file.
15821         * tests/test-xmemdup0.c: Likewise.
15822
15823 2008-05-13  Eric Blake  <ebb9@byu.net>
15824
15825         Split xmemdup0 into its own module.
15826         * modules/xmemdup0: New file.
15827         * lib/xmemdup0.h: Likewise.
15828         * lib/xmemdup0.c: Likewise.
15829         * MODULES.html.sh (Memory management functions): Add xmemdup0.
15830         * lib/xalloc.h (xmemdup0): Remove.
15831         * lib/xmalloc.c (xmemdup0): Likewise.
15832
15833 2008-05-13  Eric Blake  <ebb9@byu.net>
15834             Bruno Haible  <bruno@clisp.org>
15835
15836         Reduce number of forks required during autoconf.
15837         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
15838         and gl_LIBSOURCES_DIR.
15839         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
15840         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
15841         m4_syscmd per file.
15842         <m4_foreach_w>: Move...
15843         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
15844
15845 2008-05-13  Eric Blake  <ebb9@byu.net>
15846
15847         * gnulib-tool: Fix various comment typos.
15848
15849 2008-05-12  Bruno Haible  <bruno@clisp.org>
15850
15851         Tailor the linebreaking algorithm.
15852         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
15853
15854 2008-05-12  Bruno Haible  <bruno@clisp.org>
15855
15856         Update to Unicode 5.0.0.
15857         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
15858         LBP_JV, LBP_JT. Redistribute values.
15859         (unilbrk_table): Change size.
15860         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
15861         Unicode TR#14 rev. 22.
15862         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
15863         LBP_JV, LBP_JT. Redistribute values.
15864         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
15865         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
15866         Update.
15867         * lib/unilbrk/lbrkprop1.h: Regenerated.
15868         * lib/unilbrk/lbrkprop2.h: Regenerated.
15869         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
15870         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
15871         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
15872         Likewise.
15873         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
15874         Likewise.
15875         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
15876         result.
15877         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
15878         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
15879         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
15880         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
15881         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
15882         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
15883
15884 2008-05-11  Bruno Haible  <bruno@clisp.org>
15885
15886         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
15887
15888 2008-05-11  Bruno Haible  <bruno@clisp.org>
15889
15890         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
15891         * modules/unilbrk/gen-lbrk: New file.
15892
15893 2008-05-11  Bruno Haible  <bruno@clisp.org>
15894
15895         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
15896         * m4/sha512.m4 (gl_SHA512): Likewise.
15897
15898 2008-05-11  Jim Meyering  <meyering@redhat.com>
15899
15900         New modules: crypto/sha256, crypto/sha512 (from coreutils)
15901         * modules/crypto/sha256: New file.
15902         * modules/crypto/sha512: Likewise.
15903         * lib/sha256.c: Likewise.
15904         * lib/sha256.h: Likewise.
15905         * lib/sha512.c: Likewise.
15906         * lib/sha512.h: Likewise.
15907         * lib/u64.h: Likewise.
15908         * m4/sha256.m4: Likewise.
15909         * m4/sha512.m4: Likewise.
15910         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
15911
15912 2008-05-10  Bruno Haible  <bruno@clisp.org>
15913
15914         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
15915         (Input/Output <stdio.h>): Add xprintf.
15916         (Signal handling <signal.h>): Add strsignal.
15917         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
15918         (Core language properties): Add func.
15919         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
15920         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
15921         strings.
15922         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
15923         (Input/output): New section.
15924         (File system functions): Add openat-die, stat-macros.
15925         (Networking functions): Add sockets.
15926         (Unicode string functions): Add unictype/*.
15927         (Support for building libraries and executables): Add gperf.
15928         (Support for building documentation): Add agpl-3.0.
15929         (Misc): Add nocrash.
15930
15931 2008-05-10  Bruno Haible  <bruno@clisp.org>
15932
15933         * modules/unictype/gen-ctype: New file.
15934
15935 2008-05-10  Jim Meyering  <meyering@redhat.com>
15936
15937         Make chdir-safer.c more efficient on a system with no symlinks.
15938         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
15939         also if ELOOP is zero.  Suggested by Bruno Haible.
15940
15941         Make chdir-safer.c slightly safer.
15942         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
15943         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
15944
15945         Avoid compile failure on systems without ELOOP (like mingw).
15946         * lib/chdir-safer.c (ELOOP): Define if not already defined.
15947         Reported by Bruno Haible.
15948
15949 2008-05-10  Bruno Haible  <bruno@clisp.org>
15950
15951         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
15952         (is_utf8_encoding): Use a case-insensitive comparison.
15953         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
15954         streq.
15955
15956 2008-05-10  Bruno Haible  <bruno@clisp.org>
15957
15958         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
15959         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
15960         * lib/unilbrk/ulc-common.h (iconv_string_length,
15961         iconv_string_keeping_offsets): Remove declarations.
15962         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
15963         Don't include <iconv.h>, streq.h, xsize.h.
15964         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
15965         conversion.
15966         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
15967         <iconv.h>, streq.h, xsize.h.
15968         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
15969         conversion.
15970         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
15971         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
15972         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
15973         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
15974
15975 2008-05-10  Bruno Haible  <bruno@clisp.org>
15976
15977         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
15978         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
15979
15980         * modules/unilbrk/u32-width-linebreaks-tests: New file.
15981         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
15982
15983         * modules/unilbrk/u16-width-linebreaks-tests: New file.
15984         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
15985
15986         * modules/unilbrk/u8-width-linebreaks-tests: New file.
15987         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
15988
15989         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
15990         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
15991
15992         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
15993         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
15994
15995         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
15996         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
15997
15998         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
15999         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
16000
16001 2008-05-10  Bruno Haible  <bruno@clisp.org>
16002
16003         Split up 'linebreak' module.
16004         * lib/unilbrk.h: New file, based on lib/linebreak.h.
16005         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
16006         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
16007         modifications.
16008         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
16009         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
16010         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
16011         lib/linebreak.c.
16012         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
16013         lib/linebreak.c.
16014         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
16015         lib/linebreak.c.
16016         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
16017         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
16018         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
16019         lib/linebreak.c.
16020         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
16021         lib/linebreak.c.
16022         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
16023         lib/linebreak.c.
16024         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
16025         lib/linebreak.c.
16026         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
16027         lib/linebreak.c.
16028         * modules/unilbrk/base: New file.
16029         * modules/unilbrk/tables: New file.
16030         * modules/unilbrk/u8-possible-linebreaks: New file.
16031         * modules/unilbrk/u16-possible-linebreaks: New file.
16032         * modules/unilbrk/u32-possible-linebreaks: New file.
16033         * modules/unilbrk/ulc-common: New file.
16034         * modules/unilbrk/ulc-possible-linebreaks: New file.
16035         * modules/unilbrk/u8-width-linebreaks: New file.
16036         * modules/unilbrk/u16-width-linebreaks: New file.
16037         * modules/unilbrk/u32-width-linebreaks: New file.
16038         * modules/unilbrk/ulc-width-linebreaks: New file.
16039         * lib/linebreak.h: Remove file.
16040         * lib/linebreak.c: Remove file.
16041         * m4/linebreak.m4: Remove file.
16042         * modules/linebreak: Remove file.
16043         * NEWS: Mention the changes.
16044
16045 2008-05-09  Eric Blake  <ebb9@byu.net>
16046
16047         Add xmemdup0.
16048         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
16049         implementation.
16050         * lib/xmalloc.c (xmemdup0): New C implementation.
16051
16052 2008-05-08  Bruno Haible  <bruno@clisp.org>
16053
16054         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
16055
16056 2008-05-07  Eric Blake  <ebb9@byu.net>
16057
16058         Support cross-compilation of <wctype.h>.
16059         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
16060         AC_CACHE_CHECK.
16061
16062 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
16063
16064         * build-aux/vc-list-files: Add support for bzr.
16065
16066 2008-05-03  Jim Meyering  <meyering@redhat.com>
16067
16068         avoid failed assertion with tight malloc
16069         * tests/test-getndelim2.c: Correct an off-by-one assertion.
16070
16071 2008-05-03  Simon Josefsson  <simon@josefsson.org>
16072
16073         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
16074         are needed from arpa/inet.h.
16075         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
16076         Reported by Bruno Haible.
16077
16078 2008-05-02  Jim Meyering  <meyering@redhat.com>
16079
16080         avoid compilation error on FreeBSD 6
16081         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
16082
16083 2008-05-01  Jim Meyering  <meyering@redhat.com>
16084
16085         useless-if-before-free: correct --help's exit status description
16086         * build-aux/useless-if-before-free (usage): Like grep, exit 0
16087         for one or more matches, etc.  Reported by Bruno Haible.
16088
16089         vc-list-files: make the stand-alone gnulib test work
16090         * modules/vc-list-files-tests (configure.ac):
16091         Define and AC_SUBST abs_aux_dir.
16092         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
16093         $(abs_top_srcdir) to each script and having each of them
16094         duplicate the work of setting PATH, set PATH here, using
16095         the new variable, abs_aux_dir instead.
16096         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
16097         * tests/test-vc-list-files-git.sh: Likewise.
16098         Reported by Bruno Haible.
16099
16100 2008-05-01  Bruno Haible  <bruno@clisp.org>
16101
16102         * lib/getndelim2.c (getndelim2): Fix newsize computation during
16103         reallocation. Rename 'done' to 'found_delimiter'.
16104
16105 2008-05-01  Jim Meyering  <meyering@redhat.com>
16106
16107         vc-list-files: accommodate /bin/sh like the one from Solaris 10
16108         * build-aux/vc-list-files: Use `...`, not $(...).
16109
16110 2008-04-30  Jim Meyering  <meyering@redhat.com>
16111
16112         add tests for vc-list-files
16113         * modules/vc-list-files-tests: New module.
16114         * tests/test-vc-list-files-cvs.sh: New file.
16115         * tests/test-vc-list-files-git.sh: New file.
16116
16117         avoid a warning from gcc
16118         * lib/getndelim2.c (IF_LINT): Define.
16119         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
16120
16121         vc-list-files: work properly with build-aux/cvsu, too
16122         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
16123         to all cvs-based clauses.
16124
16125         vc-list-files: work properly in the CVS+awk case, too
16126         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
16127
16128         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
16129         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
16130         take more than one file argument, so .  Add quotes, just in case $dir
16131         ever contains a shell meta-character.  Prompted by Soren Hansen in
16132         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
16133
16134 2008-04-29  Eric Blake  <ebb9@byu.net>
16135
16136         Optimize getndelim2 to use block operations when possible.
16137         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
16138         freadseek, and memchr2.
16139         * lib/getndelim2.c (getndelim2): Use them for block reads.
16140
16141 2008-04-29  Bruno Haible  <bruno@clisp.org>
16142
16143         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
16144         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
16145         * modules/inet_ntop (Depends-on): Add extensions.
16146         * modules/inet_pton (Depends-on): Likewise.
16147         Reported by Simon Josefsson.
16148
16149 2008-04-29  Jim Meyering  <meyering@redhat.com>
16150
16151         When the is more than one match in a block, match all of them.
16152         * build-aux/useless-if-before-free: Iterate through each block
16153         until there are no more matches.
16154
16155         Fix broken useless-if-before-free script.
16156         * build-aux/useless-if-before-free: Fix typo: missing "?" after
16157         the expression to match cast of argument to free-like function.
16158
16159 2008-04-29  Eric Blake  <ebb9@byu.net>
16160
16161         Use new header.
16162         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
16163
16164 2008-04-29  Jim Meyering  <meyering@redhat.com>
16165
16166         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
16167         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
16168         by gnulib to exist and to declare e.g., inet_ntop.
16169         Don't include "inet_ntop.h", now removed.
16170
16171         * m4/arpa_inet_h.m4: Remove trailing blanks.
16172
16173 2008-04-29  Eric Blake  <ebb9@byu.net>
16174
16175         Silence valgrind on safe reads beyond potential array bounds.
16176         * lib/rawmemchr.valgrind: New file.
16177         * lib/strchrnul.valgrind: Likewise.
16178         * modules/rawmemchr (Files): Distribute new file.
16179         * modules/strchrnul (Files): Likewise.
16180         Suggested by Bruno Haible.
16181
16182 2008-04-29  Bruno Haible  <bruno@clisp.org>
16183
16184         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
16185         (inet_ntop, inet_pton): Change portability warning's wording.
16186         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
16187         Invoke gl_CHECK_NEXT_HEADERS.
16188         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
16189         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
16190         set ARPA_INET_H.
16191         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
16192         * modules/arpa_inet (Description): No longer only for systems that
16193         lack it.
16194         (Depends-on): Add include_next.
16195         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
16196         HAVE_ARPA_INET_H.
16197
16198 2008-04-29  Jim Meyering  <meyering@redhat.com>
16199
16200         * modules/mkdir (License): Re-license as LGPLv2+.
16201
16202 2008-04-29  Bruno Haible  <bruno@clisp.org>
16203
16204         * modules/rawmemchr (Maintainer): Set to Eric.
16205         * modules/strchrnul (Maintainer): Likewise.
16206
16207 2008-04-29  Simon Josefsson  <simon@josefsson.org>
16208
16209         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
16210         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
16211
16212         * modules/arpa_inet (arpa/inet.h): Use them.
16213
16214 2008-04-28  Eric Blake  <ebb9@byu.net>
16215
16216         Test getndelim2.
16217         * modules/getndelim2-tests: New file.
16218         * tests/test-getndelim2.c: Likewise.
16219         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
16220         stream.
16221         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
16222
16223         * MODULES.html.sh: Document new module.
16224
16225 2008-04-20  Bruno Haible  <bruno@clisp.org>
16226
16227         * lib/c-stack.c (die): Use raise.
16228         * modules/c-stack (Depends-on): Add raise.
16229
16230 2008-04-28  Bruno Haible  <bruno@clisp.org>
16231
16232         Expect rpmatch to be declared.
16233         * lib/yesno.c (rpmatch): Remove declaration.
16234
16235         Declare rpmatch.
16236         * lib/stdlib.in.h (rpmatch): New declaration.
16237         * lib/rpmatch.c: Include <stdlib.h> first.
16238         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
16239         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
16240         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
16241         HAVE_RPMATCH.
16242         * modules/rpmatch (Depends-on): Add stdlib, extensions.
16243         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16244         (Include): Set to <stdlib.h>.
16245         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
16246         HAVE_RPMATCH.
16247         * NEWS: Document the change.
16248
16249 2008-04-28  Bruno Haible  <bruno@clisp.org>
16250
16251         Change rpmatch to use nl_langinfo when appropriate.
16252         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
16253         (N_): New macro.
16254         (localized_pattern): New function/macro.
16255         (try): Remove match, nomatch arguments. Copy the pattern into safe
16256         memory before caching it.
16257         (rpmatch): Use localized_pattern. Add translator comments.
16258         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
16259         Suggested by Eric Blake.
16260         * modules/rpmatch (Depends-on): Add stdbool.
16261
16262 2008-04-28  Eric Blake  <ebb9@byu.net>
16263
16264         Add rawmemchr module, matching glibc.
16265         * modules/string (Makefile.am): New indicator.
16266         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
16267         * lib/string.in.h (rawmemchr): Declare when appropriate.
16268         * modules/rawmemchr: New file.
16269         * m4/rawmemchr.m4: Likewise.
16270         * lib/rawmemchr.c: Likewise.
16271         * modules/rawmemchr-tests: Likewise.
16272         * tests/test-rawmemchr.c: Likewise.
16273         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
16274         module.
16275         * modules/strchrnul (Depends-on): Add rawmemchr.
16276         * lib/strchrnul.c (strchrnul): Optimize a corner case.
16277
16278         Whitespace cleanup.
16279         * tests/test-strchrnul.c: Reindent.
16280         * lib/strchrnul.c: Likewise.
16281
16282         Optimize and test strchrnul.
16283         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
16284         * modules/strchrnul-tests: New file.
16285         * tests/test-strchrnul.c: Likewise.
16286
16287         Remove intprops dependency.
16288         * modules/memchr (Depends-on): Remove intprops.
16289         * modules/memrchr (Depends-on): Likewise.
16290         * modules/memchr2 (Depends-on): Likewise.
16291         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
16292         * lib/memrchr.c (__memrchr): Likewise.
16293         * lib/memrchr2.c (memchr2): Likewise.
16294         Reported by Simon Josefsson.
16295
16296 2008-04-28  Simon Josefsson  <simon@josefsson.org>
16297
16298         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
16299         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16300
16301 2008-04-28  Simon Josefsson  <simon@josefsson.org>
16302
16303         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
16304
16305         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
16306
16307         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
16308
16309         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
16310         declarations.
16311         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
16312
16313         * m4/inet_pton.m4: Don't check for header files.
16314
16315         * m4/inet_ntop.m4: Don't check for header files.
16316
16317 2008-04-28  Simon Josefsson  <simon@josefsson.org>
16318
16319         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
16320         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
16321         trigger for cygwin).
16322         Reported by Bruno Haible  <bruno@clisp.org>.
16323
16324 2008-04-28  Bruno Haible  <bruno@clisp.org>
16325
16326         * doc/posix-functions/strdup.texi: Mention mingw problem.
16327
16328 2008-04-27  Bruno Haible  <bruno@clisp.org>
16329
16330         * modules/stat-time-tests (Depends-on): Add sleep.
16331         * tests/test-stat-time.c (force_unlink): New function.
16332         (cleanup): Use it.
16333         (test_mtime): Remove the ctime related tests.
16334         (test_ctime): New function, containing the ctime related tests.
16335         (main): Call test_ctime, except on native Windows platforms.
16336
16337 2008-04-27  Bruno Haible  <bruno@clisp.org>
16338
16339         * lib/rpmatch.c (rpmatch): Add some comments.
16340         Reported by James Youngman <jay@gnu.org>.
16341
16342 2008-04-27  Bruno Haible  <bruno@clisp.org>
16343
16344         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
16345         quiet NaNs.
16346
16347 2008-04-27  Bruno Haible  <bruno@clisp.org>
16348
16349         Make test-yesno.sh work on mingw.
16350         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
16351         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
16352         (main): Set stdin to binary mode.
16353         * modules/yesno-tests (Depends-on): Add binary-io.
16354
16355 2008-04-27  Bruno Haible  <bruno@clisp.org>
16356
16357         Fix 'isfinite' on x86, x86_64, ia64 platforms.
16358         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
16359         argument that lie outside the IEEE 854 domain.
16360         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
16361         (gl_ISFINITE): Use it.
16362         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
16363
16364 2008-04-27  Bruno Haible  <bruno@clisp.org>
16365
16366         Allow local renaming in config.h.
16367         * lib/memrchr.c (memrchr): Don't undefine outside libc.
16368
16369 2008-04-27  Bruno Haible  <bruno@clisp.org>
16370
16371         * lib/memchr.c (__memchr): Change type of 'i'.
16372         * lib/memchr2.c (memchr2): Likewise.
16373
16374 2008-04-26  Eric Blake  <ebb9@byu.net>
16375         and Bruno Haible  <bruno@clisp.org>
16376
16377         Optimize and test memrchr.
16378         * modules/memrchr (Depends-on): Add intprops.
16379         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
16380         * modules/memrchr-tests: New file.
16381         * tests/test-memrchr.c: New file.
16382
16383 2008-04-26  Bruno Haible  <bruno@clisp.org>
16384
16385         Add tentative support for DragonFly BSD.
16386         * lib/stdio-impl.h: Add macros for DragonFly BSD.
16387         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
16388         fp.
16389         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
16390         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
16391         * lib/fpurge.c (fpurge): Likewise.
16392         * lib/freadable.c (freaadable): Likewise.
16393         * lib/freadahead.c (freadahead): Likewise.
16394         * lib/freading.c (freading): Likewise.
16395         * lib/freadptr.c (freadptr): Likewise.
16396         * lib/freadseek.c (freadptrinc): Likewise.
16397         * lib/fseeko.c (fseeko): Likewise.
16398         * lib/fseterr.c (fseterr): Likewise.
16399         * lib/fwritable.c (fwritable): Likewise.
16400         * lib/fwriting.c (fwriting): Likewise.
16401
16402 2008-04-26  Bruno Haible  <bruno@clisp.org>
16403
16404         * lib/stdio-impl.h: New file.
16405         * lib/fbufmode.c: Include stdio-impl.h.
16406         (fbufmode): Use fp_, remove redundant #defines.
16407         * lib/fflush.c: Include stdio-impl.h.
16408         (clear_ungetc_buffer): Remove redundant #defines.
16409         * lib/fpurge.c: Include stdio-impl.h.
16410         (fpurge): Remove redundant #defines.
16411         * lib/freadable.c: Include stdio-impl.h.
16412         (freadable): Remove redundant #defines.
16413         * lib/freadahead.c: Include stdio-impl.h.
16414         (freadahead): Remove redundant #defines.
16415         * lib/freading.c: Include stdio-impl.h.
16416         (freading): Remove redundant #defines.
16417         * lib/freadptr.c: Include stdio-impl.h.
16418         (freadptr): Remove redundant #defines.
16419         * lib/freadseek.c: Include stdio-impl.h.
16420         (freadptrinc): Remove redundant #defines.
16421         * lib/fseeko.c: Include stdio-impl.h.
16422         (rpl_fseeko): Remove redundant #defines.
16423         * lib/fseterr.c: Include stdio-impl.h.
16424         (fseterr): Remove redundant #defines.
16425         * lib/fwritable.c: Include stdio-impl.h.
16426         (fwritable: Remove redundant #defines.
16427         * lib/fwriting.c: Include stdio-impl.h.
16428         (fwriting): Remove redundant #defines.
16429         * modules/fbufmode (Files): Add lib/stdio-impl.h.
16430         * modules/fflush (Files): Likewise.
16431         * modules/fpurge (Files): Likewise.
16432         * modules/freadable (Files): Likewise.
16433         * modules/freadahead (Files): Likewise.
16434         * modules/freading (Files): Likewise.
16435         * modules/freadptr (Files): Likewise.
16436         * modules/freadseek (Files): Likewise.
16437         * modules/fseeko (Files): Likewise.
16438         * modules/fseterr (Files): Likewise.
16439         * modules/fwritable (Files): Likewise.
16440         * modules/fwriting (Files): Likewise.
16441
16442 2008-04-26  Bruno Haible  <bruno@clisp.org>
16443
16444         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
16445         restore_seek_optimization, update_fpos_cache): New functions, extracted
16446         from rpl_fflush.
16447         (rpl_fflush): Use them.
16448         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
16449         (gl_REPLACE_FFLUSH): Use it.
16450
16451 2008-04-26  Bruno Haible  <bruno@clisp.org>
16452
16453         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
16454         on Solaris.
16455         * tests/test-xstrtoimax.sh: Likewise.
16456         * tests/test-xstrtoumax.sh: Likewise.
16457         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16458
16459 2008-04-26  Bruno Haible  <bruno@clisp.org>
16460
16461         * modules/memchr-tests: New file.
16462         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
16463
16464 2008-04-26  Eric Blake  <ebb9@byu.net>
16465             Bruno Haible  <bruno@clisp.org>
16466
16467         * lib/memchr.c: Include intprops.h.
16468         (__memchr): Optimize parallel detection of matching bytes. Rename local
16469         variables. Add explanatory comments.
16470
16471 2008-04-26  Bruno Haible  <bruno@clisp.org>
16472
16473         Fix module 'memchr', broken since 2000-10-28.
16474         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
16475
16476 2008-04-26  Bruno Haible  <bruno@clisp.org>
16477
16478         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
16479         comments.
16480
16481 2008-04-25  Eric Blake  <ebb9@byu.net>
16482
16483         Use native fstatat on cygwin 1.7.0.
16484         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
16485         first.
16486
16487 2008-04-23  Eric Blake  <ebb9@byu.net>
16488
16489         Improve memchr2 performance.
16490         * lib/memchr2.c (memchr2): Further optimize parallel detection of
16491         NUL bytes.
16492         * modules/memchr2 (Depends-on): Use intprops.h.
16493
16494 2008-04-23  Simon Josefsson  <simon@josefsson.org>
16495
16496         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
16497         an inline function instead of a CPP macro.  Patch by Ben Pfaff
16498         <blp@cs.stanford.edu>.
16499
16500 2008-04-23  Simon Josefsson  <simon@josefsson.org>
16501
16502         * lib/arpa_inet.in.h: New file.
16503
16504         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
16505         (Makefile.am): Sed in substitute header file.
16506
16507         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
16508         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
16509
16510         * modules/inet_ntop (configure.ac): Use
16511         gl_ARPA_INET_MODULE_INDICATOR.
16512
16513         * modules/inet_pton (configure.ac): Use
16514         gl_ARPA_INET_MODULE_INDICATOR.
16515
16516 2008-04-22  Jim Meyering  <meyering@redhat.com>
16517
16518         * modules/verify (License): Re-license as LGPLv2+.
16519
16520 2008-04-22  Simon Josefsson  <simon@josefsson.org>
16521
16522         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
16523         parameter to void* as per POSIX standard (MinGW uses char*).
16524
16525 2008-04-21  Bruno Haible  <bruno@clisp.org>
16526
16527         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
16528         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
16529         Define to replacements if REPLACE_ISWCNTRL is 1.
16530         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
16531         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
16532         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
16533         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
16534         what it fixes.
16535         * doc/posix-functions/iswalpha.texi: Likewise.
16536         * doc/posix-functions/iswblank.texi: Likewise.
16537         * doc/posix-functions/iswcntrl.texi: Likewise.
16538         * doc/posix-functions/iswdigit.texi: Likewise.
16539         * doc/posix-functions/iswgraph.texi: Likewise.
16540         * doc/posix-functions/iswlower.texi: Likewise.
16541         * doc/posix-functions/iswprint.texi: Likewise.
16542         * doc/posix-functions/iswpunct.texi: Likewise.
16543         * doc/posix-functions/iswspace.texi: Likewise.
16544         * doc/posix-functions/iswupper.texi: Likewise.
16545         * doc/posix-functions/iswxdigit.texi: Likewise.
16546         Reported by Alain Guibert.
16547
16548 2008-04-21  Bruno Haible  <bruno@clisp.org>
16549
16550         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
16551         Patch by Alain Guibert.
16552
16553 2008-04-21  Bruno Haible  <bruno@clisp.org>
16554
16555         Fix test failures on mingw.
16556         * tests/test-xstrtol.c (print_no_progname): New function.
16557         (main): Install it in error_print_progname hook.
16558         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
16559         * tests/test-xstrtoimax.sh: Likewise.
16560         * tests/test-xstrtoumax.sh: Likewise.
16561
16562 2008-04-21  Bruno Haible  <bruno@clisp.org>
16563
16564         Fix test failure on mingw.
16565         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
16566
16567 2008-04-21  Bruno Haible  <bruno@clisp.org>
16568
16569         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
16570         Actually assign a value.
16571
16572 2008-04-20  Bruno Haible  <bruno@clisp.org>
16573
16574         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
16575         take 2.
16576         * lib/canonicalize.c (canonicalize_file_name): Elide if the
16577         'canonicalize-lgpl' module is also used.
16578         * lib/canonicalize-lgpl.c: Undo last change.
16579         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
16580
16581 2008-04-20  Bruno Haible  <bruno@clisp.org>
16582
16583         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
16584         config.h. Provide _mkdir based fallback for mingw.
16585         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
16586         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
16587         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
16588         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
16589         rather than defining mkdir in config.h.
16590         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
16591         (gl_SYS_STAT_H_DEFAULTS): New macro.
16592         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
16593         HAVE_IO_H any more.
16594         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
16595         HAVE_DECL_MKDIR and HAVE_IO_H.
16596
16597 2008-04-20  Bruno Haible  <bruno@clisp.org>
16598
16599         * lib/isapipe.c: Port to native Windows platforms.
16600
16601 2008-04-20  Bruno Haible  <bruno@clisp.org>
16602
16603         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
16604
16605 2008-04-21  Eric Blake  <ebb9@byu.net>
16606
16607         Work around preprocessors that don't handle UINTMAX_MAX.
16608         * lib/memchr2.c (memchr2): Avoid embedded #if.
16609         Reported by Alain Guibert, fix suggested by Bruno Haible.
16610
16611 2008-04-21  Simon Josefsson  <simon@josefsson.org>
16612
16613         * doc/posix-functions/strftime.texi (strftime): Explain better
16614         Windows incompatibility.  Suggested by Micah Cowan
16615         <micah@cowan.name>.
16616
16617 2008-04-20  Bruno Haible  <bruno@clisp.org>
16618
16619         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
16620         unistr/u8-mblen.
16621
16622 2008-04-20  Bruno Haible  <bruno@clisp.org>
16623
16624         Fix test failure on platforms with non-GNU iconv.
16625         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
16626         (U_TO_U8): Use it, rather than u16_to_u8.
16627         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
16628         units at the end of the input string.
16629         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
16630
16631 2008-04-20  Bruno Haible  <bruno@clisp.org>
16632
16633         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
16634         when the resulting length is 0.
16635         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
16636
16637 2008-04-20  Bruno Haible  <bruno@clisp.org>
16638
16639         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
16640         works.
16641         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
16642
16643 2008-04-20  Bruno Haible  <bruno@clisp.org>
16644
16645         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
16646         * modules/tsearch-tests (configure.ac): Test for initstate function.
16647
16648 2008-04-20  Bruno Haible  <bruno@clisp.org>
16649
16650         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
16651         for nlink_t if missing.
16652         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
16653
16654 2008-04-19  Bruno Haible  <bruno@clisp.org>
16655
16656         Work around snprintf bug on Linux libc5.
16657         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
16658         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16659         gl_SNPRINTF_SIZE1.
16660         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16661         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
16662         that test failed.
16663         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
16664         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
16665         * modules/snprintf (Files): Add m4/printf.m4.
16666         * modules/vsnprintf (Files): Likewise.
16667         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
16668         * doc/posix-functions/vsnprintf.texi: Likewise.
16669
16670 2008-04-19  Bruno Haible  <bruno@clisp.org>
16671
16672         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
16673         from 0.0058 to less than 10^-7.
16674
16675 2008-04-19  Bruno Haible  <bruno@clisp.org>
16676
16677         Fix rounding when a precision is given.
16678         * lib/vasnprintf.c (is_borderline): New function.
16679         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
16680         9...9x.
16681         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
16682         %e, %g.
16683         * tests/test-vasprintf-posix.c (test_function): Likewise.
16684         * tests/test-snprintf-posix.h (test_function): Likewise.
16685         * tests/test-sprintf-posix.h (test_function): Likewise.
16686         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
16687         * tests/test-printf-posix.h (test_function): Likewise.
16688         * tests/test-printf-posix.output: Update.
16689         Reported by John Darrington <john@darrington.wattle.id.au> via
16690         Ben Pfaff <blp@cs.stanford.edu>.
16691
16692 2008-04-18  Simon Josefsson  <simon@josefsson.org>
16693
16694         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
16695         Suggested by Bruno Haible <bruno@clisp.org>.
16696
16697 2008-04-17  Bruno Haible  <bruno@clisp.org>
16698
16699         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
16700         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
16701         implementation.
16702         Patch by Bruce Merry <bmerry@gmail.com>.
16703
16704 2008-04-17  Simon Josefsson  <simon@josefsson.org>
16705
16706         * doc/posix-functions/strftime.texi (strftime): Mention that %e
16707         doesn't work under Windows.
16708
16709 2008-04-16  Bruno Haible  <bruno@clisp.org>
16710
16711         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
16712         New macros.
16713         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
16714         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
16715         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
16716         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
16717         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
16718         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
16719         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
16720         macros.
16721         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
16722         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
16723         Northern Sotho, Uighur.
16724
16725 2008-04-16  Bruno Haible  <bruno@clisp.org>
16726
16727         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
16728         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
16729         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
16730         Reported by Daniel Bergström <daniel@octocode.com>.
16731
16732 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
16733             Bruno Haible  <bruno@clisp.org>
16734
16735         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
16736         function.
16737         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
16738         New functions, mostly extracted from gl_locale_name_default.
16739         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
16740
16741 2008-04-16  Eric Blake  <ebb9@byu.net>
16742
16743         Adjust strtod detection to catch glibc 2.7 bug.
16744         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
16745         Reported by John Gatewood Ham.
16746
16747 2008-04-16  Bruno Haible  <bruno@clisp.org>
16748
16749         Add tentative support for Linux libc5.
16750         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
16751         * lib/fpurge.c (fpurge): Likewise.
16752         * lib/freadable.c (freadable): Likewise.
16753         * lib/freadahead.c (freadahead): Likewise.
16754         * lib/freading.c (freading): Likewise.
16755         * lib/freadptr.c (freadptr): Likewise.
16756         * lib/freadseek.c (freadptrinc): Likewise.
16757         * lib/fseeko.c (rpl_fseeko): Likewise.
16758         * lib/fseterr.c (fseterr): Likewise.
16759         * lib/fwritable.c (fwritable): Likewise.
16760         * lib/fwriting.c (fwriting): Likewise.
16761         Reported by Alain Guibert <alguibert+bts@free.fr>.
16762
16763 2008-04-15  Bruno Haible  <bruno@clisp.org>
16764
16765         * modules/mathl (configure.ac): Define module indicator.
16766
16767 2008-04-15  Bruno Haible  <bruno@clisp.org>
16768
16769         * lib/logl.c (logl): Remove unused variables.
16770
16771 2008-04-15  Bruno Haible  <bruno@clisp.org>
16772
16773         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
16774         fails.
16775
16776 2008-04-15  Bruno Haible  <bruno@clisp.org>
16777
16778         * lib/trim.c (trim2): Fix argument of isspace() macro.
16779
16780 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
16781
16782         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
16783         to 0.
16784         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
16785
16786 2008-04-14  Bruno Haible  <bruno@clisp.org>
16787
16788         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
16789         AC_LANG_PROGRAM argument.
16790         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
16791         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
16792         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
16793         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
16794         * m4/math_h.m4 (gl_MATH_H): Likewise.
16795         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
16796         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
16797         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
16798         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
16799         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
16800         * m4/regex.m4 (gl_REGEX): Likewise.
16801         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
16802         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
16803         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
16804         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
16805         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
16806         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
16807         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
16808         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
16809
16810 2008-04-14  Jim Meyering  <meyering@redhat.com>
16811
16812         test-strtod: fix typos: s/abs/fabs/
16813         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
16814
16815 2008-04-13  Bruno Haible  <bruno@clisp.org>
16816
16817         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
16818         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
16819         module is also used and while not building the reloc-wrapper.
16820
16821 2008-04-13  Bruno Haible  <bruno@clisp.org>
16822
16823         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
16824
16825 2008-04-13  Bruno Haible  <bruno@clisp.org>
16826
16827         Fix AIX compilation failure introduced on 2008-04-02.
16828         * tests/test-frexp.c (exp): Undefine before redefining.
16829         * tests/test-frexpl.c (exp): Likewise.
16830
16831 2008-04-13  Bruno Haible  <bruno@clisp.org>
16832
16833         Work around a HP-UX stdio bug.
16834         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
16835         * tests/test-ftello.c (main): Likewise.
16836         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
16837         * doc/posix-functions/ftello.texi: Likewise.
16838
16839 2008-04-13  Bruno Haible  <bruno@clisp.org>
16840
16841         Make test-signbit pass on HP-UX/hppa.
16842         * tests/test-signbit.c (minus_zerol): New variable.
16843         (test_signbitl): Use it.
16844
16845 2008-04-13  Bruno Haible  <bruno@clisp.org>
16846
16847         Make truncl work on OSF/1 4.0.
16848         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
16849         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
16850         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
16851         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
16852         HAVE_DECL_TRUNCL.
16853         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
16854         HAVE_DECL_TRUNCL.
16855         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
16856
16857 2008-04-13  Bruno Haible  <bruno@clisp.org>
16858
16859         * lib/unictype.h: Remove trailing comma from enumeration definitions.
16860
16861 2008-04-13  Bruno Haible  <bruno@clisp.org>
16862
16863         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
16864         expression, so as to avoid HP-UX 11 cc compiler bug.
16865
16866 2008-04-13  Bruno Haible  <bruno@clisp.org>
16867
16868         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
16869
16870 2008-04-13  Bruno Haible  <bruno@clisp.org>
16871
16872         * lib/git-merge-changelog.c: Remove empty declaration outside of
16873         functions.
16874
16875 2008-04-13  Bruno Haible  <bruno@clisp.org>
16876
16877         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
16878
16879 2008-04-13  Bruno Haible  <bruno@clisp.org>
16880
16881         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
16882         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
16883         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
16884         also if it exists but lacks definitions of the SHUT_* macros.
16885         * modules/sys_socket (Description): Update.
16886         Reported by Elbert Pol <e.pol@chello.nl>.
16887
16888 2008-04-13  Bruno Haible  <bruno@clisp.org>
16889
16890         * lib/localcharset.c (OS2): Don't redefine if already defined.
16891         Reported by Elbert Pol <e.pol@chello.nl>.
16892
16893 2008-04-13  Bruno Haible  <bruno@clisp.org>
16894
16895         * lib/binary-io.h [__EMX__]: Include <io.h>.
16896         Reported by Elbert Pol <e.pol@chello.nl>.
16897
16898 2008-04-12  Bruno Haible  <bruno@clisp.org>
16899
16900         * lib/fpucw.h: Enable the definitions also for x86_64.
16901         Needed for NetBSD/x86_64.
16902         Reported by Thomas Klausner <tk@giga.or.at>.
16903
16904 2008-04-12  Bruno Haible  <bruno@clisp.org>
16905
16906         * tests/test-strtod.c: Include isnand.h.
16907         (main): Use isnand instead of isnan.
16908         Reported by Jim Meyering.
16909
16910 2008-04-12  Bruno Haible  <bruno@clisp.org>
16911
16912         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
16913         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
16914
16915 2008-04-12  Jim Meyering  <meyering@redhat.com>
16916
16917         * m4/math_h.m4 (gl_MATH_H): Fix typos.
16918
16919 2008-04-12  Bruno Haible  <bruno@clisp.org>
16920
16921         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
16922         Reported by Elbert Pol <e.pol@chello.nl>.
16923
16924 2008-04-12  Eric Blake  <ebb9@byu.net>
16925
16926         Work around Solaris 10 math.h bug.
16927         * m4/math_h.m4 (gl_MATH_H): Check for bug.
16928         (gl_MATH_H_DEFAULTS): Set up default.
16929         * modules/math (Makefile.am): Replace new indicators.
16930         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
16931         * tests/test-math.c (main): Test this.
16932         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
16933         * doc/posix-headers/math.texi (math.h): Mention bug.
16934         Reported by Nelson H. F. Beebe and Jim Meyering.
16935
16936 2008-04-11  Bruno Haible  <bruno@clisp.org>
16937
16938         Adapt to future versions of Apple GCC.
16939         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
16940         Reported by Peter O'Gorman <peter@pogma.com>.
16941
16942 2008-04-11  Bruno Haible  <bruno@clisp.org>
16943
16944         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
16945
16946 2008-04-11  Bruno Haible  <bruno@clisp.org>
16947
16948         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
16949
16950         * modules/getaddrinfo-tests (Makefile.am): Define
16951         test_getaddrinfo_LDADD.
16952
16953 2008-04-11  Bruno Haible  <bruno@clisp.org>
16954
16955         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
16956         (init): Fix syntax error.
16957         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
16958         is declared.
16959
16960 2008-04-11  Bruno Haible  <bruno@clisp.org>
16961
16962         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
16963         * modules/glob (Depends-on): Add stdbool.
16964
16965 2008-04-11  Bruno Haible  <bruno@clisp.org>
16966
16967         * lib/trim.c: Include <string.h>.
16968
16969 2008-04-11  Eric Blake  <ebb9@byu.net>
16970
16971         Avoid compile failure on OS/2.
16972         * lib/regex_internal.h (internal_function): Disable optimization
16973         on OS/2 (__EMX__), where it caused compiler error.
16974         Reported by Elbert Pol.
16975
16976 2008-04-11  Bruno Haible  <bruno@clisp.org>
16977
16978         Flush the standard error stream before aborting. Needed on mingw.
16979         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
16980         * tests/test-array_list.c (ASSERT): Likewise.
16981         * tests/test-array_oset.c (ASSERT): Likewise.
16982         * tests/test-avltree_list.c (ASSERT): Likewise.
16983         * tests/test-avltree_oset.c (ASSERT): Likewise.
16984         * tests/test-avltreehash_list.c (ASSERT): Likewise.
16985         * tests/test-binary-io.c (ASSERT): Likewise.
16986         * tests/test-byteswap.c (ASSERT): Likewise.
16987         * tests/test-c-ctype.c (ASSERT): Likewise.
16988         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
16989         * tests/test-c-strcasestr.c (ASSERT): Likewise.
16990         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
16991         * tests/test-c-strstr.c (ASSERT): Likewise.
16992         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
16993         * tests/test-canonicalize.c (ASSERT): Likewise.
16994         * tests/test-carray_list.c (ASSERT): Likewise.
16995         * tests/test-ceilf1.c (ASSERT): Likewise.
16996         * tests/test-ceilf2.c (ASSERT): Likewise.
16997         * tests/test-ceill.c (ASSERT): Likewise.
16998         * tests/test-count-one-bits.c (ASSERT): Likewise.
16999         * tests/test-fbufmode.c (ASSERT): Likewise.
17000         * tests/test-fflush2.c (ASSERT): Likewise.
17001         * tests/test-floorf1.c (ASSERT): Likewise.
17002         * tests/test-floorf2.c (ASSERT): Likewise.
17003         * tests/test-floorl.c (ASSERT): Likewise.
17004         * tests/test-fopen.c (ASSERT): Likewise.
17005         * tests/test-fpending.c (ASSERT): Likewise.
17006         * tests/test-fprintf-posix.c (ASSERT): Likewise.
17007         * tests/test-fpurge.c (ASSERT): Likewise.
17008         * tests/test-freadable.c (ASSERT): Likewise.
17009         * tests/test-freadahead.c (ASSERT): Likewise.
17010         * tests/test-freading.c (ASSERT): Likewise.
17011         * tests/test-freadptr.c (ASSERT): Likewise.
17012         * tests/test-freadptr2.c (ASSERT): Likewise.
17013         * tests/test-freadseek.c (ASSERT): Likewise.
17014         * tests/test-freopen.c (ASSERT): Likewise.
17015         * tests/test-frexp.c (ASSERT): Likewise.
17016         * tests/test-frexpl.c (ASSERT): Likewise.
17017         * tests/test-fseek.c (ASSERT): Likewise.
17018         * tests/test-fseeko.c (ASSERT): Likewise.
17019         * tests/test-fstrcmp.c (ASSERT): Likewise.
17020         * tests/test-ftell.c (ASSERT): Likewise.
17021         * tests/test-ftello.c (ASSERT): Likewise.
17022         * tests/test-func.c (ASSERT): Likewise.
17023         * tests/test-fwritable.c (ASSERT): Likewise.
17024         * tests/test-fwriting.c (ASSERT): Likewise.
17025         * tests/test-getdelim.c (ASSERT): Likewise.
17026         * tests/test-getline.c (ASSERT): Likewise.
17027         * tests/test-i-ring.c (ASSERT): Likewise.
17028         * tests/test-iconv-utf.c (ASSERT): Likewise.
17029         * tests/test-iconv.c (ASSERT): Likewise.
17030         * tests/test-isfinite.c (ASSERT): Likewise.
17031         * tests/test-isnand.c (ASSERT): Likewise.
17032         * tests/test-isnanf.c (ASSERT): Likewise.
17033         * tests/test-isnanl.h (ASSERT): Likewise.
17034         * tests/test-ldexpl.c (ASSERT): Likewise.
17035         * tests/test-linked_list.c (ASSERT): Likewise.
17036         * tests/test-linkedhash_list.c (ASSERT): Likewise.
17037         * tests/test-localename.c (ASSERT): Likewise.
17038         * tests/test-lseek.c (ASSERT): Likewise.
17039         * tests/test-mbscasecmp.c (ASSERT): Likewise.
17040         * tests/test-mbscasestr1.c (ASSERT): Likewise.
17041         * tests/test-mbscasestr2.c (ASSERT): Likewise.
17042         * tests/test-mbscasestr3.c (ASSERT): Likewise.
17043         * tests/test-mbscasestr4.c (ASSERT): Likewise.
17044         * tests/test-mbschr.c (ASSERT): Likewise.
17045         * tests/test-mbscspn.c (ASSERT): Likewise.
17046         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
17047         * tests/test-mbspbrk.c (ASSERT): Likewise.
17048         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
17049         * tests/test-mbsrchr.c (ASSERT): Likewise.
17050         * tests/test-mbsspn.c (ASSERT): Likewise.
17051         * tests/test-mbsstr1.c (ASSERT): Likewise.
17052         * tests/test-mbsstr2.c (ASSERT): Likewise.
17053         * tests/test-mbsstr3.c (ASSERT): Likewise.
17054         * tests/test-memchr2.c (ASSERT): Likewise.
17055         * tests/test-memmem.c (ASSERT): Likewise.
17056         * tests/test-open.c (ASSERT): Likewise.
17057         * tests/test-printf-frexp.c (ASSERT): Likewise.
17058         * tests/test-printf-frexpl.c (ASSERT): Likewise.
17059         * tests/test-printf-posix.c (ASSERT): Likewise.
17060         * tests/test-quotearg.c (ASSERT): Likewise.
17061         * tests/test-rbtree_list.c (ASSERT): Likewise.
17062         * tests/test-rbtree_oset.c (ASSERT): Likewise.
17063         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
17064         * tests/test-round1.c (ASSERT): Likewise.
17065         * tests/test-roundf1.c (ASSERT): Likewise.
17066         * tests/test-roundl.c (ASSERT): Likewise.
17067         * tests/test-signbit.c (ASSERT): Likewise.
17068         * tests/test-sleep.c (ASSERT): Likewise.
17069         * tests/test-snprintf-posix.c (ASSERT): Likewise.
17070         * tests/test-snprintf.c (ASSERT): Likewise.
17071         * tests/test-sprintf-posix.c (ASSERT): Likewise.
17072         * tests/test-stat-time.c (ASSERT): Likewise.
17073         * tests/test-strcasestr.c (ASSERT): Likewise.
17074         * tests/test-strerror.c (ASSERT): Likewise.
17075         * tests/test-striconv.c (ASSERT): Likewise.
17076         * tests/test-striconveh.c (ASSERT): Likewise.
17077         * tests/test-striconveha.c (ASSERT): Likewise.
17078         * tests/test-strsignal.c (ASSERT): Likewise.
17079         * tests/test-strstr.c (ASSERT): Likewise.
17080         * tests/test-strtod.c (ASSERT): Likewise.
17081         * tests/test-trunc1.c (ASSERT): Likewise.
17082         * tests/test-trunc2.c (ASSERT): Likewise.
17083         * tests/test-truncf1.c (ASSERT): Likewise.
17084         * tests/test-truncf2.c (ASSERT): Likewise.
17085         * tests/test-truncl.c (ASSERT): Likewise.
17086         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
17087         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
17088         * tests/test-vasnprintf.c (ASSERT): Likewise.
17089         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
17090         * tests/test-vasprintf.c (ASSERT): Likewise.
17091         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
17092         * tests/test-vprintf-posix.c (ASSERT): Likewise.
17093         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
17094         * tests/test-vsnprintf.c (ASSERT): Likewise.
17095         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
17096         * tests/test-wcwidth.c (ASSERT): Likewise.
17097         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
17098         * tests/test-xprintf-posix.c (ASSERT): Likewise.
17099         * tests/test-xvasprintf.c (ASSERT): Likewise.
17100         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
17101         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
17102         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
17103         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
17104         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
17105         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
17106         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
17107         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
17108         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
17109         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
17110         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
17111         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
17112         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
17113         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
17114         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
17115         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
17116         * tests/unictype/test-block_list.c (ASSERT): Likewise.
17117         * tests/unictype/test-block_of.c (ASSERT): Likewise.
17118         * tests/unictype/test-block_test.c (ASSERT): Likewise.
17119         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
17120         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
17121         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
17122         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
17123         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
17124         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
17125         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
17126         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
17127         * tests/unictype/test-combining.c (ASSERT): Likewise.
17128         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
17129         * tests/unictype/test-digit.c (ASSERT): Likewise.
17130         * tests/unictype/test-mirror.c (ASSERT): Likewise.
17131         * tests/unictype/test-numeric.c (ASSERT): Likewise.
17132         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
17133         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
17134         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
17135         * tests/unictype/test-scripts.c (ASSERT): Likewise.
17136         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
17137         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
17138         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
17139         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
17140         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
17141         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
17142         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
17143         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
17144         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
17145         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
17146         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
17147         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
17148         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
17149         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
17150         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
17151         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
17152         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
17153         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
17154         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
17155         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
17156         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
17157         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
17158         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
17159         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
17160         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
17161         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
17162         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
17163         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
17164         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
17165         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
17166         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
17167         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
17168         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
17169         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
17170         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
17171         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
17172         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
17173         Reported by Eric Blake.
17174
17175 2008-04-11  Bruno Haible  <bruno@clisp.org>
17176
17177         * lib/wchar.in.h: Tweak comment.
17178
17179 2008-04-11  Bruno Haible  <bruno@clisp.org>
17180
17181         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
17182         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
17183         gl_COMMON.
17184         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
17185
17186 2008-04-11  Bruno Haible  <bruno@clisp.org>
17187
17188         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
17189
17190 2008-04-11  Simon Josefsson  <simon@josefsson.org>
17191
17192         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
17193         of attempting to use non-existing /dev/*random.  Based on patch
17194         from Adam Strzelecki <ono@java.pl> in
17195         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
17196
17197 2008-04-08  Bruno Haible  <bruno@clisp.org>
17198
17199         Add tentative support for emx+gcc.
17200         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
17201         * lib/fpurge.c (fpurge): Likewise.
17202         * lib/freadable.c (freadable): Likewise.
17203         * lib/freadahead.c (freadahead): Likewise.
17204         * lib/freading.c (freading): Likewise.
17205         * lib/freadptr.c (freadptr): Likewise.
17206         * lib/freadseek.c (freadptrinc): Likewise.
17207         * lib/fseeko.c (rpl_fseeko): Likewise.
17208         * lib/fseterr.c (fseterr): Likewise.
17209         * lib/fwritable.c (fwritable): Likewise.
17210         * lib/fwriting.c (fwriting): Likewise.
17211         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
17212
17213 2008-04-09  Eric Blake  <ebb9@byu.net>
17214
17215         Avoid some autoconf warnings.
17216         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
17217         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
17218         * m4/afs.m4 (gl_AFS): Likewise.
17219         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
17220         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
17221         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
17222         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
17223         (gl_INTEGER_TYPE_SUFFIX): Likewise.
17224         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
17225         (AC_CHECK_DECLS_ONCE): Likewise.
17226         Rename file...
17227         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
17228         gnulib-tool requires autoconf 2.59 or better.
17229         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
17230
17231 2008-04-08  Eric Blake  <ebb9@byu.net>
17232
17233         Use 'git describe --match' if present (added in git 1.5.5).
17234         * build-aux/git-version-gen: Limit result to tags that match 'v*'
17235         if possible.
17236
17237 2008-04-08  Bruno Haible  <bruno@clisp.org>
17238
17239         Add tentative support for OpenServer.
17240         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
17241         _ptr, _cnt.
17242         * lib/fpurge.c (fpurge): Likewise.
17243         * lib/freadable.c (freadable): Likewise.
17244         * lib/freadahead.c (freadahead): Likewise.
17245         * lib/freading.c (freading): Likewise.
17246         * lib/freadptr.c (freadptr): Likewise.
17247         * lib/freadseek.c (freadptrinc): Likewise.
17248         * lib/fseeko.c (rpl_fseeko): Likewise.
17249         * lib/fseterr.c (fseterr): Likewise.
17250         * lib/fwritable.c (fwritable): Likewise.
17251         * lib/fwriting.c (fwriting): Likewise.
17252         Reported by Roger Cornelius <rac@tenzing.org> and
17253         Brian K. White <brian@aljex.com>.
17254
17255 2008-04-06  Jim Meyering  <meyering@redhat.com>
17256
17257         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
17258
17259 2008-04-06  Bruno Haible  <bruno@clisp.org>
17260
17261         Avoid possible error with non-ASCII bytes in UTF-8 locales.
17262         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
17263         * tests/test-printf-posix.sh: Likewise.
17264         * tests/test-vfprintf-posix.sh: Likewise.
17265         * tests/test-vprintf-posix.sh: Likewise.
17266         * tests/test-xprintf-posix.sh: Likewise.
17267
17268 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17269
17270         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
17271         hide error from 'ls', needed on OS/2.
17272         Report by Elbert Pol <elbert.pol@gmail.com>.
17273
17274 2008-04-04  Eric Blake  <ebb9@byu.net>
17275
17276         Make test-fseeko.c failures meaningful.
17277         * tests/test-fseeko.c: Print line number on failure.
17278         * tests/test-fseek.c: Likewise.
17279         Reported by Nelson H. F. Beebe.
17280
17281         Improve strtod bug detection check.
17282         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
17283         required for Solaris 10.
17284         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
17285
17286 2008-04-04  Bruno Haible  <bruno@clisp.org>
17287
17288         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
17289         by m4/setenv.m4.
17290
17291 2008-04-03  Eric Blake  <ebb9@byu.net>
17292
17293         Ensure sane .version contents.
17294         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
17295         version string.
17296         * build-aux/git-version-gen: Improve documentation.
17297
17298         Make GNU make output nicer.
17299         * top/GNUmakefile [!_have-Makefile]: Add dependency on
17300         MAKECMDGOALS to enforce message for all command line targets.  Set
17301         srcdir for use in maint.mk.
17302
17303         Another maintainer tweak.
17304         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
17305         a target that regenerates version.
17306
17307 2008-04-03  Jim Meyering  <meyering@redhat.com>
17308
17309         vc-list-files: don't cause coreutils "make po-check" failure
17310         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
17311
17312 2008-04-03  Eric Blake  <ebb9@byu.net>
17313
17314         Allow VPATH usage of vc-list-files.
17315         * build-aux/vc-list-files (scriptversion): Add timestamp.
17316         (options): Add --help, --version, -C.
17317         (CVS): Support installed cvsu.
17318
17319 2008-04-02  Bruno Haible  <bruno@clisp.org>
17320
17321         Avoid some "statement with no effect" warnings from gcc.
17322         * tests/test-wctype.c (main): Explicitly ignore unused values.
17323         Reported by Jim Meyering.
17324
17325 2008-04-02  Jim Meyering  <meyering@redhat.com>
17326
17327         Avoid some warnings from "gcc -Wshadow".
17328         * tests/test-frexp.c (exp): Define to a different identifier.
17329         * tests/test-frexpl.c (exp): Likewise.
17330
17331 2008-04-03  Jim Meyering  <meyering@redhat.com>
17332
17333         bootstrap: remove dangling *.[ch] symlinks from lib
17334         * build-aux/bootstrap [dangling symlink removal]: Move find's
17335         -depth option to precede all others, to avoid a warning.
17336         Remove *.[ch] files too, and from "$source_base" (usually lib/).
17337
17338 2008-04-02  Bruno Haible  <bruno@clisp.org>
17339
17340         Avoid some warnings from "gcc -Wshadow".
17341         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
17342         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
17343         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
17344         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
17345         Reported by Jim Meyering.
17346
17347 2008-04-01  Bruno Haible  <bruno@clisp.org>
17348
17349         Fix test to work on IRIX 6.5 with cc.
17350         * tests/test-math.c (numeric_equal): New function.
17351         (main): Use it.
17352
17353 2008-04-01  Bruno Haible  <bruno@clisp.org>
17354
17355         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
17356
17357 2008-04-01  Bruno Haible  <bruno@clisp.org>
17358
17359         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
17360         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
17361         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
17362         (Depends-on): Remove math.
17363
17364         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
17365         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
17366         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
17367         (Depends-on): Remove math.
17368
17369         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
17370         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
17371         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
17372         (Depends-on): Remove math.
17373         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
17374         (Depends-on): Remove math.
17375
17376         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
17377         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
17378         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
17379         (Depends-on): Remove math.
17380         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
17381         (Depends-on): Remove math.
17382
17383         * tests/test-round1.c: Include nan.h.
17384         (main): Use NaNd instead of NAN.
17385         * modules/round-tests (Files): Add tests/nan.h.
17386
17387         * tests/test-trunc1.c: Include nan.h.
17388         (main): Use NaNd instead of NAN.
17389         * modules/trunc-tests (Files): Add tests/nan.h.
17390
17391         * tests/test-roundf1.c: Include nan.h.
17392         (main): Use NaNf instead of NAN.
17393         * modules/roundf-tests (Files): Add tests/nan.h.
17394
17395         * tests/test-truncf1.c: Include nan.h.
17396         (main): Use NaNf instead of NAN.
17397         * modules/truncf-tests (Files): Add tests/nan.h.
17398
17399         * tests/test-ceilf1.c: Include nan.h.
17400         (main): Use NaNf instead of NAN.
17401         * modules/ceilf-tests (Files): Add tests/nan.h.
17402
17403         * tests/test-floorf1.c: Include nan.h.
17404         (main): Use NaNf instead of NAN.
17405         * modules/floorf-tests (Files): Add tests/nan.h.
17406
17407         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
17408         (main): Use NaNf instead of NAN.
17409         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
17410
17411         * tests/test-isnand.c: Include nan.h instead of <math.h>.
17412         (main): Use NaNd instead of NAN.
17413         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
17414
17415         * tests/test-frexp.c: Include nan.h.
17416         (main): Use NaNd instead of NAN.
17417         * modules/frexp-tests (Files): Add tests/nan.h.
17418
17419         * lib/isnan.c: Don't include <math.h>.
17420         (FUNC): Don't use NAN macro.
17421         * modules/isnand-nolibm (Depends-on): Remove math.
17422         * modules/isnanf-nolibm (Depends-on): Remove math.
17423         * modules/isnanl (Depends-on): Remove math.
17424         * modules/isnanl-nolibm (Depends-on): Remove math.
17425
17426         * tests/nan.h: New file.
17427
17428 2008-04-01  Eric Blake  <ebb9@byu.net>
17429
17430         Fix typos.
17431         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
17432         values to be the right type.
17433
17434         For now, cater to gnulib strtod inaccuracies.
17435         * tests/test-strtod.c (main): Allow 1-ulp error on expected
17436         fractional results.  While not as nice from a QoI perspective, it
17437         is a quicker patch than correctly implementing decimal to binary
17438         rounding.
17439
17440 2008-03-31  Eric Blake  <ebb9@byu.net>
17441
17442         Guarantee a definition of NAN.
17443         * lib/math.in.h (NAN): Define if missing.
17444         * tests/test-math.c (main): Test it.
17445         * doc/posix-headers/math.texi (math.h): Document this.
17446         * lib/isnan.c (rpl_isnand): Use it.
17447         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
17448         * tests/test-floorf1.c (NaN): Likewise.
17449         * tests/test-frexp.c (NaN): Likewise.
17450         * tests/test-isnand.c (NaN): Likewise.
17451         * tests/test-isnanf.c (NaN): Likewise.
17452         * tests/test-round1.c (NaN): Likewise.
17453         * tests/test-roundf1.c (NaN): Likewise.
17454         * tests/test-snprintf-posix.h (NaN): Likewise.
17455         * tests/test-sprintf-posix.h (NaN): Likewise.
17456         * tests/test-trunc1.c (NaN): Likewise.
17457         * tests/test-truncf1.c (NaN): Likewise.
17458         * tests/test-vasnprintf-posix.c (NaN): Likewise.
17459         * tests/test-vasprintf-posix.c (NaN): Likewise.
17460         * modules/isnand-nolibm (Depends-on): Add math.
17461         * modules/isnanf-nolibm (Depends-on): Likewise.
17462         * modules/isnanl (Depends-on): Likewise.
17463         * modules/isnanl-nolibm (Depends-on): Likewise.
17464         * modules/snprintf-posix-tests (Depends-on): Likewise.
17465         * modules/sprintf-posix-tests (Depends-on): Likewise.
17466         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
17467         * modules/vsprintf-posix-tests (Depends-on): Likewise.
17468         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
17469         * modules/vasprintf-posix-tests (Depends-on): Likewise.
17470
17471 2008-03-31  Bruno Haible  <bruno@clisp.org>
17472
17473         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
17474         * doc/posix-functions/strtod.texi: Likewise.
17475
17476 2008-03-31  Bruno Haible  <bruno@clisp.org>
17477
17478         * tests/test-strtod.c (main): Don't use C99 syntax.
17479
17480 2008-03-31  Bruno Haible  <bruno@clisp.org>
17481
17482         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
17483         Reported by Eric Blake.
17484
17485 2008-03-31  Jim Meyering  <meyering@redhat.com>
17486
17487         Don't compare actual signbit return values.
17488         * tests/test-strtod.c (main): Rather, compare only their
17489         zero/non-zero nature.
17490
17491 2008-03-31  Eric Blake  <ebb9@byu.net>
17492
17493         More strtod documentation.
17494         * doc/posix-functions/strtod.texi (strtod): Interpret more test
17495         failures as distinct bugs.
17496
17497 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
17498
17499         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
17500         Problem reported by Erik Benada in
17501         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
17502
17503 2008-03-30  Bruno Haible  <bruno@clisp.org>
17504
17505         * tests/test-strtod.c: Add comments about which assertion fails on which
17506         platform.
17507         * doc/posix-functions/strtod.texi: Add info about many more platforms.
17508
17509 2008-03-30  Eric Blake  <ebb9@byu.net>
17510
17511         Test signbit behavior on zeros.
17512         * tests/test-signbit.c (test_signbitf): Add tests for zero.
17513         (test_signbitd, test_signbitl): Likewise.
17514
17515         More strtod touchups.
17516         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
17517         sign of negative underflow, for now.  Use .5, not .1.
17518         * doc/posix-functions/strtod.texi (strtod): Mention these
17519         limitations.
17520         Reported by Jim Meyering.
17521
17522 2008-03-30  Bruno Haible  <bruno@clisp.org>
17523
17524         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
17525         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
17526
17527 2008-03-30  Bruno Haible  <bruno@clisp.org>
17528
17529         Avoid failure when attempting to return empty iconv results on some
17530         platforms.
17531         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
17532         allocation, don't report ENOMEM when the resulting string is empty.
17533
17534 2008-03-30  Bruno Haible  <bruno@clisp.org>
17535
17536         Fix buffer overrun.
17537         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
17538         Don't consider the width for tmp_length. Check count against tmp_length
17539         before doing the padding. Ensure enough allocation during padding.
17540
17541 2008-03-30  Eric Blake  <ebb9@byu.net>
17542
17543         strtod touchups.
17544         * lib/strtod.c (strtod): Avoid compiler warnings.
17545         Reported by Jim Meyering.
17546
17547 2008-03-30  Bruno Haible  <bruno@clisp.org>
17548
17549         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
17550         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
17551         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
17552         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
17553         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
17554         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
17555         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
17556         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
17557
17558         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
17559         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
17560         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
17561         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
17562         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
17563         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
17564         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
17565         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
17566
17567         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
17568         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
17569         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
17570         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
17571         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
17572         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
17573         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
17574         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
17575
17576         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
17577         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
17578
17579         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
17580         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
17581
17582         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
17583         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
17584
17585         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
17586         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
17587         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
17588
17589         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
17590         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
17591         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
17592
17593         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
17594         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
17595         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
17596
17597         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
17598         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
17599         * modules/vasprintf (Depends-on): Add EOVERFLOW.
17600
17601         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
17602         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
17603         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
17604         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
17605         (Depends-on): Add EOVERFLOW.
17606         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
17607         (Depends-on): Add EOVERFLOW.
17608         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
17609         (Depends-on): Add EOVERFLOW.
17610         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
17611         (Depends-on): Add EOVERFLOW.
17612         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
17613         (Depends-on): Add EOVERFLOW.
17614         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
17615         (Depends-on): Add EOVERFLOW.
17616         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
17617         (Depends-on): Add EOVERFLOW.
17618         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
17619         (Depends-on): Add EOVERFLOW.
17620
17621         * lib/sprintf.c (EOVERFLOW): Remove fallback.
17622         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
17623         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
17624
17625         * lib/snprintf.c (EOVERFLOW): Remove fallback.
17626         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
17627         * modules/snprintf (Depends-on): Add EOVERFLOW.
17628
17629         * lib/poll.c (EOVERFLOW): Remove fallback.
17630         * modules/poll (Depends-on): Add EOVERFLOW.
17631
17632         * lib/getugroups.c (EOVERFLOW): Remove fallback.
17633         * modules/getugroups (Depends-on): Add EOVERFLOW.
17634
17635         * lib/getdelim.c (EOVERFLOW): Remove fallback.
17636         * modules/getdelim (Depends-on): Add EOVERFLOW.
17637
17638         * lib/ftell.c (EOVERFLOW): Remove fallback.
17639         * modules/ftell (Depends-on): Add EOVERFLOW.
17640
17641         * lib/fprintf.c (EOVERFLOW): Remove fallback.
17642         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
17643         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
17644
17645         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
17646
17647         * modules/EOVERFLOW-tests: New file.
17648         * tests/test-EOVERFLOW.c: New file.
17649
17650         * modules/EOVERFLOW: New file.
17651         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
17652
17653 2008-03-30  Bruno Haible  <bruno@clisp.org>
17654
17655         Fix bug introduced on 2007-06-10.
17656         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
17657         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
17658
17659 2008-03-30  Bruno Haible  <bruno@clisp.org>
17660
17661         Improve freadseek's efficiency after ungetc.
17662         * lib/freadseek.c: Include freadahead.h.
17663         (freadptrinc): New function, extracted from freadseek.
17664         (freadseek): Use it in a loop. Use freadahead to determine the number
17665         of loop iterations.
17666         * modules/freadseek (Depends-on): Add freadahead.
17667         (configure.ac): Require AC_C_INLINE.
17668
17669 2008-03-30  Bruno Haible  <bruno@clisp.org>
17670
17671         * lib/freadseek.c (freadseek): Don't ignore the return value of
17672         freadptr.
17673
17674 2008-03-29  Eric Blake  <ebb9@byu.net>
17675
17676         Add hex float support.
17677         * modules/strtod (Depends-on): Add c-ctype.
17678         (Link): Mention POW_LIB.
17679         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
17680         whitespace between 'e' and exponent.
17681         * tests/test-strtod.c (main): Enable hex float tests.
17682         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
17683         now provides.
17684
17685         Document various strtod bugs, with some fixes.
17686         * doc/posix-functions/strtod.texi (strtod): Document bugs with
17687         "-0x", "inf", "nan", and hex constants.
17688         * doc/posix-functions/atof.texi (atof): Likewise.
17689         * modules/stdlib (Makefile.am): Support strtod.
17690         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
17691         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
17692         detect additional strtod bugs.
17693         * lib/stdlib.in.h (rpl_strtod): Add declarations.
17694         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
17695         bool where appropriate.  Parse 'inf' and 'nan'.
17696         * tests/test-strtod.c: New file.
17697         * modules/strtod (Depends-on): Add stdbool, stdlib.
17698         (configure.ac): Turn on module indicator.
17699         * modules/strtod-tests: New module.
17700
17701 2008-03-29  Eric Blake  <ebb9@byu.net>
17702
17703         Fix ftell on mingw.
17704         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
17705         * modules/ftell-tests (Depends-on): Add binary-io.
17706         * modules/ftello-tests (Depends-on): Likewise.
17707         * tests/test-ftell.c (main): Enhance test to cover behavior after
17708         ungetc.  Enforce binary mode.
17709         * tests/test-ftello.c (main): Likewise.
17710
17711         Pass test-freadseek on cygwin.
17712         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
17713         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
17714         ungetc buffer.
17715
17716         * tests/test-fflush2.c (main): Fix typo.
17717
17718 2008-03-29  Bruno Haible  <bruno@clisp.org>
17719
17720         * tests/test-fflush2.c (main): Temporarily disable the contents of
17721         this test.
17722         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
17723         Reported by Eric Blake.
17724
17725 2008-03-28  Simon Josefsson  <simon@josefsson.org>
17726
17727         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
17728         (GC_SHA224_DIGEST_SIZE): Add.
17729
17730         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
17731         (gc_hash_digest_length): Likewise.
17732         (gc_hash_buffer): Likewise.
17733
17734 2008-03-25  Bruno Haible  <bruno@clisp.org>
17735
17736         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
17737         detail which gettext release to use.
17738         Reported by Simon Josefsson.
17739
17740 2008-03-26  Jim Meyering  <meyering@redhat.com>
17741
17742         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
17743         * modules/gnumakefile (clean-GNUmakefile): Also, use
17744         test ... && ... || : syntax rather than if-then ... fi.
17745
17746         gnumakefile: Don't double-quote-expand $(VPATH) value.
17747         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
17748
17749 2008-03-24  Eric Blake  <ebb9@byu.net>
17750
17751         Alter GNUmakefile to install into top directory.
17752         * modules/maintainer-makefile: Split, and add dependency...
17753         * modules/gnumakefile: to this new module.
17754         * build-aux/GNUmakefile: Move...
17755         * top/GNUmakefile: ...here.
17756         * build-aux/maint.mk: Move...
17757         * top/maint.mk: ...here.
17758         * MODULES.html.sh (Support for maintaining...): Document new
17759         module.
17760
17761 2008-03-23  Bruno Haible  <bruno@clisp.org>
17762
17763         * gnulib-tool: New options --vc-files, --no-vc-files.
17764         (func_usage): Document them.
17765         (vc_files): New variable.
17766         (func_import): Consider vc_files.
17767         (func_create_testdir): Set vc_files to empty.
17768         Suggested by Jim Meyering and Karl Berry.
17769
17770 2008-03-23  Bruno Haible  <bruno@clisp.org>
17771
17772         Fix regex compilation error on HP-UX 11.
17773         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
17774         * modules/regex (Files): Add m4/mbstate_t.m4.
17775         Reported by Ton Voon <ton.voon@altinity.com>.
17776
17777 2008-03-23  Bruno Haible  <bruno@clisp.org>
17778
17779         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
17780
17781 2008-03-23  Eric Blake  <ebb9@byu.net>
17782             Bruno Haible  <bruno@clisp.org>
17783
17784         Install files from top/ in the destination directory.
17785         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
17786         augmentation also for the files from top/.
17787         (func_import, func_create_testdir): Rewrite file names:
17788         top/filename -> filename.
17789
17790 2008-03-23  Bruno Haible  <bruno@clisp.org>
17791
17792         Tweak "gnulib --version" output.
17793         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
17794
17795 2008-03-23  Bruno Haible  <bruno@clisp.org>
17796
17797         Tweak "gnulib --version" output.
17798         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
17799         rather than contents of ChangeLog, when possible.
17800
17801 2008-03-21  Eric Blake  <ebb9@byu.net>
17802
17803         More --version tweaks.
17804         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
17805         date of last ChangeLog entry.
17806
17807 2008-03-21  Jim Meyering  <meyering@redhat.com>
17808
17809         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
17810
17811 2008-03-20  Eric Blake  <ebb9@byu.net>
17812
17813         VPATH fix.
17814         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
17815
17816 2008-03-20  Simon Josefsson  <simon@josefsson.org>
17817
17818         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
17819         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
17820
17821 2008-03-20  Eric Blake  <ebb9@byu.net>
17822
17823         Sync GNUmakefile with coreutils.
17824         * build-aux/GNUmakefile (have-Makefile): Rename...
17825         (_have-Makefile): ...to this, for namespace consideration.
17826         (GNUmakefile.cfg): Include, if present.
17827         (_autoreconf): Define a default.
17828         (_is-dist-target): New rule for rebuilds to pick up intra-release
17829         version.
17830         (maint-cfg.mk): Rename...
17831         (cfg.mk): ...to this.
17832
17833 2008-03-18  Jim Meyering  <meyering@redhat.com>
17834
17835         New script and module: mktempd
17836         * MODULES.html.sh (maint+release support): Add mktempd.
17837         * build-aux/mktempd: New file.
17838         * modules/mktempd: New file.
17839
17840 2008-03-15  Jim Meyering  <meyering@redhat.com>
17841
17842         Undo last change.
17843         * lib/sha1.c, lib/md5.c: 63 != ~63.
17844         Reported by Andreas Schwab.
17845
17846         sha1.c, md5.c: Hoist a redundant expression.
17847         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
17848         "ctx->buflen" only once, before calling *_process_block.
17849         * lib/md5.c (md5_process_bytes): Likewise.
17850
17851 2008-03-14  Eric Blake  <ebb9@byu.net>
17852
17853         Bump copyright year in files generated by gnulib-tool.
17854         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
17855         gnulib-tool, rather than hard-coding it.
17856
17857         Fix 'gnulib-tool --version' output to work with git.
17858         * gnulib-tool (func_gnulib_dir): New function, extracted from...
17859         (startup): ...here.
17860         (func_version): Use it to invoke git-version-gen, rather than
17861         relying on CVS keyword expansion.  Modernize wording.
17862         (cvsdatestamp, last_checkin_date, version): Kill unused
17863         variables.
17864
17865 2008-03-12  Jim Meyering  <meyering@redhat.com>
17866
17867         Recognize optional cast of the argument to free.
17868         * build-aux/useless-if-before-free: Update regexps.
17869
17870         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
17871
17872 2008-03-11  Bruno Haible  <bruno@clisp.org>
17873
17874         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
17875         by a single package.
17876         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
17877         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
17878         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
17879         Reported by Sam Steingold <sds@gnu.org>.
17880
17881 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
17882
17883         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
17884         repositories.
17885
17886 2008-03-11  Bruno Haible  <bruno@clisp.org>
17887
17888         Avoid conflicts between local macro definitions.
17889         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
17890         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
17891
17892 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
17893             Bruno Haible  <bruno@clisp.org>
17894
17895         Make va_copy work with some version of xlc on AIX 5.1.
17896         * lib/stdarg.in.h: New file.
17897         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
17898         On AIX, use a <stdarg.h> file substitute.
17899         * modules/stdarg (Files): Add lib/stdarg.in.h.
17900         (Depends-on): Add include_next.
17901         (Makefile.am): Build a stdarg.h substitute if requested.
17902         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
17903
17904 2008-03-10  Bruno Haible  <bruno@clisp.org>
17905
17906         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
17907         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
17908         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
17909
17910 2008-03-10  Bruno Haible  <bruno@clisp.org>
17911
17912         * modules/stdlib (Depends-on): Add include_next, remove
17913         absolute-header.
17914
17915 2008-03-09  Bruno Haible  <bruno@clisp.org>
17916
17917         * lib/freadahead.h (freadahead): Document more precisely.
17918         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
17919         the sum of both buffer sizes.
17920         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
17921         * NEWS: Document the change.
17922
17923 2008-03-09  Bruno Haible  <bruno@clisp.org>
17924
17925         Extend freadptr to return also the buffer size.
17926         * lib/freadptr.h (freadptr): Add sizep argument.
17927         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
17928         (freadptr): Add sizep argument. Determine buffer size like freadahead
17929         does.
17930         * tests/test-freadptr.c: Don't include freadahead.h.
17931         (main): Adapt for new calling convention of freadptr.
17932         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
17933         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
17934         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
17935         tests/test-freadptr2.sh.
17936         (Depends): Remove freadahead.
17937         (TESTS): Add test-freadptr2.sh.
17938         (check_PROGRAMS): Add test-freadptr2.
17939
17940 2008-03-09  Bruno Haible  <bruno@clisp.org>
17941
17942         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
17943         Report and solution by Simon Josefsson.
17944
17945 2008-03-06  Bruno Haible  <bruno@clisp.org>
17946
17947         Make fflush after ungetc work on BSD platforms.
17948         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
17949         * tests/test-fflush2.c: New file.
17950         * tests/test-fflush2.sh: New file.
17951         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
17952         tests/test-fflush2.c.
17953         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
17954         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
17955
17956 2008-03-06  Eric Blake  <ebb9@byu.net>
17957
17958         Likewise for ftello.
17959         * modules/ftello (Dependencies): Add extensions.
17960         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
17961
17962 2008-03-06  Bruno Haible  <bruno@clisp.org>
17963
17964         * modules/fseeko (Dependencies): Add extensions.
17965         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
17966         Needed on glibc systems.
17967
17968 2008-03-06  Bruno Haible  <bruno@clisp.org>
17969
17970         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
17971         email address.
17972         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
17973
17974 2008-03-06  Bruno Haible  <bruno@clisp.org>
17975
17976         * users.txt: Add libgnupdf.
17977
17978 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
17979
17980         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
17981         (Header File Substitutes, Function Substitutes,
17982         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
17983         (Build robot for gnulib): Fix typo.
17984
17985 2008-03-06  Bruno Haible  <bruno@clisp.org>
17986
17987         * doc/gnulib-tool.texi (VCS Issues): Small updates.
17988         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
17989
17990 2008-03-06  Bruno Haible  <bruno@clisp.org>
17991
17992         * doc/func.texi: New file, extracted from doc/gnulib.texi.
17993         * doc/gnulib.texi: Include it.
17994
17995 2008-03-06  Simon Josefsson  <simon@josefsson.org>
17996
17997         * modules/func (License): Change license to unlimited; there was
17998         no LGPL parts in the module anyway.
17999
18000 2008-03-06  Simon Josefsson  <simon@josefsson.org>
18001
18002         * modules/__func__: Renamed to modules/func.
18003         * modules/__func__-tests: Renamed to modules/func-tests.
18004         * tests/test-__func__.c: Renamed to tests/test-func.c.
18005         * m4/__func__.m4: Renamed to m4/func.m4.
18006         * doc/gnulib.texi (__func__): Section renamed to func.
18007         Suggested by Eric Blake <ebb9@byu.net>.
18008
18009 2008-03-06  Simon Josefsson  <simon@josefsson.org>
18010
18011         * doc/gnulib.texi (__func__): Use C99 terminology when talking
18012         about __func__.  Make example self-contained.  Suggested by Eric
18013         Blake <ebb9@byu.net>.
18014
18015         * tests/test-__func__.c (main): Avoid extraneous () around __func.
18016         Suggested by Eric Blake <ebb9@byu.net>.
18017
18018 2008-03-06  Simon Josefsson  <simon@josefsson.org>
18019
18020         * modules/__func__: New file.
18021         * modules/__func__-tests: New file.
18022         * tests/test-__func__.c: New file.
18023         * m4/__func__.m4: New file.
18024         * doc/gnulib.texi (__func__): Document __func__ module.
18025
18026 2008-03-05  Simon Josefsson  <simon@josefsson.org>
18027
18028         * modules/byteswap (License): Re-license as LGPLv2+.
18029
18030 2008-03-05  Simon Josefsson  <simon@josefsson.org>
18031
18032         * doc/Makefile: Add pdf target.
18033
18034 2008-03-05  Simon Josefsson  <simon@josefsson.org>
18035
18036         * modules/inline (License): Use 'unlimited', since there are only
18037         *.m4 files in this module.
18038
18039 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
18040             Bruno Haible  <bruno@clisp.org>
18041
18042         Add support for HP C 7.1 on OpenVMS 8.3.
18043         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
18044
18045 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
18046
18047         Update VMS specifics.
18048         * lib/getopt.c [VMS]: Remove include of unixlib.h.
18049
18050 2008-03-02  Jim Meyering  <meyering@redhat.com>
18051
18052         Remove the last dependency on the "free" module.
18053         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
18054         Reported by Bob Proulx.
18055
18056         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
18057
18058         Remove useless "if" tests before free.  Deprecate "free" module.
18059         * doc/posix-functions/free.texi: Mention that this
18060         module is no longer useful.
18061         * modules/free (Notice): Say this module is obsolete.
18062         * modules/readutmp (Depends-on): Remove free.
18063         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
18064         * lib/putenv.c (putenv): Likewise.
18065         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
18066         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
18067         * tests/test-c-strcasestr.c (main): Likewise.
18068         * tests/test-c-strstr.c (main): Likewise.
18069         * tests/test-mbscasestr1.c (main): Likewise.
18070         * tests/test-mbscasestr2.c (main): Likewise.
18071         * tests/test-mbsstr1.c (main): Likewise.
18072         * tests/test-mbsstr2.c (main): Likewise.
18073         * tests/test-memmem.c (main): Likewise.
18074         * tests/test-strcasestr.c (main): Likewise.
18075         * tests/test-striconv.c (main): Likewise.
18076         * tests/test-striconveh.c (main): Likewise.
18077         * tests/test-striconveha.c (main): Likewise.
18078         * tests/test-strstr.c (main): Likewise.
18079
18080         * build-aux/git-version-gen: Adjust a comment and the Usage string.
18081
18082         bootstrap: sync from coreutils again
18083         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
18084
18085 2008-03-01  Jim Meyering  <meyering@redhat.com>
18086
18087         bootstrap: sync from coreutils
18088         * build-aux/bootstrap (update_po_files): Copy a .po file into place
18089         also when the target doesn't exist.
18090
18091 2008-03-01  Eric Blake  <ebb9@byu.net>
18092
18093         Fix bugs in last patch.
18094         * lib/memchr2.c (memchr2): Fix typo.
18095         * tests/test-memchr2.c: Test previous bug, and don't use GNU
18096         extension.
18097         Reported by Bruce Korb.
18098
18099         New module 'memchr2'.
18100         * modules/memchr2: New file.
18101         * modules/memchr2-tests: Likewise.
18102         * lib/memchr2.h: Likewise.
18103         * lib/memchr2.c: Likewise, based on memchr.c.
18104         * tests/test-memchr2.c: New test.
18105         * MODULES.html.sh (String handling): Add memchr2.
18106
18107 2008-02-29  Bruno Haible  <bruno@clisp.org>
18108
18109         * modules/freadseek-tests: New file.
18110         * tests/test-freadseek.sh: New file.
18111         * tests/test-freadseek.c: New file.
18112
18113         New module 'freadseek'.
18114         * modules/freadseek: New file.
18115         * lib/freadseek.h: New file.
18116         * lib/freadseek.c: New file.
18117         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
18118
18119 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
18120
18121         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
18122         wydawca.
18123
18124         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
18125         program_invocation_name and program_invocation_short_name are
18126         present.
18127
18128 2008-02-28  Bruno Haible  <bruno@clisp.org>
18129
18130         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
18131         * tests/test-freadptr.sh: Also test non-seekable stdin.
18132
18133 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
18134
18135         * build-aux/bootstrap (source_base, m4_base)
18136         (doc_base, tests_base): New variables.
18137         (gnulib_tool_options): Do not hardcode base directories, use
18138         the above variables instead.
18139
18140 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
18141
18142         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
18143
18144 2008-02-28  Bruno Haible  <bruno@clisp.org>
18145
18146         * modules/freadptr-tests: New file.
18147         * tests/test-freadptr.sh: New file.
18148         * tests/test-freadptr.c: New file.
18149
18150         New module 'freadptr'.
18151         * modules/freadptr: New file.
18152         * lib/freadptr.h: New file.
18153         * lib/freadptr.c: New file.
18154         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
18155
18156 2008-02-26  Karl Berry  <karl@freefriends.org>
18157
18158         Sync from Libtool:
18159         * libltdl/argz.c (argz_add, argz_count): New functions.
18160         * libltdl/argz.in.h: Declare them.
18161         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
18162
18163 2008-02-22  Bruno Haible  <bruno@clisp.org>
18164
18165         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
18166         is a pointer type.  Needed for HP-UX 10.
18167         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
18168         * doc/posix-functions/gmtime_r.texi: Likewise.
18169         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
18170
18171 2008-02-24  Bruno Haible  <bruno@clisp.org>
18172
18173         * modules/environ-tests: New file.
18174         * tests/test-environ.c: New file.
18175
18176         New module 'environ'.
18177         * modules/environ: New file.
18178         * lib/unistd.in.h (environ): New declaration.
18179         * m4/environ.m4: New file.
18180         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
18181         after use.
18182         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
18183         HAVE_DECL_ENVIRON.
18184         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
18185         HAVE_DECL_ENVIRON.
18186         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
18187         wrong claim that 'environ' is missing on some systems.
18188         * modules/execute (Depends-on): Add environ.
18189         * lib/execute.c (environ): Remove fallback declaration.
18190         * modules/pipe (Depends-on): Add environ.
18191         * lib/pipe.c (environ): Remove fallback declaration.
18192         * modules/setenv (Depends-on): Add environ.
18193         * lib/setenv.c (environ): Remove fallback declaration.
18194         * modules/unsetenv (Depends-on): Add environ.
18195         * lib/unsetenv.c (environ): Remove fallback declaration.
18196         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
18197         m4/environ.m4.
18198         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
18199         (gl_PREREQ_UNSETENV): Likewise.
18200
18201 2008-02-24  Bruno Haible  <bruno@clisp.org>
18202
18203         * doc/posix-functions/environ.texi: Document the MacOS X problem.
18204
18205 2008-02-20  Bob Proulx  <bob@proulx.com>
18206
18207         Enable use of older two part flavor 'git describe'.
18208         * build-aux/git-version-gen: If using the older two part flavor of
18209         git version then recreate the third part now present in the
18210         newer three part flavor of git describe.
18211
18212 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
18213
18214         * lib/fts.c (fts_build): Typo correction to comment.
18215
18216 2008-02-17  Bruno Haible  <bruno@clisp.org>
18217
18218         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
18219         generating no-op conflicts.
18220
18221 2008-02-17  Bruno Haible  <bruno@clisp.org>
18222
18223         Speed up by 10%.
18224         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
18225         result_entries, rather than an index-based loop.
18226
18227 2008-02-17  Bruno Haible  <bruno@clisp.org>
18228
18229         Speed up by 25%.
18230         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
18231         'hashcode_cached'.
18232         (entry_create): New function.
18233         (entry_hashcode): Use the cached hashcode if possible.
18234         (read_changelog_file, try_split_merged_entry): Use entry_create.
18235
18236 2008-02-17  Bruno Haible  <bruno@clisp.org>
18237
18238         Speed up from O(n^2) to O(n) for long ChangeLog files.
18239         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
18240         (read_changelog_file): Change implementation of entries_reversed list
18241         to rbtreehash.
18242         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
18243
18244 2008-02-17  Bruno Haible  <bruno@clisp.org>
18245
18246         New option --split-merged-entry.
18247         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
18248         (find_paragraph_end, try_split_merged_entry): New functions.
18249         (long_options): Add option --split-merged-entry.
18250         (usage): Document option --split-merged-entry.
18251         (main): Implement option --split-merged-entry.
18252         Reported by Eric Blake.
18253
18254 2008-02-17  Bruno Haible  <bruno@clisp.org>
18255
18256         * lib/git-merge-changelog.c: Include c-strstr.h.
18257         (main): Support the "git pull --rebase" situation.
18258         * modules/git-merge-changelog (Depends-on): Add c-strstr.
18259         Reported by Eric Blake.
18260
18261 2008-02-16  Eric Blake  <ebb9@byu.net>
18262
18263         Avoid doubling \ in common case of "c-maybe" quoting style.
18264         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
18265         eliding outer quotes.
18266         * lib/quotearg.h: Document this.
18267         * tests/test-quotearg.c (result_strings, inputs, results_g)
18268         (flag_results, locale_results): Test it by adding a new string to
18269         each test group.
18270         (compare_strings): Test new string.
18271
18272 2008-02-13  Eric Blake  <ebb9@byu.net>
18273
18274         Avoid trigraph quoting in default output.
18275         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
18276         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
18277         unless explicitly requested.
18278         * tests/test-quotearg.c (flag_results, main): Add additional tests.
18279
18280 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
18281
18282         Don't rely on signed integer overflowing to negative value.
18283         * lib/getugroups.c (getugroups): Include <limits.h>.
18284         Instead, compare against INT_MAX, and increment only if the test passes.
18285
18286 2008-02-13  Jim Meyering  <meyering@redhat.com>
18287         and Eric Blake  <ebb9@byu.net>
18288
18289         Avoid shadowing warning and compile errors on Linux.
18290         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
18291         forwarding macros on Linux.
18292         (dcgettext): Define a stub, for Linux.
18293         (results_g, main): Avoid warnings.
18294
18295 2008-02-12  Eric Blake  <ebb9@byu.net>
18296
18297         Silence warning in last patch.
18298         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
18299
18300         Quotearg part 4: add tests, fix c-maybe colon quoting.
18301         * lib/quotearg.h: Improve documentation.
18302         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
18303         escapes when adding outer quotes.  When quoting trigraphs, use
18304         valid C notation.  When quoting NUL, omit extra characters if next
18305         character is not digit.  Alter prototype.
18306         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
18307         callers.
18308         * modules/quotearg-tests: New module.
18309         * tests/test-quotearg.c: New test.
18310
18311 2008-02-07  Eric Blake  <ebb9@byu.net>
18312
18313         Quotearg part 3: add flag to control outer quote elision.
18314         * lib/quotearg.h (c_maybe_quoting_style): New style.
18315         (enum quoting_flags): Better documentation of flags.
18316         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
18317         c-maybe style.
18318         (quotearg_buffer_restyled): Handle new flag to elide outer
18319         quotes.
18320
18321         Quotearg part 2: add flag that can control NUL elision.
18322         * lib/quotearg.h (set_quoting_flags): New prototype.
18323         * lib/quotearg.c (struct quoting_options): Add flag field.
18324         (set_quoting_flags): New function.
18325         (quotearg_buffer_restyled): Add flags parameter.
18326         (quotearg_alloc_mem): Set the flag if length cannot be returned.
18327         (quotearg_n_options): Set the flag, since length cannot be
18328         returned.
18329         (quoting_options_from_style): Default flags correctly.
18330
18331         Quotearg part 1: more wrappers, restore quotearg_char state.
18332         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
18333         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
18334         (quotearg_colon_mem): New wrappers.
18335         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
18336         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
18337         functions.
18338         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
18339         (quotearg_colon_mem): New functions.
18340
18341 2008-02-11  Bruno Haible  <bruno@clisp.org>
18342
18343         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
18344         library in the current directory: it does not work with parallel make.
18345         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18346
18347 2008-02-11  Bruno Haible  <bruno@clisp.org>
18348
18349         * .gitattributes: New file.
18350
18351 2008-02-11  Jim Meyering  <meyering@redhat.com>
18352
18353         useless-if-before-free: Fix reversed exit values.
18354         * build-aux/useless-if-before-free: Use correct values
18355         for EXIT_MATCH and EXIT_NO_MATCH.
18356
18357         * build-aux/useless-if-before-free: Close stdout carefully.
18358
18359 2008-02-10  Bruno Haible  <bruno@clisp.org>
18360
18361         New module 'git-merge-changelog'.
18362         * modules/git-merge-changelog: New file.
18363         * lib/git-merge-changelog.c: New file.
18364
18365 2008-02-10  Jim Meyering  <meyering@redhat.com>
18366
18367         useless-if-before-free: New option: --list (-l).
18368
18369         useless-if-before-free: Don't exit immediately upon open failure.
18370         * build-aux/useless-if-before-free: Exit 2 for errors.
18371         Upon failure to open a file, don't exit immediately.
18372         Rather, just warn and continue with any remaining files.
18373
18374 2008-02-10  Bruno Haible  <bruno@clisp.org>
18375
18376         New abstract list operation 'node_set_value'.
18377         * lib/gl_list.h (gl_list_node_set_value): New function.
18378         (struct gl_list_implementation): New field node_set_value.
18379         * lib/gl_list.c (gl_list_node_set_value): New function.
18380         * lib/gl_array_list.c (gl_array_node_set_value): New function.
18381         (gl_array_list_implementation): Update.
18382         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
18383         (gl_carray_list_implementation): Update.
18384         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
18385         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
18386         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
18387         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
18388         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
18389         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
18390         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
18391         Update.
18392         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
18393         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
18394         (gl_sublist_list_implementation): Update.
18395
18396 2008-02-10  Bruno Haible  <bruno@clisp.org>
18397
18398         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
18399         Needed when ELEMENT is #defined to 'some_type *'.
18400
18401 2008-02-10  Jim Meyering  <meyering@redhat.com>
18402
18403         New script and module: useless-if-before-free
18404         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
18405         * build-aux/useless-if-before-free: New file.
18406         * modules/useless-if-before-free: New file.
18407
18408         * build-aux/gitlog-to-changelog: Use committer date, not author date.
18409
18410         xstrtol_error: Fix typo.
18411         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
18412         s/exit_failure/exit_status/.
18413
18414 2008-02-09  Jim Meyering  <meyering@redhat.com>
18415
18416         New script and module: gitlog-to-changelog
18417         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
18418         * modules/gitlog-to-changelog: New file.
18419         * build-aux/gitlog-to-changelog: New file.
18420
18421 2008-02-08  Jim Meyering  <meyering@redhat.com>
18422
18423         Avoid two "parameter unused" warnings.
18424         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
18425         Mark "st" as used.
18426
18427         Use "git COMMAND", not "git-COMMAND".
18428         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
18429         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
18430         * build-aux/git-version-gen: Use "git status", not "git-status".
18431
18432 2008-02-07  Bruno Haible  <bruno@clisp.org>
18433
18434         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
18435         Avoids a crash on Windows Vista.
18436         Reported by Adam Strzelecki <ono@java.pl> via
18437         Simon Josefsson <simon@josefsson.org>.
18438
18439 2008-02-06  Bruno Haible  <bruno@clisp.org>
18440
18441         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
18442         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
18443         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
18444         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
18445         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
18446         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18447         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
18448         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
18449         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18450         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18451         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18452         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18453         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18454         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18455         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18456         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
18457         left-adjust flag.
18458         * tests/test-snprintf-posix.h (test_function): Likewise.
18459         * tests/test-sprintf-posix.h (test_function): Likewise.
18460         * tests/test-vasprintf-posix.c (test_function): Likewise.
18461         * doc/posix-functions/fprintf.texi: Update.
18462         * doc/posix-functions/printf.texi: Update.
18463         * doc/posix-functions/snprintf.texi: Update.
18464         * doc/posix-functions/sprintf.texi: Update.
18465         * doc/posix-functions/vfprintf.texi: Update.
18466         * doc/posix-functions/vprintf.texi: Update.
18467         * doc/posix-functions/vsnprintf.texi: Update.
18468         * doc/posix-functions/vsprintf.texi: Update.
18469         Reported by Peter Fales <psfales@alcatel-lucent.com>.
18470
18471 2008-02-06  Bruno Haible  <bruno@clisp.org>
18472
18473         Fix bug introduced on 2008-01-26.
18474         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
18475
18476 2008-02-06  Bruno Haible  <bruno@clisp.org>
18477
18478         Fix bug introduced on 2007-06-10.
18479         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
18480         !NEED_PRINTF_FLAG_ZERO.
18481
18482 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
18483
18484         getloadavg: use libperfstat on AIX5
18485         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
18486
18487 2008-02-03  Bruno Haible  <bruno@clisp.org>
18488
18489         * lib/diffseq.h: Add comments about required #includes.
18490         Reported by Michael Biggs <gnulib@doubleplum.net>.
18491
18492 2008-02-01  Bruno Haible  <bruno@clisp.org>
18493
18494         * users.txt: Add gnuit.
18495
18496 2008-01-31  Bruno Haible  <bruno@clisp.org>
18497
18498         * lib/md4.c (set_uint32): Mark as inline.
18499         * lib/md5.c (set_uint32): Likewise.
18500         * lib/sha1.c (set_uint32): Likewise.
18501         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
18502         * m4/md5.m4 (gl_MD5): Likewise.
18503         * m4/sha1.m4 (gl_SHA1): Likewise.
18504
18505 2008-01-31  Jim Meyering  <meyering@redhat.com>
18506
18507         Use "sizeof VAR", rather than a literal "4".
18508         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
18509         * lib/md4.c (md4_read_ctx): Likewise.
18510         * lib/sha1.c (sha1_read_ctx): Likewise.
18511
18512 2008-01-31  Simon Josefsson  <simon@josefsson.org>
18513
18514         * tests/test-sha1.c: New file, based on test-md5.c.
18515
18516         * modules/crypto/sha1-tests: New file.
18517
18518 2008-01-31  Simon Josefsson  <simon@josefsson.org>
18519
18520         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
18521
18522 2008-01-31  Jim Meyering  <meyering@redhat.com>
18523
18524         Prefer "sizeof v" over the equivalent "4".
18525         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
18526         * lib/md5.c (set_uint32): Likewise.
18527         * lib/sha1.c (set_uint32): Likewise.
18528
18529 2008-01-31  Simon Josefsson  <simon@josefsson.org>
18530
18531         * lib/sha1.c (set_uint32): Mark function as static.
18532
18533 2008-01-31  Simon Josefsson  <simon@josefsson.org>
18534
18535         md2: clarify comments to say that alignment is not required.
18536         * lib/md2.h: Remove warning about alignment in comment.
18537         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
18538         never been required.
18539
18540 2008-01-31  Simon Josefsson  <simon@josefsson.org>
18541
18542         md4: adapt alignment constraint fix from sha1.
18543         * lib/md4.c (set_uint32): New function, from sha1.c
18544         (md4_read_ctx): Use it.
18545         (md4_finish_ctx): Doc fix.
18546         * lib/md4.h: Doc fix.
18547
18548 2008-01-31  Simon Josefsson  <simon@josefsson.org>
18549
18550         md5: adapt alignment constraint fix from sha1.
18551         * lib/md5.c (set_uint32): New function, from sha1.c
18552         (md5_read_ctx): Use it.
18553         (md5_finish_ctx): Doc fix.
18554         * lib/md5.h: Doc fix.
18555
18556 2008-01-30  Peter Palfrader  <weasel@debian.org>
18557
18558         sha1: remove the result buffer alignment constraint
18559         * lib/sha1.c (set_uint32): New function.
18560         (sha1_read_ctx): Rewrite to remove the result buffer alignment
18561         constraint.
18562         (sha1_finish_ctx): Remove comment warning about alignment constraint.
18563         * lib/sha1.h: Likewise.
18564
18565 2008-01-30  Andreas Schwab  <schwab@suse.de>
18566             Bruno Haible  <bruno@clisp.org>
18567
18568         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
18569         correct definition of LDBL_MIN_EXP.
18570
18571 2008-01-30  Karl Berry  <karl@gnu.org>
18572
18573         * config/srclist-update: try to preserve x bit on updates.
18574         * config/srclistvars.sh: update for karl.
18575
18576 2008-01-29  Jim Meyering  <meyering@redhat.com>
18577
18578         vasnprintf.c: Avoid warning about unused label
18579         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
18580         "overflow" label definition and associated code with the
18581         same cpp condition that guards the sole use of that label.
18582
18583 2008-01-26  Bruno Haible  <bruno@clisp.org>
18584
18585         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
18586         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
18587         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
18588         * lib/isnanl-nolibm.h (isnanl): Likewise.
18589         Reported by Paul Eggert <eggert@cs.ucla.edu>.
18590
18591 2008-01-26  Bruno Haible  <bruno@clisp.org>
18592
18593         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
18594         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
18595
18596 2008-01-26  Bruno Haible  <bruno@clisp.org>
18597
18598         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
18599         GCC >= 4.0 built-in.
18600         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
18601
18602 2008-01-26  Bruno Haible  <bruno@clisp.org>
18603
18604         Rename isnan, applicable to 'double' only, to isnand.
18605         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
18606         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
18607         (configure.ac): Update.
18608         (Include): Replace "isnan.h" with "isnand.h".
18609         * m4/isnand.m4: Renamed from m4/isnan.m4.
18610         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
18611         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
18612         instead of isnan.c.
18613         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
18614         instead of HAVE_ISNAN_IN_LIBC.
18615         (isnand): Renamed from isnan.
18616         * lib/isnand.c: New file.
18617         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
18618         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
18619         (Makefile.am): Update.
18620         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
18621         Include isnand.h instead of isnan.h.
18622         (main): Test isnand instead of isnan.
18623         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
18624         isnan-nolibm.
18625         * modules/frexp (Depends-on): Likewise.
18626         * modules/frexp-tests (Depends-on): Likewise.
18627         * modules/frexp-nolibm (Depends-on): Likewise.
18628         * modules/frexp-nolibm-tests (Depends-on): Likewise.
18629         * modules/isfinite (Depends-on): Likewise.
18630         * modules/round-tests (Depends-on): Likewise.
18631         * modules/signbit (Depends-on): Likewise.
18632         * modules/signbit-tests (Depends-on): Likewise.
18633         * modules/snprintf-posix (Depends-on): Likewise.
18634         * modules/sprintf-posix (Depends-on): Likewise.
18635         * modules/trunc-tests (Depends-on): Likewise.
18636         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18637         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18638         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18639         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18640         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18641         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18642         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18643         * modules/vasnprintf-posix (Depends-on): Likewise.
18644         * modules/vasprintf-posix (Depends-on): Likewise.
18645         * modules/vfprintf-posix (Depends-on): Likewise.
18646         * modules/vsnprintf-posix (Depends-on): Likewise.
18647         * modules/vsprintf-posix (Depends-on): Likewise.
18648         * lib/frexp.c: Include isnand.h instead of isnan.h.
18649         (ISNAN): Set to isnand instead of isnan.
18650         * lib/isfinite.c: Include isnand.h instead of isnan.h.
18651         (gl_isfinited): Use isnand instead of isnan.
18652         * lib/signbitd.c: Include isnand.h instead of isnan.h.
18653         (gl_signbitd): Use isnand instead of isnan.
18654         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
18655         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
18656         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
18657         (main): Use isnand instead of isnan.
18658         * tests/test-round1.c: Include isnand.h.
18659         (main): Use isnand instead of isnan.
18660         * tests/test-round2.c: Include isnand.h instead of isnan.h.
18661         (ISNAN): Set to isnand instead of isnan.
18662         * tests/test-trunc1.c: Include isnand.h.
18663         (main): Use isnand instead of isnan.
18664         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
18665         (equal): Use isnand instead of isnan.
18666         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
18667         isnand-nolibm.
18668         * NEWS: Mention the change.
18669
18670 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
18671             Bruno Haible  <bruno@clisp.org>
18672
18673         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
18674         the GCC builtins for signbits are present and set
18675         REPLACE_SIGNBIT_USING_GCC if so.
18676         * lib/math.in.h (signbit): Define using GCC builtins if
18677         REPLACE_SIGNBIT_USING_GCC is set.
18678         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
18679         REPLACE_SIGNBIT_USING_GCC.
18680         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
18681
18682 2008-01-25  Jim Meyering  <meyering@redhat.com>
18683
18684         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
18685         * lib/poll.c: Include <config.h>, not "config.h".
18686         * tests/test-getaddrinfo.c: Likewise.
18687
18688 2008-01-25  Simon Josefsson  <simon@josefsson.org>
18689
18690         * modules/sockets-tests: New file.
18691
18692 2008-01-24  Simon Josefsson  <simon@josefsson.org>
18693
18694         * modules/sockets: New module, can be used to call WSA_Startup and
18695         WSA_Cleanup when needed.
18696
18697         * lib/sockets.h, lib/sockets.c: New files.
18698
18699         * m4/sockets.m4: New file.
18700
18701         * tests/test-sockets.c: New file.
18702
18703 2008-01-19  Bruno Haible  <bruno@clisp.org>
18704
18705         * doc/posix-headers: Renamed from doc/headers.
18706         * doc/posix-functions: Renamed from doc/functions.
18707         * doc/gnulib.texi: Update.
18708
18709 2008-01-19  Bruno Haible  <bruno@clisp.org>
18710
18711         * doc/glibc-functions/strcasestr.texi: Include contents of
18712         doc/functions/strcasestr.texi, fixing the list of platforms.
18713         * doc/functions/strcasestr.texi: Remove file.
18714
18715 2008-01-19  Bruno Haible  <bruno@clisp.org>
18716
18717         * doc/glibc-functions/memmem.texi: Include contents of
18718         doc/functions/memmem.texi.
18719         * doc/functions/memmem.texi: Remove file.
18720
18721 2008-01-18  Bruno Haible  <bruno@clisp.org>
18722
18723         * doc/glibc-functions/*.texi: New files.
18724         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
18725         to use the new files.
18726
18727 2008-01-17  Bruno Haible  <bruno@clisp.org>
18728
18729         * tests/test-gethostname.c (main): Fix printf statement.
18730
18731 2008-01-17  Simon Josefsson  <simon@josefsson.org>
18732
18733         * modules/gethostname-tests: New file.
18734
18735         * tests/test-gethostname.c: New file.
18736
18737 2008-01-17  Simon Josefsson  <simon@josefsson.org>
18738
18739         * lib/gethostname.c: Include string.h unconditionally, strncpy is
18740         used by the UNAME case.  Reported by Bruno Haible
18741         <bruno@clisp.org>.
18742
18743 2008-01-17  Eric Blake  <ebb9@byu.net>
18744
18745         Convert c-strcasestr to be more efficient.
18746         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
18747         (Depends-on): Add c-strcase, remove malloca, strnlen.
18748         * tests/test-c-strcasestr.c (main): Enhance test.
18749         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
18750
18751 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
18752
18753         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
18754         Use it in creating po/Makevars.
18755
18756 2008-01-15  Simon Josefsson  <simon@josefsson.org>
18757
18758         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
18759         Applications that requires it should initialize libgcrypt
18760         manually.
18761
18762 2008-01-16  Simon Josefsson  <simon@josefsson.org>
18763
18764         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
18765
18766 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
18767
18768         Fix problem with getdate on mingw32 reported by Simon Josefsson
18769         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
18770         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
18771         tzname", when deciding whether to declare tzname.
18772         * lib/strftime.c (tzname): Likewise.
18773
18774 2008-01-15  Bruno Haible  <bruno@clisp.org>
18775
18776         Work around a MacOS X 10.5 bug in frexpl().
18777         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
18778         * doc/functions/frexpl.texi: Document the bug.
18779         Reported by Elias Pipping <pipping@gentoo.org>.
18780
18781 2008-01-14  Eric Blake  <ebb9@byu.net>
18782
18783         Touch up previous patch.
18784         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
18785         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
18786
18787         Convert strcasestr module to use Two-Way algorithm.
18788         * modules/strcasestr-simple: New module, based on the old
18789         strcasestr, but with Two-Way rather than KMP.
18790         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
18791         * lib/string.in.h (rpl_strcasestr): Declare.
18792         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
18793         performance.
18794         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
18795         * modules/string (Makefile.am): Support strcasestr.
18796         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
18797         * modules/strcasestr-tests (Depends-on): Check for alarm.
18798         * tests/test-strcasestr.c: Augment test.
18799         * lib/str-two-way.h: Clean up stray macro.
18800         * NEWS: Document new module.
18801         * MODULES.html.sh (string handling): Likewise.
18802         * doc/functions/strcasestr.texi: New file.
18803         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
18804         here, since it is not a POSIX function.
18805
18806 2008-01-14  Colin Watson  <cjwatson@debian.org>
18807             Bruno Haible  <bruno@clisp.org>
18808
18809         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
18810         works fine; if not, set REPLACE_STRSIGNAL.
18811         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
18812         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
18813         REPLACE_STRSIGNAL.
18814         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
18815         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
18816         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
18817
18818 2008-01-14  Bruno Haible  <bruno@clisp.org>
18819
18820         * modules/strsignal (Include): Change to <string.h>.
18821
18822 2008-01-14  Colin Watson  <cjwatson@debian.org>
18823
18824         * modules/argp (Notice): Add a notice recommending to change
18825         XGETTEXT_OPTIONS.
18826         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
18827
18828 2008-01-13  Colin Watson  <cjwatson@debian.org>
18829
18830         * modules/strsignal-tests: New file.
18831         * tests/test-strsignal.c: New file.
18832
18833         * lib/strsignal.c: New file, from glibc with modifications.
18834         * lib/siglist.h: New file, from glibc with modifications.
18835         * lib/string.in.h (strsignal): New declaration.
18836         * m4/strsignal.m4: New file.
18837         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
18838         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
18839         * modules/strsignal: New file.
18840         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
18841         HAVE_DECL_STRSIGNAL.
18842
18843 2008-01-13  Bruno Haible  <bruno@clisp.org>
18844
18845         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
18846         locale encoding is not ASCII. Needed for OpenBSD 4.0.
18847         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
18848         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
18849
18850 2008-01-13  Bruno Haible  <bruno@clisp.org>
18851
18852         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
18853         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
18854         * lib/argp.h (__attribute__): Likewise.
18855         * lib/c-stack.c (__attribute__): Likewise.
18856         * lib/error.h (__attribute__): Likewise.
18857         * lib/fts.c (__attribute__): Likewise.
18858         * lib/openat.h (__attribute__): Likewise.
18859         * lib/stdio.in.h (__attribute__): Likewise.
18860         * lib/string.in.h (__attribute__): Likewise.
18861         * lib/utimens.c (__attribute__): Likewise.
18862         * lib/vasnprintf.h (__attribute__): Likewise.
18863         * lib/xalloc.h (__attribute__): Likewise.
18864         * lib/xprintf.h (__attribute__): Likewise.
18865         * lib/xstrtol.h (__attribute__): Likewise.
18866         * lib/xvasprintf.h (__attribute__): Likewise.
18867
18868 2008-01-12  Bruno Haible  <bruno@clisp.org>
18869
18870         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
18871         * doc/glibc-headers/a.out.texi: New file.
18872         * doc/glibc-headers/aliases.texi: New file.
18873         * doc/glibc-headers/alloca.texi: New file.
18874         * doc/glibc-headers/ar.texi: New file.
18875         * doc/glibc-headers/argp.texi: New file.
18876         * doc/glibc-headers/argz.texi: New file.
18877         * doc/glibc-headers/byteswap.texi: New file.
18878         * doc/glibc-headers/crypt.texi: New file.
18879         * doc/glibc-headers/endian.texi: New file.
18880         * doc/glibc-headers/envz.texi: New file.
18881         * doc/glibc-headers/err.texi: New file.
18882         * doc/glibc-headers/error.texi: New file.
18883         * doc/glibc-headers/execinfo.texi: New file.
18884         * doc/glibc-headers/fpu_control.texi: New file.
18885         * doc/glibc-headers/fstab.texi: New file.
18886         * doc/glibc-headers/fts.texi: New file.
18887         * doc/glibc-headers/getopt.texi: New file.
18888         * doc/glibc-headers/ieee754.texi: New file.
18889         * doc/glibc-headers/ifaddrs.texi: New file.
18890         * doc/glibc-headers/libintl.texi: New file.
18891         * doc/glibc-headers/mcheck.texi: New file.
18892         * doc/glibc-headers/mntent.texi: New file.
18893         * doc/glibc-headers/obstack.texi: New file.
18894         * doc/glibc-headers/paths.texi: New file.
18895         * doc/glibc-headers/printf.texi: New file.
18896         * doc/glibc-headers/pty.texi: New file.
18897         * doc/glibc-headers/resolv.texi: New file.
18898         * doc/glibc-headers/shadow.texi: New file.
18899         * doc/glibc-headers/sysexits.texi: New file.
18900         * doc/glibc-headers/ttyent.texi: New file.
18901
18902 2008-01-12  Jim Meyering  <meyering@redhat.com>
18903
18904         announce-gen: emit Gnulib's git-based version string.
18905         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
18906         New option --gnulib-version=V, where V is expected to be
18907         the output of running git describe in the gnulib directory.
18908         (get_tool_versions): Request feedback on xdelta.  I suspect it's
18909         not useful, and plan to stop publishing an xdelta file with each
18910         coreutils release.
18911
18912         * build-aux/announce-gen: Also check for lzma-compressed files.
18913
18914 2008-01-11  Bruno Haible  <bruno@clisp.org>
18915
18916         * tests/test-memmem.c (main): Increase maximum allowed time.
18917         * tests/test-strstr.c (main): Likewise.
18918
18919 2008-01-11  Bruno Haible  <bruno@clisp.org>
18920
18921         * doc/functions/memmem.texi: Add more precisions about platforms.
18922         * doc/functions/strstr.texi: Likewise.
18923
18924 2008-01-10  Eric Blake  <ebb9@byu.net>
18925
18926         * m4/strstr.m4: Delete cruft from copy-n-paste.
18927         Reported by Bruno Haible.
18928
18929 2008-01-10  Bruno Haible  <bruno@clisp.org>
18930
18931         Make c-strstr rely on strstr.
18932         * lib/c-strstr.c: Don't include str-kmp.h.
18933         (c_strstr): Define in terms of strstr.
18934         * modules/c-strstr (Files): Remove lib/str-kmp.h.
18935         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
18936
18937 2008-01-10  Bruno Haible  <bruno@clisp.org>
18938
18939         * doc/gnulib.texi (String Functions in C Locale): New section.
18940         * doc/c-ctype.texi: New file.
18941         * doc/c-strcase.texi: New file.
18942         * doc/c-strcaseeq.texi: New file.
18943         * doc/c-strcasestr.texi: New file.
18944         * doc/c-strstr.texi: New file.
18945         * doc/c-strtod.texi: New file.
18946         * doc/c-strtold.texi: New file.
18947
18948 2008-01-10  Eric Blake  <ebb9@byu.net>
18949
18950         * lib/relocatable.h: Fix a comment.
18951
18952 2008-01-10  Eric Blake  <ebb9@byu.net>
18953
18954         Share two-way algorithm.
18955         * lib/str-two-way.h: New file, merged from...
18956         * lib/memmem.c: ...here...
18957         * lib/strstr.c: ...and here.
18958         * modules/memmem (Files): Use it.
18959         * modules/strstr (Files): Likewise.
18960
18961         Avoid quadratic strstr implementations.
18962         * lib/strstr.c: New file.
18963         * m4/strstr.m4: Likewise.
18964         * modules/strstr: Likewise.
18965         * modules/strstr-tests: Likewise.
18966         * tests/test-strstr.c: Likewise.
18967         * lib/string.in.h (rpl_strstr): Declare.
18968         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
18969         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
18970         * modules/string (Makefile.am): Likewise.
18971         * MODULES.html.sh (string handling): Mention new module.
18972         * doc/functions/strstr.texi (strstr): Document the bug.
18973
18974 2008-01-10  Bruno Haible  <bruno@clisp.org>
18975
18976         * lib/relocatable.h (relocate): State whether result is freshly
18977         allocated or not.
18978         * lib/relocatable.c (relocate): Return a freshly allocated string
18979         instead of a pointer to a privately held string.
18980         Reported by Sylvain Beucler <beuc@gnu.org>.
18981
18982 2008-01-10  Colin Watson  <cjwatson@debian.org>
18983
18984         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
18985         s/S_ISNLK/S_ISLNK/.
18986
18987 2008-01-09  Bruno Haible  <bruno@clisp.org>
18988
18989         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
18990         and other files.
18991         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
18992         if it's only a guess.
18993         * modules/memmem: Simplify by depending on memmem-simple.
18994
18995 2008-01-09  Bruno Haible  <bruno@clisp.org>
18996
18997         Work around OpenBSD 4.0 tdelete() bug.
18998         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
18999         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
19000         macros and don't redefine the enum values.
19001         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
19002         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
19003         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
19004
19005 2008-01-09  Bruno Haible  <bruno@clisp.org>
19006
19007         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
19008         (main): Don't perform the tests if setlocale did not install a UTF-8
19009         locale. Needed on OpenBSD 4.0.
19010         * modules/wcwidth-tests (Depends-on): Add localcharset.
19011
19012 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
19013
19014         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
19015         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
19016         * NEWS: announce this.
19017         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
19018
19019 2008-01-09  Simon Josefsson  <simon@josefsson.org>
19020         and Eric Blake  <ebb9@byu.net>
19021
19022         Add memmem-simple module.
19023         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
19024         (gl_FUNC_MEMMEM): Separate performance from presence checks.
19025         * modules/memmem-simple: New file.
19026         * modules/memmem (Description): Tweak.
19027         * MODULES.html.sh (string handling): Mention new module.
19028         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
19029         addressed by memmem-simple.
19030         * NEWS: Document the difference.
19031
19032 2008-01-09  Eric Blake  <ebb9@byu.net>
19033
19034         Give gcc some memmem optimization hints.
19035         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
19036         (strcasestr): Declare as pure.
19037         * modules/memmem (Maintainer): Claim my implementation.
19038
19039 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19040
19041         Support AIX 6.1 and higher.
19042         * build-aux/config.libpath: Likewise.
19043         * build-aux/config.rpath: Likewise.
19044
19045 2008-01-08  Jim Meyering  <meyering@redhat.com>
19046             Bruno Haible  <bruno@clisp.org>
19047
19048         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
19049         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
19050         Reported by Peter Fales in
19051         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
19052
19053 2008-01-08  Bruno Haible  <bruno@clisp.org>
19054
19055         * modules/unictype/category-of (Depends-on): Add
19056         unictype/category-none.
19057         * modules/unictype/category-and-tests (Depends-on): Add
19058         unictype/category-{L,N,Lu,Nd}.
19059         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
19060         * modules/unictype/category-or-tests (Depends-on): Add
19061         unictype/category-{L,N}.
19062         * modules/unictype/category-name-tests (Depends-on): Add
19063         unictype/category-{Z,Nl}.
19064         Reported by Simon Josefsson.
19065
19066 2008-01-08  Bruno Haible  <bruno@clisp.org>
19067
19068         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
19069         convention better.
19070         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
19071         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
19072         Reported by Peter Miller <millerp@canb.auug.org.au>.
19073
19074 2008-01-08  Eric Blake  <ebb9@byu.net>
19075
19076         Rewrite memmem to guarantee linear complexity without malloc.
19077         * lib/memmem.c (memmem): Use Two-Way rather than
19078         Knuth-Morris-Pratt, to allow O(1) space usage.
19079         (critical_factorization, two_way_short_needle)
19080         (two_way_long_needle): New functions.
19081         (knuth_morris_pratt): Delete.
19082         * modules/memmem (Depends-on): No longer need malloca or stdbool.
19083         Add stdint.
19084         * tests/test-memmem.c (main): Add tests for periodic needle and
19085         sublinear performance.
19086         * doc/functions/memmem.texi (memmem): Document other deficiencies
19087         in cygwin and older glibc.
19088
19089 2008-01-08  Bruno Haible  <bruno@clisp.org>
19090
19091         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
19092         augmentation.
19093
19094 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
19095
19096         Add a configure time option: --disable-acl.
19097         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
19098         AC_ARG_ENABLE(acl).
19099
19100 2008-01-06  Simon Josefsson  <simon@josefsson.org>
19101
19102         * tests/test-localename.c: Don't include obsolete "setenv.h".
19103
19104         * modules/localename-tests (Depends-on): Need unsetenv.
19105
19106 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19107
19108         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
19109
19110 2008-01-06  Colin Watson  <cjwatson@debian.org>
19111
19112         * users.txt: Add man-db.
19113
19114 2008-01-07  Bruno Haible  <bruno@clisp.org>
19115
19116         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
19117         previous section name.
19118
19119 2008-01-07  Bruno Haible  <bruno@clisp.org>
19120
19121         * lib/progname.c (set_program_name): Don't strip off a leading
19122         "lt-" prefix outside a .libs directory.
19123         Suggested by Paul Eggert.
19124
19125 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
19126             Bruno Haible  <bruno@clisp.org>
19127
19128         Improve memory cleanup in 'relocatable' module.
19129         * lib/relocatable.h (compute_curr_prefix): Change return type to
19130         'char *'.
19131         * lib/relocatable.c (compute_curr_prefix): Change return type to
19132         'char *'. Free curr_installdir after use.
19133         (relocate): Free curr_prefix_better after use.
19134         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
19135
19136 2008-01-01  Bruno Haible  <bruno@clisp.org>
19137
19138         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
19139         failure on older glibc systems.
19140         Reported by Peter Fales <psfales@alcatel-lucent.com>.
19141
19142 2008-01-05  Eric Blake  <ebb9@byu.net>
19143
19144         Avoid quadratic system memmem.
19145         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
19146         Reported by Ralf Wildenhues.
19147
19148         Fix memmem test for mingw.
19149         * modules/memmem-tests (configure.ac): Check for alarm.
19150         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
19151         it.
19152         * doc/functions/memmem.texi: New file.
19153         * doc/gnulib.texi (Function Substitutes): Add memmem.
19154         Reported by Bruno Haible.
19155
19156 2008-01-04  Bruno Haible  <bruno@clisp.org>
19157
19158         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
19159         Require gl_HEADER_STRINGS_H_DEFAULTS, not
19160         gl_HEADER_STRING_H_DEFAULTS.
19161
19162 2008-01-04  Eric Blake  <ebb9@byu.net>
19163
19164         Shorten duration of memmem test.
19165         * tests/test-memmem.c (main): Use alarm to declare failure if test
19166         is taking too long.
19167         Reported by Ralf Wildenhues.
19168
19169 2007-12-21  Simon Josefsson  <simon@josefsson.org>
19170
19171         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
19172         string, needed by strerror.
19173
19174 2008-01-03  Colin Watson  <cjwatson@debian.org>
19175             Bruno Haible  <bruno@clisp.org>
19176
19177         * doc/gnulib-tool.texi (Localization): New section.
19178
19179 2008-01-02  Bruno Haible  <bruno@clisp.org>
19180
19181         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
19182         variables to 'unsigned char *' type.
19183         Reported by Paul Eggert.
19184
19185 2008-01-02  Jim Meyering  <jim@meyering.net>
19186
19187         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
19188
19189 2007-12-31  Jim Meyering  <jim@meyering.net>
19190
19191         Avoid use of private FTS type name.
19192         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
19193
19194 2007-12-30  Karl Berry  <karl@gnu.org>
19195
19196         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
19197         work around defect in Texinfo and/or the standalone Info browser.
19198
19199 2007-12-30  Bruno Haible  <bruno@clisp.org>
19200
19201         Unify 5 copies of the KMP code.
19202         * lib/str-kmp.h: New file.
19203         * lib/c-strcasestr.c: Include str-kmp.h.
19204         (knuth_morris_pratt): Remove function.
19205         (c_strcasestr): Update.
19206         * lib/c-strstr.c: Include str-kmp.h.
19207         (knuth_morris_pratt): Remove function.
19208         (c_strcasestr): Update.
19209         * lib/mbscasestr.c: Include str-kmp.h.
19210         (knuth_morris_pratt_unibyte): Remove function.
19211         * lib/mbsstr.c: Include str-kmp.h.
19212         (knuth_morris_pratt_unibyte): Remove function.
19213         * lib/strcasestr.c: Include str-kmp.h.
19214         (knuth_morris_pratt): Remove function.
19215         (strcasestr): Update.
19216         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
19217         * modules/c-strstr (Files): Likewise.
19218         * modules/mbscasestr (Files): Likewise.
19219         * modules/mbsstr (Files): Likewise.
19220         * modules/strcasestr (Files): Likewise.
19221         Suggested by Paul Eggert.
19222
19223 2007-12-30  Bruno Haible  <bruno@clisp.org>
19224
19225         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
19226         defined.
19227
19228 2007-12-30  Bruno Haible  <bruno@clisp.org>
19229
19230         * lib/xmalloca.h: Include xalloc.h.
19231         (xnmalloca): New macro.
19232
19233 2007-12-30  Bruno Haible  <bruno@clisp.org>
19234
19235         * lib/malloca.h (nmalloca): New macro.
19236         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
19237         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
19238         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
19239         knuth_morris_pratt_multibyte): Likewise.
19240         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
19241         knuth_morris_pratt_multibyte): Likewise.
19242         * lib/memmem.c (knuth_morris_pratt): Likewise.
19243         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
19244
19245 2007-12-25  Bruno Haible  <bruno@clisp.org>
19246
19247         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
19248         * lib/glob.c: Don't include openat.h.
19249         (link_exists2_p): Add back the code that deals with the
19250         !GLOB_ALTDIRFUNC case.
19251         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
19252         let it do the filename concatenation.
19253         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
19254         * modules/glob (Depends-on): Remove openat.
19255
19256 2007-12-31  Bruno Haible  <bruno@clisp.org>
19257
19258         * modules/dirfd (License): Change to LGPLv2+.
19259         Approved by Jim Meyering.
19260
19261 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
19262
19263         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
19264         when multiplying M by sizeof (size_t).
19265
19266 2007-12-10  Martin Lambers  <marlam@marlam.de>
19267
19268         Override getpagesize on mingw.
19269         * lib/getpagesize.c: New file.
19270         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
19271         * modules/getpagesize (Files): Add lib/getpagesize.c.
19272         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
19273         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19274         REPLACE_GETPAGESIZE.
19275         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
19276
19277 2007-12-25  Bruno Haible  <bruno@clisp.org>
19278
19279         * modules/localcharset (Notice): New field.
19280         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
19281         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
19282
19283 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
19284             Bruno Haible  <bruno@clisp.org>
19285
19286         Avoid using the syntax symbol() in formatted documentation.
19287         * MODULES.html.sh (func_module): When replacing symbol() with a
19288         hyperlink, remove the parentheses. Show an error if some remain.
19289         Recognize and render the '...' syntax.
19290         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
19291         Rework. Add paragraph about GCC's inlining.
19292         * doc/alloca.texi: Likewise.
19293         * doc/error.texi: Remove parentheses from symbol reference.
19294         * doc/gnulib-intro.texi: Likewise.
19295         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
19296         * modules/fnmatch (Description): Reword to say "the ... function".
19297         * modules/full-read (Description): Likewise.
19298         * modules/full-write (Description): Likewise.
19299         * modules/safe-read (Description): Likewise.
19300         * modules/safe-write (Description): Likewise.
19301         * modules/strchrnul (Description): Likewise.
19302         * modules/trim (Description): Likewise.
19303         * modules/error (Description): Remove parentheses from symbol
19304         references.
19305         * modules/verror (Description): Likewise.
19306         Reported by Karl Berry.
19307
19308 2007-12-25  Bruno Haible  <bruno@clisp.org>
19309
19310         Fixup after 2007-10-16 commit.
19311         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
19312
19313 2007-12-24  Bruno Haible  <bruno@clisp.org>
19314
19315         Make --enable-relocatable work with DESTDIR.
19316         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
19317         to compute installdir from destprog.
19318         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
19319         also set the RELOC_DESTDIR variable.
19320         Reported by Левашев Иван <octagram@bluebottle.com>.
19321
19322 2007-12-24  Bruno Haible  <bruno@clisp.org>
19323
19324         Fix link error due to xalloc_die().
19325         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
19326         of xreadlink.
19327         * lib/relocwrapper.c: Update comments.
19328         * build-aux/install-reloc: Remove xreadlink.c from file list.
19329         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
19330         xreadlink.c.
19331         Reported by Левашев Иван <octagram@bluebottle.com>.
19332
19333 2007-12-24  Bruno Haible  <bruno@clisp.org>
19334
19335         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
19336         * lib/setenv.h: Remove file.
19337         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
19338         lib/setenv.h.
19339         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
19340         (Depends-on): Add stdlib.
19341         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
19342         gl_FUNC_UNSETENV.
19343         (Include): Replace setenv.h with <stdlib.h>.
19344         * modules/unsetenv: New file.
19345         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
19346         * lib/unsetenv.c: Include <stdlib.h> first.
19347         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
19348         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
19349         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
19350         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
19351         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
19352         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
19353         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
19354         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
19355         * doc/functions/unsetenv.texi: Update.
19356         * modules/xsetenv (Depends-on): Add unsetenv.
19357         * modules/getdate (Depends-on): Likewise.
19358         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
19359         * lib/xsetenv.c: Don't include setenv.h.
19360         * lib/getdate.y: Likewise.
19361         * lib/relocwrapper.c: Likewise.
19362         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
19363         (Depends-on): Add stdlib.
19364         * NEWS: Mention the changes.
19365         Reported by Левашев Иван <octagram@bluebottle.com>.
19366
19367 2007-12-23  Bruno Haible  <bruno@clisp.org>
19368
19369         * lib/memmem.c (memmem): Use lowercase variable names. Tab
19370         indentation.
19371
19372 2007-12-23  Bruno Haible  <bruno@clisp.org>
19373
19374         * lib/c-strcasestr.c: Add more comments.
19375         * lib/c-strstr.c: Likewise.
19376         * lib/mbscasestr.c: Likewise.
19377         * lib/mbsstr.c: Likewise.
19378         * lib/strcasestr.c: Likewise.
19379         * lib/memmem.c: Likewise.
19380
19381 2007-12-23  Bruno Haible  <bruno@clisp.org>
19382
19383         * tests/test-memmem.c: Include <string.h> first.
19384
19385 2007-12-22  Bruno Haible  <bruno@clisp.org>
19386
19387         * gnulib-tool (func_create_testdir): Change $auxdir while generating
19388         the contents of $testsbase.
19389         Reported by Ralf Wildenhues.
19390
19391 2007-12-22  Bruno Haible  <bruno@clisp.org>
19392
19393         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
19394         two variables local_ldadd_before, local_ldadd_last.
19395
19396 2007-12-20  Eric Blake  <ebb9@byu.net>
19397
19398         Work around circular library issue when cross-compiling.
19399         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
19400         that progname.o does not need to pull in rpl_memcmp.
19401
19402 2007-12-19  Eric Blake  <ebb9@byu.net>
19403
19404         Fix memmem to avoid O(n^2) worst-case complexity.
19405         * lib/memmem.c (knuth_morris_pratt): New function.
19406         (memmem): Use it if first few naive iterations fail.
19407         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
19408         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
19409         * modules/memchr (License): Likewise.
19410         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
19411         malloca.
19412         * tests/test-memmem.c: Rewrite, borrowing ideas from
19413         test-mbsstr1.c; the old version wouldn't even compile!
19414         * modules/memmem-tests: New file.
19415         * lib/string.in.h (rpl_memmem): Add declaration.
19416         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
19417         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
19418         REPLACE_MEMMEM.
19419
19420 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
19421
19422         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
19423         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
19424         before any system include files, and undef after them all.  This
19425         should fix a problem on VMS reported by John E. Malmberg in
19426         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
19427
19428 2007-12-17  Eric Blake  <ebb9@byu.net>
19429
19430         Revert addition of verify, for BSD/OS.
19431         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
19432         can't handle large files, for the sake of obsolete platforms.
19433         * modules/fseeko (Depends-on): Remove verify.
19434         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
19435         * doc/functions/ftello.texi (ftello): Likewise.
19436         * doc/functions/fgetpos.texi (fgetpos): Likewise.
19437         Reported by Larry Jones.
19438
19439 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
19440
19441         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
19442         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
19443
19444 2007-12-17  Jim Meyering  <meyering@redhat.com>
19445
19446         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
19447         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
19448         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
19449         * modules/getcwd (Depends-on): Add openat.
19450         Reported by Petr Salinger.
19451
19452 2007-12-17  Bruno Haible  <bruno@clisp.org>
19453
19454         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
19455         avoid a segmentation fault of the configure test on x86_64 systems.
19456
19457 2007-12-15  Jim Meyering  <meyering@redhat.com>
19458
19459         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
19460
19461 2007-12-13  Eric Blake  <ebb9@byu.net>
19462
19463         Another fseek test.
19464         * tests/test-fseek.c (main): Also test ungetc handling.
19465         * tests/test-fseeko.c (main): Likewise.
19466         * modules/fseeko (Depends-on): Add verify.
19467         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
19468         large.
19469         Reported by Larry Jones.
19470
19471         Fix fseeko on mingw.
19472         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
19473         seek.
19474
19475         Beef up fseek tests.
19476         * tests/test-fseek.c (main): Also test eof handling.
19477         * tests/test-fseeko.c (main): Likewise.
19478         Reported by Larry Jones.
19479
19480 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
19481
19482         Fix fseeko on BSD-based platforms.
19483         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
19484         successful seek.
19485
19486 2007-12-12  Eric Blake  <ebb9@byu.net>
19487
19488         Allow circular dependency of separate libtests.a
19489         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
19490         when use_libtests.
19491
19492 2007-12-11  Eric Blake  <ebb9@byu.net>
19493
19494         Fix bug with -0.0L in previous patch.
19495         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
19496         * tests/test-isnan.c (main): Also test on zeroes.
19497         * tests/test-isnanf.c (main): Likewise.
19498         * tests/test-isnanl.h (main): Likewise.
19499
19500         Detect pseudo-denormals on x86 even when cross-compiling.
19501         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
19502         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
19503         invalid bit patterns that happen to satisfy ==.
19504
19505         Avoid link failures with separate libtests.a.
19506         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
19507         last, to satisfy circular dependencies.
19508
19509 2007-12-11  Eric Blake  <ebb9@byu.net>
19510         and Bruno Haible  <bruno@clisp.org>
19511
19512         Fix OpenBSD 4.0 <float.h> handling of long double.
19513         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
19514         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
19515         * doc/headers/float.texi (float.h): Document OpenBSD bug.
19516
19517 2007-12-11  Jim Meyering  <meyering@redhat.com>
19518
19519         * users.txt: Add libvirt.
19520
19521         Support versions of autoconf prior to 2.59c.
19522         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
19523         if it is not already defined.
19524
19525 2007-12-09  Bruno Haible  <bruno@clisp.org>
19526
19527         Let 'gnulib-tool --import' collect sources needed for the tests in
19528         tests/ rather than in lib/.
19529         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
19530         argument. If true, add rules to generate libtests.a, and put libtests.a
19531         into $(LDADD). Consider source files in subdirectories and set
19532         uses_subdirs.
19533         (func_emit_initmacro_start, func_emit_initmacro_end,
19534         func_emit_initmacro_done): Pass all arguments explicitly.
19535         (func_import): Determine two module lists main_modules,
19536         testsrelated_modules. Determine use_libtests. Determine two variables
19537         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
19538         instead of just sed_transform_lib_file. Determine two variables
19539         main_files and testsrelated_files. Compute 'files' as the union of
19540         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
19541         func_add_or_update. In the generated gnulib-comp.m4, collect the
19542         object files for tests/ in different variables than those for lib/.
19543         Substitute LIBTESTS_LIBDEPS.
19544         (func_create_testdir): Combine the uses_subdirs results from
19545         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
19546
19547 2007-12-09  Bruno Haible  <bruno@clisp.org>
19548
19549         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
19550         the build-aux directory.
19551
19552 2007-12-09  Bruno Haible  <bruno@clisp.org>
19553
19554         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
19555         introduced on 2006-09-09.
19556
19557 2007-12-07  Jim Meyering  <meyering@redhat.com>
19558
19559         Let these macros work also with autoconf-2.59.
19560         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
19561         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
19562         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
19563
19564 2007-12-06  Jim Meyering  <meyering@redhat.com>
19565
19566         Avoid a configure-time syntax error in gl_FUNC_ACL.
19567         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
19568         function in each branch, before testing the cache variable.
19569
19570 2007-12-04  Eric Blake  <ebb9@byu.net>
19571
19572         Make scripts executable.
19573         * build-aux/config.guess: Add execute permissions.
19574         * build-aux/config.sub: Likewise.
19575         * build-aux/gendocs.sh: Likewise.
19576
19577         Fix frexp on mingw.
19578         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
19579         cross-compiling.
19580         * doc/functions/frexp.texi (frexp): Document the bug.
19581
19582         Make cygwin fseeko check more reliable.
19583         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
19584         version numbers, rather than unrelated feature check.
19585         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
19586         * doc/functions/ftello.texi (ftello): Likewise.
19587         Reported by Bruno Haible.
19588
19589         * m4/strerror.m4: Bump version number.
19590
19591 2007-12-03  Bruno Haible  <bruno@clisp.org>
19592
19593         * doc/functions/mprotect.texi: Mention the mingw problem.
19594
19595 2007-12-03  Eric Blake  <ebb9@byu.net>
19596
19597         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
19598         REPLACE_STRERROR is initialized before this macro.
19599
19600 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
19601
19602         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
19603         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
19604         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
19605         put -lsec in even for programs other than 'ls'.  This fixes a problem
19606         for gettext reported by Bruno Haible in
19607         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
19608         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
19609         Add support for Solaris 10.  This isn't efficient, but should get the
19610         job done for now.
19611
19612 2007-12-03  James Youngman  <jay@gnu.org>
19613
19614         * doc/regexprops-generic.texi: change "an close-group" to "a
19615         close-group" and "illegal" to "not allowed".
19616
19617 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19618
19619         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
19620         pr_byname.h. Needed for the rare case when the maintainer has done
19621         "make maintainer-clean" in the source directory and then attempts a
19622         build outside the source directory.
19623         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
19624         scripts_byname.h.
19625
19626 2007-12-02  Martin Lambers <marlam@marlam.de>
19627             Bruno Haible  <bruno@clisp.org>
19628
19629         * lib/getpagesize.h: Remove file.
19630         * lib/unistd.in.h: Include declaration of getpagesize here.
19631         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
19632         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
19633         HAVE_SYS_PARAM_H.
19634         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
19635         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
19636         * modules/getpagesize (Files): Remove lib/getpagesize.h.
19637         (Depends-on): Add unistd.
19638         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19639         (Include): Use <unistd.h> instead of getpagesize.h.
19640         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
19641         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
19642         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
19643         gl_GETPAGESIZE invocation, already handled by module dependency.
19644         * lib/pagealign_alloc.c: Don't include getpagesize.h.
19645
19646 2007-12-02  Bruno Haible  <bruno@clisp.org>
19647
19648         * modules/strings-tests: New file.
19649         * tests/test-strings.c: New file.
19650
19651         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
19652         * lib/strings.in.h: New file.
19653         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
19654         * m4/strings_h.m4: New file.
19655         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
19656         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
19657         * modules/strings: New file.
19658         * modules/string (Makefile.am): Update.
19659         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
19660         Reported by Karl Berry.
19661
19662 2007-12-01  Eric Blake  <ebb9@byu.net>
19663
19664         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
19665         accomodate fix in cygwin 1.5.25.
19666
19667 2007-12-01  Jim Meyering  <meyering@redhat.com>
19668
19669         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
19670         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
19671         that would inhibit utf8-optimization of a regexp containing line-
19672         or buffer-anchors, e.g., `^', `$'.
19673
19674 2007-11-30  Bruno Haible  <bruno@clisp.org>
19675
19676         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
19677         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
19678         glthread_recursive_lock_init.
19679         * lib/lock.c (glthread_recursive_lock_init)
19680         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
19681         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19682
19683 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
19684
19685         New function qset_acl, like set_acl but with syscall semantics.
19686         * lib/acl.h (qset_acl): New decl.
19687         * lib/acl.c (qset_acl): New function.
19688         (set_acl): Use new function.  Use more-consistent diagnostics.
19689
19690 2007-11-28  Jim Meyering  <meyering@redhat.com>
19691
19692         * modules/physmem (License): Change from GPL to LGPLv2+.
19693
19694 2007-11-26  Bruno Haible  <bruno@clisp.org>
19695
19696         * lib/vasnprintf.c (decode_long_double): Don't abort if the
19697         'long double' type has excess precision.
19698         Reported by Jim Meyering in
19699         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
19700
19701 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19702
19703         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
19704         Sync from <http://gnu.org/licenses>.
19705         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
19706         with license text from same location.
19707         * doc/maintain.texi, doc/standards.texi:  Sync from
19708         <http://savannah.gnu.org/projects/gnustandards>.
19709
19710 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
19711         and Jim Meyering  <meyering@redhat.com>
19712
19713         Adjust getdate' grammar to accept a slightly more regular language.
19714         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
19715         Before, the former was rejected.
19716         * lib/getdate.y (digits_to_date_time): New function, factored
19717         out of ...
19718         (number): ...here.  Just call digits_to_date_time.
19719         (hybrid): New non-terminal to handle an <unsigned number,
19720         signed relative offset> sequence consistently.
19721
19722 2007-11-18  Jim Meyering  <meyering@redhat.com>
19723
19724         Pull my changes from coreutils:
19725         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
19726         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
19727         use of $gnulib_tool_option_extras, so that it's separated from the
19728         preceding argument.
19729
19730         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
19731         * build-aux/bootstrap (cp_mark_as_generated): Create any required
19732         parent destination directories before copying a file into place.
19733
19734 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
19735
19736         bootstrap: work also with 4-argument variant of AC_INIT
19737         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
19738
19739 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19740
19741         Port test-getaddrinfo to Solaris.
19742         Problem reported by Bruno Haible in
19743         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
19744         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
19745         explanation of setting 'hints'.
19746         Don't reject an implementation merely because it returns EAI_SERVICE.
19747         (EAI_SERVICE): Define to 0 if not defined.
19748
19749 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
19750
19751         The license of gnu-make and posix-shell is now "GPLed build tool".
19752         * modules/gnu-make (License): Likewise.
19753         * modules/posix-shell (License): Likewise.
19754
19755         New module posix-shell, for determining a POSIX shell
19756         or perhaps something that is close enough to a POSIX shell.
19757         * m4/posix-shell.m4: New file.
19758         * modules/posix-shell: New file.
19759
19760         * MODULES.html.sh: Mention new module.
19761
19762         New module gnu-make, for determining whether we're using GNU Make.
19763         * m4/gnu-make.m4: New file.
19764         * modules/gnu-make: New file.
19765         * MODULES.html.sh: Mention new module.
19766
19767 2007-11-14  Jim Meyering  <meyering@redhat.com>
19768
19769         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
19770         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
19771         use this macro to create a function _definition_.
19772         Remove useless "#undef ARGMATCH_DIE".
19773
19774 2007-11-14  Bruno Haible  <bruno@clisp.org>
19775
19776         * lib/config.charset: Update for OpenBSD 4.1.
19777         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
19778
19779 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
19780
19781         Document 64-bit #if problems in stdint.texi.
19782         * doc/headers/stdint.texi (stdint.h): Mention problems with
19783         64-bit-#if, and how to work around them.
19784
19785         Don't insist on 'long long int' support in the preprocessor.  It
19786         breaks too many things.  For example, PRIdMAX still uses a 'long
19787         long int' format with the latest Sun compiler, even though
19788         HAVE_LONG_LONG_INT isn't defined due to that compiler's
19789         preprocessor problem.  This causes the latest coreutils to dump
19790         core on Solaris 10 sparc with the Sun C compiler.
19791         Instead, fix the 2007-10-16 problem in a different way, by evaluating
19792         the troublesome expressions at configure-time, not at #if-time.
19793         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
19794         preprocessor.
19795         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
19796         compile-time C checks, done at 'configure'-time.
19797         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
19798         * modules/inttypes (Makefile): Substitute the new symbols that
19799         gl_INTTYPES_H now generates.
19800         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
19801
19802 2007-11-12  Bruno Haible  <bruno@clisp.org>
19803
19804         Tests for Unicode character classification functions.
19805
19806         * modules/unictype/bidicategory-byname-tests: New file.
19807         * modules/unictype/bidicategory-name-tests: New file.
19808         * modules/unictype/bidicategory-of-tests: New file.
19809         * modules/unictype/bidicategory-test-tests: New file.
19810         * modules/unictype/block-list-tests: New file.
19811         * modules/unictype/block-of-tests: New file.
19812         * modules/unictype/block-test-tests: New file.
19813         * modules/unictype/category-C-tests: New file.
19814         * modules/unictype/category-Cc-tests: New file.
19815         * modules/unictype/category-Cf-tests: New file.
19816         * modules/unictype/category-Cn-tests: New file.
19817         * modules/unictype/category-Co-tests: New file.
19818         * modules/unictype/category-Cs-tests: New file.
19819         * modules/unictype/category-L-tests: New file.
19820         * modules/unictype/category-Ll-tests: New file.
19821         * modules/unictype/category-Lm-tests: New file.
19822         * modules/unictype/category-Lo-tests: New file.
19823         * modules/unictype/category-Lt-tests: New file.
19824         * modules/unictype/category-Lu-tests: New file.
19825         * modules/unictype/category-M-tests: New file.
19826         * modules/unictype/category-Mc-tests: New file.
19827         * modules/unictype/category-Me-tests: New file.
19828         * modules/unictype/category-Mn-tests: New file.
19829         * modules/unictype/category-N-tests: New file.
19830         * modules/unictype/category-Nd-tests: New file.
19831         * modules/unictype/category-Nl-tests: New file.
19832         * modules/unictype/category-No-tests: New file.
19833         * modules/unictype/category-P-tests: New file.
19834         * modules/unictype/category-Pc-tests: New file.
19835         * modules/unictype/category-Pd-tests: New file.
19836         * modules/unictype/category-Pe-tests: New file.
19837         * modules/unictype/category-Pf-tests: New file.
19838         * modules/unictype/category-Pi-tests: New file.
19839         * modules/unictype/category-Po-tests: New file.
19840         * modules/unictype/category-Ps-tests: New file.
19841         * modules/unictype/category-S-tests: New file.
19842         * modules/unictype/category-Sc-tests: New file.
19843         * modules/unictype/category-Sk-tests: New file.
19844         * modules/unictype/category-Sm-tests: New file.
19845         * modules/unictype/category-So-tests: New file.
19846         * modules/unictype/category-Z-tests: New file.
19847         * modules/unictype/category-Zl-tests: New file.
19848         * modules/unictype/category-Zp-tests: New file.
19849         * modules/unictype/category-Zs-tests: New file.
19850         * modules/unictype/category-and-not-tests: New file.
19851         * modules/unictype/category-and-tests: New file.
19852         * modules/unictype/category-byname-tests: New file.
19853         * modules/unictype/category-name-tests: New file.
19854         * modules/unictype/category-none-tests: New file.
19855         * modules/unictype/category-of-tests: New file.
19856         * modules/unictype/category-or-tests: New file.
19857         * modules/unictype/category-test-withtable-tests: New file.
19858         * modules/unictype/combining-class-tests: New file.
19859         * modules/unictype/ctype-alnum-tests: New file.
19860         * modules/unictype/ctype-alpha-tests: New file.
19861         * modules/unictype/ctype-blank-tests: New file.
19862         * modules/unictype/ctype-cntrl-tests: New file.
19863         * modules/unictype/ctype-digit-tests: New file.
19864         * modules/unictype/ctype-graph-tests: New file.
19865         * modules/unictype/ctype-lower-tests: New file.
19866         * modules/unictype/ctype-print-tests: New file.
19867         * modules/unictype/ctype-punct-tests: New file.
19868         * modules/unictype/ctype-space-tests: New file.
19869         * modules/unictype/ctype-upper-tests: New file.
19870         * modules/unictype/ctype-xdigit-tests: New file.
19871         * modules/unictype/decimal-digit-tests: New file.
19872         * modules/unictype/digit-tests: New file.
19873         * modules/unictype/mirror-tests: New file.
19874         * modules/unictype/numeric-tests: New file.
19875         * modules/unictype/property-alphabetic-tests: New file.
19876         * modules/unictype/property-ascii-hex-digit-tests: New file.
19877         * modules/unictype/property-bidi-arabic-digit-tests: New file.
19878         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
19879         * modules/unictype/property-bidi-block-separator-tests: New file.
19880         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
19881         * modules/unictype/property-bidi-common-separator-tests: New file.
19882         * modules/unictype/property-bidi-control-tests: New file.
19883         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
19884         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
19885         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
19886         * modules/unictype/property-bidi-european-digit-tests: New file.
19887         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
19888         * modules/unictype/property-bidi-left-to-right-tests: New file.
19889         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
19890         * modules/unictype/property-bidi-other-neutral-tests: New file.
19891         * modules/unictype/property-bidi-pdf-tests: New file.
19892         * modules/unictype/property-bidi-segment-separator-tests: New file.
19893         * modules/unictype/property-bidi-whitespace-tests: New file.
19894         * modules/unictype/property-byname-tests: New file.
19895         * modules/unictype/property-combining-tests: New file.
19896         * modules/unictype/property-composite-tests: New file.
19897         * modules/unictype/property-currency-symbol-tests: New file.
19898         * modules/unictype/property-dash-tests: New file.
19899         * modules/unictype/property-decimal-digit-tests: New file.
19900         * modules/unictype/property-default-ignorable-code-point-tests: New file.
19901         * modules/unictype/property-deprecated-tests: New file.
19902         * modules/unictype/property-diacritic-tests: New file.
19903         * modules/unictype/property-extender-tests: New file.
19904         * modules/unictype/property-format-control-tests: New file.
19905         * modules/unictype/property-grapheme-base-tests: New file.
19906         * modules/unictype/property-grapheme-extend-tests: New file.
19907         * modules/unictype/property-grapheme-link-tests: New file.
19908         * modules/unictype/property-hex-digit-tests: New file.
19909         * modules/unictype/property-hyphen-tests: New file.
19910         * modules/unictype/property-id-continue-tests: New file.
19911         * modules/unictype/property-id-start-tests: New file.
19912         * modules/unictype/property-ideographic-tests: New file.
19913         * modules/unictype/property-ids-binary-operator-tests: New file.
19914         * modules/unictype/property-ids-trinary-operator-tests: New file.
19915         * modules/unictype/property-ignorable-control-tests: New file.
19916         * modules/unictype/property-iso-control-tests: New file.
19917         * modules/unictype/property-join-control-tests: New file.
19918         * modules/unictype/property-left-of-pair-tests: New file.
19919         * modules/unictype/property-line-separator-tests: New file.
19920         * modules/unictype/property-logical-order-exception-tests: New file.
19921         * modules/unictype/property-lowercase-tests: New file.
19922         * modules/unictype/property-math-tests: New file.
19923         * modules/unictype/property-non-break-tests: New file.
19924         * modules/unictype/property-not-a-character-tests: New file.
19925         * modules/unictype/property-numeric-tests: New file.
19926         * modules/unictype/property-other-alphabetic-tests: New file.
19927         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
19928         * modules/unictype/property-other-grapheme-extend-tests: New file.
19929         * modules/unictype/property-other-id-continue-tests: New file.
19930         * modules/unictype/property-other-id-start-tests: New file.
19931         * modules/unictype/property-other-lowercase-tests: New file.
19932         * modules/unictype/property-other-math-tests: New file.
19933         * modules/unictype/property-other-uppercase-tests: New file.
19934         * modules/unictype/property-paired-punctuation-tests: New file.
19935         * modules/unictype/property-paragraph-separator-tests: New file.
19936         * modules/unictype/property-pattern-syntax-tests: New file.
19937         * modules/unictype/property-pattern-white-space-tests: New file.
19938         * modules/unictype/property-private-use-tests: New file.
19939         * modules/unictype/property-punctuation-tests: New file.
19940         * modules/unictype/property-quotation-mark-tests: New file.
19941         * modules/unictype/property-radical-tests: New file.
19942         * modules/unictype/property-sentence-terminal-tests: New file.
19943         * modules/unictype/property-soft-dotted-tests: New file.
19944         * modules/unictype/property-space-tests: New file.
19945         * modules/unictype/property-terminal-punctuation-tests: New file.
19946         * modules/unictype/property-test-tests: New file.
19947         * modules/unictype/property-titlecase-tests: New file.
19948         * modules/unictype/property-unassigned-code-value-tests: New file.
19949         * modules/unictype/property-unified-ideograph-tests: New file.
19950         * modules/unictype/property-uppercase-tests: New file.
19951         * modules/unictype/property-variation-selector-tests: New file.
19952         * modules/unictype/property-white-space-tests: New file.
19953         * modules/unictype/property-xid-continue-tests: New file.
19954         * modules/unictype/property-xid-start-tests: New file.
19955         * modules/unictype/property-zero-width-tests: New file.
19956         * modules/unictype/scripts-tests: New file.
19957         * modules/unictype/syntax-c-ident-tests: New file.
19958         * modules/unictype/syntax-c-whitespace-tests: New file.
19959         * modules/unictype/syntax-java-ident-tests: New file.
19960         * modules/unictype/syntax-java-whitespace-tests: New file.
19961         * tests/unictype/test-bidi_byname.c: New file.
19962         * tests/unictype/test-bidi_name.c: New file.
19963         * tests/unictype/test-bidi_of.c: New file.
19964         * tests/unictype/test-bidi_test.c: New file.
19965         * tests/unictype/test-block_list.c: New file.
19966         * tests/unictype/test-block_of.c: New file.
19967         * tests/unictype/test-block_test.c: New file.
19968         * tests/unictype/test-categ_and.c: New file.
19969         * tests/unictype/test-categ_and_not.c: New file.
19970         * tests/unictype/test-categ_byname.c: New file.
19971         * tests/unictype/test-categ_name.c: New file.
19972         * tests/unictype/test-categ_none.c: New file.
19973         * tests/unictype/test-categ_of.c: New file.
19974         * tests/unictype/test-categ_or.c: New file.
19975         * tests/unictype/test-categ_test_withtable.c: New file.
19976         * tests/unictype/test-combining.c: New file.
19977         * tests/unictype/test-decdigit.c: New file.
19978         * tests/unictype/test-digit.c: New file.
19979         * tests/unictype/test-mirror.c: New file.
19980         * tests/unictype/test-numeric.c: New file.
19981         * tests/unictype/test-pr_byname.c: New file.
19982         * tests/unictype/test-pr_test.c: New file.
19983         * tests/unictype/test-predicate-part1.h: New file.
19984         * tests/unictype/test-predicate-part2.h: New file.
19985         * tests/unictype/test-scripts.c: New file.
19986         * tests/unictype/test-sy_c_ident.c: New file.
19987         * tests/unictype/test-sy_java_ident.c: New file.
19988
19989         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
19990         for Unicode 5.0.0.
19991         * tests/unictype/test-categ_Cc.c: Likewise.
19992         * tests/unictype/test-categ_Cf.c: Likewise.
19993         * tests/unictype/test-categ_Cn.c: Likewise.
19994         * tests/unictype/test-categ_Co.c: Likewise.
19995         * tests/unictype/test-categ_Cs.c: Likewise.
19996         * tests/unictype/test-categ_L.c: Likewise.
19997         * tests/unictype/test-categ_Ll.c: Likewise.
19998         * tests/unictype/test-categ_Lm.c: Likewise.
19999         * tests/unictype/test-categ_Lo.c: Likewise.
20000         * tests/unictype/test-categ_Lt.c: Likewise.
20001         * tests/unictype/test-categ_Lu.c: Likewise.
20002         * tests/unictype/test-categ_M.c: Likewise.
20003         * tests/unictype/test-categ_Mc.c: Likewise.
20004         * tests/unictype/test-categ_Me.c: Likewise.
20005         * tests/unictype/test-categ_Mn.c: Likewise.
20006         * tests/unictype/test-categ_N.c: Likewise.
20007         * tests/unictype/test-categ_Nd.c: Likewise.
20008         * tests/unictype/test-categ_Nl.c: Likewise.
20009         * tests/unictype/test-categ_No.c: Likewise.
20010         * tests/unictype/test-categ_P.c: Likewise.
20011         * tests/unictype/test-categ_Pc.c: Likewise.
20012         * tests/unictype/test-categ_Pd.c: Likewise.
20013         * tests/unictype/test-categ_Pe.c: Likewise.
20014         * tests/unictype/test-categ_Pf.c: Likewise.
20015         * tests/unictype/test-categ_Pi.c: Likewise.
20016         * tests/unictype/test-categ_Po.c: Likewise.
20017         * tests/unictype/test-categ_Ps.c: Likewise.
20018         * tests/unictype/test-categ_S.c: Likewise.
20019         * tests/unictype/test-categ_Sc.c: Likewise.
20020         * tests/unictype/test-categ_Sk.c: Likewise.
20021         * tests/unictype/test-categ_Sm.c: Likewise.
20022         * tests/unictype/test-categ_So.c: Likewise.
20023         * tests/unictype/test-categ_Z.c: Likewise.
20024         * tests/unictype/test-categ_Zl.c: Likewise.
20025         * tests/unictype/test-categ_Zp.c: Likewise.
20026         * tests/unictype/test-categ_Zs.c: Likewise.
20027         * tests/unictype/test-ctype_alnum.c: Likewise.
20028         * tests/unictype/test-ctype_alpha.c: Likewise.
20029         * tests/unictype/test-ctype_blank.c: Likewise.
20030         * tests/unictype/test-ctype_cntrl.c: Likewise.
20031         * tests/unictype/test-ctype_digit.c: Likewise.
20032         * tests/unictype/test-ctype_graph.c: Likewise.
20033         * tests/unictype/test-ctype_lower.c: Likewise.
20034         * tests/unictype/test-ctype_print.c: Likewise.
20035         * tests/unictype/test-ctype_punct.c: Likewise.
20036         * tests/unictype/test-ctype_space.c: Likewise.
20037         * tests/unictype/test-ctype_upper.c: Likewise.
20038         * tests/unictype/test-ctype_xdigit.c: Likewise.
20039         * tests/unictype/test-decdigit.h: Likewise.
20040         * tests/unictype/test-digit.h: Likewise.
20041         * tests/unictype/test-numeric.h: Likewise.
20042         * tests/unictype/test-pr_alphabetic.c: Likewise.
20043         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
20044         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
20045         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
20046         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
20047         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
20048         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
20049         * tests/unictype/test-pr_bidi_control.c: Likewise.
20050         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
20051         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
20052         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
20053         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
20054         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
20055         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
20056         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
20057         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
20058         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
20059         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
20060         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
20061         * tests/unictype/test-pr_combining.c: Likewise.
20062         * tests/unictype/test-pr_composite.c: Likewise.
20063         * tests/unictype/test-pr_currency_symbol.c: Likewise.
20064         * tests/unictype/test-pr_dash.c: Likewise.
20065         * tests/unictype/test-pr_decimal_digit.c: Likewise.
20066         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
20067         * tests/unictype/test-pr_deprecated.c: Likewise.
20068         * tests/unictype/test-pr_diacritic.c: Likewise.
20069         * tests/unictype/test-pr_extender.c: Likewise.
20070         * tests/unictype/test-pr_format_control.c: Likewise.
20071         * tests/unictype/test-pr_grapheme_base.c: Likewise.
20072         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
20073         * tests/unictype/test-pr_grapheme_link.c: Likewise.
20074         * tests/unictype/test-pr_hex_digit.c: Likewise.
20075         * tests/unictype/test-pr_hyphen.c: Likewise.
20076         * tests/unictype/test-pr_id_continue.c: Likewise.
20077         * tests/unictype/test-pr_id_start.c: Likewise.
20078         * tests/unictype/test-pr_ideographic.c: Likewise.
20079         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
20080         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
20081         * tests/unictype/test-pr_ignorable_control.c: Likewise.
20082         * tests/unictype/test-pr_iso_control.c: Likewise.
20083         * tests/unictype/test-pr_join_control.c: Likewise.
20084         * tests/unictype/test-pr_left_of_pair.c: Likewise.
20085         * tests/unictype/test-pr_line_separator.c: Likewise.
20086         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
20087         * tests/unictype/test-pr_lowercase.c: Likewise.
20088         * tests/unictype/test-pr_math.c: Likewise.
20089         * tests/unictype/test-pr_non_break.c: Likewise.
20090         * tests/unictype/test-pr_not_a_character.c: Likewise.
20091         * tests/unictype/test-pr_numeric.c: Likewise.
20092         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
20093         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
20094         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
20095         * tests/unictype/test-pr_other_id_continue.c: Likewise.
20096         * tests/unictype/test-pr_other_id_start.c: Likewise.
20097         * tests/unictype/test-pr_other_lowercase.c: Likewise.
20098         * tests/unictype/test-pr_other_math.c: Likewise.
20099         * tests/unictype/test-pr_other_uppercase.c: Likewise.
20100         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
20101         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
20102         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
20103         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
20104         * tests/unictype/test-pr_private_use.c: Likewise.
20105         * tests/unictype/test-pr_punctuation.c: Likewise.
20106         * tests/unictype/test-pr_quotation_mark.c: Likewise.
20107         * tests/unictype/test-pr_radical.c: Likewise.
20108         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
20109         * tests/unictype/test-pr_soft_dotted.c: Likewise.
20110         * tests/unictype/test-pr_space.c: Likewise.
20111         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
20112         * tests/unictype/test-pr_titlecase.c: Likewise.
20113         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
20114         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
20115         * tests/unictype/test-pr_uppercase.c: Likewise.
20116         * tests/unictype/test-pr_variation_selector.c: Likewise.
20117         * tests/unictype/test-pr_white_space.c: Likewise.
20118         * tests/unictype/test-pr_xid_continue.c: Likewise.
20119         * tests/unictype/test-pr_xid_start.c: Likewise.
20120         * tests/unictype/test-pr_zero_width.c: Likewise.
20121         * tests/unictype/test-sy_c_whitespace.c: Likewise.
20122         * tests/unictype/test-sy_java_whitespace.c: Likewise.
20123
20124 2007-11-12  Bruno Haible  <bruno@clisp.org>
20125
20126         Unicode character classification functions.
20127         * lib/unictype.h: New file.
20128         * modules/unictype/base: New file.
20129         * modules/unictype/category-L: New file.
20130         * modules/unictype/category-Lu: New file.
20131         * modules/unictype/category-Ll: New file.
20132         * modules/unictype/category-Lt: New file.
20133         * modules/unictype/category-Lm: New file.
20134         * modules/unictype/category-Lo: New file.
20135         * modules/unictype/category-M: New file.
20136         * modules/unictype/category-Mn: New file.
20137         * modules/unictype/category-Mc: New file.
20138         * modules/unictype/category-Me: New file.
20139         * modules/unictype/category-N: New file.
20140         * modules/unictype/category-Nd: New file.
20141         * modules/unictype/category-Nl: New file.
20142         * modules/unictype/category-No: New file.
20143         * modules/unictype/category-P: New file.
20144         * modules/unictype/category-Pc: New file.
20145         * modules/unictype/category-Pd: New file.
20146         * modules/unictype/category-Ps: New file.
20147         * modules/unictype/category-Pe: New file.
20148         * modules/unictype/category-Pi: New file.
20149         * modules/unictype/category-Pf: New file.
20150         * modules/unictype/category-Po: New file.
20151         * modules/unictype/category-S: New file.
20152         * modules/unictype/category-Sm: New file.
20153         * modules/unictype/category-Sc: New file.
20154         * modules/unictype/category-Sk: New file.
20155         * modules/unictype/category-So: New file.
20156         * modules/unictype/category-Z: New file.
20157         * modules/unictype/category-Zs: New file.
20158         * modules/unictype/category-Zl: New file.
20159         * modules/unictype/category-Zp: New file.
20160         * modules/unictype/category-C: New file.
20161         * modules/unictype/category-Cc: New file.
20162         * modules/unictype/category-Cf: New file.
20163         * modules/unictype/category-Cs: New file.
20164         * modules/unictype/category-Co: New file.
20165         * modules/unictype/category-Cn: New file.
20166         * modules/unictype/category-or: New file.
20167         * modules/unictype/category-of: New file.
20168         * modules/unictype/category-test: New file.
20169         * modules/unictype/category-test-withtable: New file.
20170         * modules/unictype/category-byname: New file.
20171         * modules/unictype/category-none: New file.
20172         * modules/unictype/category-and: New file.
20173         * modules/unictype/category-and-not: New file.
20174         * modules/unictype/category-name: New file.
20175         * modules/unictype/combining-class: New file.
20176         * modules/unictype/category-all: New file.
20177         * modules/unictype/bidicategory-all: New file.
20178         * modules/unictype/bidicategory-byname: New file.
20179         * modules/unictype/bidicategory-name: New file.
20180         * modules/unictype/bidicategory-of: New file.
20181         * modules/unictype/bidicategory-test: New file.
20182         * modules/unictype/decimal-digit: New file.
20183         * modules/unictype/digit: New file.
20184         * modules/unictype/numeric: New file.
20185         * modules/unictype/mirror: New file.
20186         * modules/unictype/property-white-space: New file.
20187         * modules/unictype/property-alphabetic: New file.
20188         * modules/unictype/property-other-alphabetic: New file.
20189         * modules/unictype/property-not-a-character: New file.
20190         * modules/unictype/property-default-ignorable-code-point: New file.
20191         * modules/unictype/property-other-default-ignorable-code-point: New
20192         file.
20193         * modules/unictype/property-deprecated: New file.
20194         * modules/unictype/property-logical-order-exception: New file.
20195         * modules/unictype/property-variation-selector: New file.
20196         * modules/unictype/property-private-use: New file.
20197         * modules/unictype/property-unassigned-code-value: New file.
20198         * modules/unictype/property-uppercase: New file.
20199         * modules/unictype/property-other-uppercase: New file.
20200         * modules/unictype/property-lowercase: New file.
20201         * modules/unictype/property-other-lowercase: New file.
20202         * modules/unictype/property-titlecase: New file.
20203         * modules/unictype/property-soft-dotted: New file.
20204         * modules/unictype/property-id-start: New file.
20205         * modules/unictype/property-other-id-start: New file.
20206         * modules/unictype/property-id-continue: New file.
20207         * modules/unictype/property-other-id-continue: New file.
20208         * modules/unictype/property-xid-start: New file.
20209         * modules/unictype/property-xid-continue: New file.
20210         * modules/unictype/property-pattern-white-space: New file.
20211         * modules/unictype/property-pattern-syntax: New file.
20212         * modules/unictype/property-join-control: New file.
20213         * modules/unictype/property-grapheme-base: New file.
20214         * modules/unictype/property-grapheme-extend: New file.
20215         * modules/unictype/property-other-grapheme-extend: New file.
20216         * modules/unictype/property-grapheme-link: New file.
20217         * modules/unictype/property-bidi-control: New file.
20218         * modules/unictype/property-bidi-left-to-right: New file.
20219         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
20220         * modules/unictype/property-bidi-arabic-right-to-left: New file.
20221         * modules/unictype/property-bidi-european-digit: New file.
20222         * modules/unictype/property-bidi-eur-num-separator: New file.
20223         * modules/unictype/property-bidi-eur-num-terminator: New file.
20224         * modules/unictype/property-bidi-arabic-digit: New file.
20225         * modules/unictype/property-bidi-common-separator: New file.
20226         * modules/unictype/property-bidi-block-separator: New file.
20227         * modules/unictype/property-bidi-segment-separator: New file.
20228         * modules/unictype/property-bidi-whitespace: New file.
20229         * modules/unictype/property-bidi-non-spacing-mark: New file.
20230         * modules/unictype/property-bidi-boundary-neutral: New file.
20231         * modules/unictype/property-bidi-pdf: New file.
20232         * modules/unictype/property-bidi-embedding-or-override: New file.
20233         * modules/unictype/property-bidi-other-neutral: New file.
20234         * modules/unictype/property-hex-digit: New file.
20235         * modules/unictype/property-ascii-hex-digit: New file.
20236         * modules/unictype/property-ideographic: New file.
20237         * modules/unictype/property-unified-ideograph: New file.
20238         * modules/unictype/property-radical: New file.
20239         * modules/unictype/property-ids-binary-operator: New file.
20240         * modules/unictype/property-ids-trinary-operator: New file.
20241         * modules/unictype/property-zero-width: New file.
20242         * modules/unictype/property-space: New file.
20243         * modules/unictype/property-non-break: New file.
20244         * modules/unictype/property-iso-control: New file.
20245         * modules/unictype/property-format-control: New file.
20246         * modules/unictype/property-dash: New file.
20247         * modules/unictype/property-hyphen: New file.
20248         * modules/unictype/property-punctuation: New file.
20249         * modules/unictype/property-line-separator: New file.
20250         * modules/unictype/property-paragraph-separator: New file.
20251         * modules/unictype/property-quotation-mark: New file.
20252         * modules/unictype/property-sentence-terminal: New file.
20253         * modules/unictype/property-terminal-punctuation: New file.
20254         * modules/unictype/property-currency-symbol: New file.
20255         * modules/unictype/property-math: New file.
20256         * modules/unictype/property-other-math: New file.
20257         * modules/unictype/property-paired-punctuation: New file.
20258         * modules/unictype/property-left-of-pair: New file.
20259         * modules/unictype/property-combining: New file.
20260         * modules/unictype/property-composite: New file.
20261         * modules/unictype/property-decimal-digit: New file.
20262         * modules/unictype/property-numeric: New file.
20263         * modules/unictype/property-diacritic: New file.
20264         * modules/unictype/property-extender: New file.
20265         * modules/unictype/property-ignorable-control: New file.
20266         * modules/unictype/property-test: New file.
20267         * modules/unictype/property-byname: New file.
20268         * modules/unictype/property-all: New file.
20269         * modules/unictype/scripts: New file.
20270         * modules/unictype/scripts-all: New file.
20271         * modules/unictype/block-of: New file.
20272         * modules/unictype/block-test: New file.
20273         * modules/unictype/block-list: New file.
20274         * modules/unictype/block-all: New file.
20275         * modules/unictype/syntax-c-whitespace: New file.
20276         * modules/unictype/syntax-java-whitespace: New file.
20277         * modules/unictype/syntax-c-ident: New file.
20278         * modules/unictype/syntax-java-ident: New file.
20279         * modules/unictype/ctype-alnum: New file.
20280         * modules/unictype/ctype-alpha: New file.
20281         * modules/unictype/ctype-cntrl: New file.
20282         * modules/unictype/ctype-digit: New file.
20283         * modules/unictype/ctype-graph: New file.
20284         * modules/unictype/ctype-lower: New file.
20285         * modules/unictype/ctype-print: New file.
20286         * modules/unictype/ctype-punct: New file.
20287         * modules/unictype/ctype-space: New file.
20288         * modules/unictype/ctype-upper: New file.
20289         * modules/unictype/ctype-xdigit: New file.
20290         * modules/unictype/ctype-blank: New file.
20291         * lib/unictype/bidi_byname.c: New file.
20292         * lib/unictype/bidi_name.c: New file.
20293         * lib/unictype/bidi_of.c: New file.
20294         * lib/unictype/bidi_test.c: New file.
20295         * lib/unictype/bitmap.h: New file.
20296         * lib/unictype/block_test.c: New file.
20297         * lib/unictype/blocks.c: New file.
20298         * lib/unictype/categ_C.c: New file.
20299         * lib/unictype/categ_Cc.c: New file.
20300         * lib/unictype/categ_Cf.c: New file.
20301         * lib/unictype/categ_Cn.c: New file.
20302         * lib/unictype/categ_Co.c: New file.
20303         * lib/unictype/categ_Cs.c: New file.
20304         * lib/unictype/categ_L.c: New file.
20305         * lib/unictype/categ_Ll.c: New file.
20306         * lib/unictype/categ_Lm.c: New file.
20307         * lib/unictype/categ_Lo.c: New file.
20308         * lib/unictype/categ_Lt.c: New file.
20309         * lib/unictype/categ_Lu.c: New file.
20310         * lib/unictype/categ_M.c: New file.
20311         * lib/unictype/categ_Mc.c: New file.
20312         * lib/unictype/categ_Me.c: New file.
20313         * lib/unictype/categ_Mn.c: New file.
20314         * lib/unictype/categ_N.c: New file.
20315         * lib/unictype/categ_Nd.c: New file.
20316         * lib/unictype/categ_Nl.c: New file.
20317         * lib/unictype/categ_No.c: New file.
20318         * lib/unictype/categ_P.c: New file.
20319         * lib/unictype/categ_Pc.c: New file.
20320         * lib/unictype/categ_Pd.c: New file.
20321         * lib/unictype/categ_Pe.c: New file.
20322         * lib/unictype/categ_Pf.c: New file.
20323         * lib/unictype/categ_Pi.c: New file.
20324         * lib/unictype/categ_Po.c: New file.
20325         * lib/unictype/categ_Ps.c: New file.
20326         * lib/unictype/categ_S.c: New file.
20327         * lib/unictype/categ_Sc.c: New file.
20328         * lib/unictype/categ_Sk.c: New file.
20329         * lib/unictype/categ_Sm.c: New file.
20330         * lib/unictype/categ_So.c: New file.
20331         * lib/unictype/categ_Z.c: New file.
20332         * lib/unictype/categ_Zl.c: New file.
20333         * lib/unictype/categ_Zp.c: New file.
20334         * lib/unictype/categ_Zs.c: New file.
20335         * lib/unictype/categ_and.c: New file.
20336         * lib/unictype/categ_and_not.c: New file.
20337         * lib/unictype/categ_byname.c: New file.
20338         * lib/unictype/categ_name.c: New file.
20339         * lib/unictype/categ_none.c: New file.
20340         * lib/unictype/categ_of.c: New file.
20341         * lib/unictype/categ_or.c: New file.
20342         * lib/unictype/categ_test.c: New file.
20343         * lib/unictype/combining.c: New file.
20344         * lib/unictype/ctype_alnum.c: New file.
20345         * lib/unictype/ctype_alpha.c: New file.
20346         * lib/unictype/ctype_blank.c: New file.
20347         * lib/unictype/ctype_cntrl.c: New file.
20348         * lib/unictype/ctype_digit.c: New file.
20349         * lib/unictype/ctype_graph.c: New file.
20350         * lib/unictype/ctype_lower.c: New file.
20351         * lib/unictype/ctype_print.c: New file.
20352         * lib/unictype/ctype_punct.c: New file.
20353         * lib/unictype/ctype_space.c: New file.
20354         * lib/unictype/ctype_upper.c: New file.
20355         * lib/unictype/ctype_xdigit.c: New file.
20356         * lib/unictype/decdigit.c: New file.
20357         * lib/unictype/digit.c: New file.
20358         * lib/unictype/identsyntaxmap.h: New file.
20359         * lib/unictype/mirror.c: New file.
20360         * lib/unictype/numeric.c: New file.
20361         * lib/unictype/pr_alphabetic.c: New file.
20362         * lib/unictype/pr_ascii_hex_digit.c: New file.
20363         * lib/unictype/pr_bidi_arabic_digit.c: New file.
20364         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
20365         * lib/unictype/pr_bidi_block_separator.c: New file.
20366         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
20367         * lib/unictype/pr_bidi_common_separator.c: New file.
20368         * lib/unictype/pr_bidi_control.c: New file.
20369         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
20370         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
20371         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
20372         * lib/unictype/pr_bidi_european_digit.c: New file.
20373         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
20374         * lib/unictype/pr_bidi_left_to_right.c: New file.
20375         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
20376         * lib/unictype/pr_bidi_other_neutral.c: New file.
20377         * lib/unictype/pr_bidi_pdf.c: New file.
20378         * lib/unictype/pr_bidi_segment_separator.c: New file.
20379         * lib/unictype/pr_bidi_whitespace.c: New file.
20380         * lib/unictype/pr_byname.c: New file.
20381         * lib/unictype/pr_byname.gperf: New file.
20382         * lib/unictype/pr_combining.c: New file.
20383         * lib/unictype/pr_composite.c: New file.
20384         * lib/unictype/pr_currency_symbol.c: New file.
20385         * lib/unictype/pr_dash.c: New file.
20386         * lib/unictype/pr_decimal_digit.c: New file.
20387         * lib/unictype/pr_default_ignorable_code_point.c: New file.
20388         * lib/unictype/pr_deprecated.c: New file.
20389         * lib/unictype/pr_diacritic.c: New file.
20390         * lib/unictype/pr_extender.c: New file.
20391         * lib/unictype/pr_format_control.c: New file.
20392         * lib/unictype/pr_grapheme_base.c: New file.
20393         * lib/unictype/pr_grapheme_extend.c: New file.
20394         * lib/unictype/pr_grapheme_link.c: New file.
20395         * lib/unictype/pr_hex_digit.c: New file.
20396         * lib/unictype/pr_hyphen.c: New file.
20397         * lib/unictype/pr_id_continue.c: New file.
20398         * lib/unictype/pr_id_start.c: New file.
20399         * lib/unictype/pr_ideographic.c: New file.
20400         * lib/unictype/pr_ids_binary_operator.c: New file.
20401         * lib/unictype/pr_ids_trinary_operator.c: New file.
20402         * lib/unictype/pr_ignorable_control.c: New file.
20403         * lib/unictype/pr_iso_control.c: New file.
20404         * lib/unictype/pr_join_control.c: New file.
20405         * lib/unictype/pr_left_of_pair.c: New file.
20406         * lib/unictype/pr_line_separator.c: New file.
20407         * lib/unictype/pr_logical_order_exception.c: New file.
20408         * lib/unictype/pr_lowercase.c: New file.
20409         * lib/unictype/pr_math.c: New file.
20410         * lib/unictype/pr_non_break.c: New file.
20411         * lib/unictype/pr_not_a_character.c: New file.
20412         * lib/unictype/pr_numeric.c: New file.
20413         * lib/unictype/pr_other_alphabetic.c: New file.
20414         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
20415         * lib/unictype/pr_other_grapheme_extend.c: New file.
20416         * lib/unictype/pr_other_id_continue.c: New file.
20417         * lib/unictype/pr_other_id_start.c: New file.
20418         * lib/unictype/pr_other_lowercase.c: New file.
20419         * lib/unictype/pr_other_math.c: New file.
20420         * lib/unictype/pr_other_uppercase.c: New file.
20421         * lib/unictype/pr_paired_punctuation.c: New file.
20422         * lib/unictype/pr_paragraph_separator.c: New file.
20423         * lib/unictype/pr_pattern_syntax.c: New file.
20424         * lib/unictype/pr_pattern_white_space.c: New file.
20425         * lib/unictype/pr_private_use.c: New file.
20426         * lib/unictype/pr_punctuation.c: New file.
20427         * lib/unictype/pr_quotation_mark.c: New file.
20428         * lib/unictype/pr_radical.c: New file.
20429         * lib/unictype/pr_sentence_terminal.c: New file.
20430         * lib/unictype/pr_soft_dotted.c: New file.
20431         * lib/unictype/pr_space.c: New file.
20432         * lib/unictype/pr_terminal_punctuation.c: New file.
20433         * lib/unictype/pr_test.c: New file.
20434         * lib/unictype/pr_titlecase.c: New file.
20435         * lib/unictype/pr_unassigned_code_value.c: New file.
20436         * lib/unictype/pr_unified_ideograph.c: New file.
20437         * lib/unictype/pr_uppercase.c: New file.
20438         * lib/unictype/pr_variation_selector.c: New file.
20439         * lib/unictype/pr_white_space.c: New file.
20440         * lib/unictype/pr_xid_continue.c: New file.
20441         * lib/unictype/pr_xid_start.c: New file.
20442         * lib/unictype/pr_zero_width.c: New file.
20443         * lib/unictype/scripts.c: New file.
20444         * lib/unictype/sy_c_ident.c: New file.
20445         * lib/unictype/sy_c_whitespace.c: New file.
20446         * lib/unictype/sy_java_ident.c: New file.
20447         * lib/unictype/sy_java_whitespace.c: New file.
20448
20449         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
20450         Unicode 5.0.0.
20451         * lib/unictype/blocks.h: Likewise.
20452         * lib/unictype/categ_C.h: Likewise.
20453         * lib/unictype/categ_Cc.h: Likewise.
20454         * lib/unictype/categ_Cf.h: Likewise.
20455         * lib/unictype/categ_Cn.h: Likewise.
20456         * lib/unictype/categ_Co.h: Likewise.
20457         * lib/unictype/categ_Cs.h: Likewise.
20458         * lib/unictype/categ_L.h: Likewise.
20459         * lib/unictype/categ_Ll.h: Likewise.
20460         * lib/unictype/categ_Lm.h: Likewise.
20461         * lib/unictype/categ_Lo.h: Likewise.
20462         * lib/unictype/categ_Lt.h: Likewise.
20463         * lib/unictype/categ_Lu.h: Likewise.
20464         * lib/unictype/categ_M.h: Likewise.
20465         * lib/unictype/categ_Mc.h: Likewise.
20466         * lib/unictype/categ_Me.h: Likewise.
20467         * lib/unictype/categ_Mn.h: Likewise.
20468         * lib/unictype/categ_N.h: Likewise.
20469         * lib/unictype/categ_Nd.h: Likewise.
20470         * lib/unictype/categ_Nl.h: Likewise.
20471         * lib/unictype/categ_No.h: Likewise.
20472         * lib/unictype/categ_P.h: Likewise.
20473         * lib/unictype/categ_Pc.h: Likewise.
20474         * lib/unictype/categ_Pd.h: Likewise.
20475         * lib/unictype/categ_Pe.h: Likewise.
20476         * lib/unictype/categ_Pf.h: Likewise.
20477         * lib/unictype/categ_Pi.h: Likewise.
20478         * lib/unictype/categ_Po.h: Likewise.
20479         * lib/unictype/categ_Ps.h: Likewise.
20480         * lib/unictype/categ_S.h: Likewise.
20481         * lib/unictype/categ_Sc.h: Likewise.
20482         * lib/unictype/categ_Sk.h: Likewise.
20483         * lib/unictype/categ_Sm.h: Likewise.
20484         * lib/unictype/categ_So.h: Likewise.
20485         * lib/unictype/categ_Z.h: Likewise.
20486         * lib/unictype/categ_Zl.h: Likewise.
20487         * lib/unictype/categ_Zp.h: Likewise.
20488         * lib/unictype/categ_Zs.h: Likewise.
20489         * lib/unictype/categ_of.h: Likewise.
20490         * lib/unictype/combining.h: Likewise.
20491         * lib/unictype/ctype_alnum.h: Likewise.
20492         * lib/unictype/ctype_alpha.h: Likewise.
20493         * lib/unictype/ctype_blank.h: Likewise.
20494         * lib/unictype/ctype_cntrl.h: Likewise.
20495         * lib/unictype/ctype_digit.h: Likewise.
20496         * lib/unictype/ctype_graph.h: Likewise.
20497         * lib/unictype/ctype_lower.h: Likewise.
20498         * lib/unictype/ctype_print.h: Likewise.
20499         * lib/unictype/ctype_punct.h: Likewise.
20500         * lib/unictype/ctype_space.h: Likewise.
20501         * lib/unictype/ctype_upper.h: Likewise.
20502         * lib/unictype/ctype_xdigit.h: Likewise.
20503         * lib/unictype/decdigit.h: Likewise.
20504         * lib/unictype/digit.h: Likewise.
20505         * lib/unictype/mirror.h: Likewise.
20506         * lib/unictype/numeric.h: Likewise.
20507         * lib/unictype/pr_alphabetic.h: Likewise.
20508         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
20509         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
20510         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
20511         * lib/unictype/pr_bidi_block_separator.h: Likewise.
20512         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
20513         * lib/unictype/pr_bidi_common_separator.h: Likewise.
20514         * lib/unictype/pr_bidi_control.h: Likewise.
20515         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
20516         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
20517         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
20518         * lib/unictype/pr_bidi_european_digit.h: Likewise.
20519         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
20520         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
20521         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
20522         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
20523         * lib/unictype/pr_bidi_pdf.h: Likewise.
20524         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
20525         * lib/unictype/pr_bidi_whitespace.h: Likewise.
20526         * lib/unictype/pr_combining.h: Likewise.
20527         * lib/unictype/pr_composite.h: Likewise.
20528         * lib/unictype/pr_currency_symbol.h: Likewise.
20529         * lib/unictype/pr_dash.h: Likewise.
20530         * lib/unictype/pr_decimal_digit.h: Likewise.
20531         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
20532         * lib/unictype/pr_deprecated.h: Likewise.
20533         * lib/unictype/pr_diacritic.h: Likewise.
20534         * lib/unictype/pr_extender.h: Likewise.
20535         * lib/unictype/pr_format_control.h: Likewise.
20536         * lib/unictype/pr_grapheme_base.h: Likewise.
20537         * lib/unictype/pr_grapheme_extend.h: Likewise.
20538         * lib/unictype/pr_grapheme_link.h: Likewise.
20539         * lib/unictype/pr_hex_digit.h: Likewise.
20540         * lib/unictype/pr_hyphen.h: Likewise.
20541         * lib/unictype/pr_id_continue.h: Likewise.
20542         * lib/unictype/pr_id_start.h: Likewise.
20543         * lib/unictype/pr_ideographic.h: Likewise.
20544         * lib/unictype/pr_ids_binary_operator.h: Likewise.
20545         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
20546         * lib/unictype/pr_ignorable_control.h: Likewise.
20547         * lib/unictype/pr_iso_control.h: Likewise.
20548         * lib/unictype/pr_join_control.h: Likewise.
20549         * lib/unictype/pr_left_of_pair.h: Likewise.
20550         * lib/unictype/pr_line_separator.h: Likewise.
20551         * lib/unictype/pr_logical_order_exception.h: Likewise.
20552         * lib/unictype/pr_lowercase.h: Likewise.
20553         * lib/unictype/pr_math.h: Likewise.
20554         * lib/unictype/pr_non_break.h: Likewise.
20555         * lib/unictype/pr_not_a_character.h: Likewise.
20556         * lib/unictype/pr_numeric.h: Likewise.
20557         * lib/unictype/pr_other_alphabetic.h: Likewise.
20558         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
20559         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
20560         * lib/unictype/pr_other_id_continue.h: Likewise.
20561         * lib/unictype/pr_other_id_start.h: Likewise.
20562         * lib/unictype/pr_other_lowercase.h: Likewise.
20563         * lib/unictype/pr_other_math.h: Likewise.
20564         * lib/unictype/pr_other_uppercase.h: Likewise.
20565         * lib/unictype/pr_paired_punctuation.h: Likewise.
20566         * lib/unictype/pr_paragraph_separator.h: Likewise.
20567         * lib/unictype/pr_pattern_syntax.h: Likewise.
20568         * lib/unictype/pr_pattern_white_space.h: Likewise.
20569         * lib/unictype/pr_private_use.h: Likewise.
20570         * lib/unictype/pr_punctuation.h: Likewise.
20571         * lib/unictype/pr_quotation_mark.h: Likewise.
20572         * lib/unictype/pr_radical.h: Likewise.
20573         * lib/unictype/pr_sentence_terminal.h: Likewise.
20574         * lib/unictype/pr_soft_dotted.h: Likewise.
20575         * lib/unictype/pr_space.h: Likewise.
20576         * lib/unictype/pr_terminal_punctuation.h: Likewise.
20577         * lib/unictype/pr_titlecase.h: Likewise.
20578         * lib/unictype/pr_unassigned_code_value.h: Likewise.
20579         * lib/unictype/pr_unified_ideograph.h: Likewise.
20580         * lib/unictype/pr_uppercase.h: Likewise.
20581         * lib/unictype/pr_variation_selector.h: Likewise.
20582         * lib/unictype/pr_white_space.h: Likewise.
20583         * lib/unictype/pr_xid_continue.h: Likewise.
20584         * lib/unictype/pr_xid_start.h: Likewise.
20585         * lib/unictype/pr_zero_width.h: Likewise.
20586         * lib/unictype/scripts.h: Likewise.
20587         * lib/unictype/scripts_byname.gperf: Likewise.
20588         * lib/unictype/sy_c_ident.h: Likewise.
20589         * lib/unictype/sy_c_whitespace.h: Likewise.
20590         * lib/unictype/sy_java_ident.h: Likewise.
20591         * lib/unictype/sy_java_whitespace.h: Likewise.
20592
20593         * lib/unictype/Makefile: New file.
20594         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
20595         glibc.
20596         * lib/unictype/3level.h: New file, copied from glibc.
20597         * lib/unictype/3levelbit.h: New file.
20598
20599 2007-11-11  Bruno Haible  <bruno@clisp.org>
20600
20601         * modules/gperf: New file.
20602         * modules/iconv_open (Depends-on): Add it.
20603         (Makefile.am): Remove the GPERF definition.
20604
20605 2007-11-11  Bruno Haible  <bruno@clisp.org>
20606
20607         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
20608         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
20609
20610 2007-11-11  Bruno Haible  <bruno@clisp.org>
20611
20612         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
20613         (usage): Remove function.
20614
20615 2007-11-11  Bruno Haible  <bruno@clisp.org>
20616
20617         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
20618         gl_FUNC_CEILF_LIBS.
20619         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
20620         gl_FUNC_CEIL_LIBS.
20621         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
20622         gl_FUNC_CEILL_LIBS.
20623         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
20624         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
20625         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
20626
20627 2007-11-11  Bruno Haible  <bruno@clisp.org>
20628
20629         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
20630         roundf were declared but do not exist on functions.
20631         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
20632         roundl were declared but do not exist on functions.
20633         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
20634         HAVE_FLOORL_AND_CEILL, respectively.
20635         Needed for Sun C on Solaris 10.
20636
20637 2007-11-11  Bruno Haible  <bruno@clisp.org>
20638
20639         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
20640         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
20641         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
20642         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
20643         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
20644         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
20645         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
20646         HAVE_DECL_ROUNDF.
20647         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
20648         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
20649         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
20650         of HAVE_DECL_ROUND*.
20651         * modules/math (Makefile.am): Update.
20652
20653 2007-11-10  Bruno Haible  <bruno@clisp.org>
20654
20655         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
20656         ptrdiff_t as m4/intl.m4.
20657
20658 2007-11-10  Jim Meyering  <meyering@redhat.com>
20659
20660         Avoid link failure for the argmatch test.
20661         * tests/test-argmatch.c (usage): Define function to avoid a link
20662         failure: argmatch_die requires a usage function.
20663
20664 2007-11-09  Bruno Haible  <bruno@clisp.org>
20665
20666         * doc/functions/snprintf.texi: Mention BeOS deficiency.
20667         * doc/functions/vsnprintf.texi: Likewise.
20668         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
20669         with a size argument < 2.
20670
20671 2007-11-09  Bruno Haible  <bruno@clisp.org>
20672
20673         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
20674         buffer. Fixes an inefficiency introduced on 2007-11-03.
20675
20676 2007-11-09  Bruno Haible  <bruno@clisp.org>
20677
20678         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
20679         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
20680
20681 2007-11-08  Jim Meyering  <meyering@redhat.com>
20682
20683         Change cache variable name prefix "jm_" to "gl_" everywhere.
20684         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
20685         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
20686         * m4/uptime.m4: s/gl_/jm_/
20687
20688 2007-11-07  Bruno Haible  <bruno@clisp.org>
20689
20690         Update to GNU gettext 0.17.
20691         * m4/intl.m4: Update to GNU gettext 0.17.
20692         * m4/po.m4: Likewise.
20693         * modules/gettext (Files): Remove m4/ulonglong.m4.
20694         (configure.ac): Require gettext infrastructure from version 0.17.
20695
20696 2007-11-06  Bruno Haible  <bruno@clisp.org>
20697
20698         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
20699         symbolic values are not defined in a public header.
20700         * lib/freadable.c (freadable) [QNX]: Likewise.
20701         * lib/freadahead.c (freadahead) [QNX]: Likewise.
20702         * lib/freading.c (freading) [QNX]: Likewise.
20703         * lib/fseterr.c (fseterr) [QNX]: Likewise.
20704         * lib/fwritable.c (fwritable) [QNX]: Likewise.
20705         * lib/fwriting.c (fwriting) [QNX]: Likewise.
20706         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
20707         Reported by Alain Magloire.
20708
20709         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
20710
20711 2007-11-05  Bruno Haible  <bruno@clisp.org>
20712
20713         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
20714         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
20715         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
20716         Reported by Eric Blake.
20717
20718 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20719             Bruno Haible  <bruno@clisp.org>
20720
20721         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
20722         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
20723         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
20724         (malloc): Undefine also before including <stdlib.h>.
20725         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
20726         Needed on OSF/1 4.0.
20727
20728 2007-11-05  Jim Meyering  <meyering@redhat.com>
20729
20730         git-version-gen: sync from coreutils.
20731         * build-aux/git-version-gen: Add comments.
20732         Change the first '-' to '.' in the snapshot version string,
20733         e.g., 6.9-377-08144 -> 6.9.377-08144
20734         Remove first parameter.
20735         Don't declare a version "-dirty" merely because a time
20736         stamp has changed.
20737
20738 2007-11-04  Bruno Haible  <bruno@clisp.org>
20739
20740         * lib/lock.h: Protect all macro definitions containing an 'if'
20741         statement through a "do { ... } while (0)".
20742         * lib/tls.h: Likewise.
20743
20744 2007-11-04  Bruno Haible  <bruno@clisp.org>
20745
20746         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
20747
20748 2007-11-04  Bruno Haible  <bruno@clisp.org>
20749
20750         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
20751         * modules/fprintf-posix (Depends-on): Add nocrash.
20752         * modules/snprintf-posix (Depends-on): Likewise.
20753         * modules/sprintf-posix (Depends-on): Likewise.
20754         * modules/vasnprintf-posix (Depends-on): Likewise.
20755         * modules/vasprintf-posix (Depends-on): Likewise.
20756         * modules/vfprintf-posix (Depends-on): Likewise.
20757         * modules/vsnprintf-posix (Depends-on): Likewise.
20758         * modules/vsprintf-posix (Depends-on): Likewise.
20759         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
20760         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
20761         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
20762         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
20763         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
20764         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
20765         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
20766
20767 2007-11-04  Bruno Haible  <bruno@clisp.org>
20768
20769         * modules/nocrash: New file.
20770         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
20771         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
20772
20773 2007-11-04  Bruno Haible  <bruno@clisp.org>
20774
20775         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
20776         precision handling.
20777         * tests/test-vasprintf-posix.c (test_function): Likewise.
20778         * tests/test-snprintf-posix.h (test_function): Likewise.
20779         * tests/test-sprintf-posix.h (test_function): Likewise.
20780
20781         Fix *printf behaviour for large precisions on mingw and BeOS.
20782         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
20783         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
20784         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
20785         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
20786         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
20787         gl_PRINTF_PRECISION and test its result. Invoke
20788         gl_PREREQ_VASNPRINTF_PRECISION.
20789         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
20790         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20791         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20792         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20793         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20794         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20795         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20796         * doc/functions/fprintf.texi: Update.
20797         * doc/functions/printf.texi: Update.
20798         * doc/functions/snprintf.texi: Update.
20799         * doc/functions/sprintf.texi: Update.
20800         * doc/functions/vfprintf.texi: Update.
20801         * doc/functions/vprintf.texi: Update.
20802         * doc/functions/vsnprintf.texi: Update.
20803         * doc/functions/vsprintf.texi: Update.
20804
20805 2007-11-04  Bruno Haible  <bruno@clisp.org>
20806
20807         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
20808
20809 2007-11-04  Bruno Haible  <bruno@clisp.org>
20810
20811         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
20812         Reported by Sylvain Beucler <beuc@gnu.org>.
20813
20814 2007-11-03  Bruno Haible  <bruno@clisp.org>
20815
20816         * tests/test-fprintf-posix2.sh: New file.
20817         * tests/test-fprintf-posix2.c: New file.
20818         * modules/fprintf-posix-tests (Files): Add them.
20819         (TESTS): Add test-fprintf-posix2.sh.
20820         (configure.ac): Check for getrlimit and setrlimit.
20821         (check_PROGRAMS): Add test-fprintf-posix2.
20822
20823         * tests/test-printf-posix2.sh: New file.
20824         * tests/test-printf-posix2.c: New file.
20825         * modules/printf-posix-tests (Files): Add them.
20826         (TESTS): Add test-printf-posix2.sh.
20827         (configure.ac): Check for getrlimit and setrlimit.
20828         (check_PROGRAMS): Add test-printf-posix2.
20829
20830         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
20831         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
20832         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
20833         (decode_double): New function, copied from decode_long_double.
20834         (scale10_round_decimal_decoded): New function, extracted from
20835         scale10_round_decimal_long_double.
20836         (scale10_round_decimal_long_double): Use it.
20837         (scale10_round_decimal_double): New function.
20838         (floorlog10): New function.
20839         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
20840         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
20841         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
20842         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
20843         gl_PRINTF_ENOMEM and test its result. Invoke
20844         gl_PREREQ_VASNPRINTF_ENOMEM.
20845         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
20846         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20847         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20848         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20849         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20850         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20851         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20852         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
20853         * modules/snprintf-posix (Depends-on): Likewise.
20854         * modules/sprintf-posix (Depends-on): Likewise.
20855         * modules/vasnprintf-posix (Depends-on): Likewise.
20856         * modules/vasprintf-posix (Depends-on): Likewise.
20857         * modules/vfprintf-posix (Depends-on): Likewise.
20858         * modules/vsnprintf-posix (Depends-on): Likewise.
20859         * modules/vsprintf-posix (Depends-on): Likewise.
20860         * doc/functions/fprintf.texi: Update.
20861         * doc/functions/printf.texi: Update.
20862         * doc/functions/snprintf.texi: Update.
20863         * doc/functions/sprintf.texi: Update.
20864         * doc/functions/vfprintf.texi: Update.
20865         * doc/functions/vprintf.texi: Update.
20866         * doc/functions/vsnprintf.texi: Update.
20867         * doc/functions/vsprintf.texi: Update.
20868
20869 2007-11-03  Bruno Haible  <bruno@clisp.org>
20870
20871         * modules/frexp-nolibm-tests: New file.
20872
20873         * modules/frexp-nolibm: New file.
20874         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
20875
20876 2007-11-03  Bruno Haible  <bruno@clisp.org>
20877
20878         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
20879         value is C99 compliant.
20880         Needed for OSF/1 5.1.
20881
20882 2007-11-03  Bruno Haible  <bruno@clisp.org>
20883
20884         Fix out-of-memory handling of vasnprintf.
20885         * lib/printf-parse.c: Include <errno.h>.
20886         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
20887         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
20888         is already set.
20889
20890 2007-11-02  Eric Blake  <ebb9@byu.net>
20891
20892         Fix tests on cygwin.
20893         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
20894
20895 2007-11-01  Bruno Haible  <bruno@clisp.org>
20896
20897         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
20898         warning.
20899         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
20900         needed for POSIX compatibility.
20901
20902 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
20903
20904         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
20905         for compatibility with GNU.
20906
20907 2007-11-01  Bruno Haible  <bruno@clisp.org>
20908
20909         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
20910         (putenv): Renamed from rpl_putenv. Change argument type from
20911         'const char *' to 'char *'.
20912         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
20913         of defining putenv in config.h, just set REPLACE_PUTENV.
20914         * modules/putenv (Depends-on): Add stdlib.
20915         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20916         (Include): Use <stdlib.h>.
20917         * lib/stdlib.in.h (putenv): New declaration.
20918         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
20919         REPLACE_PUTENV.
20920         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
20921         REPLACE_PUTENV.
20922         Needed for MacOS X 10.5.0.
20923         Reported by Peter O'Gorman <peter@pogma.com>.
20924
20925 2007-11-01  Jim Meyering  <meyering@redhat.com>
20926
20927         Treat an empty date string exactly like "0".
20928         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
20929         if the remaining date string (to be parsed) is empty, use "0".
20930         Reported by Mischa Molhoek and discussed in this thread:
20931         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
20932
20933 2007-10-31  Bruno Haible  <bruno@clisp.org>
20934
20935         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
20936         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
20937         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
20938         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
20939         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
20940         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
20941
20942 2007-10-31  Bruno Haible  <bruno@clisp.org>
20943
20944         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
20945         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
20946         (AC_TYPE_LONG_LONG_INT): Use it.
20947         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
20948         it as well.
20949         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
20950         to m4/longlong.m4.
20951         * modules/stdint (Files): Remove m4/ulonglong.m4.
20952         * modules/strtoull (Files): Use m4/longlong.m4 instead of
20953         m4/ulonglong.m4.
20954         * modules/strtoumax (Files): Likewise.
20955
20956 2007-10-30  Bruno Haible  <bruno@clisp.org>
20957
20958         * modules/xvasprintf-posix: New file.
20959         Suggested by Eric Blake.
20960
20961 2007-10-30  Bruno Haible  <bruno@clisp.org>
20962
20963         * modules/xprintf-posix-tests: New file.
20964         * tests/test-xprintf-posix.sh: New file.
20965         * tests/test-xprintf-posix.c: New file.
20966         * tests/test-xfprintf-posix.c: New file.
20967
20968         * modules/xprintf-posix: New file.
20969
20970 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20971
20972         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
20973         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
20974         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
20975
20976 2007-10-29  Bruno Haible  <bruno@clisp.org>
20977
20978         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
20979         contain the special marker '_cv_'.
20980         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
20981         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
20982         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
20983         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
20984         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
20985         Reported by Ralf Wildenhues.
20986
20987 2007-10-29  Bruno Haible  <bruno@clisp.org>
20988
20989         * gnulib-tool (func_import): When --lgpl is not specified, set
20990         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
20991         GPLv3.
20992         Reported by Simon Josefsson.
20993
20994 2007-10-28  Bruno Haible  <bruno@clisp.org>
20995
20996         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
20997         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
20998         HAVE_DECL_ISFINITE.
20999         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
21000         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
21001         HAVE_DECL_ISFINITE.
21002
21003 2007-10-28  Bruno Haible  <bruno@clisp.org>
21004
21005         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
21006         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
21007
21008 2007-10-28  Bruno Haible  <bruno@clisp.org>
21009
21010         Fix link errors with Sun C 5.0 on Solaris 10.
21011         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
21012         function is declared but not present in the compiler's libm.
21013         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
21014         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
21015         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
21016         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
21017         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
21018         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
21019         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
21020         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
21021         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
21022         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
21023         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
21024         HAVE_DECL_FLOORL.
21025
21026 2007-10-28  Bruno Haible  <bruno@clisp.org>
21027
21028         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
21029         gl_FUNC_FLOORL. Cache the result.
21030         (gl_FUNC_FLOORL): Use it.
21031         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
21032         gl_FUNC_CEILL. Cache the result.
21033         (gl_FUNC_CEILL): Use it.
21034
21035         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
21036         gl_FUNC_FLOOR. Cache the result.
21037         (gl_FUNC_FLOOR): Use it.
21038         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
21039         gl_FUNC_CEIL. Cache the result.
21040         (gl_FUNC_CEIL): Use it.
21041
21042         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
21043         gl_FUNC_FLOORF. Cache the result.
21044         (gl_FUNC_FLOORF): Use it.
21045         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
21046         gl_FUNC_CEILF. Cache the result.
21047         (gl_FUNC_CEILF): Use it.
21048
21049 2007-10-28  Bruno Haible  <bruno@clisp.org>
21050
21051         * gnulib-tool: Allow specifying the LGPL version number through
21052         --lgpl=2 or --lgpl=3.
21053         (func_usage): Document --lgpl with argument.
21054         Handle --lgpl=... arguments.
21055         (func_import): Recognize also gl_LGPL calls with an argument. When
21056         --lgpl=2 is used and the module's license is just LGPL, report an
21057         error. Set sed_transform_lib_file according to the lgpl variable. In
21058         the generated files, use --lgpl or gl_LGPL invocations with argument,
21059         if necessary.
21060         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
21061         an LGPv2+ license.
21062         * doc/gnulib-tool.texi (Modified imports): Update explanation of
21063         gl_LGPL macro.
21064
21065 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21066             Bruno Haible  <bruno@clisp.org>
21067
21068         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
21069         (u16_uctomb_aux): Likewise.
21070         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
21071         !HAVE_INLINE.
21072         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
21073
21074 2007-10-28  Bruno Haible  <bruno@clisp.org>
21075
21076         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
21077         Invoke AM_GETTEXT_OPTION if it exists.
21078         * modules/vasprintf: Likewise.
21079         * modules/verror: Likewise.
21080         * modules/xprintf: Likewise.
21081         * modules/xvasprintf: Likewise.
21082
21083 2007-10-27  Ben Pfaff  <blp@gnu.org>
21084
21085         * lib/math.in.h: Define isfinite macro and prototypes for
21086         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
21087         implementations.
21088         * m4/math_h.m4: New substitutions for isfinite module.
21089         * lib/isfinite.c: New file.
21090         * m4/isfinite.m4: New file.
21091         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
21092         * modules/isfinite: New file.
21093         * modules/isfinite-tests: New file.
21094         * tests/tests-isfinite.c: New file.
21095         * doc/functions/isfinite.texi: Mention isfinite module.
21096         * MODULES.html.sh: Mention new module.
21097
21098 2007-10-27  Ben Pfaff  <blp@gnu.org>
21099
21100         Ralf Wildenhues reported that Tru64 4.0D declares the round
21101         functions but does not have definitions.
21102         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
21103         cannot be found in any library, set the output variable to
21104         "missing" instead of "".
21105         * m4/round.m4: Also use our substitute if we cannot find round in
21106         any library, even if it is declared.
21107         * m4/roundf.m4: Likewise for roundf.
21108         * m4/roundl.m4: Likewise for roundl.
21109         * lib/math.in.h: Undefine roundf, round, roundl before defining
21110         their replacements, to allow for hypothetical systems where these
21111         may be defined as macros but not available in libraries.
21112
21113 2007-10-27  Bruno Haible  <bruno@clisp.org>
21114
21115         * doc/gnulib.texi: Invoke @firstparagraphindent.
21116         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
21117         changes in gnulib.
21118         (Source changes): New section.
21119
21120 2007-10-26  Bruno Haible  <bruno@clisp.org>
21121
21122         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
21123         borrowed from autoconf.
21124
21125 2007-10-26  Bruno Haible  <bruno@clisp.org>
21126
21127         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
21128         strerror returned the empty string. Needed on HP-UX 11.00.
21129
21130 2007-10-24  Micah Cowan  <micah@cowan.name>
21131
21132         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
21133         * build-aux/bootstrap: Remove support for now-unnecessary option,
21134         --cvs-user, and envvars CVS_USER, CVS_RSH.
21135
21136 2007-10-24  Jim Meyering  <meyering@redhat.com>
21137
21138         Avoid diagnostics from sha1sum when there is no cached checksum.
21139         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
21140         if the po.s1 file hasn't been created yet.
21141
21142         * build-aux/bootstrap: Sync from coreutils:
21143         2007-10-24  Jim Meyering  <meyering@redhat.com>
21144         Get gnulib from the git repository, not from an obsolete cvs one.
21145         * build-aux/bootstrap: Suggestion from Micah Cowan.
21146         2007-10-04  Jim Meyering  <jim@meyering.net>
21147         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
21148         (update_po_files): Work also when there are no .po files in po/.
21149
21150 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21151
21152         * README: Append ".git" to git and cg examples.
21153         Problem reported by Benoit Sigoure.
21154
21155 2007-10-23  Micah Cowan  <micah@cowan.name>
21156
21157         * users.txt: Add wget.
21158
21159 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21160
21161         Fix linking of some unistdio tests on FreeBSD.
21162         * modules/unistdio/u16-vsnprintf-tests
21163         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
21164         * modules/unistdio/u16-vsprintf-tests
21165         (test_u16_vsnprintf1_LDADD): Likewise.
21166         * modules/unistdio/u32-vsnprintf-tests
21167         (test_u32_vsnprintf1_LDADD): Likewise.
21168         * modules/unistdio/u32-vsprintf-tests
21169         (test_u32_vsprintf1_LDADD): Likewise.
21170         * modules/unistdio/u8-vsnprintf-tests
21171         (test_u8_vsnprintf1_LDADD): Likewise.
21172         * modules/unistdio/u8-vsprintf-tests
21173         (test_u8_vsprintf1_LDADD): Likewise.
21174         * modules/unistdio/ulc-vsnprintf-tests
21175         (test_ulc_vsnprintf1_LDADD): Likewise.
21176         * modules/unistdio/ulc-vsprintf-tests
21177         (test_ulc_vsprintf1_LDADD): Likewise.
21178
21179         Fix linking of some uniconv tests on FreeBSD.
21180         * modules/uniconv/u16-conv-from-enc-tests
21181         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
21182         * modules/uniconv/u16-conv-to-enc-tests
21183         (test_u16_conv_to_enc_LDADD): Likewise.
21184         * modules/uniconv/u16-strconv-from-enc-tests
21185         (test_u16_strconv_from_enc_LDADD): Likewise.
21186         * modules/uniconv/u16-strconv-to-enc-tests
21187         (test_u16_strconv_to_enc_LDADD): Likewise.
21188         * modules/uniconv/u32-conv-from-enc-tests
21189         (test_u32_conv_from_enc_LDADD): Likewise.
21190         * modules/uniconv/u32-conv-to-enc-tests
21191         (test_u32_conv_to_enc_LDADD): Likewise.
21192         * modules/uniconv/u32-strconv-from-enc-tests
21193         (test_u32_strconv_from_enc_LDADD): Likewise.
21194         * modules/uniconv/u32-strconv-to-enc-tests
21195         (test_u32_strconv_to_enc_LDADD): Likewise.
21196         * modules/uniconv/u8-conv-from-enc-tests
21197         (test_u8_conv_from_enc_LDADD): Likewise.
21198         * modules/uniconv/u8-conv-to-enc-tests
21199         (test_u8_conv_to_enc_LDADD): Likewise.
21200         * modules/uniconv/u8-strconv-from-enc-tests
21201         (test_u8_strconv_from_enc_LDADD): Likewise.
21202         * modules/uniconv/u8-strconv-to-enc-tests
21203         (test_u8_strconv_to_enc_LDADD): Likewise.
21204
21205 2007-10-22  Bruno Haible  <bruno@clisp.org>
21206
21207         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
21208         size.
21209
21210 2007-10-22  Eric Blake  <ebb9@byu.net>
21211
21212         Tweak x*printf documentation.
21213         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
21214         variable name and comments.
21215         Suggested by Bruno Haible.
21216
21217 2007-10-22  Bruno Haible  <bruno@clisp.org>
21218
21219         * lib/acl.c (copy_acl): Fix file name in comment.
21220
21221 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21222
21223         Fix Tru64 problem with stdbool.h.
21224         * lib/stdbool.in.h (false, true):
21225         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
21226         Don't declare as an enum in this situation; it runs afoul of Tru64.
21227         Problem reported by Steven M. Schweda in
21228         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
21229
21230 2007-10-22  Eric Blake  <ebb9@byu.net>
21231
21232         Also wrap vf?printf.
21233         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
21234         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
21235         (xvprintf, xvfprintf): New functions.
21236
21237 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21238
21239         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
21240         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
21241
21242         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
21243         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
21244
21245 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21246
21247         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
21248         by Bruno Haible.
21249
21250 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21251
21252         * lib/getloadavg.c
21253         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
21254         Undef `sys' after including sys/table.h, for Tru64 4.0D.
21255
21256         * tests/test-i-ring.c: Work for C89.
21257
21258 2007-10-22  Bruno Haible  <bruno@clisp.org>
21259
21260         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
21261         -1u, in preprocessor expression, so that we don't test for the bug
21262         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
21263         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
21264
21265 2007-10-22  Eric Blake  <ebb9@byu.net>
21266
21267         * tests/test-yesno.sh: Silence stderr during test.
21268
21269 2007-10-22  Simon Josefsson  <simon@josefsson.org>
21270
21271         * modules/crypto/gc-camellia: New file.
21272
21273         * m4/gc-camellia.m4: New file.
21274
21275         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
21276
21277         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
21278
21279 2007-10-22  Simon Josefsson  <simon@josefsson.org>
21280
21281         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
21282         --help to stdout.  Reported by sms@antinode.org (Steven
21283         M. Schweda).
21284
21285 2007-10-22  Simon Josefsson  <simon@josefsson.org>
21286
21287         * users.txt: Fix link to libksba.
21288
21289 2007-10-21  Ben Pfaff  <blp@gnu.org>
21290
21291         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
21292         round.c roundf implementation that depends on floorf and ceilf to
21293         be tested unconditionally.
21294
21295 2007-10-21  Ben Pfaff  <blp@gnu.org>
21296
21297         * m4/check-libm-func.m4: Removed.
21298         * m4/check-math-lib.m4: New file.
21299         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
21300         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
21301         definition and lack of AC_LIBOBJ([roundf]).
21302         * m4/roundl.m4: Ditto, and similarly for roundl.
21303         * modules/round: Reference new m4 file.
21304         * modules/roundf: Ditto.
21305         * modules/roundl: Ditto.
21306         * tests/test-round2.c (main): Use ROUND instead of round.
21307         Bug report from Bruno Haible.
21308
21309 2007-10-21  Bruno Haible  <bruno@clisp.org>
21310
21311         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
21312         context.
21313
21314 2007-10-21  Bruno Haible  <bruno@clisp.org>
21315
21316         * tests/test-wcwidth.c (main): Allow negative result for some control
21317         characters.
21318
21319         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
21320         Needed on OSF/1 5.1.
21321
21322 2007-10-21  Bruno Haible  <bruno@clisp.org>
21323
21324         * tests/test-floorf1.c: Include isnanf.h.
21325         (main): Use isnanf() instead of isnan().
21326         * tests/test-ceilf1.c: Include isnanf.h.
21327         (main): Use isnanf() instead of isnan().
21328         * tests/test-truncf1.c: Include isnanf.h.
21329         (main): Use isnanf() instead of isnan().
21330         * tests/test-roundf1.c: Include isnanf.h.
21331         (main): Use isnanf() instead of isnan().
21332
21333 2007-10-21  Eric Blake  <ebb9@byu.net>
21334
21335         * users.txt: Update URL for m4.
21336
21337 2007-10-21  Bruno Haible  <bruno@clisp.org>
21338
21339         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
21340
21341 2007-10-21  Bruno Haible  <bruno@clisp.org>
21342
21343         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
21344         Git's management files if the CVS files are not present.
21345
21346 2007-10-20  Bruno Haible  <bruno@clisp.org>
21347
21348         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
21349         gcc-3.4.x.
21350
21351 2007-10-20  Ben Pfaff  <blp@gnu.org>
21352
21353         * lib/math.in.h: Declare round, roundf, roundl if we are providing
21354         implementations.
21355         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
21356         * lib/round.c: New file.
21357         * lib/roundf.c: New file.
21358         * lib/roundl.c: New file.
21359         * m4/round.m4: New file.
21360         * m4/roundf.m4: New file.
21361         * m4/roundl.m4: New file.
21362         * m4/check-libm-func-m4: New file.
21363         * modules/math: Replace round, roundf, roundl related @VARS@ in
21364         math.in.h.
21365         * modules/round: New file.
21366         * modules/round-tests: New file.
21367         * modules/roundf: New file.
21368         * modules/roundf-tests: New file.
21369         * modules/roundl: New file.
21370         * modules/roundl-tests: New file.
21371         * tests/test-round1.c: New file.
21372         * tests/test-round2.c: New file.
21373         * tests/test-roundf1.c: New file.
21374         * tests/test-roundf2.c: New file.
21375         * tests/test-roundl.c: New file.
21376         * doc/functions/round.texi: Mention round module.
21377         * doc/functions/roundf.texi: Mention roundf module.
21378         * doc/functions/roundl.texi: Mention roundl module.
21379         * MODULES.html.sh: Mention new modules.
21380         Thanks to Bruno Haible for suggestions.
21381
21382 2007-10-20  Jim Meyering  <meyering@redhat.com>
21383
21384         * lib/xprintf.c: Include <config.h> unconditionally.
21385
21386         Change xprintf's license to GPL.
21387         * modules/xprintf (License): s/LGPL/GPL/, since this module
21388         depends on modules (exit and exitfail) which are GPL.
21389         Suggestion from Bruno Haible.
21390
21391         xprintf fixes.
21392         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
21393         Use a clearer diagnostic.
21394         Patch from Bruno Haible.
21395
21396 2007-10-20  Bruno Haible  <bruno@clisp.org>
21397
21398         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
21399         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
21400         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21401
21402 2007-10-20  Bruno Haible  <bruno@clisp.org>
21403
21404         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
21405         precision in the comparison result > x - 1 or similar.
21406         * tests/test-ceilf2.c (correct_result_p): Likewise.
21407         * tests/test-truncf2.c (correct_result_p): Likewise.
21408         * tests/test-trunc2.c (correct_result_p): Likewise.
21409         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21410
21411 2007-10-20  Bruno Haible  <bruno@clisp.org>
21412
21413         * modules/ceil: New file.
21414         * m4/ceil.m4: New file.
21415         * doc/functions/ceil.texi: Mention the 'ceil' module.
21416
21417 2007-10-20  Bruno Haible  <bruno@clisp.org>
21418
21419         * modules/floor: New file.
21420         * m4/floor.m4: New file.
21421         * doc/functions/floor.texi: Mention the 'floor' module.
21422
21423 2007-10-20  Bruno Haible  <bruno@clisp.org>
21424
21425         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
21426         of %a.
21427         * modules/floorf-tests (Depends-on): Likewise.
21428         * modules/truncf-tests (Depends-on): Likewise.
21429         * modules/trunc-tests (Depends-on): Likewise.
21430         Reported by Ben Pfaff.
21431
21432 2007-10-19  Jim Meyering  <meyering@redhat.com>
21433
21434         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
21435         Don't bother testing specific errno values.  Just test ferror.
21436
21437         New module: xprintf
21438         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
21439
21440 2007-10-19  Bruno Haible  <bruno@clisp.org>
21441
21442         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
21443         syntax.
21444         * modules/javaexec (Makefile.am): Likewise.
21445         * modules/relocatable-prog (Makefile.am): Likewise.
21446         Suggested by Jim Meyering.
21447
21448 2007-10-18  Bruno Haible  <bruno@clisp.org>
21449
21450         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
21451         Reported by Jim Meyering.
21452
21453 2007-10-18  Eric Blake  <ebb9@byu.net>
21454
21455         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
21456
21457 2007-10-18  Bruno Haible  <bruno@clisp.org>
21458
21459         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
21460         the format string into writable memory. Needed in Fortify conditions.
21461
21462 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
21463             Bruno Haible  <bruno@clisp.org>
21464
21465         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
21466         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
21467         * modules/trim (Depends-on): Add mbchar.
21468         (configure.ac): Add gl_FUNC_MBRTOWC.
21469         (Makefile.am): Augment lib_SOURCES.
21470
21471 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21472
21473         Modify glob.c to use fstatat and dirfd, to simplify it.
21474         Suggested by Eric Blake.
21475         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
21476         Don't include <stdbool.h>; not used.
21477         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
21478         (link_exists_p): Simplify implementation, since we can now assume
21479         dirfd and fstatat.
21480         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
21481
21482 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21483
21484         * gnulib-tool (func_get_dependencies): Fix sed script to
21485         match only tests.
21486
21487 2007-10-17  Bruno Haible  <bruno@clisp.org>
21488
21489         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
21490         allow locale names without encoding suffix.
21491         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
21492         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
21493
21494 2007-10-16  Bruno Haible  <bruno@clisp.org>
21495
21496         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
21497         * lib/getgroups.c (getgroups): Likewise.
21498         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
21499
21500 2007-10-16  Bruno Haible  <bruno@clisp.org>
21501
21502         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
21503         * modules/malloc-posix (License): Likewise.
21504         * modules/realloc-posix (License): Likewise.
21505         * modules/calloc-posix (License): Likewise.
21506         * modules/intprops (License): Change from GPL to LGPL, with
21507         Paul Eggert's approval.
21508
21509 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
21510
21511         Merge glibc changes into lib/glob.c.
21512
21513         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
21514         2007-10-15 04:59:03 UTC.  Here are the changes:
21515
21516         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
21517
21518         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
21519
21520         * lib/glob.c: Add some branch prediction throughout.
21521
21522         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
21523
21524         [BZ #5103]
21525         * lib/glob.c (glob): Recognize patterns starting \/.
21526
21527         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
21528
21529         [BZ #3996]
21530         * lib/glob.c (attribute_hidden): Define if not defined.
21531         (glob): Unescape dirname, filename or username when needed and not
21532         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
21533         is NULL.  Handle unescaped [ in pattern without closing ].
21534         Don't pass GLOB_CHECK down to recursive glob for directories.
21535         (__glob_pattern_type): New function.
21536         (__glob_pattern_p): Implement using __glob_pattern_type.
21537         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
21538         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
21539         Remove unreachable code.
21540
21541         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
21542
21543         * lib/glob.c (glob_in_dir): Add some comments and asserts to
21544         explain why there are no leaks.
21545
21546         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
21547
21548         [BZ #3253]
21549         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
21550         time, rather allocate increasingly bigger arrays of pointers, if
21551         possible with alloca, if too large with malloc.
21552
21553 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
21554
21555         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
21556         Problem reported by H.Merijn Brand in
21557         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
21558         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
21559         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
21560
21561 2007-10-15  Bruno Haible  <bruno@clisp.org>
21562
21563         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
21564         with explicit rpl_ prefix.
21565         * lib/fopen.c (fopen): Likewise.
21566         * lib/freopen.c (freopen): Likewise.
21567         * lib/iconv.c (iconv): Likewise.
21568         * lib/iconv_close.c (iconv_close): Likewise.
21569
21570 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21571
21572         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
21573
21574 2007-10-15  Bruno Haible  <bruno@clisp.org>
21575
21576         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
21577         <stddef.h> instead of <stdlib.h> since we only need NULL.
21578         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21579
21580 2007-10-15  Bruno Haible  <bruno@clisp.org>
21581
21582         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
21583         Replace paragraph talking about LIBOBJS.
21584         Reported by Colin Watson <cjwatson@debian.org>.
21585
21586 2007-10-15  Bruno Haible  <bruno@clisp.org>
21587
21588         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
21589         <stdlib.h> before using NULL.
21590
21591 2007-10-15  Simon Josefsson  <simon@josefsson.org>
21592
21593         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
21594         Reported by Albert Chin <china@thewrittenword.com>.
21595
21596 2007-10-14  Bruno Haible  <bruno@clisp.org>
21597
21598         * modules/iconv_open-utf-tests: New file.
21599         * tests/test-iconv-utf.c: New file.
21600
21601         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
21602         * modules/iconv_open-utf: New file.
21603         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
21604         (iconv, iconv_close): New declarations.
21605         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
21606         be defined.
21607         (iconv_open): Add special handling of conversion between UTF-8 and
21608         UTF-{16,32}{BE,LE}.
21609         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
21610         * lib/iconv_close.c: New file.
21611         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
21612         gl_FUNC_ICONV_OPEN.
21613         (gl_FUNC_ICONV_OPEN): Use it.
21614         (gl_FUNC_ICONV_OPEN_UTF): New macro.
21615         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
21616         and REPLACE_ICONV_UTF.
21617         * modules/iconv_open (Depends-on): Add c-strcase.
21618         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
21619         ICONV_CONST.
21620         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
21621
21622 2007-10-13  Albert Chin  <china@thewrittenword.com>
21623             Bruno Haible  <bruno@clisp.org>
21624
21625         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
21626         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
21627
21628 2007-10-13  Bruno Haible  <bruno@clisp.org>
21629
21630         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
21631         defined, use the ISO C99 inline semantics.
21632         * lib/argp.h (ARGP_EI): Likewise.
21633
21634 2007-10-13  Bruno Haible  <bruno@clisp.org>
21635
21636         Handle 'inline' change in gcc 4.3.0.
21637         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
21638         argp_fmtstream_write, argp_fmtstream_set_lmargin,
21639         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
21640         argp_fmtstream_point): Disable 'extern' declaration if the function
21641         definition is going to be provided inline.
21642         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
21643         semantics, not the ISO C99 inline semantics.
21644         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
21645         'extern' declaration if the function definition is going to be provided
21646         inline.
21647         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
21648         the GNU C inline semantics, not the ISO C99 inline semantics. With
21649         GCC 4.2, avoid a warning.
21650
21651 2007-10-13  Bruno Haible  <bruno@clisp.org>
21652
21653         * lib/freading.h (freading): Enable the use of __freading for
21654         glibc >= 2.7.
21655         * lib/freading.c (freading): Likewise.
21656
21657 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
21658
21659         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
21660         "warning: C99 inline functions are not supported; using GNU89".
21661
21662 2007-10-12  Bruno Haible  <bruno@clisp.org>
21663
21664         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
21665         of 2.
21666         * tests/test-ceilf2.c: New file.
21667         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
21668
21669         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
21670         * modules/ceilf-tests: Update.
21671
21672 2007-10-12  Bruno Haible  <bruno@clisp.org>
21673
21674         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
21675         of 2.
21676         * tests/test-floorf2.c: New file.
21677         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
21678
21679         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
21680         * modules/floorf-tests: Update.
21681
21682 2007-10-12  Bruno Haible  <bruno@clisp.org>
21683
21684         * tests/test-trunc2.c: New file.
21685         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
21686
21687         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
21688         * modules/trunc-tests: Update.
21689
21690 2007-10-12  Bruno Haible  <bruno@clisp.org>
21691
21692         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
21693         of 2.
21694         * tests/test-truncf2.c: New file.
21695         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
21696
21697         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
21698         * modules/truncf-tests: Update.
21699
21700 2007-10-11  Eric Blake  <ebb9@byu.net>
21701
21702         Don't claim strerror is broken on Interix.
21703         * doc/functions/strerror.texi (strerror): Known broken systems are
21704         now Solaris 8, and not Interix.
21705         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
21706         Interix on cross-compile.
21707         Reported by Martin Koeppe in
21708         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
21709
21710 2007-10-11  Bruno Haible  <bruno@clisp.org>
21711
21712         * modules/i-ring-tests: New file.
21713         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
21714         instead of assert.
21715
21716 2007-10-11  Bruno Haible  <bruno@clisp.org>
21717
21718         * modules/filenamecat-tests: New file.
21719         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
21720         * lib/filenamecat.c: Remove test code.
21721
21722 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
21723
21724         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
21725
21726         * lib/strerror.c: Include <string.h> always, to test interface,
21727         and to remove the need for the dummy.
21728         Include intprops.h to compute width instead of doing it ourselves
21729         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
21730         (strerror): Define it to return NULL if there's no system strerror.
21731         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
21732         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
21733         ancient pre-strerror Unix systems well any more.  Saying "unknown
21734         system error" is enough.
21735         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
21736         simpler strerror.c implementation.
21737         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
21738         Simplify the tests to reflect the simpler strerror implementation.
21739         * modules/strerror (Depends-on): Add intprops.
21740
21741 2007-10-09  Eric Blake  <ebb9@byu.net>
21742
21743         Silence test-fpending.
21744         * modules/fpending-tests (Files): Add wrapper script.
21745         * tests/test-fpending.sh: New file.
21746
21747 2007-10-09  Bruno Haible  <bruno@clisp.org>
21748
21749         * MODULES.html.sh (func_module): Don't create a hyperlink for
21750         function names like 'printf_frexp'.
21751         (Misc): Add crc, memxor.
21752         (Characteristics of floating types): New section.
21753         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
21754         isnanf-nolibm, signbit, trunc, truncf, truncl.
21755         (Enhancements for ISO C 99 functions): New subsection Input/output.
21756         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
21757         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
21758         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
21759         (Compatibility checks for POSIX:2001 functions): Add clock-time.
21760         (Enhancements for POSIX:2001 functions): Add chdir-long.
21761         (File system functions): Add areadlink, chdir-safer, read-file.
21762         Remove cycle-check.
21763         (File system as inode set): New section.
21764         (Date and time): Add gethrxtime.
21765         (Multithreading): Add openmp.
21766         (Internationalization functions): Add localename.
21767         (Unicode string functions): Add unistr/u*-mbsnlen.
21768         (Support for maintaining and releasing projects): Add git-version-gen.
21769         (Lone files): Remove directories.
21770
21771 2007-10-08  Ben Pfaff  <blp@gnu.org>
21772
21773         * lib/xmalloca.h: Fix typo in comment.
21774
21775 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
21776
21777         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
21778         when avoiding problems with integer overflow.  Use a portable test
21779         instead.
21780
21781 2007-10-08  Simon Josefsson  <simon@josefsson.org>
21782
21783         * modules/dummy (License): Change to LGPLv2+.
21784         * modules/float (License): Likewise
21785         * modules/realloc (License): Likewise
21786         * modules/stdlib (License): Likewise
21787
21788 2007-10-07  Bruno Haible  <bruno@clisp.org>
21789
21790         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
21791         * floor.c (TWO_MANT_DIG): Likewise.
21792         * ceil.c (TWO_MANT_DIG): Likewise.
21793         Reported by Ben Pfaff.
21794
21795 2007-10-07  Bruno Haible  <bruno@clisp.org>
21796
21797         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
21798         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
21799         * lib/frexp.c (FUNC): Likewise.
21800         * lib/printf-frexp.h (printf_frexp): Likewise.
21801         * lib/printf-frexpl.h (printf_frexpl): Likewise.
21802         * lib/printf-frexp.c (FUNC): Likewise.
21803         Suggested by Jim Meyering.
21804
21805 2007-10-07  Jim Meyering  <meyering@redhat.com>
21806
21807         Make xnanosleep's integer overflow test more robust.
21808         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
21809         so that gcc-4.3.0 doesn't optimize away this test for overflow.
21810
21811 2007-10-07  Bruno Haible  <bruno@clisp.org>
21812
21813         * NEWS: Mention the license change.
21814
21815         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
21816         abbreviations in the modules files.
21817
21818         Change copyright notice from GPLv2+ to GPLv3+.
21819         * README: Change copyright notice.
21820         * MODULES.html.sh: Likewise.
21821         * build-aux/bootstrap.conf: Likewise.
21822         * build-aux/config.libpath: Likewise.
21823         * build-aux/csharpcomp.sh.in: Likewise.
21824         * build-aux/csharpexec.sh.in: Likewise.
21825         * build-aux/install-reloc: Likewise.
21826         * build-aux/javacomp.sh.in: Likewise.
21827         * build-aux/javaexec.sh.in: Likewise.
21828         * build-aux/ldd.sh.in: Likewise.
21829         * build-aux/reloc-ldflags: Likewise.
21830         * build-aux/relocatable.sh.in: Likewise.
21831         * build-aux/x-to-1.in: Likewise.
21832         * check-module: Likewise.
21833         * config/srclistvars.sh: Likewise.
21834         * gnulib-tool: Likewise.
21835         * lib/acl-internal.h: Likewise.
21836         * lib/acl.c: Likewise.
21837         * lib/acl.h: Likewise.
21838         * lib/acl_entries.c: Likewise.
21839         * lib/areadlink-with-size.c: Likewise.
21840         * lib/areadlink.c: Likewise.
21841         * lib/areadlink.h: Likewise.
21842         * lib/argmatch.c: Likewise.
21843         * lib/argmatch.h: Likewise.
21844         * lib/argp-ba.c: Likewise.
21845         * lib/argp-eexst.c: Likewise.
21846         * lib/argp-fmtstream.c: Likewise.
21847         * lib/argp-fmtstream.h: Likewise.
21848         * lib/argp-fs-xinl.c: Likewise.
21849         * lib/argp-help.c: Likewise.
21850         * lib/argp-namefrob.h: Likewise.
21851         * lib/argp-parse.c: Likewise.
21852         * lib/argp-pin.c: Likewise.
21853         * lib/argp-pv.c: Likewise.
21854         * lib/argp-pvh.c: Likewise.
21855         * lib/argp-xinl.c: Likewise.
21856         * lib/argp.h: Likewise.
21857         * lib/at-func.c: Likewise.
21858         * lib/atanl.c: Likewise.
21859         * lib/backupfile.c: Likewise.
21860         * lib/backupfile.h: Likewise.
21861         * lib/basename.c: Likewise.
21862         * lib/binary-io.h: Likewise.
21863         * lib/byteswap.in.h: Likewise.
21864         * lib/c-stack.c: Likewise.
21865         * lib/c-stack.h: Likewise.
21866         * lib/c-strcasestr.c: Likewise.
21867         * lib/c-strcasestr.h: Likewise.
21868         * lib/c-strstr.c: Likewise.
21869         * lib/c-strstr.h: Likewise.
21870         * lib/c-strtod.c: Likewise.
21871         * lib/calloc.c: Likewise.
21872         * lib/canon-host.c: Likewise.
21873         * lib/canon-host.h: Likewise.
21874         * lib/canonicalize-lgpl.c: Likewise.
21875         * lib/canonicalize.c: Likewise.
21876         * lib/canonicalize.h: Likewise.
21877         * lib/ceil.c: Likewise.
21878         * lib/ceilf.c: Likewise.
21879         * lib/ceill.c: Likewise.
21880         * lib/chdir-long.c: Likewise.
21881         * lib/chdir-long.h: Likewise.
21882         * lib/chdir-safer.c: Likewise.
21883         * lib/chdir-safer.h: Likewise.
21884         * lib/chown.c: Likewise.
21885         * lib/classpath.c: Likewise.
21886         * lib/classpath.h: Likewise.
21887         * lib/clean-temp.c: Likewise.
21888         * lib/clean-temp.h: Likewise.
21889         * lib/cloexec.c: Likewise.
21890         * lib/close-stream.c: Likewise.
21891         * lib/closein.c: Likewise.
21892         * lib/closein.h: Likewise.
21893         * lib/closeout.c: Likewise.
21894         * lib/closeout.h: Likewise.
21895         * lib/concat-filename.c: Likewise.
21896         * lib/copy-file.c: Likewise.
21897         * lib/copy-file.h: Likewise.
21898         * lib/count-one-bits.h: Likewise.
21899         * lib/crc.c: Likewise.
21900         * lib/crc.h: Likewise.
21901         * lib/creat-safer.c: Likewise.
21902         * lib/csharpcomp.c: Likewise.
21903         * lib/csharpcomp.h: Likewise.
21904         * lib/csharpexec.c: Likewise.
21905         * lib/csharpexec.h: Likewise.
21906         * lib/cycle-check.c: Likewise.
21907         * lib/cycle-check.h: Likewise.
21908         * lib/diacrit.c: Likewise.
21909         * lib/diacrit.h: Likewise.
21910         * lib/diffseq.h: Likewise.
21911         * lib/dirchownmod.c: Likewise.
21912         * lib/dirent.in.h: Likewise.
21913         * lib/dirfd.c: Likewise.
21914         * lib/dirfd.h: Likewise.
21915         * lib/dirname.c: Likewise.
21916         * lib/dirname.h: Likewise.
21917         * lib/dummy.c: Likewise.
21918         * lib/dup-safer.c: Likewise.
21919         * lib/dup2.c: Likewise.
21920         * lib/eealloc.h: Likewise.
21921         * lib/error.c: Likewise.
21922         * lib/error.h: Likewise.
21923         * lib/euidaccess.c: Likewise.
21924         * lib/exclude.c: Likewise.
21925         * lib/exclude.h: Likewise.
21926         * lib/execute.c: Likewise.
21927         * lib/execute.h: Likewise.
21928         * lib/exitfail.c: Likewise.
21929         * lib/exitfail.h: Likewise.
21930         * lib/expl.c: Likewise.
21931         * lib/fatal-signal.c: Likewise.
21932         * lib/fatal-signal.h: Likewise.
21933         * lib/fbufmode.c: Likewise.
21934         * lib/fbufmode.h: Likewise.
21935         * lib/fchdir.c: Likewise.
21936         * lib/fchmodat.c: Likewise.
21937         * lib/fchownat.c: Likewise.
21938         * lib/fcntl--.h: Likewise.
21939         * lib/fcntl-safer.h: Likewise.
21940         * lib/fcntl.in.h: Likewise.
21941         * lib/fd-safer.c: Likewise.
21942         * lib/fflush.c: Likewise.
21943         * lib/file-has-acl.c: Likewise.
21944         * lib/file-set.c: Likewise.
21945         * lib/file-type.c: Likewise.
21946         * lib/file-type.h: Likewise.
21947         * lib/fileblocks.c: Likewise.
21948         * lib/filemode.c: Likewise.
21949         * lib/filemode.h: Likewise.
21950         * lib/filename.h: Likewise.
21951         * lib/filenamecat.c: Likewise.
21952         * lib/filenamecat.h: Likewise.
21953         * lib/findprog.c: Likewise.
21954         * lib/findprog.h: Likewise.
21955         * lib/float.in.h: Likewise.
21956         * lib/floor.c: Likewise.
21957         * lib/floorf.c: Likewise.
21958         * lib/floorl.c: Likewise.
21959         * lib/fopen-safer.c: Likewise.
21960         * lib/fopen.c: Likewise.
21961         * lib/fpending.c: Likewise.
21962         * lib/fpending.h: Likewise.
21963         * lib/fprintf.c: Likewise.
21964         * lib/fprintftime.h: Likewise.
21965         * lib/fpucw.h: Likewise.
21966         * lib/fpurge.c: Likewise.
21967         * lib/fpurge.h: Likewise.
21968         * lib/freadable.c: Likewise.
21969         * lib/freadable.h: Likewise.
21970         * lib/freadahead.c: Likewise.
21971         * lib/freadahead.h: Likewise.
21972         * lib/freading.c: Likewise.
21973         * lib/freading.h: Likewise.
21974         * lib/free.c: Likewise.
21975         * lib/freopen.c: Likewise.
21976         * lib/frexp.c: Likewise.
21977         * lib/frexpl.c: Likewise.
21978         * lib/fseek.c: Likewise.
21979         * lib/fseterr.c: Likewise.
21980         * lib/fseterr.h: Likewise.
21981         * lib/fstatat.c: Likewise.
21982         * lib/fstrcmp.c: Likewise.
21983         * lib/fstrcmp.h: Likewise.
21984         * lib/fsusage.c: Likewise.
21985         * lib/fsusage.h: Likewise.
21986         * lib/ftell.c: Likewise.
21987         * lib/ftello.c: Likewise.
21988         * lib/fts-cycle.c: Likewise.
21989         * lib/fts.c: Likewise.
21990         * lib/fts_.h: Likewise.
21991         * lib/full-read.c: Likewise.
21992         * lib/full-read.h: Likewise.
21993         * lib/full-write.c: Likewise.
21994         * lib/full-write.h: Likewise.
21995         * lib/fwritable.c: Likewise.
21996         * lib/fwritable.h: Likewise.
21997         * lib/fwriteerror.c: Likewise.
21998         * lib/fwriteerror.h: Likewise.
21999         * lib/fwriting.c: Likewise.
22000         * lib/fwriting.h: Likewise.
22001         * lib/gcd.c: Likewise.
22002         * lib/gcd.h: Likewise.
22003         * lib/getcwd.c: Likewise.
22004         * lib/getdate.h: Likewise.
22005         * lib/getdate.y: Likewise.
22006         * lib/getdomainname.c: Likewise.
22007         * lib/getdomainname.h: Likewise.
22008         * lib/getgroups.c: Likewise.
22009         * lib/gethostname.c: Likewise.
22010         * lib/gethrxtime.c: Likewise.
22011         * lib/gethrxtime.h: Likewise.
22012         * lib/getloadavg.c: Likewise.
22013         * lib/getndelim2.c: Likewise.
22014         * lib/getndelim2.h: Likewise.
22015         * lib/getnline.c: Likewise.
22016         * lib/getnline.h: Likewise.
22017         * lib/getopt.c: Likewise.
22018         * lib/getopt.in.h: Likewise.
22019         * lib/getopt1.c: Likewise.
22020         * lib/getopt_int.h: Likewise.
22021         * lib/getpagesize.h: Likewise.
22022         * lib/getsubopt.c: Likewise.
22023         * lib/gettime.c: Likewise.
22024         * lib/getugroups.c: Likewise.
22025         * lib/getugroups.h: Likewise.
22026         * lib/getusershell.c: Likewise.
22027         * lib/gl_anyavltree_list1.h: Likewise.
22028         * lib/gl_anyavltree_list2.h: Likewise.
22029         * lib/gl_anyhash_list1.h: Likewise.
22030         * lib/gl_anyhash_list2.h: Likewise.
22031         * lib/gl_anylinked_list1.h: Likewise.
22032         * lib/gl_anylinked_list2.h: Likewise.
22033         * lib/gl_anyrbtree_list1.h: Likewise.
22034         * lib/gl_anyrbtree_list2.h: Likewise.
22035         * lib/gl_anytree_list1.h: Likewise.
22036         * lib/gl_anytree_list2.h: Likewise.
22037         * lib/gl_anytree_oset.h: Likewise.
22038         * lib/gl_anytreehash_list1.h: Likewise.
22039         * lib/gl_anytreehash_list2.h: Likewise.
22040         * lib/gl_array_list.c: Likewise.
22041         * lib/gl_array_list.h: Likewise.
22042         * lib/gl_array_oset.c: Likewise.
22043         * lib/gl_array_oset.h: Likewise.
22044         * lib/gl_avltree_list.c: Likewise.
22045         * lib/gl_avltree_list.h: Likewise.
22046         * lib/gl_avltree_oset.c: Likewise.
22047         * lib/gl_avltree_oset.h: Likewise.
22048         * lib/gl_avltreehash_list.c: Likewise.
22049         * lib/gl_avltreehash_list.h: Likewise.
22050         * lib/gl_carray_list.c: Likewise.
22051         * lib/gl_carray_list.h: Likewise.
22052         * lib/gl_linked_list.c: Likewise.
22053         * lib/gl_linked_list.h: Likewise.
22054         * lib/gl_linkedhash_list.c: Likewise.
22055         * lib/gl_linkedhash_list.h: Likewise.
22056         * lib/gl_list.c: Likewise.
22057         * lib/gl_list.h: Likewise.
22058         * lib/gl_oset.c: Likewise.
22059         * lib/gl_oset.h: Likewise.
22060         * lib/gl_rbtree_list.c: Likewise.
22061         * lib/gl_rbtree_list.h: Likewise.
22062         * lib/gl_rbtree_oset.c: Likewise.
22063         * lib/gl_rbtree_oset.h: Likewise.
22064         * lib/gl_rbtreehash_list.c: Likewise.
22065         * lib/gl_rbtreehash_list.h: Likewise.
22066         * lib/gl_sublist.c: Likewise.
22067         * lib/gl_sublist.h: Likewise.
22068         * lib/group-member.c: Likewise.
22069         * lib/group-member.h: Likewise.
22070         * lib/hard-locale.c: Likewise.
22071         * lib/hard-locale.h: Likewise.
22072         * lib/hash-pjw.c: Likewise.
22073         * lib/hash-pjw.h: Likewise.
22074         * lib/hash-triple.c: Likewise.
22075         * lib/hash.c: Likewise.
22076         * lib/hash.h: Likewise.
22077         * lib/human.c: Likewise.
22078         * lib/human.h: Likewise.
22079         * lib/i-ring.c: Likewise.
22080         * lib/i-ring.h: Likewise.
22081         * lib/idcache.c: Likewise.
22082         * lib/imaxabs.c: Likewise.
22083         * lib/imaxdiv.c: Likewise.
22084         * lib/inet_pton.c: Likewise.
22085         * lib/inet_pton.h: Likewise.
22086         * lib/intprops.h: Likewise.
22087         * lib/inttostr.c: Likewise.
22088         * lib/inttostr.h: Likewise.
22089         * lib/inttypes.in.h: Likewise.
22090         * lib/isapipe.c: Likewise.
22091         * lib/isdir.c: Likewise.
22092         * lib/isnan.c: Likewise.
22093         * lib/isnan.h: Likewise.
22094         * lib/isnanf.c: Likewise.
22095         * lib/isnanf.h: Likewise.
22096         * lib/isnanl-nolibm.h: Likewise.
22097         * lib/isnanl.c: Likewise.
22098         * lib/isnanl.h: Likewise.
22099         * lib/javacomp.c: Likewise.
22100         * lib/javacomp.h: Likewise.
22101         * lib/javaexec.c: Likewise.
22102         * lib/javaexec.h: Likewise.
22103         * lib/javaversion.c: Likewise.
22104         * lib/javaversion.h: Likewise.
22105         * lib/javaversion.java: Likewise.
22106         * lib/lbrkprop.h: Likewise.
22107         * lib/lchmod.h: Likewise.
22108         * lib/lchown.c: Likewise.
22109         * lib/ldexpl.c: Likewise.
22110         * lib/linebreak.c: Likewise.
22111         * lib/linebreak.h: Likewise.
22112         * lib/linebuffer.c: Likewise.
22113         * lib/linebuffer.h: Likewise.
22114         * lib/locale.in.h: Likewise.
22115         * lib/logl.c: Likewise.
22116         * lib/long-options.c: Likewise.
22117         * lib/long-options.h: Likewise.
22118         * lib/lstat.c: Likewise.
22119         * lib/lstat.h: Likewise.
22120         * lib/math.in.h: Likewise.
22121         * lib/mbchar.c: Likewise.
22122         * lib/mbchar.h: Likewise.
22123         * lib/mbfile.h: Likewise.
22124         * lib/mbiter.h: Likewise.
22125         * lib/mbscasecmp.c: Likewise.
22126         * lib/mbscasestr.c: Likewise.
22127         * lib/mbschr.c: Likewise.
22128         * lib/mbscspn.c: Likewise.
22129         * lib/mbslen.c: Likewise.
22130         * lib/mbsncasecmp.c: Likewise.
22131         * lib/mbsnlen.c: Likewise.
22132         * lib/mbspbrk.c: Likewise.
22133         * lib/mbspcasecmp.c: Likewise.
22134         * lib/mbsrchr.c: Likewise.
22135         * lib/mbssep.c: Likewise.
22136         * lib/mbsspn.c: Likewise.
22137         * lib/mbsstr.c: Likewise.
22138         * lib/mbstok_r.c: Likewise.
22139         * lib/mbswidth.c: Likewise.
22140         * lib/mbswidth.h: Likewise.
22141         * lib/mbuiter.h: Likewise.
22142         * lib/memcasecmp.c: Likewise.
22143         * lib/memcasecmp.h: Likewise.
22144         * lib/memchr.c: Likewise.
22145         * lib/memcmp.c: Likewise.
22146         * lib/memcoll.c: Likewise.
22147         * lib/memcoll.h: Likewise.
22148         * lib/memcpy.c: Likewise.
22149         * lib/memrchr.c: Likewise.
22150         * lib/mkancesdirs.c: Likewise.
22151         * lib/mkdir-p.c: Likewise.
22152         * lib/mkdir-p.h: Likewise.
22153         * lib/mkdir.c: Likewise.
22154         * lib/mkdirat.c: Likewise.
22155         * lib/mkdtemp.c: Likewise.
22156         * lib/mkstemp-safer.c: Likewise.
22157         * lib/mkstemp.c: Likewise.
22158         * lib/modechange.c: Likewise.
22159         * lib/modechange.h: Likewise.
22160         * lib/mountlist.c: Likewise.
22161         * lib/mountlist.h: Likewise.
22162         * lib/mpsort.c: Likewise.
22163         * lib/nanosleep.c: Likewise.
22164         * lib/obstack.c: Likewise.
22165         * lib/obstack.h: Likewise.
22166         * lib/open-safer.c: Likewise.
22167         * lib/open.c: Likewise.
22168         * lib/openat-die.c: Likewise.
22169         * lib/openat-priv.h: Likewise.
22170         * lib/openat-proc.c: Likewise.
22171         * lib/openat.c: Likewise.
22172         * lib/openat.h: Likewise.
22173         * lib/pagealign_alloc.c: Likewise.
22174         * lib/pagealign_alloc.h: Likewise.
22175         * lib/physmem.c: Likewise.
22176         * lib/physmem.h: Likewise.
22177         * lib/pipe-safer.c: Likewise.
22178         * lib/pipe.c: Likewise.
22179         * lib/pipe.h: Likewise.
22180         * lib/posixtm.c: Likewise.
22181         * lib/posixtm.h: Likewise.
22182         * lib/posixver.c: Likewise.
22183         * lib/printf-frexp.c: Likewise.
22184         * lib/printf-frexp.h: Likewise.
22185         * lib/printf-frexpl.c: Likewise.
22186         * lib/printf-frexpl.h: Likewise.
22187         * lib/printf.c: Likewise.
22188         * lib/progname.c: Likewise.
22189         * lib/progname.h: Likewise.
22190         * lib/progreloc.c: Likewise.
22191         * lib/putenv.c: Likewise.
22192         * lib/quote.c: Likewise.
22193         * lib/quote.h: Likewise.
22194         * lib/quotearg.c: Likewise.
22195         * lib/quotearg.h: Likewise.
22196         * lib/raise.c: Likewise.
22197         * lib/readline.c: Likewise.
22198         * lib/readline.h: Likewise.
22199         * lib/readlink.c: Likewise.
22200         * lib/readtokens.c: Likewise.
22201         * lib/readtokens.h: Likewise.
22202         * lib/readtokens0.c: Likewise.
22203         * lib/readtokens0.h: Likewise.
22204         * lib/readutmp.c: Likewise.
22205         * lib/readutmp.h: Likewise.
22206         * lib/realloc.c: Likewise.
22207         * lib/relocwrapper.c: Likewise.
22208         * lib/rename-dest-slash.c: Likewise.
22209         * lib/rename.c: Likewise.
22210         * lib/rmdir.c: Likewise.
22211         * lib/rpmatch.c: Likewise.
22212         * lib/safe-read.c: Likewise.
22213         * lib/safe-read.h: Likewise.
22214         * lib/safe-write.c: Likewise.
22215         * lib/safe-write.h: Likewise.
22216         * lib/same-inode.h: Likewise.
22217         * lib/same.c: Likewise.
22218         * lib/same.h: Likewise.
22219         * lib/save-cwd.c: Likewise.
22220         * lib/save-cwd.h: Likewise.
22221         * lib/savedir.c: Likewise.
22222         * lib/savedir.h: Likewise.
22223         * lib/savewd.c: Likewise.
22224         * lib/savewd.h: Likewise.
22225         * lib/search.in.h: Likewise.
22226         * lib/setenv.c: Likewise.
22227         * lib/setenv.h: Likewise.
22228         * lib/settime.c: Likewise.
22229         * lib/sh-quote.c: Likewise.
22230         * lib/sh-quote.h: Likewise.
22231         * lib/sig2str.c: Likewise.
22232         * lib/sig2str.h: Likewise.
22233         * lib/signal.in.h: Likewise.
22234         * lib/signbitd.c: Likewise.
22235         * lib/signbitf.c: Likewise.
22236         * lib/signbitl.c: Likewise.
22237         * lib/sigprocmask.c: Likewise.
22238         * lib/sincosl.c: Likewise.
22239         * lib/sleep.c: Likewise.
22240         * lib/sprintf.c: Likewise.
22241         * lib/sqrtl.c: Likewise.
22242         * lib/stat-time.h: Likewise.
22243         * lib/stdio--.h: Likewise.
22244         * lib/stdio-safer.h: Likewise.
22245         * lib/stdlib--.h: Likewise.
22246         * lib/stdlib-safer.h: Likewise.
22247         * lib/stdlib.in.h: Likewise.
22248         * lib/stpcpy.c: Likewise.
22249         * lib/stpncpy.c: Likewise.
22250         * lib/strchrnul.c: Likewise.
22251         * lib/strcspn.c: Likewise.
22252         * lib/strerror.c: Likewise.
22253         * lib/strftime.c: Likewise.
22254         * lib/strftime.h: Likewise.
22255         * lib/striconveh.c: Likewise.
22256         * lib/striconveh.h: Likewise.
22257         * lib/striconveha.c: Likewise.
22258         * lib/striconveha.h: Likewise.
22259         * lib/stripslash.c: Likewise.
22260         * lib/strnlen1.c: Likewise.
22261         * lib/strnlen1.h: Likewise.
22262         * lib/strtod.c: Likewise.
22263         * lib/strtoimax.c: Likewise.
22264         * lib/strtok_r.c: Likewise.
22265         * lib/strtol.c: Likewise.
22266         * lib/strtoll.c: Likewise.
22267         * lib/strtoul.c: Likewise.
22268         * lib/strtoull.c: Likewise.
22269         * lib/sysexits.in.h: Likewise.
22270         * lib/tempname.c: Likewise.
22271         * lib/tempname.h: Likewise.
22272         * lib/timespec.h: Likewise.
22273         * lib/tls.c: Likewise.
22274         * lib/tls.h: Likewise.
22275         * lib/tmpdir.c: Likewise.
22276         * lib/tmpdir.h: Likewise.
22277         * lib/tmpfile-safer.c: Likewise.
22278         * lib/tmpfile.c: Likewise.
22279         * lib/trigl.c: Likewise.
22280         * lib/trigl.h: Likewise.
22281         * lib/trim.c: Likewise.
22282         * lib/trim.h: Likewise.
22283         * lib/trunc.c: Likewise.
22284         * lib/truncf.c: Likewise.
22285         * lib/truncl.c: Likewise.
22286         * lib/tsearch.c: Likewise.
22287         * lib/unicodeio.c: Likewise.
22288         * lib/unicodeio.h: Likewise.
22289         * lib/unistd--.h: Likewise.
22290         * lib/unistd-safer.h: Likewise.
22291         * lib/unistdio/ulc-fprintf.c: Likewise.
22292         * lib/unistdio/ulc-vfprintf.c: Likewise.
22293         * lib/unlinkdir.c: Likewise.
22294         * lib/unlinkdir.h: Likewise.
22295         * lib/unlocked-io.h: Likewise.
22296         * lib/unsetenv.c: Likewise.
22297         * lib/userspec.c: Likewise.
22298         * lib/utime.c: Likewise.
22299         * lib/utimecmp.c: Likewise.
22300         * lib/utimecmp.h: Likewise.
22301         * lib/utimens.c: Likewise.
22302         * lib/verify.h: Likewise.
22303         * lib/verror.c: Likewise.
22304         * lib/verror.h: Likewise.
22305         * lib/version-etc-fsf.c: Likewise.
22306         * lib/version-etc.c: Likewise.
22307         * lib/version-etc.h: Likewise.
22308         * lib/vfprintf.c: Likewise.
22309         * lib/vprintf.c: Likewise.
22310         * lib/vsprintf.c: Likewise.
22311         * lib/w32spawn.h: Likewise.
22312         * lib/wait-process.c: Likewise.
22313         * lib/wait-process.h: Likewise.
22314         * lib/wcwidth.c: Likewise.
22315         * lib/write-any-file.c: Likewise.
22316         * lib/xalloc-die.c: Likewise.
22317         * lib/xalloc.h: Likewise.
22318         * lib/xasprintf.c: Likewise.
22319         * lib/xgetcwd.c: Likewise.
22320         * lib/xgetcwd.h: Likewise.
22321         * lib/xgetdomainname.c: Likewise.
22322         * lib/xgetdomainname.h: Likewise.
22323         * lib/xgethostname.c: Likewise.
22324         * lib/xmalloc.c: Likewise.
22325         * lib/xmalloca.c: Likewise.
22326         * lib/xmalloca.h: Likewise.
22327         * lib/xmemcoll.c: Likewise.
22328         * lib/xnanosleep.c: Likewise.
22329         * lib/xreadlink.c: Likewise.
22330         * lib/xreadlink.h: Likewise.
22331         * lib/xsetenv.c: Likewise.
22332         * lib/xsetenv.h: Likewise.
22333         * lib/xstriconv.c: Likewise.
22334         * lib/xstriconv.h: Likewise.
22335         * lib/xstrndup.c: Likewise.
22336         * lib/xstrndup.h: Likewise.
22337         * lib/xstrtod.c: Likewise.
22338         * lib/xstrtod.h: Likewise.
22339         * lib/xstrtol-error.c: Likewise.
22340         * lib/xstrtol.c: Likewise.
22341         * lib/xstrtol.h: Likewise.
22342         * lib/xtime.h: Likewise.
22343         * lib/xvasprintf.c: Likewise.
22344         * lib/xvasprintf.h: Likewise.
22345         * lib/yesno.c: Likewise.
22346         * lib/yesno.h: Likewise.
22347         * posix-modules: Likewise.
22348         * tests/test-alloca-opt.c: Likewise.
22349         * tests/test-arcfour.c: Likewise.
22350         * tests/test-arctwo.c: Likewise.
22351         * tests/test-argmatch.c: Likewise.
22352         * tests/test-argp-2.sh: Likewise.
22353         * tests/test-argp.c: Likewise.
22354         * tests/test-arpa_inet.c: Likewise.
22355         * tests/test-array_list.c: Likewise.
22356         * tests/test-array_oset.c: Likewise.
22357         * tests/test-atexit.c: Likewise.
22358         * tests/test-avltree_list.c: Likewise.
22359         * tests/test-avltree_oset.c: Likewise.
22360         * tests/test-avltreehash_list.c: Likewise.
22361         * tests/test-base64.c: Likewise.
22362         * tests/test-binary-io.c: Likewise.
22363         * tests/test-byteswap.c: Likewise.
22364         * tests/test-c-ctype.c: Likewise.
22365         * tests/test-c-strcasecmp.c: Likewise.
22366         * tests/test-c-strcasestr.c: Likewise.
22367         * tests/test-c-strncasecmp.c: Likewise.
22368         * tests/test-c-strstr.c: Likewise.
22369         * tests/test-canonicalize-lgpl.c: Likewise.
22370         * tests/test-canonicalize.c: Likewise.
22371         * tests/test-carray_list.c: Likewise.
22372         * tests/test-ceilf.c: Likewise.
22373         * tests/test-ceill.c: Likewise.
22374         * tests/test-count-one-bits.c: Likewise.
22375         * tests/test-crc.c: Likewise.
22376         * tests/test-dirname.c: Likewise.
22377         * tests/test-fbufmode.c: Likewise.
22378         * tests/test-fcntl.c: Likewise.
22379         * tests/test-fflush.c: Likewise.
22380         * tests/test-floorf.c: Likewise.
22381         * tests/test-floorl.c: Likewise.
22382         * tests/test-fopen.c: Likewise.
22383         * tests/test-fprintf-posix.c: Likewise.
22384         * tests/test-fprintf-posix.h: Likewise.
22385         * tests/test-fpurge.c: Likewise.
22386         * tests/test-freadable.c: Likewise.
22387         * tests/test-freadahead.c: Likewise.
22388         * tests/test-freading.c: Likewise.
22389         * tests/test-freopen.c: Likewise.
22390         * tests/test-frexp.c: Likewise.
22391         * tests/test-frexpl.c: Likewise.
22392         * tests/test-fseek.c: Likewise.
22393         * tests/test-fseeko.c: Likewise.
22394         * tests/test-fseterr.c: Likewise.
22395         * tests/test-fstrcmp.c: Likewise.
22396         * tests/test-ftell.c: Likewise.
22397         * tests/test-ftello.c: Likewise.
22398         * tests/test-fwritable.c: Likewise.
22399         * tests/test-fwriting.c: Likewise.
22400         * tests/test-getaddrinfo.c: Likewise.
22401         * tests/test-getpass.c: Likewise.
22402         * tests/test-gettimeofday.c: Likewise.
22403         * tests/test-hmac-md5.c: Likewise.
22404         * tests/test-hmac-sha1.c: Likewise.
22405         * tests/test-iconv.c: Likewise.
22406         * tests/test-iconvme.c: Likewise.
22407         * tests/test-inttypes.c: Likewise.
22408         * tests/test-isnan.c: Likewise.
22409         * tests/test-isnanf.c: Likewise.
22410         * tests/test-isnanl-nolibm.c: Likewise.
22411         * tests/test-isnanl.c: Likewise.
22412         * tests/test-isnanl.h: Likewise.
22413         * tests/test-ldexpl.c: Likewise.
22414         * tests/test-linked_list.c: Likewise.
22415         * tests/test-linkedhash_list.c: Likewise.
22416         * tests/test-locale.c: Likewise.
22417         * tests/test-localename.c: Likewise.
22418         * tests/test-lock.c: Likewise.
22419         * tests/test-lseek.c: Likewise.
22420         * tests/test-malloca.c: Likewise.
22421         * tests/test-math.c: Likewise.
22422         * tests/test-mbscasecmp.c: Likewise.
22423         * tests/test-mbscasestr1.c: Likewise.
22424         * tests/test-mbscasestr2.c: Likewise.
22425         * tests/test-mbscasestr3.c: Likewise.
22426         * tests/test-mbscasestr4.c: Likewise.
22427         * tests/test-mbschr.c: Likewise.
22428         * tests/test-mbscspn.c: Likewise.
22429         * tests/test-mbsncasecmp.c: Likewise.
22430         * tests/test-mbspbrk.c: Likewise.
22431         * tests/test-mbspcasecmp.c: Likewise.
22432         * tests/test-mbsrchr.c: Likewise.
22433         * tests/test-mbsspn.c: Likewise.
22434         * tests/test-mbsstr1.c: Likewise.
22435         * tests/test-mbsstr2.c: Likewise.
22436         * tests/test-mbsstr3.c: Likewise.
22437         * tests/test-md5.c: Likewise.
22438         * tests/test-memmem.c: Likewise.
22439         * tests/test-netinet_in.c: Likewise.
22440         * tests/test-open.c: Likewise.
22441         * tests/test-printf-frexp.c: Likewise.
22442         * tests/test-printf-frexpl.c: Likewise.
22443         * tests/test-printf-posix.c: Likewise.
22444         * tests/test-printf-posix.h: Likewise.
22445         * tests/test-rbtree_list.c: Likewise.
22446         * tests/test-rbtree_oset.c: Likewise.
22447         * tests/test-rbtreehash_list.c: Likewise.
22448         * tests/test-read-file.c: Likewise.
22449         * tests/test-rijndael.c: Likewise.
22450         * tests/test-search.c: Likewise.
22451         * tests/test-signbit.c: Likewise.
22452         * tests/test-sleep.c: Likewise.
22453         * tests/test-snprintf-posix.c: Likewise.
22454         * tests/test-snprintf-posix.h: Likewise.
22455         * tests/test-snprintf.c: Likewise.
22456         * tests/test-sprintf-posix.c: Likewise.
22457         * tests/test-sprintf-posix.h: Likewise.
22458         * tests/test-stat-time.c: Likewise.
22459         * tests/test-stdbool.c: Likewise.
22460         * tests/test-stdint.c: Likewise.
22461         * tests/test-stdio.c: Likewise.
22462         * tests/test-stdlib.c: Likewise.
22463         * tests/test-stpncpy.c: Likewise.
22464         * tests/test-strcasestr.c: Likewise.
22465         * tests/test-striconv.c: Likewise.
22466         * tests/test-striconveh.c: Likewise.
22467         * tests/test-striconveha.c: Likewise.
22468         * tests/test-string.c: Likewise.
22469         * tests/test-sys_select.c: Likewise.
22470         * tests/test-sys_socket.c: Likewise.
22471         * tests/test-sys_stat.c: Likewise.
22472         * tests/test-sys_time.c: Likewise.
22473         * tests/test-sysexits.c: Likewise.
22474         * tests/test-time.c: Likewise.
22475         * tests/test-tls.c: Likewise.
22476         * tests/test-trunc.c: Likewise.
22477         * tests/test-truncf.c: Likewise.
22478         * tests/test-truncl.c: Likewise.
22479         * tests/test-unistd.c: Likewise.
22480         * tests/test-vasnprintf-posix.c: Likewise.
22481         * tests/test-vasnprintf-posix2.c: Likewise.
22482         * tests/test-vasnprintf.c: Likewise.
22483         * tests/test-vasprintf-posix.c: Likewise.
22484         * tests/test-vasprintf.c: Likewise.
22485         * tests/test-verify.c: Likewise.
22486         * tests/test-vfprintf-posix.c: Likewise.
22487         * tests/test-vprintf-posix.c: Likewise.
22488         * tests/test-vsnprintf-posix.c: Likewise.
22489         * tests/test-vsnprintf.c: Likewise.
22490         * tests/test-vsprintf-posix.c: Likewise.
22491         * tests/test-wchar.c: Likewise.
22492         * tests/test-wctype.c: Likewise.
22493         * tests/test-wcwidth.c: Likewise.
22494         * tests/test-xstrtol.c: Likewise.
22495         * tests/test-xvasprintf.c: Likewise.
22496         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
22497         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
22498         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
22499         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
22500         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
22501         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
22502         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
22503         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
22504         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
22505         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
22506         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
22507         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
22508         * tests/uniname/test-uninames.c: Likewise.
22509         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
22510         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
22511         * tests/unistdio/test-u16-printf1.h: Likewise.
22512         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
22513         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
22514         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
22515         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
22516         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
22517         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
22518         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
22519         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
22520         * tests/unistdio/test-u32-printf1.h: Likewise.
22521         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
22522         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
22523         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
22524         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
22525         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
22526         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
22527         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
22528         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
22529         * tests/unistdio/test-u8-printf1.h: Likewise.
22530         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
22531         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
22532         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
22533         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
22534         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
22535         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
22536         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
22537         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
22538         * tests/unistdio/test-ulc-printf1.h: Likewise.
22539         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
22540         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
22541         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
22542         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
22543         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
22544         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
22545         * tests/uniwidth/test-u16-strwidth.c: Likewise.
22546         * tests/uniwidth/test-u16-width.c: Likewise.
22547         * tests/uniwidth/test-u32-strwidth.c: Likewise.
22548         * tests/uniwidth/test-u32-width.c: Likewise.
22549         * tests/uniwidth/test-u8-strwidth.c: Likewise.
22550         * tests/uniwidth/test-u8-width.c: Likewise.
22551         * tests/uniwidth/test-uc_width.c: Likewise.
22552         * config/srclist-update: Likewise.
22553         (fixlicense): Update to GPLv3+.
22554
22555         Change copyright notice from LGPLv2.1+ to LGPLv3+.
22556         * tests/test-tsearch.c: Change copyright notice.
22557
22558         Change copyright notice from LGPLv2.0+ to LGPLv3+.
22559         * lib/c-strcaseeq.h: Change copyright notice.
22560         * lib/streq.h: Likewise.
22561         * lib/uniconv.h: Likewise.
22562         * lib/uniconv/u-conv-from-enc.h: Likewise.
22563         * lib/uniconv/u-conv-to-enc.h: Likewise.
22564         * lib/uniconv/u-strconv-from-enc.h: Likewise.
22565         * lib/uniconv/u-strconv-to-enc.h: Likewise.
22566         * lib/uniconv/u16-conv-from-enc.c: Likewise.
22567         * lib/uniconv/u16-conv-to-enc.c: Likewise.
22568         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
22569         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
22570         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
22571         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
22572         * lib/uniconv/u32-conv-from-enc.c: Likewise.
22573         * lib/uniconv/u32-conv-to-enc.c: Likewise.
22574         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
22575         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
22576         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
22577         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
22578         * lib/uniconv/u8-conv-from-enc.c: Likewise.
22579         * lib/uniconv/u8-conv-to-enc.c: Likewise.
22580         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
22581         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
22582         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
22583         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
22584         * lib/uniname.h: Likewise.
22585         * lib/uniname/uniname.c: Likewise.
22586         * lib/unistdio.h: Likewise.
22587         * lib/unistdio/u-asnprintf.h: Likewise.
22588         * lib/unistdio/u-asprintf.h: Likewise.
22589         * lib/unistdio/u-printf-args.c: Likewise.
22590         * lib/unistdio/u-printf-args.h: Likewise.
22591         * lib/unistdio/u-printf-parse.h: Likewise.
22592         * lib/unistdio/u-snprintf.h: Likewise.
22593         * lib/unistdio/u-sprintf.h: Likewise.
22594         * lib/unistdio/u-vasprintf.h: Likewise.
22595         * lib/unistdio/u-vsnprintf.h: Likewise.
22596         * lib/unistdio/u-vsprintf.h: Likewise.
22597         * lib/unistdio/u16-asnprintf.c: Likewise.
22598         * lib/unistdio/u16-asprintf.c: Likewise.
22599         * lib/unistdio/u16-printf-parse.c: Likewise.
22600         * lib/unistdio/u16-snprintf.c: Likewise.
22601         * lib/unistdio/u16-sprintf.c: Likewise.
22602         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
22603         * lib/unistdio/u16-u16-asprintf.c: Likewise.
22604         * lib/unistdio/u16-u16-snprintf.c: Likewise.
22605         * lib/unistdio/u16-u16-sprintf.c: Likewise.
22606         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
22607         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
22608         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
22609         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
22610         * lib/unistdio/u16-vasnprintf.c: Likewise.
22611         * lib/unistdio/u16-vasprintf.c: Likewise.
22612         * lib/unistdio/u16-vsnprintf.c: Likewise.
22613         * lib/unistdio/u16-vsprintf.c: Likewise.
22614         * lib/unistdio/u32-asnprintf.c: Likewise.
22615         * lib/unistdio/u32-asprintf.c: Likewise.
22616         * lib/unistdio/u32-printf-parse.c: Likewise.
22617         * lib/unistdio/u32-snprintf.c: Likewise.
22618         * lib/unistdio/u32-sprintf.c: Likewise.
22619         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
22620         * lib/unistdio/u32-u32-asprintf.c: Likewise.
22621         * lib/unistdio/u32-u32-snprintf.c: Likewise.
22622         * lib/unistdio/u32-u32-sprintf.c: Likewise.
22623         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
22624         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
22625         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
22626         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
22627         * lib/unistdio/u32-vasnprintf.c: Likewise.
22628         * lib/unistdio/u32-vasprintf.c: Likewise.
22629         * lib/unistdio/u32-vsnprintf.c: Likewise.
22630         * lib/unistdio/u32-vsprintf.c: Likewise.
22631         * lib/unistdio/u8-asnprintf.c: Likewise.
22632         * lib/unistdio/u8-asprintf.c: Likewise.
22633         * lib/unistdio/u8-printf-parse.c: Likewise.
22634         * lib/unistdio/u8-snprintf.c: Likewise.
22635         * lib/unistdio/u8-sprintf.c: Likewise.
22636         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
22637         * lib/unistdio/u8-u8-asprintf.c: Likewise.
22638         * lib/unistdio/u8-u8-snprintf.c: Likewise.
22639         * lib/unistdio/u8-u8-sprintf.c: Likewise.
22640         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
22641         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
22642         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
22643         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
22644         * lib/unistdio/u8-vasnprintf.c: Likewise.
22645         * lib/unistdio/u8-vasprintf.c: Likewise.
22646         * lib/unistdio/u8-vsnprintf.c: Likewise.
22647         * lib/unistdio/u8-vsprintf.c: Likewise.
22648         * lib/unistdio/ulc-asnprintf.c: Likewise.
22649         * lib/unistdio/ulc-asprintf.c: Likewise.
22650         * lib/unistdio/ulc-printf-parse.c: Likewise.
22651         * lib/unistdio/ulc-snprintf.c: Likewise.
22652         * lib/unistdio/ulc-sprintf.c: Likewise.
22653         * lib/unistdio/ulc-vasnprintf.c: Likewise.
22654         * lib/unistdio/ulc-vasprintf.c: Likewise.
22655         * lib/unistdio/ulc-vsnprintf.c: Likewise.
22656         * lib/unistdio/ulc-vsprintf.c: Likewise.
22657         * lib/unistr.h: Likewise.
22658         * lib/unistr/u-cpy-alloc.h: Likewise.
22659         * lib/unistr/u-cpy.h: Likewise.
22660         * lib/unistr/u-endswith.h: Likewise.
22661         * lib/unistr/u-move.h: Likewise.
22662         * lib/unistr/u-set.h: Likewise.
22663         * lib/unistr/u-startswith.h: Likewise.
22664         * lib/unistr/u-stpcpy.h: Likewise.
22665         * lib/unistr/u-stpncpy.h: Likewise.
22666         * lib/unistr/u-strcat.h: Likewise.
22667         * lib/unistr/u-strcpy.h: Likewise.
22668         * lib/unistr/u-strcspn.h: Likewise.
22669         * lib/unistr/u-strdup.h: Likewise.
22670         * lib/unistr/u-strlen.h: Likewise.
22671         * lib/unistr/u-strncat.h: Likewise.
22672         * lib/unistr/u-strncpy.h: Likewise.
22673         * lib/unistr/u-strnlen.h: Likewise.
22674         * lib/unistr/u-strpbrk.h: Likewise.
22675         * lib/unistr/u-strspn.h: Likewise.
22676         * lib/unistr/u-strstr.h: Likewise.
22677         * lib/unistr/u-strtok.h: Likewise.
22678         * lib/unistr/u16-check.c: Likewise.
22679         * lib/unistr/u16-chr.c: Likewise.
22680         * lib/unistr/u16-cmp.c: Likewise.
22681         * lib/unistr/u16-cpy-alloc.c: Likewise.
22682         * lib/unistr/u16-cpy.c: Likewise.
22683         * lib/unistr/u16-endswith.c: Likewise.
22684         * lib/unistr/u16-mblen.c: Likewise.
22685         * lib/unistr/u16-mbsnlen.c: Likewise.
22686         * lib/unistr/u16-mbtouc-aux.c: Likewise.
22687         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
22688         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
22689         * lib/unistr/u16-mbtouc.c: Likewise.
22690         * lib/unistr/u16-mbtoucr.c: Likewise.
22691         * lib/unistr/u16-move.c: Likewise.
22692         * lib/unistr/u16-next.c: Likewise.
22693         * lib/unistr/u16-prev.c: Likewise.
22694         * lib/unistr/u16-set.c: Likewise.
22695         * lib/unistr/u16-startswith.c: Likewise.
22696         * lib/unistr/u16-stpcpy.c: Likewise.
22697         * lib/unistr/u16-stpncpy.c: Likewise.
22698         * lib/unistr/u16-strcat.c: Likewise.
22699         * lib/unistr/u16-strchr.c: Likewise.
22700         * lib/unistr/u16-strcmp.c: Likewise.
22701         * lib/unistr/u16-strcpy.c: Likewise.
22702         * lib/unistr/u16-strcspn.c: Likewise.
22703         * lib/unistr/u16-strdup.c: Likewise.
22704         * lib/unistr/u16-strlen.c: Likewise.
22705         * lib/unistr/u16-strmblen.c: Likewise.
22706         * lib/unistr/u16-strmbtouc.c: Likewise.
22707         * lib/unistr/u16-strncat.c: Likewise.
22708         * lib/unistr/u16-strncmp.c: Likewise.
22709         * lib/unistr/u16-strncpy.c: Likewise.
22710         * lib/unistr/u16-strnlen.c: Likewise.
22711         * lib/unistr/u16-strpbrk.c: Likewise.
22712         * lib/unistr/u16-strrchr.c: Likewise.
22713         * lib/unistr/u16-strspn.c: Likewise.
22714         * lib/unistr/u16-strstr.c: Likewise.
22715         * lib/unistr/u16-strtok.c: Likewise.
22716         * lib/unistr/u16-to-u32.c: Likewise.
22717         * lib/unistr/u16-to-u8.c: Likewise.
22718         * lib/unistr/u16-uctomb-aux.c: Likewise.
22719         * lib/unistr/u16-uctomb.c: Likewise.
22720         * lib/unistr/u32-check.c: Likewise.
22721         * lib/unistr/u32-chr.c: Likewise.
22722         * lib/unistr/u32-cmp.c: Likewise.
22723         * lib/unistr/u32-cpy-alloc.c: Likewise.
22724         * lib/unistr/u32-cpy.c: Likewise.
22725         * lib/unistr/u32-endswith.c: Likewise.
22726         * lib/unistr/u32-mblen.c: Likewise.
22727         * lib/unistr/u32-mbsnlen.c: Likewise.
22728         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
22729         * lib/unistr/u32-mbtouc.c: Likewise.
22730         * lib/unistr/u32-mbtoucr.c: Likewise.
22731         * lib/unistr/u32-move.c: Likewise.
22732         * lib/unistr/u32-next.c: Likewise.
22733         * lib/unistr/u32-prev.c: Likewise.
22734         * lib/unistr/u32-set.c: Likewise.
22735         * lib/unistr/u32-startswith.c: Likewise.
22736         * lib/unistr/u32-stpcpy.c: Likewise.
22737         * lib/unistr/u32-stpncpy.c: Likewise.
22738         * lib/unistr/u32-strcat.c: Likewise.
22739         * lib/unistr/u32-strchr.c: Likewise.
22740         * lib/unistr/u32-strcmp.c: Likewise.
22741         * lib/unistr/u32-strcpy.c: Likewise.
22742         * lib/unistr/u32-strcspn.c: Likewise.
22743         * lib/unistr/u32-strdup.c: Likewise.
22744         * lib/unistr/u32-strlen.c: Likewise.
22745         * lib/unistr/u32-strmblen.c: Likewise.
22746         * lib/unistr/u32-strmbtouc.c: Likewise.
22747         * lib/unistr/u32-strncat.c: Likewise.
22748         * lib/unistr/u32-strncmp.c: Likewise.
22749         * lib/unistr/u32-strncpy.c: Likewise.
22750         * lib/unistr/u32-strnlen.c: Likewise.
22751         * lib/unistr/u32-strpbrk.c: Likewise.
22752         * lib/unistr/u32-strrchr.c: Likewise.
22753         * lib/unistr/u32-strspn.c: Likewise.
22754         * lib/unistr/u32-strstr.c: Likewise.
22755         * lib/unistr/u32-strtok.c: Likewise.
22756         * lib/unistr/u32-to-u16.c: Likewise.
22757         * lib/unistr/u32-to-u8.c: Likewise.
22758         * lib/unistr/u32-uctomb.c: Likewise.
22759         * lib/unistr/u8-check.c: Likewise.
22760         * lib/unistr/u8-chr.c: Likewise.
22761         * lib/unistr/u8-cmp.c: Likewise.
22762         * lib/unistr/u8-cpy-alloc.c: Likewise.
22763         * lib/unistr/u8-cpy.c: Likewise.
22764         * lib/unistr/u8-endswith.c: Likewise.
22765         * lib/unistr/u8-mblen.c: Likewise.
22766         * lib/unistr/u8-mbsnlen.c: Likewise.
22767         * lib/unistr/u8-mbtouc-aux.c: Likewise.
22768         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
22769         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
22770         * lib/unistr/u8-mbtouc.c: Likewise.
22771         * lib/unistr/u8-mbtoucr.c: Likewise.
22772         * lib/unistr/u8-move.c: Likewise.
22773         * lib/unistr/u8-next.c: Likewise.
22774         * lib/unistr/u8-prev.c: Likewise.
22775         * lib/unistr/u8-set.c: Likewise.
22776         * lib/unistr/u8-startswith.c: Likewise.
22777         * lib/unistr/u8-stpcpy.c: Likewise.
22778         * lib/unistr/u8-stpncpy.c: Likewise.
22779         * lib/unistr/u8-strcat.c: Likewise.
22780         * lib/unistr/u8-strchr.c: Likewise.
22781         * lib/unistr/u8-strcmp.c: Likewise.
22782         * lib/unistr/u8-strcpy.c: Likewise.
22783         * lib/unistr/u8-strcspn.c: Likewise.
22784         * lib/unistr/u8-strdup.c: Likewise.
22785         * lib/unistr/u8-strlen.c: Likewise.
22786         * lib/unistr/u8-strmblen.c: Likewise.
22787         * lib/unistr/u8-strmbtouc.c: Likewise.
22788         * lib/unistr/u8-strncat.c: Likewise.
22789         * lib/unistr/u8-strncmp.c: Likewise.
22790         * lib/unistr/u8-strncpy.c: Likewise.
22791         * lib/unistr/u8-strnlen.c: Likewise.
22792         * lib/unistr/u8-strpbrk.c: Likewise.
22793         * lib/unistr/u8-strrchr.c: Likewise.
22794         * lib/unistr/u8-strspn.c: Likewise.
22795         * lib/unistr/u8-strstr.c: Likewise.
22796         * lib/unistr/u8-strtok.c: Likewise.
22797         * lib/unistr/u8-to-u16.c: Likewise.
22798         * lib/unistr/u8-to-u32.c: Likewise.
22799         * lib/unistr/u8-uctomb-aux.c: Likewise.
22800         * lib/unistr/u8-uctomb.c: Likewise.
22801         * lib/unitypes.h: Likewise.
22802         * lib/uniwidth.h: Likewise.
22803         * lib/uniwidth/cjk.h: Likewise.
22804         * lib/uniwidth/u16-strwidth.c: Likewise.
22805         * lib/uniwidth/u16-width.c: Likewise.
22806         * lib/uniwidth/u32-strwidth.c: Likewise.
22807         * lib/uniwidth/u32-width.c: Likewise.
22808         * lib/uniwidth/u8-strwidth.c: Likewise.
22809         * lib/uniwidth/u8-width.c: Likewise.
22810         * lib/uniwidth/width.c: Likewise.
22811
22812 2007-10-07  Bruno Haible  <bruno@clisp.org>
22813
22814         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
22815         The file is still under LGPL (see modules/inttypes).
22816
22817 2007-10-06  Bruno Haible  <bruno@clisp.org>
22818
22819         * modules/trunc (Dependencies): Add 'extensions'.
22820         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
22821         Reported by Ben Pfaff <blp@gnu.org>.
22822
22823 2007-10-06  Bruno Haible  <bruno@clisp.org>
22824
22825         * modules/freopen-tests: New file.
22826         * tests/test-freopen.c: New file.
22827
22828         * modules/fopen-tests: New file.
22829         * tests/test-fopen.c: New file.
22830
22831         * modules/fopen: New file.
22832         * lib/fopen.c: New file.
22833         * m4/fopen.m4: New file.
22834         * modules/freopen: New file.
22835         * lib/freopen.c: New file.
22836         * m4/freopen.m4: New file.
22837         * lib/stdio.in.h (fopen, freopen): New declarations.
22838         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
22839         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
22840         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
22841         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
22842         * doc/functions/fopen.texi: Mention the 'fopen' module.
22843         * doc/functions/freopen.texi: Mention the 'freopen' module.
22844
22845 2007-10-06  Bruno Haible  <bruno@clisp.org>
22846
22847         * modules/open-tests: New file.
22848         * tests/test-open.c: New file.
22849
22850         * modules/open: New file.
22851         * lib/open.c: New file.
22852         * m4/open.m4: New file.
22853         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
22854         lib/open.c does.
22855         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
22856         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
22857         macros.
22858         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
22859         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
22860         REPLACE_OPEN.
22861         * doc/functions/open.texi: Mention the 'open' module.
22862
22863 2007-10-04  Bruno Haible  <bruno@clisp.org>
22864
22865         * modules/ceill-tests: New file.
22866         * tests/test-ceill.c: New file.
22867
22868         * modules/ceill: New file.
22869         * lib/ceill.c: Replace entire file.
22870         * m4/ceill.m4: New file.
22871         * lib/math.in.h (ceill): Replace declaration.
22872         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
22873         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
22874         * doc/functions/ceill.texi: Mention the 'ceill' module.
22875         * modules/mathl (Files): Remove lib/ceill.c.
22876         (Depends-on): Add ceill.
22877
22878 2007-10-04  Bruno Haible  <bruno@clisp.org>
22879
22880         * modules/ceilf-tests: New file.
22881         * tests/test-ceilf.c: New file.
22882
22883         * modules/ceilf: New file.
22884         * lib/ceil.c: New file.
22885         * lib/ceilf.c: New file.
22886         * m4/ceilf.m4: New file.
22887         * lib/math.in.h (ceilf): New declaration.
22888         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
22889         HAVE_DECL_CEILF.
22890         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
22891         HAVE_DECL_CEILF.
22892         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
22893
22894 2007-10-04  Bruno Haible  <bruno@clisp.org>
22895
22896         * modules/floorl-tests: New file.
22897         * tests/test-floorl.c: New file.
22898
22899         * modules/floorl: New file.
22900         * lib/floorl.c: Replace entire file.
22901         * m4/floorl.m4: New file.
22902         * lib/math.in.h (floorl): Replace declaration.
22903         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
22904         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
22905         * doc/functions/floorl.texi: Mention the 'floorl' module.
22906         * modules/mathl (Files): Remove lib/floorl.c.
22907         (Depends-on): Add floorl.
22908
22909 2007-10-04  Bruno Haible  <bruno@clisp.org>
22910
22911         * modules/floorf-tests: New file.
22912         * tests/test-floorf.c: New file.
22913
22914         * modules/floorf: New file.
22915         * lib/floor.c: New file.
22916         * lib/floorf.c: New file.
22917         * m4/floorf.m4: New file.
22918         * lib/math.in.h (floorf): New declaration.
22919         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
22920         HAVE_DECL_FLOORF.
22921         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
22922         HAVE_DECL_FLOORF.
22923         * doc/functions/floorf.texi: Mention the 'floorf' module.
22924
22925 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
22926             Bruno Haible  <bruno@clisp.org>
22927
22928         Advertise for the Git server instead of the CVS server.
22929         * doc/gnulib-intro.texi (Steady Development): Mention the Git
22930         repository instead of the CVS one.
22931         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
22932         about all VCS systems generically.
22933         * doc/gnulib.texi (Introduction): Capitalize `Git'.
22934
22935 2007-10-04  Bruno Haible  <bruno@clisp.org>
22936
22937         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
22938         means.
22939         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
22940
22941 2007-10-04  Bruno Haible  <bruno@clisp.org>
22942
22943         * modules/truncl-tests: New file.
22944         * tests/test-truncl.c: New file.
22945
22946         * modules/truncl: New file.
22947         * lib/truncl.c: New file.
22948         * m4/truncl.m4: New file.
22949         * lib/math.in.h (truncl): New declaration.
22950         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
22951         HAVE_DECL_TRUNCL.
22952         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
22953         HAVE_DECL_TRUNCL.
22954         * doc/functions/truncl.texi: Mention the 'truncl' module.
22955
22956 2007-10-04  Bruno Haible  <bruno@clisp.org>
22957
22958         * modules/truncf-tests: New file.
22959         * tests/test-truncf.c: New file.
22960
22961         * modules/truncf: New file.
22962         * lib/trunc.c: Make paramerizable through USE_* macros.
22963         * lib/truncf.c: New file.
22964         * m4/truncf.m4: New file.
22965         * lib/math.in.h (truncf): New declaration.
22966         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
22967         HAVE_DECL_TRUNCF.
22968         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
22969         HAVE_DECL_TRUNCF.
22970         * doc/functions/truncf.texi: Mention the 'truncf' module.
22971
22972 2007-10-03  Bruno Haible  <bruno@clisp.org>
22973
22974         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
22975         augmentation also for tests modules.
22976         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
22977         * modules/atexit-tests (Makefile.am): Likewise.
22978         * modules/binary-io-tests (Makefile.am): Likewise.
22979         * modules/c-strcase-tests (Makefile.am): Likewise.
22980         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
22981         * modules/canonicalize-tests (Makefile.am): Likewise.
22982         * modules/closein-tests (Makefile.am): Likewise.
22983         * modules/fprintf-posix-tests (Makefile.am): Likewise.
22984         * modules/freadahead-tests (Makefile.am): Likewise.
22985         * modules/fseek-tests (Makefile.am): Likewise.
22986         * modules/fseeko-tests (Makefile.am): Likewise.
22987         * modules/ftell-tests (Makefile.am): Likewise.
22988         * modules/ftello-tests (Makefile.am): Likewise.
22989         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
22990         * modules/isnanl-tests (Makefile.am): Likewise.
22991         * modules/lseek-tests (Makefile.am): Likewise.
22992         * modules/mbscasecmp-tests (Makefile.am): Likewise.
22993         * modules/mbscasestr-tests (Makefile.am): Likewise.
22994         * modules/mbschr-tests (Makefile.am): Likewise.
22995         * modules/mbscspn-tests (Makefile.am): Likewise.
22996         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
22997         * modules/mbspbrk-tests (Makefile.am): Likewise.
22998         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
22999         * modules/mbsrchr-tests (Makefile.am): Likewise.
23000         * modules/mbsspn-tests (Makefile.am): Likewise.
23001         * modules/mbsstr-tests (Makefile.am): Likewise.
23002         * modules/printf-posix-tests (Makefile.am): Likewise.
23003         * modules/snprintf-posix-tests (Makefile.am): Likewise.
23004         * modules/sprintf-posix-tests (Makefile.am): Likewise.
23005         * modules/tsearch-tests (Makefile.am): Likewise.
23006         * modules/uniname/uniname-tests (Makefile.am): Likewise.
23007         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
23008         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
23009         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
23010         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
23011         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
23012         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
23013         * modules/vprintf-posix-tests (Makefile.am): Likewise.
23014         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
23015         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
23016         * modules/xstrtoimax-tests (Makefile.am): Likewise.
23017         * modules/xstrtol-tests (Makefile.am): Likewise.
23018         * modules/xstrtoumax-tests (Makefile.am): Likewise.
23019         * modules/yesno-tests (Makefile.am): Likewise.
23020
23021 2007-10-03  Bruno Haible  <bruno@clisp.org>
23022
23023         * modules/trunc-tests: New file.
23024         * tests/test-trunc.c: New file.
23025
23026         * modules/trunc: New file.
23027         * lib/trunc.c: New file.
23028         * m4/trunc.m4: New file.
23029         * lib/math.in.h (trunc): New declaration.
23030         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
23031         HAVE_DECL_TRUNC.
23032         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
23033         HAVE_DECL_TRUNC.
23034         * doc/functions/trunc.texi: Mention the 'trunc' module.
23035
23036 2007-10-03  Bruno Haible  <bruno@clisp.org>
23037
23038         * tests/test-fpending.c: New file, mostly copied
23039         from coreutils/lib/t-fpending.c.
23040         * modules/fpending-tests: New file.
23041
23042 2007-10-03  Bruno Haible  <bruno@clisp.org>
23043
23044         Port the stdio extensions to QNX (untested).
23045         * lib/fseterr.c (fseterr): Add support for QNX.
23046         * lib/fbufmode.c (fbufmode): Likewise.
23047         * lib/freadable.c (freadable): Likewise.
23048         * lib/fwritable.c (fwritable): Likewise.
23049         * lib/freading.c (freading): Likewise.
23050         * lib/fwriting.c (fwriting): Likewise.
23051         * lib/freadahead.c (freadahed): Likewise.
23052         * lib/fpurge.c (fpurge): Likewise.
23053         * lib/fseeko.c (rpl_fseeko): Likewise.
23054
23055 2007-10-03  Bruno Haible  <bruno@clisp.org>
23056             Jim Meyering  <jim@meyering.net>
23057             Eric Blake  <ebb9@byu.net>
23058
23059         * doc/relocatable.texi: Use @command instead of @program.
23060
23061 2007-10-02  Jim Meyering  <jim@meyering.net>
23062
23063         Perform one more "_.h" -> ".in.h" substitution.
23064         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
23065         instead of unistd_.h here, too.
23066
23067 2007-10-01  Bruno Haible  <bruno@clisp.org>
23068
23069         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
23070         Needed for the alloca-opt module.
23071
23072 2007-09-30  Bruno Haible  <bruno@clisp.org>
23073
23074         * lib/alloca.in.h: Renamed from lib/alloca_.h.
23075         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
23076         alloca_.h.
23077         * lib/argz.in.h: Renamed from lib/argz_.h.
23078         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
23079         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
23080         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
23081         byteswap_.h.
23082         * lib/dirent.in.h: Renamed from lib/dirent_.h.
23083         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
23084         dirent_.h.
23085         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
23086         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
23087         fcntl_.h.
23088         * lib/float.in.h: Renamed from lib/float_.h.
23089         * modules/float (Files, Makefile.am): Use float.in.h instead of
23090         float_.h.
23091         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
23092         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
23093         fnmatch_.h.
23094         * lib/getopt.in.h: Renamed from lib/getopt_.h.
23095         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
23096         getopt_.h.
23097         * lib/glob.in.h: Renamed from lib/glob_.h.
23098         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
23099         * lib/iconv.in.h: Renamed from lib/iconv_.h.
23100         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
23101         iconv_.h.
23102         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
23103         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
23104         inttypes_.h.
23105         * lib/locale.in.h: Renamed from lib/locale_.h.
23106         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
23107         locale_.h.
23108         * lib/math.in.h: Renamed from lib/math_.h.
23109         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
23110         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
23111         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
23112         of netinet_in_.h. Add dependency.
23113         * lib/poll.in.h: Renamed from lib/poll_.h.
23114         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
23115         * lib/search.in.h: Renamed from lib/search_.h.
23116         * modules/search (Files, Makefile.am): Use search.in.h instead of
23117         search_.h.
23118         * lib/signal.in.h: Renamed from lib/signal_.h.
23119         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
23120         _signal.h.
23121         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
23122         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
23123         stdbool_.h.
23124         * lib/stdint.in.h: Renamed from lib/stdint_.h.
23125         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
23126         stdint_.h.
23127         * lib/stdio.in.h: Renamed from lib/stdio_.h.
23128         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
23129         stdio_.h.
23130         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
23131         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
23132         stdlib_.h.
23133         * lib/string.in.h: Renamed from lib/string_.h.
23134         * modules/string (Files, Makefile.am): Use string.in.h instead of
23135         string_.h.
23136         * doc/gnulib-tool.texi (Initial import): Update.
23137         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
23138         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
23139         of sys_select_.h. Add dependency.
23140         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
23141         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
23142         of sys_socket_.h.
23143         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
23144         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
23145         sys_stat_.h.
23146         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
23147         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
23148         sys_time_.h.
23149         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
23150         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
23151         sysexits_.h.
23152         * lib/time.in.h: Renamed from lib/time_.h.
23153         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
23154         * lib/unistd.in.h: Renamed from lib/unistd_.h.
23155         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
23156         unistd_.h.
23157         * lib/wchar.in.h: Renamed from lib/wchar_.h.
23158         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
23159         wchar_.h.
23160         * lib/wctype.in.h: Renamed from lib/wctype_.h.
23161         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
23162         wctype_.h.
23163         * build-aux/bootstrap (slurp): Update.
23164         * lib/.cppi-disable: Update.
23165
23166 2007-09-30  Bruno Haible  <bruno@clisp.org>
23167
23168         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
23169         Needed on BeOS.
23170
23171 2007-09-30  Bruno Haible  <bruno@clisp.org>
23172
23173         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
23174
23175 2007-09-29  Bruno Haible  <bruno@clisp.org>
23176
23177         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
23178
23179 2007-09-29  Bruno Haible  <bruno@clisp.org>
23180
23181         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
23182         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
23183         * build-aux/install-reloc: Compile also areadlink.c.
23184         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
23185
23186 2007-09-29  Bruno Haible  <bruno@clisp.org>
23187
23188         * gnulib-tool (func_emit_initmacro_done): Indentation.
23189
23190 2007-09-29  Bruno Haible  <bruno@clisp.org>
23191
23192         * README: Add CVS checkout update instructions.
23193         Info from Bob Proulx <bob@proulx.com>.
23194
23195 2007-09-28  Eric Blake  <ebb9@byu.net>
23196
23197         Provide move-if-change.
23198         * build-aux/move-if-change: New file, based on best practice
23199         rather than any canonical upstream location.
23200
23201 2007-09-28  Jim Meyering  <jim@meyering.net>
23202
23203         Fix canonicalize loop-detection corner case.
23204         Do not attempt to stat the symlink values stored via seen_triple.
23205         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
23206         on linux-2.6.18, (but not 2.6.22).
23207         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
23208         triple_compare.  The former compares dev,ino,filename, while the latter
23209         would actually stat dirname(filename) when dev and ino were equal.
23210         * lib/hash-triple.c: Install <string.h>.
23211         (STREQ): Define.
23212         (triple_compare_ino_str): New function.
23213         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
23214
23215 2007-09-28  Eric Blake  <ebb9@byu.net>
23216
23217         Enforce that AC_REPLACE_FUNCS files exist.
23218         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
23219         override check for typos.
23220
23221         Fix test-closein on Solaris 10.
23222         * tests/test-closein.c (main): Don't assume stdin can be inherited
23223         closed on all systems.
23224         * tests/test-closein.sh: Likewise.
23225         Reported by Piotr Tarnowski.
23226
23227 2007-09-28  Jim Meyering  <jim@meyering.net>
23228
23229         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
23230
23231 2007-09-27  Jim Meyering  <jim@meyering.net>
23232
23233         canonicalize: Avoid a false-positive cycle failure.
23234         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
23235         Sort.  Remove cycle-check.
23236         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
23237         not cycle-check.h.
23238         (seen_triple): New function.
23239         (canonicalize_filename_mode): Use it instead of cycle-check.
23240         * tests/test-canonicalize.c: Add a test for this bug.
23241         * tests/test-canonicalize.sh: Set up and run the test.
23242
23243         New module, file-set, from coreutils.
23244         * modules/file-set: Define it.
23245         * lib/file-set.c, lib/file-set.h: Implement.
23246
23247         New module, hash-triple, from coreutils.
23248         * modules/hash-triple: Define it.
23249         * lib/hash-triple.c, lib/hash-triple.h: Implement.
23250
23251 2007-09-25  Eric Blake  <ebb9@byu.net>
23252
23253         Fix strerror on Interix.
23254         * lib/string_.h (strerror): Declare replacement.
23255         * doc/functions/strerror.texi (strerror): Document the Interix
23256         shortcoming.
23257         * modules/string (Makefile.am): Support new hooks.
23258         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
23259         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
23260         gl_FUNC_STRERROR_SEPARATE.
23261         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
23262         * lib/strerror.c (rpl_strerror): Provide replacement.
23263         * modules/strerror (Depends-on): Add string.
23264         (configure.ac): Detect use of module.
23265         * tests/test-strerror.c: New file.
23266         * modules/strerror-tests: New test module.
23267         * modules/argp (Depends-on): Add strerror.
23268         * modules/error (Depends-on): Likewise.
23269         Reported by Martin Koeppe.
23270
23271 2007-09-24  Bruno Haible  <bruno@clisp.org>
23272
23273         * README: Update git instructions.
23274
23275 2007-09-24  Eric Blake  <ebb9@byu.net>
23276
23277         Revert fpending breakage from 2007-09-08.
23278         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
23279         __fpending.c.
23280
23281 2007-09-24  Jim Meyering  <jim@meyering.net>
23282
23283         filenamecat.c: Add a test.
23284         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
23285         showing how the function works when DIR is the empty string.
23286
23287 2007-09-21  Simon Josefsson  <simon@josefsson.org>
23288
23289         * tests/test-canonicalize.sh: Turn on executable bit.
23290
23291 2007-09-19  Eric Blake  <ebb9@byu.net>
23292
23293         * README: Update CVS instructions.
23294
23295 2007-09-18  Bruno Haible  <bruno@clisp.org>
23296
23297         * modules/areadlink: New file.
23298         * lib/areadlink.h (areadlink): New declaration.
23299         * lib/areadlink.c: New file, based on lib/xreadlink.c.
23300
23301 2007-09-17  Jim Meyering  <jim@meyering.net>
23302
23303         * lib/savewd.c (ESTALE) [!defined]: Define.
23304         Reported to be required on Interix by Martin Koeppe.
23305
23306 2007-09-17  Bruno Haible  <bruno@clisp.org>
23307
23308         * gnulib-tool (func_version): Use $version.
23309
23310 2007-09-16  Bruno Haible  <bruno@clisp.org>
23311
23312         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
23313         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
23314         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
23315         Reported by Greg Schafer <gschafer@zip.com.au>.
23316
23317 2007-09-15  Bruno Haible  <bruno@clisp.org>
23318
23319         * gnulib-tool (sed): Try a little harder to make bash understand the
23320         alias.
23321         Reported by Bruce Korb <bruce.korb@gmail.com>.
23322
23323 2007-09-13  Eric Blake  <ebb9@byu.net>
23324
23325         * ChangeLog: Remove conflict markers.
23326
23327 2007-09-13  Simon Josefsson  <simon@josefsson.org>
23328
23329         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
23330         Reported by Bruno Haible <bruno@clisp.org>.
23331
23332 2007-09-12  Bruno Haible  <bruno@clisp.org>
23333
23334         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
23335         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
23336         is not defined.
23337
23338 2007-09-12  Eric Blake  <ebb9@byu.net>
23339
23340         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
23341         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
23342         Autoconf definition.
23343         * modules/euidaccess (Depends-on): Add extensions, for
23344         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
23345         * modules/fnmatch (Depends-on): Likewise.
23346         * modules/getaddrinfo (Depends-on): Likewise.
23347         * modules/getdelim (Depends-on): Likewise.
23348         * modules/getline (Depends-on): Likewise.
23349         * modules/getsubopt (Depends-on): Likewise.
23350         * modules/gettext (Depends-on): Likewise.
23351         * modules/group-member (Depends-on): Likewise.
23352         * modules/mbchar (Depends-on): Likewise.
23353         * modules/memmem (Depends-on): Likewise.
23354         * modules/mempcpy (Depends-on): Likewise.
23355         * modules/memrchr (Depends-on): Likewise.
23356         * modules/pagealign_alloc (Depends-on): Likewise.
23357         * modules/readutmp (Depends-on): Likewise.
23358         * modules/stpcpy (Depends-on): Likewise.
23359         * modules/stpncpy (Depends-on): Likewise.
23360         * modules/strchrnul (Depends-on): Likewise.
23361         * modules/strndup (Depends-on): Likewise.
23362         * modules/strsep (Depends-on): Likewise.
23363         * modules/strverscmp (Depends-on): Likewise.
23364         * modules/vasprintf (Depends-on): Likewise.
23365         * modules/wcwidth (Depends-on): Likewise.
23366         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
23367         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
23368         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
23369         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
23370         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
23371         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
23372         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
23373         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
23374         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
23375         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
23376         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
23377         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
23378         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
23379         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
23380         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
23381         * m4/readutmp.m4 (gl_READUTMP): Likewise.
23382         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
23383         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
23384         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
23385         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
23386         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
23387         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
23388         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
23389         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
23390         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
23391         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
23392         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
23393         so that lock.m4 can be used in gettext without extensions module.
23394
23395 2007-09-11  Bruno Haible  <bruno@clisp.org>
23396
23397         * m4/isc-posix.m4: Remove file.
23398         Suggested by Eric Blake.
23399
23400 2007-09-11  Eric Blake  <ebb9@byu.net>
23401
23402         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
23403
23404 2007-09-10  Bruno Haible  <bruno@clisp.org>
23405
23406         * posix-modules: Fix typo in error message.
23407         Reported by Matt <mkraai@beckman.com>.
23408
23409 2007-09-09  Bruno Haible  <bruno@clisp.org>
23410
23411         * doc/functions/getdelim.texi: Update list of platforms lacking the
23412         function.
23413         * doc/functions/getline.texi: Likewise.
23414
23415 2007-09-09  Jim Meyering  <jim@meyering.net>
23416
23417         * lib/hash.c (hash_initialize): Detect calloc failure.
23418         Reported by Bruno Haible.
23419
23420 2007-09-09  Bruno Haible  <bruno@clisp.org>
23421
23422         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
23423         malloc or realloc fails.
23424
23425 2007-09-09  Bruno Haible  <bruno@clisp.org>
23426
23427         * modules/getcwd (Depends-on): Add malloc-posix.
23428         * modules/glob (Depends-on): Likewise.
23429         * modules/putenv (Depends-on): Likewise.
23430         * modules/strdup (Depends-on): Likewise.
23431         * modules/getdelim (Depends-on): Add realloc-posix.
23432         * modules/read-file (Depends-on): Likewise.
23433
23434 2007-09-09  Bruno Haible  <bruno@clisp.org>
23435
23436         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
23437         (gl_FUNC_MALLOC_POSIX): Require it.
23438         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
23439         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
23440         * modules/realloc (Files): Add m4/malloc.m4.
23441         * modules/calloc (Files): Likewise.
23442
23443 2007-09-09  Bruno Haible  <bruno@clisp.org>
23444
23445         * modules/malloc-posix: New file.
23446         * modules/malloc (Depends-on): Add malloc-posix.
23447         * lib/malloc.c: Include errno.h.
23448         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
23449         and a POSIX-compatible malloc into a single function. Set ENOMEM
23450         when returning NULL.
23451         * m4/malloc.m4: New file.
23452         * doc/functions/malloc.texi: Mention the malloc-posix module.
23453         * lib/stdlib_.h (malloc): New declaration.
23454         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
23455         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
23456         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
23457         and HAVE_MALLOC_POSIX.
23458
23459 2007-09-09  Bruno Haible  <bruno@clisp.org>
23460
23461         * modules/realloc-posix: New file.
23462         * modules/realloc (Depends-on): Add realloc-posix.
23463         * lib/realloc.c: Include errno.h.
23464         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
23465         and a POSIX-compatible realloc into a single function. Set ENOMEM
23466         when returning NULL.
23467         * m4/realloc.m4: New file.
23468         * doc/functions/realloc.texi: Mention the realloc-posix module.
23469         * lib/stdlib_.h (realloc): New declaration.
23470         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
23471         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
23472         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
23473         and HAVE_REALLOC_POSIX.
23474
23475 2007-09-09  Bruno Haible  <bruno@clisp.org>
23476
23477         * modules/calloc-posix: New file.
23478         * modules/calloc (Depends-on): Add calloc-posix.
23479         * lib/calloc.c: Include errno.h.
23480         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
23481         and a POSIX-compatible calloc into a single function. Set ENOMEM
23482         when returning NULL.
23483         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
23484         * doc/functions/calloc.texi: Mention the calloc-posix module.
23485         * lib/stdlib_.h (calloc): New declaration.
23486         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
23487         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
23488         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
23489         and HAVE_CALLOC_POSIX.
23490
23491 2007-09-09  Bruno Haible  <bruno@clisp.org>
23492
23493         Allow for modules to show an arbitrary notice.
23494         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
23495         * gnulib-tool: New option --extract-notice.
23496         (func_usage): Document it.
23497         (sed_extract_prog): Update.
23498         (func_get_notice): New function.
23499         (func_modules_notice): New function.
23500         (func_import, func_create_testdir): Invoke it.
23501         Suggested by Jim Meyering.
23502
23503 2007-09-09  Bruno Haible  <bruno@clisp.org>
23504
23505         * gnulib-tool: New options --verbose, --quiet.
23506         (func_usage): Document them.
23507         (verbose): New variable.
23508         (func_execute_command): New function.
23509         (func_import): Don't show the module list and the file list if
23510         $verbose < 0.
23511         (func_create_testdir): Likewise. Use func_execute_command.
23512         (func_create_megatestdir): Use func_execute_command.
23513
23514 2007-09-08  Bruno Haible  <bruno@clisp.org>
23515
23516         * gnulib-tool (func_import): Prefer rsync over wget when available,
23517         for fetching the PO files.
23518
23519 2007-09-08  Bruno Haible  <bruno@clisp.org>
23520
23521         * posix-modules: New file. Portions copied from gnulib-tool.
23522         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
23523
23524 2007-09-08  Jim Meyering  <jim@meyering.net>
23525
23526         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
23527         * lib/fpending.h: Rename from __fpending.h.
23528         * lib/fpending.c: Rename from __fpending.c.
23529         Include "fpending.h", not "__fpending.h".
23530         * lib/__fpending.h, lib/__fpending.c: Remove files.
23531         * modules/fpending (Files): Reflect new file names.
23532         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
23533
23534 2007-09-08  Bruno Haible  <bruno@clisp.org>
23535
23536         * m4/inttypes-h.m4: Remove stub file.
23537
23538 2007-09-07  Simon Josefsson  <simon@josefsson.org>
23539
23540         * doc/headers/stdint.texi: Discuss #include_next issue.
23541
23542 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
23543
23544         * build-aux/bootstrap: Remove obsolete comment about wget --help.
23545
23546 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23547
23548         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
23549         in variable name.
23550
23551 2007-09-03  Jim Meyering  <jim@meyering.net>
23552
23553         New module: git-version-gen.
23554         * modules/git-version-gen: New file.
23555
23556         Import changes from coreutils for bootstrap script.
23557
23558         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
23559
23560         bootstrap: uses rsync to download the .po files
23561         * build-aux/bootstrap (po_download_command_format): New global.
23562         (download_po_files): Use rsync.
23563         (update_po_files): Don't remove .po files after download,
23564         so future rsync runs can take advantage of the copies.
23565
23566         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
23567
23568         Solve the unnecessary-.po-file-regeneration problem once and for all.
23569         * build-aux/bootstrap (download_po_files): New function, renamed from
23570         get_translations.  Now, downloads, but doesn't update LINGUAS.
23571         (update_po_files): New function.
23572
23573         bootstrap: Ignore more.
23574         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
23575         uniwidth to e.g., lib/.gitignore.
23576         (slurp): Handle the sys_stat_.h -> sys mapping, too.
23577
23578         * build-aux/bootstrap: New setting: vc_ignore.
23579         (insert_sorted_if_absent): Create $file if absent.
23580         Adapt to new, possibly empty, list: $vc_ignore.
23581
23582         bootstrap: generate more ignorable names
23583         * build-aux/bootstrap (slurp): When generating ignorable names,
23584         also map .sin to .sed, .gperf to .c, and .y to .c.
23585
23586 2007-09-03  Jim Meyering  <jim@meyering.net>
23587
23588         * build-aux/git-version-gen: New file, from coreutils.  For details, see
23589         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
23590
23591 2007-09-02  Bruno Haible  <bruno@clisp.org>
23592
23593         Fix mis-recognition of 'mcs' on QNX 6.
23594         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
23595         output contains the string "Mono".
23596         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
23597         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
23598
23599 2007-09-01  Bruno Haible  <bruno@clisp.org>
23600
23601         Fix collision between uniwidth/* and linebreak modules.
23602         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
23603         u32_width): Remove declarations.
23604         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
23605         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
23606         streq3, streq2, streq1, streq0): Remove functions.
23607         (STREQ): Remove macro.
23608         (is_cjk_encoding): Remove function.
23609         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
23610         (uc_width, u8_width, u16_width, u32_width): Remove functions.
23611         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
23612         * NEWS: Document the change.
23613
23614 2007-09-01  Bruno Haible  <bruno@clisp.org>
23615
23616         * lib/streq.h: Add double-inclusion guard.
23617
23618 2007-09-01  Karl Berry  <karl@gnu.org>
23619
23620         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
23621
23622 2007-08-28  Jim Meyering  <jim@meyering.net>
23623
23624         Rename mreadlink_with_size to areadlink_with_size.
23625         * NEWS: Document the change.
23626         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
23627         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
23628         * lib/mreadlink.h: Rename this to...
23629         * lib/areadlink.h: ...this.
23630         * modules/mreadlink-with-size: Rename this to...
23631         * modules/areadlink-with-size: ...this.
23632         * lib/canonicalize.c: Reflect the renaming.
23633         * modules/canonicalize: Likewise.
23634
23635 2007-08-26  Bruno Haible  <bruno@clisp.org>
23636
23637         * gnulib-tool (func_import): When deciding which files to remove,
23638         consider also dangling symbolic links.
23639         Reported by Eric Blake.
23640
23641 2007-08-26  Bruno Haible  <bruno@clisp.org>
23642
23643         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
23644
23645 2007-08-23  Simon Josefsson  <simon@josefsson.org>
23646
23647         * lib/readline.c: Don't include getline.h, the prototype is now
23648         found in stdio.h.
23649
23650 2007-08-23  Jim Meyering  <jim@meyering.net>
23651
23652         Getdelim touchup.
23653         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
23654         around the funlockfile call, since funlockfile never sets errno.
23655         Don't set errno upon failed realloc.
23656
23657 2007-08-22  Eric Blake  <ebb9@byu.net>
23658
23659         Getline touchups.
23660         * lib/getdelim.c (getdelim): Revert regression that required *n to
23661         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
23662         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
23663         getdelim, rather than whether implementation is missing.
23664         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
23665         * lib/stdio_.h (getline): Also declare if replacement is
23666         required.
23667         * doc/functions/getdelim.texi: New file.
23668         * doc/functions/getline.texi: Likewise.
23669         * doc/gnulib.texi (Function Substitutes): Add new files.
23670         Reported by Bruno Haible.
23671
23672 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
23673
23674         * users.txt: Add Guile.
23675
23676 2007-08-22  Eric Blake  <ebb9@byu.net>
23677
23678         * tests/test-getdelim.c (main): Use remove, not unlink.
23679         * tests/test-getline.c (main): Likewise.
23680
23681         Move getline and getdelim into stdio.h, per POSIX 200x.
23682         * modules/getline (Files): Remove getline.h.
23683         (Depends-on): Add stdio.
23684         (configure.ac): Add module indicator.
23685         * modules/getdelim (Files): Remove getdelim.h.
23686         (Depends-on): Add stdio.
23687         (configure.ac): Add module indicator.
23688         * modules/stdio (Makefile.am): Work with new indicators.
23689         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
23690         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
23691         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
23692         * lib/getdelim.h: Delete.
23693         * lib/getline.h: Delete.
23694         * lib/stdio_.h (getdelim, getline): Declare.
23695         * modules/getdelim-tests: New module.
23696         * modules/getline-tests: Likewise.
23697         * tests/test-getdelim.c: New file.
23698         * tests/test-getline.c: Likewise.
23699         * NEWS: Document the change.
23700         * lib/getline.c: Update choice of header.
23701         * lib/csharpcomp.c: Likewise.
23702         * lib/getpass.c: Likewise.
23703         * lib/javacomp.c: Likewise.
23704         * lib/javaversion.c: Likewise.
23705         * lib/yesno.c: Likewise.
23706         * lib/getdelim.c: Likewise.
23707         (getdelim): Set errno on failure, and avoid memory leak.
23708
23709 2007-08-19  Bruno Haible  <bruno@clisp.org>
23710
23711         * modules/closein (Depends-on): Add freadahead.
23712         * lib/closein.c: Include freadahead.h.
23713         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
23714         is zero.
23715
23716 2007-08-19  Bruno Haible  <bruno@clisp.org>
23717
23718         * modules/freadahead-tests: New file.
23719         * tests/test-freadahead.sh: New file.
23720         * tests/test-freadahead.c: New file.
23721
23722         * modules/freadahead: New file.
23723         * lib/freadahead.h: New file.
23724         * lib/freadahead.c: New file.
23725         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
23726         fbufmode, fpurge, freadable, fwritable.
23727
23728 2007-08-19  Eric Blake  <ebb9@byu.net>
23729
23730         Test yesno in combination with closein.
23731         * lib/yesno.c (yesno): Document use of stdin.
23732         * modules/yesno-tests (Files): New module.
23733         * tests/test-yesno.c (main): New file.
23734         * tests/test-yesno.sh: Likewise.
23735
23736 2007-08-19  Bruno Haible  <bruno@clisp.org>
23737
23738         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
23739         * lib/fseeko.c (rpl_fseeko): Likewise.
23740         * lib/fseterr.c (fseterr): Likewise.
23741
23742 2007-08-19  Bruno Haible  <bruno@clisp.org>
23743
23744         * tests/test-lseek.c (main): Disable a test for BeOS.
23745         * doc/functions/lseek.texi: Document the BeOS bug.
23746
23747 2007-08-19  Bruno Haible  <bruno@clisp.org>
23748             Eric Blake  <ebb9@byu.net>
23749
23750         * lib/lseek.c: Include <sys/stat.h>.
23751         (rpl_lseek): Add workaround code also for Unix platforms.
23752         Needed for BeOS.
23753         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
23754         * doc/functions/lseek.texi: Document BeOS definiency.
23755
23756 2007-08-18  Bruno Haible  <bruno@clisp.org>
23757
23758         * modules/fstrcmp-tests: New file.
23759         * tests/test-fstrcmp.c: New file.
23760
23761 2007-08-18  Bruno Haible  <bruno@clisp.org>
23762
23763         * modules/fstrcmp: New file, from GNU gettext with modifications.
23764         * lib/fstrcmp.h: New file, from GNU gettext.
23765         * lib/fstrcmp.c: New file, from GNU gettext.
23766         * MODULES.html.sh (String handling): Add fstrcmp.
23767
23768 2007-08-18  Bruno Haible  <bruno@clisp.org>
23769
23770         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
23771         'bool'.
23772         (diag, compareseq): Remove const from the ctxt argument.
23773         (USE_HEURISTIC): Undefine at the end.
23774
23775 2007-08-18  Jim Meyering  <jim@meyering.net>
23776
23777         New file: lib/idcache.h
23778         * NEWS: Mention the addition.
23779         * modules/idcache (Files): Add lib/idcache.h
23780         * lib/idcache.c: Include "idcache.h".
23781         Don't include <sys/types.h>.
23782         Add a FIXME comment.
23783         Move file-scoped "static" declarations to the top.
23784         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
23785
23786 2007-08-17  Bruno Haible  <bruno@clisp.org>
23787         and Paul Eggert  <eggert@cs.ucla.edu>
23788
23789         * MODULES.html.sh: Add diffseq.
23790         * modules/diffseq: New file.
23791         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
23792         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
23793
23794 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23795
23796         Import changes from coreutils for bootstrap script.
23797
23798         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
23799
23800         * build-aux/bootstrap (slurp): Work even in environments where
23801         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
23802         current code does not slurp files whose names start with ".", and
23803         this looks like it might be a troublesome area.
23804
23805         2007-07-11  Jim Meyering  <jim@meyering.net>
23806
23807         If there's a GPL vN copyright comment, require that N == 3.
23808
23809         2007-07-08  Jim Meyering  <jim@meyering.net>
23810
23811         Run the coreutils-specific code only if tests/Makefile.am.in exists.
23812         * build-aux/bootstrap (mam_template): Move definition out of loop.
23813
23814         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
23815
23816         * build-aux/bootstrap (symlink_to_dir): Rename function from
23817         symlink_to_gnulib.  Add a directory parameter.  Update all
23818         callers.
23819         (cp_mark_as_generated): Also check for -- and link to -- files in
23820         gl/.
23821
23822         2007-07-08  Jim Meyering  <jim@meyering.net>
23823
23824         Adapt to deeper hierarchy in gnulib.
23825         * build-aux/bootstrap (symlink_to_dir): If the destination
23826         directory doesn't exist, create it. This is required at least for
23827         "lib/uniwidth/cjk.h".
23828
23829         2007-05-15  Jim Meyering  <jim@meyering.net>
23830
23831         * build-aux/bootstrap: Now that generated Makefile.am files
23832         are no longer under version control, they must be created at
23833         bootstrap time.
23834
23835 2007-08-14  Ben Pfaff  <blp@gnu.org>
23836
23837         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
23838
23839 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23840
23841         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
23842         given the changes below.
23843         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
23844         even on hosts that have padding bits beyond the supported 64.
23845
23846 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
23847
23848         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
23849         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
23850         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
23851         depends on it.
23852         (xstrtol_error): Remove.
23853         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
23854         but with a different signature.
23855         (ATTRIBUTE_NORETURN, __attribute__): New macros.
23856         * lib/xstrtol-error.c: Include exitfail.h.
23857         (xstrtol_fatal): New function, with a different signature from the
23858         old xstrtol_error, so that the caller need not worry about passing
23859         in an exit status, or about storage management of the option argument.
23860         (xstrtol_error): Now a static function.  Redo signature to
23861         implement xstrtol_fatal.  Output the correct number of hyphens in
23862         front of the option so that the caller need not worry about
23863         storage management.
23864         (N_): New macro.
23865         (_): Remove; not used now.
23866         * modules/xstrtol: Depend on getopt.
23867         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
23868         of old STRTOL_FATAL_ERROR macro.
23869         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
23870         of test program.
23871         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
23872         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
23873
23874 2007-08-08  Eric Blake  <ebb9@byu.net>
23875
23876         * lib/xstrtol-error.c: Add missing include.
23877
23878         Move xstrtol messages into gnulib domain, when --pobase is used.
23879         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
23880         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
23881         * modules/xstrtol (Files): Distribute new file.
23882         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
23883         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
23884         * tests/test-xstrtol.c: ...into new file.
23885         * tests/test-xstrtoul.c: Also test xstrtoul.
23886         * tests/test-xstrtoimax.c: Also test xstrtoimax.
23887         * tests/test-xstrtoumax.c: Also test xstrtoumax.
23888         * tests/test-xstrtol.sh: Drive the tests.
23889         * tests/test-xstrtoimax.sh: Likewise.
23890         * tests/test-xstrtoumax.sh: Likewise.
23891         * modules/xstrtol-tests: New module.
23892         * modules/xstrtoimax-tests: Likewise.
23893         * modules/xstrtoumax-tests: Likewise.
23894
23895 2007-08-08  Jim Meyering  <jim@meyering.net>
23896
23897         New function: mfile_name_concat.
23898         * lib/filenamecat.c (mfile_name_concat): New function, just like
23899         file_name_concat, but return NULL upon failure rather than exiting
23900         with a diagnostic.
23901         * lib/filenamecat.h: Declare it.
23902
23903 2007-08-07  Bruno Haible  <bruno@clisp.org>
23904
23905         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
23906         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
23907         warning from gcc.
23908         Reported by Eric Blake.
23909
23910 2007-08-07  Simon Josefsson  <simon@josefsson.org>
23911
23912         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
23913         * modules/crypto/arcfour (License): Likewise.
23914         * modules/crypto/des-tests (License): Likewise.
23915         * modules/crypto/gc-arctwo-tests (License): Likewise.
23916         * modules/crypto/gc-des-tests (License): Likewise.
23917         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
23918         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
23919         * modules/crypto/gc-md2-tests (License): Likewise.
23920         * modules/crypto/gc-md4-tests (License): Likewise.
23921         * modules/crypto/gc-md5-tests (License): Likewise.
23922         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
23923         * modules/crypto/gc-rijndael-tests (License): Likewise.
23924         * modules/crypto/gc-sha1-tests (License): Likewise.
23925         * modules/crypto/gc-tests (License): Likewise.
23926         * modules/crypto/hmac-md5 (License): Likewise.
23927         * modules/crypto/hmac-sha1 (License): Likewise.
23928         * modules/crypto/md2-tests (License): Likewise.
23929         * modules/crypto/md4-tests (License): Likewise.
23930         * modules/crypto/md5 (License): Likewise.
23931         * modules/crypto/rijndael (License): Likewise.
23932         * modules/crypto/sha1 (License): Likewise.
23933         * modules/memxor (License): Likewise.
23934
23935 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23936         and Bruno Haible  <bruno@clisp.org>
23937
23938         * NEWS: Describe interface changes to human, xstrtol.
23939         * lib/human.h: Include <xstrtol.h>.
23940         (human_options): Return enum strtol_error, not int.  Remove
23941         bool arg; take int * instead.
23942         * lib/human.c: Don't include "gettext.h".
23943         (_): Remove; no longer used.
23944         Don't include <xstrtol.h>, since human.h does it.
23945         (human_options): Adjust to abovementioned interface changes.
23946         Do not report error to stderr; that's now the caller's
23947         responsibility.
23948         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
23949         interface change.
23950         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
23951         Str, Argument_type_string.  All uses changed.  Put " argument"
23952         in diagnostics to make them clearer.  Change wording of suffix
23953         message for clarity.
23954         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
23955         Argument_type_string.
23956         (STRTOL_FATAL_WARN): Remove; no longer used.
23957         * modules/human (Depends-on): Remove gettext-h.
23958
23959 2007-08-06  Simon Josefsson  <simon@josefsson.org>
23960
23961         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
23962
23963 2007-07-31  Bruno Haible  <bruno@clisp.org>
23964
23965         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
23966         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
23967         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
23968
23969 2007-07-31  Bruno Haible  <bruno@clisp.org>
23970
23971         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
23972         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
23973
23974 2007-07-30  Bruno Haible  <bruno@clisp.org>
23975
23976         * modules/base64 (License): Use the synonymous term "LGPLv2+".
23977         * modules/c-ctype (License): Likewise.
23978         * modules/c-strcase (License): Likewise.
23979         * modules/check-version (License): Likewise.
23980         * modules/iconv (License): Likewise.
23981         * modules/iconv_open (License): Likewise.
23982         * modules/read-file (License): Likewise.
23983         * modules/striconv (License): Likewise.
23984         * modules/strverscmp (License): Likewise.
23985         * modules/vasprintf (License): Likewise.
23986         * modules/crypto/des (License): Likewise.
23987         * modules/crypto/gc (License): Likewise.
23988         * modules/crypto/gc-arcfour (License): Likewise.
23989         * modules/crypto/gc-arctwo (License): Likewise.
23990         * modules/crypto/gc-des (License): Likewise.
23991         * modules/crypto/gc-hmac-md5 (License): Likewise.
23992         * modules/crypto/gc-hmac-sha1 (License): Likewise.
23993         * modules/crypto/gc-md2 (License): Likewise.
23994         * modules/crypto/gc-md4 (License): Likewise.
23995         * modules/crypto/gc-md5 (License): Likewise.
23996         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
23997         * modules/crypto/gc-random (License): Likewise.
23998         * modules/crypto/gc-rijndael (License): Likewise.
23999         * modules/crypto/gc-sha1 (License): Likewise.
24000         * modules/crypto/md2 (License): Likewise.
24001         * modules/crypto/md4 (License): Likewise.
24002
24003 2007-07-30  Jim Meyering  <jim@meyering.net>
24004
24005         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
24006         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
24007         it has valid stat data.  This bug would cause du not to count the
24008         sizes of inaccessible directories.
24009         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
24010         in <http://bugzilla.redhat.com/250077>.
24011
24012 2007-07-25  Peter O'Gorman  <peter@pogma.com>
24013             Bruno Haible  <bruno@clisp.org>
24014
24015         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
24016         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
24017         #include_next, gives a diagnostic about it, but reports no error in
24018         the exit code.
24019         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
24020
24021 2007-07-24  Ben Pfaff  <blp@gnu.org>
24022
24023         Improve name: "count-one-bits" is better than "popcount".
24024         * MODULES.html.sh: Update name.
24025         * lib/popcount.h: Renamed lib/count-one-bits.h.
24026         (popcount): Renamed count_one_bits.
24027         (popcountl): Renamed count_one_bits_l.
24028         (popcountll): Renamed count_one_bits_ll.
24029         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
24030         * modules/popcount: Renamed module/count-one-bits.
24031         * modules/popcount-tests: Renamed module/count-one-bits-tests.
24032         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
24033
24034 2007-07-23  Ben Pfaff  <blp@gnu.org>
24035
24036         * lib/popcount.h (popcount32): Reduce size of constants, to allow
24037         better code generation, and add U to large constants to avoid
24038         warnings, in non-GCC case.
24039         Suggested by Bruno Haible.
24040
24041 2007-07-23  Ben Pfaff  <blp@gnu.org>
24042
24043         * lib/popcount.h: Use verify_true instead of if...abort.
24044         * modules/popcount: Depend on verify module.
24045         Suggested by Jim Meyering.
24046
24047 2007-07-23  Bruno Haible  <bruno@clisp.org>
24048
24049         * gnulib-tool (func_import): Create a .cvsignore file also when the
24050         directory is not yet in CVS but the toplevel directory is. When
24051         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
24052         Reported by Karl Berry.
24053
24054 2007-07-22  Ben Pfaff  <blp@gnu.org>
24055
24056         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
24057         case.
24058         Suggested by Eric Blake.
24059
24060 2007-07-22  Ben Pfaff  <blp@gnu.org>
24061
24062         New module: popcount.
24063         * MODULES.html.sh: Add popcount.
24064         * modules/popcount: New file.
24065         * modules/popcount-tests: New file.
24066         * tests/test-popcount.c: New file.
24067         * lib/popcount.h: New file.
24068         * m4/popcount.m4: New file.
24069
24070 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
24071
24072         * build-aux/announce-gen: Update to GPLv3.
24073
24074         * build-aux/config.guess: Update from config.
24075
24076 2007-07-21  Bruno Haible  <bruno@clisp.org>
24077
24078         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
24079         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
24080
24081 2007-07-20  Jim Meyering  <jim@meyering.net>
24082
24083         * check-module: Diagnose a self-dependency.
24084
24085 2007-07-19  Bruno Haible  <bruno@clisp.org>
24086
24087         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
24088         empty.
24089         Reported by Eric Blake.
24090
24091 2007-07-18  Bruno Haible  <bruno@clisp.org>
24092
24093         * gnulib-tool: New options --po-base, --po-domain.
24094         (func_usage): Document them.
24095         (pobase, po_domain): New variables.
24096         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
24097         DEFAULT_TEXT_DOMAIN.
24098         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
24099         (func_import): Consider pobase and po_domain. Create a po/ directory.
24100         (func_create_testdir): Set pobase and po_domain to empty.
24101         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
24102         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
24103
24104 2007-07-18  Bruno Haible  <bruno@clisp.org>
24105
24106         * gnulib-tool (func_get_automake_snippet): Synthesize also an
24107         EXTRA_DIST augmentation for files in build-aux/.
24108
24109 2007-07-16  Bruno Haible  <bruno@clisp.org>
24110
24111         * modules/lseek (License): Use the synonymous term "LGPLv2+".
24112         * modules/getdelim (License): Likewise.
24113
24114 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24115
24116         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
24117         * modules/d-type (License): Likewise.
24118         * modules/extensions (License): Likewise.
24119         * modules/fnmatch (License): Likewise.
24120         * modules/fseeko (License): Likewise.
24121         * modules/getaddrinfo (License): Likewise.
24122         * modules/getline (License): Likewise.
24123         * modules/getlogin_r (License): Likewise.
24124         * modules/getpass (License): Likewise.
24125         * modules/gettimeofday (License): Likewise.
24126         * modules/glob (License): Likewise.
24127         * modules/inet_ntop (License): Likewise.
24128         * modules/malloc (License): Likewise.
24129         * modules/malloca (License): Likewise.
24130         * modules/memmem (License): Likewise.
24131         * modules/mempcpy (License): Likewise.
24132         * modules/memset (License): Likewise.
24133         * modules/minmax (License): Likewise.
24134         * modules/mktime (License): Likewise.
24135         * modules/netinet_in (License): Likewise.
24136         * modules/pathmax (License): Likewise.
24137         * modules/poll (License): Likewise.
24138         * modules/regex (License): Likewise.
24139         * modules/snprintf (License): Likewise.
24140         * modules/stdbool (License): Likewise.
24141         * modules/stdint (License): Likewise.
24142         * modules/stdio (License): Likewise.
24143         * modules/strcase (License): Likewise.
24144         * modules/strcasestr (License): Likewise.
24145         * modules/strdup (License): Likewise.
24146         * modules/string (License): Likewise.
24147         * modules/strndup (License): Likewise.
24148         * modules/strnlen (License): Likewise.
24149         * modules/strpbrk (License): Likewise.
24150         * modules/strptime (License): Likewise.
24151         * modules/strsep (License): Likewise.
24152         * modules/sys_select (License): Likewise.
24153         * modules/sys_socket (License): Likewise.
24154         * modules/sys_stat (License): Likewise.
24155         * modules/sys_time (License): Likewise.
24156         * modules/time (License): Likewise.
24157         * modules/time_r (License): Likewise.
24158         * modules/timegm (License): Likewise.
24159         * modules/unistd (License): Likewise.
24160         * modules/vsnprintf (License): Likewise.
24161         * modules/wctype (License): Likewise.
24162
24163 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24164
24165         * modules/argz (License): LGPLv2+.
24166
24167 2007-07-15  Karl Berry  <karl@gnu.org>
24168
24169         * doc/gnulib.texi: revise node structure per new fdl.texi.
24170
24171 2007-07-14  Bruno Haible  <bruno@clisp.org>
24172
24173         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
24174         the output file.
24175         * lib/uniname/uninames.h: Regenerated.
24176
24177 2007-07-14  Karl Berry  <karl@gnu.org>
24178
24179         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
24180         omitting sectioning and index commands.
24181
24182 2007-07-13  Bruno Haible  <bruno@clisp.org>
24183
24184         New gnulib-tool option --more-symlinks.
24185         * gnulib-tool (func_usage): Document --more-symlinks.
24186         (do_copyrights): New variable.
24187         Recognize option --more-symlinks.
24188         (func_import): Don't add a copyright notice transform to
24189         sed_transform_lib_file if do_copyrights is empty.
24190
24191 2007-07-13  Bruno Haible  <bruno@clisp.org>
24192
24193         * lib/vasnprintf.c (decimal_point_char): Define also if
24194         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
24195         && !NEED_PRINTF_DIRECTIVE_A.
24196         Reported by Clemens Koller <clemens.koller@anagramm.de> via
24197         Gary V. Vaughan <gary@gnu.org>.
24198
24199 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
24200
24201         * lib/inttypes_.h: Undo previous change, since it was fixed
24202         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
24203
24204 2007-07-13  Bruno Haible  <bruno@clisp.org>
24205
24206         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
24207         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
24208
24209 2007-07-13  Jim Meyering  <jim@meyering.net>
24210
24211         df: Don't fail for Tru64's "file-on-file mount".
24212         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
24213         so we fall through and use statfs instead.  Details here:
24214         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
24215         Reported by Albert Chin.
24216
24217 2007-07-13  Bruno Haible  <bruno@clisp.org>
24218
24219         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
24220         * modules/configmake (License): Likewise.
24221         * modules/gettext (License): Likewise.
24222         * modules/gettext-h (License): Likewise.
24223         * modules/include_next (License): Likewise.
24224         * modules/link-warning (License): Likewise.
24225         * modules/localcharset (License): Likewise.
24226         * modules/localename (License): Likewise.
24227         * modules/lock (License): Likewise.
24228         * modules/relocatable-lib-lgpl (License): Likewise.
24229         * modules/size_max (License): Likewise.
24230         * modules/vasnprintf (License): Likewise.
24231         * modules/wchar (License): Likewise.
24232         * modules/xsize (License): Likewise.
24233
24234 2007-07-13  Bruno Haible  <bruno@clisp.org>
24235
24236         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
24237         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
24238
24239 2007-07-12  Bruno Haible  <bruno@clisp.org>
24240
24241         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
24242         in the modules files.
24243
24244 2007-07-11  Karl Berry  <karl@gnu.org>
24245
24246         * MODULES.html.sh (func_module): use
24247          sed -e '\|^'"${includefile}"'$|d'
24248          instead of /.../d, to avoid errors on $includefile's containing /.
24249
24250 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24251
24252         * gnulib-tool (func_import): Avoid duplication of --avoid
24253         statements
24254         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
24255         names to `_' in variable names.
24256
24257 2007-07-10  Eric Blake  <ebb9@byu.net>
24258
24259         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
24260         * NEWS: Document this change.
24261
24262 2007-07-08  Bruno Haible  <bruno@clisp.org>
24263
24264         Update to Unicode 5.0.
24265         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
24266         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
24267         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
24268         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
24269         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
24270         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
24271         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
24272         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
24273         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
24274         U+10A3F, U+1D242..U+1D244.
24275         (nonspacing_table_ind): Update.
24276         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
24277         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
24278
24279 2007-07-08  Bruno Haible  <bruno@clisp.org>
24280
24281         Update to Unicode 5.0.
24282         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
24283         code transform. Extend the name index field of unicode_name_to_code and
24284         unicode_code_to_name from 16 to 24 bits.
24285         * lib/uniname/uniname.c (unicode_character_name,
24286         unicode_name_character): Add the range 0x12xxx to the code transform.
24287         * lib/uniname/uninames.h: Regenerated.
24288         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
24289
24290 2007-07-07  Bruno Haible  <bruno@clisp.org>
24291
24292         * modules/wcwidth-tests: New file.
24293         * tests/test-wcwidth.c: New file.
24294
24295         Work around MacOS X wcwidth() bug.
24296         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
24297         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
24298         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
24299         original wcwidth in non-UTF-8 locales.
24300         * modules/wcwidth (Depends-on): Add localcharset, streq,
24301         uniwidth/width.
24302         * doc/functions/wcwidth.texi: Update.
24303
24304 2007-07-07  Bruno Haible  <bruno@clisp.org>
24305
24306         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
24307         (wcwidth): New declaration.
24308         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
24309         macros.
24310         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
24311         here. Prepare for creating <wchar.h> unconditionally.
24312         * modules/wchar (Depends-on): Add link-warning.
24313         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
24314         REPLACE_WCWIDTH, and GL_LINK_WARNING.
24315         * lib/wcwidth.h: Remove file.
24316         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
24317         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
24318         * modules/wcwidth (Files): Remove lib/wcwidth.h.
24319         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
24320         (Include): Replace wcwidth.h with <wchar.h>.
24321         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
24322         * lib/mbchar.h: Don't include wcwidth.h.
24323         * lib/mbswidth.c: Likewise.
24324         * NEWS: Mention the change.
24325
24326 2007-07-07  Bruno Haible  <bruno@clisp.org>
24327
24328         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
24329         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
24330         definition with an external declaration.
24331         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
24332         defined as a function. Remove AC_C_INLINE requirement.
24333         * modules/wcwidth (Files): Add lib/wcwidth.c.
24334         (Makefile.am): Remove redundant statement.
24335
24336 2007-07-07  Bruno Haible  <bruno@clisp.org>
24337
24338         * MODULES.html.sh (Unicode string functions): Add the new modules.
24339
24340         * tests/uniwidth/test-u32-strwidth.c: New file.
24341         * modules/uniwidth/u32-strwidth-tests: New file.
24342
24343         * lib/uniwidth/u32-strwidth.c: New file.
24344         * modules/uniwidth/u32-strwidth: New file.
24345
24346         * tests/uniwidth/test-u16-strwidth.c: New file.
24347         * modules/uniwidth/u16-strwidth-tests: New file.
24348
24349         * lib/uniwidth/u16-strwidth.c: New file.
24350         * modules/uniwidth/u16-strwidth: New file.
24351
24352         * tests/uniwidth/test-u8-strwidth.c: New file.
24353         * modules/uniwidth/u8-strwidth-tests: New file.
24354
24355         * lib/uniwidth/u8-strwidth.c: New file.
24356         * modules/uniwidth/u8-strwidth: New file.
24357
24358         * tests/uniwidth/test-u32-width.c: New file.
24359         * modules/uniwidth/u32-width-tests: New file.
24360
24361         * lib/uniwidth/u32-width.c: New file.
24362         * modules/uniwidth/u32-width: New file.
24363
24364         * tests/uniwidth/test-u16-width.c: New file.
24365         * modules/uniwidth/u16-width-tests: New file.
24366
24367         * lib/uniwidth/u16-width.c: New file.
24368         * modules/uniwidth/u16-width: New file.
24369
24370         * tests/uniwidth/test-u8-width.c: New file.
24371         * modules/uniwidth/u8-width-tests: New file.
24372
24373         * lib/uniwidth/u8-width.c: New file.
24374         * modules/uniwidth/u8-width: New file.
24375
24376         * tests/uniwidth/test-uc_width.c: New file.
24377         * modules/uniwidth/width-tests: New file.
24378
24379         * lib/uniwidth/width.c: New file, from GNU libiconv.
24380         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
24381         * modules/uniwidth/width: New file.
24382
24383         * lib/uniwidth.h: New file, from GNU libiconv.
24384         * modules/uniwidth/base: New file.
24385
24386 2007-07-07  Bruno Haible  <bruno@clisp.org>
24387
24388         * lib/uniname.h: New file, from GNU gettext.
24389         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
24390         * lib/uniname/uninames.h: New file, from GNU gettext.
24391         * lib/uniname/uniname.c: New file, from GNU gettext.
24392         * tests/uniname/test-uninames.sh: New file.
24393         * tests/uniname/test-uninames.c: New file, from GNU gettext.
24394         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
24395         * modules/uniname/base: New file.
24396         * modules/uniname/uniname: New file.
24397         * modules/uniname/uniname-tests: New file.
24398         * MODULES.html.sh (Unicode string functions): Add the new modules.
24399
24400 2007-07-06  Bruno Haible  <bruno@clisp.org>
24401
24402         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
24403
24404 2007-07-06  Bruno Haible  <bruno@clisp.org>
24405
24406         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
24407         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
24408         includes <cygwin/sys_time.h> which includes <sys/select.h> which
24409         include <sys/time.h>.
24410         Reported by Eric Blake.
24411
24412 2007-07-06  Eric Blake  <ebb9@byu.net>
24413
24414         Fix testing canonicalize on cygwin.
24415         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
24416         Revert patch from 2007-06-19.
24417         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
24418         canonicalize module is also in use.
24419         * tests/test-canonicalize.c: New file.
24420         * tests/test-canonicalize.sh: Likewise.
24421         * modules/canonicalize-tests: Likewise.
24422
24423 2007-07-06  Jim Meyering  <jim@meyering.net>
24424
24425         * lib/getugroups.c (getugroups): Detect getgrent failure.
24426         Adjust comment to reflect reality: this function may return -1.
24427
24428 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
24429
24430         * build-aux/bootstrap (TP_URL,get_translations): Update to use
24431         the new TP address.
24432         (usage): Fix typo
24433         (gnulib_mk): New variable.
24434
24435 2007-07-05  Jim Meyering  <jim@meyering.net>
24436
24437         Don't let endgrent clobber errno, no matter how improbable.
24438         * lib/getugroups.c (getugroups): Save and restore errno around
24439         endgrent call.
24440
24441         Close the group DB even when failing with 2^31 or more members.
24442         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
24443
24444 2007-07-04  Jim Meyering  <jim@meyering.net>
24445
24446         * lib/getugroups.h: New file.
24447         * lib/getugroups.c: Include "getugroups.h".
24448         Remove uses of "register" keyword.
24449         Move local variable, "cp", down into scope where used.
24450         Give "username" parameter the "const" attribute.
24451         * modules/getugroups (Files): Add lib/getugroups.h
24452
24453 2007-07-04  Karl Berry  <karl@gnu.org>
24454
24455         * MODULES.html.sh (func_all_modules): Complete rename of
24456         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
24457
24458 2007-07-02  Bruno Haible  <bruno@clisp.org>
24459
24460         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
24461         mode, when inttypes.h comes from gnulib.
24462         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
24463
24464 2007-07-02  Simon Josefsson  <simon@josefsson.org>
24465
24466         * NEWS: Mention lgpl module name change.
24467
24468         * modules/lgpl-2.1: Renamed from lgpl.
24469
24470         * NEWS: Mention gpl module name change.
24471
24472         * modules/gpl-3.0: New file, based on gpl-2.0.
24473
24474         * modules/gpl-2.0: Renamed from gpl.
24475
24476         * modules/gpl: Fix filename, doc/gpl.texi is now found at
24477         doc/gpl-2.0.texi.
24478
24479 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
24480
24481         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
24482         #define __STDC_LIMIT_MACROS temporarily while including
24483         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
24484         Problem reported by Joel E. Denny in
24485         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
24486
24487 2007-07-01  Bruno Haible  <bruno@clisp.org>
24488
24489         * lib/unistdio.h: New file.
24490         * lib/unistdio/u-asnprintf.h: New file.
24491         * lib/unistdio/u-asprintf.h: New file.
24492         * lib/unistdio/u-printf-args.c: New file.
24493         * lib/unistdio/u-printf-args.h: New file.
24494         * lib/unistdio/u-printf-parse.h: New file.
24495         * lib/unistdio/u-snprintf.h: New file.
24496         * lib/unistdio/u-sprintf.h: New file.
24497         * lib/unistdio/u-vasprintf.h: New file.
24498         * lib/unistdio/u-vsnprintf.h: New file.
24499         * lib/unistdio/u-vsprintf.h: New file.
24500         * lib/unistdio/ulc-asnprintf.c: New file.
24501         * lib/unistdio/ulc-asprintf.c: New file.
24502         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
24503         * lib/unistdio/ulc-printf-parse.c: New file.
24504         * lib/unistdio/ulc-snprintf.c: New file.
24505         * lib/unistdio/ulc-sprintf.c: New file.
24506         * lib/unistdio/ulc-vasnprintf.c: New file.
24507         * lib/unistdio/ulc-vasprintf.c: New file.
24508         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
24509         * lib/unistdio/ulc-vsnprintf.c: New file.
24510         * lib/unistdio/ulc-vsprintf.c: New file.
24511         * lib/unistdio/u8-asnprintf.c: New file.
24512         * lib/unistdio/u8-asprintf.c: New file.
24513         * lib/unistdio/u8-printf-parse.c: New file.
24514         * lib/unistdio/u8-snprintf.c: New file.
24515         * lib/unistdio/u8-sprintf.c: New file.
24516         * lib/unistdio/u8-vasnprintf.c: New file.
24517         * lib/unistdio/u8-vasprintf.c: New file.
24518         * lib/unistdio/u8-vsnprintf.c: New file.
24519         * lib/unistdio/u8-vsprintf.c: New file.
24520         * lib/unistdio/u8-u8-asnprintf.c: New file.
24521         * lib/unistdio/u8-u8-asprintf.c: New file.
24522         * lib/unistdio/u8-u8-snprintf.c: New file.
24523         * lib/unistdio/u8-u8-sprintf.c: New file.
24524         * lib/unistdio/u8-u8-vasnprintf.c: New file.
24525         * lib/unistdio/u8-u8-vasprintf.c: New file.
24526         * lib/unistdio/u8-u8-vsnprintf.c: New file.
24527         * lib/unistdio/u8-u8-vsprintf.c: New file.
24528         * lib/unistdio/u16-asnprintf.c: New file.
24529         * lib/unistdio/u16-asprintf.c: New file.
24530         * lib/unistdio/u16-printf-parse.c: New file.
24531         * lib/unistdio/u16-snprintf.c: New file.
24532         * lib/unistdio/u16-sprintf.c: New file.
24533         * lib/unistdio/u16-vasnprintf.c: New file.
24534         * lib/unistdio/u16-vasprintf.c: New file.
24535         * lib/unistdio/u16-vsnprintf.c: New file.
24536         * lib/unistdio/u16-vsprintf.c: New file.
24537         * lib/unistdio/u16-u16-asnprintf.c: New file.
24538         * lib/unistdio/u16-u16-asprintf.c: New file.
24539         * lib/unistdio/u16-u16-snprintf.c: New file.
24540         * lib/unistdio/u16-u16-sprintf.c: New file.
24541         * lib/unistdio/u16-u16-vasnprintf.c: New file.
24542         * lib/unistdio/u16-u16-vasprintf.c: New file.
24543         * lib/unistdio/u16-u16-vsnprintf.c: New file.
24544         * lib/unistdio/u16-u16-vsprintf.c: New file.
24545         * lib/unistdio/u32-asnprintf.c: New file.
24546         * lib/unistdio/u32-asprintf.c: New file.
24547         * lib/unistdio/u32-printf-parse.c: New file.
24548         * lib/unistdio/u32-snprintf.c: New file.
24549         * lib/unistdio/u32-sprintf.c: New file.
24550         * lib/unistdio/u32-vasnprintf.c: New file.
24551         * lib/unistdio/u32-vasprintf.c: New file.
24552         * lib/unistdio/u32-vsnprintf.c: New file.
24553         * lib/unistdio/u32-vsprintf.c: New file.
24554         * lib/unistdio/u32-u32-asnprintf.c: New file.
24555         * lib/unistdio/u32-u32-asprintf.c: New file.
24556         * lib/unistdio/u32-u32-snprintf.c: New file.
24557         * lib/unistdio/u32-u32-sprintf.c: New file.
24558         * lib/unistdio/u32-u32-vasnprintf.c: New file.
24559         * lib/unistdio/u32-u32-vasprintf.c: New file.
24560         * lib/unistdio/u32-u32-vsnprintf.c: New file.
24561         * lib/unistdio/u32-u32-vsprintf.c: New file.
24562         * tests/unistdio/test-ulc-asnprintf1.c: New file.
24563         * tests/unistdio/test-ulc-asnprintf1.h: New file.
24564         * tests/unistdio/test-ulc-printf1.h: New file.
24565         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
24566         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
24567         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
24568         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
24569         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
24570         * tests/unistdio/test-ulc-vasprintf1.c: New file.
24571         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
24572         * tests/unistdio/test-ulc-vsprintf1.c: New file.
24573         * tests/unistdio/test-u8-asnprintf1.c: New file.
24574         * tests/unistdio/test-u8-asnprintf1.h: New file.
24575         * tests/unistdio/test-u8-printf1.h: New file.
24576         * tests/unistdio/test-u8-vasnprintf1.c: New file.
24577         * tests/unistdio/test-u8-vasnprintf2.c: New file.
24578         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
24579         * tests/unistdio/test-u8-vasnprintf3.c: New file.
24580         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
24581         * tests/unistdio/test-u8-vasprintf1.c: New file.
24582         * tests/unistdio/test-u8-vsnprintf1.c: New file.
24583         * tests/unistdio/test-u8-vsprintf1.c: New file.
24584         * tests/unistdio/test-u16-asnprintf1.c: New file.
24585         * tests/unistdio/test-u16-asnprintf1.h: New file.
24586         * tests/unistdio/test-u16-printf1.h: New file.
24587         * tests/unistdio/test-u16-vasnprintf1.c: New file.
24588         * tests/unistdio/test-u16-vasnprintf2.c: New file.
24589         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
24590         * tests/unistdio/test-u16-vasnprintf3.c: New file.
24591         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
24592         * tests/unistdio/test-u16-vasprintf1.c: New file.
24593         * tests/unistdio/test-u16-vsnprintf1.c: New file.
24594         * tests/unistdio/test-u16-vsprintf1.c: New file.
24595         * tests/unistdio/test-u32-asnprintf1.c: New file.
24596         * tests/unistdio/test-u32-asnprintf1.h: New file.
24597         * tests/unistdio/test-u32-printf1.h: New file.
24598         * tests/unistdio/test-u32-vasnprintf1.c: New file.
24599         * tests/unistdio/test-u32-vasnprintf2.c: New file.
24600         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
24601         * tests/unistdio/test-u32-vasnprintf3.c: New file.
24602         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
24603         * tests/unistdio/test-u32-vasprintf1.c: New file.
24604         * tests/unistdio/test-u32-vsnprintf1.c: New file.
24605         * tests/unistdio/test-u32-vsprintf1.c: New file.
24606         * modules/unistdio/base: New file.
24607         * modules/unistdio/u-printf-args: New file.
24608         * modules/unistdio/ulc-asnprintf: New file.
24609         * modules/unistdio/ulc-asprintf: New file.
24610         * modules/unistdio/ulc-fprintf: New file.
24611         * modules/unistdio/ulc-printf-parse: New file.
24612         * modules/unistdio/ulc-snprintf: New file.
24613         * modules/unistdio/ulc-sprintf: New file.
24614         * modules/unistdio/ulc-vasnprintf: New file.
24615         * modules/unistdio/ulc-vasprintf: New file.
24616         * modules/unistdio/ulc-vfprintf: New file.
24617         * modules/unistdio/ulc-vsnprintf: New file.
24618         * modules/unistdio/ulc-vsprintf: New file.
24619         * modules/unistdio/u8-asnprintf: New file.
24620         * modules/unistdio/u8-asprintf: New file.
24621         * modules/unistdio/u8-printf-parse: New file.
24622         * modules/unistdio/u8-snprintf: New file.
24623         * modules/unistdio/u8-sprintf: New file.
24624         * modules/unistdio/u8-vasnprintf: New file.
24625         * modules/unistdio/u8-vasprintf: New file.
24626         * modules/unistdio/u8-vsnprintf: New file.
24627         * modules/unistdio/u8-vsprintf: New file.
24628         * modules/unistdio/u8-u8-asnprintf: New file.
24629         * modules/unistdio/u8-u8-asprintf: New file.
24630         * modules/unistdio/u8-u8-snprintf: New file.
24631         * modules/unistdio/u8-u8-sprintf: New file.
24632         * modules/unistdio/u8-u8-vasnprintf: New file.
24633         * modules/unistdio/u8-u8-vasprintf: New file.
24634         * modules/unistdio/u8-u8-vsnprintf: New file.
24635         * modules/unistdio/u8-u8-vsprintf: New file.
24636         * modules/unistdio/u16-asnprintf: New file.
24637         * modules/unistdio/u16-asprintf: New file.
24638         * modules/unistdio/u16-printf-parse: New file.
24639         * modules/unistdio/u16-snprintf: New file.
24640         * modules/unistdio/u16-sprintf: New file.
24641         * modules/unistdio/u16-vasnprintf: New file.
24642         * modules/unistdio/u16-vasprintf: New file.
24643         * modules/unistdio/u16-vsnprintf: New file.
24644         * modules/unistdio/u16-vsprintf: New file.
24645         * modules/unistdio/u16-u16-asnprintf: New file.
24646         * modules/unistdio/u16-u16-asprintf: New file.
24647         * modules/unistdio/u16-u16-snprintf: New file.
24648         * modules/unistdio/u16-u16-sprintf: New file.
24649         * modules/unistdio/u16-u16-vasnprintf: New file.
24650         * modules/unistdio/u16-u16-vasprintf: New file.
24651         * modules/unistdio/u16-u16-vsnprintf: New file.
24652         * modules/unistdio/u16-u16-vsprintf: New file.
24653         * modules/unistdio/u32-asnprintf: New file.
24654         * modules/unistdio/u32-asprintf: New file.
24655         * modules/unistdio/u32-printf-parse: New file.
24656         * modules/unistdio/u32-snprintf: New file.
24657         * modules/unistdio/u32-sprintf: New file.
24658         * modules/unistdio/u32-vasnprintf: New file.
24659         * modules/unistdio/u32-vasprintf: New file.
24660         * modules/unistdio/u32-vsnprintf: New file.
24661         * modules/unistdio/u32-vsprintf: New file.
24662         * modules/unistdio/u32-u32-asnprintf: New file.
24663         * modules/unistdio/u32-u32-asprintf: New file.
24664         * modules/unistdio/u32-u32-snprintf: New file.
24665         * modules/unistdio/u32-u32-sprintf: New file.
24666         * modules/unistdio/u32-u32-vasnprintf: New file.
24667         * modules/unistdio/u32-u32-vasprintf: New file.
24668         * modules/unistdio/u32-u32-vsnprintf: New file.
24669         * modules/unistdio/u32-u32-vsprintf: New file.
24670         * modules/unistdio/ulc-asnprintf-tests: New file.
24671         * modules/unistdio/ulc-vasnprintf-tests: New file.
24672         * modules/unistdio/ulc-vasprintf-tests: New file.
24673         * modules/unistdio/ulc-vsnprintf-tests: New file.
24674         * modules/unistdio/ulc-vsprintf-tests: New file.
24675         * modules/unistdio/u8-asnprintf-tests: New file.
24676         * modules/unistdio/u8-vasnprintf-tests: New file.
24677         * modules/unistdio/u8-vasprintf-tests: New file.
24678         * modules/unistdio/u8-vsnprintf-tests: New file.
24679         * modules/unistdio/u8-vsprintf-tests: New file.
24680         * modules/unistdio/u16-asnprintf-tests: New file.
24681         * modules/unistdio/u16-vasnprintf-tests: New file.
24682         * modules/unistdio/u16-vasprintf-tests: New file.
24683         * modules/unistdio/u16-vsnprintf-tests: New file.
24684         * modules/unistdio/u16-vsprintf-tests: New file.
24685         * modules/unistdio/u32-asnprintf-tests: New file.
24686         * modules/unistdio/u32-vasnprintf-tests: New file.
24687         * modules/unistdio/u32-vasprintf-tests: New file.
24688         * modules/unistdio/u32-vsnprintf-tests: New file.
24689         * modules/unistdio/u32-vsprintf-tests: New file.
24690         * MODULES.html.sh (Unicode string functions): Add the new modules.
24691
24692 2007-07-01  Bruno Haible  <bruno@clisp.org>
24693
24694         * lib/sprintf.c (sprintf): Limit the available length estimation,
24695         to avoid address wraparound.
24696         * lib/vsprintf.c (vsprintf): Likewise.
24697         * modules/sprintf-posix (Dependencies): Add stdint.
24698         * modules/vsprintf-posix (Dependencies): Likewise.
24699
24700 2007-07-01  Bruno Haible  <bruno@clisp.org>
24701
24702         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
24703         Windows PATH as well. Conservative double-quoting. Comments.
24704
24705 2007-07-01  Bruno Haible  <bruno@clisp.org>
24706             Eric Blake  <ebb9@byu.net>
24707             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24708
24709         * gnulib-tool (self_abspathname): Fix algorithm to cope with
24710         empty components in $PATH, denoting '.'.
24711
24712 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24713
24714         * gnulib-tool: Fix indentation.
24715         (func_create_megatestdir): Likewise.
24716         Report by Bruno Haible.
24717
24718 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24719
24720         Sync from Automake.
24721         * build-aux/gnupload: Fix shell portability issues with for loops.
24722         Report by Karl Berry.
24723
24724 2007-06-29  Simon Josefsson  <simon@josefsson.org>
24725
24726         * build-aux/maint.mk (POURL): Use translationproject.org.
24727
24728 2007-06-27  Simon Josefsson  <simon@josefsson.org>
24729             Bruno Haible  <bruno@clisp.org>
24730
24731         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
24732         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
24733         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
24734         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
24735         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
24736
24737 2007-06-27  Bruno Haible  <bruno@clisp.org>
24738
24739         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
24740         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
24741
24742 2007-06-26  Karl Berry  <karl@gnu.org>
24743
24744         * MODULES.html.sh: remove xreadlink-with-size.
24745
24746 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
24747
24748         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
24749         method that I hope also handles the double-include problem noted
24750         by Bruno Haible in
24751         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
24752
24753 2007-06-23  Bruno Haible  <bruno@clisp.org>
24754
24755         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24756         Don't let the 'mostlyclean' target fail if the last subdirectory could
24757         not be removed.
24758         Reported by Karl Berry.
24759
24760 2007-06-23  Bruno Haible  <bruno@clisp.org>
24761
24762         * gnulib-tool (echo): Add a speedier workaround for ksh.
24763         * tests/test-echo.sh: Likewise.
24764
24765 2007-06-23  Bruno Haible  <bruno@clisp.org>
24766
24767         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
24768         * tests/test-echo.sh: Likewise.
24769
24770 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24771
24772         * gnulib-tool (IFS): Initialize early, so we don't set it to
24773         empty later.
24774         (self_abspathname): Rewrite algorithm to set it, reindent.
24775         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
24776         (func_create_megatestdir): Merge some sed scripts.
24777
24778 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
24779
24780         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
24781         exposed by Sun Studio 11 cc on Solaris 8.
24782
24783 2007-06-22  Bruno Haible  <bruno@clisp.org>
24784
24785         * gnulib-tool (echo): Ensure the echo primitive does not interpret
24786         backslashes.
24787         * tests/test-echo.sh: New file.
24788
24789 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24790
24791         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
24792         simplify `sed_replace_build_aux' scripts, they are portable but
24793         echoing them with `echo' is not.
24794         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
24795
24796 2007-06-21  Karl Berry  <karl@gnu.org>
24797
24798         * config/srclist.txt: guess we can't handle the licenses via
24799         srclist at the moment.
24800
24801 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
24802
24803         * MODULES.html.sh: Add include_next.
24804         * modules/include_next: New file.
24805
24806 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
24807
24808         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
24809         INCLUDE_NEXT.
24810         (gl_CHECK_NEXT_HEADERS): New macro.
24811         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
24812         the obsolescent gl_ABSOLUTE_HEADER.
24813         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
24814         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
24815         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
24816         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
24817         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
24818         * m4/math_h.m4 (gl_MATH_H): Likewise.
24819         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
24820         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
24821         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
24822         * m4/stdint.m4 (gl_STDINT_H): Likewise.
24823         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
24824         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
24825         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
24826         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
24827         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
24828         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
24829         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
24830         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
24831         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
24832         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
24833         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
24834         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
24835         * m4/inttypes.m4 (gl_INTTYPES_H): Define
24836         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
24837         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
24838         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
24839         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
24840         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
24841         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
24842         * lib/float_.h: Likewise.
24843         * lib/inttypes_.h: Likewise.
24844         * lib/math_.h: Likewise.
24845         * lib/search_.h: Likewise.
24846         * lib/signal_.h: Likewise.
24847         * lib/stdint_.h: Likewise.
24848         * lib/stdio_.h: Likewise.
24849         * lib/stdlib_.h: Likewise.
24850         * lib/string_.h: Likewise.
24851         * lib/sys_stat_.h: Likewise.
24852         * lib/sys_time_.h: Likewise.
24853         * lib/time_.h: Likewise.
24854         * lib/unistd_.h: Likewise.
24855         * lib/wchar_.h: Likewise.
24856         * lib/wctype_.h: Likewise.
24857         * lib/dirent_.h: Likewise.
24858         * lib/iconv_.h: Likewise.
24859         * lib/locale_.h: Likewise.
24860         * lib/netinet_in_.h: Likewise.
24861         * lib/sys_select_.h: Likewise.
24862         * lib/sys_socket_.h: Likewise.
24863         * lib/sysexits_.h: Likewise.
24864         * modules/fcntl (Depends-on): Depend on include_next, not
24865         absolute_header.
24866         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
24867         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
24868         * modules/fchdir: Likewise.
24869         * modules/float: Likewise.
24870         * modules/iconv_open: Likewise.
24871         * modules/inttypes: Likewise.
24872         * modules/locale: Likewise.
24873         * modules/math: Likewise.
24874         * modules/netinet_in: Likewise.
24875         * modules/search: Likewise.
24876         * modules/signal: Likewise.
24877         * modules/stdint: Likewise.
24878         * modules/stdio: Likewise.
24879         * modules/stdlib: Likewise.
24880         * modules/string: Likewise.
24881         * modules/sys_select: Likewise.
24882         * modules/sys_socket: Likewise.
24883         * modules/sys_stat: Likewise.
24884         * modules/sys_time: Likewise.
24885         * modules/sysexits: Likewise.
24886         * modules/time: Likewise.
24887         * modules/unistd: Likewise.
24888         * modules/wchar: Likewise.
24889         * modules/wctype: Likewise.
24890         * modules/sys_stat: Change maintainer to "all".
24891         * modules/unistd: Likewise.
24892
24893 2007-06-20  Karl Berry  <karl@gnu.org>
24894
24895         * config/srclist.txt: track www changes in license files.
24896
24897 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
24898
24899         * build-aux/bootstrap: Remove stray dot.
24900         Make sure build_aux settings are honored when linking
24901         gnulib_extra_files.
24902
24903 2007-06-19  Eric Blake  <ebb9@byu.net>
24904
24905         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
24906         Allow compilation on cygwin.
24907
24908 2007-06-19  Jim Meyering  <jim@meyering.net>
24909
24910         xreadlink-with-size: Remove module.  No longer used.
24911         Ex-callers now use xreadlink or mreadlink-with-size.
24912         * modules/xreadlink-with-size: Remove module.
24913         * lib/xreadlink-with-size.c: Remove file.
24914         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
24915         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
24916         just before the function definition *is* accurate.
24917
24918         Eliminate one way canonicalize_filename_mode could exit.
24919         * lib/canonicalize.c (canonicalize_filename_mode):
24920         Use mreadlink_with_size, not xreadlink_with_size.
24921
24922 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
24923
24924         Detect porting problems to FreeBSD/arm, which has time_t wider than
24925         long int.  Original problem reported for GNU diff by Xin Li in
24926         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
24927         * modules/getdate (Depends-on): Add intprops, verify.
24928         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
24929         is an integer type no wider than long int.
24930
24931 2007-06-18  Jim Meyering  <jim@meyering.net>
24932
24933         New module: mreadlink-with-size.
24934         * MODULES.html.sh: Add mreadlink-with-size.
24935         * modules/mreadlink-with-size: New module
24936         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
24937         not xreadlink-with-size.
24938         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
24939
24940 2007-06-16  Bruno Haible  <bruno@clisp.org>
24941
24942         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
24943         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
24944         Reported by Gary V. Vaughan <gary@gnu.org>.
24945
24946 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
24947
24948         Revamp lchown so that it lives in unistd.h where it belongs.
24949         * lib/lchown.h: Remove.
24950         * lib/dirchownmod.c: Don't include lib/lchown.h.
24951         * lib/fchownat.c: Likewise.
24952         * lib/openat.c: Likewise.
24953         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
24954         does not follow symlinks.
24955         (EOPNOTSUPP): Define if not defined.
24956         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
24957         is defined to 0.
24958         (lchown): New decl.
24959         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
24960         Do not check for lchown decl.
24961         Set REPLACE_LCHOWN.
24962         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
24963         REPLACE_LCHOWN.
24964         * modules/chown: Make it clear it follows symlinks.
24965         * modules/lchown: Make it clear it doesn't follow symlinks.
24966         (Files): Remove lib/lchown.h
24967         (Depends-on): Add unistd.
24968         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
24969         (Include): Include <unistd.h>, not "lchown.h".
24970         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
24971         REPLACE_LCHOWN.
24972
24973 2007-06-15  Jim Meyering  <jim@meyering.net>
24974
24975         Change license (GPL to LGPL) of fsusage and dependents.
24976         * modules/fsusage (License): Change to LGPL.
24977         * modules/full-read (License): Likewise.
24978         * modules/full-write (License): Likewise.
24979         * modules/safe-read (License): Likewise.
24980         * modules/safe-write (License): Likewise.
24981
24982 2007-06-14  Ben Pfaff  <blp@gnu.org>
24983
24984         Missing part of allocsa -> malloca transition.
24985         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
24986         gl_MALLOCA.
24987
24988 2007-06-12  Bruno Haible  <bruno@clisp.org>
24989
24990         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
24991         to ia64, x86_64, i386.
24992         Reported by Eric Blake.
24993
24994 2007-06-12  Bruno Haible  <bruno@clisp.org>
24995
24996         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
24997         cross-compiling to x86_64.
24998
24999 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
25000
25001         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
25002         glitch reported by Ralf Wildenhues in
25003         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
25004
25005         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
25006         Vin Shelton.
25007
25008 2007-06-11  Bruno Haible  <bruno@clisp.org>
25009
25010         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
25011         replacement string.
25012         Reported by Eric Blake.
25013
25014 2007-06-10  Bruno Haible  <bruno@clisp.org>
25015
25016         Prepare vasnprintf code for use with Unicode strings.
25017         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
25018         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
25019         TYPE_U32_STRING.
25020         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
25021         a_u32_string variants.
25022         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
25023         * lib/printf-args.c: Don't include config.h and the specification
25024         header if PRINTF_FETCHARGS is already defined.
25025         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
25026         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
25027         TYPE_U16_STRING, TYPE_U32_STRING.
25028         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
25029         u16_directive, u16_directives, u32_directive, u32_directives): New
25030         types.
25031         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
25032         New declarations.
25033         * lib/printf-parse.c: Don't include config.h and the specification
25034         header if PRINTF_PARSE is already defined. Eliminate the set of
25035         parameters for WIDE_CHAR_VERSION; the user of this file must provide
25036         them now. Include c-ctype.h.
25037         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
25038         directive and CHAR_T_ONLY_ASCII.
25039         * lib/vasnprintf.c: Don't include config.h and the specification header
25040         if VASNPRINTF is already defined.
25041         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
25042         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
25043         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
25044         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
25045         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
25046         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
25047         code accordingly.
25048         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
25049         pad_ourselves also in this case, with the 'c' and 's' directives, and
25050         with a different notion of "width".
25051         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
25052
25053 2007-06-10  Bruno Haible  <bruno@clisp.org>
25054
25055         * modules/unistr/u32-mbsnlen: New file.
25056         * lib/unistr/u32-mbsnlen.c: New file.
25057
25058         * modules/unistr/u16-mbsnlen: New file.
25059         * lib/unistr/u16-mbsnlen.c: New file.
25060
25061         * modules/unistr/u8-mbsnlen: New file.
25062         * lib/unistr/u8-mbsnlen.c: New file.
25063
25064         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
25065         declarations.
25066
25067 2007-06-10  Bruno Haible  <bruno@clisp.org>
25068
25069         * lib/string_.h (mbsnlen): New declaration.
25070         * lib/mbsnlen.c: New file.
25071         * m4/mbsnlen.m4: New file.
25072         * modules/mbsnlen: New file.
25073         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
25074         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
25075         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
25076
25077 2007-06-10  Bruno Haible  <bruno@clisp.org>
25078
25079         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
25080
25081 2007-06-10  Bruno Haible  <bruno@clisp.org>
25082
25083         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
25084         * lib/mbuiter.h: Likewise.
25085
25086 2007-06-10  Bruno Haible  <bruno@clisp.org>
25087
25088         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
25089         declaration.
25090
25091 2007-06-10  Karl Berry  <karl@gnu.org>
25092
25093         * config/srclist.txt: remove gettext entries, Bruno prefers
25094         to update individually.
25095
25096 2007-06-10  Bruno Haible  <bruno@clisp.org>
25097
25098         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
25099         'maxlen'. Ensure only length + width bytes are allocated, not
25100         length + 1 + width.
25101
25102 2007-06-09  Bruno Haible  <bruno@clisp.org>
25103
25104         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
25105         (CHAR_T): Remove macro.
25106         (VASNPRINTF): Update.
25107
25108 2007-06-09  Bruno Haible  <bruno@clisp.org>
25109
25110         * MODULES.html.sh (Unicode string functions): Add the new modules.
25111
25112         * modules/uniconv/u32-conv-to-enc: New file.
25113         * lib/uniconv/u32-conv-to-enc.c: New file.
25114         * modules/uniconv/u32-conv-to-enc-tests: New file.
25115         * tests/uniconv/test-u32-conv-to-enc.c: New file.
25116
25117         * modules/uniconv/u16-conv-to-enc: New file.
25118         * lib/uniconv/u16-conv-to-enc.c: New file.
25119         * lib/uniconv/u-conv-to-enc.h: New file.
25120         * modules/uniconv/u16-conv-to-enc-tests: New file.
25121         * tests/uniconv/test-u16-conv-to-enc.c: New file.
25122
25123         * modules/uniconv/u8-conv-to-enc: New file.
25124         * lib/uniconv/u8-conv-to-enc.c: New file.
25125         * modules/uniconv/u8-conv-to-enc-tests: New file.
25126         * tests/uniconv/test-u8-conv-to-enc.c: New file.
25127
25128         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
25129         u32_conv_to_encoding): New declarations.
25130
25131 2007-06-09  Bruno Haible  <bruno@clisp.org>
25132
25133         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
25134
25135 2007-06-09  Bruno Haible  <bruno@clisp.org>
25136
25137         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
25138         * modules/malloca: Renamed from modules/allocsa, updated.
25139         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
25140         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
25141         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
25142         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
25143         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
25144         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
25145         * modules/xmalloca: Renamed from modules/xallocsa, updated.
25146         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
25147         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
25148         * modules/c-strcasestr (Depends-on): Update.
25149         * lib/c-strcasestr.c: Update.
25150         * modules/c-strstr (Depends-on): Update.
25151         * lib/c-strstr.c: Update.
25152         * modules/canonicalize-lgpl (Depends-on): Update.
25153         * lib/canonicalize-lgpl.c: Update.
25154         * modules/clean-temp (Depends-on): Update.
25155         * lib/clean-temp.c: Update.
25156         * modules/csharpcomp (Depends-on): Update.
25157         * lib/csharpcomp.c: Update.
25158         * modules/csharpexec (Depends-on): Update.
25159         * lib/csharpexec.c: Update.
25160         * modules/javacomp (Depends-on): Update.
25161         * lib/javacomp.c: Update.
25162         * modules/javaexec (Depends-on): Update.
25163         * lib/javaexec.c: Update.
25164         * modules/mbscasestr (Depends-on): Update.
25165         * lib/mbscasestr.c: Update.
25166         * modules/mbsstr (Depends-on): Update.
25167         * lib/mbsstr.c: Update.
25168         * modules/setenv (Depends-on): Update.
25169         * lib/setenv.c: Update.
25170         * modules/strcasestr (Depends-on): Update.
25171         * lib/strcasestr.c: Update.
25172         * modules/striconveha (Depends-on): Update.
25173         * lib/striconveha.c: Update.
25174         * modules/relocatable-prog-wrapper (Files): Update.
25175         * lib/relocwrapper.c: Update.
25176         * build-aux/install-reloc: Update.
25177         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
25178
25179 2007-06-08  Bruno Haible  <bruno@clisp.org>
25180
25181         Port to uClibc.
25182         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
25183         * lib/fpurge.c (fpurge): Likewise.
25184         * lib/freading.c (freading): Likewise.
25185         * lib/fseeko.c (rpl_fseeko): Likewise.
25186         * lib/fseterr.c (fseterr): Likewise.
25187         * lib/fwriting.c (fwriting): Likewise.
25188         * tests/test-fflush.c (main): Avoid a failure on uClibc.
25189
25190 2007-06-08  Bruno Haible  <bruno@clisp.org>
25191
25192         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
25193         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
25194         * modules/gettext (Files): Add m4/intlmacosx.m4.
25195
25196 2007-06-07  Bruno Haible  <bruno@clisp.org>
25197
25198         * modules/localename-tests: New file.
25199         * tests/test-localename.c: New file.
25200
25201         New module 'localename'.
25202         * lib/localename.h: New file.
25203         * lib/localename.c: New file, from GNU gettext.
25204         * m4/localename.m4: New file.
25205         * modules/localename: New file.
25206
25207 2007-06-07  Bruno Haible  <bruno@clisp.org>
25208
25209         Work around the lack of <wchar.h> on some builds of uClibc.
25210         * doc/headers/wchar.texi: Update.
25211         * lib/wchar_.h: Include <wchar.h> only if it exists.
25212         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
25213         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
25214         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
25215         doesn't exist.
25216         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
25217         * modules/mbfile (Depends-on): Add wchar.
25218         * modules/mbiter (Depends-on): Likewise.
25219         * modules/mbuiter (Depends-on): Likewise.
25220         Reported by Simon Josefsson.
25221
25222 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
25223
25224         Work around problem reported by Steven M. Schweda in
25225         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
25226         Tru64 5.1B with the Compaq compiler environment installed declares
25227         an 'isblank' function but does not define it in the C library.
25228         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
25229         * lib/regex_internal.h (isblank): Likewise.
25230         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
25231         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
25232
25233 2007-06-05  Bruno Haible  <bruno@clisp.org>
25234
25235         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
25236         ia64.
25237         * modules/printf-safe: New file.
25238         * modules/fprintf-posix (Depends-on): Add printf-safe.
25239         * modules/printf-posix (Depends-on): Likewise.
25240         * modules/snprintf-posix (Depends-on): Likewise.
25241         * modules/sprintf-posix (Depends-on): Likewise.
25242         * modules/vasnprintf-posix (Depends-on): Likewise.
25243         * modules/vasprintf-posix (Depends-on): Likewise.
25244         * modules/vfprintf-posix (Depends-on): Likewise.
25245         * modules/vprintf-posix (Depends-on): Likewise.
25246         * modules/vsnprintf-posix (Depends-on): Likewise.
25247         * modules/vsprintf-posix (Depends-on): Likewise.
25248         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
25249         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
25250         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
25251         "no" on i386, x86_64, ia64.
25252         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
25253         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
25254         on i386, x86_64, ia64.
25255         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
25256         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
25257         on i386, x86_64, ia64.
25258         * tests/test-vasnprintf-posix.c: Include float.h.
25259         (LDBL80_WORDS): New macro.
25260         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
25261         on i386, x86_64, ia64.
25262         * tests/test-vasprintf-posix.c: Include float.h.
25263         (LDBL80_WORDS): New macro.
25264         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
25265         on i386, x86_64, ia64.
25266         * tests/test-snprintf-posix.c: Include float.h.
25267         * tests/test-sprintf-posix.c: Likewise.
25268         * tests/test-vsnprintf-posix.c: Likewise.
25269         * tests/test-vsprintf-posix.c: Likewise.
25270
25271 2007-06-05  Bruno Haible  <bruno@clisp.org>
25272
25273         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
25274         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
25275         non-IEEE numbers on i386, x86_64, ia64.
25276         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
25277         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
25278         * tests/test-isnanl.h: Include float.h.
25279         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
25280
25281 2007-06-05  Bruno Haible  <bruno@clisp.org>
25282
25283         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
25284         also the %a / %A. Handle the %a / %A code before this extra handling.
25285
25286 2007-06-05  Bruno Haible  <bruno@clisp.org>
25287
25288         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
25289         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
25290
25291 2007-06-05  Bruno Haible  <bruno@clisp.org>
25292
25293         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
25294         typo in variable name.
25295
25296 2007-06-05  Eric Blake  <ebb9@byu.net>
25297
25298         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
25299         Reported by Simon Josefsson.
25300
25301 2007-06-04  Bruno Haible  <bruno@clisp.org>
25302
25303         Avoid test failures on some PowerPC platforms.
25304         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
25305         Define differently for PowerPC.
25306         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
25307         Reported by Gary V. Vaughan <gary@gnu.org>.
25308
25309 2007-06-02  Bruno Haible  <bruno@clisp.org>
25310
25311         Fix test-stdint failure on FreeBSD/ia64.
25312         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
25313         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
25314         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
25315         * doc/headers/stdint.texi: Update.
25316
25317 2007-06-01  Bruno Haible  <bruno@clisp.org>
25318
25319         * tests/test-binary-io.c (main): Pass a third argument to open().
25320         Reported by Gary V. Vaughan <gary@gnu.org>.
25321
25322 2007-06-01  Bruno Haible  <bruno@clisp.org>
25323
25324         * doc/functions/frexpl.texi: Update for mingw.
25325
25326 2007-06-01  Bruno Haible  <bruno@clisp.org>
25327
25328         * tests/test-lseek.c (main): Disable test of errno for invalid third
25329         argument.
25330         * doc/functions/lseek.texi: Update.
25331         Reported by Gary V. Vaughan <gary@gnu.org>.
25332
25333 2007-05-28  Bruno Haible  <bruno@clisp.org>
25334
25335         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
25336
25337 2007-05-31  Eric Blake  <ebb9@byu.net>
25338
25339         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
25340         cross compiling.
25341
25342 2007-05-30  Eric Blake  <ebb9@byu.net>
25343         and Bruno Haible  <bruno@clisp.org>
25344
25345         Work around mingw test failures exposed by m4-1.4.9b.
25346         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
25347         * tests/test-unistd.c: Disable uid_t and git_t tests for the
25348         moment.
25349
25350 2007-05-30  Bruno Haible  <bruno@clisp.org>
25351
25352         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
25353         assuming that they are closed. Needed on HP-UX 11.
25354
25355 2007-05-29  Bruno Haible  <bruno@clisp.org>
25356
25357         Fix a problem with #include_next.
25358         * lib/dirent_.h: Split the double-inclusion guard.
25359         * lib/fcntl_.h: Likewise.
25360         * lib/float_.h: Likewise.
25361         * lib/iconv_.h: Likewise.
25362         * lib/inttypes_.h: Likewise.
25363         * lib/locale_.h: Likewise.
25364         * lib/math_.h: Likewise.
25365         * lib/netinet_in_.h: Likewise.
25366         * lib/search_.h: Likewise.
25367         * lib/signal_.h: Likewise.
25368         * lib/stdint_.h: Likewise.
25369         * lib/stdio_.h: Likewise.
25370         * lib/stdlib_.h: Likewise.
25371         * lib/string_.h: Likewise.
25372         * lib/sys_select_.h: Likewise.
25373         * lib/sys_socket_.h: Likewise.
25374         * lib/sys_stat_.h: Likewise.
25375         * lib/sys_time_.h: Likewise.
25376         * lib/sysexits_.h: Likewise.
25377         * lib/time_.h: Likewise.
25378         * lib/unistd_.h: Likewise.
25379         * lib/wchar_.h: Likewise.
25380         * lib/wctype_.h: Likewise.
25381
25382 2007-05-29  Bruno Haible  <bruno@clisp.org>
25383
25384         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
25385         for the moment.
25386
25387 2007-05-29  Bruno Haible  <bruno@clisp.org>
25388
25389         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
25390         invocation.
25391         Reported by Eric Blake.
25392
25393 2007-05-29  Bruno Haible  <bruno@clisp.org>
25394
25395         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
25396         compiling case.
25397
25398 2007-05-29  Eric Blake  <ebb9@byu.net>
25399             Bruno Haible  <bruno@clisp.org>
25400
25401         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
25402         cross compiles.
25403
25404 2007-05-28  Eric Blake  <ebb9@byu.net>
25405
25406         * modules/closein-tests (test_closein_LDADD): Support test on
25407         cygwin with libtool.
25408
25409 2007-05-28  Bruno Haible  <bruno@clisp.org>
25410
25411         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
25412         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
25413         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
25414         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
25415         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
25416         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
25417         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
25418         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
25419         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
25420
25421 2007-05-28  Eric Blake  <ebb9@byu.net>
25422
25423         Unconditionally include <config.h> in unit tests.
25424         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
25425         * tests/test-allocsa.c, tests/test-arcfour.c,
25426         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
25427         tests/test-array_list.c, tests/test-array_oset.c,
25428         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
25429         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
25430         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
25431         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
25432         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
25433         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
25434         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
25435         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
25436         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
25437         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
25438         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
25439         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
25440         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
25441         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
25442         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
25443         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
25444         test-md5.c, test-memmem.c, test-printf-posix.c,
25445         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
25446         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
25447         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
25448         test-strcasestr.c, test-striconv.c, test-striconveh.c,
25449         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
25450         test-vasnprintf-posix2.c, test-vasnprintf.c,
25451         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
25452         test-vfprintf-posix.c, test-vprintf-posix.c,
25453         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
25454         test-xvasprintf.c: Likewise.
25455
25456 2007-05-28  Bruno Haible  <bruno@clisp.org>
25457
25458         * gnulib-tool (func_import): Remember the --with-tests command-line
25459         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
25460         Reported by Eric Blake.
25461
25462 2007-05-28  Bruno Haible  <bruno@clisp.org>
25463
25464         * modules/ftell-tests: New file.
25465         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
25466         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
25467
25468         * lib/ftell.c: New file.
25469         * modules/ftell: New file.
25470         * m4/ftell.m4: New file.
25471         * doc/functions/ftell.texi: Update.
25472         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
25473         REPLACE_FTELL.
25474         * lib/stdio_.h (rpl_ftell): New declaration.
25475         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
25476         REPLACE_FTELL.
25477
25478 2007-05-28  Eric Blake  <ebb9@byu.net>
25479
25480         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
25481
25482 2007-05-28  Bruno Haible  <bruno@clisp.org>
25483
25484         * modules/fseek-tests: New file.
25485         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
25486         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
25487
25488         * lib/fseek.c: New file.
25489         * modules/fseek: New file.
25490         * m4/fseek.m4: New file.
25491         * doc/functions/fseek.texi: Update.
25492         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
25493         REPLACE_FSEEK.
25494         * lib/stdio_.h (rpl_fseek): New declaration.
25495         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
25496         REPLACE_FSEEK.
25497
25498 2007-05-28  Bruno Haible  <bruno@clisp.org>
25499
25500         * lib/stdio_.h (fflush): More comments.
25501
25502 2007-05-28  Bruno Haible  <bruno@clisp.org>
25503
25504         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
25505         runtime test.
25506
25507 2007-05-28  Eric Blake  <ebb9@byu.net>
25508
25509         Improve lseek module.
25510         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
25511         * lib/unistd_.h (lseek): Scale back link warning message.
25512         * tests/test-lseek.c: Beef up test.
25513         * tests/test-lseek.sh: Exercise more facets of lseek.
25514         Reported by Bruno Haible.
25515
25516 2007-05-28  Bruno Haible  <bruno@clisp.org>
25517
25518         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
25519         to define.
25520
25521 2007-05-27  Bruno Haible  <bruno@clisp.org>
25522
25523         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
25524
25525 2007-05-27  Bruno Haible  <bruno@clisp.org>
25526
25527         * modules/openmp: New file.
25528         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
25529         Noah Misch.
25530
25531 2007-05-26  Bruno Haible  <bruno@clisp.org>
25532
25533         * modules/chdir-long (Depends-on): Add fchdir.
25534         * modules/chdir-safer (Depends-on): Likewise.
25535         * modules/fts (Depends-on): Likewise.
25536         * modules/fts-lgpl (Depends-on): Likewise.
25537         * modules/openat (Depends-on): Likewise.
25538         * modules/savewd (Depends-on): Likewise.
25539
25540 2007-05-24  Eric Blake  <ebb9@byu.net>
25541
25542         Fix lseek on mingw.
25543         * modules/lseek: New module.
25544         * m4/lseek.m4: New file.
25545         * lib/lseek.c: New file.
25546         * modules/lseek-tests: New file.
25547         * tests/test-lseek.c: New file.
25548         * tests/test-lseek.sh: New file.
25549         * MODULES.html.sh: Document lseek module.
25550         * modules/fflush (Depends-on): Add lseek, fseeko.
25551         * modules/fseeko (Depends-on): Likewise.
25552         * modules/ftello (Depends-on): Likewise.
25553         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
25554         broken.
25555         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
25556         broken.
25557         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
25558         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
25559         * lib/ftello.c (rpl_ftello): Likewise.
25560         * tests/test-fseeko.c (main): Test this.
25561         * tests/test-fseeko.sh: Likewise.
25562         * tests/test-ftello.c (main): Likewise.
25563         * tests/test-ftello.sh: Likewise.
25564         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
25565         implies replacing fseek.
25566         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
25567         HAVE_FTELLO.
25568         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
25569         * modules/unistd (Makefile.am): Likewise.
25570         * lib/unistd_.h (lseek): Declare a replacement.
25571         * doc/functions/lseek.texi (lseek): Document this fix.
25572         * doc/functions/fseek.texi (fseek): Likewise.
25573         * doc/functions/ftell.texi (ftell): Likewise.
25574
25575 2007-05-24  Bruno Haible  <bruno@clisp.org>
25576
25577         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
25578         in the printed representation of a NaN.
25579         * tests/test-vasprintf-posix.c (test_function): Likewise.
25580         * tests/test-snprintf-posix.h (test_function): Likewise.
25581         * tests/test-sprintf-posix.h (test_function): Likewise.
25582         Reported by Eric Blake.
25583
25584 2007-05-23  Eric Blake  <ebb9@byu.net>
25585
25586         Fix fseeko/ftello on cygwin 1.5.24.
25587         * doc/functions/fseeko.texi (fseeko): Document the fix.
25588         * doc/functions/ftello.texi (ftello): Document the fix.
25589         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
25590         * doc/functions/stdout.text (stdout): New file.
25591         * doc/functions/stderr.text (stderr): New file.
25592         * doc/gnulib.texi (Function Substitutes): Use new files.
25593         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
25594         prior to 1.7.0.
25595         * tests/test-ftello.c (main): Likewise for ftello.
25596         * tests/test-fseeko.sh: New file.
25597         * tests/test-ftello.sh: New file.
25598         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
25599         with seekable stdin.
25600         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
25601         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
25602         (gl_REPLACE_FSEEKO): New macro.
25603         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
25604         * modules/fseeko (Files): Distribute fseeko.c.
25605         * modules/ftello (Files): Distribute ftello.c.
25606         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
25607         mode.
25608         * lib/ftello.c (rpl_ftello): New file.
25609         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
25610         fseeko, ftello.
25611         (gl_STDIN_LARGE_OFFSET): New macro.
25612         * modules/stdio (Makefile.am): Perform the replacement.
25613         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
25614
25615 2007-05-23  Bruno Haible  <bruno@clisp.org>
25616
25617         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
25618         GNULIB_POSIXCHECK is defined.
25619
25620 2007-05-21  Bruno Haible  <bruno@clisp.org>
25621
25622         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
25623         Check also the output for NaN arguments. When cross-compiling, guess
25624         no on IRIX.
25625         * lib/vasnprintf.c: Update comments.
25626         * tests/test-vasnprintf-posix.c (strisnan): New function.
25627         (test_function): Use it.
25628         * tests/test-vasprintf-posix.c (strisnan): New function.
25629         (test_function): Use it.
25630         * tests/test-snprintf-posix.h (strisnan): New function.
25631         (test_function): Use it.
25632         * tests/test-sprintf-posix.h (strisnan): New function.
25633         (test_function): Use it.
25634         Reported by Eric Blake.
25635
25636 2007-05-20  Bruno Haible  <bruno@clisp.org>
25637
25638         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
25639         numbers that fails on BeOS.
25640         * doc/functions/frexpl.texi: Update.
25641
25642 2007-05-20  Jim Meyering  <jim@meyering.net>
25643
25644         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
25645         forced upon us by glibc-2.6.
25646
25647 2007-05-20  Bruno Haible  <bruno@clisp.org>
25648
25649         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
25650         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
25651         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
25652         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
25653         NEED_PRINTF_INFINITE.
25654         (is_infinitel): New function.
25655         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
25656         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
25657         gl_PREREQ_VASNPRINTF_INFINITE.
25658         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
25659         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25660         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
25661         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
25662         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
25663         gl_PREREQ_VASNPRINTF_INFINITE.
25664         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25665         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25666         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25667         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25668         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25669         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25670         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25671         * doc/functions/fprintf.texi: Update.
25672         * doc/functions/printf.texi: Update.
25673         * doc/functions/snprintf.texi: Update.
25674         * doc/functions/sprintf.texi: Update.
25675         * doc/functions/vfprintf.texi: Update.
25676         * doc/functions/vprintf.texi: Update.
25677         * doc/functions/vsnprintf.texi: Update.
25678         * doc/functions/vsprintf.texi: Update.
25679
25680 2007-05-20  Bruno Haible  <bruno@clisp.org>
25681
25682         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
25683         was not found in libc.
25684         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
25685
25686 2007-05-20  Bruno Haible  <bruno@clisp.org>
25687
25688         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
25689         printed as "-nan" instead of "nan".
25690         * tests/test-vasprintf-posix.c (test_function): Likewise.
25691         * tests/test-snprintf-posix.h (test_function): Likewise.
25692         * tests/test-sprintf-posix.h (test_function): Likewise.
25693         Needed for HP-UX 11.
25694
25695 2007-05-20  Jim Meyering  <jim@meyering.net>
25696
25697         Fix buggy test for the fchownat-deref bug.
25698         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
25699         symlink required for the run-test.  Without it, this test would
25700         always declare that fchownat doesn't work, and client code would
25701         unnecessarily use the replacement function with fixed libc.
25702         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
25703         Reported by Greg Schafer.
25704
25705 2007-05-19  Bruno Haible  <bruno@clisp.org>
25706
25707         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
25708         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
25709         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
25710         Needed for IRIX 6.5 and Solaris 2.5.1.
25711
25712 2007-05-19  Bruno Haible  <bruno@clisp.org>
25713
25714         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
25715         (test_function): Skip tests involving -0.0 on platforms where
25716         -0.0 = 0.0.
25717         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
25718         (test_function): Skip tests involving -0.0 on platforms where
25719         -0.0 = 0.0.
25720         * tests/test-snprintf-posix.h (have_minus_zero): New function.
25721         (test_function): Skip tests involving -0.0 on platforms where
25722         -0.0 = 0.0.
25723         * tests/test-sprintf-posix.h (have_minus_zero): New function.
25724         (test_function): Skip tests involving -0.0 on platforms where
25725         -0.0 = 0.0.
25726         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
25727         tests.
25728         * tests/test-printf-posix.h (test_function): Likewise.
25729         * tests/test-printf-posix.output: Remove all -0.0 related results.
25730         Needed for IRIX 6.5.
25731
25732 2007-05-19  Bruno Haible  <bruno@clisp.org>
25733
25734         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
25735         printed as "nan0x7fffffff" instead of "nan".
25736         * tests/test-vasprintf-posix.c (test_function): Likewise.
25737         * tests/test-snprintf-posix.h (test_function): Likewise.
25738         * tests/test-sprintf-posix.h (test_function): Likewise.
25739         * tests/test-fprintf-posix.h (NaN): Remove macro.
25740         (test_function): Remove all NaN related tests.
25741         * tests/test-printf-posix.h (NaN): Remove macro.
25742         (test_function): Remove all NaN related tests.
25743         * tests/test-printf-posix.output: Remove all NaN related results.
25744         Needed for IRIX 6.5.
25745
25746 2007-05-19  Bruno Haible  <bruno@clisp.org>
25747
25748         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
25749         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
25750
25751 2007-05-19  Bruno Haible  <bruno@clisp.org>
25752
25753         * lib/float_.h: New file.
25754         * m4/float_h.m4: New file.
25755         * modules/float: New file.
25756         * modules/isnanl (Dependencies): Add float.
25757         * modules/isnanl-nolibm (Dependencies): Likewise.
25758         * modules/mathl (Dependencies): Likewise.
25759         * modules/printf-frexpl (Dependencies): Likewise.
25760         * modules/signbit (Dependencies): Likewise.
25761         * modules/vasnprintf (Dependencies): Likewise.
25762         * doc/headers/float.texi: Update.
25763
25764 2007-05-19  Jim Meyering  <jim@meyering.net>
25765
25766         * lib/utimens.c (gl_futimens): Rename from futimens,
25767         now that glibc-2.6 declares futimens.
25768         * lib/utimens.h: Likewise.
25769
25770 2007-05-19  Bruno Haible  <bruno@clisp.org>
25771
25772         Avoid test failures on mingw.
25773         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
25774         * tests/test-printf-posix.sh: Likewise.
25775         * tests/test-vfprintf-posix.sh: Likewise.
25776         * tests/test-vprintf-posix.sh: Likewise.
25777
25778 2007-05-19  Bruno Haible  <bruno@clisp.org>
25779
25780         Fix *printf result for NaN, Inf, -0.0 on mingw.
25781         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
25782         * lib/vasnprintf.c: Include math.h and isnan.h.
25783         (is_infinite_or_zero): New function.
25784         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
25785         values in the %f, %F, %e, %E, %g, %G directives.
25786         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
25787         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25788         gl_PRINTF_INFINITE and test its result. Invoke
25789         gl_PREREQ_VASNPRINTF_INFINITE.
25790         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25791         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25792         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25793         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25794         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25795         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25796         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25797         * doc/functions/fprintf.texi: Update.
25798         * doc/functions/printf.texi: Update.
25799         * doc/functions/snprintf.texi: Update.
25800         * doc/functions/sprintf.texi: Update.
25801         * doc/functions/vfprintf.texi: Update.
25802         * doc/functions/vprintf.texi: Update.
25803         * doc/functions/vsnprintf.texi: Update.
25804         * doc/functions/vsprintf.texi: Update.
25805
25806 2007-05-19  Bruno Haible  <bruno@clisp.org>
25807
25808         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
25809         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
25810         Instead of multiplying with 10^k, set extra_zeroes to k.
25811         (scale10_round_long_double): Remove function.
25812
25813 2007-05-18  Bruno Haible  <bruno@clisp.org>
25814
25815         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
25816         introduced on 2007-05-06.
25817
25818 2007-05-18  Bruno Haible  <bruno@clisp.org>
25819
25820         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
25821         %g directives.
25822         * tests/test-vasprintf-posix.c (test_function): Likewise.
25823         * tests/test-snprintf-posix.h (test_function): Likewise.
25824         * tests/test-sprintf-posix.h (test_function): Likewise.
25825
25826 2007-05-18  Bruno Haible  <bruno@clisp.org>
25827
25828         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
25829         (strmatch): New function.
25830         (test_function): Test the %f directive on numbers of various exponents.
25831         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
25832         (strmatch): New function.
25833         (test_function): Test the %f directive on numbers of various exponents.
25834         * tests/test-snprintf-posix.h (strmatch): New function.
25835         (test_function): Test the %f directive on numbers of various exponents.
25836         * tests/test-sprintf-posix.h (strmatch): New function.
25837         (test_function): Test the %f directive on numbers of various exponents.
25838         * tests/test-snprintf-posix.c (SIZEOF): New macro.
25839         * tests/test-sprintf-posix.c (SIZEOF): New macro.
25840         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
25841         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
25842
25843 2007-05-18  Bruno Haible  <bruno@clisp.org>
25844
25845         Add support for 'long double' number output.
25846         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
25847         * lib/vasnprintf.c: Include math.h and float+.h.
25848         (mp_limb_t): New type.
25849         (GMP_LIMB_BITS): New macro.
25850         (mp_twolimb_t): New type.
25851         (GMP_TWOLIMB_BITS): New macro.
25852         (mpn_t): New type.
25853         (multiply, divide, convert_to_decimal, decode_long_double,
25854         scale10_round_long_double, scale10_round_decimal_long_double,
25855         floorlog10l): New functions.
25856         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
25857         for the %f, %F, %e, %E, %g, %G directives.
25858         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
25859         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25860         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
25861         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
25862         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25863         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25864         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25865         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25866         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25867         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25868         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25869         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
25870         * modules/snprintf-posix (Depends-on): Likewise.
25871         * modules/sprintf-posix (Depends-on): Likewise.
25872         * modules/vasnprintf-posix (Depends-on): Likewise.
25873         * modules/vasprintf-posix (Depends-on): Likewise.
25874         * modules/vfprintf-posix (Depends-on): Likewise.
25875         * modules/vsnprintf-posix (Depends-on): Likewise.
25876         * modules/vsprintf-posix (Depends-on): Likewise.
25877         * modules/vasnprintf (Files): Add lib/float+.h.
25878         * doc/functions/fprintf.texi: Update.
25879         * doc/functions/printf.texi: Update.
25880         * doc/functions/snprintf.texi: Update.
25881         * doc/functions/sprintf.texi: Update.
25882         * doc/functions/vfprintf.texi: Update.
25883         * doc/functions/vprintf.texi: Update.
25884         * doc/functions/vsnprintf.texi: Update.
25885         * doc/functions/vsprintf.texi: Update.
25886
25887 2007-05-18  Bruno Haible  <bruno@clisp.org>
25888
25889         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
25890
25891 2007-05-18  Bruno Haible  <bruno@clisp.org>
25892
25893         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
25894         for printing 64-bit integers. Needed for mingw.
25895
25896 2007-05-18  Bruno Haible  <bruno@clisp.org>
25897
25898         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
25899         gl_FUNC_FREXPL_WORKS.
25900         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
25901
25902 2007-05-18  Bruno Haible  <bruno@clisp.org>
25903
25904         * modules/frexpl-nolibm-tests: New file.
25905
25906         * modules/frexpl-nolibm: New file.
25907         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
25908
25909 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25910
25911         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
25912         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
25913         GCC 4.2, which otherwise issues a lot of warnings.
25914         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
25915         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
25916         Likewise.
25917         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
25918         * modules/iconv_open (iconv.h): Likewise.
25919         * modules/locale (locale.h): Likewise.
25920         * modules/netinet_in (netinet/in.h): Likewise.
25921         * modules/sys_select (sys_select.h): Likewise.
25922         * modules/sys_socket (sys/socket.h): Likewise.
25923         * modules/sys_stat (sys/stat.h): Likewise.
25924         * modules/sysexits (sysexits.h): Likewise.
25925         * modules/unistd (unistd.h): Likewise.
25926
25927 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25928
25929         * modules/closein-tests (Makefile.am): Distribute
25930         `test-closein.sh'.
25931
25932 2007-05-17  Bruno Haible  <bruno@clisp.org>
25933
25934         * tests/test-printf-posix.output: Renamed from
25935         tests/test-fprintf-posix.out.
25936         * modules/fprintf-posix-tests: Update.
25937         * modules/printf-posix-tests: Update.
25938         * modules/vfprintf-posix-tests: Update.
25939         * modules/vprintf-posix-tests: Update.
25940         * tests/test-fprintf-posix.sh: Update.
25941         * tests/test-printf-posix.sh: Update.
25942         * tests/test-vfprintf-posix.sh: Update.
25943         * tests/test-vprintf-posix.sh: Update.
25944         Reported by Ralf Wildenhues.
25945
25946 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25947
25948         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
25949         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
25950         GCC 4.2, which otherwise issues a lot of warnings.
25951         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
25952         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
25953         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
25954         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
25955         it should no longer be needed.
25956         * lib/string_.h: Likewise.
25957         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
25958         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
25959         * modules/inttypes (inttypes.h): Likewise.
25960         * modules/math (math.h): Likewise.
25961         * modules/search (search.h): Likewise.
25962         * modules/signal (signal.h): Likewise.
25963         * modules/stdint (stdint.h): Likewise.
25964         * modules/stdio (stdio.h): Likewise.
25965         * modules/stdlib (stdlib.h): Likewise.
25966         * modules/string (string.h): Likewise.
25967         * modules/sys_time (sys/time.h): Likewise.
25968         * modules/time (time.h): Likewise.
25969         * modules/wchar (wchar.h): Likewise.
25970         * modules/wctype (wtype.h): Likewise.
25971
25972 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
25973
25974         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
25975
25976 2007-05-13  Bruno Haible  <bruno@clisp.org>
25977
25978         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
25979         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
25980         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
25981         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
25982         (gl_PREREQ_STRTOK_R): Don't require it here.
25983
25984 2007-05-13  Bruno Haible  <bruno@clisp.org>
25985
25986         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
25987         when used in C++ mode.
25988
25989 2007-05-12  Bruno Haible  <bruno@clisp.org>
25990
25991         * lib/linebuffer.h: Tweak doc.
25992         * lib/linebuffer.c: Likewise.
25993
25994 2007-05-12  James Youngman  <jay@gnu.org>
25995
25996         * lib/linebuffer.c (readlinebuffer_delim): New function,
25997         like readlinebuffer, but use a caller-specified delimiter.
25998         (readlinebuffer): Just call readlinebuffer_delim with '\n'
25999         as the delimiter.
26000         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
26001
26002 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26003
26004         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
26005         * modules/openat (Files): Remove openat-die.c.
26006         (Depends-on): Add openat-die.
26007         * modules/openat-die: New module.
26008
26009 2007-05-06  Bruno Haible  <bruno@clisp.org>
26010
26011         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
26012         Update with info about Cygwin.
26013         * doc/functions/fprintf.texi: Update.
26014         * doc/functions/printf.texi: Update.
26015         * doc/functions/snprintf.texi: Update.
26016         * doc/functions/sprintf.texi: Update.
26017         * doc/functions/vfprintf.texi: Update.
26018         * doc/functions/vprintf.texi: Update.
26019         * doc/functions/vsnprintf.texi: Update.
26020         * doc/functions/vsprintf.texi: Update.
26021         Reported by Eric Blake.
26022
26023 2007-05-06  Bruno Haible  <bruno@clisp.org>
26024
26025         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
26026         padding ourselves for the floating-point directives.
26027         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
26028         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
26029         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26030         gl_PRINTF_FLAG_ZERO and test its result. Invoke
26031         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
26032         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26033         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
26034         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26035         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26036         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26037         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26038         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26039         * tests/test-snprintf-posix.h (test_function): Also check the width
26040         and some flags in the %f directive.
26041         * tests/test-sprintf-posix.h (test_function): Likewise.
26042         * tests/test-vasnprintf-posix.c (test_function): Likewise.
26043         * tests/test-vasprintf-posix.c (test_function): Likewise.
26044         * doc/functions/fprintf.texi: Update.
26045         * doc/functions/printf.texi: Update.
26046         * doc/functions/snprintf.texi: Update.
26047         * doc/functions/sprintf.texi: Update.
26048         * doc/functions/vfprintf.texi: Update.
26049         * doc/functions/vprintf.texi: Update.
26050         * doc/functions/vsnprintf.texi: Update.
26051         * doc/functions/vsprintf.texi: Update.
26052
26053 2007-05-06  Bruno Haible  <bruno@clisp.org>
26054
26055         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
26056         pass the ' flag character to sprintf or snprintf.
26057         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
26058         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
26059         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26060         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
26061         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
26062         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26063         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
26064         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26065         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26066         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26067         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26068         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26069         * tests/test-snprintf-posix.h (test_function): Also check the grouping
26070         flag.
26071         * tests/test-sprintf-posix.h (test_function): Likewise.
26072         * tests/test-vasnprintf-posix.c (test_function): Likewise.
26073         * tests/test-vasprintf-posix.c (test_function): Likewise.
26074         * doc/functions/fprintf.texi: Update.
26075         * doc/functions/printf.texi: Update.
26076         * doc/functions/snprintf.texi: Update.
26077         * doc/functions/sprintf.texi: Update.
26078         * doc/functions/vfprintf.texi: Update.
26079         * doc/functions/vprintf.texi: Update.
26080         * doc/functions/vsnprintf.texi: Update.
26081         * doc/functions/vsprintf.texi: Update.
26082
26083 2007-05-01  Bruno Haible  <bruno@clisp.org>
26084
26085         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
26086
26087 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
26088
26089         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
26090         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
26091
26092 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26093
26094         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
26095         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
26096         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
26097
26098 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
26099
26100         * lib/argp-help.c (struct hol_entry): New member `ord'.
26101         (HOL_ENTRY_PTRCMP): Use ord for comparison
26102         (hol_sort): Initialize ord.
26103
26104 2007-05-01  Bruno Haible  <bruno@clisp.org>
26105
26106         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
26107         Reported by Eric Blake.
26108         * doc/gnulib.texi (Function Substitutes): Update.
26109
26110 2007-05-01  Bruno Haible  <bruno@clisp.org>
26111
26112         * doc/functions.texi: Remove file, now redundant through
26113         doc/functions/*.texi.
26114
26115 2007-05-01  Bruno Haible  <bruno@clisp.org>
26116
26117         * modules/argp (Depends-on): Add sleep.
26118
26119 2007-05-01  Bruno Haible  <bruno@clisp.org>
26120
26121         * modules/sleep-tests: New file.
26122         * tests/test-sleep.c: New file.
26123
26124         * modules/sleep: New file.
26125         * lib/sleep.c: New file.
26126         * m4/sleep.m4: New file.
26127         * lib/unistd_.h (sleep): New declaration.
26128         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
26129         HAVE_SLEEP.
26130         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
26131         * doc/functions/sleep.texi: Document the sleep module.
26132
26133 2007-05-01  Bruno Haible  <bruno@clisp.org>
26134
26135         * lib/sigprocmask.h: Remove file.
26136         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
26137         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
26138         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
26139         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
26140         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
26141         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
26142         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
26143         HAVE_SIGSET_T as a shell variable.
26144         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
26145         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
26146         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
26147         (Depends-on): Add signal. Remove verify.
26148         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
26149         (Include): Mention <signal.h> instead of sigprocmask.h.
26150         * NEWS: Mention the change.
26151         * lib/fatal-signal.c: Don't include sigprocmask.h.
26152
26153 2007-05-01  Bruno Haible  <bruno@clisp.org>
26154
26155         * modules/signal: New file.
26156         * lib/signal_.h: New file.
26157         * m4/signal_h.m4: New file.
26158
26159 2007-05-01  Bruno Haible  <bruno@clisp.org>
26160
26161         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
26162         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
26163         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
26164         HAVE_WCTYPE_CTMP_BUG into wctype.h.
26165
26166 2007-05-01  Bruno Haible  <bruno@clisp.org>
26167
26168         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
26169         configure time.
26170         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
26171         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
26172         * modules/sys_stat (Makefile.am): Substitute their values into
26173         sys/stat.h.
26174
26175 2007-05-01  Bruno Haible  <bruno@clisp.org>
26176
26177         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
26178         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
26179         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
26180
26181 2007-05-01  Bruno Haible  <bruno@clisp.org>
26182
26183         * doc/header/assert.texi: Undo last change: don't mention the gnulib
26184         'assert' module here.
26185
26186 2007-05-01  Bruno Haible  <bruno@clisp.org>
26187
26188         * doc/functions/*.texi: New files.
26189         * doc/functions/google-ranking.txt: New file.
26190         * doc/gnulib.texi (Function Substitutes): New chapter.
26191         (ctime, inet_ntoa): Remove sections.
26192         * doc/ctime.texi: Remove file.
26193         * doc/inet_ntoa.texi: Remove file.
26194         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
26195         dependencies.
26196         (%.info): New rule, specifying a --reference-limit.
26197
26198 2007-05-01  Bruno Haible  <bruno@clisp.org>
26199
26200         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
26201
26202 2007-05-01  Bruno Haible  <bruno@clisp.org>
26203
26204         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
26205         the portability of 'mkdir' to mingw systems.
26206
26207 2007-05-01  Bruno Haible  <bruno@clisp.org>
26208
26209         * doc/headers/google-ranking.txt: New file.
26210
26211 2007-04-30  Eric Blake  <ebb9@byu.net>
26212
26213         Prefer fseeko to fseek.
26214         * modules/getpass (Depends-on): Add fseeko.
26215         * lib/getpass.c (getpass): Use fseeko, not fseek.
26216
26217 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
26218
26219         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
26220         assumes the sorting is stable, while most qsort implementations
26221         are not.  Use argument addresses to ensure they never compare as
26222         equal.
26223
26224         * tests/test-argp-2.sh (usage-indent test): Fix output
26225         (func_compare): Restore diff options
26226         * tests/test-argp.c: Restore #include "progname.h"
26227
26228 2007-04-29  Bruno Haible  <bruno@clisp.org>
26229
26230         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
26231         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26232         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
26233         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26234         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
26235         (configure.ac): Define CHECK_SNPRINTF_POSIX.
26236         (TESTS, check_PROGRAMS): Add test-snprintf.
26237         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
26238         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
26239         (TESTS, check_PROGRAMS): Add test-vsnprintf.
26240         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
26241         assertions that fail on HP-UX, OSF/1, or IRIX.
26242         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
26243
26244 2007-04-29  Bruno Haible  <bruno@clisp.org>
26245
26246         * MODULES.html.sh (posix_functions): Remove 'contents'.
26247
26248 2007-04-29  Karl Berry  <karl@gnu.org>
26249
26250         * config/srclist.txt (gendocs_template_min): new entry.
26251
26252 2007-04-29  Bruno Haible  <bruno@clisp.org>
26253
26254         Work around fpurge bug on BSD systems.
26255         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
26256         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
26257         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
26258         fpurge to rpl_fpurge if the system already has this function.
26259         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
26260         the case where the system already has this function. Correct invariants
26261         on BSD systems.
26262         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
26263         BSD systems.
26264
26265 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
26266
26267         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
26268         proposed by Sven Verdoolaege.
26269
26270         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
26271         options.
26272         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
26273         (usage and help tests): Update
26274
26275 2007-04-29  Bruno Haible  <bruno@clisp.org>
26276
26277         * tests/test-fflush.c (main): Use a file of size 17, not 10.
26278         Print more information in case of failure. Disable a test on BeOS.
26279
26280 2007-04-29  Bruno Haible  <bruno@clisp.org>
26281
26282         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
26283         This helps debugging on systems on which no gdb is available.
26284
26285 2007-04-29  Bruno Haible  <bruno@clisp.org>
26286
26287         * lib/freading.h: Improve comments.
26288         * lib/fwriting.h: Likewise.
26289         * tests/test-freading.c (main): Don't check freading immediately after
26290         repositioning. Needed for glibc.
26291
26292 2007-04-29  Bruno Haible  <bruno@clisp.org>
26293
26294         * lib/freading.c (freading): Trivial simplification.
26295
26296 2007-04-28  Bruno Haible  <bruno@clisp.org>
26297
26298         * tests/test-fwriting.c (main): Also test the interaction between
26299         fflush and fwriting.
26300         * modules/fwriting-tests (Depends-on): Add fflush.
26301
26302         * tests/test-freading.c (main): Also test the interaction between
26303         fflush and freading.
26304         * modules/freading-tests (Depends-on): Add fflush.
26305
26306 2007-04-28  Bruno Haible  <bruno@clisp.org>
26307
26308         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
26309         fseeko and ftello.
26310         Suggested by Eric Blake.
26311
26312 2007-04-28  Jim Meyering  <jim@meyering.net>
26313
26314         Avoid false-negative in gl_STDINT_H's C99 conformance test.
26315         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
26316         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
26317
26318 2007-04-27  Eric Blake  <ebb9@byu.net>
26319
26320         * doc/headers/assert.texi (assert.h): Document assert module use.
26321
26322 2007-04-27  Bruno Haible  <bruno@clisp.org>
26323
26324         * doc/headers/*.texi: New files.
26325         * doc/gnulib.texi (Header File Substitutes): New chapter.
26326         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
26327         dependencies.
26328         (standards.info ,standards.html, standards.dvi): Update dependencies.
26329         (mostlyclean, clean): New targets.
26330
26331 2007-04-27  Bruno Haible  <bruno@clisp.org>
26332
26333         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
26334         * modules/sysexits (Files, Makefile.am): Update.
26335
26336         * lib/sys_socket_.h: Renamed from lib/socket_.h.
26337         * modules/sys_socket (Files, Makefile.am): Update.
26338
26339         * lib/sys_stat_.h: Renamed from lib/stat_.h.
26340         * modules/sys_stat (Files, Makefile.am): Update.
26341
26342 2007-04-27  Eric Blake  <ebb9@byu.net>
26343
26344         * lib/freading.h: Improve comments.
26345         * lib/fwriting.h: Likewise.
26346         * lib/fflush.c: Likewise.
26347
26348         Fix closein for mingw.
26349         * modules/closein-tests: Add tests for closein.
26350         * tests/test-closein.c: New file.
26351         * tests/test-closein.sh: Likewise.
26352         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
26353         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
26354
26355 2007-04-27  Bruno Haible  <bruno@clisp.org>
26356
26357         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
26358         version is < 6.
26359         * lib/math_.h [__DECC]: Likewise.
26360         * lib/stdio_.h [__DECC]: Likewise.
26361         * lib/stdlib_.h [__DECC]: Likewise.
26362         * lib/string_.h [__DECC]: Likewise.
26363         * lib/time_.h [__DECC]: Likewise.
26364         * lib/wchar_.h [__DECC]: Likewise.
26365         * lib/wctype_.h [__DECC]: Likewise.
26366
26367 2007-04-27  Bruno Haible  <bruno@clisp.org>
26368
26369         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
26370
26371 2007-04-27  Bruno Haible  <bruno@clisp.org>
26372
26373         * lib/fflush.c: Add comments.
26374         * modules/fpurge-tests (Depends-on): Add fflush.
26375         * modules/freadable-tests (Depends-on): Likewise.
26376         * modules/fwritable-tests (Depends-on): Likewise.
26377
26378 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
26379
26380         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
26381         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
26382         Report by Bruno Haible <bruno@clisp.org>.
26383
26384 2007-04-26  Eric Blake  <ebb9@byu.net>
26385
26386         Fix fflush on mingw.
26387         * modules/fflush (Depends-on): Add freading.
26388         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
26389         but unread data.
26390
26391 2007-04-26  Eric Blake  <ebb9@byu.net>
26392         and Bruno Haible  <bruno@clisp.org>
26393
26394         Implement freading and fwriting.
26395         * lib/freading.c: New file.
26396         * lib/freading.h: Likewise.
26397         * m4/freading.m4: Likewise.
26398         * modules/freading: Likewise.
26399         * modules/freading-tests: Likewise.
26400         * tests/test-freading.c: Likewise.
26401         * lib/fwriting.c: New file.
26402         * lib/fwriting.h: Likewise.
26403         * m4/fwriting.m4: Likewise.
26404         * modules/fwriting: Likewise.
26405         * modules/fwriting-tests: Likewise.
26406         * tests/test-fwriting.c: Likewise.
26407         * MODULES.html.sh (File stream based Input/Output): Mention them.
26408
26409 2007-04-26  Bruno Haible  <bruno@clisp.org>
26410
26411         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
26412         'long' when we assume it.
26413         Suggested by Eric Blake.
26414
26415 2007-04-26  Bruno Haible  <bruno@clisp.org>
26416
26417         Ensure fseeko, ftello are declared on glibc systems.
26418         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
26419         * modules/fseeko (configure.ac-early): Likewise.
26420         * modules/ftello (configure.ac-early): Likewise.
26421         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
26422         AC_FUNC_FSEEKO for this.
26423         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
26424         (gl_CHECK_FSEEKO): Remove macro.
26425
26426 2007-04-26  Bruno Haible  <bruno@clisp.org>
26427
26428         * tests/test-fflush.c (main): Also check the ftell result after
26429         fflush and fseek/fseeko.
26430         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
26431         file descriptor position cache in the stream.
26432         * lib/fseeko.c (rpl_fseeko): Likewise.
26433
26434 2007-04-26  Bruno Haible  <bruno@clisp.org>
26435
26436         * modules/fflush-tests (Depends-on): Add fseeko.
26437
26438 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
26439             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26440
26441         * lib/argz_.h: ensure error_t definition is obtained in same
26442         mechanism system argz.h would have.
26443         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
26444         argz facilities are known bad.  Err on the side of caution if
26445         cross-compiling.
26446
26447 2007-04-25  Eric Blake  <ebb9@byu.net>
26448
26449         * lib/fpurge.c (includes): Use stdlib.h for free.
26450         * tests/test-fflush.c (main): Also test fflush-fseeko.
26451
26452 2007-04-25  Bruno Haible  <bruno@clisp.org>
26453
26454         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
26455         * lib/fseeko.c: New file.
26456         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
26457         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
26458         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
26459         gl_FUNC_FSEEKO.
26460         (gl_FUNC_FSEEKO): Invoke it.
26461         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
26462         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
26463         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
26464
26465 2007-04-25  Bruno Haible  <bruno@clisp.org>
26466
26467         * modules/fflush (Depends-on): Add ftello.
26468
26469 2007-04-25  Bruno Haible  <bruno@clisp.org>
26470
26471         * modules/ftello-tests: New file.
26472         * tests/test-ftello.c: New file.
26473
26474         * modules/ftello: New file.
26475         * m4/ftello.m4: New file.
26476         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
26477         HAVE_FTELLO.
26478         * lib/stdio_.h (ftello): New declaration.
26479         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
26480         HAVE_FTELLO.
26481
26482 2007-04-25  Bruno Haible  <bruno@clisp.org>
26483
26484         * modules/fseeko-tests: New file.
26485         * tests/test-fseeko.c: New file.
26486
26487         * modules/fseeko: New file.
26488         * m4/fseeko.m4: New file.
26489         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
26490         HAVE_FSEEKO.
26491         * lib/stdio_.h (fseeko): New declaration.
26492         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
26493         HAVE_FSEEKO.
26494
26495 2007-04-25  Bruno Haible  <bruno@clisp.org>
26496
26497         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
26498
26499 2007-04-25  Bruno Haible  <bruno@clisp.org>
26500
26501         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
26502         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
26503         * tests/test-unistd.c: Likewise.
26504         * tests/test-fcntl.c: Likewise.
26505
26506 2007-04-23  Eric Blake  <ebb9@byu.net>
26507
26508         * lib/fflush.c: Fix missing include.
26509         Reported by Bruno Haible.
26510
26511 2007-04-23  Bruno Haible  <bruno@clisp.org>
26512
26513         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
26514         Reported by Eric Blake.
26515
26516 2007-04-23  Bruno Haible  <bruno@clisp.org>
26517
26518         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
26519
26520 2007-04-23  Bruno Haible  <bruno@clisp.org>
26521
26522         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
26523
26524 2007-04-23  Bruno Haible  <bruno@clisp.org>
26525
26526         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
26527         Needed on HP-UX 11.
26528
26529 2007-04-16  Eric Blake  <ebb9@byu.net>
26530
26531         Make fflush rely on fpurge.
26532         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
26533         open coding all variants.
26534         * modules/fflush (Depends-on): Add fpurge and unistd.
26535         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
26536         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
26537
26538         Fix --with-tests compilation on cygwin.
26539         * modules/argmatch-tests (Makefile.am): List gnulib library first
26540         in LDADD.
26541         * modules/argp-tests (Makefile.am): Likewise.
26542         * modules/array-list-tests (Makefile.am): Likewise.
26543         * modules/array-oset-tests (Makefile.am): Likewise.
26544         * modules/avltree-list-tests (Makefile.am): Likewise.
26545         * modules/avltree-oset-tests (Makefile.am): Likewise.
26546         * modules/avltreehash-list-tests (Makefile.am): Likewise.
26547         * modules/carray-list-tests (Makefile.am): Likewise.
26548         * modules/dirname-tests (Makefile.am): Likewise.
26549         * modules/frexp-tests (Makefile.am): Likewise.
26550         * modules/isnanl-tests (Makefile.am): Likewise.
26551         * modules/linked-list-tests (Makefile.am): Likewise.
26552         * modules/linkedhash-list-tests (Makefile.am): Likewise.
26553         * modules/lock-tests (Makefile.am): Likewise.
26554         * modules/rbtree-list-tests (Makefile.am): Likewise.
26555         * modules/rbtree-oset-tests (Makefile.am): Likewise.
26556         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
26557         * modules/tls-tests (Makefile.am): Likewise.
26558         * modules/tsearch-tests (Makefile.am): Likewise.
26559         * modules/xvasprintf-tests (Makefile.am): Likewise.
26560
26561         Fix fpurge for cygwin.
26562         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
26563         value.
26564         * modules/fpurge-tests (Depends-on): Clean up trash.
26565
26566 2007-04-16  Simon Josefsson  <simon@josefsson.org>
26567
26568         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
26569
26570         * m4/autobuild.m4: Re-indent.
26571
26572 2007-04-13  Bruno Haible  <bruno@clisp.org>
26573
26574         * modules/fpurge-tests: New file.
26575         * tests/test-fpurge.c: New file.
26576
26577         * modules/fpurge: New file.
26578         * lib/fpurge.h: New file.
26579         * lib/fpurge.c: New file.
26580         * m4/fpurge.m4: New file.
26581
26582 2007-04-13  Bruno Haible  <bruno@clisp.org>
26583
26584         * modules/fbufmode-tests: New file.
26585         * tests/test-fbufmode.c: New file.
26586
26587         * modules/fbufmode: New file.
26588         * lib/fbufmode.h: New file.
26589         * lib/fbufmode.c: New file.
26590         * m4/fbufmode.m4: New file.
26591
26592 2007-04-13  Bruno Haible  <bruno@clisp.org>
26593
26594         * modules/fwritable-tests: New file.
26595         * tests/test-fwritable.c: New file.
26596
26597         * modules/fwritable: New file.
26598         * lib/fwritable.h: New file.
26599         * lib/fwritable.c: New file.
26600         * m4/fwritable.m4: New file.
26601
26602 2007-04-13  Bruno Haible  <bruno@clisp.org>
26603
26604         * modules/freadable-tests: New file.
26605         * tests/test-freadable.c: New file.
26606
26607         * modules/freadable: New file.
26608         * lib/freadable.h: New file.
26609         * lib/freadable.c: New file.
26610         * m4/freadable.m4: New file.
26611
26612 2007-04-13  Bruno Haible  <bruno@clisp.org>
26613
26614         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
26615         MOSTLYCLEANFILES.
26616
26617 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
26618
26619         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
26620         gzip bootstrap.conf to avoid dragging in i18n machinery.
26621         (gnulib_tool_option): Use it.
26622
26623 2007-04-13  Bruno Haible  <bruno@clisp.org>
26624
26625         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
26626         %F directives.
26627         * tests/test-vasprintf-posix.c (test_function): Likewise.
26628         * tests/test-snprintf-posix.h (test_function): Likewise.
26629         * tests/test-sprintf-posix.h (test_function): Likewise.
26630         * tests/test-fprintf-posix.h (test_function): Likewise.
26631         * tests/test-printf-posix.h (test_function): Likewise.
26632         * tests/test-fprintf-posix.out: Likewise.
26633
26634 2007-04-13  Bruno Haible  <bruno@clisp.org>
26635
26636         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
26637         * modules/tls-tests (configure.ac): Likewise.
26638         Reported by Arto C. Nirkko <anirkko@insel.ch>.
26639
26640 2007-04-13  Bruno Haible  <bruno@clisp.org>
26641
26642         * lib/tls.c (glthread_tls_get): Fix return type.
26643         Patch by Arto C. Nirkko <anirkko@insel.ch>.
26644
26645 2007-04-12  Eric Blake  <ebb9@byu.net>
26646
26647         * modules/gettime (Depends-on): Remove gettime.
26648         Reported by Dmitry V. Levin.
26649
26650 2007-04-12  Bruno Haible  <bruno@clisp.org>
26651
26652         * modules/fflush (Include): Mention <stdio.h>.
26653         * modules/strtoimax (Include): Mention <inttypes.h>.
26654         * modules/strtoumax (Include): Likewise.
26655
26656 2007-04-12  Eric Blake  <ebb9@byu.net>
26657
26658         * .cvsignore: New file.
26659         * .gitignore: Likewise.
26660
26661 2007-04-12  Bruno Haible  <bruno@clisp.org>
26662
26663         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
26664         not before, since $(LDADD) often contains libgnu.a.
26665         * modules/striconv-tests (test_striconv_LDADD): Likewise.
26666         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
26667         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
26668         Needed on Cygwin.
26669
26670 2007-04-12  Eric Blake  <ebb9@byu.net>
26671
26672         Work around glibc's failure to flush stdin on fclose.
26673         * lib/closein.c (close_stdin): Flush stdin before closing.
26674
26675         Work around glibc's failure to reset seekable stdin on exit.
26676         * modules/closein: New module.
26677         * lib/closein.c: New file.
26678         * lib/closein.h: Likewise.
26679         * m4/closein.m4: Likewise.
26680         * MODULES.html.sh (File stream based Input/Output): Document it.
26681
26682 2007-04-12  Simon Josefsson  <simon@josefsson.org>
26683
26684         * gnulib-tool: Rename generated 'autobuild' script to
26685         'do-autobuild' in --create-megatestdir output.
26686
26687         * doc/gnulib.texi (Build robot for gnulib): Fix.
26688
26689 2007-04-12  Simon Josefsson  <simon@josefsson.org>
26690
26691         * modules/sysexits (Depends-on): Add absolute-header.
26692
26693 2007-04-12  Eric Blake  <ebb9@byu.net>
26694
26695         No need to preserve errno on success.
26696         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
26697         Reported by Bruno Haible.
26698
26699 2007-04-12  Simon Josefsson  <simon@josefsson.org>
26700
26701         * MODULES.html.sh (Support for maintaining and releasing
26702         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
26703
26704 2007-04-12  Simon Josefsson  <simon@josefsson.org>
26705
26706         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
26707
26708 2007-04-12  Simon Josefsson  <simon@josefsson.org>
26709
26710         * modules/autobuild: New module.
26711
26712         * m4/autobuild.m4: New file.
26713
26714 2007-04-11  Bruno Haible  <bruno@clisp.org>
26715
26716         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
26717         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
26718         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
26719         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
26720         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
26721         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
26722         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
26723         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26724         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
26725         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
26726         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
26727         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
26728         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
26729         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
26730         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
26731         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
26732         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
26733         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
26734         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
26735         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
26736         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
26737         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
26738         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
26739         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
26740         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
26741         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
26742         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
26743         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
26744         Reported by Eric Blake.
26745
26746 2007-04-11  Bruno Haible  <bruno@clisp.org>
26747
26748         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
26749
26750 2007-04-10  Bruno Haible  <bruno@clisp.org>
26751
26752         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
26753         for NaN and Infinity. Needed on FreeBSD 6.1.
26754         * tests/test-vasnprintf-posix.c (test_function): Undo last change
26755         regarding results for "%010a" of Infinity and NaN.
26756         * tests/test-vasprintf-posix.c (test_function): Likewise.
26757         * tests/test-snprintf-posix.h (test_function): Likewise.
26758         * tests/test-sprintf-posix.h (test_function): Likewise.
26759         * tests/test-fprintf-posix.h (test_function): Likewise.
26760         * tests/test-printf-posix.h (test_function): Likewise.
26761         * tests/test-fprintf-posix.out: Likewise.
26762
26763 2007-04-10  Bruno Haible  <bruno@clisp.org>
26764
26765         * modules/locale-tests: New file.
26766         * tests/test-locale.c: New file.
26767
26768         * modules/locale: New file.
26769         * lib/locale_.h: New file.
26770         * m4/locale_h.m4: New file.
26771
26772 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
26773             Bruno Haible  <bruno@clisp.org>
26774
26775         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
26776         be determined, test for availability of the copysignf, copysign,
26777         copysignl functions.
26778         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
26779         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
26780         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
26781
26782 2007-04-09  Eric Blake  <ebb9@byu.net>
26783
26784         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
26785         * modules/stdio (Makefile.am): Support fflush.
26786         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
26787         * modules/fflush: New file.
26788         * lib/fflush.c: Likewise.
26789         * m4/fflush.m4: Likewise.
26790         * modules/fflush-tests: New test.
26791         * tests/test-fflush.c: Likewise.
26792         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
26793
26794 2007-04-06  Bruno Haible  <bruno@clisp.org>
26795
26796         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
26797         (VASNPRINTF): Use signbit for faster determination whether to print a
26798         minus sign.
26799         * modules/vasnprintf (Files): Remove lib/float+.h.
26800         * modules/fprintf-posix (Depends-on): Add signbit.
26801         * modules/snprintf-posix (Depends-on): Likewise.
26802         * modules/sprintf-posix (Depends-on): Likewise.
26803         * modules/vasnprintf-posix (Depends-on): Likewise.
26804         * modules/vasprintf-posix (Depends-on): Likewise.
26805         * modules/vfprintf-posix (Depends-on): Likewise.
26806         * modules/vsnprintf-posix (Depends-on): Likewise.
26807         * modules/vsprintf-posix (Depends-on): Likewise.
26808
26809 2007-04-06  Bruno Haible  <bruno@clisp.org>
26810
26811         * tests/test-frexp.c (main): Test also the sign bit of zero results.
26812         * tests/test-frexpl.c (main): Likewise.
26813         * tests/test-ldexpl.c (main): Likewise.
26814         * modules/frexp-tests (Depends-on): Add signbit.
26815         * modules/frexpl-tests (Depdends-on): Likewise.
26816         * modules/ldexpl-tests (Depdends-on): Likewise.
26817
26818 2007-04-06  Bruno Haible  <bruno@clisp.org>
26819
26820         * modules/signbit-tests: New file.
26821         * tests/test-signbit.c: New file.
26822
26823         * modules/signbit: New file.
26824         * lib/signbitf.c: New file.
26825         * lib/signbitd.c: New file.
26826         * lib/signbitl.c: New file.
26827         * m4/signbit.m4: New file.
26828         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
26829         (signbit): New macro.
26830         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
26831         REPLACE_SIGNBIT.
26832         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
26833         REPLACE_FREXPL into math.h.
26834
26835 2007-04-06  Bruno Haible  <bruno@clisp.org>
26836
26837         * modules/isnanf-nolibm-tests: New file.
26838         * tests/test-isnanf.c: New file.
26839
26840         * modules/isnanf-nolibm: New file.
26841         * lib/isnanf.h: New file.
26842         * lib/isnanf.c: New file.
26843         * lib/isnan.c: Consider the USE_FLOAT macro.
26844         * m4/isnanf.m4: New file.
26845
26846 2007-04-06  Bruno Haible  <bruno@clisp.org>
26847
26848         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
26849         (Link): New section.
26850
26851         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
26852
26853 2007-04-06  Bruno Haible  <bruno@clisp.org>
26854
26855         Assume the 'long double' type.
26856         * m4/longdouble.m4: Remove file.
26857         * config/srclist.txt: Don't mention longdouble.m4.
26858         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
26859         * lib/float+.h: Likewise.
26860         * lib/frexp.c: Likewise.
26861         * lib/printf-args.h: Likewise.
26862         * lib/printf-args.c: Likewise.
26863         * lib/printf-frexp.c: Likewise.
26864         * lib/printf-parse.c: Likewise.
26865         * lib/vasnprintf.c: Likewise.
26866         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
26867         * m4/intl.m4: Likewise.
26868         * m4/isnanl.m4: Likewise.
26869         * m4/printf.m4: Likewise.
26870         * m4/printf-frexpl.m4: Likewise.
26871         * m4/vasnprintf.m4: Likewise.
26872         * modules/allocsa (Files): Remove m4/longdouble.m4.
26873         * modules/gettext (Files): Likewise.
26874         * modules/relocatable-prog-wrapper (Files): Likewise.
26875         * modules/vasnprintf (Files): Likewise.
26876         * modules/isnanl (Files): Likewise.
26877         (Include): Simplify.
26878         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
26879         (Include): Simplify.
26880         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
26881         (Include): Simplify.
26882         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
26883         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
26884         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
26885         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
26886         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
26887         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
26888         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
26889         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
26890         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
26891         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
26892         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
26893         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
26894         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
26895         * tests/test-isnanl.c: Likewise.
26896         * tests/test-snprintf-posix.h: Likewise.
26897         * tests/test-sprintf-posix.h: Likewise.
26898         * tests/test-vasnprintf-posix.c: Likewise.
26899         * tests/test-vasnprintf-posix2.c: Likewise.
26900         * tests/test-vasprintf-posix.c: Likewise.
26901
26902 2007-04-06  Bruno Haible  <bruno@clisp.org>
26903
26904         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
26905         * lib/math_.h [__DECC]: Include the overridden include file through
26906         #include_next, outside the double-inclusion guard.
26907         * lib/stdio_.h [__DECC]: Likewise.
26908         * lib/stdlib_.h [__DECC]: Likewise.
26909         * lib/string_.h [__DECC]: Likewise.
26910         * lib/time_.h [__DECC]: Likewise.
26911         * lib/wchar_.h [__DECC]: Likewise.
26912         * lib/wctype_.h [__DECC]: Likewise.
26913         * lib/inttypes_.h [__DECC]: Likewise.
26914         Reported by Albert Chin <china@thewrittenword.com> in
26915         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
26916
26917 2007-04-04  Eric Blake  <ebb9@byu.net>
26918
26919         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
26920         1.5.x.
26921
26922 2007-04-04  Bruno Haible  <bruno@clisp.org>
26923
26924         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
26925         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
26926
26927 2007-04-04  Bruno Haible  <bruno@clisp.org>
26928
26929         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
26930         results for "%010a" of Infinity and NaN.
26931         * tests/test-vasprintf-posix.c (test_function): Likewise.
26932         * tests/test-snprintf-posix.h (test_function): Likewise.
26933         * tests/test-sprintf-posix.h (test_function): Likewise.
26934         * tests/test-fprintf-posix.h (test_function): Remove these tests.
26935         * tests/test-printf-posix.h (test_function): Likewise.
26936         * tests/test-fprintf-posix.out: Update.
26937         Needed for FreeBSD 6.1.
26938
26939 2007-04-04  Bruno Haible  <bruno@clisp.org>
26940
26941         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
26942         directly used by the gnulib modules nor by gnulib-tool.
26943
26944 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
26945
26946         * DEPENDENCIES: Give overall description of version dependency
26947         desirability.  Use more-typical names for apps.
26948         Add shell, coreutils, diffutils, grep, tar, gzip.
26949
26950 2007-04-04  Simon Josefsson  <simon@josefsson.org>
26951
26952         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
26953
26954 2007-04-04  Karl Berry  <karl@gnu.org>
26955
26956         * MODULES.html.sh (func_module): missing '.
26957
26958 2007-04-03  Bruno Haible  <bruno@clisp.org>
26959
26960         * modules/argmatch-tests (Makefile.am): New variable
26961         test_argmatch_LDADD.
26962         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
26963         * modules/array-list-tests (Makefile.am): New variable
26964         test_array_list_LDADD.
26965         * modules/array-oset-tests (Makefile.am): New variable
26966         test_array_oset_LDADD.
26967         * modules/avltree-list-tests (Makefile.am): New variable
26968         test_avltree_list_LDADD.
26969         * modules/avltree-oset-tests (Makefile.am): New variable
26970         test_avltree_oset_LDADD.
26971         * modules/avltreehash-list-tests (Makefile.am): New variable
26972         test_avltreehash_list_LDADD.
26973         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
26974         test_canonicalize_lgpl_LDADD.
26975         * modules/carray-list-tests (Makefile.am): New variable
26976         test_carray_list_LDADD.
26977         * modules/dirname-tests (Makefile.am): New variable
26978         test_dirname_LDADD.
26979         * modules/linked-list-tests (Makefile.am): New variable
26980         test_linked_list_LDADD.
26981         * modules/linkedhash-list-tests (Makefile.am): New variable
26982         test_linkedhash_list_LDADD.
26983         * modules/rbtree-list-tests (Makefile.am): New variable
26984         test_rbtree_list_LDADD.
26985         * modules/rbtree-oset-tests (Makefile.am): New variable
26986         test_rbtree_oset_LDADD.
26987         * modules/rbtreehash-list-tests (Makefile.am): New variable
26988         test_rbtreehash_list_LDADD.
26989         * modules/xvasprintf-tests (Makefile.am): New variable
26990         test_xvasprintf_LDADD.
26991         Reported by Eric Blake.
26992
26993 2007-04-03  Eric Blake  <ebb9@byu.net>
26994
26995         * DEPENDENCIES: Weaken m4 requirements.
26996
26997 2007-04-03  Bruno Haible  <bruno@clisp.org>
26998
26999         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
27000         * modules/isnanl-tests (configure.ac): Likewise.
27001
27002 2007-04-03  Ben Pfaff  <blp@gnu.org>
27003
27004         * modules/iconv_open: Add $(srcdir)/ to source directory
27005         references in Makefile fragments that call gperf, to fix VPATH
27006         builds.
27007
27008 2007-04-03  Bruno Haible  <bruno@clisp.org>
27009
27010         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
27011         * lib/ldexpl.c: Undo last change.
27012
27013 2007-04-03  Bruno Haible  <bruno@clisp.org>
27014
27015         * modules/printf-frexpl (Depends-on): Undo last change.
27016         (Files): Add m4/ldexpl.m4.
27017
27018 2007-04-03  Bruno Haible  <bruno@clisp.org>
27019
27020         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
27021         * modules/isnanl (Link): New section.
27022
27023         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
27024         * modules/frexp (Link): New section.
27025
27026         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
27027         * modules/frexpl (Link): New section.
27028
27029         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
27030         * modules/ldexpl (Link): New section.
27031
27032 2007-04-03  Bruno Haible  <bruno@clisp.org>
27033
27034         * modules/TEMPLATE-EXTENDED: New file.
27035         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
27036
27037 2007-04-03  Bruno Haible  <bruno@clisp.org>
27038
27039         * DEPENDENCIES: New file.
27040         Suggested by Simon Josefsson.
27041
27042 2007-04-03  Bruno Haible  <bruno@clisp.org>
27043
27044         * doc/gnulib.texi: Escape @.
27045
27046 2007-04-03  James Youngman  <jay@gnu.org>
27047         and Paul Eggert  <eggert@cs.ucla.edu>
27048
27049         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
27050         birthtime on all systems that have birthtime, not just those which
27051         use st_birthtimensec rather than st_birthtim.  Putting zero in
27052         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
27053         that the birth time is not available for files on an NFS mount.
27054
27055 2007-04-03  Simon Josefsson  <simon@josefsson.org>
27056
27057         * modules/memxor: Move back from crypto/, suggested by Bruno.
27058         * modules/crypto/hmac-sha1: Fix memxor dependency.
27059
27060         * modules/crypto/gc: Moved from ../.
27061
27062 2007-04-02  Eric Blake  <ebb9@byu.net>
27063
27064         * lib/ldexpl.c (includes): Avoid libm.
27065
27066         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
27067
27068 2007-04-02  Bruno Haible  <bruno@clisp.org>
27069
27070         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
27071         on IRIX.
27072
27073 2007-04-02  Bruno Haible  <bruno@clisp.org>
27074
27075         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
27076         x86 or x86_64 platforms running MacOS X.
27077         Reported by Ryan Schmidt <@ryandesign.com>.
27078
27079 2007-04-02  Bruno Haible  <bruno@clisp.org>
27080
27081         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
27082         i386.
27083
27084 2007-04-01  Simon Josefsson  <simon@josefsson.org>
27085
27086         * modules/crypto/arcfour: Moved from ../.
27087         * modules/crypto/arcfour-tests: Moved from ../.
27088         * modules/crypto/arctwo: Moved from ../.
27089         * modules/crypto/arctwo-tests: Moved from ../.
27090         * modules/crypto/des: Moved from ../.
27091         * modules/crypto/des-tests: Moved from ../.
27092         * modules/crypto/gc-arcfour: Moved from ../.
27093         * modules/crypto/gc-arcfour-tests: Moved from ../.
27094         * modules/crypto/gc-arctwo: Moved from ../.
27095         * modules/crypto/gc-arctwo-tests: Moved from ../.
27096         * modules/crypto/gc-des: Moved from ../.
27097         * modules/crypto/gc-des-tests: Moved from ../.
27098         * modules/crypto/gc-hmac-md5: Moved from ../.
27099         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
27100         * modules/crypto/gc-hmac-sha1: Moved from ../.
27101         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
27102         * modules/crypto/gc-md2: Moved from ../.
27103         * modules/crypto/gc-md2-tests: Moved from ../.
27104         * modules/crypto/gc-md4: Moved from ../.
27105         * modules/crypto/gc-md4-tests: Moved from ../.
27106         * modules/crypto/gc-md5: Moved from ../.
27107         * modules/crypto/gc-md5-tests: Moved from ../.
27108         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
27109         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
27110         * modules/crypto/gc-random: Moved from ../.
27111         * modules/crypto/gc-rijndael: Moved from ../.
27112         * modules/crypto/gc-rijndael-tests: Moved from ../.
27113         * modules/crypto/gc-sha1: Moved from ../.
27114         * modules/crypto/gc-sha1-tests: Moved from ../.
27115         * modules/crypto/gc-tests: Moved from ../.
27116         * modules/crypto/hmac-md5: Moved from ../.
27117         * modules/crypto/hmac-md5-tests: Moved from ../.
27118         * modules/crypto/hmac-sha1: Moved from ../.
27119         * modules/crypto/hmac-sha1-tests: Moved from ../.
27120         * modules/crypto/md2: Moved from ../.
27121         * modules/crypto/md2-tests: Moved from ../.
27122         * modules/crypto/md4: Moved from ../.
27123         * modules/crypto/md4-tests: Moved from ../.
27124         * modules/crypto/md5: Moved from ../.
27125         * modules/crypto/md5-tests: Moved from ../.
27126         * modules/crypto/memxor: Moved from ../.
27127         * modules/crypto/rijndael: Moved from ../.
27128         * modules/crypto/rijndael-tests: Moved from ../.
27129         * modules/crypto/sha1: Moved from ../.
27130
27131 2007-03-30  James Youngman  <jay@gnu.org>
27132
27133         * tests/test-stat-time.c (prepare_test): use chmod() rather than
27134         rename() to change the ctime of a file (because ctime is unaffected
27135         by rename on jfs2 on AIX 5.1).
27136         (main): Start by doing cleanup, in case a previous run failed leaving
27137         test files behind.
27138
27139 2007-03-31  Bruno Haible  <bruno@clisp.org>
27140
27141         Support old proprietary implementations of iconv.
27142         * modules/iconv_open: New file.
27143         * lib/iconv_.h: New file.
27144         * m4/iconv_h.m4: New file.
27145         * lib/iconv_open.c: New file.
27146         * lib/iconv_open-aix.gperf: New file.
27147         * lib/iconv_open-hpux.gperf: New file.
27148         * lib/iconv_open-irix.gperf: New file.
27149         * lib/iconv_open-osf.gperf: New file.
27150         * m4/iconv_open.m4: New file.
27151         * modules/linebreak (Depends-on): Add iconv_open.
27152         * modules/striconv (Depends-on): Likewise.
27153         * modules/striconveh (Depends-on): Likewise.
27154         * modules/unicodeio (Depends-on): Likewise.
27155         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
27156         (iconv_t)(-1).
27157         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
27158         conversion if cd is (iconv_t)(-1).
27159         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
27160         is not possible.
27161
27162 2007-03-31  Bruno Haible  <bruno@clisp.org>
27163
27164         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
27165         work on Solaris either. Protect also second use of "autodetect_jp".
27166
27167 2007-03-31  Bruno Haible  <bruno@clisp.org>
27168
27169         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
27170         the function is not present.
27171
27172 2007-03-31  Bruno Haible  <bruno@clisp.org>
27173
27174         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
27175         the function is not present.
27176
27177 2007-03-31  Bruno Haible  <bruno@clisp.org>
27178
27179         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
27180         a bug in HP-UX iconv_open().
27181
27182 2007-03-31  Bruno Haible  <bruno@clisp.org>
27183
27184         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
27185         (Mathematics <math.h>): New section, add fpieee.
27186         (Input/output <stdio.h>): Add fseterr.
27187         (Mathematics <math.h>): New section, add printf-frexp.
27188         (Container data structures): Add sublist.
27189         (Core language properties): Add fpucw, inline.
27190         (Functions for greatest-width integer types <inttypes.h>): Add
27191         imaxabs, imaxdiv, inttypes.
27192         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
27193         isnanl-nolibm, ldexp.
27194         (Mathematics <math.h>): New section, add printf-frexpl.
27195         (Support for systems lacking POSIX:2001): Add fprintf-posix,
27196         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
27197         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
27198         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
27199         (Unicode string functions): Add unistr/u*-mbtoucr.
27200         (Java): Add javacomp-script, javaexec-script.
27201         (C#): Add csharpcomp-script, csharpexec-script.
27202         (Support for building libraries and executables): Add havelib,
27203         relocatable-*.
27204         (Support for maintaining and releasing projects): Renamed from
27205         'Support for maintaining and release projects'. Add announce-gen.
27206
27207 2007-03-31  Bruno Haible  <bruno@clisp.org>
27208
27209         * README: Talk primarily about git.
27210         (git and CVS): Renamed from CVS.
27211         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
27212         gnulib is available through git.
27213         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
27214
27215 2007-03-30  Bruno Haible  <bruno@clisp.org>
27216
27217         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
27218         * lib/poll_.h: Likewise.
27219         * lib/stat_.h: Likewise.
27220         * lib/sys_time_.h: Likewise.
27221         * lib/sysexit_.h: Likewise.
27222         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
27223         * lib/stdbool_.h: Likewise.
27224         * lib/byteswap_.h: Add double-inclusion guard.
27225
27226 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
27227
27228         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
27229
27230 2007-03-30  Karl Berry  <karl@gnu.org>
27231
27232         * config/srclist-update: double space after USA in the license
27233         substitution, since that's how it's usually (?) written.
27234
27235 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
27236
27237         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
27238         reported by Bruno Haible.
27239
27240 2007-03-29  Bruno Haible  <bruno@clisp.org>
27241
27242         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
27243         a bug in AIX iconv().
27244
27245 2007-03-29  Bruno Haible  <bruno@clisp.org>
27246
27247         * modules/ldexpl-tests: New file.
27248         * tests/test-ldexpl.c: New file.
27249
27250 2007-03-29  Bruno Haible  <bruno@clisp.org>
27251
27252         * lib/ldexpl.c: Include fpucw.h.
27253         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
27254         multiplication.
27255         * modules/ldexpl (Depends-on): Add fpucw.
27256
27257 2007-03-29  Bruno Haible  <bruno@clisp.org>
27258
27259         * modules/ldexpl: New file.
27260         * m4/ldexpl.m4: New file.
27261         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
27262         set.
27263         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
27264         REPLACE_LDEXPL.
27265         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
27266         REPLACE_LDEXPL.
27267         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
27268         gl_FUNC_LDEXPL_WORKS.
27269         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
27270         * modules/mathl (Files): Remove lib/ldexpl.c.
27271         (Depends-on): Add ldexpl.
27272
27273 2007-03-29  Bruno Haible  <bruno@clisp.org>
27274
27275         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
27276
27277 2007-03-29  Bruno Haible  <bruno@clisp.org>
27278
27279         * tests/test-striconveh.c (main): Don't assume that a direct conversion
27280         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
27281         and possibly also HP-UX.
27282         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
27283         work on AIX, IRIX, HP-UX, OSF/1.
27284         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
27285         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
27286         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
27287         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
27288         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
27289         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
27290
27291 2007-03-29  Bruno Haible  <bruno@clisp.org>
27292
27293         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
27294
27295 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
27296
27297         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
27298         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
27299
27300 2007-03-29  Eric Blake  <ebb9@byu.net>
27301
27302         * lib/acl-internal.h: Remove redundant include.
27303         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
27304         Cygwin when a file is locked.
27305
27306 2007-03-29  Bruno Haible  <bruno@clisp.org>
27307
27308         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
27309         file.
27310         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
27311
27312 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
27313
27314         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
27315         try to remove a parent directory if the child couldn't be removed
27316         (except for the first rmdir, which could fail because the child
27317         doesn't exist).  Problem reported by Jeff Blaine in
27318         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
27319
27320 2007-03-28  Bruno Haible  <bruno@clisp.org>
27321
27322         * lib/striconveh.c (utf8conv_carefully): New function.
27323         (mem_cd_iconveh_internal): Invoke it.
27324
27325 2007-03-28  Bruno Haible  <bruno@clisp.org>
27326
27327         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
27328         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
27329         input.
27330         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
27331         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
27332         unistr/u8-uctomb.
27333
27334 2007-03-28  Bruno Haible  <bruno@clisp.org>
27335
27336         * modules/unistr/u8-mbtoucr: New file.
27337         * lib/unistr/u8-mbtoucr.c: New file.
27338         * modules/unistr/u16-mbtoucr: New file.
27339         * lib/unistr/u16-mbtoucr.c: New file.
27340         * modules/unistr/u16-mbtoucr: New file.
27341         * lib/unistr/u16-mbtoucr.c: New file.
27342         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
27343
27344 2007-03-27  Simon Josefsson  <simon@josefsson.org>
27345             Bruno Haible  <bruno@clisp.org>
27346
27347         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
27348         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
27349         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
27350
27351         * m4/stdio_h.m4: Add stubs for vasprintf too.
27352
27353         * modules/stdio: Support vasprintf in sed command.
27354
27355         * modules/vasprintf: Depend on stdio for prototypes.  Remove
27356         vasprintf.h.  Add stdio module indicator.
27357
27358         * lib/stdio_.h: Declare asprintf and vasprintf, based on
27359         vasprintf.h.
27360
27361         * lib/vasprintf.h: File removed.
27362
27363         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
27364         * lib/vasprintf.c: Ditto.
27365         * lib/xvasprintf.c: Ditto.
27366         * tests/test-vasprintf-posix.c: Ditto.
27367         * tests/test-vasprintf.c: Ditto.
27368
27369 2007-03-27  Bruno Haible  <bruno@clisp.org>
27370
27371         Make vasnprintf multithread-safe.
27372         * lib/vasnprintf.c (decimal_point_char): New function.
27373         (VASNPRINTF): Use it.
27374         Suggested by Simon Josefsson.
27375
27376 2007-03-27  Eric Blake  <ebb9@byu.net>
27377
27378         Support sub-second birthtime on cygwin.
27379         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
27380         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
27381         (get_stat_birthtime): Also work with st_birthtim.
27382
27383 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
27384
27385         * lib/stat-time.h (USE_BIRTHTIME): Remove.
27386         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
27387         (get_stat_birthtime_ns): Do not try to use "spare" fields.
27388         (get_stat_birthtime_ns): Simplify compile-time tests.
27389         (get_stat_birthtime): Change the API to look like
27390         get_stat_mtime etc., except return a negative tv_nsec on error.
27391         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
27392         Don't check for "spare" fields.
27393         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
27394         or for struct stat.st_birthtime, as these tests aren't used.
27395         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
27396
27397 2007-03-27  Bruno Haible  <bruno@clisp.org>
27398
27399         * lib/stat-time.h: Include <sys/stat.h>.
27400
27401 2007-03-27  James Youngman  <jay@gnu.org>
27402
27403         * lib/stat-time.h (get_stat_birthtime): New function for
27404           retrieving st_birthtime as provided by UFS2 (hence *BSD).
27405         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
27406           and its variants.
27407         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
27408         * modules/stat-time-test: New file.
27409         * tests/test-stat-time.c: New test, devised by Bruno Haible.
27410
27411 2007-03-26  Bruno Haible  <bruno@clisp.org>
27412
27413         Better support of signalling NaNs.
27414         * lib/atanl.c: Include isnanl.h.
27415         (atanl): Perform test for NaN at the beginning of the function and
27416         through a call to isnanl.
27417         * lib/cosl.c: Include isnanl.h.
27418         (cosl): Perform test for NaN at the beginning of the function and
27419         through a call to isnanl.
27420         * lib/ldexpl.c: Include isnanl.h.
27421         (ldexpl): Perform test for NaN through a call to isnanl.
27422         * lib/logl.c: Include isnanl.h.
27423         (logl): Perform test for NaN at the beginning of the function and
27424         through a call to isnanl.
27425         * lib/sinl.c: Include isnanl.h.
27426         (sinl): Perform test for NaN at the beginning of the function and
27427         through a call to isnanl.
27428         * lib/sqrtl.c: Include isnanl.h.
27429         (sqrtl): Perform test for NaN at the beginning of the function and
27430         through a call to isnanl.
27431         * lib/tanl.c: Include isnanl.h.
27432         (tanl): Perform test for NaN at the beginning of the function and
27433         through a call to isnanl.
27434         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
27435         * modules/mathl (Depends-on): Add isnanl.
27436
27437 2007-03-26  Eric Blake  <ebb9@byu.net>
27438
27439         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
27440         regression in logic sense of previous patch.
27441
27442 2007-03-26  Bruno Haible  <bruno@clisp.org>
27443
27444         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
27445         unportable shell command "if ! ...".
27446         Reported by Ralf Wildenhues.
27447
27448 2007-03-25  Bruno Haible  <bruno@clisp.org>
27449
27450         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
27451         <sysexits.h> file, and only add EX_CONFIG.
27452         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
27453         absolute file name and whether it is sufficient. Substitute also
27454         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
27455         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
27456         ABSOLUTE_SYSEXITS_H into sysexits.h.
27457
27458 2007-03-25  Bruno Haible  <bruno@clisp.org>
27459
27460         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
27461         hints is NULL.
27462
27463 2007-03-25  Bruno Haible  <bruno@clisp.org>
27464
27465         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
27466         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
27467
27468 2007-03-25  Bruno Haible  <bruno@clisp.org>
27469
27470         * lib/vasnprintf.c: Include langinfo.h.
27471         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
27472         multithread-safe.
27473         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
27474         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
27475         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27476         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27477         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27478         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27479         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27480         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
27481         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27482         Reported by Simon Josefsson.
27483
27484 2007-03-25  Bruno Haible  <bruno@clisp.org>
27485
27486         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
27487         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
27488         * modules/vasnprintf (Depends-on): Add stdint.
27489
27490 2007-03-25  Bruno Haible  <bruno@clisp.org>
27491
27492         * modules/fpieee: New file.
27493         * m4/fpieee.m4: New file.
27494         * modules/isnan-nolibm (Depends-on): Add fpieee.
27495         * modules/isnanl-nolibm (Depends-on): Add fpieee.
27496         * modules/isnanl (Depends-on): Add fpieee.
27497
27498 2007-03-25  Bruno Haible  <bruno@clisp.org>
27499
27500         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
27501
27502 2007-03-25  Bruno Haible  <bruno@clisp.org>
27503
27504         Avoid test failures on IRIX 6.5.
27505         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
27506         (main): Use it.
27507         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
27508         macros.
27509         (main): Use them.
27510
27511 2007-03-25  Bruno Haible  <bruno@clisp.org>
27512
27513         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
27514         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
27515         exists but doesn't work.
27516         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
27517         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
27518         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
27519         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
27520
27521 2007-03-25  Bruno Haible  <bruno@clisp.org>
27522
27523         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
27524         returns inf. Needed on IRIX 6.5.
27525
27526 2007-03-25  Bruno Haible  <bruno@clisp.org>
27527
27528         * tests/test-frexpl.c: Include isnanl-nolibm.h.
27529         (main): Use isnanl instead of x != x idiom.
27530         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
27531
27532         * tests/test-frexp.c: Include isnan.h.
27533         (main): Use isnan instead of x != x idiom.
27534         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
27535
27536 2007-03-25  Bruno Haible  <bruno@clisp.org>
27537
27538         * tests/test-frexp.c (NaN): New function/macro.
27539         (main): Use it instead of 0.0 / 0.0.
27540         * tests/test-isnan.c (NaN): New function/macro.
27541         (main): Use it instead of 0.0 / 0.0.
27542         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
27543         (test_function): Use it instead of 0.0 / 0.0.
27544         * tests/test-vasprintf-posix.c (NaN): New function/macro.
27545         (test_function): Use it instead of 0.0 / 0.0.
27546         * tests/test-snprintf-posix.h (NaN): New function/macro.
27547         (test_function): Use it instead of 0.0 / 0.0.
27548         * tests/test-sprintf-posix.h (NaN): New function/macro.
27549         (test_function): Use it instead of 0.0 / 0.0.
27550         * tests/test-fprintf-posix.h (NaN): New function/macro.
27551         (test_function): Use it instead of 0.0 / 0.0.
27552         * tests/test-printf-posix.h (NaN): New function/macro.
27553         (test_function): Use it instead of 0.0 / 0.0.
27554
27555         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
27556
27557 2007-03-25  Bruno Haible  <bruno@clisp.org>
27558
27559         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
27560
27561 2007-03-25  Bruno Haible  <bruno@clisp.org>
27562
27563         * lib/regexec.c (merge_state_with_log): Make static.
27564
27565 2007-03-25  Bruno Haible  <bruno@clisp.org>
27566
27567         * lib/trigl.c (kernel_rem_pio2): Make static.
27568
27569 2007-03-25  Bruno Haible  <bruno@clisp.org>
27570
27571         * lib/sincosl.c (sincosl_table): Make static.
27572
27573 2007-03-25  Bruno Haible  <bruno@clisp.org>
27574
27575         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
27576         if the compiler does not support C99.
27577
27578 2007-03-25  Bruno Haible  <bruno@clisp.org>
27579
27580         * modules/time (Makefile.am): Ensure all rule action lines start with a
27581         tab.
27582
27583 2007-03-24  Bruno Haible  <bruno@clisp.org>
27584
27585         * modules/tsearch-tests: New file.
27586         * tests/test-tsearch.sh: New file.
27587         * tests/test-tsearch.c: New file, mostly copied from glibc.
27588
27589         * modules/search-tests: New file.
27590         * tests/test-search.c: New file.
27591
27592         * modules/search: New file.
27593         * lib/search_.h: New file, incorporating lib/tsearch.h.
27594         * m4/search_h.m4: New file.
27595         * lib/tsearch.h: Remove file.
27596         * lib/tsearch.c: Include search.h instead of tsearch.h.
27597         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
27598         HAVE_TSEARCH.
27599         * modules/tsearch (Files): Remove lib/tsearch.h.
27600         (Depends-on): Add search.
27601         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
27602         (Include): Change tsearch.h into search.h.
27603
27604 2007-03-24  Bruno Haible  <bruno@clisp.org>
27605
27606         * modules/fpucw: New file.
27607         * lib/fpucw.h: New file.
27608         * lib/frexp.c: Include fpucw.h.
27609         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
27610         (FUNC): Use them.
27611         * lib/printf-frexp.c: Include fpucw.h.
27612         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
27613         (FUNC): Use them.
27614         * lib/vasnprintf.c: Include fpucw.h.
27615         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
27616         'long double' calculations.
27617         * tests/test-frexpl.c: Include fpucw.h.
27618         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
27619         * tests/test-printf-frexpl.c: Include fpucw.h.
27620         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
27621         * modules/frexpl (Depends-on): Add fpucw.
27622         * modules/printf-frexpl (Depends-on): Likewise.
27623         * modules/fprintf-posix (Depends-on): Likewise.
27624         * modules/snprintf-posix (Depends-on): Likewise.
27625         * modules/sprintf-posix (Depends-on): Likewise.
27626         * modules/vasnprintf-posix (Depends-on): Likewise.
27627         * modules/vasprintf-posix (Depends-on): Likewise.
27628         * modules/vfprintf-posix (Depends-on): Likewise.
27629         * modules/vsnprintf-posix (Depends-on): Likewise.
27630         * modules/vsprintf-posix (Depends-on): Likewise.
27631         * modules/frexpl-tests (Depends-on): Likewise.
27632         * modules/printf-frexpl-tests (Depends-on): Likewise.
27633
27634 2007-03-24  Bruno Haible  <bruno@clisp.org>
27635
27636         * lib/float+.h: New file.
27637         * lib/isnan.c: Include float+.h.
27638         (SIZE): New macro.
27639         (FUNC): Compare only SIZE bytes of the value.
27640         * lib/vasnprintf.c: Include float+.h.
27641         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
27642         SIZEOF_LDBL or SIZEOF_DBL bytes.
27643         * modules/isnan-nolibm (Files): Add lib/float+.h.
27644         * modules/isnanl-nolibm (Files): Add lib/float+.h.
27645         * modules/isnanl (Files): Add lib/float+.h.
27646         * modules/vasnprintf (Files): Add lib/float+.h.
27647
27648 2007-03-24  Bruno Haible  <bruno@clisp.org>
27649
27650         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
27651         include isnanl-nolibm.h.
27652
27653 2007-03-24  Bruno Haible  <bruno@clisp.org>
27654
27655         * tests/test-read-file.c (main): Don't produce spurious output for
27656         expected situations. Make the test fail if it encountered unexpected
27657         results.
27658
27659 2007-03-24  Bruno Haible  <bruno@clisp.org>
27660
27661         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
27662         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
27663
27664 2007-03-24  Bruno Haible  <bruno@clisp.org>
27665
27666         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
27667
27668 2007-03-24  Bruno Haible  <bruno@clisp.org>
27669
27670         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
27671         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
27672
27673         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
27674         * modules/utf8-ucs4: Turn into a symbolic link to module
27675         unistr/u8-mbtouc.
27676
27677         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
27678         utf8-ucs4-unsafe.
27679         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
27680         unistr/u8-mbtouc-unsafe.
27681
27682         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
27683         * modules/utf16-ucs4: Turn into a symbolic link to module
27684         unistr/u16-mbtouc.
27685
27686         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
27687         utf16-ucs4-unsafe.
27688         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
27689         unistr/u16-mbtouc-unsafe.
27690
27691         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
27692         * modules/ucs4-utf8: Turn into a symbolic link to module
27693         unistr/u8-ubtomb.
27694
27695         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
27696         * modules/ucs4-utf16: Turn into a symbolic link to module
27697         unistr/u16-ubtomb.
27698
27699 2007-03-24  Bruno Haible  <bruno@clisp.org>
27700
27701         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
27702         Enable the function only if HAVE_INLINE.
27703         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
27704         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
27705         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
27706         Enable the function only if HAVE_INLINE.
27707         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
27708         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
27709         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
27710         Enable the function only if HAVE_INLINE.
27711         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
27712         Enable the function only if HAVE_INLINE.
27713         * modules/utf8-ucs4: Update.
27714         * modules/utf8-ucs4-unsafe: Update.
27715         * modules/utf16-ucs4: Update.
27716         * modules/utf16-ucs4-unsafe: Update.
27717         * modules/ucs4-utf8: Update.
27718         * modules/ucs4-utf16: Update.
27719
27720 2007-03-24  Bruno Haible  <bruno@clisp.org>
27721
27722         * lib/utf8-ucs4.h: Remove file.
27723         * lib/utf8-ucs4-unsafe.h: Remove file.
27724         * lib/utf16-ucs4.h: Remove file.
27725         * lib/utf16-ucs4-unsafe.h: Remove file.
27726         * lib/ucs4-utf8.h: Remove file.
27727         * lib/ucs4-utf16.h: Remove file.
27728         * lib/unistr.h: Include their previous contents.
27729         * m4/utf-ucs4.m4: Remove file.
27730         * m4/ucs4-utf.m4: Remove file.
27731         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
27732         (Depends-on): Add unistr/base.
27733         (configure.ac): Remove gl_UTF_UCS4.
27734         (Makefile.am): Update.
27735         (Include): Change to unistr.h.
27736         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
27737         (Depends-on): Add unistr/base.
27738         (configure.ac): Remove gl_UTF_UCS4.
27739         (Makefile.am): Update.
27740         (Include): Change to unistr.h.
27741         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
27742         (Depends-on): Add unistr/base.
27743         (configure.ac): Remove gl_UTF_UCS4.
27744         (Makefile.am): Update.
27745         (Include): Change to unistr.h.
27746         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
27747         (Depends-on): Add unistr/base.
27748         (configure.ac): Remove gl_UTF_UCS4.
27749         (Makefile.am): Update.
27750         (Include): Change to unistr.h.
27751         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
27752         (Depends-on): Add unistr/base.
27753         (configure.ac): Remove gl_UCS4_UTF.
27754         (Makefile.am): Update.
27755         (Include): Change to unistr.h.
27756         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
27757         (Depends-on): Add unistr/base.
27758         (configure.ac): Remove gl_UCS4_UTF.
27759         (Makefile.am): Update.
27760         (Include): Change to unistr.h.
27761         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
27762         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
27763         utf8-ucs4-unsafe.h.
27764         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
27765         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
27766         utf16-ucs4-unsafe.h.
27767         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
27768         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
27769         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
27770         * lib/unistr/u8-strchr.c: Likewise.
27771         * lib/unistr/u8-strrchr.c: Likewise.
27772         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
27773         * lib/unistr/u16-strchr.c: Likewise.
27774         * lib/unistr/u16-strrchr.c: Likewise.
27775         * lib/striconveh.c: Update.
27776         * lib/linebreak.c: Update.
27777
27778 2007-03-24  Bruno Haible  <bruno@clisp.org>
27779
27780         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
27781         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
27782
27783 2007-03-22  Bruno Haible  <bruno@clisp.org>
27784
27785         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
27786
27787 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
27788
27789         * MODULES.html.sh (File system functions): New module write-any-file.
27790         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
27791         * m4/write-any-file.m4: New files.
27792
27793 2007-03-23  Eric Blake  <ebb9@byu.net>
27794
27795         * gnulib-tool: Rearrange space-tab sequences, since some editors
27796         like to eat them.
27797
27798 2007-03-23  Eric Blake  <ebb9@byu.net>
27799
27800         * lib/version-etc.c (version_etc_va): Update license wording to
27801         be more concise.  Recommended by Richard Stallman.
27802
27803 2007-03-22  Bruno Haible  <bruno@clisp.org>
27804
27805         * lib/poll.c (MSG_PEEK): New fallback definition.
27806
27807 2007-03-22  Bruno Haible  <bruno@clisp.org>
27808
27809         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
27810         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
27811         (main): Update.
27812         Fixes a compilation error on BeOS.
27813
27814 2007-03-22  Bruno Haible  <bruno@clisp.org>
27815
27816         * modules/frexpl-tests: New file.
27817         * tests/test-frexpl.c: New file.
27818
27819         * modules/frexpl: New file.
27820         * m4/frexpl.m4: New file.
27821         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
27822         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
27823         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
27824         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
27825         (Depends-on): Add frexpl. Remove isnanl-nolibm.
27826         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
27827
27828 2007-03-22  Bruno Haible  <bruno@clisp.org>
27829
27830         * lib/frexpl.c: Share code with lib/frexp.c.
27831         * modules/mathl (Files): Add lib/frexp.c.
27832         (Depends-on): Add isnanl-nolibm.
27833
27834 2007-03-22  Bruno Haible  <bruno@clisp.org>
27835
27836         * modules/printf-frexp (Files): Add m4/frexp.m4.
27837         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
27838         only if the found frexp function actually works.
27839
27840 2007-03-22  Bruno Haible  <bruno@clisp.org>
27841
27842         * lib/frexp.c: Remove older implementation that uses divisions.
27843
27844 2007-03-21  Bruno Haible  <bruno@clisp.org>
27845
27846         * modules/frexp-tests: New file.
27847         * tests/test-frexp.c: New file.
27848
27849         * modules/frexp: New file.
27850         * lib/frexp.c: New file.
27851         * m4/frexp.m4: New file.
27852         * lib/math_.h (frexp): New declaration.
27853         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
27854         REPLACE_FREXP.
27855         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
27856
27857 2007-03-21  Bruno Haible  <bruno@clisp.org>
27858
27859         * modules/isnanl-tests: New file.
27860         * tests/test-isnanl.c: New file.
27861
27862         * modules/isnanl: New file.
27863         * lib/isnanl.h: New file.
27864         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
27865         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
27866         gl_FUNC_ISNANL_WORKS.
27867         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
27868         New macros.
27869
27870 2007-03-21  Bruno Haible  <bruno@clisp.org>
27871
27872         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
27873         lib/isnanl.h.
27874         (Include): Update.
27875         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
27876         * lib/vasnprintf.c: Update.
27877         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
27878         tests/test-isnanl.h, remove tests/test-isnanl.c.
27879         (Makefile.am): Update.
27880         * tests/test-isnanl-nolibm.c: New file.
27881         * tests/test-isnanl.h: New file.
27882         * tests/test-isnanl.c: Remove file.
27883
27884 2007-03-21  Jim Meyering  <jim@meyering.net>
27885
27886         When trying to open ".", treat ESTALE like EACCES.
27887         * lib/savewd.c (savewd_save): Resort to forking not just upon
27888         failure with EACCES, but also when errno is ESTALE.
27889
27890 2007-03-20  Bruno Haible  <bruno@clisp.org>
27891
27892         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
27893         Needed on AIX 5.1. Reported by Matthew Woehlke.
27894
27895 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
27896
27897         Suggestions by Bruno Haible:
27898         * lib/acl-internal.h: Include "gettext.h" rather than rolling
27899         our own.
27900         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
27901         * modules/acl (Depends-on): Add gettext.
27902
27903 2007-03-19  Bruno Haible  <bruno@clisp.org>
27904
27905         * modules/iconvme: Remove file.
27906         * lib/iconvme.h: Remove file.
27907         * lib/iconvme.c: Remove file.
27908         * m4/iconvme.m4: Remove file.
27909
27910 2007-03-19  Bruno Haible  <bruno@clisp.org>
27911
27912         * doc/relocatable-maint.texi: Break long shell script line.
27913         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
27914
27915 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
27916
27917         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
27918         handle file_has_acl.
27919         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
27920         * lib/acl.c: Move header inclusions and related macro defns into
27921         lib/acl-internal.h.
27922         (S_ISLNK): Remove defn, since that's now done for us.
27923         (file_has_acl): Move to lib/file-has-acl.c.
27924         Call acl_trivial if available.  This is the crucial part of the fix.
27925         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
27926         shared within the library.  Rewrite a bit, partly to make it compatible
27927         with the GNU coding style.
27928         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
27929         Remove unnecessary double-quotes.
27930         Don't test for acl_to_text; the build will catch that.
27931         Replace acl_entries if it doesn't exist and it is needed.
27932         Check for -lsec and acl_trivial (as used on Solaris 10).
27933         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
27934         lib/file-has-acl.c.
27935         (Depends-on): Add sys_stat, for S_ISLNK.
27936
27937 2007-03-19  Ben Pfaff  <blp@gnu.org>
27938
27939         * doc/gnulib.texi: Fix typos.
27940         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
27941
27942 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
27943
27944         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
27945         If size is zero here, buf must be zero.
27946
27947 2007-03-19  Simon Josefsson  <simon@josefsson.org>
27948
27949         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
27950         <bruno@clisp.org>.
27951
27952 2007-03-18  Bruno Haible  <bruno@clisp.org>
27953
27954         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
27955         Suggested by Eric Blake.
27956
27957 2007-03-18  Ben Pfaff  <blp@gnu.org>
27958
27959         * doc/relocatable.texi: Recommend using as prefix a directory
27960         that does not exist and will never be created.  Based on
27961         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
27962         and others.
27963
27964 2007-03-17  Bruno Haible  <bruno@clisp.org>
27965
27966         * lib/fchownat.c: Include lchown.h.
27967
27968 2007-03-17  Bruno Haible  <bruno@clisp.org>
27969
27970         Fix endless loop when the given allocated size was > INT_MAX.
27971         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
27972         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
27973         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
27974         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
27975         * lib/sprintf.c (sprintf): Likewise.
27976
27977 2007-03-17  Bruno Haible  <bruno@clisp.org>
27978
27979         * tests/test-argp-2.sh (func_compare): Output a context diff.
27980
27981 2007-03-17  Bruno Haible  <bruno@clisp.org>
27982
27983         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
27984         locale's decimal-point character.
27985
27986 2007-03-17  Bruno Haible  <bruno@clisp.org>
27987
27988         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
27989         before comparing it. Needed because on some platforms (e.g. x86) a
27990         'long double' occupies less bytes than sizeof (long double).
27991
27992 2007-03-17  Bruno Haible  <bruno@clisp.org>
27993
27994         * tests/test-crc.c (main): Make printf statements 64-bit clean.
27995         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
27996         * tests/test-getaddrinfo.c (simple): Likewise.
27997         * tests/test-read-file.c (main): Likewise.
27998
27999 2007-03-17  Bruno Haible  <bruno@clisp.org>
28000
28001         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
28002
28003 2007-03-17  Bruno Haible  <bruno@clisp.org>
28004
28005         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
28006         unused variable.
28007
28008 2007-03-17  Bruno Haible  <bruno@clisp.org>
28009
28010         * tests/test-c-strcasecmp.c: Include c-strcase.h.
28011         * tests/test-c-strncasecmp.c: Likewise.
28012
28013 2007-03-17  Bruno Haible  <bruno@clisp.org>
28014
28015         * modules/stdlib (Depends-on): Add unistd.
28016         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
28017         Needed for MacOS X 10.3.
28018
28019 2007-03-17  Bruno Haible  <bruno@clisp.org>
28020
28021         * lib/unistr/u-strdup.h: Include <stdlib.h>.
28022
28023 2007-03-17  Bruno Haible  <bruno@clisp.org>
28024
28025         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
28026
28027 2007-03-17  Bruno Haible  <bruno@clisp.org>
28028
28029         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
28030         to reflect files copied from gnulib (with or without modifications).
28031         Suggested by Jim Meyering.
28032
28033 2007-03-17  Eric Blake  <ebb9@byu.net>
28034
28035         * NEWS: Document stdlib change from 2007-02-18.
28036
28037 2007-03-17  Jim Meyering  <jim@meyering.net>
28038
28039         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
28040         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
28041         someone uses a name containing shell meta-characters.
28042         Reported by Alfred M. Szmidt.
28043
28044         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
28045
28046 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
28047
28048         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
28049         and copy gettext configuration files only if configure.ac contains
28050         a use of AM_GNU_GETTEXT_VERSION.
28051
28052 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
28053
28054         * build-aux/bootstrap (gnulib_name): New variable.
28055         (gnulib_tool_options): Use it.
28056
28057 2007-03-13  Simon Josefsson  <simon@josefsson.org>
28058
28059         * tests/test-des.c: Use new namespace.
28060
28061 2007-03-15  Bruno Haible  <bruno@clisp.org>
28062
28063         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
28064         Reported by James Youngman <jay@gnu.org>.
28065
28066 2007-03-15  Bruno Haible  <bruno@clisp.org>
28067
28068         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
28069         declared prototype. Needed with cc on OSF/1 5.1.
28070
28071 2007-03-15  Bruno Haible  <bruno@clisp.org>
28072
28073         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
28074         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
28075         (struct gl_list_implementation): Add dispose_fn argument to the
28076         'create_empty', 'create' methods.
28077         (struct gl_list_impl_base): Add field 'dispose_fn'.
28078         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
28079         argument.
28080         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
28081         dispose_fn argument.
28082         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
28083         dispose_fn on the dropped values.
28084         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
28085         dispose_fn argument.
28086         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
28087         dropped values.
28088         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
28089         (gl_tree_remove_node): Call dispose_fn on the dropped value.
28090         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
28091         (gl_tree_remove_node): Call dispose_fn on the dropped value.
28092         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
28093         argument.
28094         (gl_tree_list_free): Call dispose_fn on the dropped values.
28095         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
28096         the dropped values.
28097         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
28098         Add dispose_fn argument.
28099         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
28100         Call dispose_fn on the dropped values.
28101         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
28102         Add dispose_fn argument.
28103         (gl_sublist_create): Initialize the 'dispose_fn' field.
28104         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
28105         * tests/test-array_list.c (main): Update.
28106         * tests/test-carray_list.c (main): Update.
28107         * tests/test-avltree_list.c (main): Update.
28108         * tests/test-rbtree_list.c (main): Update.
28109         * tests/test-avltreehash_list.c (main): Update.
28110         * tests/test-rbtreehash_list.c (main): Update.
28111         * tests/test-linked_list.c (main): Update.
28112         * tests/test-linkedhash_list.c (main): Update.
28113         * tests/test-array_oset.c (main): Update.
28114
28115 2007-03-15  Bruno Haible  <bruno@clisp.org>
28116
28117         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
28118         (gl_oset_create_empty): Add dispose_fn argument.
28119         (struct gl_oset_implementation): Add dispose_fn argument to
28120         'create_empty' method.
28121         (struct gl_oset_impl_base): Add dispose_fn field.
28122         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
28123         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
28124         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
28125         values.
28126         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
28127         (gl_tree_oset_free): Call dispose_fn on the dropped values.
28128         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
28129         dropped value.
28130         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
28131         dropped value.
28132         * tests/test-array_oset.c (main): Update.
28133         * tests/test-avltree_oset.c (main): Update.
28134         * tests/test-rbtree_oset.c (main): Update.
28135         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
28136
28137 2007-03-13  Bruno Haible  <bruno@clisp.org>
28138
28139         * tests/test-stdbool.c (i): Update after last patch.
28140
28141 2007-03-12  Bruno Haible  <bruno@clisp.org>
28142
28143         * lib/quotearg.c: Include <wctype.h> early, before the definition of
28144         the iswprint macro. Needed on Solaris 2.5.1.
28145
28146 2007-03-12  Bruno Haible  <bruno@clisp.org>
28147
28148         * tests/test-printf-frexp.c (main): Declare x as volatile.
28149
28150 2007-03-12  Simon Josefsson  <simon@josefsson.org>
28151
28152         * doc/gnulib.texi (Build robot for gnulib): New section.
28153
28154 2007-03-12  Jim Meyering  <jim@meyering.net>
28155
28156         * build-aux/bootstrap: New file.
28157         * build-aux/bootstrap.conf: New file, from coreutils.
28158
28159 2007-03-11  Bruno Haible  <bruno@clisp.org>
28160
28161         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
28162
28163 2007-03-12  Simon Josefsson  <simon@josefsson.org>
28164
28165         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
28166         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
28167         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
28168
28169 2007-03-11  Bruno Haible  <bruno@clisp.org>
28170
28171         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
28172         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
28173
28174 2007-03-11  Bruno Haible  <bruno@clisp.org>
28175
28176         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
28177         formula. Needed for SunPRO C 5.0.
28178
28179 2007-03-11  Bruno Haible  <bruno@clisp.org>
28180
28181         * modules/long-options (Depends-on): Add getopt.
28182
28183 2007-03-11  Bruno Haible  <bruno@clisp.org>
28184
28185         * modules/modechange (Depends-on): Add stdbool.
28186
28187 2007-03-11  Bruno Haible  <bruno@clisp.org>
28188
28189         * modules/i-ring (Depends-on): Add stdbool.
28190
28191 2007-03-11  Bruno Haible  <bruno@clisp.org>
28192
28193         * modules/gc-des (Depends-on): Add stdbool.
28194
28195 2007-03-11  Bruno Haible  <bruno@clisp.org>
28196
28197         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
28198
28199 2007-03-11  Bruno Haible  <bruno@clisp.org>
28200
28201         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
28202
28203 2007-03-11  Bruno Haible  <bruno@clisp.org>
28204
28205         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
28206
28207 2007-03-11  Bruno Haible  <bruno@clisp.org>
28208
28209         * lib/vasnprintf.c (sprintf): Undefine.
28210
28211 2007-03-11  Bruno Haible  <bruno@clisp.org>
28212
28213         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
28214         initializers in SunPRO C and Compaq C compilers.
28215
28216 2007-03-11  Bruno Haible  <bruno@clisp.org>
28217
28218         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
28219         decrementing code ANSI C compliant.
28220
28221 2007-03-11  Bruno Haible  <bruno@clisp.org>
28222
28223         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
28224         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
28225
28226 2007-03-11  Bruno Haible  <bruno@clisp.org>
28227
28228         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
28229         <stdbool.h> substitute doesn't pass.
28230
28231 2007-03-11  Bruno Haible  <bruno@clisp.org>
28232
28233         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
28234
28235 2007-03-11  Bruno Haible  <bruno@clisp.org>
28236
28237         * gnulib-tool (func_create_megatestdir): Create also an autobuild
28238         script, for submission to autobuild.josefsson.org.
28239
28240 2007-03-10  Bruno Haible  <bruno@clisp.org>
28241
28242         * modules/canonicalize-lgpl-tests: New file.
28243         * tests/test-canonicalize-lgpl.sh: New file.
28244         * tests/test-canonicalize-lgpl.c: New file.
28245
28246         * modules/c-strcase-tests: New file.
28247         * tests/test-c-strcase.sh: New file.
28248         * tests/test-c-strcasecmp.c: New file.
28249         * tests/test-c-strncasecmp.c: New file.
28250
28251         * modules/atexit-tests: New file.
28252         * tests/test-atexit.sh: New file.
28253         * tests/test-atexit.c: New file.
28254
28255 2007-03-10  Bruno Haible  <bruno@clisp.org>
28256
28257         * tests/test-binary-io.sh: Use temporary filenames that are not so
28258         likely to clash with those of other tests (in a parallel make).
28259         * tests/test-binary-io.c: Likewise.
28260
28261 2007-03-10  Bruno Haible  <bruno@clisp.org>
28262
28263         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
28264         fallback; use #error instead.
28265         Suggested by Simon Josefsson.
28266
28267 2007-03-10  Bruno Haible  <bruno@clisp.org>
28268
28269         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
28270         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
28271         first and the last.
28272
28273 2007-03-10  Bruno Haible  <bruno@clisp.org>
28274
28275         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
28276
28277 2007-03-10  Bruno Haible  <bruno@clisp.org>
28278
28279         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
28280         "make distcheck".
28281         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
28282         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
28283         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
28284
28285 2007-03-10  Bruno Haible  <bruno@clisp.org>
28286
28287         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
28288         variable.
28289         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
28290         variable.
28291
28292 2007-03-09  Eric Blake  <ebb9@byu.net>
28293         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
28294
28295         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
28296         types are not being provided by gnulib.
28297         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
28298         types are supported.
28299
28300 2007-03-10  Bruno Haible  <bruno@clisp.org>
28301
28302         * lib/stdio_.h (__attribute__): New macro.
28303         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
28304         vsprintf): Specify __attribute__ __format__ for GCC.
28305         Suggested by Eric Blake.
28306
28307 2007-03-09  Bruno Haible  <bruno@clisp.org>
28308
28309         * modules/printf-posix-tests: New file.
28310         * tests/test-printf-posix.sh: New file.
28311         * tests/test-printf-posix.c: New file.
28312
28313         * modules/printf-posix: New file.
28314         * lib/printf.c: New file.
28315         * m4/printf-posix-rpl.m4: New file.
28316         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
28317         REPLACE_PRINTF.
28318         * lib/stdio_.h (printf): New declaration.
28319         (format, __format__, ____printf____, ____scanf____, ____strftime____,
28320         ____strfmon____): New macros.
28321         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
28322         REPLACE_PRINTF.
28323
28324 2007-03-09  Bruno Haible  <bruno@clisp.org>
28325
28326         * tests/test-vasnprintf-posix2.sh: New file.
28327         * tests/test-vasnprintf-posix2.c: New file.
28328         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
28329         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
28330         (Makefile.am): Activate test-vasnprintf-posix2.sh.
28331
28332         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
28333         a locale dependent decimal point, rather than always '.'.
28334
28335 2007-03-09  Eric Blake  <ebb9@byu.net>
28336
28337         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
28338         spite of platforms like Tandem/NSK that define it to -1.
28339
28340 2007-03-08  Bruno Haible  <bruno@clisp.org>
28341
28342         * modules/vprintf-posix-tests: New file.
28343         * tests/test-vprintf-posix.sh: New file.
28344         * tests/test-vprintf-posix.c: New file.
28345         * tests/test-printf-posix.h: New file.
28346
28347         * modules/vprintf-posix: New file.
28348         * lib/vprintf.c: New file.
28349         * m4/vprintf-posix.m4: New file.
28350         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
28351         REPLACE_VPRINTF.
28352         * lib/stdio_.h (vprintf): New declaration.
28353         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
28354         REPLACE_VPRINTF.
28355
28356 2007-03-08  Bruno Haible  <bruno@clisp.org>
28357
28358         * modules/fprintf-posix-tests: New file.
28359         * tests/test-fprintf-posix.sh: New file.
28360         * tests/test-fprintf-posix.c: New file.
28361
28362         * modules/fprintf-posix: New file.
28363         * lib/fprintf.c: New file.
28364         * m4/fprintf-posix.m4: New file.
28365         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
28366         REPLACE_FPRINTF.
28367         * lib/stdio_.h (fprintf): New declaration.
28368         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
28369         REPLACE_FPRINTF.
28370
28371 2007-03-08  Bruno Haible  <bruno@clisp.org>
28372
28373         * modules/vfprintf-posix-tests: New file.
28374         * tests/test-vfprintf-posix.sh: New file.
28375         * tests/test-vfprintf-posix.c: New file.
28376         * tests/test-fprintf-posix.h: New file.
28377         * tests/test-fprintf-posix.out: New file.
28378
28379         * modules/vfprintf-posix: New file.
28380         * lib/vfprintf.c: New file.
28381         * m4/vfprintf-posix.m4: New file.
28382         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
28383         REPLACE_VFPRINTF.
28384         * lib/stdio_.h (vfprintf): New declaration.
28385         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
28386         REPLACE_VFPRINTF.
28387
28388 2007-03-08  Bruno Haible  <bruno@clisp.org>
28389
28390         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
28391
28392 2007-03-08  Bruno Haible  <bruno@clisp.org>
28393
28394         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
28395         instead of 'expr' invocations.
28396         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28397         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28398         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28399         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28400         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28401         Suggested by Paul Eggert.
28402
28403 2007-03-08  Bruno Haible  <bruno@clisp.org>
28404
28405         * modules/fseterr-tests: New file.
28406         * tests/test-fseterr.c: New file.
28407
28408         * modules/fseterr: New file.
28409         * lib/fseterr.h: New file.
28410         * lib/fseterr.c: New file.
28411
28412 2007-03-08  Bruno Haible  <bruno@clisp.org>
28413
28414         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
28415         * lib/getopt_.h: Likewise.
28416         * lib/mbswidth.h: Likewise.
28417         * lib/setenv.h: Likewise.
28418         * lib/vasnprintf.h: Likewise.
28419         * lib/vasprintf.h: Likewise.
28420         * lib/verror.h: Likewise.
28421         * lib/xsetenv.h: Likewise.
28422         * lib/xvasprintf.h: Likewise.
28423
28424 2007-03-08  Jim Meyering  <jim@meyering.net>
28425
28426         * users.txt: Add parted.
28427
28428         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
28429
28430 2007-03-07  Bruno Haible  <bruno@clisp.org>
28431
28432         * m4/printf.m4: Make the shell script snippets copy&pastable.
28433
28434 2007-03-02  Bruno Haible  <bruno@clisp.org>
28435
28436         * lib/netinet_in_.h: New file.
28437         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
28438         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
28439         * modules/netinet_in (Files): Add lib/netinet_in_.h.
28440         (Depends-on): Add absolute-header.
28441         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
28442         into netinet/in.h.
28443
28444 2007-03-03  Bruno Haible  <bruno@clisp.org>
28445
28446         * lib/sys_select_.h: New file.
28447         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
28448         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
28449         * modules/sys_select (Files): Add lib/sys_select_.h.
28450         (Depends-on): Add absolute-header.
28451         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
28452         into sys/select.h.
28453
28454 2007-03-02  Bruno Haible  <bruno@clisp.org>
28455
28456         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
28457         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
28458         values.
28459         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
28460         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
28461         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
28462         * modules/sys_socket (Depends-on): Add absolute-header.
28463         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
28464         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
28465         (Include): Remove requirement of inclusion of <sys/types.h>.
28466
28467 2007-03-02  Bruno Haible  <bruno@clisp.org>
28468
28469         * lib/byteswap_.h (bswap_32): Fix formula.
28470
28471 2007-03-06  Bruno Haible  <bruno@clisp.org>
28472
28473         * modules/sprintf-posix-tests: New file.
28474         * tests/test-sprintf-posix.c: New file.
28475
28476         * modules/sprintf-posix: New file.
28477         * lib/sprintf.c: New file.
28478         * m4/sprintf-posix.m4: New file.
28479         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
28480         REPLACE_SPRINTF.
28481         * lib/stdio_.h (sprintf): New declaration.
28482         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
28483         REPLACE_SPRINTF.
28484
28485 2007-03-06  Bruno Haible  <bruno@clisp.org>
28486
28487         * modules/vsprintf-posix-tests: New file.
28488         * tests/test-vsprintf-posix.c: New file.
28489         * tests/test-sprintf-posix.h: New file.
28490
28491         * modules/vsprintf-posix: New file.
28492         * lib/vsprintf.c: New file.
28493         * m4/vsprintf-posix.m4: New file.
28494         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
28495         REPLACE_VSPRINTF.
28496         * lib/stdio_.h (vsprintf): New declaration.
28497         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
28498         REPLACE_VSPRINTF.
28499
28500 2007-03-06  Bruno Haible  <bruno@clisp.org>
28501
28502         * modules/vsnprintf (Depend-on): Remove minmax.
28503
28504 2007-03-06  Bruno Haible  <bruno@clisp.org>
28505
28506         * modules/snprintf-posix-tests: New file.
28507         * tests/test-snprintf-posix.c: New file.
28508
28509         * modules/snprintf-posix: New file.
28510         * m4/snprintf-posix.m4: New file.
28511         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
28512         gl_FUNC_SNPRINTF.
28513         (gl_FUNC_SNPRINTF): Invoke it.
28514         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
28515         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
28516         is set.
28517         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
28518
28519 2007-03-06  Bruno Haible  <bruno@clisp.org>
28520
28521         * modules/vsnprintf-posix-tests: New file.
28522         * tests/test-vsnprintf-posix.c: New file.
28523         * tests/test-snprintf-posix.h: New file.
28524
28525         * modules/vsnprintf-posix: New file.
28526         * m4/vsnprintf-posix.m4: New file.
28527         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
28528         gl_FUNC_VSNPRINTF.
28529         (gl_FUNC_VSNPRINTF): Invoke it.
28530         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
28531         * lib/stdio_.h (vsnprintf): Define as a replacement if
28532         REPLACE_VSNPRINTF is set.
28533         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
28534
28535 2007-03-06  Bruno Haible  <bruno@clisp.org>
28536
28537         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
28538         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
28539
28540 2007-03-06  Bruno Haible  <bruno@clisp.org>
28541
28542         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
28543         (asinl): Declare also if HAVE_DECL_ASINL is set.
28544         (atanl): Declare also if HAVE_DECL_ATANL is set.
28545         (ceill): Declare also if HAVE_DECL_CEILL is set.
28546         (cosl): Declare also if HAVE_DECL_COSL is set.
28547         (expl): Declare also if HAVE_DECL_EXPL is set.
28548         (floorl): Declare also if HAVE_DECL_FLOORL is set.
28549         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
28550         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
28551         (logl): Declare also if HAVE_DECL_LOGL is set.
28552         (sinl): Declare also if HAVE_DECL_SINL is set.
28553         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
28554         (tanl): Declare also if HAVE_DECL_TANL is set.
28555         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
28556         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
28557         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
28558         declaration of frexpl, ldexpl.
28559         * modules/printf-frexpl (Depends-on): Add math.
28560         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
28561
28562 2007-03-05  Bruno Haible  <bruno@clisp.org>
28563
28564         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
28565         frexpl and ldexpl are declared.
28566         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
28567
28568 2007-03-05  Bruno Haible  <bruno@clisp.org>
28569
28570         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
28571         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
28572
28573 2007-03-05  Bruno Haible  <bruno@clisp.org>
28574
28575         * lib/stdio_.h: Include <stddef.h>.
28576
28577 2007-03-05  Bruno Haible  <bruno@clisp.org>
28578
28579         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
28580
28581 2007-03-05  Bruno Haible  <bruno@clisp.org>
28582
28583         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
28584         NetBSD 4, from Ralf Wildenhues.
28585
28586 2007-03-04  Bruno Haible  <bruno@clisp.org>
28587
28588         * lib/vasprintf.h: Update #if logic for the case when the functions
28589         exist but are overridden.
28590
28591 2007-03-04  Bruno Haible  <bruno@clisp.org>
28592
28593         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
28594         implementations: glibc-2.4 and MacOS X 10.3.
28595         * tests/test-vasnprintf-posix.c (test_function): Test also the case
28596         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
28597         * tests/test-vasprintf-posix.c (test_function): Likewise.
28598
28599 2007-03-04  Bruno Haible  <bruno@clisp.org>
28600
28601         * modules/vasprintf-posix-tests: New file.
28602         * tests/test-vasprintf-posix.c: New file.
28603
28604         * modules/vasprintf-posix: New file.
28605         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
28606         defined.
28607         * m4/vasprintf-posix.m4: New file.
28608         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
28609         gl_FUNC_VASPRINTF.
28610         (gl_FUNC_VASPRINTF): Invoke it.
28611         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
28612         here.
28613         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
28614
28615 2007-03-04  Bruno Haible  <bruno@clisp.org>
28616
28617         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
28618         REPLACE_GETTIMEOFDAY.
28619         * modules/sys_time (Makefile.am): Likewise.
28620         * m4/sys_time_h.m4: Likewise.
28621         * m4/gettimeofday.m4: Likewise.
28622
28623 2007-03-04  Bruno Haible  <bruno@clisp.org>
28624
28625         * modules/vasnprintf-posix-tests: New file.
28626         * tests/test-vasnprintf-posix.c: New file.
28627
28628         * modules/vasnprintf-posix: New file.
28629         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
28630         printf-frexpl.h.
28631         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
28632         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
28633         REPLACE_VASNPRINTF is defined.
28634         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
28635         gl_FUNC_VASNPRINTF.
28636         (gl_FUNC_VASNPRINTF): Invoke it.
28637         * m4/vasnprintf-posix.m4: New file.
28638         * m4/printf.m4: New file.
28639
28640 2007-03-04  Bruno Haible  <bruno@clisp.org>
28641
28642         Compile progreloc.c only if --enable-relocatable is specified.
28643         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
28644         if --enable-relocatable was specified.
28645         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
28646         lib_SOURCES.
28647
28648 2007-03-04  Jim Meyering  <jim@meyering.net>
28649
28650         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
28651         Use it consistently, rather than enumerating errno constants.
28652
28653 2007-03-04  Bruno Haible  <bruno@clisp.org>
28654
28655         * modules/xvasprintf-tests: New file.
28656         * tests/test-xvasprintf.c: New file.
28657
28658         * modules/vasprintf-tests: New file.
28659         * tests/test-vasprintf.c: New file.
28660
28661         * modules/vasnprintf-tests: New file.
28662         * tests/test-vasnprintf.c: New file.
28663
28664         * modules/vsnprintf-tests: New file.
28665         * tests/test-vsnprintf.c: New file.
28666
28667         * modules/snprintf-tests: New file.
28668         * tests/test-snprintf.c: New file.
28669
28670 2007-03-04  Bruno Haible  <bruno@clisp.org>
28671
28672         Compile relocatable.c only if --enable-relocatable is specified.
28673         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
28674         gl_RELOCATABLE_LIBRARY.
28675         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
28676         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
28677         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
28678         gl_RELOCATABLE_LIBRARY.
28679         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
28680         (Makefile.am): Remove lib_SOURCES.
28681         * modules/relocatable-lib-lgpl (configure.ac): Invoke
28682         gl_RELOCATABLE_LIBRARY.
28683         (Makefile.am): Remove lib_SOURCES.
28684         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
28685         always.
28686         * modules/relocatable-prog-wrapper (configure.ac): Invoke
28687         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
28688
28689 2007-03-04  Bruno Haible  <bruno@clisp.org>
28690
28691         * modules/argmatch-tests: New file.
28692         * tests/test-argmatch.c: New file.
28693
28694         * tests/test-allocsa.c (main): Halve the number of loop runs.
28695
28696         * modules/alloca-opt-tests: New file.
28697         * tests/test-alloca-opt.c: New file.
28698
28699 2007-03-04  Jim Meyering  <jim@meyering.net>
28700
28701         Work around difference between Linux ACLs and Solaris 10 ZFS.
28702         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
28703         for EINVAL.
28704
28705 2007-03-03  Bruno Haible  <bruno@clisp.org>
28706
28707         * modules/relocatable-prog (Depends-on): Add back progreloc's
28708         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
28709
28710 2007-03-03  Bruno Haible  <bruno@clisp.org>
28711
28712         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
28713         * modules/relocatable-lib: New file.
28714
28715 2007-03-03  Bruno Haible  <bruno@clisp.org>
28716
28717         * modules/relocatable-prog: Renamed from modules/relocatable.
28718         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
28719
28720 2007-03-03  Bruno Haible  <bruno@clisp.org>
28721
28722         * modules/relocatable-script (Files): Add doc/relocatable.texi,
28723         m4/relocatable-lib.m4.
28724         (Depends-on): Remove 'relocatable'.
28725         (configure.ac): Add gl_RELOCATABLE_NOP.
28726
28727 2007-03-03  Bruno Haible  <bruno@clisp.org>
28728
28729         * modules/relocatable-prog-wrapper: New file.
28730         * modules/relocatable (Depends-on): Add it. Remove all other
28731         dependencies except progname.
28732         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
28733
28734         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
28735         (gl_FUNC_STRERROR): Nop.
28736         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
28737
28738         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
28739         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
28740
28741         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
28742         (gl_FUNC_READLINK): Update.
28743
28744         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
28745
28746 2007-03-03  Bruno Haible  <bruno@clisp.org>
28747
28748         * lib/xreadlink.c: Include <unistd.h> unconditionally.
28749         * modules/xreadlink (Depends-on): Add unistd.
28750         * modules/xreadlink-with-size (Depends-on): Likewise.
28751
28752 2007-03-03  Bruno Haible  <bruno@clisp.org>
28753
28754         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
28755         extracted from gt_FUNC_SETENV.
28756         (gt_FUNC_SETENV): Remove macro.
28757         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
28758         remove gt_FUNC_SETENV.
28759
28760 2007-03-03  Bruno Haible  <bruno@clisp.org>
28761
28762         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
28763         ENABLE_RELOCATABLE here.
28764         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
28765
28766 2007-03-03  Bruno Haible  <bruno@clisp.org>
28767
28768         * modules/rbtreehash-list-tests (Depends-on): Add progname.
28769         * tests/test-rbtreehash_list.c: Include progname.h.
28770         (main): Call set_program_name.
28771
28772         * modules/rbtree-oset-tests (Depends-on): Add progname.
28773         * tests/test-rbtree_oset.c: Include progname.h.
28774         (main): Call set_program_name.
28775
28776         * modules/rbtree-list-tests (Depends-on): Add progname.
28777         * tests/test-rbtree_list.c: Include progname.h.
28778         (main): Call set_program_name.
28779
28780         * modules/linked-list-tests (Depends-on): Add progname.
28781         * tests/test-linked_list.c: Include progname.h.
28782         (main): Call set_program_name.
28783
28784 2007-03-03  Bruno Haible  <bruno@clisp.org>
28785
28786         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
28787         All uses of __restrict changed to _Restrict_.
28788         * lib/glob_.h (__restrict): Remove macro.
28789
28790 2007-03-02  Bruno Haible  <bruno@clisp.org>
28791
28792         * modules/gettext (configure.ac): Require gettext infrastructure
28793         from version 0.16.1.
28794
28795 2007-03-02  Bruno Haible  <bruno@clisp.org>
28796
28797         * modules/linkedhash-list-tests (Depends-on): Add progname.
28798         * tests/test-linkedhash_list.c: Include progname.h.
28799         (main): Call set_program_name.
28800
28801         * modules/carray-list-tests (Depends-on): Add progname.
28802         * tests/test-carray_list.c: Include progname.h.
28803         (main): Call set_program_name.
28804
28805         * modules/avltreehash-list-tests (Depends-on): Add progname.
28806         * tests/test-avltreehash_list.c: Include progname.h.
28807         (main): Call set_program_name.
28808
28809         * modules/avltree-oset-tests (Depends-on): Add progname.
28810         * tests/test-avltree_oset.c: Include progname.h.
28811         (main): Call set_program_name.
28812
28813         * modules/avltree-list-tests (Depends-on): Add progname.
28814         * tests/test-avltree_list.c: Include progname.h.
28815         (main): Call set_program_name.
28816
28817         * modules/array-oset-tests (Depends-on): Add progname.
28818         * tests/test-array_oset.c: Include progname.h.
28819         (main): Call set_program_name.
28820
28821         * modules/array-list-tests (Depends-on): Add progname.
28822         * tests/test-array_list.c: Include progname.h.
28823         (main): Call set_program_name.
28824
28825         * modules/argp-tests (Depends-on): Add progname.
28826         * tests/test-argp.c: Include argp.h first. Include progname.h.
28827         (main): Call set_program_name.
28828
28829 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
28830
28831         * doc/gnulib-tool.texi (Initial import): Reword description of
28832         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
28833         limited effect even if defined after the first system include.
28834
28835 2007-03-01  Bruno Haible  <bruno@clisp.org>
28836
28837         * build-aux/config.libpath: Update to libtool-1.5.22.
28838         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
28839
28840 2007-03-01  Bruno Haible  <bruno@clisp.org>
28841
28842         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
28843         foo_CFLAGS.
28844         Reported by Ralf Wildenhues.
28845
28846 2007-03-01  Bruno Haible  <bruno@clisp.org>
28847
28848         * build-aux/install-reloc: Remove object files left over by some
28849         compilers.
28850         Reported by Ralf Wildenhues.
28851
28852 2007-03-01  Bruno Haible  <bruno@clisp.org>
28853
28854         * build-aux/install-reloc: Break long lines.
28855
28856 2007-03-01  Bruno Haible  <bruno@clisp.org>
28857
28858         * doc/relocatable.texi: Document that it may not work on OpenBSD.
28859         Reported by Ralf Wildenhues.
28860
28861 2007-03-01  Bruno Haible  <bruno@clisp.org>
28862
28863         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
28864         include ordering constraints.
28865
28866 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28867
28868         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
28869         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
28870         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
28871         as another example.
28872         * lib/time_.h: Fix misspelling.
28873         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
28874         Require gl_HEADER_TIME_H_DEFAULTS.
28875         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
28876         * m4/time_r.m4 (gl_TIME_R): Likewise.
28877         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
28878
28879 2007-03-01  Bruno Haible  <bruno@clisp.org>
28880
28881         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
28882         * m4/utimens.m4 (gl_UTIMENS): Likewise.
28883
28884 2007-03-01  Jim Meyering  <jim@meyering.net>
28885
28886         * modules/xreadlink (Maintainer): Add my name.
28887         * modules/xreadlink-with-size (Depends-on): Alphabetize.
28888
28889 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
28890             Bruno Haible  <bruno@clisp.org>
28891
28892         * build-aux/install-reloc: Compile also c-ctype.c.
28893         * build-aux/relocatable.sh.in: New file.
28894         * doc/relocatable.texi: New file.
28895         * doc/relocatable-maint.texi: New file.
28896         * doc/gnulib.texi: Include relocatable-maint.texi.
28897         * lib/progreloc.c: Include unistd.h unconditionally.
28898         * lib/relocwrapper.c: Include unistd.h unconditionally.
28899         Include c-ctype.h.
28900         (add_dotbin): Use c_tolower.
28901         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
28902         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
28903         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
28904         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
28905         to m4/relocatable-lib.m4.
28906         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
28907         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
28908         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
28909         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
28910         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
28911         * modules/relocatable: New file.
28912         * modules/relocatable-lib: New file.
28913         * modules/relocatable-script: New file.
28914
28915 2007-02-28  Bruno Haible  <bruno@clisp.org>
28916
28917         Import --enable-relocatable infrastructure.
28918         * build-aux/config.libpath: New file, from GNU gettext.
28919         * build-aux/install-reloc: New file, from GNU gettext.
28920         * build-aux/reloc-ldflags: New file, from GNU gettext.
28921         * lib/relocatable.h: New file, from GNU gettext.
28922         * lib/relocatable.c: New file, from GNU gettext.
28923         * lib/relocwrapper.c: New file, from GNU gettext.
28924         * m4/relocatable.m4: New file, from GNU gettext.
28925
28926 2007-02-28  Bruno Haible  <bruno@clisp.org>
28927
28928         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
28929
28930         * modules/xreadlink: New file, from GNU gettext with modifications.
28931         * lib/xreadlink.c: New file, from GNU gettext.
28932         * lib/xreadlink.h: Add comments.
28933         (xreadlink): New declaration.
28934
28935         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
28936         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
28937         lib/xreadlink-with-size.c.
28938         (configure.ac): Remove gl_XREADLINK invocation.
28939         (Makefile.am): Augment lib_SOURCES.
28940         * m4/xreadlink.m4: Remove file.
28941         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
28942         (xreadlink_with_size): Renamed from xreadink.
28943         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
28944         * modules/canonicalize (Depends-on): Replace xreadlink with
28945         xreadlink-with-size.
28946         * lib/canonicalize.c (canonicalize_filename_mode): Update.
28947
28948 2007-02-25  Jim Meyering  <jim@meyering.net>
28949
28950         * build-aux/announce-gen: When complaining about excess arguments,
28951         list them.
28952
28953 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
28954
28955         * README: Document signed integer overflow situation more
28956         accurately.
28957
28958 2007-02-25  Bruno Haible  <bruno@clisp.org>
28959
28960         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
28961         'a' or 'A' conversion.
28962
28963 2007-02-25  Bruno Haible  <bruno@clisp.org>
28964
28965         * modules/filename: Renamed from modules/pathname.
28966         (Files): Replace lib/pathname.h with lib/filename.h. Replace
28967         lib/concatpath.c with lib/concat-filename.c.
28968         (Makefile.am): Update.
28969         (Include): Replace pathname.h with filename.h.
28970         * lib/filename.h: Renamed from lib/pathname.h.
28971         (concatenated_filename): Renamed from concatenated_pathname.
28972         * lib/concat-filename.c: Renamed from lib/concatpath.c.
28973         (concatenated_filename): Renamed from concatenated_pathname.
28974         * lib/findprog.c: Include filename.h instead of pathname.h.
28975         (find_in_path): Update.
28976         * lib/javacomp.c: Include filename.h instead of pathname.h.
28977         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
28978         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
28979         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
28980         is_oldgcj_14_13_usable, is_javac_usable): Update.
28981         * lib/javaexec.c: Include filename.h instead of pathname.h.
28982         (execute_java_class): Update.
28983         * modules/findprog: Update.
28984         * modules/javacomp: Update.
28985         * modules/javaexec: Update.
28986         * MODULES.html.sh (File system functions): Add 'filename', remove
28987         'pathname'.
28988
28989 2007-02-25  Bruno Haible  <bruno@clisp.org>
28990
28991         * modules/printf-frexpl-tests: New file.
28992         * tests/test-printf-frexpl.c: New file.
28993
28994         * modules/printf-frexpl: New file.
28995         * lib/printf-frexpl.h: New file.
28996         * lib/printf-frexpl.c: New file.
28997         * m4/printf-frexpl.m4: New file.
28998
28999 2007-02-25  Bruno Haible  <bruno@clisp.org>
29000
29001         * modules/printf-frexp-tests: New file.
29002         * tests/test-printf-frexp.c: New file.
29003
29004         * modules/printf-frexp: New file.
29005         * lib/printf-frexp.h: New file.
29006         * lib/printf-frexp.c: New file.
29007         * m4/printf-frexp.m4: New file.
29008
29009 2007-02-25  Bruno Haible  <bruno@clisp.org>
29010
29011         Assume automake >= 1.10 for the tests.
29012         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
29013         * modules/arctwo-tests: Likewise.
29014         * modules/argp-tests: Likewise.
29015         * modules/avltree-list-tests: Likewise.
29016         * modules/avltree-oset-tests: Likewise.
29017         * modules/avltreehash-list-tests: Likewise.
29018         * modules/carray-list-tests: Likewise.
29019         * modules/crc-tests: Likewise.
29020         * modules/des-tests: Likewise.
29021         * modules/gc-arcfour-tests: Likewise.
29022         * modules/gc-arctwo-tests: Likewise.
29023         * modules/gc-des-tests: Likewise.
29024         * modules/gc-hmac-md5-tests: Likewise.
29025         * modules/gc-hmac-sha1-tests: Likewise.
29026         * modules/gc-md2-tests: Likewise.
29027         * modules/gc-md4-tests: Likewise.
29028         * modules/gc-md5-tests: Likewise.
29029         * modules/gc-pbkdf2-sha1-tests: Likewise.
29030         * modules/gc-rijndael-tests: Likewise.
29031         * modules/gc-sha1-tests: Likewise.
29032         * modules/gc-tests: Likewise.
29033         * modules/getaddrinfo-tests: Likewise.
29034         * modules/hmac-md5-tests: Likewise.
29035         * modules/hmac-sha1-tests: Likewise.
29036         * modules/linked-list-tests: Likewise.
29037         * modules/linkedhash-list-tests: Likewise.
29038         * modules/lock-tests: Likewise.
29039         * modules/md2-tests: Likewise.
29040         * modules/md4-tests: Likewise.
29041         * modules/md5-tests: Likewise.
29042         * modules/rbtree-list-tests: Likewise.
29043         * modules/rbtree-oset-tests: Likewise.
29044         * modules/rbtreehash-list-tests: Likewise.
29045         * modules/read-file-tests: Likewise.
29046         * modules/rijndael-tests: Likewise.
29047         * modules/stdint-tests: Likewise.
29048         * modules/tls-tests: Likewise.
29049
29050 2007-02-24  Bruno Haible  <bruno@clisp.org>
29051
29052         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
29053         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
29054         function; instead check whether isnan with a double argument links.
29055         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
29056         function; instead check whether isnan with a 'long double' argument
29057         links.
29058         Reported by Eric Blake <ebb9@byu.net>.
29059
29060 2007-02-24  Bruno Haible  <bruno@clisp.org>
29061
29062         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
29063         defined.
29064         * lib/isnanl.c: Remove all code. Just include isnan.c.
29065         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
29066
29067 2007-02-25  Jim Meyering  <jim@meyering.net>
29068
29069         Avoid conflicting types for 'unsetenv' on FreeBSD.
29070         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
29071         conflicting with FreeBSD's (5.0 and 6.1) function declaration
29072         in stdlib.h.
29073
29074 2007-02-24  Bruno Haible  <bruno@clisp.org>
29075
29076         * modules/isnanl-nolibm-tests: New file.
29077         * tests/test-isnanl.c: New file.
29078
29079         * modules/isnanl-nolibm: New file.
29080         * lib/isnanl.h: New file.
29081         * lib/isnanl.c: New file.
29082         * m4/isnanl.m4: New file.
29083
29084 2007-02-24  Bruno Haible  <bruno@clisp.org>
29085
29086         * modules/isnan-nolibm-tests: New file.
29087         * tests/test-isnan.c: New file.
29088
29089         * modules/isnan-nolibm: New file.
29090         * lib/isnan.h: New file.
29091         * lib/isnan.c: New file.
29092         * m4/isnan.m4: New file.
29093
29094 2007-02-24  Bruno Haible  <bruno@clisp.org>
29095
29096         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
29097         assume that an exponent fits in 20 bits.
29098
29099 2007-02-24  Jim Meyering  <jim@meyering.net>
29100
29101         * m4/regex.m4: Update the description of the configure-time option,
29102         --without-included-regex, to state accurately what the defaults are,
29103         and perhaps to give people an idea why using this option is risky.
29104
29105 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
29106
29107         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
29108         loops on small arguments.  This attempts to avoid the problem
29109         Bruno Haible reported for AIX 4.3.2 in
29110         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
29111
29112 2007-02-23  Bruno Haible  <bruno@clisp.org>
29113
29114         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
29115         Needed for help2man.
29116
29117 2007-02-23  Karl Berry  <karl@gnu.org>
29118
29119         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
29120         exists, foo.h should be cvs-ignored, not committed.
29121
29122 2007-02-23  Eric Blake  <ebb9@byu.net>
29123
29124         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
29125         * lib/stat-time.h (includes): Likewise.
29126         * lib/utimecmp.c (includes): Likewise.
29127         * lib/utimens.h (includes): Likewise.
29128         * lib/getdate.y (includes): Also include "timespec.h" for use
29129         internal to the module.
29130         * modules/utimens (Depends-on): Revert yesterday's patch.
29131         * modules/nanosleep (Depends-on): Add missing dependency.
29132
29133 2007-02-22  Bruno Haible  <bruno@clisp.org>
29134
29135         * lib/glob.c: Don't include getlogin_r.h.
29136
29137 2007-02-22  Jim Meyering  <jim@meyering.net>
29138
29139         * modules/utimens (Depends-on): Add timespec, required for
29140         utimens.h's inclusion of timespec.h.
29141
29142 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
29143
29144         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
29145         long unreadable paths in GNU/Linux.  Problem reported by Andreas
29146         Schwab in
29147         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
29148         I'll try to think of a better way to fix the Solaris problem.
29149
29150         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
29151         like glibc; on Solaris 10, it fails with errno == EINVAL.
29152         POSIX says the behavior is unspecified if the first argument is NULL,
29153         so play it safe and never pass NULL to the system getcwd.
29154
29155 2007-02-21  Jim Meyering  <jim@meyering.net>
29156
29157         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
29158         of gettimeofday.  It would conflict with the one now always
29159         provided via sys_time_.h.  Reported by Matthew Woehlke, as
29160         an IRIX 6.5 build failure.
29161
29162 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
29163
29164         Minor fixups to port to Solaris 10 with Sun C 5.8.
29165         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
29166         * modules/getcwd (Depends-on): Add dirfd.
29167         * lib/putenv.c (putenv): #undef it.
29168         (rpl_putenv): New decl.
29169         (malloc, free): Include <stdlib.h> rather than prototyping separately.
29170
29171 2007-02-20  Bruno Haible  <bruno@clisp.org>
29172
29173         * modules/stdio-tests: New file.
29174         * tests/test-stdio.c: New file.
29175
29176         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
29177         (Depends-on): Add stdio.
29178         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
29179         (Include): Use <stdio.h> instead of vsnprintf.h.
29180         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
29181         HAVE_DECL_VSNPRINTF.
29182         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
29183
29184         * modules/snprintf (Files): Remove lib/snprintf.h.
29185         (Depends-on): Add stdio.
29186         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
29187         (Include): Use <stdio.h> instead of snprintf.h.
29188         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
29189         HAVE_DECL_SNPRINTF.
29190         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
29191         * lib/getaddrinfo.c: Likewise.
29192
29193         * modules/stdio: New file.
29194         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
29195         * lib/snprintf.h: Remove file.
29196         * lib/vsnprintf.h: Remove file.
29197         * lib/.cppi-disable: Remove snprintf.h.
29198         * m4/stdio_h.m4: New file.
29199         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
29200
29201 2007-02-20  Jim Meyering  <jim@meyering.net>
29202
29203         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
29204         used by e.g., mingw.  From Bruno Haible.
29205
29206 2007-02-19  Bruno Haible  <bruno@clisp.org>
29207
29208         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
29209         warnings.
29210         Reported by Ben Pfaff <blp@cs.stanford.edu>.
29211
29212 2007-02-19  Bruno Haible  <bruno@clisp.org>
29213
29214         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
29215         from mingw users.
29216
29217 2007-02-19  Bruno Haible  <bruno@clisp.org>
29218
29219         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
29220         warnings.
29221         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
29222
29223 2007-02-19  Jim Meyering  <jim@meyering.net>
29224
29225         Don't use FD after a successful "fdopendir (fd)".
29226         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
29227         Reset it by calling dirfd on the just-obtained DIR*.
29228
29229         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
29230         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
29231
29232 2007-02-18  Bruno Haible  <bruno@clisp.org>
29233
29234         * lib/readlink.c: Include <unistd.h>.
29235         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
29236         HAVE_READLINK.
29237         * modules/readlink (Depends-on): Add unistd.
29238         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
29239         (Include): Add <unistd.h>.
29240
29241         * lib/getlogin_r.h: Remove file.
29242         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
29243         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
29244         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
29245         HAVE_DECL_GETLOGIN_R.
29246         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
29247         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
29248         (Include): Use <unistd.h> instead of getlogin_r.h.
29249
29250         * lib/getcwd.h: Remove file.
29251         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
29252         * lib/xgetcwd.c: Likewise.
29253         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
29254         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
29255         * modules/getcwd (Files): Remove lib/getcwd.h.
29256         (Depends-on): Add unistd.
29257         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
29258         (Include): Use <unistd.h> instad of getcwd.h.
29259
29260         * lib/ftruncate.c: Include <unistd.h> first.
29261         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
29262         Set HAVE_FTRUNCATE.
29263         * modules/ftruncate (Depends-on): Add unistd.
29264         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
29265
29266         * lib/fchdir.c: Include <unistd.h> first.
29267         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
29268         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
29269         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
29270         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
29271         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
29272
29273         * lib/dup2.c: Include <unistd.h> first.
29274         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
29275         HAVE_DUP2.
29276         * modules/dup2 (Depends-on): Add unistd.
29277         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
29278
29279         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
29280         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
29281         REPLACE_CHOWN. Don't define chown as a macro here.
29282         * modules/chown (Depends-on): Add unistd.
29283         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
29284
29285         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
29286         Add definition for GL_LINK_WARNING.
29287         (chown, dup2): New declarations.
29288         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
29289         link warning.
29290         (ftruncate): New declaration.
29291         (getcwd): New declaration, taken from old getcwd.h.
29292         (getlogin_r): New declaration, taken from old getlogin_r.h.
29293         (readlink): New declaration.
29294         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
29295         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
29296         (gl_PREREQ_UNISTD): Remove macro.
29297         (gl_UNISTD_MODULE_INDICATOR): New macro.
29298         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
29299         many new variables. Don't set UNISTD_H.
29300         * modules/unistd (Description): Change.
29301         (Depends-on): Add link-warning.
29302         (configure.ac): Update.
29303         (Makefile.am): Create unistd.h always. Substitute many new variables
29304         into it.
29305
29306 2007-02-18  Bruno Haible  <bruno@clisp.org>
29307
29308         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
29309         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
29310         HAVE_GETSUBOPT.
29311         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
29312         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
29313         * lib/getsubopt.h: Remove file.
29314         * modules/getsubopt (Files): Remove lib/getsubopt.h.
29315         (Depends-on): Add stdlib.
29316         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29317         (Includes): Use <stdlib.h> instead of getsubopt.h.
29318         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
29319         Set HAVE_GETSUBOPT.
29320         * lib/getsubopt.c: Don't include getsubopt.h.
29321
29322 2007-02-18  Bruno Haible  <bruno@clisp.org>
29323
29324         * modules/fchdir (Depends-on): Add dup2.
29325
29326 2007-02-18  Bruno Haible  <bruno@clisp.org>
29327
29328         * lib/stdlib_.h: Handle glibc's special invocation convention
29329         specially.
29330
29331 2007-02-18  Bruno Haible  <bruno@clisp.org>
29332
29333         * modules/stdlib-tests: New file.
29334         * tests/test-stdlib.c: New file.
29335
29336         * modules/mkstemp (Files): Remove lib/mkstemp.h.
29337         (Depends-on): Add stdlib.
29338         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29339         (Includes): Use <stdlib.h> instead of mkstemp.h.
29340         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
29341         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
29342         * lib/mkstemp.c: Don't include mkstemp.h.
29343         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
29344         * lib/stdlib--.h: Don't include mkstemp.h.
29345
29346         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
29347         (Depends-on): Add stdlib.
29348         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29349         (Includes): Use <stdlib.h> instead of mkdtemp.h.
29350         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
29351         HAVE_MKDTEMP.
29352         * lib/mkdtemp.c: Don't include mkdtemp.h.
29353         * lib/clean-temp.c: Don't include mkdtemp.h.
29354
29355         * modules/exit (Files): Remove lib/exit.h.
29356         (Depends-on): Add stdlib.
29357         (Makefile.am): Remove lib_SOURCES.
29358         (Include): Use <stdlib.h> instead of exit.h.
29359         * lib/argmatch.c: Don't include exit.h.
29360         * lib/execute.c: Likewise.
29361         * lib/pagealign_alloc.c: Likewise.
29362         * lib/pipe.c: Likewise.
29363         * lib/wait-process.c: Likewise.
29364         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
29365         * lib/exitfail.c: Likewise.
29366         * lib/savewd.c: Likewise.
29367         * lib/xsetenv.c: Likewise.
29368
29369         * modules/stdlib: New file.
29370         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
29371         and extra comments about mkstemp().
29372         * lib/exit.h: Remove file.
29373         * lib/mkdtemp.h: Remove file.
29374         * lib/mkstemp.h: Remove file.
29375         * m4/stdlib_h.m4: New file.
29376         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
29377
29378 2007-02-18  Bruno Haible  <bruno@clisp.org>
29379
29380         * modules/math-tests: New file.
29381         * tests/test-math.c: New file.
29382
29383         * modules/math: New file.
29384         * modules/mathl (Files): Remove lib/mathl.h.
29385         (Depends-on): Add math.
29386         (Makefile.am): Don't mention mathl.h.
29387         (Include): Use <math.h> instead of mathl.h.
29388         * lib/math_.h: New file.
29389         * lib/mathl.h: Remove file.
29390         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
29391         mathl.h.
29392         * lib/asinl.c: Likewise.
29393         * lib/atanl.c: Likewise.
29394         * lib/ceill.c: Likewise.
29395         * lib/cosl.c: Likewise.
29396         * lib/expl.c: Likewise.
29397         * lib/floorl.c: Likewise.
29398         * lib/frexpl.c: Likewise.
29399         * lib/ldexpl.c: Likewise.
29400         * lib/logl.c: Likewise.
29401         * lib/sincosl.c: Likewise.
29402         * lib/sinl.c: Likewise.
29403         * lib/sqrtl.c: Likewise.
29404         * lib/tanl.c: Likewise.
29405         * lib/trigl.c: Likewise.
29406         * m4/math_h.m4: New file.
29407         * MODULES.html.sh (Mathematics): Add math.
29408
29409 2007-02-17  Bruno Haible  <bruno@clisp.org>
29410
29411         * modules/wctype-tests: New file.
29412         * tests/test-wctype.c: New file.
29413
29414         * modules/wchar-tests: New file.
29415         * tests/test-wchar.c: New file.
29416
29417         * modules/unistd-tests: New file.
29418         * tests/test-unistd.c: New file.
29419
29420         * modules/time-tests: New file.
29421         * tests/test-time.c: New file.
29422
29423         * modules/sysexits-tests: New file.
29424         * tests/test-sysexits.c: New file.
29425
29426         * modules/sys_time-tests: New file.
29427         * tests/test-sys_time.c: New file.
29428
29429         * modules/sys_stat-tests: New file.
29430         * tests/test-sys_stat.c: New file.
29431
29432         * modules/sys_socket-tests: New file.
29433         * tests/test-sys_socket.c: New file.
29434
29435         * modules/sys_select-tests: New file.
29436         * tests/test-sys_select.c: New file.
29437
29438         * modules/string-tests: New file.
29439         * tests/test-string.c: New file.
29440
29441         * modules/stdbool-tests: New file.
29442         * tests/test-stdbool.c: New file.
29443
29444         * modules/netinet_in-tests: New file.
29445         * tests/test-netinet_in.c: New file.
29446
29447         * modules/inttypes-tests: New file.
29448         * tests/test-inttypes.c: New file.
29449
29450         * modules/fcntl-tests: New file.
29451         * tests/test-fcntl.c: New file.
29452
29453         * modules/byteswap-tests: New file.
29454         * tests/test-byteswap.c: New file.
29455
29456         * modules/arpa_inet-tests: New file.
29457         * tests/test-arpa_inet.c: New file.
29458
29459 2007-02-17  Bruno Haible  <bruno@clisp.org>
29460
29461         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
29462         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
29463         if the corresponding module is not enabled. Emit link warnings if
29464         the function is used nevertheless.
29465         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
29466         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
29467         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
29468         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
29469         * modules/inttypes (Depends-on): Add link-warning.
29470         (Makefile.am): Copy the contents of build-aux/link-warning.h into
29471         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
29472         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
29473         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
29474         * modules/imaxdiv (configure.ac): Likewise.
29475         * modules/strtoimax (configure.ac): Likewise.
29476         * modules/strtoumax (configure.ac): Likewise.
29477
29478 2007-02-17  Bruno Haible  <bruno@clisp.org>
29479
29480         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
29481         gl_STRING_MODULE_INDICATOR_DEFAULTS.
29482         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
29483         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
29484
29485 2007-02-17  Bruno Haible  <bruno@clisp.org>
29486
29487         * modules/link-warning: New file.
29488         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
29489         * lib/string_.h (GL_LINK_WARNING): Remove definition.
29490         * modules/string (Depends-on): Add link-warning.
29491         (Makefile.am): Copy the contents of build-aux/link-warning.h into
29492         string.h.
29493         * MODULES.html.sh (Support for building libraries and executables): Add
29494         link-warning.
29495
29496 2007-02-17  Bruno Haible  <bruno@clisp.org>
29497
29498         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
29499         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
29500         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
29501         long lines.
29502
29503 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
29504             Bruno Haible  <bruno@clisp.org>
29505
29506         * modules/tmpfile: New file.
29507         * lib/tmpfile.c: New file.
29508         * m4/tmpfile.m4: New file.
29509         * MODULES.html.sh (func_all_modules): New section "Input/output".
29510
29511 2007-02-15  Bruno Haible  <bruno@clisp.org>
29512
29513         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
29514         (supports_delete_on_close): New function.
29515         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
29516
29517 2007-02-14  Bruno Haible  <bruno@clisp.org>
29518
29519         * modules/mbspcasecmp-tests: New file.
29520         * tests/test-mbspcasecmp.sh: New file.
29521         * tests/test-mbspcasecmp.c: New file.
29522
29523         New module mbspcasecmp.
29524         * modules/mbspcasecmp: New file.
29525         * lib/mbspcasecmp.c: New file.
29526         * lib/string_.h (strncasecmp): Change warning message.
29527         (mbspcasecmp): New declaration.
29528         * m4/mbspcasecmp.m4: New file.
29529         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29530         GNULIB_MBSPCASECMP.
29531         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
29532         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
29533
29534 2007-02-14  Bruno Haible  <bruno@clisp.org>
29535
29536         * modules/mbsncasecmp-tests: New file.
29537         * tests/test-mbsncasecmp.sh: New file.
29538         * tests/test-mbsncasecmp.c: New file.
29539
29540         New module mbsncasecmp.
29541         * modules/mbsncasecmp: New file.
29542         * lib/mbsncasecmp.c: New file.
29543         * lib/string_.h (mbsncasecmp): New declaration.
29544         * m4/mbsncasecmp.m4: New file.
29545         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29546         GNULIB_MBSNCASECMP.
29547         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
29548         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
29549
29550 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
29551
29552         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
29553         Verify that it doesn't overlap with our flags.
29554         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
29555         do not have the desired effect in multibyte locales; instead, use
29556         mbscasecmp.
29557         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
29558         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
29559         we don't require GNU fnmatch ourselves (if our users require it, they
29560         should do so explicitly).
29561
29562         Fix regex code so it doesn't rely on strcasecmp.
29563         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
29564         Otherwise, include gnulib's langinfo.h.
29565         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
29566         undesirable behavior in non-C locales.  Instead, rely on localecharset.
29567         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
29568         * modules/regex (FILES): Remove m4/codeset.m4.
29569         (Depends-on): Add localcharset.  Remove strcase.
29570
29571 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29572
29573         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
29574         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
29575
29576 2007-02-13  Bruno Haible  <bruno@clisp.org>
29577
29578         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
29579         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29580
29581 2007-02-12  Bruno Haible  <bruno@clisp.org>
29582
29583         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
29584         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
29585         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
29586         time warning rather than a link error.
29587
29588 2007-02-12  Bruno Haible  <bruno@clisp.org>
29589
29590         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
29591         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
29592         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29593
29594 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
29595
29596         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
29597         args, not 2.
29598
29599 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
29600
29601         New module 'time', so that apps can include <time.h> as per
29602         POSIX and GNU instead of separate include files like time_r.h
29603         and timegm.h.  This implementation tries out a simpler approach
29604         for replacing decls in standard include files (as compared to
29605         the string module), somewhat as an experiment.
29606
29607         * config/srclist.txt: Comment out mktime.c for now.
29608         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
29609         since it doesn't apply any more.  Use generic wording instead.
29610         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
29611         'time'.
29612         * lib/time_.h, m4/time_h.m4, modules/time: New files.
29613         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
29614         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
29615         Don't include <sys/types.h>; no longer needed since we assume C89.
29616         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
29617         * lib/strftime.c: Likewise.
29618         * lib/time_r.c: Likewise.
29619         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
29620         * lib/nanosleep.c: Include <time.h> first, to check interface.
29621         * lib/strptime.c: Likewise.
29622         * lib/time_r.c: Likewise.
29623         * lib/timegm.c: Likewise.
29624         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
29625         needed.
29626         * lib/timegm.c: Don't include timegm.h; no longer needed.
29627         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
29628         time.h now handles any problems in that area.
29629         (struct timespec, nanosleep): Remove; time.h now arranges for these.
29630         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
29631         that time.h defines struct timespec.
29632         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
29633         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
29634         handles that.
29635         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
29636         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
29637         needed.  Set REPLACE_LOCALTIME.
29638         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
29639         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
29640         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
29641         nanosleep; time_h.m4 now does that.  Don't require
29642         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
29643         module handles this now.
29644         * modules/getdate (Depends-on): Remove timespec.  Add time.
29645         * modules/nanosleep (Depends-on): Likewise.
29646         * modules/stat-time (Depends-on): Likewise.
29647         * modules/nanosleep (Include): Include time.h, not timespec.h.
29648         * modules/strptime (Files): Remove lib/strptime.h.
29649         (Depends-on): Add extensions, time.
29650         (Include): Include time.h, not strptime.h.
29651         * modules/time_r (Files): Remove lib/time_r.h.
29652         (Depends-on): Add time.
29653         (Include): Include time.h, not time_r.h.
29654         * modules/timegm: Likewise.
29655         * modules/timespec (Description): Now does timespec-related decls
29656         of our own, instead of struct timespec itself.
29657         (Depends-on): Add time; remove extensions.
29658         (Maintainer): Add self.
29659         * modules/utimecmp (Depends-on): Add time; remove timespec.
29660         * modules/utimens (Depends-on): Likewise.
29661         * modules/xnanosleep (Depends-on): Likewise.
29662
29663 2007-02-11  Bruno Haible  <bruno@clisp.org>
29664
29665         * lib/c-strstr.c: Include allocsa.h.
29666         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
29667         * lib/c-strcasestr.c: Include allocsa.h.
29668         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
29669         * lib/strcasestr.c: Include allocsa.h.
29670         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
29671         * lib/mbsstr.c: Include allocsa.h.
29672         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
29673         allocsa/freesa instead of malloc/free.
29674         * lib/mbscasestr.c: Include allocsa.h.
29675         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
29676         allocsa/freesa instead of malloc/free.
29677         * modules/c-strstr (Depends-on): Add allocsa.
29678         * modules/c-strcasestr (Depends-on): Likewise.
29679         * modules/strcasestr (Depends-on): Likewise.
29680         * modules/mbsstr (Depends-on): Likewise.
29681         * modules/mbscasestr (Depends-on): Likewise.
29682
29683 2007-02-11  Bruno Haible  <bruno@clisp.org>
29684
29685         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
29686
29687         * modules/mbsspn-tests: New file.
29688         * tests/test-mbsspn.sh: New file.
29689         * tests/test-mbsspn.c: New file.
29690
29691 2007-02-11  Bruno Haible  <bruno@clisp.org>
29692
29693         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
29694
29695         * modules/mbspbrk-tests: New file.
29696         * tests/test-mbspbrk.sh: New file.
29697         * tests/test-mbspbrk.c: New file.
29698
29699 2007-02-11  Bruno Haible  <bruno@clisp.org>
29700
29701         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
29702         unneeded cast.
29703
29704         * modules/mbscspn-tests: New file.
29705         * tests/test-mbscspn.sh: New file.
29706         * tests/test-mbscspn.c: New file.
29707
29708 2007-02-11  Bruno Haible  <bruno@clisp.org>
29709
29710         * modules/mbscasecmp-tests: New file.
29711         * tests/test-mbscasecmp.sh: New file.
29712         * tests/test-mbscasecmp.c: New file.
29713
29714 2007-02-11  Bruno Haible  <bruno@clisp.org>
29715
29716         Ensure O(n) worst-case complexity of mbscasestr.
29717         * lib/mbscasestr.c: Include stdbool.h.
29718         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
29719         functions.
29720         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
29721         the bookkeeping indicates that it's worth it.
29722         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
29723
29724         * modules/mbscasestr-tests: New file.
29725         * tests/test-mbscasestr1.c: New file.
29726         * tests/test-mbscasestr2.sh: New file.
29727         * tests/test-mbscasestr2.c: New file.
29728         * tests/test-mbscasestr3.sh: New file.
29729         * tests/test-mbscasestr3.c: New file.
29730         * tests/test-mbscasestr4.sh: New file.
29731         * tests/test-mbscasestr4.c: New file.
29732         * m4/locale-tr.m4: New file.
29733
29734 2007-02-11  Bruno Haible  <bruno@clisp.org>
29735
29736         Ensure O(n) worst-case complexity of mbsstr.
29737         * lib/mbsstr.c: Include stdbool.h.
29738         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
29739         functions.
29740         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
29741         bookkeeping indicates that it's worth it.
29742         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
29743
29744         * modules/mbsstr-tests: New file.
29745         * tests/test-mbsstr1.c: New file.
29746         * tests/test-mbsstr2.sh: New file.
29747         * tests/test-mbsstr2.c: New file.
29748         * tests/test-mbsstr3.sh: New file.
29749         * tests/test-mbsstr3.c: New file.
29750         * m4/locale-fr.m4: New file.
29751
29752 2007-02-11  Bruno Haible  <bruno@clisp.org>
29753
29754         * lib/mbsrchr.c (mbsrchr): Fix bug.
29755
29756         * modules/mbsrchr-tests: New file.
29757         * tests/test-mbsrchr.sh: New file.
29758         * tests/test-mbsrchr.c: New file.
29759
29760 2007-02-11  Bruno Haible  <bruno@clisp.org>
29761
29762         * lib/mbschr.c (mbschr): Fix bug.
29763
29764         * modules/mbschr-tests: New file.
29765         * tests/test-mbschr.sh: New file.
29766         * tests/test-mbschr.c: New file.
29767         * m4/locale-zh.m4: New file.
29768
29769 2007-02-11  Bruno Haible  <bruno@clisp.org>
29770
29771         Support for copying multibyte string iterators.
29772         * lib/mbiter.h: Include <string.h>.
29773         (mbiter_multi_copy): New function.
29774         (mbi_copy): New macro.
29775         * lib/mbuiter.h: Include <string.h>.
29776         (mbuiter_multi_copy): New function.
29777         (mbui_copy): New macro.
29778
29779 2007-02-11  Bruno Haible  <bruno@clisp.org>
29780
29781         New module mbslen.
29782         * modules/mbslen: New file.
29783         * lib/mbslen.c: New file.
29784         * lib/string_.h (mbslen): New declaration.
29785         * m4/mbslen.m4: New file.
29786         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29787         GNULIB_MBSLEN.
29788         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
29789         * MODULES.html.sh (Internationalization functions): Add mbslen.
29790
29791 2007-02-11  Bruno Haible  <bruno@clisp.org>
29792
29793         Ensure O(n) worst-case complexity of strcasestr substitute.
29794         * lib/strcasestr.c: Include stdbool.h.
29795         (knuth_morris_pratt): New function.
29796         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
29797         bookkeeping indicates that it's worth it.
29798         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
29799
29800         * modules/strcasestr-tests: New file.
29801         * tests/test-strcasestr.c: New file.
29802
29803 2007-02-11  Bruno Haible  <bruno@clisp.org>
29804
29805         Ensure O(n) worst-case complexity of c_strcasestr.
29806         * lib/c-strcasestr.c: Include stdbool.h, string.h.
29807         (knuth_morris_pratt): New function.
29808         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
29809         the bookkeeping indicates that it's worth it.
29810         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
29811
29812         * modules/c-strcasestr-tests: New file.
29813         * tests/test-c-strcasestr.c: New file.
29814
29815 2007-02-11  Bruno Haible  <bruno@clisp.org>
29816
29817         Ensure O(n) worst-case complexity of c_strstr.
29818         * lib/c-strstr.c: Include stdbool.h, string.h.
29819         (knuth_morris_pratt): New function.
29820         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
29821         bookkeeping indicates that it's worth it.
29822         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
29823
29824         * lib/c-strstr.c: Complete rewrite for maintainability.
29825
29826         * modules/c-strstr-tests: New file.
29827         * tests/test-c-strstr.c: New file.
29828
29829 2007-02-11  Bruno Haible  <bruno@clisp.org>
29830
29831         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
29832         5.2.1 and earlier, whereby \055 was treated just like the range
29833         delimiter '-'.
29834         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
29835
29836 2007-02-08  Bruno Haible  <bruno@clisp.org>
29837
29838         * modules/regex (Depends-on): Add stdbool.
29839         Reported by Dalibor Topic <robilad@kaffe.org>.
29840
29841 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
29842
29843         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
29844         Prefer returning from main to exiting from it.
29845         Remove unnecessary parens after sizeof.
29846
29847 2007-02-05  Bruno Haible  <bruno@clisp.org>
29848
29849         New module mbssep.
29850         * modules/mbssep: New file.
29851         * lib/mbssep.c: New file.
29852         * lib/string_.h (strsep): Add a conditional link warning.
29853         (mbssep): New declaration.
29854         * m4/mbssep.m4: New file.
29855         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29856         GNULIB_MBSSEP.
29857         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
29858         * MODULES.html.sh (Internationalization functions): Add mbssep.
29859
29860 2007-02-05  Bruno Haible  <bruno@clisp.org>
29861
29862         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
29863         Optimize search in case of 1 delimiter.
29864
29865 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
29866
29867         * lib/acl.h: Include sys/types.h before sys/acl.h.
29868
29869 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
29870
29871         Merge upstream fix for glibc bugzilla #3957:
29872
29873         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
29874
29875         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
29876         bit for RE_HAT_LISTS_NOT_NEWLINE.
29877         (build_charclass_op): Remove bogus comment.
29878
29879 2007-02-05  Simon Josefsson  <simon@josefsson.org>
29880
29881         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
29882
29883 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
29884
29885         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
29886         * lib/memmem.c [!defined _LIBC]: Include config.h.
29887
29888 2007-02-04  Bruno Haible  <bruno@clisp.org>
29889
29890         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
29891         warning message.
29892
29893 2007-02-04  Bruno Haible  <bruno@clisp.org>
29894
29895         New module mbstok_r.
29896         * modules/mbstok_r: New file.
29897         * lib/mbstok_r.c: New file.
29898         * lib/string_.h (strtok_r): Change argument names to match the
29899         comments. Add a conditional link warning.
29900         (mbstok_r): New declaration.
29901         * m4/mbstok_r.m4: New file.
29902         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29903         GNULIB_MBSTOK_R.
29904         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
29905         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
29906
29907 2007-02-04  Bruno Haible  <bruno@clisp.org>
29908
29909         New module mbsspn.
29910         * modules/mbsspn: New file.
29911         * lib/mbsspn.c: New file.
29912         * lib/string_.h (strspn): Add a conditional link warning.
29913         (mbsspn): New declaration.
29914         * m4/mbsspn.m4: New file.
29915         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29916         GNULIB_MBSSPN.
29917         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
29918         * MODULES.html.sh (Internationalization functions): Add mbsspn.
29919
29920 2007-02-04  Bruno Haible  <bruno@clisp.org>
29921
29922         New module mbspbrk.
29923         * modules/mbspbrk: New file.
29924         * lib/mbspbrk.c: New file.
29925         * lib/string_.h (strpbrk): Add a conditional link warning.
29926         (mbspbrk): New declaration.
29927         * m4/mbspbrk.m4: New file.
29928         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29929         GNULIB_MBSPBRK.
29930         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
29931         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
29932
29933 2007-02-04  Bruno Haible  <bruno@clisp.org>
29934
29935         New module mbscspn.
29936         * modules/mbscspn: New file.
29937         * lib/mbscspn.c: New file.
29938         * lib/string_.h (strcspn): Add a conditional link warning.
29939         (mbscspn): New declaration.
29940         * m4/mbscspn.m4: New file.
29941         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29942         GNULIB_MBSCSPN.
29943         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
29944         * MODULES.html.sh (Internationalization functions): Add mbscspn.
29945
29946 2007-02-04  Bruno Haible  <bruno@clisp.org>
29947
29948         New module mbscasestr, reduced goal of strcasestr.
29949         * modules/mbscasestr: New file.
29950         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
29951         (mbscasestr): Renamed from strcasestr.
29952         * lib/strcasestr.c: Don't include mbuiter.h.
29953         (strcasestr): Remove support for multibyte locales.
29954         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
29955         Change the conditional link warning.
29956         (mbscasestr): New declaration.
29957         * m4/mbscasestr.m4: New file.
29958         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
29959         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
29960         REPLACE_STRCASESTR.
29961         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
29962         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
29963         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
29964         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
29965         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
29966         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
29967         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
29968         (Depends-on): Remove mbuiter.
29969         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
29970
29971 2007-02-04  Bruno Haible  <bruno@clisp.org>
29972
29973         Simplify handling of strncasecmp.
29974         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
29975         the conditional link warning.
29976         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
29977         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
29978         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
29979         * modules/strcase (configure.ac): Don't invoke
29980         gl_STRING_MODULE_INDICATOR.
29981         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
29982
29983 2007-02-04  Bruno Haible  <bruno@clisp.org>
29984
29985         New module mbscasecmp, reduced goal of strcasecmp.
29986         * modules/mbscasecmp: New file.
29987         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
29988         (mbscasecmp): Renamed from strcasecmp.
29989         * lib/strcasecmp.c: Don't include mbuiter.h.
29990         (strcasecmp): Remove support for multibyte locales.
29991         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
29992         Change the conditional link warning.
29993         (mbscasecmp): New declaration.
29994         * m4/mbscasecmp.m4: New file.
29995         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
29996         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
29997         REPLACE_STRCASECMP.
29998         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
29999         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
30000         GNULIB_MBSCASECMP.
30001         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
30002         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
30003         * modules/strcase (Files): Remove m4/mbrtowc.m4.
30004         (Depends-on): Remove mbuiter.
30005         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
30006
30007 2007-02-04  Bruno Haible  <bruno@clisp.org>
30008
30009         New module mbsstr. Remove module strstr.
30010         * modules/mbsstr: New file.
30011         * modules/strstr: Remove file.
30012         * lib/mbsstr.c: Renamed from lib/strstr.c.
30013         (mbsstr): Renamed from strstr.
30014         * lib/string_.h (strstr): Remove declaration. Change the conditional
30015         link warning.
30016         (mbsstr): New declaration.
30017         * m4/mbsstr.m4: New file.
30018         * m4/strstr.m4: Remove file.
30019         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
30020         REPLACE_STRSTR.
30021         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
30022         Don't initialize GNULIB_STRSTR.
30023         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
30024         substitute GNULIB_STRSTR and REPLACE_STRSTR.
30025         * MODULES.html.sh (Internationalization functions): Add mbsstr.
30026         (Support for systems lacking ANSI C 89): Remove strstr.
30027
30028 2007-02-04  Bruno Haible  <bruno@clisp.org>
30029
30030         New module mbsrchr.
30031         * modules/mbsrchr: New file.
30032         * lib/mbsrchr.c: New file.
30033         * lib/string_.h (strrchr): Add a conditional link warning.
30034         (mbsrchr): New declaration.
30035         * m4/mbsrchr.m4: New file.
30036         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
30037         GNULIB_MBSRCHR.
30038         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
30039         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
30040
30041 2007-02-04  Bruno Haible  <bruno@clisp.org>
30042
30043         New module mbschr.
30044         * modules/mbschr: New file.
30045         * lib/mbschr.c: New file.
30046         * lib/string_.h (strchr): Add a conditional link warning.
30047         (mbschr): New declaration.
30048         * m4/mbschr.m4: New file.
30049         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
30050         GNULIB_MBSCHR.
30051         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
30052         * MODULES.html.sh (Internationalization functions): Add mbschr.
30053
30054 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
30055
30056         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
30057
30058         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
30059
30060 2007-02-04  Bruno Haible  <bruno@clisp.org>
30061
30062         New module description section 'configure.ac-early'.
30063         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
30064         (func_get_autoconf_early_snippet): New function.
30065         (func_import, func_create_testdir): Use it. Remove special cases for
30066         modules 'extensions' and 'lock'.
30067         * modules/extensions (configure.ac-early): Require
30068         gl_USE_SYSTEM_EXTENSIONS.
30069         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
30070
30071 2007-02-04  Bruno Haible  <bruno@clisp.org>
30072
30073         Make use of gcj-4.3's -fsource and -ftarget option.
30074         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
30075         and if so try the options -fsource and -ftarget.
30076         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
30077         source_version, ftarget_option, target_version arguments.
30078         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
30079         (is_envjavac_oldgcj_14_14_usable): Renamed from
30080         is_envjavac_gcj_14_14_usable.
30081         (is_envjavac_oldgcj_14_13_usable): Renamed from
30082         is_envjavac_gcj_14_13_usable.
30083         (is_gcj_present): Update.
30084         (is_gcj_43, is_gcj43_usable): New functions.
30085         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
30086         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
30087         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
30088         try the options -fsource and -ftarget.
30089
30090 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
30091
30092         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
30093         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
30094         larger value.
30095
30096 2007-02-03  Jim Meyering  <jim@meyering.net>
30097
30098         Give tools a better chance to allocate space for very large buffers.
30099         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
30100
30101         Make pwd and readlink work also when run with an unreadable parent dir
30102         on systems with openat support.
30103         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
30104         provided getcwd function, even when we have openat support.
30105         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
30106
30107 2007-02-02  Bruno Haible  <bruno@clisp.org>
30108
30109         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
30110         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
30111         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
30112         portability problems if one of these functions is only used on specific
30113         platforms.
30114         Reported by Paul Eggert.
30115
30116 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
30117
30118         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
30119         is causing more trouble than it's curing.
30120         * lib/regex_internal.h (__mempcpy): Remove.
30121         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
30122         (and make the code a tad smaller to boot).
30123         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
30124
30125 2007-02-02  Jim Meyering  <jim@meyering.net>
30126
30127         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
30128         section, not in the Makefile.am: one.
30129
30130 2007-02-02  Eric Blake  <ebb9@byu.net>
30131
30132         * lib/strchrnul.c: Always include config.h first.
30133
30134         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
30135         gnulib strstr is not necessary here.
30136
30137 2007-02-02  Simon Josefsson  <simon@josefsson.org>
30138
30139         * m4/socklen.m4: Fix typo.
30140
30141 2007-02-02  Eric Blake  <ebb9@byu.net>
30142
30143         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
30144         * modules/netinet_in (Makefile.am): Likewise.
30145
30146 2007-02-01  Bruno Haible  <bruno@clisp.org>
30147
30148         * lib/string_.h (GL_LINK_WARNING): New macro.
30149         (strcasecmp, strstr, strcasestr): If provided by the system,
30150         conditionally define as a macro that leads to a warning instead of to
30151         an error.
30152         (strncasecmp): Conditionally define as a macro that leads to a warning.
30153
30154 2007-02-01  Karl Berry  <karl@gnu.org>
30155
30156         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
30157
30158 2007-02-01  Bruno Haible  <bruno@clisp.org>
30159
30160         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
30161         renamings.
30162
30163 2007-02-01  Eric Blake  <ebb9@byu.net>
30164
30165         * modules/regex (Depends-on): Revert dependence on mempcpy.
30166         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
30167         module's definition of mempcpy.
30168         Reported by Paul Eggert.
30169
30170 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
30171
30172         * lib/string_.h: If the gnulib module XYZ is not present, undefine
30173         the symbol XYZ before redefining it.  This fixes a problem with
30174         programs that don't use XYZ, when compiled on systems that define
30175         XYZ to something else.
30176
30177 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
30178
30179         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
30180         occurs when "mkdir -m foo" creates a setgid directory that is (1)
30181         writeable to group or other and (2) is intended to have a special
30182         mode bit that is set or cleared.  In such a case, the directory
30183         should be neither group- nor other-writeable until the special
30184         mode bits are right.
30185
30186 2007-01-31  Eric Blake  <ebb9@byu.net>
30187
30188         * modules/mountlist (Depends-on): Add strstr.
30189
30190         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
30191         bug.
30192         * modules/string (Makefile.am): Remove redundant replacement.
30193         * modules/regex (Depends-on): Add mempcpy.
30194
30195 2007-01-31  Bruno Haible  <bruno@clisp.org>
30196
30197         New module description field 'Link'.
30198         * gnulib-tool (func_usage): Document --extract-link-directive.
30199         (sed_extract_prog): Recognize 'Link' directive.
30200         (func_get_link_directive): New function.
30201         (func_import): Show summary of link directives.
30202         Handle --extract-link-directive option.
30203         * modules/acl (Link): New section.
30204         * modules/clock-time (Link): New section.
30205         * modules/euidaccess (Link): New section.
30206         * modules/gettext (Link): New section.
30207         * modules/iconv (Link): New section.
30208         * modules/lock (Link): New section.
30209         * modules/nanosleep (Link): New section.
30210         * modules/readline (Link): New section.
30211
30212 2007-01-27  Bruno Haible  <bruno@clisp.org>
30213
30214         Enforce the use of gnulib modules for unportable <string.h> functions.
30215         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
30216         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
30217         (gl_HEADER_STRING_H_BODY): Require it.
30218         * lib/string_.h: If the gnulib module XYZ is not present, redefine
30219         the symbol XYZ to one that gives a link error.
30220         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
30221         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
30222         * modules/mempcpy (configure.ac): Likewise.
30223         * modules/memrchr (configure.ac): Likewise.
30224         * modules/stpcpy (configure.ac): Likewise.
30225         * modules/stpncpy (configure.ac): Likewise.
30226         * modules/strcase (configure.ac): Likewise.
30227         * modules/strcasestr (configure.ac): Likewise.
30228         * modules/strchrnul (configure.ac): Likewise.
30229         * modules/strdup (configure.ac): Likewise.
30230         * modules/strndup (configure.ac): Likewise.
30231         * modules/strnlen (configure.ac): Likewise.
30232         * modules/strpbrk (configure.ac): Likewise.
30233         * modules/strsep (configure.ac): Likewise.
30234         * modules/strstr (configure.ac): Likewise.
30235         * modules/strtok_r (configure.ac): Likewise.
30236
30237 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
30238
30239         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
30240
30241 2007-01-30  Jim Meyering  <jim@meyering.net>
30242
30243         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
30244
30245 2007-01-29  Bruno Haible  <bruno@clisp.org>
30246
30247         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
30248         * lib/execute.c: Likewise.
30249         * lib/pipe.c: Likewise.
30250         * lib/printf-args.h: Likewise.
30251         * lib/printf-args.c: Likewise.
30252         * lib/printf-parse.c: Likewise.
30253         * lib/vasnprintf.c: Likewise.
30254
30255 2007-01-29  Eric Blake  <ebb9@byu.net>
30256
30257         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
30258         declaration.
30259
30260 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
30261
30262         * lib/strptime.h (strptime): Use 'restrict' for args where
30263         POSIX requires this.
30264         * lib/strptime.c (strptime): Likewise.
30265         Change license notice from LGPL to GPL, since gnulib-tool will
30266         change this as needed.
30267         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
30268         defined.
30269         Include "strptime.h" first, to check interface.
30270         Do not #undef _LIBC and _NL_CURRENT.
30271         Do not include <stdlib.h>; no longer needed.
30272         Include "time_r.h" and declare ptime_locale_status
30273         only if _LIBC is not defined.
30274         (__P): Remove unused macro.
30275         (match_string): Bring back glibc version, but use it only if _LIBC
30276         is defined.
30277         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
30278         Remove unnecessary assertion and abort() call.
30279         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
30280         * m4/strptime.m4: Fix serial number comment.
30281         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
30282         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
30283         (Depends-on): Add time_r.
30284
30285 2007-01-29  Bruno Haible  <bruno@clisp.org>
30286
30287         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30288         strptime.
30289         * modules/strptime (Depends-on): Add stdbool.
30290         * lib/strptime.h: Include <time.h> always. Add comments.
30291
30292 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30293
30294         * modules/strptime: New file.
30295         * lib/strptime.h: New file.
30296         * lib/strptime.c: New file.
30297         * m4/strptime.m4: New file.
30298
30299 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
30300
30301         * MODULES.html.sh: New module mpsort.
30302         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
30303
30304         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
30305         a circularity problem with HP-UX ia64 reported by Bob Proulx in
30306         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
30307         All uses changed.
30308         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
30309         All uses changed.
30310         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
30311         to _Restrict_.
30312         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
30313         the parameter matches the prototype.
30314
30315 2007-01-28  Jim Meyering  <jim@meyering.net>
30316
30317         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
30318         sys/time.h here, reverting that part of the previous patch:
30319         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
30320
30321 2007-01-28  Bruno Haible  <bruno@clisp.org>
30322
30323         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
30324         value of $(SYS_TIME_H).
30325         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
30326         remove it conditionally, too. [added by Jim Meyering]
30327         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
30328         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
30329         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
30330         GETTIMEOFDAY_REPLACEMENT to 1.
30331
30332 2007-01-28  Bruno Haible  <bruno@clisp.org>
30333
30334         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
30335         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
30336         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
30337         Set UNISTD_H instead of UNISTD_H2.
30338         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
30339
30340 2007-01-28  Bruno Haible  <bruno@clisp.org>
30341
30342         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
30343         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
30344
30345 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30346
30347         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
30348         (func_create_testdir): Ensure C locale for `grep' and `tr'
30349         character ranges.
30350         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
30351         ACLOCAL_AMFLAGS parsing state machine.
30352
30353 2007-01-27  Bruno Haible  <bruno@clisp.org>
30354
30355         * modules/unistr/base: Update.
30356
30357 2007-01-27  Bruno Haible  <bruno@clisp.org>
30358
30359         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
30360         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
30361         * modules/unistr/u32-mbtouc-unsafe: Renamed from
30362         modules/unistr/u32-mbtouc.
30363         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
30364         * lib/unistr.h: Update.
30365         * lib/linebreak.c: Update.
30366         * modules/unistr/u32-mbtouc: Renamed from
30367         modules/unistr/u32-mbtouc-safe.
30368         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
30369         * lib/unistr.h: Update.
30370         * lib/unistr/u32-to-u8.c: Update.
30371         * lib/unistr/u32-to-u16.c: Update.
30372
30373 2007-01-27  Bruno Haible  <bruno@clisp.org>
30374
30375         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
30376         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
30377         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
30378         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
30379         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
30380         * modules/unistr/u16-mbtouc-unsafe: Renamed from
30381         modules/unistr/u16-mbtouc.
30382         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
30383         * lib/unistr.h: Update.
30384         * lib/linebreak.c: Update.
30385         * modules/linebreak: Update.
30386         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
30387         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
30388         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
30389         * modules/unistr/u16-mbtouc: Renamed from
30390         modules/unistr/u16-mbtouc-safe.
30391         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
30392         * lib/unistr.h: Update.
30393         * lib/unistr/u16-to-u8.c: Update.
30394         * modules/unistr/u16-to-u8: Update.
30395         * lib/unistr/u16-to-u32.c: Update.
30396         * modules/unistr/u16-to-u32: Update.
30397
30398 2007-01-27  Bruno Haible  <bruno@clisp.org>
30399
30400         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
30401         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
30402         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
30403         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
30404         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
30405         * modules/unistr/u8-mbtouc-unsafe: Renamed from
30406         modules/unistr/u8-mbtouc.
30407         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
30408         * lib/unistr.h: Update.
30409         * lib/striconveh.c: Update.
30410         * modules/striconveh: Update.
30411         * lib/linebreak.c: Update.
30412         * modules/linebreak: Update.
30413         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
30414         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
30415         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
30416         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
30417         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
30418         * lib/unistr.h: Update.
30419         * lib/striconveh.c: Update.
30420         * modules/striconveh: Update.
30421         * lib/unistr/u8-to-u16.c: Update.
30422         * modules/unistr/u8-to-u16: Update.
30423         * lib/unistr/u8-to-u32.c: Update.
30424         * modules/unistr/u8-to-u32: Update.
30425
30426 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30427
30428         Sync from Libtool.
30429         * lib/argz.c: Do not include strings.h nor memory.h, include
30430         string.h unconditionally.  Patch by Simon Josefsson.
30431
30432 2007-01-27  Bruno Haible  <bruno@clisp.org>
30433
30434         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
30435         from gl_HEADER_STRING_H_BODY.
30436         (gl_HEADER_STRING_H_BODY): Require it.
30437         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
30438         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
30439         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
30440         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
30441         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
30442         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
30443         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
30444         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
30445         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
30446         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
30447         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
30448         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
30449         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
30450         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
30451         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
30452
30453 2007-01-27  Bruno Haible  <bruno@clisp.org>
30454
30455         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
30456         check_PROGRAMS into noinst_PROGRAMS.
30457         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
30458         check_PROGRAMS in this case.
30459         (func_import): Set for_test to false.
30460         (func_create_testdir): Set for_test to true.
30461
30462 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
30463             Bruno Haible  <bruno@clisp.org>
30464
30465         * modules/strcasestr (Files): Remove lib/strcasestr.h.
30466         (Depends-on): Add string.
30467         (Includes): Use <string.h> instead of strcasestr.h.
30468         * modules/string (Makefile.am): Also substitute the value of
30469         REPLACE_STRCASESTR.
30470         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
30471         assume strcasestr is declared in <string.h> not <strings.h>. Also
30472         set REPLACE_STRCASESTR.
30473         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
30474         REPLACE_STRCASESTR.
30475         * lib/strcasestr.h: Remove file.
30476         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
30477         * lib/string_.h (strcasestr): New declaration.
30478
30479 2007-01-27  Bruno Haible  <bruno@clisp.org>
30480
30481         * lib/string_.h: Use 'extern'.
30482
30483 2007-01-27  Jim Meyering  <jim@meyering.net>
30484
30485         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
30486         of set-but-not-used local, "q".
30487
30488         * lib/mempcpy.c: Include <config.h> before <string.h>.
30489         This fixes a compilation error on HP-UX, due to the system's
30490         "restrict"-using mempcpy prototype.
30491
30492 2007-01-26  Bruno Haible  <bruno@clisp.org>
30493
30494         Small optimization.
30495         * lib/javacomp.c: Include c-strstr.h.
30496          (is_envjavac_gcj): Use c_strstr instead of strstr.
30497         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
30498
30499 2007-01-26  Bruno Haible  <bruno@clisp.org>
30500
30501         * MODULES.html.sh (Unicode string functions): Add the new modules.
30502
30503         * modules/uniconv/u32-strconv-to-locale: New file.
30504         * lib/uniconv/u32-strconv-to-locale.c: New file.
30505
30506         * modules/uniconv/u16-strconv-to-locale: New file.
30507         * lib/uniconv/u16-strconv-to-locale.c: New file.
30508
30509         * modules/uniconv/u8-strconv-to-locale: New file.
30510         * lib/uniconv/u8-strconv-to-locale.c: New file.
30511
30512         * modules/uniconv/u32-strconv-from-locale: New file.
30513         * lib/uniconv/u32-strconv-from-locale.c: New file.
30514
30515         * modules/uniconv/u16-strconv-from-locale: New file.
30516         * lib/uniconv/u16-strconv-from-locale.c: New file.
30517
30518         * modules/uniconv/u8-strconv-from-locale: New file.
30519         * lib/uniconv/u8-strconv-from-locale.c: New file.
30520
30521         * modules/uniconv/u32-strconv-to-enc: New file.
30522         * lib/uniconv/u32-strconv-to-enc.c: New file.
30523         * modules/uniconv/u32-strconv-to-enc-tests: New file.
30524         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
30525
30526         * modules/uniconv/u16-strconv-to-enc: New file.
30527         * lib/uniconv/u16-strconv-to-enc.c: New file.
30528         * lib/uniconv/u-strconv-to-enc.h: New file.
30529         * modules/uniconv/u16-strconv-to-enc-tests: New file.
30530         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
30531
30532         * modules/uniconv/u8-strconv-to-enc: New file.
30533         * lib/uniconv/u8-strconv-to-enc.c: New file.
30534         * modules/uniconv/u8-strconv-to-enc-tests: New file.
30535         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
30536
30537         * modules/uniconv/u32-strconv-from-enc: New file.
30538         * lib/uniconv/u32-strconv-from-enc.c: New file.
30539         * modules/uniconv/u32-strconv-from-enc-tests: New file.
30540         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
30541
30542         * modules/uniconv/u16-strconv-from-enc: New file.
30543         * lib/uniconv/u16-strconv-from-enc.c: New file.
30544         * modules/uniconv/u16-strconv-from-enc-tests: New file.
30545         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
30546
30547         * modules/uniconv/u8-strconv-from-enc: New file.
30548         * lib/uniconv/u8-strconv-from-enc.c: New file.
30549         * lib/uniconv/u-strconv-from-enc.h: New file.
30550         * modules/uniconv/u8-strconv-from-enc-tests: New file.
30551         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
30552
30553         * modules/uniconv/u32-conv-from-enc: New file.
30554         * lib/uniconv/u32-conv-from-enc.c: New file.
30555         * modules/uniconv/u32-conv-from-enc-tests: New file.
30556         * tests/uniconv/test-u32-conv-from-enc.c: New file.
30557
30558         * modules/uniconv/u16-conv-from-enc: New file.
30559         * lib/uniconv/u16-conv-from-enc.c: New file.
30560         * lib/uniconv/u-conv-from-enc.h: New file.
30561         * modules/uniconv/u16-conv-from-enc-tests: New file.
30562         * tests/uniconv/test-u16-conv-from-enc.c: New file.
30563
30564         * modules/uniconv/u8-conv-from-enc: New file.
30565         * lib/uniconv/u8-conv-from-enc.c: New file.
30566         * modules/uniconv/u8-conv-from-enc-tests: New file.
30567         * tests/uniconv/test-u8-conv-from-enc.c: New file.
30568
30569         * modules/uniconv/base: New file.
30570         * lib/uniconv.h: New file.
30571
30572 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
30573
30574         * doc/gnulib-tool.texi (Initial import): Update to match current
30575         behavior with strdup module.
30576         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
30577         * lib/memmem.h: Remove; all uses removed.  This is now done
30578         by <string.h>.
30579         * lib/mempcpy.h: Likewise.
30580         * lib/memrchr.h: Likewise.
30581         * lib/stpcpy.h: Likewise.
30582         * lib/stpncpy.h: Likewise.
30583         * lib/strcase.h: Likewise.
30584         * lib/strchrnul.h: Likewise.
30585         * lib/strdup.h: Likewise.
30586         * lib/strndup.h: Likewise.
30587         * lib/strnlen.h: Likewise.
30588         * lib/strpbrk.h: Likewise.
30589         * lib/strsep.h: Likewise.
30590         * lib/strstr.h: Likewise.
30591         * lib/strtok_r.h: Likewise.
30592         * lib/string_.h: New file.
30593         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
30594         Rely on <string.h> instead.
30595         * lib/canon-host.c: Likewise.
30596         * lib/chdir-long.c: Likewise.
30597         * lib/concatpath.c: Likewise.
30598         * lib/exclude.c: Likewise.
30599         * lib/fchdir.c: Likewise.
30600         * lib/getaddrinfo.c: Likewise.
30601         * lib/getcwd.c: Likewise.
30602         * lib/getsubopt.c: Likewise.
30603         * lib/glob.c: Likewise.
30604         * lib/hard-locale.c: Likewise.
30605         * lib/iconvme.c: Likewise.
30606         * lib/javacomp.c: Likewise.
30607         * lib/mempcpy.c: Likewise.
30608         * lib/memrchr.c: Likewise.
30609         * lib/regex_internal.h: Likewise.
30610         * lib/stpncpy.c: Likewise.
30611         * lib/strcasecmp.c: Likewise.
30612         * lib/strchrnul.c: Likewise.
30613         * lib/strdup.c: Likewise.
30614         * lib/striconv.c: Likewise.
30615         * lib/striconveh.c: Likewise.
30616         * lib/striconveha.c: Likewise.
30617         * lib/strncasecmp.c: Likewise.
30618         * lib/strndup.c: Likewise.
30619         * lib/strnlen.c: Likewise.
30620         * lib/strsep.c: Likewise.
30621         * lib/strstr.c: Likewise.
30622         * lib/strtok_r.c: Likewise.
30623         * lib/userspec.c: Likewise.
30624         * lib/w32spawn.h: Likewise.
30625         * lib/xstrndup.c: Likewise.
30626         * lib/mountlist.c (strstr): Remove decl.
30627         * m4/string_h.m4: New file.
30628         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
30629         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
30630         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
30631         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
30632         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
30633         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
30634         Set REPLACE_STRCASECMP if necessary.
30635         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
30636         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
30637         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
30638         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
30639         HAVE_DECL_STRDUP if necessary.
30640         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
30641         since gl_FUNC_STRNDUP does that now.
30642         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
30643         Check for decl here...
30644         (gl_PREREQ_STRNLEN): ... not here.
30645         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
30646         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
30647         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
30648         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
30649         necessary.
30650         * modules/string: New file.
30651         * modules/memmem (Files): Remove special-purpose include file.
30652         (Depends-on): Add string.
30653         (Include): Include <string.h>, not the removed file.
30654         * modules/mempcpy: Likewise.
30655         * modules/memrchr: Likewise.
30656         * modules/stpcpy: Likewise.
30657         * modules/stpncpy: Likewise.
30658         * modules/strcase: Likewise.
30659         * modules/strchrnul: Likewise.
30660         * modules/strdup: Likewise.
30661         * modules/strndup: Likewise.
30662         * modules/strnlen: Likewise.
30663         * modules/strpbrk: Likewise.
30664         * modules/strsep: Likewise.
30665         * modules/strstr: Likewise.
30666         * modules/strtok_r: Likewise.
30667         * tests/test-dirname.c: Don't include "strdup.h", since
30668         <string.h> now suffices.
30669         * tests/test-memmem.c: Don't include "memmem.h", since
30670         <string.h> now suffices.
30671
30672 2007-01-25  Bruno Haible  <bruno@clisp.org>
30673
30674         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
30675         *resultp is 0.
30676
30677         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
30678         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
30679         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
30680         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
30681
30682         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
30683         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
30684         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
30685         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
30686         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
30687         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
30688
30689 2007-01-24  Bruno Haible  <bruno@clisp.org>
30690
30691         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
30692         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
30693         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
30694         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
30695         gl_FUNC_FTS_CORE.
30696         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
30697         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
30698         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30699         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
30700         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
30701         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
30702         gl_FUNC_FCHOWNAT.
30703         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
30704         gl_FUNC_STRFTIME.
30705         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
30706         Reported by Ralf Wildenhues.
30707
30708 2007-01-24  Bruno Haible  <bruno@clisp.org>
30709
30710         Drop AC_REQUIRE calls that are redundant with the module dependencies.
30711         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
30712         gl_GETADDRINFO.
30713         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
30714         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
30715         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
30716
30717 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
30718
30719         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
30720         Don't use 'exit'; just return from 'main'.
30721         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
30722
30723         * lib/fnmatch_.h: Readjust white space and comments to match
30724         glibc, to avoid spurious diffs.
30725
30726 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
30727
30728         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
30729         2004-12-01 change by Jakub Jelinek, since this code won't compile
30730         if !LIBC.  Problem reported by Bob Proulx.
30731
30732 2007-01-23  Bruno Haible  <bruno@clisp.org>
30733
30734         * lib/striconveh.c: Include c-strcaseeq.h.
30735         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
30736         * modules/striconveh (Depends-on): Add c-strcaseeq.
30737
30738 2007-01-23  Bruno Haible  <bruno@clisp.org>
30739
30740         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
30741
30742         * modules/c-strcaseeq: New file.
30743         * lib/c-strcaseeq.h: New file.
30744
30745         * modules/streq: New file.
30746         * lib/streq.h: New file.
30747
30748 2007-01-23  Bruno Haible  <bruno@clisp.org>
30749
30750         * modules/striconveha-tests: New file.
30751         * tests/test-striconveha.c: New file.
30752
30753         * lib/striconveha.h: Include <stdbool.h>.
30754         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
30755         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
30756         (mem_iconveha_notranslit): Renamed from mem_iconveha.
30757         (mem_iconveha): New function.
30758         (str_iconveha_notranslit): Renamed from str_iconveha.
30759         (str_iconveha): New function.
30760         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
30761         c-strcase.
30762
30763 2007-01-23  Bruno Haible  <bruno@clisp.org>
30764
30765         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
30766         encodings without forgiving before trying any encoding with handler.
30767         (str_iconveha): Try all encodings without forgiving before trying any
30768         encoding with handler.
30769
30770 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
30771
30772         Import the following changes from libc.
30773
30774         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
30775
30776         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
30777
30778         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
30779
30780         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
30781         normal_bracket label.
30782
30783         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
30784
30785         [BZ #361]
30786         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
30787         to normal_bracket after fetching the next character.
30788
30789 2007-01-22  Bruno Haible  <bruno@clisp.org>
30790
30791         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
30792         argument.
30793         * lib/striconveh.c (iconv_carefully_1): New function.
30794         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
30795         argument.
30796         (str_cd_iconveh): Update.
30797         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
30798         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
30799         * tests/test-striconveh.c (MAGIC): New macro.
30800         (new_offsets): New function.
30801         (main): Test call with and without offsets.
30802
30803 2007-01-22  Bruno Haible  <bruno@clisp.org>
30804
30805         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
30806         * modules/sys_select (Makefile.am): Likewise.
30807         * modules/sys_socket (Makefile.am): Likewise.
30808         * modules/sys_time (Makefile.am): Likewise.
30809
30810 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
30811
30812         * modules/gettimeofday (License): Change from GPL to LGPL, since
30813         gettimeofday is a library function.
30814
30815 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30816
30817         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
30818
30819 2007-01-21  Bruno Haible  <bruno@clisp.org>
30820
30821         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
30822
30823 2007-01-21  Bruno Haible  <bruno@clisp.org>
30824
30825         * modules/striconveha: New file.
30826         * lib/striconveha.h: New file.
30827         * lib/striconveha.c: New file.
30828         * MODULES.html.sh (Internationalization functions): Add striconveha.
30829         * lib/striconv.c (str_iconv): Optimize the case of an empty input
30830         string.
30831         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
30832
30833 2007-01-21  Bruno Haible  <bruno@clisp.org>
30834
30835         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
30836         * lib/striconveh.c (str_iconveh): Likewise.
30837
30838 2007-01-21  Bruno Haible  <bruno@clisp.org>
30839
30840         * lib/striconveh.h (mem_iconveh): New declaration.
30841         * lib/striconveh.c (mem_iconveh): New function.
30842         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
30843
30844 2007-01-21  Bruno Haible  <bruno@clisp.org>
30845
30846         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
30847
30848         * lib/striconveh.h (mem_cd_iconveh): Change specification.
30849         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
30850         original result buffer.
30851         (str_cd_iconveh): Update.
30852         * tests/test-striconveh.c (main): Update.
30853
30854         * lib/striconv.h (mem_cd_iconv): Change specification.
30855         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
30856         result buffer.
30857         (str_cd_iconv): Update.
30858         * tests/test-striconv.c (main): Update.
30859
30860 2007-01-21  Bruno Haible  <bruno@clisp.org>
30861
30862         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
30863
30864 2007-01-20  Jim Meyering  <jim@meyering.net>
30865
30866         * lib/userspec.c (parse_with_separator): If a user or group string
30867         starts with "+", skip the corresponding name-to-ID look-up, since
30868         such a look-up must fail: user and group names may not include "+".
30869
30870 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
30871
30872         * lib/poll.c: Include sys/time.h and time.h unconditionally,
30873         since we now assume the sys_time module.
30874         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
30875         check for sys/time.h; no longer needed.
30876         * modules/poll (Depends-on): Depend on sys_time.
30877
30878 2007-01-18  Bruno Haible  <bruno@clisp.org>
30879
30880         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
30881         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
30882
30883         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
30884         gettimeofday.
30885
30886         * tests/test-gettimeofday.c: Include <time.h>.
30887         (dummy): Remove variable.
30888
30889         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
30890         gl_HEADER_SYS_TIME_H.
30891         (gl_HEADER_SYS_TIME_H): New macro.
30892
30893         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
30894         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
30895         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
30896         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
30897         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
30898         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
30899         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
30900         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
30901         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
30902         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
30903         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
30904
30905         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
30906         last change; it caused a compilation error when cross-compiling to
30907         Cygwin.
30908
30909 2007-01-18  Jim Meyering  <jim@meyering.net>
30910
30911         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
30912         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
30913         than the race-prone "test -d sys || mkdir sys".
30914         (configure.ac): Use AC_PROG_MKDIR_P.
30915         * modules/sys_select: Likewise.
30916         * modules/sys_socket: Likewise.
30917         * modules/sys_time: Likewise.
30918
30919 2007-01-18  Eric Blake  <ebb9@byu.net>
30920
30921         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
30922         replace gettimeofday.
30923         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
30924         name, to avoid infinite recursion.
30925
30926 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
30927
30928         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
30929         module sys_time.
30930         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
30931         assume timespec.h defines struct timeval.
30932         * lib/settime.c: Likewise.
30933         * lib/utimens.c: Likewise.
30934         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
30935         since we now assume the gettimeofday module.
30936         * lib/tempname.c (__gen_tempname): Likewise.
30937         * lib/gettimeofday.h: Remove.
30938         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
30939         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
30940         Include <time.h>, for 'time()'.
30941         (localtime_buffer_addr): Also use this workaround if
30942         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
30943         to simplify the uses.  All uses changed.
30944         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
30945         that #undef is inside {}, and 'const' follows type name consistently.
30946         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
30947         (gettimeofday): Do not use the maximum possible value for
30948         tv->tv_usec, since that might break usages other than ls.c.
30949         Instead, we'll leave ls.c alone.  This undoes today's patch
30950         by Bruno.  Add a compile-time warning for 1s-clock resolution;
30951         we've never observed the problem but might as well keep the
30952         canary.
30953         * lib/nanosleep.c: Include timespec.h first, for interface check.
30954         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
30955         now assume the sys_time module.
30956         * lib/tempname.c: Likewise.
30957         * lib/timespec.h: Likewise.
30958         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
30959         needed.
30960         * lib/strftime.c: Likewise.
30961         * lib/timespec.h: Likewise.
30962         * lib/posixtm.c: Include posixtm.h first, for interface check.
30963         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
30964         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
30965         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
30966         * lib/sys_time_.h: New file.
30967         * lib/timespec.h (struct timespec): Use long int, not long.
30968         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
30969         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
30970         Remove obsolescent call to AC_HEADER_TIME.
30971         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
30972         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
30973         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
30974         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
30975         Likewise.
30976         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
30977         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
30978         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
30979         into the sys_time module.  Check for gettimeofday just once.
30980         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
30981         for gettimeofday signature to just check the signature.  Merely
30982         compile it, since linking doesn't test signature.  Improve test for
30983         whether gettimeofday.o is actually needed.
30984         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
30985         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
30986         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
30987         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
30988         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
30989         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
30990         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
30991         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
30992         than worrying about sys/time.h.
30993         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
30994         Don't bother worrying about TIME_WITH_SYS_TIME.
30995         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
30996         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
30997         * m4/sys_time_h.m4: New file.
30998         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
30999         Don't include sys/time.h.  Return from main rather than exiting.
31000         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
31001         all uses changed.
31002         * modules/gethrxtime (Depends-on): Add sys_time.
31003         * modules/gettime (Depends-on): Likewise.
31004         * modules/gettimeofday (Depends-on): Likewise.
31005         * modules/nanosleep (Depends-on): Likewise.
31006         * modules/settime (Depends-on): Likewise.
31007         * modules/tempname (Depends-on): Likewise.
31008         * modules/utimens (Depends-on): Likewise.
31009         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
31010         (Include:) Change back to <sys/time.h>.
31011         (Maintainer:) Add self.
31012         * modules/sys_time: New file.
31013         * modules/tempname (Depends-on): Add gettimeofday.
31014         * tests/test-gettimeofday.c: Include <sys/time.h>
31015         rather than gettimeofday.h.
31016
31017 2007-01-17  Bruno Haible  <bruno@clisp.org>
31018
31019         * gnulib-tool (func_get_license): Revert last patch. Instead, let
31020         the license default to GPL.
31021         (func_create_testdir): Don't complain if a module is LGPL and its
31022         tests module depends on GPLed modules.
31023
31024 2007-01-17  Bruno Haible  <bruno@clisp.org>
31025
31026         * lib/gettimeofday.c (gettimeofday): Add code for the case
31027         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
31028         maximum possible value for tv->tv_usec, rather than the minimum one.
31029
31030 2005-10-08  Martin Lambers  <marlam@marlam.de>
31031 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
31032 2007-01-16  Bruno Haible  <bruno@clisp.org>
31033
31034         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
31035         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
31036         gl_FUNC_GETTIMEOFDAY.
31037         (Include): Add gettimeofday.h.
31038         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
31039         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
31040         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
31041         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
31042         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
31043         * lib/gettimeofday.h: New file.
31044         * lib/gettimeofday.c: Include <sys/timeb.h>.
31045         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
31046         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
31047         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
31048         fall back on time().
31049
31050         * tests/test-gettimeofday.c: New file.
31051         * modules/gettimeofday-tests: New file.
31052
31053 2007-01-16  Eric Blake  <ebb9@byu.net>
31054
31055         * modules/fnmatch (Depends-on): Depend on wchar.
31056         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
31057         * m4/fnmatch.m4: Likewise.
31058         * modules/mbchar (Makefile.am): Assume <wchar.h>.
31059         * m4/mbchar.m4: Likewise.
31060         * modules/mbswidth (Depends-on): Depend on wchar.
31061         * lib/mbswidth.c: Assume <wchar.h>.
31062         * m4/mbswidth.m4: Likewise.
31063         * modules/quotearg (Depends-on): Depend on wchar.
31064         * lib/quotearg.c: Assume <wchar.h>.
31065         * m4/quotearg.m4: Likewise.
31066         * modules/regex (Depends-on): Depend on wchar.
31067         * lib/regex_internal.h: Assume <wchar.h>.
31068         * m4/regex.m4: Likewise.
31069         * modules/stdint (Depends-on): Depend on wchar.
31070         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
31071         * m4/stdint.m4: Likewise.
31072         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
31073         * modules/strftime (Depends-on): Depend on wchar.
31074         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
31075         * modules/strtol (Depends-on): Depend on wchar.
31076         * lib/strtol.c: Assume <wchar.h>.
31077         * modules/wcwidth (Depends-on): Depend on wchar.
31078         * lib/wcwidth.h: Assume <wchar.h>.
31079         * m4/wcwidth.m4: Likewise.
31080
31081 2007-01-16  Bruno Haible  <bruno@clisp.org>
31082
31083         * modules/csharpexec-script: New, created from...
31084         * modules/csharpexec: ... this.
31085
31086 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
31087
31088         * modules/javaexec-script: New, created from...
31089         * modules/javaexec: ... this.
31090
31091 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31092
31093         * modules/poll (Dependencies): Add sys_select.
31094
31095 2007-01-15  Jim Meyering  <jim@meyering.net>
31096
31097         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
31098         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
31099         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
31100         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
31101
31102 2007-01-15  Bruno Haible  <bruno@clisp.org>
31103
31104         * modules/striconveh: New file.
31105         * lib/striconveh.h: New file.
31106         * lib/striconveh.c: New file.
31107         * MODULES.html.sh (Internationalization functions): Add striconveh.
31108
31109         * modules/striconveh-tests: New file.
31110         * tests/test-striconveh.c: New file.
31111
31112 2007-01-15  Bruno Haible  <bruno@clisp.org>
31113
31114         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
31115         not from GNU libiconv or GNU libc.
31116
31117 2007-01-15  Bruno Haible  <bruno@clisp.org>
31118
31119         * doc/gnulib-intro.texi (Copyright): Explain the different license
31120         terms for module descriptions, autoconf macros, tests, documentation.
31121
31122 2007-01-14  Bruno Haible  <bruno@clisp.org>
31123
31124         * modules/striconv-tests: New file.
31125         * tests/test-striconv.c: New file.
31126
31127 2007-01-14  Bruno Haible  <bruno@clisp.org>
31128
31129         * modules/iconv-tests: New file.
31130         * tests/test-iconv.c: New file.
31131
31132 2007-01-14  Bruno Haible  <bruno@clisp.org>
31133
31134         * gnulib-tool (func_get_license): For test modules, use the license of
31135         the main module.
31136
31137 2007-01-14  Bruno Haible  <bruno@clisp.org>
31138
31139         * modules/iconv (Include): Clarify that <iconv.h> can only be included
31140         if iconv is found to exist.
31141
31142 2007-01-14  Bruno Haible  <bruno@clisp.org>
31143
31144         * modules/c-ctype-tests: New file.
31145         * tests/test-c-ctype.c: New file.
31146
31147 2007-01-14  Bruno Haible  <bruno@clisp.org>
31148
31149         * modules/binary-io-tests: New file.
31150         * tests/test-binary-io.sh: New file.
31151         * tests/test-binary-io.c: New file.
31152
31153 2007-01-14  Bruno Haible  <bruno@clisp.org>
31154
31155         * modules/array-oset-tests: New file.
31156         * tests/test-array_oset.c: New file.
31157
31158 2007-01-14  Bruno Haible  <bruno@clisp.org>
31159
31160         * modules/array-list-tests: New file.
31161         * tests/test-array_list.c: New file.
31162
31163 2007-01-14  Bruno Haible  <bruno@clisp.org>
31164
31165         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
31166         and make.
31167         Reported by Simon Josefsson in
31168         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
31169
31170 2007-01-14  Bruno Haible  <bruno@clisp.org>
31171
31172         * modules/allocsa-tests: New file.
31173         * tests/test-allocsa.c: New file.
31174
31175 2007-01-14  Bruno Haible  <bruno@clisp.org>
31176
31177         * modules/fchdir (Depends-on): Add absolute-header.
31178         * modules/unistd (Depends-on): Likewise.
31179
31180 2006-12-30  Bruno Haible  <bruno@clisp.org>
31181
31182         * modules/fchdir: New file.
31183         * modules/unistd (Files): Add lib/unistd_.h.
31184         (Makefile.am): Generate unistd.h from unistd_.h.
31185         * lib/fchdir.c: New file.
31186         * lib/dirent_.h: New file.
31187         * lib/unistd_.h: New file.
31188         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
31189         * m4/fchdir.m4: New file.
31190         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
31191         (gl_HEADER_UNISTD): Invoke it.
31192         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
31193         function.
31194         * lib/backupfile.c (opendir, closedir): Undefine.
31195         * lib/chown.c (open, close): Undefine.
31196         * lib/clean-temp.c (open, close): Undefine.
31197         * lib/copy-file.c (open, close): Undefine.
31198         * lib/execute.c (open, close): Undefine.
31199         * lib/fsusage.c (open, close): Undefine.
31200         * lib/gc-gnulib.c (open, close): Undefine.
31201         * lib/getcwd.c (opendir, closedir): Undefine.
31202         * lib/glob.c (opendir, closedir): Undefine.
31203         * lib/javacomp.c (open, close): Undefine.
31204         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
31205         * lib/openat-proc.c (open, close): Undefine.
31206         * lib/pagealign_alloc.c (open, close): Undefine.
31207         * lib/pipe.c (open, close): Undefine.
31208         * lib/progreloc.c (open, close): Undefine.
31209         * lib/savedir.c (opendir, closedir): Undefine.
31210         * lib/utime.c (open, close): Undefine.
31211         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
31212
31213 2007-01-10  Bruno Haible  <bruno@clisp.org>
31214
31215         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
31216
31217 2007-01-12  Eric Blake  <ebb9@byu.net>
31218
31219         Provide a robust <wchar.h>.  Further simplifications are now
31220         possible in other modules, but not included here.
31221         * modules/wchar: New module.
31222         * m4/wchar.m4: New file.
31223         * lib/wchar_.h: Likewise.
31224         * modules/mbchar (Depends-on): Depend on wchar, as the first use
31225         of the new module.
31226         * MODULES.html.sh (Extended multibyte and wide character utilities):
31227         New section.
31228
31229 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
31230
31231         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
31232         to a reasonable default for memory allocation.
31233         (xreadlink): Don't allocate a huge buffer, to work around a buggy
31234         file system that reports garbage st_size values for symlinks.
31235         Problem reported by Liyang Hu.
31236
31237 2007-01-11  Simon Josefsson  <simon@josefsson.org>
31238
31239         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
31240         Emacs .#* auto-save files).
31241
31242 2007-01-11  Bruno Haible  <bruno@clisp.org>
31243
31244         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
31245         directory.
31246
31247 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
31248
31249         Use @...@ consistently in lib/wctype_.h.
31250         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
31251         on it being set to 1 or 0.
31252         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
31253         go back to AC_SUBSTing it.
31254         * modules/wctype (Makefile.am): Undo previous change.
31255
31256 2007-01-10  Eric Blake  <ebb9@byu.net>
31257
31258         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
31259         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
31260         * modules/wctype (Makefile.am): Likewise.
31261         Reported by Chris McGuire.
31262
31263 2007-01-10  Jim Meyering  <jim@meyering.net>
31264
31265         fts.c: a small readability/maintainability improvement
31266         * lib/fts.c (fts_read): Make this code slightly more readable and
31267         maintainable by hoisting the "sp->fts_cur = p" assignments to
31268         immediately follow the statements that set P.  Derived from
31269         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
31270
31271 2007-01-10  Eric Blake  <ebb9@byu.net>
31272
31273         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
31274         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
31275         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
31276         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
31277         Reported by Chris McGuire.
31278
31279 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31280
31281         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
31282         in sed script.
31283
31284 2007-01-09  Bruno Haible  <bruno@clisp.org>
31285
31286         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
31287         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
31288         variables.
31289         (func_module): Use them.
31290
31291 2007-01-09  Bruno Haible  <bruno@clisp.org>
31292
31293         * modules/unistr/base: New file.
31294         * lib/unistr.h: New file.
31295
31296         * modules/unistr/u8-to-u16: New file.
31297         * lib/unistr/u8-to-u16.c: New file.
31298
31299         * modules/unistr/u8-to-u32: New file.
31300         * lib/unistr/u8-to-u32.c: New file.
31301
31302         * modules/unistr/u16-to-u8: New file.
31303         * lib/unistr/u16-to-u8.c: New file.
31304
31305         * modules/unistr/u16-to-u32: New file.
31306         * lib/unistr/u16-to-u32.c: New file.
31307
31308         * modules/unistr/u32-to-u8: New file.
31309         * lib/unistr/u32-to-u8.c: New file.
31310
31311         * modules/unistr/u32-to-u16: New file.
31312         * lib/unistr/u32-to-u16.c: New file.
31313
31314         * modules/unistr/u8-check: New file.
31315         * modules/unistr/u16-check: New file.
31316         * modules/unistr/u32-check: New file.
31317         * lib/unistr/u8-check.c: New file.
31318         * lib/unistr/u16-check.c: New file.
31319         * lib/unistr/u32-check.c: New file.
31320
31321         * modules/unistr/u8-chr: New file.
31322         * modules/unistr/u16-chr: New file.
31323         * modules/unistr/u32-chr: New file.
31324         * lib/unistr/u8-chr.c: New file.
31325         * lib/unistr/u16-chr.c: New file.
31326         * lib/unistr/u32-chr.c: New file.
31327
31328         * modules/unistr/u8-cmp: New file.
31329         * modules/unistr/u16-cmp: New file.
31330         * modules/unistr/u32-cmp: New file.
31331         * lib/unistr/u8-cmp.c: New file.
31332         * lib/unistr/u16-cmp.c: New file.
31333         * lib/unistr/u32-cmp.c: New file.
31334
31335         * modules/unistr/u8-cpy: New file.
31336         * modules/unistr/u16-cpy: New file.
31337         * modules/unistr/u32-cpy: New file.
31338         * lib/unistr/u8-cpy.c: New file.
31339         * lib/unistr/u16-cpy.c: New file.
31340         * lib/unistr/u32-cpy.c: New file.
31341         * lib/unistr/u-cpy.h: New file.
31342
31343         * modules/unistr/u8-cpy-alloc: New file.
31344         * modules/unistr/u16-cpy-alloc: New file.
31345         * modules/unistr/u32-cpy-alloc: New file.
31346         * lib/unistr/u8-cpy-alloc.c: New file.
31347         * lib/unistr/u16-cpy-alloc.c: New file.
31348         * lib/unistr/u32-cpy-alloc.c: New file.
31349         * lib/unistr/u-cpy-alloc.h: New file.
31350
31351         * modules/unistr/u8-endswith: New file.
31352         * modules/unistr/u16-endswith: New file.
31353         * modules/unistr/u32-endswith: New file.
31354         * lib/unistr/u8-endswith.c: New file.
31355         * lib/unistr/u16-endswith.c: New file.
31356         * lib/unistr/u32-endswith.c: New file.
31357         * lib/unistr/u-endswith.h: New file.
31358
31359         * modules/unistr/u8-mblen: New file.
31360         * modules/unistr/u16-mblen: New file.
31361         * modules/unistr/u32-mblen: New file.
31362         * lib/unistr/u8-mblen.c: New file.
31363         * lib/unistr/u16-mblen.c: New file.
31364         * lib/unistr/u32-mblen.c: New file.
31365
31366         * modules/unistr/u8-mbtouc: New file.
31367         * modules/unistr/u16-mbtouc: New file.
31368         * modules/unistr/u32-mbtouc: New file.
31369         * lib/unistr/u8-mbtouc.c: New file.
31370         * lib/unistr/u16-mbtouc.c: New file.
31371         * lib/unistr/u32-mbtouc.c: New file.
31372
31373         * modules/unistr/u8-mbtouc-safe: New file.
31374         * modules/unistr/u16-mbtouc-safe: New file.
31375         * modules/unistr/u32-mbtouc-safe: New file.
31376         * lib/unistr/u8-mbtouc-safe.c: New file.
31377         * lib/unistr/u16-mbtouc-safe.c: New file.
31378         * lib/unistr/u32-mbtouc-safe.c: New file.
31379
31380         * modules/unistr/u8-move: New file.
31381         * modules/unistr/u16-move: New file.
31382         * modules/unistr/u32-move: New file.
31383         * lib/unistr/u8-move.c: New file.
31384         * lib/unistr/u16-move.c: New file.
31385         * lib/unistr/u32-move.c: New file.
31386         * lib/unistr/u-move.h: New file.
31387
31388         * modules/unistr/u8-next: New file.
31389         * modules/unistr/u16-next: New file.
31390         * modules/unistr/u32-next: New file.
31391         * lib/unistr/u8-next.c: New file.
31392         * lib/unistr/u16-next.c: New file.
31393         * lib/unistr/u32-next.c: New file.
31394
31395         * modules/unistr/u8-prev: New file.
31396         * modules/unistr/u16-prev: New file.
31397         * modules/unistr/u32-prev: New file.
31398         * lib/unistr/u8-prev.c: New file.
31399         * lib/unistr/u16-prev.c: New file.
31400         * lib/unistr/u32-prev.c: New file.
31401
31402         * modules/unistr/u8-set: New file.
31403         * modules/unistr/u16-set: New file.
31404         * modules/unistr/u32-set: New file.
31405         * lib/unistr/u8-set.c: New file.
31406         * lib/unistr/u16-set.c: New file.
31407         * lib/unistr/u32-set.c: New file.
31408         * lib/unistr/u-set.h: New file.
31409
31410         * modules/unistr/u8-startswith: New file.
31411         * modules/unistr/u16-startswith: New file.
31412         * modules/unistr/u32-startswith: New file.
31413         * lib/unistr/u8-startswith.c: New file.
31414         * lib/unistr/u16-startswith.c: New file.
31415         * lib/unistr/u32-startswith.c: New file.
31416         * lib/unistr/u-startswith.h: New file.
31417
31418         * modules/unistr/u8-stpcpy: New file.
31419         * modules/unistr/u16-stpcpy: New file.
31420         * modules/unistr/u32-stpcpy: New file.
31421         * lib/unistr/u8-stpcpy.c: New file.
31422         * lib/unistr/u16-stpcpy.c: New file.
31423         * lib/unistr/u32-stpcpy.c: New file.
31424         * lib/unistr/u-stpcpy.h: New file.
31425
31426         * modules/unistr/u8-stpncpy: New file.
31427         * modules/unistr/u16-stpncpy: New file.
31428         * modules/unistr/u32-stpncpy: New file.
31429         * lib/unistr/u8-stpncpy.c: New file.
31430         * lib/unistr/u16-stpncpy.c: New file.
31431         * lib/unistr/u32-stpncpy.c: New file.
31432         * lib/unistr/u-stpncpy.h: New file.
31433
31434         * modules/unistr/u8-strcat: New file.
31435         * modules/unistr/u16-strcat: New file.
31436         * modules/unistr/u32-strcat: New file.
31437         * lib/unistr/u8-strcat.c: New file.
31438         * lib/unistr/u16-strcat.c: New file.
31439         * lib/unistr/u32-strcat.c: New file.
31440         * lib/unistr/u-strcat.h: New file.
31441
31442         * modules/unistr/u8-strchr: New file.
31443         * modules/unistr/u16-strchr: New file.
31444         * modules/unistr/u32-strchr: New file.
31445         * lib/unistr/u8-strchr.c: New file.
31446         * lib/unistr/u16-strchr.c: New file.
31447         * lib/unistr/u32-strchr.c: New file.
31448
31449         * modules/unistr/u8-strcmp: New file.
31450         * modules/unistr/u16-strcmp: New file.
31451         * modules/unistr/u32-strcmp: New file.
31452         * lib/unistr/u8-strcmp.c: New file.
31453         * lib/unistr/u16-strcmp.c: New file.
31454         * lib/unistr/u32-strcmp.c: New file.
31455
31456         * modules/unistr/u8-strcpy: New file.
31457         * modules/unistr/u16-strcpy: New file.
31458         * modules/unistr/u32-strcpy: New file.
31459         * lib/unistr/u8-strcpy.c: New file.
31460         * lib/unistr/u16-strcpy.c: New file.
31461         * lib/unistr/u32-strcpy.c: New file.
31462         * lib/unistr/u-strcpy.h: New file.
31463
31464         * modules/unistr/u8-strcspn: New file.
31465         * modules/unistr/u16-strcspn: New file.
31466         * modules/unistr/u32-strcspn: New file.
31467         * lib/unistr/u8-strcspn.c: New file.
31468         * lib/unistr/u16-strcspn.c: New file.
31469         * lib/unistr/u32-strcspn.c: New file.
31470         * lib/unistr/u-strcspn.h: New file.
31471
31472         * modules/unistr/u8-strdup: New file.
31473         * modules/unistr/u16-strdup: New file.
31474         * modules/unistr/u32-strdup: New file.
31475         * lib/unistr/u8-strdup.c: New file.
31476         * lib/unistr/u16-strdup.c: New file.
31477         * lib/unistr/u32-strdup.c: New file.
31478         * lib/unistr/u-strdup.h: New file.
31479
31480         * modules/unistr/u8-strlen: New file.
31481         * modules/unistr/u16-strlen: New file.
31482         * modules/unistr/u32-strlen: New file.
31483         * lib/unistr/u8-strlen.c: New file.
31484         * lib/unistr/u16-strlen.c: New file.
31485         * lib/unistr/u32-strlen.c: New file.
31486         * lib/unistr/u-strlen.h: New file.
31487
31488         * modules/unistr/u8-strmblen: New file.
31489         * modules/unistr/u16-strmblen: New file.
31490         * modules/unistr/u32-strmblen: New file.
31491         * lib/unistr/u8-strmblen.c: New file.
31492         * lib/unistr/u16-strmblen.c: New file.
31493         * lib/unistr/u32-strmblen.c: New file.
31494
31495         * modules/unistr/u8-strmbtouc: New file.
31496         * modules/unistr/u16-strmbtouc: New file.
31497         * modules/unistr/u32-strmbtouc: New file.
31498         * lib/unistr/u8-strmbtouc.c: New file.
31499         * lib/unistr/u16-strmbtouc.c: New file.
31500         * lib/unistr/u32-strmbtouc.c: New file.
31501
31502         * modules/unistr/u8-strncat: New file.
31503         * modules/unistr/u16-strncat: New file.
31504         * modules/unistr/u32-strncat: New file.
31505         * lib/unistr/u8-strncat.c: New file.
31506         * lib/unistr/u16-strncat.c: New file.
31507         * lib/unistr/u32-strncat.c: New file.
31508         * lib/unistr/u-strncat.h: New file.
31509
31510         * modules/unistr/u8-strncmp: New file.
31511         * modules/unistr/u16-strncmp: New file.
31512         * modules/unistr/u32-strncmp: New file.
31513         * lib/unistr/u8-strncmp.c: New file.
31514         * lib/unistr/u16-strncmp.c: New file.
31515         * lib/unistr/u32-strncmp.c: New file.
31516
31517         * modules/unistr/u8-strncpy: New file.
31518         * modules/unistr/u16-strncpy: New file.
31519         * modules/unistr/u32-strncpy: New file.
31520         * lib/unistr/u8-strncpy.c: New file.
31521         * lib/unistr/u16-strncpy.c: New file.
31522         * lib/unistr/u32-strncpy.c: New file.
31523         * lib/unistr/u-strncpy.h: New file.
31524
31525         * modules/unistr/u8-strnlen: New file.
31526         * modules/unistr/u16-strnlen: New file.
31527         * modules/unistr/u32-strnlen: New file.
31528         * lib/unistr/u8-strnlen.c: New file.
31529         * lib/unistr/u16-strnlen.c: New file.
31530         * lib/unistr/u32-strnlen.c: New file.
31531         * lib/unistr/u-strnlen.h: New file.
31532
31533         * modules/unistr/u8-strpbrk: New file.
31534         * modules/unistr/u16-strpbrk: New file.
31535         * modules/unistr/u32-strpbrk: New file.
31536         * lib/unistr/u8-strpbrk.c: New file.
31537         * lib/unistr/u16-strpbrk.c: New file.
31538         * lib/unistr/u32-strpbrk.c: New file.
31539         * lib/unistr/u-strpbrk.h: New file.
31540
31541         * modules/unistr/u8-strrchr: New file.
31542         * modules/unistr/u16-strrchr: New file.
31543         * modules/unistr/u32-strrchr: New file.
31544         * lib/unistr/u8-strrchr.c: New file.
31545         * lib/unistr/u16-strrchr.c: New file.
31546         * lib/unistr/u32-strrchr.c: New file.
31547
31548         * modules/unistr/u8-strspn: New file.
31549         * modules/unistr/u16-strspn: New file.
31550         * modules/unistr/u32-strspn: New file.
31551         * lib/unistr/u8-strspn.c: New file.
31552         * lib/unistr/u16-strspn.c: New file.
31553         * lib/unistr/u32-strspn.c: New file.
31554         * lib/unistr/u-strspn.h: New file.
31555
31556         * modules/unistr/u8-strstr: New file.
31557         * modules/unistr/u16-strstr: New file.
31558         * modules/unistr/u32-strstr: New file.
31559         * lib/unistr/u8-strstr.c: New file.
31560         * lib/unistr/u16-strstr.c: New file.
31561         * lib/unistr/u32-strstr.c: New file.
31562         * lib/unistr/u-strstr.h: New file.
31563
31564         * modules/unistr/u8-strtok: New file.
31565         * modules/unistr/u16-strtok: New file.
31566         * modules/unistr/u32-strtok: New file.
31567         * lib/unistr/u8-strtok.c: New file.
31568         * lib/unistr/u16-strtok.c: New file.
31569         * lib/unistr/u32-strtok.c: New file.
31570         * lib/unistr/u-strtok.h: New file.
31571
31572         * modules/unistr/u8-uctomb: New file.
31573         * modules/unistr/u16-uctomb: New file.
31574         * modules/unistr/u32-uctomb: New file.
31575         * lib/unistr/u8-uctomb.c: New file.
31576         * lib/unistr/u16-uctomb.c: New file.
31577         * lib/unistr/u32-uctomb.c: New file.
31578
31579         * MODULES.html.sh (Unicode string functions): Add the new modules.
31580
31581 2007-01-08  Bruno Haible  <bruno@clisp.org>
31582
31583         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
31584         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
31585         subdirectories.
31586
31587 2007-01-08  Karl Berry  <karl@gnu.org>
31588
31589         * doc/error.texi: mention that main() fns must set program_name
31590         when progname is used.
31591
31592 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
31593
31594         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
31595         WCTYPE_H is empty, for the benefit of builds from non-distclean
31596         directories.  Problem reported by Eric Blake in
31597         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
31598
31599 2007-01-08  Bruno Haible  <bruno@clisp.org>
31600
31601         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
31602         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
31603         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
31604         PROVIDE_CANONICALIZE_FILENAME_MODE.
31605         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
31606
31607 2007-01-08  Bruno Haible  <bruno@clisp.org>
31608
31609         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
31610         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
31611         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
31612         * lib/fts.c: Likewise.
31613         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
31614
31615 2006-12-25  Bruno Haible  <bruno@clisp.org>
31616
31617         * modules/utf8-ucs4-safe: New file.
31618         * lib/utf8-ucs4-safe.h: New file.
31619         * lib/unistr/utf8-ucs4-safe.c: New file.
31620
31621         * modules/utf16-ucs4-safe: New file.
31622         * lib/utf16-ucs4-safe.h: New file.
31623         * lib/unistr/utf16-ucs4-safe.c: New file.
31624
31625         * MODULES.html.sh (Unicode string functions): Add the new modules.
31626
31627 2007-01-08  Bruno Haible  <bruno@clisp.org>
31628
31629         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
31630         (Depends-on): Add unitypes.
31631         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
31632         (u8_mbtouc_aux): Move out to separate file.
31633         (u8_mbtouc): Use ucs4_t, uint8_t types.
31634         * lib/unistr/utf8-ucs4.c: New file.
31635
31636         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
31637         (Depends-on): Add unitypes.
31638         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
31639         (u16_mbtouc_aux): Move out to separate file.
31640         (u16_mbtouc): Use ucs4_t, uint16_t types.
31641         * lib/unistr/utf16-ucs4.c: New file.
31642
31643         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
31644         (Depends-on): Add unitypes.
31645         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
31646         (u8_uctomb_aux): Move out to separate file.
31647         (u8_uctomb): Use ucs4_t, uint8_t types.
31648         * lib/unistr/ucs4-utf8.c: New file.
31649
31650         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
31651         (Depends-on): Add unitypes.
31652         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
31653         (u16_uctomb_aux): Move out to separate file.
31654         (u16_uctomb): Use ucs4_t, uint16_t types.
31655         * lib/unistr/ucs4-utf16.c: New file.
31656
31657 2006-12-25  Bruno Haible  <bruno@clisp.org>
31658
31659         * modules/unitypes: New file.
31660         * lib/unitypes.h: New file.
31661         * MODULES.html.sh (func_all_modules): New section "Unicode string
31662         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
31663         this section. Add unitypes.
31664
31665 2007-01-08  Bruno Haible  <bruno@clisp.org>
31666
31667         Avoid variable names that conflict with those from libtool.
31668         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
31669         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
31670         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
31671         library_names_spec to acl_library_names_spec, hardcode_* to
31672         acl_hardcode_*.
31673         Reported by Ralf Wildenhues.
31674
31675 2007-01-08  Bruno Haible  <bruno@clisp.org>
31676
31677         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
31678         definition.
31679         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
31680         definition.
31681         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
31682         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
31683         definition.
31684         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
31685         definition.
31686         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
31687         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
31688         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
31689         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
31690         definition.
31691         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
31692         definition.
31693         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
31694         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
31695         GC_USE_<algorithm>.
31696         * lib/gc-libgcrypt.c: Likewise.
31697         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
31698         * modules/gc-arctwo (configure.ac): Likewise.
31699         * modules/gc-des (configure.ac): Likewise.
31700         * modules/gc-hmac-md5 (configure.ac): Likewise.
31701         * modules/gc-hmac-sha1 (configure.ac): Likewise.
31702         * modules/gc-md2 (configure.ac): Likewise.
31703         * modules/gc-md4 (configure.ac): Likewise.
31704         * modules/gc-md5 (configure.ac): Likewise.
31705         * modules/gc-random (configure.ac): Likewise.
31706         * modules/gc-rijndael (configure.ac): Likewise.
31707         * modules/gc-sha1 (configure.ac): Likewise.
31708
31709 2007-01-08  Bruno Haible  <bruno@clisp.org>
31710
31711         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
31712         macro definition.
31713         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
31714         definition.
31715         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
31716         definition.
31717         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
31718         * modules/fcntl-safer (configure.ac): Likewise.
31719         * modules/fopen-safer (configure.ac): Likewise.
31720         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
31721         GNULIB_FWRITEERROR macro definition.
31722
31723 2007-01-08  Bruno Haible  <bruno@clisp.org>
31724
31725         * m4/gnulib-common.m4: New file.
31726         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
31727         (func_get_filelist): Add m4/gnulib-common.m4.
31728
31729 2007-01-08  Bruno Haible  <bruno@clisp.org>
31730
31731         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
31732         command.
31733
31734 2007-01-08  Jim Meyering  <jim@meyering.net>
31735
31736         Use a more robust test for a "can't happen" condition.
31737         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
31738         narrowed the st_size value.  Presuming the "can't happen" condition
31739         is true, that narrowing could conceivably convert an invalid st_size
31740         value into a valid one.  Instead, use a change based on Matthew
31741         Woehlke's original patch.
31742
31743         Slight readability improvement: use an assert-like macro
31744         in place of literal "abort ()" uses.
31745         * lib/fts.c (fts_assert): Define.
31746         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
31747         Use this macro instead of a bare 'abort'.
31748
31749 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
31750
31751         Don't worry about using IRIX 5.3's wctype.h broken definitions;
31752         simply work around them.
31753         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
31754         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
31755         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
31756         declaring.
31757         Don't bother to define as macros, since the standard doesn't require it.
31758         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
31759         longer worry about IRIX 5.3.
31760         (HAVE_WCTYPE_CTMP_BUG): Remove.
31761
31762 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
31763
31764         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
31765         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
31766         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
31767         Problems reported by Georg Schwarz for IRIX 5.3.
31768
31769         * gnulib-tool (autoconf_minversion): Take the maximum version number
31770         found, not the minimum.  Problem reported by James Youngman.
31771
31772 2007-01-03  Karl Berry  <karl@gnu.org>
31773
31774         * doc/error.texi: new file, explaining interaction with progname.
31775         * doc/gnulib.texi: include it.  Update copyright.
31776
31777 2007-01-03  Simon Josefsson  <simon@josefsson.org>
31778
31779         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
31780         AC_CANONICAL_HOST, to improve autobuild outputs.
31781
31782 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
31783             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
31784
31785         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
31786         sockets, server sockets, and other file descriptors.  Count errors
31787         to compute the return value.  Reorder the code a bit to be easier
31788         to follow.  Don't set event bits that were not requested (except
31789         POLLERR and POLLHUP).
31790
31791 2007-01-01  Bruno Haible  <bruno@clisp.org>
31792
31793         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
31794
31795 2007-01-03  Jim Meyering  <jim@meyering.net>
31796
31797         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
31798
31799 2007-01-02  Bruno Haible  <bruno@clisp.org>
31800
31801         * modules/settime (Include): Require timespec.h.
31802         * modules/nanosleep (Include): Likewise.
31803
31804 2007-01-01  Bruno Haible  <bruno@clisp.org>
31805
31806         * gnulib-tool (func_emit_copyright_notice): Bump year.
31807         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
31808
31809 2007-01-01  Bruno Haible  <bruno@clisp.org>
31810
31811         Improve support for OpenBSD.
31812         * build-aux/config.rpath (libname_spec): Export.
31813         (library_names_spec): New variable. Export.
31814         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
31815         library_names_spec from the config.rpath output. Locate shared library
31816         through the name pattern in library_names_spec.
31817
31818 2007-01-01  Eric Blake  <ebb9@byu.net>
31819
31820         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
31821
31822 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
31823
31824         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
31825         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
31826         assume the C locale, and avoid an "eval" that could cause trouble.
31827         Problem with SORT reported by Bob Proulx.
31828
31829         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
31830         Define.  Trivial patch from Henning Nielsen Lund, originally
31831         sent to bug-grep@gnu.org today.
31832
31833 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
31834
31835         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
31836         struct stat.  Problem reported by Henning Nielsen Lund.
31837         * lib/acl.c: Include acl.h first, to check interface.  Don't
31838         bother to include sys/types.h and sys/stat.h again.
31839
31840 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
31841
31842         Import the following change from libc; problem reported by
31843         Sven Verdoolaege.
31844
31845         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
31846
31847         [BZ #1373]
31848         * lib/argp.h: Remove __NTH for __argp_usage inline function.
31849
31850 2006-12-28  Jim Meyering  <jim@meyering.net>
31851
31852         * build-aux/announce-gen: Do not assume that the package
31853         builds any of tar.gz, tar.bz2, and .xdelta files.
31854         Suggestion from Simon Josefsson.
31855
31856 2006-12-28  Simon Josefsson  <simon@josefsson.org>
31857
31858         * modules/announce-gen: New file.
31859
31860 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
31861
31862         * lib/mbchar.h: Just include <wctype.h>; the wctype module
31863         handles its gotchas now.
31864         * lib/mbswidth.c: Likewise.
31865         * lib/wcwidth.h: Likewise.
31866         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
31867         and iswcntrl; the wctype module does this stuff now.
31868         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
31869         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
31870         * modules/mbchar (Depends-on): Add wctype.
31871         * modules/mbswidth (Depends-on): Likewise.
31872         * modules/wcwidth (Depends-on): Likewise.
31873
31874 2006-12-27  Eric Blake  <ebb9@byu.net>
31875
31876         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
31877         module uses more than what <wctype.h> is required to provide.
31878
31879 2006-12-26  Eric Blake  <ebb9@byu.net>
31880
31881         * gnulib-tool (sed_extract_prog): Avoid space-tab.
31882
31883 2006-12-26  Eric Blake  <ebb9@byu.net>
31884
31885         * modules/absolute-header: New module.
31886         * modules/fcntl (Depends-on): Depend on it.
31887         * modules/inttypes (Depends-on): Likewise.
31888         * modules/stdint (Depends-on): Likewise.
31889         * modules/sys_stat (Depends-on): Likewise.
31890         * modules/wctype (Depends-on): Likewise.
31891         * MODULES.html.sh (Support for building libraries and
31892         executables): Document it.
31893
31894 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
31895
31896         * gnulib-tool (SED): Remove, undoing previous change.
31897         The problem was that it broke coreutils on Solaris, because
31898         "sed --posix" leaked into a makefile.
31899         (sed): New alias, if 'alias' and GNU sed.
31900
31901 2006-12-24  Jim Meyering  <jim@meyering.net>
31902
31903         Work around an fchownat bug in glibc-2.4:
31904         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
31905         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
31906         in spite of the -P option.
31907         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
31908         New macros.
31909         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
31910         * modules/openat (Files): Add lib/fchownat.c.
31911         * lib/openat.c (fchownat): Don't define here.  Move to...
31912         * lib/fchownat.c: ...this new file.
31913
31914 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
31915
31916         Fix bug reported by Bruno Haible in
31917         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
31918         where quotearg.c didn't compile on Mac OS X 10.2 because it
31919         lacks <wchar.h> and wint_t.
31920         * lib/wctype_.h (__wctype_wint_t): New type.
31921         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
31922         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
31923         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
31924         Arg is now of type __wctype_wint_t, not wint_t.
31925         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
31926         substitute HAVE_WINT_T.
31927         * modules/wctype (Files): Add m4/wint_t.m4.
31928         (wctype.h): Substitute HAVE_WINT_T.
31929
31930 2006-12-23  Bruno Haible  <bruno@clisp.org>
31931
31932         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
31933
31934 2006-12-23  Bruno Haible  <bruno@clisp.org>
31935
31936         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
31937         S_ISLNK.
31938         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
31939         mingw.
31940
31941 2006-12-22  Bruno Haible  <bruno@clisp.org>
31942
31943         * lib/copy-file.c: Include acl.h.
31944         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
31945         Close the file descriptors only after being done with copy_acl.
31946         * modules/copy-file (Depends-on): Add acl.
31947
31948 2006-12-22  Bruno Haible  <bruno@clisp.org>
31949
31950         * gnulib-tool (SED): New variable.
31951         Use $SED instead of sed everywhere.
31952
31953 2006-12-22  Bruno Haible  <bruno@clisp.org>
31954
31955         * modules/no-c++: New file.
31956         * m4/no-c++.m4: New file.
31957         * MODULES.html.sh (Support for building libraries and executables):
31958         Add no-c++.
31959
31960 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
31961
31962         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
31963         Include <limits.h>, and use its INT_MAX to rewrite the
31964         j loop so that it does not overflow 'int'.  Problem reported by
31965         Ralf Wildenhues in
31966         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
31967         Play it safe by shifting left by 1 rather than multiplying by 2,
31968         as GCC is less likely to optimize this away when the value
31969         is signed (when it assumes overflow leads to undefined behavior).
31970         Also, don't assume time_t uses two's complement.
31971
31972 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
31973
31974         * MODULES.html.sh: New module wctype.
31975         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
31976         * lib/fnmatch.c: Don't bother to include <wchar.h> before
31977         <wctype.h>, since the new wctype module should fix this.
31978         * lib/quotearg.c: Include <wctype.h> unconditionally, since
31979         the wctype module should arrange for it.
31980         * lib/regex_internal.h: Likewise.
31981         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
31982         since the wctype module should handle this now.
31983         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
31984         * modules/fnmatch (Depends-on): Add wctype.
31985         * modules/quotearg (Depends-on): Likewise.
31986         * modules/regex (Depends-on): Likewise.
31987
31988 2006-12-19  Bruno Haible  <bruno@clisp.org>
31989
31990         * lib/strdup.h [C++]: Wrap definitions in extern "C".
31991         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
31992
31993 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31994
31995         * modules/savewd (Depends-on): Fix dependency on fcntl.
31996
31997 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
31998
31999         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
32000         conforms to C99, rather than relying on the user's environment
32001         setting of STDINT_H.
32002
32003 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
32004         and Eric Blake  <ebb9@byu.net>
32005
32006         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
32007         This is more consistent with the other defines here.
32008         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
32009         Port to z/OS.  Problem reported by Paul Gilmartin.
32010         Change local vars to use gl_ prefix rather than ac_.
32011         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
32012         with other defines.
32013         * modules/double-slash-root: New module.
32014         * modules/dirname (Files): Remove m4/double-slash-root.m4.
32015         (Depends-on): Add double-slash-root.
32016         * MODULES.html.sh (File system functions): Mention new module.
32017
32018 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
32019
32020         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
32021         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
32022         This is for the benefit of gzip, which doesn't do i18n.
32023
32024 2006-12-12  Jim Meyering  <jim@meyering.net>
32025
32026         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
32027         Reported by Andreas Schwab <schwab@suse.de>.
32028
32029 2006-12-12  Bruno Haible  <bruno@clisp.org>
32030
32031         Merge these changes.
32032         2006-09-05  Bruno Haible  <bruno@clisp.org>
32033         * lib/iconvme.c (iconv_string): No need to save and restore errno when
32034         iconv_alloc succeeded.
32035         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
32036         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
32037         test for " && dest " at the end - dest is always != NULL there. Call
32038         iconv with 4xNULL arguments initially, to reset the state. Call iconv
32039         with 2xNULL arguments, also to flush the state storage. Handle the
32040         IRIX iconv behaviour. Realloc the final result, to throw away unused
32041         memory.
32042
32043 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
32044
32045         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
32046         and fchmodat unconditionally, since glibc 2.4 has them.
32047         Problem reported by Arkadiusz Miskiewicz.
32048
32049 2006-12-10  Bruno Haible  <bruno@clisp.org>
32050
32051         * gnulib-tool (func_import): Show the include files only for those
32052         modules that are copied and specified.
32053         Reported by Karl Berry.
32054
32055 2006-12-08  Jim Meyering  <jim@meyering.net>
32056
32057         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
32058         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
32059
32060         * build-aux/announce-gen: Add two new options, both optional:
32061         --bootstrap-tools=TOOL_LIST
32062               a comma-separated list of tools, e.g.,
32063               autoconf,automake,bison,gnulib
32064         --gnulib-snapshot-date=DATE
32065               if gnulib is in the bootstrap tool list,
32066               then report this as the snapshot date.
32067               If not specified, use the current date/time.
32068               If you specify a date here, be sure it's UTC.
32069
32070 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32071
32072         * tests/test-argp-2.sh: Fix test to match actual output.
32073         (func_compare): Fix sed script to be portable.
32074
32075 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
32076
32077         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
32078         workaround for this case.  It is not autoconfigured now; offhand
32079         it's hard to see how to autoconfigure it.
32080
32081 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
32082
32083         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
32084         a directory that is about to be chowned.  Such a directory's
32085         initial file permissions should permit the owner only and this
32086         should not be changed until after the chown, since the group and
32087         other bits would be incorrect if they granted permission before
32088         the chown.
32089
32090         Fix porting problem for iswctype reported by Georg Schwarz in:
32091         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
32092         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
32093         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
32094         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
32095         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32096
32097 2006-12-03  Jim Meyering  <jim@meyering.net>
32098
32099         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
32100         p->fts_statp may not yet be defined.
32101         (fts_read): Instead, set it in the caller, once p->fts_statp is
32102         sure to be defined, and corresponds to a top-level directory.
32103         This bug made du -x fail.  Here's the coreutils test case:
32104         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
32105         Reported by Mike Frysinger.
32106
32107 2006-12-01  Jim Meyering  <jim@meyering.net>
32108
32109         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
32110         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
32111         Reported by Simon Josefsson.
32112
32113 2006-11-30  Jim Meyering  <jim@meyering.net>
32114
32115         * m4/warning.m4: Use the all-permissive copyright notice
32116         recommended by RMS (rather than LGPL).
32117         * m4/vararrays.m4: Likewise.
32118         * m4/flexmember.m4: Likewise.
32119
32120 2006-11-29  Bruno Haible  <bruno@clisp.org>
32121
32122         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
32123         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
32124         using +=.
32125         Reported by Simon Josefsson <simon@josefsson.org>.
32126
32127 2006-11-28  James Youngman <jay@gnu.org>
32128
32129         * README: Advise users that they might find the bug-gnulib@gnu.org
32130         and autotools-announce@gnu.org mailing lists useful.
32131
32132 2006-11-28  Bruno Haible  <bruno@clisp.org>
32133
32134         * m4/ptrdiff_max.m4: Remove file.
32135
32136 2006-11-21  Bruno Haible  <bruno@clisp.org>
32137
32138         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
32139         _AC_COMPUTE_INT.
32140         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
32141         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
32142         _AC_COMPUTE_INT.
32143         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
32144         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
32145         _AC_COMPUTE_INT.
32146         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
32147
32148 2006-11-28  Jim Meyering  <jim@meyering.net>
32149
32150         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
32151         warning from "gcc -Wshadow" about shadowing the builtin.
32152
32153 2006-11-27  Bruno Haible  <bruno@clisp.org>
32154
32155         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
32156         _AC_COMPUTE_INT.
32157         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
32158
32159 2006-11-27  Bruno Haible  <bruno@clisp.org>
32160             Paul Eggert  <eggert@cs.ucla.edu>
32161
32162         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
32163
32164 2006-11-26  Bruno Haible  <bruno@clisp.org>
32165
32166         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
32167         noinst_LTLIBRARIES.
32168
32169 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
32170             Bruno Haible  <bruno@clisp.org>
32171
32172         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
32173         if compiling with "gcc -ansi".
32174
32175 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
32176
32177         Fix some incompatibilities with gcc -ansi -pedantic.
32178         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
32179         if compiling pedantically with GCC, unless it's C99 or later.
32180         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
32181         it mishandles gcc -ansi -pedantic as well.
32182         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
32183         if gcc -pedantic.
32184         * lib/regexec.c (check_node_accept_bytes): Don't use auto
32185         initializers for struct if -pedantic, unless it's C99 or later.
32186
32187 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
32188
32189         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
32190         Don't close an fd more than once. Identical atimes indicate
32191         success, not failure.
32192
32193 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
32194
32195         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
32196
32197 2006-11-23  Jim Meyering  <jim@meyering.net>
32198
32199         * build-aux/announce-gen: New file.  From coreutils.
32200
32201 2006-11-22  Jim Meyering  <jim@meyering.net>
32202
32203         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
32204         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
32205         (fts_read): Use a temporary to narrow the overused st_size member
32206         before using it in a switch statement.  Reported by Matthew Woehlke.
32207
32208         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
32209         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
32210
32211 2006-11-20  Bruno Haible  <bruno@clisp.org>
32212
32213         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
32214         changequote instead of pairs of brackets.
32215         Reported by Andreas Schwab <schwab@suse.de>.
32216
32217 2006-11-21  Jim Meyering  <jim@meyering.net>
32218
32219         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
32220         so as to remain compatible with older compilers.
32221         Patch from Michael Deutschmann.
32222
32223 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
32224
32225         * MODULES.html.sh (File system functions): Add openat.
32226
32227         * lib/openat.h (rpl_fstatat): New macro, if
32228         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
32229         (fstatat): Define to rpl_fstatat under the same conditions,
32230         unless COMPILING_FSTATAT.
32231         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
32232         seems to have the bug.
32233         * lib/fstatat.c: New file.
32234         * modules/openat (Files): Add it.
32235
32236 2006-11-20  Bruno Haible  <bruno@clisp.org>
32237
32238         * Makefile: New file.
32239
32240 2006-11-20  Jim Meyering  <jim@meyering.net>
32241
32242         The beginnings of syntax-related checks for gnulib.
32243         * lib/Makefile: New file.
32244         * lib/t-idcache: New script.  Ensure that the two halves of
32245         idcache.c stay in sync.
32246
32247         * lib/idcache.c: Adjust comments in user- and group- portions to
32248         be more accurate, and to be consistent with one another.
32249
32250 2006-11-20  Jim Meyering  <jim@meyering.net>
32251
32252         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
32253         continue using the flexible array member (thus, this module performs
32254         half as many malloc calls), with the addition that...
32255         (getgroup, getuser): Consistently record a non-match via an empty
32256         "name" string, and map an empty string match to a NULL return value.
32257         * modules/idcache (Depends-on): Re-add flexmember.
32258
32259         * lib/idcache.c (getuser): Remove all uses of the register keyword.
32260         (getuidbyname, getgroup, getgidbyname): Likewise.
32261
32262         Use cleaner syntax: NULL rather than 0.
32263         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
32264
32265 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
32266
32267         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
32268         It mishandled the case where the group was missing.
32269         Problem reported by Greg Schafer.
32270         * modules/idcache: Likewise.
32271
32272 2006-11-18  Jim Meyering  <jim@meyering.net>
32273
32274         * check-module (%exempt_header): Add exception for some
32275         conditionally-included headers.
32276
32277         * modules/i-ring (Depends-on): Add verify.
32278         (License): Change to LGPL.
32279
32280 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32281
32282         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
32283         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
32284         and inttostr.h.  Use snprintf rather than uinttostr, so that
32285         LGPLed code doesn't depend on GPLed.
32286
32287 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
32288
32289         * modules/inline (License): Change from GPL to LGPL.
32290
32291 2006-11-17  Jim Meyering  <jim@meyering.net>
32292
32293         * modules/d-type (License): Switch to LGPL.
32294
32295 2006-11-15  Bruno Haible  <bruno@clisp.org>
32296
32297         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
32298
32299 2006-11-15  Eric Blake  <ebb9@byu.net>
32300
32301         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
32302         the module dependency.
32303
32304 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32305             Bruno Haible  <bruno@clisp.org>
32306
32307         * gnulib-tool (func_create_testdir): Add license consistency check.
32308
32309 2006-11-15  Eric Blake  <ebb9@byu.net>
32310
32311         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
32312         random "(cached)" in configure output.
32313
32314 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32315
32316         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
32317         test for conforming inttypes.h is both announced and cached.
32318
32319         * MODULES.html.sh (seen_modules, seen_files): New variables.
32320         (func_module): Rewrite to use a few less gnulib-tool and sed
32321         invocations.  Avoid a couple of quadratic algorithms for ...
32322         (missed_modules, missed_files): ... these, with ...
32323         (func_append, func_tmpdir): ... these new functions, from
32324         gnulib-tool.  Analogously, install traps for cleanup.
32325
32326         * tests/test-gc.c (main): Remove unused variables.
32327         * tests/test-read-file.c: Include stdlib.h, for 'free'.
32328
32329 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
32330
32331         * modules/inttostr (License): Change to LGPL.
32332
32333 2006-11-14  Eric Blake  <ebb9@byu.net>
32334
32335         * modules/tempname (License): Change to LGPL.
32336
32337 2006-11-14  Eric Blake  <ebb9@byu.net>
32338
32339         * doc/functions.texi (Function Portability): *printf functions on
32340         Cygwin now understand all POSIX size specifiers.
32341
32342 2006-11-14  Bruno Haible  <bruno@clisp.org>
32343
32344         * modules/c-ctype (License): Change to LGPL.
32345
32346 2006-11-12  Bruno Haible  <bruno@clisp.org>
32347
32348         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
32349         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
32350         for GNOME libraries, for which the include files are installed in
32351         subdirectories of $prefix/include.
32352
32353 2006-11-12  Bruno Haible  <bruno@clisp.org>
32354
32355         * m4/lib-link.m4: Require at least autoconf-2.54.
32356         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
32357         name to underscores for the --with option.
32358
32359 2006-11-13  Bruno Haible  <bruno@clisp.org>
32360
32361         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
32362         the tests directory.
32363         Reported by Ralf Wildenhues.
32364
32365 2006-11-13  Bruno Haible  <bruno@clisp.org>
32366
32367         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
32368         (func_emit_initmacro_end): Undo the override here.
32369         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
32370         Works around the famous automake error in coreutils.
32371
32372 2006-11-13  Eric Blake  <ebb9@byu.net>
32373
32374         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
32375         element, not its node.
32376
32377 2006-11-12  Bruno Haible  <bruno@clisp.org>
32378
32379         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
32380         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
32381
32382 2006-11-12  Bruno Haible  <bruno@clisp.org>
32383
32384         * gnulib-tool: New option --local-symlink.
32385         (func_usage): Document it.
32386         (lsymbolic): New variable.
32387         (func_import, func_create_testdir): If --symlink was not specified,
32388         test whether --local-symlink was specified and the file comes from
32389         the local_gnulib_dir.
32390
32391 2006-11-12  Bruno Haible  <bruno@clisp.org>
32392
32393         * gnulib-tool (func_ln): New function.
32394         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
32395
32396 2006-11-12  Bruno Haible  <bruno@clisp.org>
32397
32398         Finish support for source files in subdirectories.
32399         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
32400         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
32401         AUTOMAKE_OPTIONS.
32402         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
32403
32404 2006-11-12  Bruno Haible  <bruno@clisp.org>
32405
32406         * gnulib-tool (func_get_automake_snippet): Synthesize also an
32407         EXTRA_lib_SOURCES augmentation.
32408         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
32409
32410 2006-11-12  Jim Meyering  <jim@meyering.net>
32411
32412         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
32413         file descriptors.  This also averts a failure on systems with
32414         native openat support when a traversed directory lacks "x" access.
32415         * lib/fts_.h: Include "i-ring.h"
32416         (struct FTS) [fts_fd_ring]: New member.
32417         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
32418         (FCHDIR): Add parentheses.
32419         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
32420         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
32421         When descending, rather than simply closing the previous
32422         fts_cwd_fd value, push that file descriptor onto the ring.
32423         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
32424         (fts_open): Initialize the new fd_ring member.
32425         (fts_close): Clear the ring.
32426         (fts_safe_changedir): When possible, use our new fd_ring to skip
32427         the diropen and fstat and dev/ino comparison that would normally
32428         accompany a virtual `chdir ("..")'.
32429
32430         * modules/fts (Depends-on): Add i-ring.
32431         * modules/i-ring: New module.
32432         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
32433         * m4/i-ring.m4: New file.
32434
32435 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32436
32437         * gnulib-tool (func_create_testdir): Fix replacement of
32438         `build-aux' in configure.ac.  Run autotools in gltests
32439         subdirectory.
32440         (func_create_testdir, func_create_megatestdir, test): There is
32441         no need for '--force' in most autotool invocations in a new
32442         tree.  Actually fail the whole test if any of the tools, or the
32443         configure or make stages fail.
32444
32445         Sync from Automake.
32446         * build-aux/gnupload: Revert last change.  Add pointer to upload
32447         instructions of the GNU Maintenance Instructions.
32448         Suggestion by Karl Berry.
32449
32450 2006-11-10  Jim Meyering  <jim@meyering.net>
32451
32452         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
32453
32454 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
32455
32456         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
32457         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
32458         (bind_textdomain_codeset) [! ENABLE_NLS]:
32459         Evaluate all the arguments.  That way, callers get compatible behavior
32460         if the arguments have side effects.  Also, it avoids some GCC
32461         diagnostics in some cases; Joel E. Denny reported problems when Bison
32462         was configured with --enable-gcc-warnigs.
32463
32464 2006-11-10  Jim Meyering  <jim@meyering.net>
32465
32466         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
32467         relevant options in CFLAGS (like -O, -fno-inline) are taken into
32468         account.
32469
32470 2006-11-10  Jim Meyering  <jim@meyering.net>
32471
32472         * modules/inline: New file/module.
32473         * modules/xalloc (Files): Remove m4/inline.m4.
32474         (Depends-on): Add inline, instead.
32475         * modules/oset: Likewise.
32476         * modules/list: Likewise.
32477
32478 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
32479
32480         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
32481         Problem reported by Matthew Woehlke.
32482
32483 2006-11-09  Bruno Haible  <bruno@clisp.org>
32484
32485         * lib/tempname.c (gen_tempname): Remove variant that invokes
32486         __gen_tempname.
32487         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
32488         __gen_tempname.
32489
32490 2006-11-08  Bruno Haible  <bruno@clisp.org>
32491
32492         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
32493         to 'yes' instead of 'cross-compiling'.
32494
32495 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
32496
32497         * lib/quotearg.h (quotearg_free): New decl.
32498         * lib/quotearg.c (quotearg_free): New function.
32499         (slot0, nslots, slotvec0, slotvec):
32500         Now file-scope so that quotearg_free can get at them.
32501
32502 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32503
32504         Sync from Automake.
32505         * build-aux/gnupload: Add missing 'gnu' to example URL.
32506         Report by Karl Berry.
32507
32508 2006-11-08  Bruno Haible  <bruno@clisp.org>
32509
32510         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
32511         Suggested by Paul Eggert.
32512
32513 2006-11-08  Jim Meyering  <jim@meyering.net>
32514
32515         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
32516         It's already included if !_LIBC.
32517         (fts_safe_changedir): Add a comment.
32518
32519 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
32520
32521         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
32522         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
32523         Matthew Woehlke.
32524
32525         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
32526         definitions up, to avoid colliding with change below.
32527         (static_inline) [HAVE_INLINE]: New macro.
32528         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
32529         Provide extern decls when !HAVE_INLINE.  Do not define unless
32530         static_inline is defined, either by us or by xmalloc.c.  Use
32531         static_inline rather than static inline.
32532         (XCALLOC): Optimize sizeof(T) = 1 case.
32533         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
32534
32535 2006-11-07  Bruno Haible  <bruno@clisp.org>
32536
32537         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
32538         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
32539         AC_C_INLINE.
32540         * modules/xalloc (Files): Add m4/inline.m4.
32541
32542 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32543
32544         * README: Fix typo.
32545         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
32546         (Miscellanous Notes): ...from this.
32547
32548 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
32549
32550         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
32551         Mention that offsetof should be used instead of sizeof.
32552         From Bruno Haible.
32553
32554 2006-11-07  Bruno Haible  <bruno@clisp.org>
32555
32556         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
32557
32558 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
32559
32560         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
32561         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
32562         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
32563         (gl_tree_add_before, gl_tree_add_after):
32564         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
32565         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
32566         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
32567         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
32568         (gl_linked_add_after, gl_linked_add_at): Likewise.
32569         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
32570         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
32571         (gl_tree_add_before, gl_tree_add_after): Likewise.
32572         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
32573         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
32574         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
32575
32576 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32577
32578         * lib/gl_oset.h: Use C comment style, not C++ comment style.
32579
32580 2006-11-06  Bruno Haible  <bruno@clisp.org>
32581
32582         * m4/inline.m4: New file.
32583         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
32584         * modules/list (Files): Add m4/inline.m4.
32585         * modules/oset (Files): Likewise.
32586
32587 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
32588
32589         * lib/idcache.c: Include <stddef.h>, for offsetof.
32590         (struct userid.name): Change from char * to a flexible array member.
32591         All uses changed.
32592         * modules/idcache (Depends-on): Add flexmember.
32593
32594         * MODULES.html.sh (Core language properties): New module flexmember.
32595         * modules/flexmember, m4/flexmember.m4: New files.
32596
32597         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
32598         inline functions that are identical with the old xnmalloc_inline,
32599         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
32600         that we can avoid some unnecessary integer multiplications and
32601         divisions in the common case where the element size is known at
32602         compile time.
32603         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
32604         needed.
32605         (xnboundedmalloc): Remove.
32606         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
32607         arguments, for consistency with rest of this header.
32608         (xcharalloc): Rewrite using XNMALLOC.
32609         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
32610         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
32611         versions have been moved to lib/xalloc.h and renamed to be the
32612         non-*_inline versions.
32613         (xmalloc, xrealloc): Implement without reference to the xnmalloc
32614         and xnrealloc functions, since those functions are now inline and
32615         now call us.
32616         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
32617         renaming described above.
32618         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
32619         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
32620         captures the dependency in AC_C_INLINE.
32621
32622         New module canonicalize-lgpl, proposed by Charles Wilson in
32623         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
32624         with a few small changes afterwards.
32625         * MODULES.html.sh (File system functions): New module
32626         canonicalize-lgpl.
32627         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
32628         and canonicalize_file_name.
32629         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
32630         * modules/canonicalize-lgpl: New files.
32631
32632 2006-11-05  Bruno Haible  <bruno@clisp.org>
32633
32634         * gnulib-tool (func_import, func_create_testdir): Create directories
32635         also for files in subdirectories of lib/.
32636
32637 2006-11-05  Bruno Haible  <bruno@clisp.org>
32638
32639         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
32640         ANSI C compliant.
32641
32642 2006-11-03  Bruno Haible  <bruno@clisp.org>
32643
32644         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
32645         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
32646         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
32647         (xnboundedmalloc): New inline function.
32648         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
32649         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
32650         xmalloc.
32651         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
32652         xmalloc.
32653         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
32654         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
32655         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
32656         xmalloc.
32657         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
32658         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
32659         xmalloc.
32660         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
32661         gl_tree_add_after): Use XMALLOC instead of xmalloc.
32662         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
32663         xmalloc.
32664         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
32665         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
32666         gl_tree_add_after): Use XMALLOC instead of xmalloc.
32667         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
32668         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
32669         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
32670         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
32671
32672 2006-11-03  Bruno Haible  <bruno@clisp.org>
32673
32674         * lib/c-ctype.h [C++]: Define functions without name mangling.
32675         * lib/fwriteerror.h [C++]: Likewise.
32676         * lib/gcd.h [C++]: Likewise.
32677         * lib/linebreak.h [C++]: Likewise.
32678
32679 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
32680
32681         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
32682         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
32683         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
32684         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
32685         Check for functions and headers just once.
32686         Check for declaration of canonicalize_file_name.
32687         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
32688
32689 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
32690
32691         * gnulib-tool (func_import): Fix typo in actioncmd.
32692
32693 2006-11-02  Bruno Haible  <bruno@clisp.org>
32694
32695         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
32696         newline sequence in the Makefile.am snippet as a space, like "make"
32697         does.
32698         Reported by Roger Persson <perrog@gmail.com>.
32699
32700 2006-11-01  Bruno Haible  <bruno@clisp.org>
32701
32702         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
32703         already declared in <string.h>.
32704         * lib/strcase.h (strncasecmp): Don't declare it if yes.
32705
32706 2006-11-01  Bruno Haible  <bruno@clisp.org>
32707
32708         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
32709         * lib/strcase.h: Include <string.h>.
32710         (strcasecmp): Define to rpl_strcasecmp here.
32711
32712 2006-11-01  Bruno Haible  <bruno@clisp.org>
32713
32714         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
32715
32716 2006-11-01  Eric Blake  <ebb9@byu.net>
32717
32718         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
32719
32720         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
32721
32722 2006-10-29  Bruno Haible  <bruno@clisp.org>
32723
32724         Make it compile in C++ mode.
32725         * lib/full-write.c (full_rw): Add a cast.
32726
32727 2006-11-01  Bruno Haible  <bruno@clisp.org>
32728
32729         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
32730         be POSIX compliant.
32731         Reported by Roger Persson <perrog@gmail.com>.
32732
32733 2006-11-01  Eric Blake  <ebb9@byu.net>
32734
32735         * lib/getopt_.h: Fix comments.
32736
32737 2006-10-31  Eric Blake  <ebb9@byu.net>
32738
32739         * modules/tmpdir (Depends-on): Add sys_stat.
32740         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
32741         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
32742         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
32743         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
32744         tempname.
32745
32746 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
32747
32748         Avoid some C++ diagnostics reported by Bruno Haible.
32749         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
32750         xmalloc.
32751         (quotearg_alloc): Use xcharalloc rather than xmalloc.
32752         (struct slotvec): Move to top level.
32753         (quotearg_n_options): Rewrite to avoid xmalloc.
32754         * lib/xalloc.h (xcharalloc): New function.
32755         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
32756         [defined __cplusplus]: Add function template that provides result
32757         type propagation.  This part of the change is from Bruno Haible.
32758
32759 2006-10-29  Bruno Haible  <bruno@clisp.org>
32760
32761         Make it compile in C++ mode.
32762         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
32763         * lib/strnlen1.c (strnlen1): Cast memchr result.
32764         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
32765         * lib/clean-temp.c (string_equals, string_hash): Add casts.
32766         (create_temp_dir): Rename local variable 'template'.
32767         (compile_csharp_using_sscli): Add cast.
32768         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
32769         * lib/findprog.c (find_in_path): Likewise.
32770         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
32771         * lib/wait-process.c (register_slave_subprocess): Likewise.
32772
32773 2006-10-22  Bruno Haible  <bruno@clisp.org>
32774
32775         * modules/tsearch: New file.
32776         * lib/tsearch.h: New file.
32777         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
32778         * m4/tsearch.m4: New file.
32779         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
32780
32781 2006-10-29  Eric Blake  <ebb9@byu.net>
32782
32783         * lib/arcfour.c: Assume config.h.
32784         * lib/arctwo.c: Likewise.
32785         * lib/base64.c: Likewise.
32786         * lib/check-version.c: Likewise.
32787         * lib/crc.c: Likewise.
32788         * lib/des.c: Likewise.
32789         * lib/gc-gnulib.c: Likewise.
32790         * lib/gc-libgcrypt.c: Likewise.
32791         * lib/gc-pbkdf2-sha1.c: Likewise.
32792         * lib/getaddrinfo.c: Likewise.
32793         * lib/getdelim.c: Likewise.
32794         * lib/getline.c: Likewise.
32795         * lib/hmac-md5.c: Likewise.
32796         * lib/hmac-sha1.c: Likewise.
32797         * lib/iconvme.c: Likewise.
32798         * lib/md2.c: Likewise.
32799         * lib/md4.c: Likewise.
32800         * lib/memxor.c: Likewise.
32801         * lib/read-file.c: Likewise.
32802         * lib/readline.c: Likewise.
32803         * lib/rijndael-alg-fst.c: Likewise.
32804         * lib/rijndael-api-fst.c: Likewise.
32805         * lib/xgetdomainname.c: Likewise.
32806
32807 2006-10-28  Eric Blake  <ebb9@byu.net>
32808
32809         * lib/xstrndup.c: Assume config.h.
32810
32811 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
32812
32813         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
32814         stat-macros.h is now for our own macros, whereas stat_h is for
32815         macros in the <sys/stat.h> name space.
32816         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
32817         (STAT_MACROS_H): Remove.
32818         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
32819         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
32820         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
32821         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
32822         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
32823         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
32824         Move these macros to ...
32825         * lib/stat_.h: here.  Don't include stat-macros.h.
32826         * lib/canonicalize.c: Don't include stat-macros.h.
32827         * lib/chown.c: Likewise.
32828         * lib/euidaccess.c: Likewise.
32829         * lib/file-type.c: Likewise.
32830         * lib/filemode.c: Likewise.
32831         * lib/glob.c: Likewise.
32832         * lib/isapipe.c: Likewise.
32833         * lib/lchown.c: Likewise.
32834         * lib/lstat.c: Likewise.
32835         * lib/mkdir-p.c: Likewise.
32836         * lib/rmdir.c: Likewise.
32837         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
32838         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
32839         unless mkdir isn't declared, to speed up 'configure'.
32840         Always create sys/stat.h, since it's unlikely any real sys/stat.h
32841         would define all the S_* symbols.
32842         * modules/canonicalize (Depends-on):
32843         Depend on sys_stat, not stat-macros.
32844         * modules/chown: Likewise.
32845         * modules/euidaccess: Likewise.
32846         * modules/filemode: Likewise.
32847         * modules/file-type: Likewise.
32848         * modules/glob: Likewise.
32849         * modules/isapipe: Likewise.
32850         * modules/lchown: Likewise.
32851         * modules/lstat: Likewise.
32852         * modules/mkancesdirs: Likewise.
32853         * modules/rmdir: Likewise.
32854         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
32855         * modules/modechange: Likewise.
32856         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
32857         (configure.ac): Remove gl_STAT_MACROS.
32858         * modules/sys_stat (Depends-on): Remove stat-macros.
32859
32860 2006-10-27  Bruno Haible  <bruno@clisp.org>
32861
32862         * m4/signed.m4: Remove file.
32863         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
32864         invocation.
32865         * modules/vasnprintf (Files): Remove m4/signed.m4.
32866
32867 2006-10-27  Bruno Haible  <bruno@clisp.org>
32868
32869         Update to GNU gettext 0.16.
32870         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
32871         m4/inttypes-h.m4, m4/signed.m4.
32872         * m4/gettext.m4: Update to GNU gettext 0.16.
32873         * m4/intl.m4: New file, from GNU gettext.
32874         * m4/intldir.m4: New file, from GNU gettext.
32875         * config/srclist.txt: Update
32876
32877 2006-10-27  Eric Blake  <ebb9@byu.net>
32878
32879         * MODULES.html.sh: Document tempname.
32880         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
32881         dependencies.
32882         (Files): Move lib/tempname.c...
32883         * modules/tempname: ...to this new module.
32884         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
32885         (gl_PREREQ_TEMPNAME): Move...
32886         * m4/tempname.m4: ...to this new file.
32887         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
32888         * modules/sys_stat (Depends-on): Add stat-macros.
32889         * lib/stat_.h (includes): Pick up stat macros.
32890         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
32891         if stat macros are broken.
32892         * lib/tempname.c (includes): No need to include "stat-macros.h".
32893         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
32894         (direxists, __path_search) [!_LIBC]: Don't compile these in
32895         gnulib; the tmpdir module covers that.
32896         * lib/tempname.h: New file.
32897
32898 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
32899
32900         * COPYING: Explain how gnulib-tool converts licence headers.
32901         Almost all wording by Eric Blake.
32902
32903 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
32904
32905         * lib/mbchar.h (is_basic_table): Make read-only.
32906         * lib/mbchar.c (is_basic_table): Likewise.
32907         Reported by John Darrington.
32908
32909 2006-10-25  Bruno Haible  <bruno@clisp.org>
32910
32911         * lib/progname.h (set_program_name): Undefine before defining.
32912
32913 2006-10-25  Bruno Haible  <bruno@clisp.org>
32914
32915         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
32916         false for non-gcc C++ compilers.
32917         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
32918
32919 2006-10-24  Bruno Haible  <bruno@clisp.org>
32920
32921         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
32922         iconv implementations like Irix iconv.
32923
32924 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32925
32926         * modules/vararrays: New file.
32927         * m4/vararrays.m4: New file, taken from diffutils.
32928         * MODULES.html.sh: New module vararrays.
32929
32930 2006-10-24  Karl Berry  <karl@gnu.org>
32931
32932         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
32933         Don't call GNU Unix.
32934
32935 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32936
32937         * users.txt: Add Libtool.
32938
32939         Sync from Libtool:
32940
32941         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32942
32943         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
32944         to gnulib's policy of including config.h unconditionally.
32945
32946 2006-10-24  Bruno Haible  <bruno@clisp.org>
32947
32948         * modules/wcwidth (Files): Add m4/wint_t.m4.
32949         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
32950         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
32951
32952 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32953
32954         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
32955         to pacify GCC with some -W flags enabled.  Problem reported by
32956         Bruno Haible.
32957
32958 2006-10-24  Jim Meyering  <jim@meyering.net>
32959
32960         * MODULES.html.sh: Remove uinttostr.  It's not a module.
32961         Reported by Karl Berry.
32962
32963 2006-10-23  Bruno Haible  <bruno@clisp.org>
32964
32965         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
32966
32967 2006-10-24  Bruno Haible  <bruno@clisp.org>
32968
32969         * lib/gl_list.h: Use C comment style, not C++ comment style.
32970
32971 2006-10-23  Eric Blake  <ebb9@byu.net>
32972
32973         * lib/getaddrinfo.c (includes): Add missing include.
32974
32975 2006-10-23  Bruno Haible  <bruno@clisp.org>
32976             Paul Eggert  <eggert@cs.ucla.edu>
32977
32978         Ability to rename obstack_free.
32979         * lib/obstack.h (__obstack_free): New macro. Declare instead of
32980         obstack_free.
32981         (obstack_free): Invoke the __obstack_free macro.
32982         * lib/obstack.c (obstack_free): Use __obstack_free macro.
32983
32984 2006-10-23  Bruno Haible  <bruno@clisp.org>
32985             Paul Eggert  <eggert@cs.ucla.edu>
32986
32987         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
32988         __argc, __argv from the declaration. (They are defined as macros on
32989         mingw.)
32990
32991 2006-10-22  Bruno Haible  <bruno@clisp.org>
32992
32993         * doc/gnulib-intro.texi: New file.
32994         * doc/gnulib.texi: Include it.
32995
32996 2006-10-21  Bruno Haible  <bruno@clisp.org>
32997
32998         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
32999         "Introduction", "Miscellanous Notes", "Particular Modules".
33000
33001 2006-10-21  Bruno Haible  <bruno@clisp.org>
33002
33003         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33004         Change mostlyclean-local rule to avoid sh syntax error from bash
33005         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
33006
33007 2006-10-23  Jim Meyering  <jim@meyering.net>
33008
33009         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
33010         in place of snprintf.
33011
33012         * modules/inttostr (Files): Add lib/uinttostr.c.
33013         * lib/uinttostr.c (inttostr): New file/function.
33014         * lib/inttostr.h (uinttostr): Declare.
33015         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
33016         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
33017         Add uinttostr.
33018         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
33019
33020 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
33021
33022         * lib/canonicalize.c (ELOOP): Define if not already defined.
33023         Problem reported by Bruno Haible in
33024         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
33025
33026 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
33027
33028         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
33029         Problem reported by Perry Smith and Ville Laurikari.
33030
33031         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
33032         uses.
33033
33034 2006-10-19  Bruno Haible  <bruno@clisp.org>
33035
33036         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
33037         for mingw.
33038
33039 2006-10-19  Bruno Haible  <bruno@clisp.org>
33040
33041         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
33042         Needed for mingw.
33043
33044 2006-10-19  Bruno Haible  <bruno@clisp.org>
33045
33046         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
33047
33048 2006-10-19  Bruno Haible  <bruno@clisp.org>
33049
33050         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
33051         it.
33052
33053 2006-10-19  Bruno Haible  <bruno@clisp.org>
33054
33055         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
33056         invocation.
33057
33058 2006-10-19  Bruno Haible  <bruno@clisp.org>
33059
33060         * gnulib-tool (func_create_testdir): Don't include ftruncate and
33061         mountlist by default.
33062
33063 2006-10-16  Bruno Haible  <bruno@clisp.org>
33064
33065         * lib/c-strstr.c: Include c-strstr.h.
33066
33067 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
33068
33069         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
33070         in a slash.
33071
33072 2006-10-18  Bruno Haible  <bruno@clisp.org>
33073
33074         * lib/lock.h [C++]: Wrap definitions in extern "C".
33075
33076 2006-10-18  Bruno Haible  <bruno@clisp.org>
33077
33078         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
33079         gl_LIBOBJS list.
33080
33081 2006-10-18  Bruno Haible  <bruno@clisp.org>
33082
33083         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
33084
33085 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
33086
33087         * lib/xstrtol.h: Include gettext.h.
33088         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
33089         Problem reported by Eric Blake.
33090         * modules/xstrtol (Depends-on): Add gettext-h.
33091
33092 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
33093
33094         * lib/strftime.c (advance): New macro.
33095         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
33096         incomplete type, so you can't add 0 to it.  Problem and patch
33097         reported by Eelco Dolstra for dietlibc.
33098
33099 2006-10-18  Jim Meyering  <jim@meyering.net>
33100
33101         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
33102         type for a local, and rename it: s/up/user_proc/.
33103
33104 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
33105
33106         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
33107         READ_UTMP_USER_PROCESS.
33108         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
33109
33110 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
33111
33112         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
33113         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
33114
33115 2006-10-17  Eric Blake  <ebb9@byu.net>
33116
33117         * lib/sigprocmask.c (sigprocmask): Fix typo.
33118
33119         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
33120
33121         * modules/clean-temp (Makefile.am): Don't add to make output...
33122         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
33123         config.h.
33124
33125 2006-10-17  Bruno Haible  <bruno@clisp.org>
33126
33127         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
33128         differently if DEFAULT_TEXT_DOMAIN is set.
33129
33130 2006-10-16  Bruno Haible  <bruno@clisp.org>
33131
33132         * lib/clean-temp.c: Include fwriteerror.h.
33133
33134 2006-10-16  Bruno Haible  <bruno@clisp.org>
33135
33136         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
33137
33138 2006-10-16  Bruno Haible  <bruno@clisp.org>
33139
33140         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
33141         * lib/sigprocmask.h: Include <sys/types.h>.
33142         (sigset_t): Use the system's definition if present.
33143
33144 2006-10-17  Eric Blake  <ebb9@byu.net>
33145
33146         * lib/xvasprintf.c (includes): Assume config.h.
33147         * lib/xasprintf.c (includes): Likewise.
33148
33149 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
33150
33151         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
33152         at least as wide as intmax_t.
33153
33154 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
33155
33156         (Imported from Automake.)
33157         * build-aux/gnupload: Update to version 1.1 of directive file.
33158
33159 2006-10-16  Eric Blake  <ebb9@byu.net>
33160
33161         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
33162         match Automake 1.10a.
33163
33164 2006-10-14  Bruno Haible  <bruno@clisp.org>
33165
33166         * modules/sigprocmask: New file.
33167         * lib/sigprocmask.h: New file.
33168         * lib/sigprocmask.c: New file.
33169         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
33170         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
33171         request sigprocmask.o.
33172         (gl_PREREQ_SIGPROCMASK): New macro.
33173         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
33174         (Depends-on): Add sigprocmask.
33175         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
33176         gt_SIGNALBLOCKING. Test for 'raise' only once.
33177         * lib/fatal-signal.c: Include sigprocmask.h.
33178         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
33179         unblock_fatal_signals): Define always.
33180         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33181         sigprocmask.
33182
33183 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
33184
33185         Sync from Automake.
33186         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
33187         which incorrectly sets the mode of an existing destination
33188         directory.  In some cases the unpatched install-sh could do the
33189         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
33190         system.  We hope this is rare in practice, but it's clearly worth
33191         fixing.  Problem reported by Alex Unleashed in
33192         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
33193         Also, don't bother to check for -m bugs unless we're using -m;
33194         suggested by Stepan Kasal.
33195
33196 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33197
33198         Sync from Automake.
33199         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
33200         `-c' flag, so they appear at the same position as in %FASTDEP%
33201         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
33202         which ignores unknown options only after the first non-option.
33203         Bug report against M4 by Nelson H. F. Beebe.
33204
33205 2006-10-13  Jim Meyering  <jim@meyering.net>
33206
33207         Fix a bug in yesterday's change.
33208         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
33209         p->fts_statp->st_dev would be used uninitialized.
33210         Ensures that we always call fts_stat on the very first entry.
33211         Miklos Szeredi reported that find -xdev stopped working.
33212
33213 2006-10-12  Bruno Haible  <bruno@clisp.org>
33214
33215         * gnulib-tool (func_get_automake_snippet): Append an automatically
33216         computed EXTRA_DIST augmentation.
33217         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
33218         * modules/alloca-opt (Makefile.am): Likewise.
33219         * modules/allocsa (Makefile.am): Likewise.
33220         * modules/arcfour (Makefile.am): Likewise.
33221         * modules/arctwo (Makefile.am): Likewise.
33222         * modules/argmatch (Makefile.am): Likewise.
33223         * modules/argz (Makefile.am): Likewise.
33224         * modules/atexit (Makefile.am): Likewise.
33225         * modules/backupfile (Makefile.am): Likewise.
33226         * modules/byteswap (Makefile.am): Likewise.
33227         * modules/c-strtod (Makefile.am): Likewise.
33228         * modules/c-strtold (Makefile.am): Likewise.
33229         * modules/calloc (Makefile.am): Likewise.
33230         * modules/canon-host (Makefile.am): Likewise.
33231         * modules/canonicalize (Makefile.am): Likewise.
33232         * modules/chdir-long (Makefile.am): Likewise.
33233         * modules/chdir-safer (Makefile.am): Likewise.
33234         * modules/check-version (Makefile.am): Likewise.
33235         * modules/chown (Makefile.am): Likewise.
33236         * modules/cloexec (Makefile.am): Likewise.
33237         * modules/close-stream (Makefile.am): Likewise.
33238         * modules/closeout (Makefile.am): Likewise.
33239         * modules/crc (Makefile.am): Likewise.
33240         * modules/csharpexec (Makefile.am): Likewise.
33241         * modules/cycle-check (Makefile.am): Likewise.
33242         * modules/des (Makefile.am): Likewise.
33243         * modules/dev-ino (Makefile.am): Likewise.
33244         * modules/dirfd (Makefile.am): Likewise.
33245         * modules/dirname (Makefile.am): Likewise.
33246         * modules/dup2 (Makefile.am): Likewise.
33247         * modules/eealloc (Makefile.am): Likewise.
33248         * modules/error (Makefile.am): Likewise.
33249         * modules/euidaccess (Makefile.am): Likewise.
33250         * modules/exclude (Makefile.am): Likewise.
33251         * modules/exitfail (Makefile.am): Likewise.
33252         * modules/fcntl-safer (Makefile.am): Likewise.
33253         * modules/fcntl (Makefile.am): Likewise.
33254         * modules/file-type (Makefile.am): Likewise.
33255         * modules/fileblocks (Makefile.am): Likewise.
33256         * modules/filemode (Makefile.am): Likewise.
33257         * modules/filenamecat (Makefile.am): Likewise.
33258         * modules/fnmatch (Makefile.am): Likewise.
33259         * modules/fopen-safer (Makefile.am): Likewise.
33260         * modules/fpending (Makefile.am): Likewise.
33261         * modules/fprintftime (Makefile.am): Likewise.
33262         * modules/free (Makefile.am): Likewise.
33263         * modules/fsusage (Makefile.am): Likewise.
33264         * modules/ftruncate (Makefile.am): Likewise.
33265         * modules/fts (Makefile.am): Likewise.
33266         * modules/gc-arcfour (Makefile.am): Likewise.
33267         * modules/gc-des (Makefile.am): Likewise.
33268         * modules/gc-hmac-md5 (Makefile.am): Likewise.
33269         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
33270         * modules/gc-md4 (Makefile.am): Likewise.
33271         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
33272         * modules/gc-sha1 (Makefile.am): Likewise.
33273         * modules/gc (Makefile.am): Likewise.
33274         * modules/getaddrinfo (Makefile.am): Likewise.
33275         * modules/getcwd (Makefile.am): Likewise.
33276         * modules/getdelim (Makefile.am): Likewise.
33277         * modules/getdomainname (Makefile.am): Likewise.
33278         * modules/getgroups (Makefile.am): Likewise.
33279         * modules/gethostname (Makefile.am): Likewise.
33280         * modules/gethrxtime (Makefile.am): Likewise.
33281         * modules/getline (Makefile.am): Likewise.
33282         * modules/getloadavg (Makefile.am): Likewise.
33283         * modules/getlogin_r (Makefile.am): Likewise.
33284         * modules/getndelim2 (Makefile.am): Likewise.
33285         * modules/getopt (Makefile.am): Likewise.
33286         * modules/getpagesize (Makefile.am): Likewise.
33287         * modules/getpass-gnu (Makefile.am): Likewise.
33288         * modules/getpass (Makefile.am): Likewise.
33289         * modules/getsubopt (Makefile.am): Likewise.
33290         * modules/gettime (Makefile.am): Likewise.
33291         * modules/gettimeofday (Makefile.am): Likewise.
33292         * modules/getugroups (Makefile.am): Likewise.
33293         * modules/getusershell (Makefile.am): Likewise.
33294         * modules/glob (Makefile.am): Likewise.
33295         * modules/group-member (Makefile.am): Likewise.
33296         * modules/hard-locale (Makefile.am): Likewise.
33297         * modules/hash (Makefile.am): Likewise.
33298         * modules/hmac-md5 (Makefile.am): Likewise.
33299         * modules/hmac-sha1 (Makefile.am): Likewise.
33300         * modules/human (Makefile.am): Likewise.
33301         * modules/idcache (Makefile.am): Likewise.
33302         * modules/imaxabs (Makefile.am): Likewise.
33303         * modules/imaxdiv (Makefile.am): Likewise.
33304         * modules/inet_ntop (Makefile.am): Likewise.
33305         * modules/inet_pton (Makefile.am): Likewise.
33306         * modules/intprops (Makefile.am): Likewise.
33307         * modules/inttostr (Makefile.am): Likewise.
33308         * modules/inttypes (Makefile.am): Likewise.
33309         * modules/isapipe (Makefile.am): Likewise.
33310         * modules/javaversion (Makefile.am): Likewise.
33311         * modules/lchmod (Makefile.am): Likewise.
33312         * modules/lchown (Makefile.am): Likewise.
33313         * modules/localcharset (Makefile.am): Likewise.
33314         * modules/long-options (Makefile.am): Likewise.
33315         * modules/lstat (Makefile.am): Likewise.
33316         * modules/malloc (Makefile.am): Likewise.
33317         * modules/mathl (Makefile.am): Likewise.
33318         * modules/mbchar (Makefile.am): Likewise.
33319         * modules/md2 (Makefile.am): Likewise.
33320         * modules/md4 (Makefile.am): Likewise.
33321         * modules/md5 (Makefile.am): Likewise.
33322         * modules/memcasecmp (Makefile.am): Likewise.
33323         * modules/memchr (Makefile.am): Likewise.
33324         * modules/memcmp (Makefile.am): Likewise.
33325         * modules/memcoll (Makefile.am): Likewise.
33326         * modules/memcpy (Makefile.am): Likewise.
33327         * modules/memmem (Makefile.am): Likewise.
33328         * modules/memmove (Makefile.am): Likewise.
33329         * modules/mempcpy (Makefile.am): Likewise.
33330         * modules/memrchr (Makefile.am): Likewise.
33331         * modules/memset (Makefile.am): Likewise.
33332         * modules/memxor (Makefile.am): Likewise.
33333         * modules/mkancesdirs (Makefile.am): Likewise.
33334         * modules/mkdir-p (Makefile.am): Likewise.
33335         * modules/mkdir (Makefile.am): Likewise.
33336         * modules/mkdtemp (Makefile.am): Likewise.
33337         * modules/mkstemp (Makefile.am): Likewise.
33338         * modules/mktime (Makefile.am): Likewise.
33339         * modules/modechange (Makefile.am): Likewise.
33340         * modules/mountlist (Makefile.am): Likewise.
33341         * modules/nanosleep (Makefile.am): Likewise.
33342         * modules/obstack (Makefile.am): Likewise.
33343         * modules/openat (Makefile.am): Likewise.
33344         * modules/pagealign_alloc (Makefile.am): Likewise.
33345         * modules/pathmax (Makefile.am): Likewise.
33346         * modules/physmem (Makefile.am): Likewise.
33347         * modules/poll (Makefile.am): Likewise.
33348         * modules/posixtm (Makefile.am): Likewise.
33349         * modules/posixver (Makefile.am): Likewise.
33350         * modules/putenv (Makefile.am): Likewise.
33351         * modules/quote (Makefile.am): Likewise.
33352         * modules/quotearg (Makefile.am): Likewise.
33353         * modules/raise (Makefile.am): Likewise.
33354         * modules/read-file (Makefile.am): Likewise.
33355         * modules/readline (Makefile.am): Likewise.
33356         * modules/readlink (Makefile.am): Likewise.
33357         * modules/readtokens (Makefile.am): Likewise.
33358         * modules/readutmp (Makefile.am): Likewise.
33359         * modules/realloc (Makefile.am): Likewise.
33360         * modules/regex (Makefile.am): Likewise.
33361         * modules/rename-dest-slash (Makefile.am): Likewise.
33362         * modules/rename (Makefile.am): Likewise.
33363         * modules/rijndael (Makefile.am): Likewise.
33364         * modules/rmdir (Makefile.am): Likewise.
33365         * modules/rpmatch (Makefile.am): Likewise.
33366         * modules/safe-read (Makefile.am): Likewise.
33367         * modules/safe-write (Makefile.am): Likewise.
33368         * modules/same-inode (Makefile.am): Likewise.
33369         * modules/same (Makefile.am): Likewise.
33370         * modules/save-cwd (Makefile.am): Likewise.
33371         * modules/savedir (Makefile.am): Likewise.
33372         * modules/setenv (Makefile.am): Likewise.
33373         * modules/settime (Makefile.am): Likewise.
33374         * modules/sha1 (Makefile.am): Likewise.
33375         * modules/sig2str (Makefile.am): Likewise.
33376         * modules/snprintf (Makefile.am): Likewise.
33377         * modules/stat-macros (Makefile.am): Likewise.
33378         * modules/stat-time (Makefile.am): Likewise.
33379         * modules/stdbool (Makefile.am): Likewise.
33380         * modules/stdint (Makefile.am): Likewise.
33381         * modules/stdlib-safer (Makefile.am): Likewise.
33382         * modules/stpcpy (Makefile.am): Likewise.
33383         * modules/stpncpy (Makefile.am): Likewise.
33384         * modules/strcase (Makefile.am): Likewise.
33385         * modules/strcasestr (Makefile.am): Likewise.
33386         * modules/strchrnul (Makefile.am): Likewise.
33387         * modules/strcspn (Makefile.am): Likewise.
33388         * modules/strdup (Makefile.am): Likewise.
33389         * modules/strerror (Makefile.am): Likewise.
33390         * modules/strftime (Makefile.am): Likewise.
33391         * modules/strndup (Makefile.am): Likewise.
33392         * modules/strnlen (Makefile.am): Likewise.
33393         * modules/strpbrk (Makefile.am): Likewise.
33394         * modules/strsep (Makefile.am): Likewise.
33395         * modules/strstr (Makefile.am): Likewise.
33396         * modules/strtod (Makefile.am): Likewise.
33397         * modules/strtoimax (Makefile.am): Likewise.
33398         * modules/strtok_r (Makefile.am): Likewise.
33399         * modules/strtol (Makefile.am): Likewise.
33400         * modules/strtoll (Makefile.am): Likewise.
33401         * modules/strtoul (Makefile.am): Likewise.
33402         * modules/strtoull (Makefile.am): Likewise.
33403         * modules/strtoumax (Makefile.am): Likewise.
33404         * modules/strverscmp (Makefile.am): Likewise.
33405         * modules/sys_socket (Makefile.am): Likewise.
33406         * modules/sys_stat (Makefile.am): Likewise.
33407         * modules/sysexits (Makefile.am): Likewise.
33408         * modules/time_r (Makefile.am): Likewise.
33409         * modules/timegm (Makefile.am): Likewise.
33410         * modules/timespec (Makefile.am): Likewise.
33411         * modules/tmpfile-safer (Makefile.am): Likewise.
33412         * modules/trim (Makefile.am): Likewise.
33413         * modules/unistd-safer (Makefile.am): Likewise.
33414         * modules/unlinkdir (Makefile.am): Likewise.
33415         * modules/unlocked-io (Makefile.am): Likewise.
33416         * modules/userspec (Makefile.am): Likewise.
33417         * modules/utime (Makefile.am): Likewise.
33418         * modules/utimecmp (Makefile.am): Likewise.
33419         * modules/utimens (Makefile.am): Likewise.
33420         * modules/vasnprintf (Makefile.am): Likewise.
33421         * modules/vasprintf (Makefile.am): Likewise.
33422         * modules/vsnprintf (Makefile.am): Likewise.
33423         * modules/xalloc (Makefile.am): Likewise.
33424         * modules/xgetcwd (Makefile.am): Likewise.
33425         * modules/xnanosleep (Makefile.am): Likewise.
33426         * modules/xreadlink (Makefile.am): Likewise.
33427         * modules/xstrtod (Makefile.am): Likewise.
33428         * modules/xstrtol (Makefile.am): Likewise.
33429         * modules/xstrtold (Makefile.am): Likewise.
33430         * modules/yesno (Makefile.am): Likewise.
33431         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
33432
33433 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
33434
33435         * modules/error (Makefile.am): Distribute files through
33436         EXTRA_DIST, not lib_SOURCES.
33437
33438 2006-10-12  Eric Blake  <ebb9@byu.net>
33439
33440         * modules/error (Makefile.am): Distribute files in /lib.
33441         * modules/obstack (Makefile.am): Likewise.
33442
33443 2006-10-12  Bruno Haible  <bruno@clisp.org>
33444
33445         * modules/acl (Makefile.am): Distribute all files in lib/ through
33446         EXTRA_DIST.
33447         * modules/arcfour (Makefile.am): Likewise.
33448         * modules/arctwo (Makefile.am): Likewise.
33449         * modules/argmatch (Makefile.am): Likewise.
33450         * modules/argz (Makefile.am): Likewise.
33451         * modules/atexit (Makefile.am): Likewise.
33452         * modules/backupfile (Makefile.am): Likewise.
33453         * modules/c-strtod (Makefile.am): Likewise.
33454         * modules/c-strtold (Makefile.am): Likewise.
33455         * modules/calloc (Makefile.am): Likewise.
33456         * modules/canon-host (Makefile.am): Likewise.
33457         * modules/canonicalize (Makefile.am): Likewise.
33458         * modules/chdir-long (Makefile.am): Likewise.
33459         * modules/chdir-safer (Makefile.am): Likewise.
33460         * modules/check-version (Makefile.am): Likewise.
33461         * modules/chown (Makefile.am): Likewise.
33462         * modules/cloexec (Makefile.am): Likewise.
33463         * modules/close-stream (Makefile.am): Likewise.
33464         * modules/closeout (Makefile.am): Likewise.
33465         * modules/crc (Makefile.am): Likewise.
33466         * modules/cycle-check (Makefile.am): Likewise.
33467         * modules/des (Makefile.am): Likewise.
33468         * modules/dirfd (Makefile.am): Likewise.
33469         * modules/dirname (Makefile.am): Likewise.
33470         * modules/dup2 (Makefile.am): Likewise.
33471         * modules/euidaccess (Makefile.am): Likewise.
33472         * modules/exclude (Makefile.am): Likewise.
33473         * modules/exitfail (Makefile.am): Likewise.
33474         * modules/fcntl-safer (Makefile.am): Likewise.
33475         * modules/file-type (Makefile.am): Likewise.
33476         * modules/fileblocks (Makefile.am): Likewise.
33477         * modules/filemode (Makefile.am): Likewise.
33478         * modules/filenamecat (Makefile.am): Likewise.
33479         * modules/fnmatch (Makefile.am): Likewise.
33480         * modules/fopen-safer (Makefile.am): Likewise.
33481         * modules/fpending (Makefile.am): Likewise.
33482         * modules/fprintftime (Makefile.am): Likewise.
33483         * modules/free (Makefile.am): Likewise.
33484         * modules/fsusage (Makefile.am): Likewise.
33485         * modules/ftruncate (Makefile.am): Likewise.
33486         * modules/fts (Makefile.am): Likewise.
33487         * modules/gc (Makefile.am): Likewise.
33488         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
33489         * modules/getaddrinfo (Makefile.am): Likewise.
33490         * modules/getcwd (Makefile.am): Likewise.
33491         * modules/getdelim (Makefile.am): Likewise.
33492         * modules/getdomainname (Makefile.am): Likewise.
33493         * modules/getgroups (Makefile.am): Likewise.
33494         * modules/gethostname (Makefile.am): Likewise.
33495         * modules/gethrxtime (Makefile.am): Likewise.
33496         * modules/getline (Makefile.am): Likewise.
33497         * modules/getloadavg (Makefile.am): Likewise.
33498         * modules/getlogin_r (Makefile.am): Likewise.
33499         * modules/getopt (Makefile.am): Likewise.
33500         * modules/getpass (Makefile.am): Likewise.
33501         * modules/getpass-gnu (Makefile.am): Likewise.
33502         * modules/getsubopt (Makefile.am): Likewise.
33503         * modules/gettime (Makefile.am): Likewise.
33504         * modules/gettimeofday (Makefile.am): Likewise.
33505         * modules/getugroups (Makefile.am): Likewise.
33506         * modules/getusershell (Makefile.am): Likewise.
33507         * modules/glob (Makefile.am): Likewise.
33508         * modules/group-member (Makefile.am): Likewise.
33509         * modules/hard-locale (Makefile.am): Likewise.
33510         * modules/hash (Makefile.am): Likewise.
33511         * modules/hmac-md5 (Makefile.am): Likewise.
33512         * modules/hmac-sha1 (Makefile.am): Likewise.
33513         * modules/human (Makefile.am): Likewise.
33514         * modules/idcache (Makefile.am): Likewise.
33515         * modules/imaxabs (Makefile.am): Likewise.
33516         * modules/imaxdiv (Makefile.am): Likewise.
33517         * modules/inet_ntop (Makefile.am): Likewise.
33518         * modules/inet_pton (Makefile.am): Likewise.
33519         * modules/inttostr (Makefile.am): Likewise.
33520         * modules/isapipe (Makefile.am): Likewise.
33521         * modules/lchown (Makefile.am): Likewise.
33522         * modules/long-options (Makefile.am): Likewise.
33523         * modules/lstat (Makefile.am): Likewise.
33524         * modules/malloc (Makefile.am): Likewise.
33525         * modules/mathl (Makefile.am): Likewise.
33526         * modules/mbchar (Makefile.am): Likewise.
33527         * modules/md2 (Makefile.am): Likewise.
33528         * modules/md4 (Makefile.am): Likewise.
33529         * modules/md5 (Makefile.am): Likewise.
33530         * modules/memcasecmp (Makefile.am): Likewise.
33531         * modules/memchr (Makefile.am): Likewise.
33532         * modules/memcmp (Makefile.am): Likewise.
33533         * modules/memcoll (Makefile.am): Likewise.
33534         * modules/memcpy (Makefile.am): Likewise.
33535         * modules/memmem (Makefile.am): Likewise.
33536         * modules/memmove (Makefile.am): Likewise.
33537         * modules/mempcpy (Makefile.am): Likewise.
33538         * modules/memrchr (Makefile.am): Likewise.
33539         * modules/memset (Makefile.am): Likewise.
33540         * modules/memxor (Makefile.am): Likewise.
33541         * modules/mkancesdirs (Makefile.am): Likewise.
33542         * modules/mkdir (Makefile.am): Likewise.
33543         * modules/mkdir-p (Makefile.am): Likewise.
33544         * modules/mkdtemp (Makefile.am): Likewise.
33545         * modules/mkstemp (Makefile.am): Likewise.
33546         * modules/mktime (Makefile.am): Likewise.
33547         * modules/modechange (Makefile.am): Likewise.
33548         * modules/mountlist (Makefile.am): Likewise.
33549         * modules/nanosleep (Makefile.am): Likewise.
33550         * modules/openat (Makefile.am): Likewise.
33551         * modules/pagealign_alloc (Makefile.am): Likewise.
33552         * modules/physmem (Makefile.am): Likewise.
33553         * modules/poll (Makefile.am): Likewise.
33554         * modules/posixtm (Makefile.am): Likewise.
33555         * modules/posixver (Makefile.am): Likewise.
33556         * modules/putenv (Makefile.am): Likewise.
33557         * modules/quote (Makefile.am): Likewise.
33558         * modules/quotearg (Makefile.am): Likewise.
33559         * modules/raise (Makefile.am): Likewise.
33560         * modules/read-file (Makefile.am): Likewise.
33561         * modules/readline (Makefile.am): Likewise.
33562         * modules/readlink (Makefile.am): Likewise.
33563         * modules/readtokens (Makefile.am): Likewise.
33564         * modules/readutmp (Makefile.am): Likewise.
33565         * modules/realloc (Makefile.am): Likewise.
33566         * modules/regex (Makefile.am): Likewise.
33567         * modules/rename (Makefile.am): Likewise.
33568         * modules/rename-dest-slash (Makefile.am): Likewise.
33569         * modules/rijndael (Makefile.am): Likewise.
33570         * modules/rmdir (Makefile.am): Likewise.
33571         * modules/rpmatch (Makefile.am): Likewise.
33572         * modules/safe-read (Makefile.am): Likewise.
33573         * modules/safe-write (Makefile.am): Likewise.
33574         * modules/same (Makefile.am): Likewise.
33575         * modules/save-cwd (Makefile.am): Likewise.
33576         * modules/savedir (Makefile.am): Likewise.
33577         * modules/setenv (Makefile.am): Likewise.
33578         * modules/settime (Makefile.am): Likewise.
33579         * modules/sha1 (Makefile.am): Likewise.
33580         * modules/sig2str (Makefile.am): Likewise.
33581         * modules/snprintf (Makefile.am): Likewise.
33582         * modules/stdlib-safer (Makefile.am): Likewise.
33583         * modules/stpcpy (Makefile.am): Likewise.
33584         * modules/stpncpy (Makefile.am): Likewise.
33585         * modules/strcase (Makefile.am): Likewise.
33586         * modules/strcasestr (Makefile.am): Likewise.
33587         * modules/strchrnul (Makefile.am): Likewise.
33588         * modules/strcspn (Makefile.am): Likewise.
33589         * modules/strdup (Makefile.am): Likewise.
33590         * modules/strerror (Makefile.am): Likewise.
33591         * modules/strftime (Makefile.am): Likewise.
33592         * modules/strndup (Makefile.am): Likewise.
33593         * modules/strnlen (Makefile.am): Likewise.
33594         * modules/strpbrk (Makefile.am): Likewise.
33595         * modules/strsep (Makefile.am): Likewise.
33596         * modules/strstr (Makefile.am): Likewise.
33597         * modules/strtod (Makefile.am): Likewise.
33598         * modules/strtoimax (Makefile.am): Likewise.
33599         * modules/strtok_r (Makefile.am): Likewise.
33600         * modules/strtol (Makefile.am): Likewise.
33601         * modules/strtoll (Makefile.am): Likewise.
33602         * modules/strtoul (Makefile.am): Likewise.
33603         * modules/strtoull (Makefile.am): Likewise.
33604         * modules/strtoumax (Makefile.am): Likewise.
33605         * modules/strverscmp (Makefile.am): Likewise.
33606         * modules/time_r (Makefile.am): Likewise.
33607         * modules/timegm (Makefile.am): Likewise.
33608         * modules/tmpfile-safer (Makefile.am): Likewise.
33609         * modules/unistd-safer (Makefile.am): Likewise.
33610         * modules/unlinkdir (Makefile.am): Likewise.
33611         * modules/userspec (Makefile.am): Likewise.
33612         * modules/utime (Makefile.am): Likewise.
33613         * modules/utimecmp (Makefile.am): Likewise.
33614         * modules/utimens (Makefile.am): Likewise.
33615         * modules/vasnprintf (Makefile.am): Likewise.
33616         * modules/vasprintf (Makefile.am): Likewise.
33617         * modules/vsnprintf (Makefile.am): Likewise.
33618         * modules/xalloc (Makefile.am): Likewise.
33619         * modules/xgetcwd (Makefile.am): Likewise.
33620         * modules/xnanosleep (Makefile.am): Likewise.
33621         * modules/xreadlink (Makefile.am): Likewise.
33622         * modules/xstrtod (Makefile.am): Likewise.
33623         * modules/xstrtol (Makefile.am): Likewise.
33624         * modules/xstrtold (Makefile.am): Likewise.
33625         * modules/yesno (Makefile.am): Likewise.
33626
33627 2006-10-12  Jim Meyering  <jim@meyering.net>
33628
33629         * m4/getloadavg.m4: Revert the change below.
33630
33631         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
33632         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
33633         fail with a symlink, which is what coreutils' ./bootstrap now
33634         creates by default.
33635
33636 2006-10-12  Bruno Haible  <bruno@clisp.org>
33637
33638         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
33639         mingw.
33640         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
33641         MSVC and mingw explicitly.
33642
33643 2006-10-11  Simon Josefsson  <jas@extundo.com>
33644             Bruno Haible  <bruno@clisp.org>
33645
33646         Add support for multiple gnulib-tool invocations in the scope of a
33647         single configure.ac file.
33648         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
33649         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
33650         with the same contents as the _LIBADD variable.
33651         (func_emit_initmacro_start, func_emit_initmacro_end,
33652         func_emit_initmacro_done): New functions.
33653         (func_import, func_create_testdir): Invoke them. Allow the identifiers
33654         gl_LIBOBJS and gl_LTLIBOBJS.
33655
33656 2006-10-11  Bruno Haible  <bruno@clisp.org>
33657
33658         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
33659         (func_create_testdir): Don't create po/Makefile.am, don't invoke
33660         autoreconf. Instead, invoke autopoint explicitly but move back the
33661         *.m4 files from gnulib.
33662
33663 2006-10-11  Bruno Haible  <bruno@clisp.org>
33664
33665         * gnulib-tool (func_usage): Make module names after --create-testdir
33666         optional.
33667         (func_create_testdir): If no module was specified, use nearly all
33668         modules.
33669
33670 2006-10-12  Jim Meyering  <jim@meyering.net>
33671
33672         Big performance improvement for fts-based tools that use FTS_NOSTAT.
33673         Avoid spurious inode-mismatch problems on non-POSIX file systems.
33674         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
33675         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
33676         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
33677         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
33678         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
33679         (fts_set_stat_required): New function.
33680         (fts_open): Defer the calls to fts_stat, if possible or requested.
33681         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
33682         into fts_stat itself.
33683         (fts_read): Perform any required (deferred) fts_stat call.
33684         (fts_build): Likewise, for the directory we're about to open and read.
33685         In the readdir loop, carefully decide whether each entry will require
33686         an eventual call to fts_stat, using dirent.d_type info if available.
33687         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
33688         a command line argument into this function.  Update all callers.
33689         Map a return value of FTS_DOT to FTS_D for a command line argument.
33690         * modules/fts (Depends-on): Add d-type.  Alphabetize.
33691         Thanks to Miklos Szeredi for his tenacity and for the initial
33692         bug report about "find" failing on a FUSE-based file system.
33693
33694         * lib/fts.c (fts_open): Use consistent indentation.
33695
33696 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
33697
33698         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
33699         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
33700         reported by Jim Meyering.  All uses of cache variables renamed
33701         to match Autoconf's.
33702         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
33703         the other one.
33704
33705         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
33706         Fix misspelling in diagnostic.
33707
33708 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
33709
33710         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
33711         defined.  Problem reported by Matthew Woehlke.
33712
33713         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
33714         Add support for Tandem NonStop R series.
33715         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
33716         Use new macro.
33717
33718         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
33719         (has_trailing_slash): Omit size arg; all callers changed.
33720         Omit 'inline', since it doesn't help performance and we'd
33721         need to configure it.
33722         Don't count //, ///, etc. as having a trailing slash.
33723         As a side effect, this removes a C99ism reported by Matthew Woehlke.
33724         (rpl_rename_dest_slash): On failure, use rename's errno rather
33725         than (in some cases) an incorrect or junk errno.
33726         Simplify code by removing need to compute length; this does
33727         cause it to make two passes instead of one over the file name,
33728         but it's worth it.
33729
33730         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
33731         change, since Autoconf's version may no longer be appropriate now
33732         that we are using CVS Autoconf's version.  Add support for Tandem.
33733
33734 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
33735             Bruno Haible  <bruno@clisp.org>
33736
33737         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
33738         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
33739         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
33740         gl_AC_TYPE_LONG_LONG.
33741
33742         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
33743         instead of HAVE_LONG_LONG.
33744         * lib/printf-args.c (printf_fetchargs): Likewise.
33745         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
33746         * lib/vasnprintf.c (VASNPRINTF): Likewise.
33747         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
33748         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
33749         gl_AC_TYPE_LONG_LONG.
33750
33751 2006-10-11  Bruno Haible  <bruno@clisp.org>
33752
33753         * m4/longlong.m4: Add comments.
33754         * m4/ulonglong.m4: Likewise.
33755
33756 2006-10-10  Bruno Haible  <bruno@clisp.org>
33757
33758         Make it possible to #define stpcpy, strdup to aliases.
33759         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
33760         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
33761
33762 2006-10-10  Bruno Haible  <bruno@clisp.org>
33763
33764         Make it possible to #define gcd to an alias.
33765         * lib/gcd.c: Include config.h.
33766
33767 2006-10-10  Bruno Haible  <bruno@clisp.org>
33768
33769         Make it possible to #define c_isascii to an alias.
33770         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
33771         defined. Undefine the macros before defining them, to avoid gcc
33772         warnings.
33773         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
33774         define NO_C_CTYPE_MACROS early.
33775
33776 2006-10-10  Bruno Haible  <bruno@clisp.org>
33777
33778         Make it possible to #define set_program_name to an alias.
33779         * lib/progname.c: Don't undefine set_program_name; instead, undefine
33780         ENABLE_RELOCATABLE early.
33781
33782 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
33783
33784         Port to Tandem NSK OSS, which has 64-bit signed int but at most
33785         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
33786         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
33787         More generally, don't assume that 64-bit signed int is available
33788         if unsigned int is, and vice versa.
33789         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
33790         unsigned symbols, not on their signed counterparts.
33791         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
33792         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
33793         (UINT64_C, UINTMAX_C):
33794         Likewise.
33795         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
33796         unsigned counterparts.
33797         (Have_long_long, Unsigned): New macros.
33798         (Int): Renamed from INT.
33799         (strtoimax): Use the new macros.
33800         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
33801         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
33802         * modules/inttypes (inttypes.h): Substitute
33803         HAVE_UNSIGNED_LONG_LONG_INT.
33804         * modules/stdint (stdint.h): Likewise.
33805         (Files): Add m4/ulonglong.m4.
33806
33807 2006-10-10  Bruno Haible  <bruno@clisp.org>
33808
33809         Fix a gcc -Wshadow warning.
33810         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
33811         to 'bucket'.
33812         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
33813         gl_linked_indexof_from_to): Likewise.
33814         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
33815         Likewise.
33816         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
33817         Likewise.
33818         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
33819         Reported by Eric Blake.
33820
33821 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
33822
33823         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
33824         for NetBSD.  Problem reported by Bruno Haible.
33825
33826 2006-10-09  Jim Meyering  <jim@meyering.net>
33827
33828         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
33829         Patch from Bruno Haible.
33830
33831 2006-10-09  Jim Meyering  <jim@meyering.net>
33832
33833         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
33834         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
33835         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
33836
33837 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
33838
33839         Don't include <config.h> twice; this doesn't work in some cases,
33840         e.g., when config.h has "#define intmax_t long long int" and
33841         we include <config.h>, <inttypes.h>, <config.h> in that order.
33842         Problem reported by Matthew Woehlke in:
33843         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
33844         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
33845         * lib/fts-cycle.c: Don't include config.h.
33846         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
33847         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
33848         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
33849         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
33850         inttypes.h.
33851         * lib/xstrtoumax.c: Likewise.
33852         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
33853         __strtol and the like, so that this module is more like its siblings.
33854         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
33855         Remove; no longer needed now that we assume gnulib inttypes.h.
33856
33857 2006-10-08  Bruno Haible  <bruno@clisp.org>
33858
33859         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
33860         option.
33861
33862 2006-10-07  Jim Meyering  <jim@meyering.net>
33863
33864         * modules/inttypes (inttypes.h): Revert what seems to have been
33865         an inadvertent part of today's change: use "|", not "/" in the
33866         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
33867
33868 2006-10-07  Bruno Haible  <bruno@clisp.org>
33869
33870         * modules/sublist: New file.
33871
33872 2006-10-07  Bruno Haible  <bruno@clisp.org>
33873
33874         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
33875         * modules/argz (argz.h): Likewise.
33876         * modules/arpa_inet (arpa/inet.h): Likewise.
33877         * modules/byteswap (byteswap.h): Likewise.
33878         * modules/configmake (configmake.h): Likewise.
33879         * modules/fcntl (fcntl.h): Likewise.
33880         * modules/fnmatch (fnmatch.h): Likewise.
33881         * modules/getopt (getopt.h): Likewise.
33882         * modules/glob (glob.h): Likewise.
33883         * modules/inttypes (inttypes.h): Likewise.
33884         * modules/netinet_in (netinet/in.h): Likewise.
33885         * modules/poll (poll.h): Likewise.
33886         * modules/stdbool (stdbool.h): Likewise.
33887         * modules/stdint (stdint.h): Likewise.
33888         * modules/sys_select (sys/select.h): Likewise.
33889         * modules/sys_socket (sys/socket.h): Likewise.
33890         * modules/sys_stat (sys/stat.h): Likewise.
33891         * modules/sysexits (sysexits.h): Likewise.
33892         * modules/unistd (unistd.h): Likewise.
33893         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33894         Add a "DO NOT EDIT" comment to the generated file.
33895         (func_import): Likewise for gnulib-comp.m4.
33896
33897 2006-10-07  Bruno Haible  <bruno@clisp.org>
33898
33899         * lib/gl_sublist.h: New file.
33900         * lib/gl_sublist.c: New file.
33901
33902 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
33903
33904         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
33905         name (relative to the original working directory) and the file
33906         name component (relative to the temporary working directory).  All
33907         callers changed.
33908         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
33909         * lib/mkdir-p.c (make_dir_parents): Likewise.
33910         * lib/mkdir-p.h (make_dir_parents): Likewise.
33911
33912 2006-10-06  Eric Blake  <ebb9@byu.net>
33913
33914         Define several macros for use by the clean-temp module.
33915         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
33916         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
33917         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
33918
33919         * lib/clean-temp.h (close_stream_temp): New declaration.
33920         * lib/clean-temp.c (includes): Pull in headers according to what
33921         other modules are in use.
33922         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
33923
33924 2006-10-06  Bruno Haible  <bruno@clisp.org>
33925
33926         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
33927         instead of fopen, fwriteerror.
33928
33929 2006-10-06  Bruno Haible  <bruno@clisp.org>
33930
33931         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
33932         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
33933         int.
33934         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
33935         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
33936         Return an error indicator.
33937         Suggested by Eric Blake.
33938
33939 2006-10-06  Bruno Haible  <bruno@clisp.org>
33940
33941         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
33942         Reported by Eric Blake.
33943
33944 2006-10-06  Bruno Haible  <bruno@clisp.org>
33945
33946         * modules/closeout (Description): Mention stderr too.
33947
33948 2006-10-06  Bruno Haible  <bruno@clisp.org>
33949         and Paul Eggert  <eggert@cs.ucla.edu>
33950
33951         * lib/closeout.c (close_stdout): Also close stderr.
33952         * lib/closeout.h: Update comment.
33953
33954 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
33955
33956         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
33957         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
33958         * lib/dirchownmod.c: Include lchown.h.
33959         * lib/lchown.c: Don't include files that lchown.h now includes.
33960         Don't declare chown, since lchown.h now does that.
33961         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
33962         (lchown): Define to rpl_chown if lchown is declared but
33963         does not exist.  Declare using a prototype if lchown is not
33964         declared.  Add a copyright notice.
33965         * lib/mkstemp.h: Include <unistd.h>.
33966         * lib/openat.c: Include lchown.h.
33967
33968         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
33969         we now test for that separately.
33970         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
33971         rather than O_NOFOLLOW, when testing whether it's possible to
33972         avoid a race condition reliably.
33973         * lib/savewd.c (savewd_chdir): Likewise.
33974
33975         Remove macros that are no longer needed now that stdint.h is
33976         reliable.
33977         * lib/fsusage.c (UINTMAX_MAX): Remove.
33978         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
33979         * lib/utimecmp.c (SIZE_MAX): Remove.
33980
33981         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
33982
33983         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
33984         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
33985         O_NOATIME works.
33986
33987 2006-10-05  Bruno Haible  <bruno@clisp.org>
33988
33989         * lib/gl_list.h (gl_sortedlist_search_from_to,
33990         gl_sortedlist_indexof_from_to): New declarations.
33991         (gl_list_implementation): New fields sortedlist_search_from_to,
33992         sortedlist_indexof_from_to.
33993         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
33994         inline functions.
33995         * lib/gl_list.c (gl_sortedlist_search_from_to,
33996         gl_sortedlist_indexof_from_to): New functions.
33997         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
33998         function.
33999         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
34000         (gl_array_sortedlist_search_from_to): New function.
34001         (gl_array_list_implementation): Update.
34002         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
34003         function.
34004         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
34005         (gl_carray_sortedlist_search_from_to): New function.
34006         (gl_carray_list_implementation): Update.
34007         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
34008         gl_linked_sortedlist_indexof_from_to): New functions.
34009         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
34010         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
34011         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
34012         gl_tree_sortedlist_indexof_from_to): New functions.
34013         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
34014         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
34015         Update.
34016         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
34017         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
34018         Update.
34019
34020 2006-10-05  Bruno Haible  <bruno@clisp.org>
34021
34022         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
34023         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
34024         (struct gl_list_implementation): Add fields search_from_to,
34025         indexof_from_to. Remove fields search, indexof.
34026         (gl_list_search): Use the search_from_to method.
34027         (gl_list_search_from, gl_list_search_from_to): New functions.
34028         (gl_list_indexof): Use the indexof_from_to method.
34029         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
34030         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
34031         (gl_list_search_from, gl_list_search_from_to): New functions.
34032         (gl_list_indexof): Use the indexof_from_to method.
34033         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
34034         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
34035         gl_array_indexof. Add start_index, end_index arguments.
34036         (gl_array_search_from_to): Renamed from gl_array_search. Add
34037         start_index, end_index arguments.
34038         (gl_array_remove, gl_array_list_implementation): Update.
34039         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
34040         gl_carray_indexof. Add start_index, end_index arguments.
34041         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
34042         start_index, end_index arguments.
34043         (gl_carray_remove, gl_carray_list_implementation): Update.
34044         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
34045         gl_linked_search. Add start_index, end_index arguments.
34046         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
34047         start_index, end_index arguments.
34048         (gl_linked_remove): Update.
34049         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
34050         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
34051         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
34052         field to 'size_t'.
34053         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
34054         gl_tree_search. Add start_index, end_index arguments.
34055         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
34056         start_index, end_index arguments.
34057         (gl_tree_remove): Update.
34058         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
34059         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
34060         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
34061         function.
34062         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
34063         gl_tree_search. Add start_index, end_index arguments.
34064         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
34065         start_index, end_index arguments.
34066         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
34067         Update.
34068         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
34069
34070 2006-10-05  Bruno Haible  <bruno@clisp.org>
34071
34072         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
34073
34074         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
34075         fwriteerror_temp): New declarations.
34076         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
34077         (descriptors): New variable.
34078         (cleanup): First, close the descriptors.
34079         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
34080         fclose_temp, fwriteerror_temp): New functions.
34081
34082 2006-10-04  Jim Meyering  <jim@meyering.net>
34083
34084         * lib/fts.c (fts_open): Tiny comment change.
34085
34086 2006-10-04  Bruno Haible  <bruno@clisp.org>
34087
34088         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
34089         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
34090         gl_LOCK_BODY.
34091         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
34092         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
34093         gl_LOCK_EARLY_BODY.
34094         (gl_LOCK): Require gl_LOCK_BODY.
34095
34096 2006-10-04  Bruno Haible  <bruno@clisp.org>
34097
34098         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
34099         (gl_oset_search_atleast): New declaration.
34100         (struct gl_oset_implementation): Add field 'search_atleast'.
34101         (gl_oset_search_atleast): New inline function.
34102         * lib/gl_oset.c (gl_oset_search_atleast): New function.
34103         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
34104         (gl_array_oset_implementation): Update.
34105         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
34106         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
34107         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
34108
34109 2006-10-04  Bruno Haible  <bruno@clisp.org>
34110
34111         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
34112
34113 2006-10-03  Bruno Haible  <bruno@clisp.org>
34114
34115         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
34116         from gl_avltreehash_list_implementation.
34117
34118 2006-10-03  Bruno Haible  <bruno@clisp.org>
34119
34120         * lib/gl_oset.c (gl_oset_add): Fix return type.
34121
34122 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
34123
34124         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
34125
34126 2006-10-02  Eric Blake  <ebb9@byu.net>
34127
34128         * modules/strnlen (Depends-on): Add extensions.
34129
34130 2006-10-02  Eric Blake  <ebb9@byu.net>
34131
34132         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
34133         definition in 2.60+.
34134
34135 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34136
34137         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
34138         checks.
34139
34140 2006-10-02  Bruno Haible  <bruno@clisp.org>
34141
34142         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
34143         to the AUTOMAKE_OPTIONS.
34144         Reported by Jim Meyering.
34145
34146 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
34147
34148         Work around bug in Solaris 10 /proc file system:
34149         /proc/self/fd/NNN/.. isn't the parent directory of
34150         the directory whose file descriptor is NNN.  This needs to
34151         be worked around at run time, not compile time, since a
34152         program might be built on Solaris 8, where things work, and
34153         run on Solaris 10.
34154         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
34155         to use the following interface instead:
34156         (OPENAT_BUFFER_SIZE): New macro.
34157         (openat_proc_name): New function.
34158         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
34159         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
34160         Likewise.
34161         * lib/openat-proc.c: New file.
34162         * modules/openat (Files): Add lib/openat-proc.c.
34163         (Depends-on): Add same-inode, stdbool.
34164         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
34165
34166 2006-09-29  Bruno Haible  <bruno@clisp.org>
34167
34168         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
34169         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
34170         argument. Set stdout_closed before testing for ferror, not after.
34171         (fwriteerror, fwriteerror_no_ebadf): New functions.
34172
34173 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34174
34175         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
34176
34177 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
34178
34179         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
34180         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
34181
34182 2006-09-28  Jim Meyering  <jim@meyering.net>
34183
34184         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
34185         Include <unistd.h>.
34186
34187 2006-09-28  Bruno Haible  <bruno@clisp.org>
34188
34189         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
34190         * modules/linkedhash-list (Depends-on): Likewise.
34191         * modules/rbtreehash-list (Depends-on): Likewise.
34192
34193 2006-09-28  Bruno Haible  <bruno@clisp.org>
34194
34195         * lib/strndup.h: Simplify the redefinition of strndup.
34196         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
34197         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
34198
34199 2006-09-28  Bruno Haible  <bruno@clisp.org>
34200
34201         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
34202         * lib/gl_linkedhash_list.c: Likewise.
34203         * lib/gl_rbtreehash_list.c: Likewise.
34204
34205 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
34206
34207         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
34208         getaddrinfo.
34209
34210         * lib/__fpending.h: Don't include <stdio_ext.h> unless
34211         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
34212         it causes <stdio_ext.h> to cause a compile-time error.
34213         Problem reported by Nelson H. F. Beebe.
34214         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
34215         of HAVE_DECL___PENDING.
34216
34217         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
34218         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
34219         declaration.
34220
34221 2006-09-27  Jim Meyering  <jim@meyering.net>
34222
34223         This file could end up with a definition for a function
34224         named __strndup, rather than rpl_strndup on a system with
34225         incomplete weak_alias support.
34226         * lib/strndup.c (strndup): Rename from __strndup.
34227         Remove #defines that used to map __strndup to strndup.
34228         Don't use K&R prototypes.
34229         Remove LIBC-related code, since this file is not sync'd with glibc.
34230         * lib/strndup.h: Revamp, accordingly.
34231         * m4/strndup.m4: Modernize.
34232
34233 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
34234
34235         * modules/savewd (Depends-on): Add 'raise'.
34236         * lib/savewd.c: Include <signal.h>, for 'raise'.
34237
34238 2006-09-26  Jim Meyering  <jim@meyering.net>
34239
34240         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
34241         when we detect Darwin 8.7.0's acl_get_file bug.
34242         Rearrange to perform the new (below) run-test while $LIBS
34243         contains any acl-related library.  Set USE_ACL at the end.
34244         (gl_ACL_GET_FILE): New function.
34245
34246 2006-09-26  Eric Blake  <ebb9@byu.net>
34247
34248         * lib/verror.c: Include <config.h> unconditionally.
34249
34250 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
34251
34252         * modules/clock-time (Maintainer): Add self.
34253         * modules/getlogin_r (Depends-on): Add extensions.
34254
34255 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34256
34257         * modules/clock-time: New module.
34258         * modules/nanosleep (Depends-on): Add clock-time.
34259         * modules/gethrxtime (Depends-on): Likewise.
34260         * modules/gettime (Depends-on): Likewise.
34261         * modules/settime (Depends-on): Likewise.
34262
34263         * modules/fts-lgpl: Depend on openat.
34264         * modules/mkancesdirs: Depend on savewd.
34265         * modules/mkdir-p: Likewise.
34266
34267 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34268
34269         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
34270
34271         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
34272         `gl_have_arbitrary_file_name_length_limit' to
34273         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
34274         actually works between configure runs.
34275
34276 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34277             Bruno Haible  <bruno@clisp.org>
34278
34279         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
34280
34281 2006-09-25  Jim Meyering  <jim@meyering.net>
34282
34283         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
34284         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
34285
34286 2006-09-25  Eric Blake  <ebb9@byu.net>
34287
34288         * gnulib-tool (func_import, func_create_testdir): Fix typos in
34289         exec's in 2006-09-18 patch when shuffling fds.
34290
34291 2006-09-25  Bruno Haible  <bruno@clisp.org>
34292
34293         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
34294         Reported by Jim Meyering.
34295
34296 2006-09-24  Jim Meyering  <jim@meyering.net>
34297
34298         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
34299         compare a pointer against a literal "0".  That caused failures with
34300         at least HP-UX's hpcc.
34301
34302 2006-09-22  Simon Josefsson  <jas@extundo.com>
34303
34304         * modules/gc-sha1:
34305         * modules/gc-md4:
34306         * modules/gc-hmac-sha1:
34307         * modules/gc-hmac-md5:
34308         * modules/gc-des:
34309         * modules/gc-arcfour: Distribute more files.
34310
34311 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34312
34313         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
34314         (gl_linked_iterator_from_to): Initialize struct completely.
34315         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
34316         (gl_tree_iterator_from_to): Likewise
34317         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
34318         * lib/gl_array_list.c [lint] (gl_array_iterator)
34319         (gl_array_iterator_from_to): Likewise.
34320         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
34321         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
34322         (gl_carray_iterator_from_to): Likewise.
34323
34324         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
34325         * lib/md4.c (md4_process_block): Remove unused variable.
34326         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
34327         parentheses for clarity.
34328
34329 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34330
34331         * modules/bison-i18n (Depends-on): Add gettext.
34332
34333 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34334
34335         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
34336         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
34337         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
34338         also add missing comma that caused broken test.
34339         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
34340         stdlib.h, for `abort'.
34341         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
34342         variables.
34343         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
34344         include unistd.h if present, for `rmdir'.
34345         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
34346         variables.
34347         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
34348         in the process include standard headers for prototypes.
34349         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
34350         gets declared on GNU/Linux.
34351         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
34352         unistd.h, for `rmdir'.
34353         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
34354
34355         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
34356         always true.
34357         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
34358
34359         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
34360
34361 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34362
34363         * gnulib-tool (func_version): Create output all at once.  This
34364         may help avoid triggering unnecessary SIGPIPEs, and at any
34365         rate it doesn't hurt.
34366
34367 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34368             Bruno Haible  <bruno@clisp.org>
34369
34370         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
34371         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
34372         * m4/signed.m4 (bh_C_SIGNED): Likewise.
34373
34374         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
34375         (gl_FUNC_VASPRINTF): Invoke it.
34376
34377 2006-09-22  Bruno Haible  <bruno@clisp.org>
34378
34379         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
34380         getloadavg.c as first argument.
34381
34382 2006-09-22  Bruno Haible  <bruno@clisp.org>
34383
34384         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
34385         at the beginning of the gl_INIT macro.
34386         * modules/getloadavg (configure.ac): Pass $gl_source_base to
34387         gl_GETLOADAVG.
34388
34389 2006-09-22  Bruno Haible  <bruno@clisp.org>
34390
34391         * gnulib-tool (func_create_megatestdir): Don't include the config-h
34392         module.
34393         Suggested by Ralf Wildenhues.
34394
34395 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
34396
34397         Import this patch from libc:
34398
34399         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
34400
34401         * lib/regex_internal.c (re_string_reconstruct): Handle
34402         offset < pstr->valid_raw_len && pstr->offsets_needed case.
34403         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
34404         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
34405         re_string_context_at.
34406
34407         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
34408         now requires it.
34409         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
34410         gl_REGEX now does it for us.
34411         (gl_REGEX): Add test taken from
34412         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
34413
34414         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
34415         Check that large offsets work.  Modernize Autoconf usages.
34416         Prefer "yes" to mean a good thing rather than a bad.
34417         Don't put "#define mkstemp" in config.h, as this might interfere
34418         with standard system headers that "#define mkstemp mkstemp64".
34419
34420         * modules/mkstemp (Depends-on): Add extensions, so that
34421         mkstemp is visible on some platforms.
34422         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
34423         (Include): Change to "mkstemp.h" from <stdlib.h>.
34424         (Files): Add mkstemp.h.
34425
34426         * lib/mkstemp.h: New file, since some standard headers
34427         #define mkstemp.
34428         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
34429         Include "mkstemp.h".
34430         Make the _LIBC code resemble glibc original more,
34431         e.g., use K&R style.
34432         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
34433         (mkstemp): Remove, since mkstemp.h does this for us.
34434         * lib/stdlib--.h: Include mkstemp.h.
34435
34436         Import this patch from libc:
34437
34438         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
34439
34440         * lib/tempname.c (__gen_tempname): Change attempts_min
34441         into a macro.  Use preprocessor to decide how to initialize
34442         attempts [Coverity CID 67].
34443
34444 2006-09-20  Bruno Haible  <bruno@clisp.org>
34445
34446         * lib/mkdtemp.c: Import from libc.
34447         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
34448                 * sysdeps/posix/tempname.c (__gen_tempname): Change
34449                 attempts_min into a macro.  Use preprocessor to decide how to
34450                 initialize attempts [Coverity CID 67].
34451         2001-11-27  Paul Eggert  <eggert@twinsun.com>
34452                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
34453                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
34454
34455 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34456
34457         * gnulib-tool (func_exit): New function, to allow to pass the
34458         exit status portably through the trap.  Use everywhere.
34459         (--help, --version): Signal a write error.
34460         (trap): catch SIGPIPE, for write errors.
34461         Exit at the end of the trap, with the correct exit status.
34462
34463 2006-09-19  Karl Berry  <karl@gnu.org>
34464
34465         * doc/gnulib.texi: note about the license texinfo files.
34466
34467 2006-09-19  Eric Blake  <ebb9@byu.net>
34468
34469         * gnulib-tool: Avoid space-tab.
34470
34471 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
34472
34473         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
34474         that prevented coreutils 6.1 from building.  Problem reported
34475         by Petter Reinholdtsen.
34476
34477 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
34478
34479         * gnulib-tool (avoidlist): Fix typo that broke options like
34480         --avoid=lock that are used by coreutils bootstrap.
34481
34482 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
34483
34484         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
34485         more systematically.
34486
34487 2006-09-18  Jim Meyering  <jim@meyering.net>
34488
34489         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
34490
34491 2006-09-18  Bruno Haible  <bruno@clisp.org>
34492
34493         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
34494
34495 2006-09-18  Bruno Haible  <bruno@clisp.org>
34496
34497         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
34498         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
34499         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
34500         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
34501         * m4/gettext.m4: Require autoconf >= 2.52.
34502         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
34503         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
34504         of gl_cv_header_inttypes_h.
34505
34506 2006-09-18  Bruno Haible  <bruno@clisp.org>
34507
34508         * lib/javaversion.c: Include configmake.h.
34509
34510 2006-09-18  Bruno Haible  <bruno@clisp.org>
34511
34512         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
34513         avoid that the while loops be executed in a subshell.
34514
34515 2006-09-18  Bruno Haible  <bruno@clisp.org>
34516
34517         * MODULES.html.sh (func_module): Break long lines.
34518         Suggested by Bruce Korb <bkorb@gnu.org>.
34519
34520 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34521
34522         Speed up by a factor of 1.12.
34523         * gnulib-tool (nl): New variable.
34524         (func_import): Rewrite include directive extraction to only read each
34525         directive once.
34526
34527 2006-09-17  Bruno Haible  <bruno@clisp.org>
34528
34529         * modules/javaversion (Makefile.am): Remove DEFS setting.
34530         (Depends-on): Add configmake, for PKGDATADIR definition.
34531
34532 2006-09-17  Bruno Haible  <bruno@clisp.org>
34533
34534         * gnulib-tool (func_create_testdir): Rewrite all files at once.
34535
34536 2006-09-17  Bruno Haible  <bruno@clisp.org>
34537
34538         * gnulib-tool (func_append): New function, stolen from libtool.m4.
34539         (func_modules_transitive_closure, func_modules_add_dummy,
34540         func_modules_to_filelist, func_import, func_create_testdir,
34541         func_create_megatestdir, ...): Use it wherever possible.
34542         Suggested by Ralf Wildenhues.
34543
34544 2006-09-16  Karl Berry  <karl@gnu.org>
34545
34546         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
34547         to avoid sectioning errors.
34548         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
34549         [ifinfo]: blank line after @center-ed titles.
34550         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
34551         Spell FSF address consistently with others.
34552         (These changes approved by rms.)
34553
34554 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34555
34556         Speed up by a factor of 1.61.
34557         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
34558         already checked module names again.
34559
34560 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34561
34562         Speed up by a factor of 1.13.
34563         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
34564         for new_files, and the input to func_add_or_update.
34565
34566 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34567
34568         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
34569         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
34570
34571 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
34572
34573         * modules/mkancesdirs (Depends-on): Add fcntl.
34574         * modules/savewd: New file.
34575         * MODULES.html.sh (File system functions): Add savewd.
34576
34577         * modules/configmake (Makefile.am): Add support for the
34578         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
34579
34580 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
34581
34582         * m4/savewd.m4: New file.
34583
34584 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
34585
34586         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
34587         (dirchownmod): New arg FD.  All callers changed.
34588         Use FD rather than opening the directory ourself, as opening is
34589         now the caller's responsibility.
34590         * lib/dirchownmod.h: Likewise.
34591         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
34592         hosts that require <sys/types.h> before <sys/stat.h>.  Include
34593         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
34594         (test_dir): Remove.
34595         (mkancesdirs): Return length of prefix of FILE that has already
34596         been made, or -2 if there is a child doing the work.  Redo
34597         algorithm so that it is O(N) rather than O(N**2).  Optimize away
34598         ".", and treat ".." specially since it might stray back into
34599         already-created areas.  Use a subprocess if necessary.  New arg
34600         WD; all users changed.  MAKE_DIR function should now return 1
34601         if it creates a directory that is not readable.  Return -2 if
34602         a child process is spun off.
34603         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
34604         Adjust signature to match code.
34605         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
34606         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
34607         all users changed.
34608         * lib/savewd.c, lib/savewd.h: New files.
34609
34610 2006-09-15  Jim Meyering  <jim@meyering.net>
34611
34612         * modules/rename-dest-slash: New module.
34613         * MODULES.html.sh (posix_compat): Add it here.
34614
34615         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
34616
34617 2006-09-15  Jim Meyering  <jim@meyering.net>
34618
34619         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
34620         file.
34621
34622         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
34623
34624 2006-09-15  Jim Meyering  <jim@meyering.net>
34625
34626         * lib/rename-dest-slash.c (has_trailing_slash): Use
34627         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
34628         (rpl_rename_dest_slash): Perform the cheaper trailing slash
34629         test before testing whether SRC is a directory.
34630         Suggestions from Bruno Haible.
34631
34632         Avoid a warning about an unused variable.
34633         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
34634         into the #ifdef block where it's used.
34635
34636         * lib/rename-dest-slash.c: New file.
34637
34638 2006-09-14  Bruno Haible  <bruno@clisp.org>
34639
34640         * lib/allocsa.c: Include <config.h> unconditionally.
34641         * lib/asnprintf.c: Likewise.
34642         * lib/asprintf.c: Likewise.
34643         * lib/c-strcasecmp.c: Likewise.
34644         * lib/c-strcasestr.c: Likewise.
34645         * lib/c-strncasecmp.c: Likewise.
34646         * lib/c-strstr.c: Likewise.
34647         * lib/classpath.c: Likewise.
34648         * lib/clean-temp.c: Likewise.
34649         * lib/concatpath.c: Likewise.
34650         * lib/copy-file.c: Likewise.
34651         * lib/csharpcomp.c: Likewise.
34652         * lib/csharpexec.c: Likewise.
34653         * lib/execute.c: Likewise.
34654         * lib/fatal-signal.c: Likewise.
34655         * lib/findprog.c: Likewise.
34656         * lib/fwriteerror.c: Likewise.
34657         * lib/gl_array_list.c: Likewise.
34658         * lib/gl_array_oset.c: Likewise.
34659         * lib/gl_avltree_list.c: Likewise.
34660         * lib/gl_avltree_oset.c: Likewise.
34661         * lib/gl_avltreehash_list.c: Likewise.
34662         * lib/gl_carray_list.c: Likewise.
34663         * lib/gl_linked_list.c: Likewise.
34664         * lib/gl_linkedhash_list.c: Likewise.
34665         * lib/gl_list.c: Likewise.
34666         * lib/gl_oset.c: Likewise.
34667         * lib/gl_rbtree_list.c: Likewise.
34668         * lib/gl_rbtree_oset.c: Likewise.
34669         * lib/gl_rbtreehash_list.c: Likewise.
34670         * lib/imaxabs.c: Likewise.
34671         * lib/imaxdiv.c: Likewise.
34672         * lib/javacomp.c: Likewise.
34673         * lib/javaexec.c: Likewise.
34674         * lib/javaversion.c: Likewise.
34675         * lib/linebreak.c: Likewise.
34676         * lib/localcharset.c: Likewise.
34677         * lib/lock.c: Likewise.
34678         * lib/mbchar.c: Likewise.
34679         * lib/mbswidth.c: Likewise.
34680         * lib/mkdtemp.c: Likewise.
34681         * lib/pipe.c: Likewise.
34682         * lib/printf-args.c: Likewise.
34683         * lib/printf-parse.c: Likewise.
34684         * lib/progname.c: Likewise.
34685         * lib/progreloc.c: Likewise.
34686         * lib/readlink.c: Likewise.
34687         * lib/sh-quote.c: Likewise.
34688         * lib/stpcpy.c: Likewise.
34689         * lib/stpncpy.c: Likewise.
34690         * lib/strcasecmp.c: Likewise.
34691         * lib/strcasestr.c: Likewise.
34692         * lib/strcspn.c: Likewise.
34693         * lib/striconv.c: Likewise.
34694         * lib/strncasecmp.c: Likewise.
34695         * lib/strnlen1.c: Likewise.
34696         * lib/strstr.c: Likewise.
34697         * lib/strtok_r.c: Likewise.
34698         * lib/tls.c: Likewise.
34699         * lib/tmpdir.c: Likewise.
34700         * lib/unicodeio.c: Likewise.
34701         * lib/unsetenv.c: Likewise.
34702         * lib/vasnprintf.c: Likewise.
34703         * lib/vasprintf.c: Likewise.
34704         * lib/wait-process.c: Likewise.
34705         * lib/xallocsa.c: Likewise.
34706         * lib/xsetenv.c: Likewise.
34707         * lib/xstriconv.c: Likewise.
34708
34709 2006-09-13  Simon Josefsson  <jas@extundo.com>
34710
34711         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
34712         that internally, suggested by Ralf Wildenhues
34713         <Ralf.Wildenhues@gmx.de>.
34714
34715 2006-09-13  Simon Josefsson  <jas@extundo.com>
34716
34717         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
34718         @LIBOBJS@.
34719         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34720
34721 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
34722
34723         * lib/_fpending.c: Include <config.h> unconditionally, since we no
34724         longer worry about uses that don't define HAVE_CONFIG_H.
34725         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
34726         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
34727         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
34728         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
34729         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
34730         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
34731         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
34732         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
34733         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
34734         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
34735         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
34736         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
34737         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
34738         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
34739         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
34740         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
34741         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
34742         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
34743         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
34744         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
34745         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
34746         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
34747         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
34748         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
34749         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
34750         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
34751         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
34752         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
34753         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
34754         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
34755         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
34756         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
34757         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
34758         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
34759         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
34760         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
34761         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
34762         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
34763         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
34764         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
34765         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
34766         Likewise.
34767
34768 2006-09-13  Eric Blake  <ebb9@byu.net>
34769
34770         * lib/getopt.c: Fix typo in last commit.
34771
34772 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
34773
34774         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
34775         dgettext.
34776
34777 2006-09-12  Jim Meyering  <jim@meyering.net>
34778
34779         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
34780         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
34781         Reported by Nelson H. F. Beebe.
34782
34783 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
34784
34785         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
34786         program_invocation_name and program_invocation_short_name are
34787         initialized.
34788         * lib/argp-namefrob.h: Move declarations of program_invocation_name
34789         and program_invocation_short_name to argp.h, so they are visible
34790         to user programs.
34791         * lib/argp.h: Likewise
34792
34793 2006-09-10  Bruno Haible  <bruno@clisp.org>
34794
34795         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
34796         m4/inttypes_h.m4, m4/uintmax_t.m4.
34797
34798 2006-09-10  Bruno Haible  <bruno@clisp.org>
34799
34800         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
34801         gl_AC_TYPE_UINTMAX_T.
34802
34803 2006-09-10  Bruno Haible  <bruno@clisp.org>
34804
34805         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
34806
34807 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
34808
34809         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
34810         convention.  Text proposed by Bruno Haible.
34811         (struct argp_option): Document the use of N_() wrappers.
34812
34813         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
34814         '\v', and translate the two parts separately, instead of feeding
34815         the whole string to gettext.  This allows to exclude
34816         '\v' from the strings visible to the translator by writing doc
34817         strings as N_("..") "\v" N_("..").
34818
34819 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
34820
34821         * config/srclist.txt: Undo latest change; the bug was fixed.
34822
34823 2006-09-09  Bruno Haible  <bruno@clisp.org>
34824
34825         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
34826         assignments if building a library without libtool.
34827         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
34828         in func_emit_lib_Makefile_am.
34829         (func_import): When building a static library libfoo.a, arrange to
34830         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
34831         (func_create_testdir): Likewise.
34832         * modules/gc (configure.ac, Makefile.am): If building statically,
34833         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
34834         * modules/iconvme (configure.ac, Makefile.am): Likewise.
34835         * modules/striconv (configure.ac, Makefile.am): Likewise.
34836         Based on a suggestion by Ralf Wildenhues.
34837
34838 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34839
34840         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
34841         Check for unistd.h too, since Autoconf doesn't assume POSIX.
34842         Also:
34843
34844         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34845         Add year_2050_test to catch glibc bug 2821
34846         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
34847
34848         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
34849         Prefer #ifdef to #if.
34850
34851         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
34852         Return from 'main' instead of calling 'exit'.
34853
34854 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34855
34856         * lib/mktime.c (guess_time_tm): Fix bug where mktime
34857         returned the maximum time_t value rather than (time_t) -1.
34858         Problem originally reported by William Bardwell
34859         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
34860
34861         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
34862         Moved to here ...
34863         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
34864         ... from here.
34865
34866 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34867
34868         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
34869         2821 is fixed.
34870
34871 2006-09-08  Jim Meyering  <jim@meyering.net>
34872
34873         Don't make generated files read-only.  That would bother too many
34874         people.  However, do retain the ability to work when targets are
34875         read-only: remove the destination and temporary files before writing
34876         them (when generated via sed or echo), or by using the -f option for
34877         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
34878         * modules/alloca-opt, modules/argz, modules/arpa_inet:
34879         * modules/byteswap, modules/configmake, modules/fcntl:
34880         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
34881         * modules/localcharset, modules/netinet_in, modules/poll:
34882         * modules/stdbool, modules/stdint, modules/sys_select:
34883         * modules/sys_socket, modules/sys_stat, modules/sysexits:
34884
34885 2006-09-08  Jim Meyering  <jim@meyering.net>
34886
34887         Avoid new build failure on FreeBSD 6.0.
34888         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
34889         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
34890         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
34891
34892 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34893
34894         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
34895
34896 2006-09-07  Jim Meyering  <jim@meyering.net>
34897
34898         Fix global typo in last change: use chmod u-w, not chmod u-x.
34899         Spotted by Paul Eggert and Bruce Korb.
34900         * modules/alloca-opt, modules/argz, modules/arpa_inet:
34901         * modules/byteswap, modules/configmake, modules/fcntl:
34902         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
34903         * modules/localcharset, modules/netinet_in, modules/poll:
34904         * modules/stdbool, modules/stdint, modules/sys_select:
34905         * modules/sys_socket, modules/sys_stat, modules/sysexits:
34906
34907 2006-09-06  Jim Meyering  <jim@meyering.net>
34908
34909         Make generated files be read-only.
34910         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
34911         Ensure that each generated file is now read-only.
34912         * modules/argz: Likewise.
34913         * modules/arpa_inet: Likewise.
34914         * modules/byteswap: Likewise.
34915         * modules/configmake: Likewise.
34916         * modules/fcntl: Likewise.
34917         * modules/fnmatch: Likewise.
34918         * modules/getopt: Likewise.
34919         * modules/glob: Likewise.
34920         * modules/inttypes: Likewise.
34921         * modules/netinet_in: Likewise.
34922         * modules/poll: Likewise.
34923         * modules/stdbool: Likewise.
34924         * modules/stdint: Likewise.
34925         * modules/sys_select: Likewise.
34926         * modules/sys_socket: Likewise.
34927         * modules/sys_stat: Likewise.
34928         * modules/sysexits: Likewise.
34929         * modules/localcharset: Same as above, but continue using temporary
34930         file named "t-$@" (why different?) rather than the "$@-t" used
34931         everywhere else.
34932
34933         * modules/sysexits (Makefile.am): Replace literal occurrences
34934         of "sysexit.h" more readable, and more consistent, "$@".
34935
34936 2006-09-06  Bruno Haible  <bruno@clisp.org>
34937
34938         * modules/striconv: New file.
34939         * modules/xstriconv: New file.
34940         * MODULES.html.sh (Internationalization functions): Add striconv,
34941         xstriconv.
34942
34943 2006-09-06  Bruno Haible  <bruno@clisp.org>
34944
34945         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
34946         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
34947         not using libtool correctly.
34948
34949 2006-09-06  Bruno Haible  <bruno@clisp.org>
34950
34951         * lib/striconv.h: New file.
34952         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
34953         iconvstring.c.
34954         * lib/xstriconv.h: New file.
34955         * lib/xstriconv.c: New file.
34956
34957 2006-09-06  Bruno Haible  <bruno@clisp.org>
34958
34959         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
34960         lib_..._LDFLAGS.
34961
34962 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34963
34964         * lib/argz_.h: Sync from Libtool.
34965
34966         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
34967                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
34968
34969         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
34970
34971 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
34972
34973         * modules/trim: New file.
34974
34975 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
34976
34977         * lib/trim.h: New file.
34978         * lib/trim.c: New file.
34979
34980 2006-09-05  Bruno Haible  <bruno@clisp.org>
34981
34982         * MODULES.html.sh (String handling): Add trim.
34983
34984 2006-09-04  Karl Berry  <karl@gnu.org>
34985
34986         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
34987         until next release.
34988
34989 2006-09-03  Bruno Haible  <bruno@clisp.org>
34990
34991         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
34992         correctly.
34993
34994 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
34995
34996         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
34997         not gl_GETLOADAVG.  Omit unneeded semicolons.
34998         Problems reported by Ralf Wildenhues in
34999         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
35000         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
35001         at the end, which is the usual gnulib style.
35002
35003         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
35004         of doing all the work ourselves.
35005         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
35006         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
35007
35008 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35009
35010         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
35011         Problem reported by Ralf Wildenhues in
35012         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
35013
35014         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
35015         HAVE_STRUCT_STATFS_F_FSTYPENAME.
35016
35017 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35018
35019         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
35020         yesterday's patch by changing test -n to test -z.
35021
35022 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35023
35024         * modules/getloadavg (Files): Add m4/getloadavg.m4.
35025         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
35026         the former is now obsolescent.
35027
35028         * modules/chdir-long (Depends-on): Add fcntl.
35029
35030 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35031
35032         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
35033         obsolescent, and programs should use gnulib instead.
35034         * m4/getloadavg.m4: New file, with contents taken from Autoconf
35035         but with prefixes changed.
35036
35037 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35038
35039         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
35040         or stdbool.h, because they might not exist while configuring.
35041
35042         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
35043         Don't include unistd.h or limits.h; not needed, since chdir-long.h
35044         does that for us.
35045         (O_DIRECTORY): Remove.
35046
35047 2006-08-31  Eric Blake  <ebb9@byu.net>
35048
35049         * gnulib-tool: Don't let emacs change spaces to TAB.
35050
35051 2006-08-31  Bruno Haible  <bruno@clisp.org>
35052
35053         * gnulib-tool: When calling func_import more than once, do it in a
35054         subshell.
35055         Reported by Eric Blake <ebb9@byu.net>.
35056
35057 2006-08-31  Bruno Haible  <bruno@clisp.org>
35058
35059         * gnulib-tool (nl): Remove variable.
35060         (sed_transform_lib_file): Use more robust test for config-h module.
35061         (func_import): Fix typo in 2006-08-25 patch.
35062
35063 2006-08-31  Bruno Haible  <bruno@clisp.org>
35064
35065         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
35066         specified, augment Makefile.am variables instead of assigning them.
35067
35068 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
35069
35070         Work around a bug in both the Linux and SunOS 64-bit kernels:
35071         nanosleep mishandles sleeps for longer than 2**31 seconds.
35072         Problem reported by Frank v Waveren in
35073         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
35074         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
35075         Check for nanosleep bug.
35076         (LIB_NANOSLEEP): Append clock_gettime library if needed.
35077
35078 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
35079
35080         Work around a bug in both the Linux and SunOS 64-bit kernels:
35081         nanosleep mishandles sleeps for longer than 2**31 seconds.
35082         Problem reported by Frank v Waveren in
35083         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
35084         * lib/nanosleep.c (BILLION): New constant.
35085         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
35086         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
35087         implementation.
35088
35089 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
35090
35091         * modules/nanosleep (Depends-on): Add gettime.
35092
35093 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
35094         and Simon Josefsson  <jas@extundo.com>
35095         and Oskar Liljeblad  <oskar@osk.mine.nu>
35096
35097         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
35098         * gnulib-tool (func_import): New license type 'unmodifiable license
35099         text'.
35100         * modules/fdl: Use it.  Longer description.
35101         * module/gpl, module/lgpl: New files.
35102
35103 2006-08-30  Jim Meyering  <jim@meyering.net>
35104
35105         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
35106         shadowing the parameter.
35107
35108 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35109
35110         Sync from Libtool:
35111
35112         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35113
35114         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
35115         sharing with gnulib.  Report by Eric Blake.
35116
35117 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
35118
35119         * modules/isapipe: New file.
35120         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
35121
35122 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
35123
35124         * modules/configmake (Makefile.am): Add a comment, and omit
35125         the CONFIGMAKE_ prefix from generated macro names.  Suggested
35126         by Bruno Haible.
35127
35128 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
35129
35130         * m4/isapipe.m4: New file.
35131
35132 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
35133
35134         * lib/isapipe.c, lib/isapipe.h: New files.
35135
35136 2006-08-29  Jim Meyering  <jim@meyering.net>
35137
35138         * modules/configmake (Makefile.am): Make configmake.h depend on
35139         Makefile.  Otherwise, a stale configmake.h could hang around.
35140
35141 2006-08-29  Eric Blake  <ebb9@byu.net>
35142
35143         * lib/error.c (error_at_line, print_errno_message): Match libc, after
35144         resolution of upstream bug 3044.
35145
35146 2006-08-29  Bruno Haible  <bruno@clisp.org>
35147
35148         * modules/localcharset (Depends-on): Add configmake.
35149         (Makefile.am): Remove setting of LIBDIR through DEFS.
35150
35151 2006-08-29  Bruno Haible  <bruno@clisp.org>
35152
35153         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
35154         defined.
35155
35156 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
35157
35158         * modules/fcntl: New file.
35159         * modules/chdir-safer (Depends-on): Add fcntl.
35160         * modules/fts: Likewise.
35161         * modules/mkdir-p: Likewise.
35162
35163         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
35164         This undoes the most recent change, since we're now addressing the
35165         problem in a different way.
35166
35167         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
35168         into output, since the output might be called Makefile.am even
35169         if $makefile_name is something different.
35170         (func_import): Use $makefile_am rather than
35171         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
35172         empty.
35173
35174         * modules/inttypes (Files): Add m4/inttypes-h.m4.
35175
35176 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
35177
35178         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
35179         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
35180         recent change to stdint.m4, since we're now addressing the problem in a
35181         different way.
35182
35183 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
35184
35185         * m4/fcntl_h.m4: New file.
35186
35187 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
35188
35189         * lib/fcntl_.h: New file.
35190         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
35191         the fcntl module.
35192         * lib/dirchownmod.c: Likewise.
35193         * lib/fts.c: Likewise.
35194
35195         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
35196         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
35197         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
35198         just before including <inttypes.h>, to avoid circular inclusion.
35199
35200 2006-08-28  Jim Meyering  <jim@meyering.net>
35201
35202         * doc/visibility.texi: Actually read and correct the grammar of the
35203         sentence affected by yesterday's change.
35204
35205 2006-08-28  Eric Blake  <ebb9@byu.net>
35206
35207         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
35208         needs wrapper.
35209
35210 2006-08-28  Eric Blake  <ebb9@byu.net>
35211
35212         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
35213
35214 2006-08-28  Eric Blake  <ebb9@byu.net>
35215
35216         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
35217
35218 2006-08-28  Bruno Haible  <bruno@clisp.org>
35219
35220         * modules/c-strstr: New file, from GNU gettext.
35221         * MODULES.html.sh (String handling): Add c-strstr.
35222
35223 2006-08-28  Bruno Haible  <bruno@clisp.org>
35224
35225         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
35226         macros.
35227         Reported by Eric Blake.
35228
35229 2006-08-28  Bruno Haible  <bruno@clisp.org>
35230
35231         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
35232         (VASNPRINTF): Return a string of length > INT_MAX without failing.
35233         * lib/vasprintf.c: Include errno.h, limits.h.
35234         (EOVERFLOW): New fallback definition.
35235         (vasprintf): Test here whether the string length is > INT_MAX.
35236         * lib/vsnprintf.c: Include errno.h, limits.h.
35237         (EOVERFLOW): New fallback definition.
35238         (vsnprintf): Fix bug when generated string was too long for the buffer.
35239         Test here whether the string length is > INT_MAX.
35240
35241 2006-08-28  Bruno Haible  <bruno@clisp.org>
35242
35243         * lib/inttypes_.h (SCNX*): Remove definitions.
35244         Reported by Eric Blake.
35245
35246 2006-08-28  Bruno Haible  <bruno@clisp.org>
35247
35248         * lib/c-strstr.h: New file, from GNU gettext.
35249         * lib/c-strstr.c: New file, from GNU gettext.
35250
35251 2006-08-28  Bruno Haible  <bruno@clisp.org>
35252
35253         * gnulib-tool: Reorder some statements.
35254
35255 2006-08-28  Bruno Haible  <bruno@clisp.org>
35256
35257         * gnulib-tool: New option --makefile-name.
35258         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
35259         $makefile_name.
35260         (func_import): Write $makefile_name to the cache file, and read it from
35261         there unless explicitly specified. Use $makefile_name as file name
35262         instead of Makefile.am. Adjust the recommendations accordingly.
35263
35264 2006-08-28  Bruno Haible  <bruno@clisp.org>
35265
35266         * gnulib-tool (func_verify_module): Check against misapplying patch.
35267
35268 2006-08-28  Bruno Haible  <bruno@clisp.org>
35269
35270         * gnulib-tool (func_relativize, func_relconcat): New functions.
35271         Give an error if --local-dir is given with --update.
35272         Remove trailing slashes from $local_gnulib_dir.
35273         (func_import): Store the relativized $local_gnulib_dir in
35274         gnulib-cache.m4, and read it from there if not specified explicitly.
35275
35276 2006-08-28  Bruno Haible  <bruno@clisp.org>
35277
35278         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
35279         is the current directory. Respect also $local_gnulib_dir.
35280
35281 2006-08-28  Bruno Haible  <bruno@clisp.org>
35282             Simon Josefsson  <jas@extundo.com>
35283
35284         BeOS portability.
35285         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
35286
35287 2006-08-27  Jim Meyering  <jim@meyering.net>
35288
35289         * doc/visibility.texi: Remove duplicate word: "pointer".
35290
35291 2006-08-26  Bruno Haible  <bruno@clisp.org>
35292
35293         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
35294         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
35295         (Makefile.am): Create inttypes.h from inttypes_.h.
35296         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
35297
35298         * modules/imaxabs: New file.
35299
35300         * modules/imaxdiv: New file.
35301
35302 2006-08-26  Bruno Haible  <bruno@clisp.org>
35303
35304         * m4/inttypes.m4: New file.
35305         * m4/_inttypes_h.m4: Remove file.
35306         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
35307         PRI_MACROS_BROKEN.
35308         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
35309
35310         * m4/imaxabs.m4: New file.
35311
35312         * m4/imaxdiv.m4: New file.
35313
35314 2006-08-26  Bruno Haible  <bruno@clisp.org>
35315
35316         * lib/inttypes_.h: New file.
35317         * lib/inttypes.h: Remove file.
35318         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
35319
35320         * lib/imaxabs.c: New file.
35321
35322         * lib/imaxdiv.c: New file.
35323
35324 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35325
35326         New config-h module, so that "make" output needn't be cluttered
35327         by -DHAVE_CONFIG_H.
35328         * MODULES.html.sh (Support for building libraries and executables):
35329         Add config-h.
35330         * modules/config-h: New file.
35331         * gnulib-tool (nl, sed_transform_lib_file): New vars.
35332         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
35333         the config-h module is used.
35334
35335         New configmake module, so that "make" output needn't be cluttered
35336         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
35337         * MODULES.html.sh (Support for building libraries and executables):
35338         Add configmake.
35339         * modules/configmake: New file.
35340
35341 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35342
35343         * m4/config-h.m4: New file.
35344
35345 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
35346
35347         * config/srclist.txt: Add elisp-comp.
35348
35349 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
35350
35351         * MODULES.html.sh (Support for building libraries and executables):
35352         Add elisp-comp.
35353         * build-aux/elisp-comp: New file.
35354         * modules/elisp-comp: New file.
35355
35356 2006-08-24  Bruno Haible  <bruno@clisp.org>
35357
35358         * gnulib-tool (func_create_testdir): Use non-default values of
35359         sourcebase and m4base.
35360
35361 2006-08-24  Bruno Haible  <bruno@clisp.org>
35362
35363         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
35364         HTML structure.
35365
35366 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
35367
35368         * modules/openat (Depends-on): Add lchown.
35369
35370 2006-08-23  Bruno Haible  <bruno@clisp.org>
35371
35372         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
35373         of gl_LOCK_EARLY instead of gl_LOCK.
35374
35375 2006-08-23  Bruno Haible  <bruno@clisp.org>
35376
35377         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
35378         on OSF/1 to no.
35379         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
35380
35381 2006-08-23  Bruno Haible  <bruno@clisp.org>
35382
35383         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
35384         as unusable.
35385
35386         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
35387         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
35388         (gl_LOCK): New macro.
35389
35390 2006-08-22  Simon Josefsson  <jas@extundo.com>
35391
35392         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
35393         to md5 module.
35394
35395 2006-08-22  Simon Josefsson  <jas@extundo.com>
35396
35397         * MODULES.html.sh: Add "Support for maintaining and release
35398         projects".
35399
35400         * build-aux/gnupload: New file, from coreutils.
35401
35402 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
35403
35404         Avoid the need for AC_LIBSOURCES in m4 macros.
35405         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
35406         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
35407         * modules/check-version (EXTRA_DIST): Add check-version.h.
35408         * modules/crc (EXTRA_DIST): Add crc.h.
35409         * modules/des (EXTRA_DIST): Add des.h.
35410         * modules/gc (EXTRA_DIST): Add gc.h.
35411         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
35412         * modules/getline (EXTRA_DIST): Add getline.h.
35413         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
35414         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
35415         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
35416         * modules/md2 (EXTRA_DIST): Add md2.h.
35417         * modules/md4 (EXTRA_DIST): Add md4.h.
35418         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
35419         * modules/read-file (EXTRA_DIST): Add read-file.h.
35420         * modules/readline (EXTRA_DIST): Add readline.h.
35421         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
35422         rijndael-api-fst.h.
35423
35424 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
35425
35426         * m4/rijndael.m4 (gl_ARCFOUR):
35427         * m4/arctwo.m4 (gl_ARCTWO):
35428         * m4/check-version.m4 (gl_CHECK_VERSION):
35429         * m4/crc.m4 (gl_CRC):
35430         * m4/des.m4 (gl_DES):
35431         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
35432         * m4/gc.m4 (gl_GC):
35433         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
35434         * m4/getline.m4 (gl_FUNC_GETLINE):
35435         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
35436         * m4/hmac-md5.m4 (gl_HMAC_MD5):
35437         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
35438         * m4/md2.m4 (gl_MD2):
35439         * m4/md4.m4 (gl_MD4):
35440         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
35441         * m4/read-file.m4 (gl_FUNC_READ_FILE):
35442         * m4/readline.m4 (gl_FUNC_READLINE):
35443         * m4/rijndael.m4 (gl_RIJNDAEL):
35444         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
35445         to get the necessary .h files and whatnot.
35446
35447 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
35448
35449         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
35450         gnulib rather than the other way around.
35451         * config/srclistvars.sh (COREUTILS): Remove.
35452
35453 2006-08-22  Jim Meyering  <jim@meyering.net>
35454
35455         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
35456
35457         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
35458
35459 2006-08-22  Eric Blake  <ebb9@byu.net>
35460
35461         * modules/regexprops-generic: New file.
35462         * MODULES.html.sh (Support for building documentation): List it.
35463
35464 2006-08-22  Eric Blake  <ebb9@byu.net>
35465
35466         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
35467         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
35468         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
35469         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
35470
35471 2006-08-22  Bruno Haible  <bruno@clisp.org>
35472
35473         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
35474         and lib_LTLIBRARIES like the other lib_* variables.
35475
35476 2006-08-22  Bruno Haible  <bruno@clisp.org>
35477
35478         * build-aux/x-to-1.in: New file, from GNU gettext.
35479
35480 2006-08-22  Bruno Haible  <bruno@clisp.org>
35481
35482         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
35483         <utmpx.h> exists.
35484
35485 2006-08-22  Bruno Haible  <bruno@clisp.org>
35486
35487         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
35488         <utmpx.h> exists.
35489
35490 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
35491
35492         BeOS portability.
35493         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
35494         exist.
35495         Problem reported by Bruno Haible.
35496
35497 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
35498
35499         Avoid the need for AC_LIBSOURCES in m4 macros.
35500         * modules/acl (EXTRA_DIST): Add acl.h.
35501         * modules/argmatch (Files): Add m4/argmatch.m4.
35502         (configure.ac): Add gl_ARGMATCH.
35503         (EXTRA_DIST): Renamed from lib_SOURCES, for
35504         consistency with the other modules.  Remove argmatch.c.
35505         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
35506         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
35507         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
35508         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
35509         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
35510         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
35511         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
35512         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
35513         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
35514         * modules/closeout (EXTRA_DIST): Add closeout.h.
35515         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
35516         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
35517         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
35518         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
35519         dirname.h; remove basename.c and stripslash.c.
35520         * modules/exclude (EXTRA_DIST): Add exclude.h.
35521         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
35522         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
35523         * modules/file-type (EXTRA_DIST): Add file-type.h.
35524         * modules/filemode (EXTRA_DIST): Add filemode.h.
35525         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
35526         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
35527         * modules/fpending (EXTRA_DIST): Add __fpending.h.
35528         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
35529         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
35530         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
35531         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
35532         * modules/getdate (EXTRA_DIST): Add getdate.c.
35533         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
35534         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
35535         * modules/getpass (EXTRA_DIST): Add getpass.h.
35536         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
35537         * modules/group-member (EXTRA_DIST): Add group-member.h.
35538         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
35539         * modules/hash (EXTRA_DIST): Add hash.h.
35540         * modules/human (EXTRA_DIST): Add human.h.
35541         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
35542         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
35543         * modules/lchown (EXTRA_DIST): Add lchown.h.
35544         * modules/long-options (EXTRA_DIST): Add long-options.h.
35545         * modules/lstat (EXTRA_DIST): Add lstat.h.
35546         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
35547         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
35548         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
35549         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
35550         * modules/memxor (EXTRA_DIST): Add memxor.h.
35551         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
35552         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
35553         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
35554         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
35555         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
35556         * modules/physmem (EXTRA_DIST): Add physmem.h.
35557         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
35558         * modules/posixver (EXTRA_DIST): Add posixver.h.
35559         * modules/quote (EXTRA_DIST): Add quote.h.
35560         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
35561         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
35562         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
35563         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
35564         regex_internal.h regexec.c.
35565         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
35566         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
35567         * modules/same (EXTRA_DIST): Add same.h.
35568         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
35569         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
35570         * modules/savedir (EXTRA_DIST): Add savedir.h.
35571         * modules/sha1 (EXTRA_DIST): Add sha1.h.
35572         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
35573         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
35574         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
35575         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
35576         * modules/strdup (EXTRA_DIST): Add strdup.h.
35577         * modules/strftime (EXTRA_DIST): Add strftime.h.
35578         * modules/strndup (EXTRA_DIST): Add strndup.h.
35579         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
35580         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
35581         * modules/time_r (EXTRA_DIST): Add time_r.h.
35582         * modules/timespec (EXTRA_DIST): Add timespec.h.
35583         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
35584         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
35585         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
35586         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
35587         * modules/userspec (EXTRA_DIST): Add userspec.h.
35588         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
35589         * modules/utimens (EXTRA_DIST): Add utimens.h.
35590         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
35591         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
35592         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
35593         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
35594         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
35595         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
35596         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
35597         * modules/yesno (EXTRA_DIST): Add yesno.h.
35598
35599 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
35600
35601         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
35602
35603         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
35604         * m4/dev-ino.m4, same-inode.m4: Remove.
35605
35606         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
35607         * m4/acl.m4 (AC_FUNC_ACL):
35608         * m4/backupfile.m4 (gl_BACKUPFILE):
35609         * m4/c-strtod.m4 (gl_C99_STRTOLD):
35610         * m4/canon-host.m4 (gl_CANON_HOST):
35611         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
35612         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
35613         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
35614         * m4/cloexec.m4 (gl_CLOEXEC):
35615         * m4/close-stream.m4 (gl_CLOSE_STREAM):
35616         * m4/closeout.m4 (gl_CLOSEOUT):
35617         * m4/dirfd.m4 (gl_FUNC_DIRFD):
35618         * m4/dirname.m4 (gl_DIRNAME):
35619         * m4/exclude.m4 (gl_EXCLUDE):
35620         * m4/exitfail.m4 (gl_EXITFAIL):
35621         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
35622         * m4/file-type.m4 (gl_FILE_TYPE):
35623         * m4/filemode.m4 (gl_FILEMODE):
35624         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
35625         * m4/fpending.m4 (gl_FUNC_FPENDING):
35626         * m4/fprintftime.m4 (gl_FPRINTFTIME):
35627         * m4/fts.m4 (gl_FUNC_FTS):
35628         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
35629         * m4/getdate.m4 (gl_GETDATE):
35630         * m4/gethrxtime.m4 (gl_GETHRXTIME):
35631         * m4/getpagesize.m4 (gl_GETPAGESIZE):
35632         * m4/getpass.m4 (gl_FUNC_GETPASS):
35633         * m4/gettime.m4 (gl_GETTIME):
35634         * m4/getugroups.m4 (gl_GETUGROUPS):
35635         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
35636         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
35637         * m4/hard-locale.m4 (gl_HARD_LOCALE):
35638         * m4/hash.m4 (gl_HASH):
35639         * m4/idcache.m4 (gl_IDCACHE):
35640         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
35641         * m4/lchown.m4 (gl_FUNC_LCHOWN):
35642         * m4/long-options.m4 (gl_LONG_OPTIONS):
35643         * m4/lstat.m4 (gl_FUNC_LSTAT):
35644         * m4/md5.m4 (gl_MD5):
35645         * m4/memcasecmp.m4 (gl_MEMCASECMP):
35646         * m4/memcoll.m4 (gl_MEMCOLL):
35647         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
35648         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
35649         * m4/memxor.m4 (gl_MEMXOR):
35650         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
35651         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
35652         * m4/modechange.m4 (gl_MODECHANGE):
35653         * m4/mountlist.m4 (gl_MOUNTLIST):
35654         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
35655         * m4/openat.m4 (gl_FUNC_OPENAT):
35656         * m4/pathmax.m4 (gl_PATHMAX):
35657         * m4/physmem.m4 (gl_PHYSMEM):
35658         * m4/posixtm.m4 (gl_POSIXTM):
35659         * m4/posixver.m4 (gl_POSIXVER):
35660         * m4/quote.m4 (gl_QUOTE):
35661         * m4/quotearg.m4 (gl_QUOTEARG):
35662         * m4/readtokens.m4 (gl_READTOKENS):
35663         * m4/readutmp.m4 (gl_READUTMP):
35664         * m4/regex.m4 (gl_REGEX):
35665         * m4/safe-read.m4 (gl_SAFE_READ):
35666         * m4/safe-write.m4 (gl_SAFE_WRITE):
35667         * m4/same.m4 (gl_SAME):
35668         * m4/save-cwd.m4 (gl_SAVE_CWD):
35669         * m4/savedir.m4 (gl_SAVEDIR):
35670         * m4/settime.m4 (gl_SETTIME):
35671         * m4/sha1.m4 (gl_SHA1):
35672         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
35673         * m4/stat-macros.m4 (gl_STAT_MACROS):
35674         * m4/stat-time.m4 (gl_STAT_TIME):
35675         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
35676         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
35677         * m4/strdup.m4 (gl_FUNC_STRDUP):
35678         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
35679         * m4/strndup.m4 (gl_FUNC_STRNDUP):
35680         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
35681         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
35682         * m4/time_r.m4 (gl_TIME_R):
35683         * m4/timespec.m4 (gl_TIMESPEC):
35684         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
35685         * m4/unlinkdir.m4 (gl_UNLINKDIR):
35686         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
35687         * m4/userspec.m4 (gl_USERSPEC):
35688         * m4/utimecmp.m4 (gl_UTIMECMP):
35689         * m4/utimens.m4 (gl_UTIMENS):
35690         * m4/xalloc.m4 (gl_XALLOC):
35691         * m4/xgetcwd.m4 (gl_XGETCWD):
35692         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
35693         * m4/xreadlink.m4 (gl_XREADLINK):
35694         * m4/xstrtod.m4 (gl_XSTRTOD):
35695         * m4/yesno.m4 (gl_YESNO):
35696         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
35697         to get the necessary .h files and whatnot.
35698
35699 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
35700             Bruno Haible  <bruno@clisp.org>
35701
35702         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
35703         /bin/sh understanding of '!' conditional negation.
35704
35705 2006-08-21  Jim Meyering  <jim@meyering.net>
35706
35707         * modules/openat (Depends-on): Really alphabetize.
35708
35709         * modules/acl (Depends-on): Add error and quote.
35710
35711         * check-module (find_included_lib_files): Add at-func.c to the
35712         ok-to-include-more-than-once white list.
35713
35714         * modules/openat (Depends-on): Add lstat.  Alphabetize.
35715
35716 2006-08-21  Bruno Haible  <bruno@clisp.org>
35717
35718         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
35719         Emit a pkgdata_DATA variable only if some snippets add contents to it.
35720         Reported by Martin Lambers <marlam@marlam.de>.
35721
35722 2006-08-21  Bruno Haible  <bruno@clisp.org>
35723
35724         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
35725         specify an installation location, don't emit a noinst_LIBRARIES or
35726         noinst_LTLIBRARIES assignment.
35727
35728 2006-08-21  Bruno Haible  <bruno@clisp.org>
35729
35730         BeOS portability.
35731         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
35732         BeOS has mbrtowc() but no <wctype.h>.
35733
35734 2006-08-21  Bruno Haible  <bruno@clisp.org>
35735
35736         BeOS portability.
35737         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
35738         exist.
35739
35740 2006-08-21  Bruno Haible  <bruno@clisp.org>
35741
35742         BeOS portability.
35743         * lib/mbchar.h: Include <wctype.h> only if it exists.
35744
35745 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
35746
35747         Remove files that are no longer needed by their respective modules.
35748         * m4/obstack.m4: Remove.
35749         * m4/strerror_r.m4: Remove.
35750         * m4/uint32_t.m4: Remove.
35751         * m4/uintptr_t.m4: Remove.
35752         * m4/ullong_max.m4: Remove.
35753         * m4/xstrtoimax.m4: Remove.
35754         * m4/xstrtoumax.m4: Remove.
35755
35756         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
35757         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
35758         dependencies now capture this.
35759
35760         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
35761         Do not use AC_LIBSOURCES, since gnulib modules now do this.
35762         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
35763         * m4/human.m4 (gl_HUMAN): Likewise.
35764         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
35765         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
35766
35767         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
35768
35769         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
35770         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
35771         stdint.
35772         * m4/human.m4 (gl_HUMAN): Likewise.
35773         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
35774         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
35775         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
35776         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
35777         * m4/xstrtol (gl_XSTRTOL): Likewise.
35778
35779         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
35780         AC_TYPE_LONG_LONG_INT.
35781         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
35782         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
35783         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
35784         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
35785
35786         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
35787         on stdbool.
35788
35789         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
35790         (gl_PREREQ_XSTRTOUL): Remove.
35791
35792         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
35793
35794         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
35795         mode.
35796
35797 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
35798
35799         Add and change modules to make it easier for coreutils to use
35800         gnulib-tool.
35801         * modules/backupfile (Files): Remove m4/d-ino.m4.
35802         (Depends-on): Add d-ino.
35803         * modules/cycle-check (Depends-on): Add stdint.
35804         (lib_SOURCES): Add cycle-check.h.
35805         * modules/d-ino: New module.
35806         * modules/d-type: New module.
35807         * modules/error (Files): Remove m4/strerror_r.m4.
35808         * modules/filemode (Files): Add m4/st_dm_mode.m4.
35809         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
35810         m4/inttypes_h.m4, m4/uintmax_t.m4.
35811         (Depends-on): Add stdint.
35812         (lib_SOURCES): Add fsusage.h.
35813         * modules/getcwd (Files): Remove d-ino.m4.
35814         (Depends-on): Add d-ino.
35815         * modules/getndelim2 (Depends-on): Add stdint.
35816         * modules/glob (Files): Remove m4/d-type.m4.
35817         (Depends-on): Add d-type.
35818         * modules/host-os: New module.
35819         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
35820         m4/inttypes_h.m4, m4/uintmax_t.m4.
35821         * Depends-on: Add stdint.
35822         (lib_SOURCES): Add human.h.
35823         * modules/inttostr (Files): Remove m4/intmax_t.m4,
35824         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
35825         m4/uintmax_t.m4, m4/ulonglong.m4.
35826         (Depends-on): Add stdint.
35827         (EXTRA_DIST): Add inttostr.h.
35828         * modules/lchmod: New module.
35829         * modules/link-follow: New module.
35830         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
35831         (Depends-on): Add lchmod.
35832         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
35833         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
35834         (Depends-on): Add stdint.
35835         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
35836         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
35837         (Depends-on): Add stdint.
35838         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
35839         * modules/perl: New module.
35840         * modules/regex (Depends-on): Add stdint.
35841         * modules/rmdir-errno: New module.
35842         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
35843         m4/intmax_t.m4.
35844         (Depends-on): Add stdint.
35845         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
35846         m4/uintmax_t.m4.
35847         (Depends-on): Add stdint.
35848         * modules/unlink-busy: New module.
35849         * modules/utimecmp (Depends-on): Add stdint.
35850         * modules/uptime: New module.
35851         * modules/winsz-ioctl: New module.
35852         * modules/winsz-termios: New module.
35853         * modules/xnanosleep (Depends-on): Add nanosleep.
35854         * modules/ullong_max: Remove.
35855         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
35856         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
35857         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
35858         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
35859         (Depends-on): Add inttypes.
35860         (lib_SOURCES): Add xstrtol.h.
35861         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
35862         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
35863         * MODULES.html.sh: Move 'assert' into the assert section.
35864         Move 'dummy' into the linking section.
35865         Remove ullong_max.
35866         Add section for compatibility checks for POSIX:2001 functions,
35867         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
35868         winsz-ioctl, and winsz-termios into it.
35869         Add lchmod.
35870         Add top-level Misc section and put host-os, perl, and uptime
35871         into it.
35872
35873 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
35874
35875         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
35876         now assume the stdint module.  Do not include inttypes.h.
35877         * lib/fsusage.h: Likewise.
35878         * lib/getndelim2.c: Likewise.
35879         * lib/human.h: Likewise.
35880         * lib/inttostr.h: Likewise.
35881         * lib/obstack.c: Likewise.
35882         * lib/regex_internal.h: Likewise.
35883         * lib/tempname.c: Likewise.
35884         * lib/utimecmp.c: Likewise.
35885         * lib/xstrtol.h: Likewise.
35886
35887         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
35888
35889         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
35890         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
35891         * lib/xtime.h: Likewise.
35892
35893 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35894
35895         * modules/openat (Files): Add lib/fchmodat.c.
35896         Fixes problem reported by Jay Youngman.
35897
35898 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35899
35900         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
35901         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
35902
35903 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
35904             Bruno Haible  <bruno@clisp.org>
35905
35906         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
35907         and is a script that invokes bison. Tighten the code. Add comments.
35908
35909 2006-08-18  Jim Meyering  <jim@meyering.net>
35910
35911         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
35912         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
35913         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
35914         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
35915
35916 2006-08-18  Bruno Haible  <bruno@clisp.org>
35917
35918         * modules/bison-i18n: New file.
35919         * MODULES.html.sh (Internationalization functions): Add it.
35920
35921 2006-08-18  Bruno Haible  <bruno@clisp.org>
35922
35923         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
35924         sys/statvfs.h. When getmntinfo was found, check its declaration and
35925         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
35926
35927 2006-08-18  Bruno Haible  <bruno@clisp.org>
35928
35929         * m4/bison-i18n.m4: New file, from bison.
35930
35931 2006-08-18  Bruno Haible  <bruno@clisp.org>
35932
35933         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
35934         (ME_DUMMY): Treat "kernfs" as a dummy.
35935         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
35936
35937 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
35938
35939         Update from coreutils.
35940
35941         2006-08-15  Jim Meyering  <jim@meyering.net>
35942
35943         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
35944
35945         2006-01-17  Jim Meyering  <jim@meyering.net>
35946
35947         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
35948
35949         2006-01-11  Jim Meyering  <jim@meyering.net>
35950
35951         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
35952         Check for the lchmod function.
35953
35954 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
35955
35956         Update from coreutils.
35957
35958         * lib/__fpending.h: Add copyright notice.
35959         * lib/fprintftime.h: Likewise.
35960         * lib/savedir.c: Use (C) in copyright notice.
35961         * lib/savedir.h: Likewise.
35962
35963         2006-08-15  Jim Meyering  <jim@meyering.net>
35964
35965         * lib/at-func.c: New file, with the logic of all emulated at-functions.
35966         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
35967         in support of the EXPECTED_ERRNO macro.
35968         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
35969         definitions.  Instead, define the appropriate symbols and include
35970         "at-func.c".
35971         * lib/mkdirat.c (mkdirat): Likewise.
35972         * lib/fchmodat.c (fchmodat): Likewise.
35973         (ENOSYS): Remove definition.
35974         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
35975         it.  Don't include "unistd--.h" -- it wasn't ever used.
35976
35977         2006-01-17  Jim Meyering  <jim@meyering.net>
35978
35979         Rewrite fts.c not to change the current working directory,
35980         by using openat, fstatat, fdopendir, etc..
35981
35982         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
35983         (HAVE_OPENAT_SUPPORT): Define.
35984         [_LIBC] (fchdir): Don't undef or define; no longer used.
35985         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
35986         Now, this `function' always succeeds, and consumes its file descriptor
35987         parameter -- so callers must not close such FDs.  Update callers.
35988         (diropen_fd, opendirat, cwd_advance_fd): New functions.
35989         (diropen): Add parameter, SP.  Adjust all callers.
35990         Implement using diropen_fd, rather than open.
35991         (fts_open): Initialize new member, fts_cwd_fd.
35992         Remove fts_rft-setting code.
35993         (fts_close): Close fts_cwd_fd, if necessary.
35994         (__opendir2): Define in terms of opendir or opendirat,
35995         depending on whether the FST_NOCHDIR flag is set.
35996         (fts_build): Since fts_safe_changedir consumes its FD, and since
35997         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
35998         and close the dup'd file descriptor upon failure.
35999         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
36000         (fts_safe_changedir): Tweak semantics to reflect that this function
36001         now calls cwd_advance_fd and hence consumes its FD argument.
36002         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
36003         [struct FTS] (fts_rft): Remove now-unused member.
36004         [struct FTS] (fts_cycle.state): Improve comment.
36005
36006         * lib/openat.c (openat_needs_fchdir): New function.
36007         * lib/openat.h (openat_needs_fchdir): Declare it.
36008
36009 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
36010
36011         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
36012         Problem and fix reported by Pádraig Brady in
36013         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
36014
36015 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36016
36017         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
36018
36019 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36020
36021         * lib/memcoll.c (memcoll): Optimize for the common case where the
36022         arguments are bytewise equal.
36023
36024 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36025
36026         * doc/regexprops-generic.texi: Add a copyright notice.
36027
36028 2006-08-15  Bruno Haible  <bruno@clisp.org>
36029
36030         * modules/tmpdir (License): Change to LGPL.
36031
36032 2006-08-15  Bruno Haible  <bruno@clisp.org>
36033
36034         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
36035         module.
36036
36037 2006-08-14  Simon Josefsson  <jas@extundo.com>
36038
36039         * config/srclist.txt: Add gnupload.
36040
36041 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
36042
36043         Change copyright notice from LGPL 2 to GPL 2, since that's the
36044         standard form used in the gnulib repository.
36045         * tests/test-lock.c: Likewise.
36046         * tests/test-stdint.c: Likewise.
36047         * tests/test-tls.c: Likewise.
36048
36049         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
36050         prelude-manager.  User shorter URLs for GNU projects, without '?'.
36051         Add copyright notice.
36052
36053         * check-module: Add copyright notice.  Output a copyright
36054         notice if "--version" is specified.
36055         * modules/COPYING: New file.
36056         * tests/test-getaddrinfo.c: Add copyright notice.
36057         * tests/test-verify.c: Likewise.
36058
36059 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
36060
36061         Change copyright notice from LGPL 2 to GPL 2, since that's the
36062         standard form used in the gnulib repository.
36063         * lib/lock.c: LGPL -> GPL.
36064         * lib/lock.h: Likewise.
36065         * lib/strnlen1.c: Likewise.
36066         * lib/strnlen1.h: Likewise.
36067         * lib/tls.c: Likewise.
36068         * lib/tls.h: Likewise.
36069         * lib/tmpdir.c: Likewise.
36070
36071         * lib/TODO: Remove; this belongs only in coreutils.
36072
36073 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
36074
36075         Add copyright notices to long-enough files that lack them, since
36076         otherwise the files aren't clearly free.  Use the same notice that
36077         getdate.texi already uses.
36078         * doc/alloca-opt.texi: Add copyright notice.
36079         * doc/alloca.texi: Likewise.
36080         * doc/ctime.texi: Likewise.
36081         * doc/functions.texi: Likewise.
36082         * doc/gcd.texi: Likewise.
36083         * doc/gnulib-tool.texi: Likewise.
36084         * doc/inet_ntoa.texi: Likewise.
36085         * doc/visibility.texi: Likewise.
36086
36087         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
36088         * doc/quote.texi: Add copyright notice.
36089
36090         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
36091         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
36092         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
36093         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
36094         is now obsolete, and give a pointer to the Sun list.
36095         Add copyright notice.
36096
36097 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
36098
36099         * config/srclistvars.sh: Add copyright notice.
36100
36101 2006-08-14  Eric Blake  <ebb9@byu.net>
36102
36103         Import the following change from libc:
36104
36105         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
36106
36107         Upstream bug 2997.
36108         * lib/misc/error.c: Add space between program name and message if file
36109         name is missing.
36110
36111 2006-08-12  Karl Berry  <karl@gnu.org>
36112
36113         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
36114         remove, these originate in gnulib now.
36115
36116 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36117
36118         * doc/Makefile (standards.info standards.html standards.dvi):
36119         Also depend on make-stds.texi.
36120
36121 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36122
36123         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
36124         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
36125
36126         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
36127         in wchar_t.  Problem reported by Eric Blake.
36128
36129         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
36130         LEN is smaller than SIZE.  Suggested by Bruno Haible.
36131         Also, help the compiler to keep LEN in a register.
36132
36133 2006-08-11  Eric Blake  <ebb9@byu.net>
36134
36135         * users.txt: Sort.  Add tar.
36136
36137 2006-08-11  Bruno Haible  <bruno@clisp.org>
36138
36139         * users.txt: New file.
36140
36141 2006-08-11  Bruno Haible  <bruno@clisp.org>
36142
36143         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
36144         before <wchar.h>. Needed for OSF/1 and BSD/OS.
36145
36146 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
36147
36148         * modules/snprintf (Depends-on): Remove minmax.
36149         (Maintainer): Add self and Bruno.
36150
36151 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
36152
36153         * lib/.cppi-disable: Add snprintf.h, socket_.h.
36154         * lib/snprintf.c: Include <errno.h> and <limits.h>.
36155         (EOVERFLOW): Define if the system does not.
36156         Do not include "minmax.h"; it wasn't used.
36157         (snprintf): Don't assume size_t promotes to an unsigned type.
36158         Fix bug when generated string was too long for the buffer: the
36159         buffer's contents are supposed to be the initial prefix of the
36160         output.  Don't assume vasnprintf returns EOVERFLOW if the size
36161         exceeds INT_MAX; do the check ourselves.
36162
36163         Import the following changes from libc:
36164
36165         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
36166
36167         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
36168         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
36169         set wc to the byte which couldn't be converted.
36170         (re_string_reconstruct): Don't clear valid_raw_len before calling
36171         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
36172         tip_context using re_string_context_at.
36173
36174         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
36175
36176         * lib/posix/regex.h: g++ still cannot handled [restrict].
36177
36178         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
36179
36180         * lib/posix/regex.h: Remove special handling for VMS.
36181
36182 2006-08-10  Jim Meyering  <jim@meyering.net>
36183
36184         * modules/same-inode: New module.
36185         * modules/dev-ino: New module.
36186         * modules/cycle-check: Depend on these modules, rather than simply
36187         including their .h files.
36188         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
36189         required via m4/cycle-check.m4.
36190         * modules/same: Depend on new same-inode module, rather than
36191         including same-inode.h.
36192         * modules/chdir-safer: New file.
36193
36194         * modules/chown (Depends-on): Add stat-macros.
36195
36196 2006-08-10  Jim Meyering  <jim@meyering.net>
36197
36198         * m4/cycle-check.m4: New file.
36199         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
36200         * m4/dev-ino.m4, m4/same-inode.m4: New files.
36201
36202 2006-08-10  Eric Blake  <ebb9@byu.net>
36203
36204         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
36205         in from original proposal.
36206
36207 2006-08-10  Eric Blake  <ebb9@byu.net>
36208         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
36209
36210         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
36211         namespace.
36212
36213 2006-08-10  Bruno Haible  <bruno@clisp.org>
36214
36215         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
36216         as well.
36217
36218 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36219
36220         Sync from coreutils.
36221
36222         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
36223
36224         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
36225         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
36226
36227 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36228
36229         * modules/restrict: Remove; no longer needed now that we assume
36230         Autoconf 2.59 or later.
36231         * MODULES.html.sh: Remove 'restrict'.
36232         * modules/argp (Depends-on): Remove 'restrict'.
36233         * modules/base64 (Depends-on): Likewise.
36234         * modules/gc (Depends-on): Likewise.
36235         * modules/getaddrinfo (Depends-on): Likewise.
36236         * modules/glob (Depends-on): Likewise.
36237         * modules/inet_ntop (Depends-on): Likewise.
36238         * modules/inet_pton (Depends-on): Likewise.
36239         * modules/memxor (Depends-on): Likewise.
36240         * modules/regex (Depends-on): Likewise.
36241         * modules/strtok_r (Depends-on): Likewise.
36242         * modules/time_r (Depends-on): Likewise.
36243
36244 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36245
36246         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
36247         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
36248         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
36249         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
36250         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
36251         * m4/memxor.m4 (gl_MEMXOR): Likewise.
36252         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
36253         gl_C_RESTRICT replaced by AC_C_RESTRICT.
36254
36255         Merge from coreutils.
36256         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
36257         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
36258         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
36259         * m4/time_r.m4 (gl_TIME_R): Likewise.
36260
36261 2006-08-09  Karl Berry  <karl@gnu.org>
36262
36263         * config/srclist.txt: no more gettext-tools, per Bruno.
36264
36265 2006-08-08  Eric Blake  <ebb9@byu.net>
36266
36267         * modules/verror: New module.
36268         * MODULES.html.sh: Document it.
36269
36270 2006-08-08  Eric Blake  <ebb9@byu.net>
36271
36272         * lib/verror.h, lib/verror.c: New files.
36273
36274 2006-08-08  Eric Blake  <ebb9@byu.net>
36275
36276         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
36277         verror_at_line output complies with GNU Coding Standards even when
36278         file is NULL.
36279
36280 2006-08-07  Bruno Haible  <bruno@clisp.org>
36281
36282         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
36283         versions of AIX.
36284         Reported by Ralf Wildenhues.
36285
36286 2006-08-07  Bruno Haible  <bruno@clisp.org>
36287
36288         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
36289         in an AC_DEFUN. Needed so that the autoconf snippets can use
36290         AC_REQUIRE.
36291
36292 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36293
36294         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
36295         Initialize pkgdata_DATA.
36296         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
36297         overriding it.
36298
36299 2006-08-06  Eric Blake  <ebb9@byu.net>
36300
36301         * lib/error.h: Fold in some upstream changes from glibc.
36302         * lib/error.c: Likewise.
36303
36304 2006-08-04  Bruno Haible  <bruno@clisp.org>
36305
36306         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
36307         Make the mostlyclean-local rule depend on mostlyclean-generic.
36308         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
36309
36310 2006-07-31  Bruno Haible  <bruno@clisp.org>
36311
36312         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
36313         <stdlib.h>, <string.h>.
36314
36315 2006-07-30  Bruno Haible  <bruno@clisp.org>
36316
36317         * modules/readlink (License): Change to LGPL.
36318
36319 2006-07-30  Bruno Haible  <bruno@clisp.org>
36320
36321         * modules/javaversion (Makefile.am): Distribute javaversion.java and
36322         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
36323         set PKGDATADIR to point to it.
36324
36325 2006-07-30  Bruno Haible  <bruno@clisp.org>
36326
36327         * modules/csharpexec (configure.ac): Comment out macro invocation.
36328         * modules/javaexec (configure.ac): Likewise.
36329         * modules/javacomp-script (configure.ac): Likewise.
36330
36331         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
36332
36333 2006-07-30  Bruno Haible  <bruno@clisp.org>
36334
36335         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
36336         linked-list.
36337
36338 2006-07-30  Bruno Haible  <bruno@clisp.org>
36339
36340         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
36341
36342 2006-07-30  Bruno Haible  <bruno@clisp.org>
36343
36344         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
36345         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
36346         get removed.
36347
36348 2006-07-29  Bruno Haible  <bruno@clisp.org>
36349
36350         Make it possible for gnulib-tool to work with locally modified or
36351         augmented gnulib repositories.
36352         * gnulib-tool (func_usage): Document --local-dir option.
36353         (local_gnulib_dir): New variable.
36354         Handle --local-dir option.
36355         (func_lookup_file): New function.
36356         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
36357         (func_get_description, func_get_filelist, func_get_description,
36358         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
36359         func_get_automake_snippet, func_get_include_directive,
36360         func_get_license, func_get_maintainer): Use func_lookup_file.
36361         (func_import, func_create_testdir): Use func_lookup_file.
36362
36363 2006-07-29  Bruno Haible  <bruno@clisp.org>
36364
36365         * modules/setenv (Depends-on): Add unistd.
36366
36367 2006-07-29  Bruno Haible  <bruno@clisp.org>
36368
36369         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
36370
36371 2006-07-29  Bruno Haible  <bruno@clisp.org>
36372
36373         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
36374
36375 2006-07-29  Bruno Haible  <bruno@clisp.org>
36376
36377         * gnulib-tool (import, update): If there is no Makefile.am, look at
36378         aclocal.m4, instead of bailing out.
36379
36380 2006-07-29  Bruno Haible  <bruno@clisp.org>
36381
36382         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
36383         Categorize the options by when they are useful.
36384
36385 2006-07-29  Bruno Haible  <bruno@clisp.org>
36386
36387         * gnulib-tool (func_usage): Document option --no-libtool.
36388         Handle option --no-libtool.
36389         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
36390         for changed semantics of $libtool variable.
36391         (func_import): Likewise. If libtool is not used, show this through
36392         an option --no-libtool.
36393         (func_create_testdir): Update.
36394
36395 2006-07-29  Bruno Haible  <bruno@clisp.org>
36396
36397         * gnulib-tool (func_import): Extend error message about missing
36398         --doc-base.
36399
36400 2006-07-29  Bruno Haible  <bruno@clisp.org>
36401
36402         * gnulib-tool (func_import): Don't create the $docbase directory if
36403         there is no file to store there.
36404
36405 2006-07-29  Bruno Haible  <bruno@clisp.org>
36406
36407         * gnulib-tool (autoconf_minversion): If a --dir option is given and
36408         relevant, look for configure.ac there, not in the current directory.
36409         Also use a simple search for AC_PREREQ, not "autoconf --trace".
36410
36411 2006-07-29  Bruno Haible  <bruno@clisp.org>
36412
36413         * gnulib-tool (SORT): New variable.
36414         (func_usage): Undocument --assume-autoconf option.
36415         Remove --assume-autoconf option handling.
36416         (autoconf_minversion): Determine from the contents of configure.ac.
36417         (func_import): Remove autoconf_minversion handling.
36418         Suggested by Eric Blake.
36419
36420 2006-07-29  Bruno Haible  <bruno@clisp.org>
36421
36422         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
36423
36424 2006-07-29  Bruno Haible  <bruno@clisp.org>
36425
36426         * config/srclist.txt (*setenv.[ch]): Remove rules.
36427
36428 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36429
36430         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
36431
36432 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36433
36434         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
36435         arpa/inet.h.
36436
36437 2006-07-28  Simon Josefsson  <jas@extundo.com>
36438
36439         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
36440         * modules/inet_pton (Depends-on): Likewise.
36441
36442 2006-07-28  Simon Josefsson  <jas@extundo.com>
36443
36444         * m4/netinet_in_h.m4: New file.
36445
36446 2006-07-28  Simon Josefsson  <jas@extundo.com>
36447
36448         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
36449         #include's.
36450
36451 2006-07-28  Simon Josefsson  <jas@extundo.com>
36452
36453         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
36454         #include's.
36455
36456 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
36457
36458         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
36459         setgid on directories only if they set these bits.
36460         * lib/modechange.h: Remove obsolete comment about masks.
36461
36462 2006-07-28  Eric Blake  <ebb9@byu.net>
36463
36464         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
36465         macro expansion.
36466
36467 2006-07-28  Bruno Haible  <bruno@clisp.org>
36468
36469         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
36470
36471 2006-07-28  Bruno Haible  <bruno@clisp.org>
36472
36473         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
36474
36475 2006-07-28  Bruno Haible  <bruno@clisp.org>
36476
36477         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
36478         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
36479         Define fallbacks.
36480         Avoids link error on FreeBSD 4.x.
36481         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
36482
36483         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
36484         encoding.
36485         * lib/mbswidth.c (iswcntrl): Likewise.
36486
36487 2006-07-27  Bruno Haible  <bruno@clisp.org>
36488
36489         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
36490         test.
36491
36492 2006-07-27  Bruno Haible  <bruno@clisp.org>
36493
36494         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
36495         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
36496         defined.
36497
36498 2006-07-26  Eric Blake  <ebb9@byu.net>
36499
36500         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
36501
36502 2006-07-26  Eric Blake  <ebb9@byu.net>
36503
36504         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
36505         like mingw that lack mkstemp.
36506         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
36507         avoid compilation warning on mingw.
36508
36509 2006-07-26  Bruno Haible  <bruno@clisp.org>
36510
36511         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
36512         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
36513         INT_FAST*_MIN, INTPTR_MIN.
36514
36515 2006-07-25  Bruno Haible  <bruno@clisp.org>
36516
36517         * modules/version-etc (Depends-on): Add stdarg.
36518
36519 2006-07-25  Bruno Haible  <bruno@clisp.org>
36520
36521         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
36522         complex commands.
36523
36524 2006-07-25  Bruno Haible  <bruno@clisp.org>
36525
36526         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
36527         defined in <stdarg.h> or config.h.
36528
36529 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
36530
36531         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
36532         (gl_STDIO_SAFER): Remove.
36533
36534 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
36535
36536         * MODULES.html.sh (File stream based Input/Output):
36537         Add fopen-safer, tmpfile-safer; remove stdio-safer.
36538         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
36539         * modules/fopen-safer, modules/tmpfile-safer: New files.
36540         * modules/stdio-safer: Remove.
36541
36542 2006-07-24  Bruno Haible  <bruno@clisp.org>
36543
36544         * modules/tmpdir: New file.
36545         * MODULES.html.sh (File system functions): Add it.
36546
36547 2006-07-24  Bruno Haible  <bruno@clisp.org>
36548
36549         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
36550         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
36551
36552 2006-07-24  Bruno Haible  <bruno@clisp.org>
36553
36554         * modules/clean-temp: New file.
36555
36556 2006-07-24  Bruno Haible  <bruno@clisp.org>
36557
36558         * m4/tmpdir.m4: New file, from GNU gettext.
36559
36560 2006-07-24  Bruno Haible  <bruno@clisp.org>
36561
36562         * lib/tmpdir.h: New file, from GNU gettext.
36563         * lib/tmpdir.c: New file, from GNU gettext.
36564
36565 2006-07-24  Bruno Haible  <bruno@clisp.org>
36566
36567         * lib/clean-temp.h: New file, from GNU gettext.
36568         * lib/clean-temp.c: New file, from GNU gettext.
36569
36570 2006-07-23  Eric Blake  <ebb9@byu.net>
36571
36572         * modules/stdio-safer (Files): Add tmpfile-safer.c.
36573         (Depends-on): Add binary-io.
36574
36575 2006-07-23  Eric Blake  <ebb9@byu.net>
36576
36577         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
36578
36579 2006-07-23  Eric Blake  <ebb9@byu.net>
36580
36581         * lib/tmpfile-safer.c: New file.
36582         * lib/stdio-safer.h (fopen_safer): Add prototype.
36583         * lib/stdio--.h (tmpfile): Make safer.
36584
36585 2006-07-23  Bruno Haible  <bruno@clisp.org>
36586
36587         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
36588         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
36589         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
36590         gl_linked_remove_at): Use it.
36591
36592 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36593         and Simon Josefsson <jas@extundo.com>
36594
36595         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
36596
36597         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
36598
36599 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
36600
36601         * modules/close-stream: New file.
36602         * modules/closeout (Description): Make it clear that it exits
36603         with a diagnostic on error.
36604         (Depends-on): Add close-stream.  Remove fpending, stdbool.
36605         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
36606
36607 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
36608
36609         * m4/close-stream.m4: New file.
36610
36611 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
36612
36613         * lib/close-stream.c, lib/close-stream.h: New files.
36614
36615 2006-07-22  Bruno Haible  <bruno@clisp.org>
36616
36617         Merge from GNU gettext 0.15.
36618
36619         2006-05-01  Bruno Haible  <bruno@clisp.org>
36620
36621                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
36622
36623         2006-07-22  Bruno Haible  <bruno@clisp.org>
36624
36625                 * modules/javaversion: New file.
36626                 * MODULES.html.sh (Java): Add javaversion.
36627
36628         2006-03-12  Bruno Haible  <bruno@clisp.org>
36629
36630                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
36631
36632         2005-12-04  Bruno Haible  <bruno@clisp.org>
36633
36634                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
36635                 (untested).
36636
36637         2006-06-21  Bruno Haible  <bruno@clisp.org>
36638
36639                 Avoid warnings from recent versions of mcs.
36640                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
36641                 -o, -L, -r any more. Use options documented since mcs-1.0
36642                 instead. Similarly for -g.
36643
36644         2005-12-04  Bruno Haible  <bruno@clisp.org>
36645
36646                 * build-aux/csharpcomp.sh.in: Suffix for resources is
36647                 .resources, not .resource.
36648
36649         2005-07-09  Bruno Haible  <bruno@clisp.org>
36650
36651                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
36652                 add a .dll suffix.
36653                 Reported by Mark Junker <mjscod@gmx.de>.
36654
36655         2006-07-22  Bruno Haible  <bruno@clisp.org>
36656
36657                 * modules/gettext: Upgrade to gettext-0.15.
36658                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
36659                 m4/visibility.m4.
36660                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
36661
36662 2006-07-22  Bruno Haible  <bruno@clisp.org>
36663
36664         Merge from GNU gettext 0.15.
36665
36666         2006-03-25  Bruno Haible  <bruno@clisp.org>
36667
36668                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
36669
36670         2006-07-21  Bruno Haible  <bruno@clisp.org>
36671
36672                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
36673                 "1.1".
36674
36675         2006-05-09  Bruno Haible  <bruno@clisp.org>
36676
36677                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
36678                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
36679                 for the conftestver execution.
36680
36681         2006-05-01  Bruno Haible  <bruno@clisp.org>
36682
36683                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
36684                 optional target-version argument. Verify that the compiler
36685                 groks source of the specified source-version, or add -source
36686                 option as necessary. Verify that the compiler produces
36687                 bytecode in the specified target-version, or add -target and
36688                 -source options as necessary. Make the result of the test
36689                 available as variable CONF_JAVAC. Also log error output in
36690                 config.log.
36691
36692         2006-03-11  Bruno Haible  <bruno@clisp.org>
36693
36694                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
36695
36696         2006-05-09  Bruno Haible  <bruno@clisp.org>
36697
36698                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
36699                 CLASSPATH_SEPARATOR to a semicolon.
36700
36701         2006-03-12  Bruno Haible  <bruno@clisp.org>
36702
36703                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
36704                 available as variable CONF_JAVA, for subsequent autoconf
36705                 tests. Also log error output in config.log.
36706
36707         2006-07-19  Bruno Haible  <bruno@clisp.org>
36708
36709                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
36710                 that getline works on glibc2 systems. Needed to avoid trouble
36711                 in relocatable.c.
36712                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
36713
36714         2005-12-04  Bruno Haible  <bruno@clisp.org>
36715
36716                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
36717                 launcher (untested).
36718
36719         2005-12-04  Bruno Haible  <bruno@clisp.org>
36720
36721                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
36722
36723         2006-07-22  Bruno Haible  <bruno@clisp.org>
36724
36725                 * gettext.m4: Update from GNU gettext-0.15.
36726                 * nls.m4: Likewise.
36727                 * po.m4: Likewise.
36728                 * inttypes-pri.m4: Likewise.
36729                 * inttypes-h.m4: Renamed from inttypes.m4.
36730                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
36731
36732 2006-07-22  Bruno Haible  <bruno@clisp.org>
36733
36734         Merge from GNU gettext 0.15.
36735
36736         2005-07-05  Bruno Haible  <bruno@clisp.org>
36737
36738                 * printf-args.c (printf_fetchargs): Work around broken
36739                 definition of wint_t on mingw.
36740
36741         2005-02-12  Bruno Haible  <bruno@clisp.org>
36742
36743                 * xallocsa.h: Add extern "C" for C++.
36744
36745         2006-05-17  Bruno Haible  <bruno@clisp.org>
36746
36747                 Cygwin portability.
36748                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
36749
36750         2006-04-30  Bruno Haible  <bruno@clisp.org>
36751
36752                 * progreloc.c: Include <mach-o/dyld.h> if available.
36753                 (find_executable): Use _NSGetExecutablePath when possible.
36754
36755         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
36756
36757                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
36758                 function.
36759
36760         2005-12-29  Bruno Haible  <bruno@clisp.org>
36761
36762                 * progreloc.c (set_program_name_and_installdir): Fix
36763                 compilation error.
36764
36765         2005-12-04  Bruno Haible  <bruno@clisp.org>
36766
36767                 Cygwin portability.
36768                 * progreloc.c: Include <windows.h> also on Cygwin.
36769                 (find_executable): Add support for Cygwin.
36770                 (set_program_name_and_installdir): Handle also platforms with
36771                 nonempty EXEEXT.
36772
36773         2006-07-11  Bruno Haible  <bruno@clisp.org>
36774
36775                 * javacomp.c: Fix a comment.
36776                 Reported by Jim Meyering.
36777
36778         2006-04-30  Bruno Haible  <bruno@clisp.org>
36779
36780                 * javacomp.h (compile_java_class): Add source_version,
36781                 target_version arguments.
36782                 * javacomp.c: Rewritten to choose only a compiler that
36783                 respects the specified source_version and target_version.
36784
36785         2006-06-27  Bruno Haible  <bruno@clisp.org>
36786
36787                 Assume correct S_ISDIR macro.
36788                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
36789
36790         2006-07-22  Bruno Haible  <bruno@clisp.org>
36791
36792                 * javaversion.h: New file, from GNU gettext.
36793                 * javaversion.c: New file, from GNU gettext.
36794                 * javaversion.java: New file, from GNU gettext.
36795                 * javaversion.class: New file, from GNU gettext.
36796
36797         2006-05-17  Bruno Haible  <bruno@clisp.org>
36798
36799                 Cygwin portability.
36800                 * javaexec.c (execute_java_class): Test for jview program
36801                 also on Cygwin.
36802
36803         2006-04-09  Bruno Haible  <bruno@clisp.org>
36804
36805                 * fatal-signal.c: Don't include string.h.
36806                 (at_fatal_signal): Use a copying loop instead of memcpy.
36807
36808         2005-12-04  Bruno Haible  <bruno@clisp.org>
36809
36810                 * csharpexec.c: Add support for 'clix' launcher (untested).
36811                 (execute_csharp_using_sscli): New function.
36812                 (execute_csharp_program): Call it.
36813
36814         2006-06-21  Bruno Haible  <bruno@clisp.org>
36815
36816                 Avoid warnings from recent versions of mcs.
36817                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
36818                 -o, -L, -r any more. Use options documented since mcs-1.0
36819                 instead. Similarly for -g.
36820
36821         2005-07-09  Bruno Haible  <bruno@clisp.org>
36822
36823                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
36824                 add a .dll suffix.
36825                 Reported by Mark Junker <mjscod@gmx.de>.
36826
36827         2006-06-17  Bruno Haible  <bruno@clisp.org>
36828
36829                 * config.charset: Update for NetBSD 3.0.
36830
36831         2006-05-17  Bruno Haible  <bruno@clisp.org>
36832
36833                 Cygwin portability.
36834                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
36835
36836         2006-05-16  Bruno Haible  <bruno@clisp.org>
36837
36838                 * localcharset.c [CYGWIN]: Include <windows.h>.
36839                 (get_charset_aliases): For Cygwin, return the same CPxxx
36840                 aliases list as under WIN32.
36841                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
36842                 the environment variables. Fall back to GetACP().
36843
36844         2006-04-05  Bruno Haible  <bruno@clisp.org>
36845
36846                 * config.charset: Update Juan Manuel Guerrero's address.
36847
36848         2005-02-12  Bruno Haible  <bruno@clisp.org>
36849
36850                 * allocsa.h: Add extern "C" for C++.
36851
36852         2005-02-10  Bruno Haible  <bruno@clisp.org>
36853
36854                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
36855                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
36856
36857         2006-07-22  Bruno Haible  <bruno@clisp.org>
36858
36859                 * gettext.h: Update to GNU gettext-0.15.
36860
36861 2006-07-22  Bruno Haible  <bruno@clisp.org>
36862
36863         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
36864         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
36865         lib-prefix.m4, longdouble.m4, ssize_t.m4.
36866
36867 2006-07-21  Eric Blake  <ebb9@byu.net>
36868
36869         * modules/stdlib-safer: New file.
36870         * MODULES.html.sh (File stream based Input/Output): Add
36871         stdlib-safer.
36872
36873 2006-07-21  Eric Blake  <ebb9@byu.net>
36874
36875         * lib/stdlib-safer.h: New file from coreutils, required by
36876         stdlib--.h.
36877
36878 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
36879
36880         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
36881
36882 2006-07-20  Bruno Haible  <bruno@clisp.org>
36883
36884         * gnulib-tool: Recognize new option --assume-autoconf.
36885         (autoconf_minversion): New variable.
36886         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
36887
36888 2006-07-20  Bruno Haible  <bruno@clisp.org>
36889
36890         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
36891
36892 2006-07-19  Derek R. Price  <derek@ximbiot.com>
36893
36894         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
36895         Reindent and repaginate.
36896
36897 2006-07-19  Derek Price  <derek@ximbiot.com>
36898
36899         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
36900         Correct grammar.
36901
36902 2006-07-17  Bruno Haible  <bruno@clisp.org>
36903
36904         * modules/list: New file.
36905         * modules/array-list: New file.
36906         * modules/carray-list, modules/carray-list-tests: New files.
36907         * modules/linked-list, modules/linked-list-tests: New files.
36908         * modules/avltree-list, modules/avltree-list-tests: New files.
36909         * modules/rbtree-list, modules/rbtree-list-tests: New files.
36910         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
36911         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
36912         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
36913         * modules/oset: New file.
36914         * modules/array-oset: New file.
36915         * modules/avltree-oset, modules/avltree-oset-tests: New files.
36916         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
36917         * tests/test-carray_list.c: New file.
36918         * tests/test-linked_list.c: New file.
36919         * tests/test-avltree_list.c: New file.
36920         * tests/test-rbtree_list.c: New file.
36921         * tests/test-linkedhash_list.c: New file.
36922         * tests/test-avltreehash_list.c: New file.
36923         * tests/test-rbtreehash_list.c: New file.
36924         * tests/test-avltree_oset.c: New file.
36925         * tests/test-rbtree_oset.c: New file.
36926         * MODULES.html.sh (Container data structures): New section.
36927
36928 2006-07-17  Bruno Haible  <bruno@clisp.org>
36929
36930         * m4/gl_list.m4: New file.
36931
36932 2006-07-17  Bruno Haible  <bruno@clisp.org>
36933
36934         * lib/gl_list.h: New file.
36935         * lib/gl_list.c: New file.
36936         * lib/gl_array_list.h: New file.
36937         * lib/gl_array_list.c: New file.
36938         * lib/gl_carray_list.h: New file.
36939         * lib/gl_carray_list.c: New file.
36940         * lib/gl_linked_list.h: New file.
36941         * lib/gl_linked_list.c: New file.
36942         * lib/gl_anylinked_list1.h: New file.
36943         * lib/gl_anylinked_list2.h: New file.
36944         * lib/gl_avltree_list.h: New file.
36945         * lib/gl_avltree_list.c: New file.
36946         * lib/gl_anyavltree_list1.h: New file.
36947         * lib/gl_anyavltree_list2.h: New file.
36948         * lib/gl_rbtree_list.h: New file.
36949         * lib/gl_rbtree_list.c: New file.
36950         * lib/gl_anyrbtree_list1.h: New file.
36951         * lib/gl_anyrbtree_list2.h: New file.
36952         * lib/gl_anytree_list1.h: New file.
36953         * lib/gl_anytree_list2.h: New file.
36954         * lib/gl_linkedhash_list.h: New file.
36955         * lib/gl_linkedhash_list.c: New file.
36956         * lib/gl_anyhash_list1.h: New file.
36957         * lib/gl_anyhash_list2.h: New file.
36958         * lib/gl_avltreehash_list.h: New file.
36959         * lib/gl_avltreehash_list.c: New file.
36960         * lib/gl_rbtreehash_list.h: New file.
36961         * lib/gl_rbtreehash_list.c: New file.
36962         * lib/gl_anytreehash_list1.h: New file.
36963         * lib/gl_anytreehash_list2.h: New file.
36964
36965         * lib/gl_oset.h: New file.
36966         * lib/gl_oset.c: New file.
36967         * lib/gl_array_oset.h: New file.
36968         * lib/gl_array_oset.c: New file.
36969         * lib/gl_avltree_oset.h: New file.
36970         * lib/gl_avltree_oset.c: New file.
36971         * lib/gl_rbtree_oset.h: New file.
36972         * lib/gl_rbtree_oset.c: New file.
36973         * lib/gl_anytree_oset.h: New file.
36974
36975 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
36976
36977         * m4/mkancesdirs.m4: New file.
36978         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
36979         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
36980         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
36981         it.
36982
36983 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
36984
36985         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
36986         * lib/mkancesdirs.h: New files.
36987         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
36988         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
36989         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
36990         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
36991         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
36992         callers changed.  Revamp internals significantly, by not
36993         attempting to create directories that are temporarily more
36994         permissive than the final results.  Do not attempt to use
36995         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
36996         This removes some race conditions, fixes some bugs, and simplifies
36997         things.  Use new dirchownmod function to do owner and mode changes.
36998         * lib/mkdir-p.h: Likewise.
36999         * lib/modechange.c (octal_to_mode): New function.
37000         (struct mode_change): New member mentioned.
37001         (make_node_op_equals): New arg mentioned.  All callers changed.
37002         (mode_compile): Keep track of which mode bits the user has explicitly
37003         mentioned.
37004         (mode_adjust): New arg DIR, so that we implement the X op correctly.
37005         New arg PMODE_BITS, to keep track of which mode bits the user
37006         mentioned; it treats S_ISUID and S_ISGID speciall.
37007         All callers changed.
37008         * lib/modechange.h: Likewise.
37009
37010 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
37011
37012         * MODULES.html.sh: Add mkancestors.
37013         * modules/mkancesdirs: New module.
37014         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
37015         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
37016         The chdir-safer and afs files are now orphans; I'll remove them
37017         unless someone speaks up.
37018         Add lib/dirchownmod.c, lib/dirchownmod.h.
37019         (Depends-on): Remove alloca, chown, save-cwd, dirname.
37020         Add lchown, mkancesdirs.
37021         (Maintainer): Add self.
37022
37023 2006-07-15  Karl Berry  <karl@gnu.org>
37024
37025         * gnulib-tool: help message wording/arrangement.
37026
37027 2006-07-14  Simon Josefsson  <jas@extundo.com>
37028
37029         * doc/gnulib.texi (Libtool and Windows): New section.
37030
37031 2006-07-12  Simon Josefsson  <jas@extundo.com>
37032
37033         * modules/gendocs (License): Fix license, approved by Karl.
37034
37035 2006-07-12  Eric Blake  <ebb9@byu.net>
37036
37037         * MODULES.html.sh: Add gendocs.
37038
37039 2006-07-11  Eric Blake  <ebb9@byu.net>
37040
37041         * modules/fdl: New module, to install doc/fdl.texi.
37042         * MODULES.html.sh: Add new section for documentation modules.
37043         * gnulib-tool: Avoid space-tab.
37044         (--doc-base): New option, to manage files from doc.
37045
37046 2006-07-11  Eric Blake  <ebb9@byu.net>
37047
37048         * m4/absolute-header.m4: Fix comments to match recent change.
37049
37050 2006-07-11  Eric Blake  <ebb9@byu.net>
37051
37052         * gnulib-tool: List --doc-base before --tests-base.
37053
37054 2006-07-11  Derek R. Price  <derek@ximbiot.com>
37055
37056         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
37057
37058 2006-07-11  Bruno Haible  <bruno@clisp.org>
37059
37060         * README: Mention where to put documentation.
37061
37062 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37063
37064         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
37065
37066 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
37067
37068         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
37069         to stdint.m4.
37070
37071 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
37072
37073         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
37074         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
37075         "no/such/file/stdint.h" when there is no such file, so that
37076         the resulting C code can be parsed by dodgy compilers.
37077         Problems reported by Bob Proulx.
37078
37079 2006-07-10  Derek R. Price  <derek@ximbiot.com>
37080
37081         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
37082         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
37083         macros into the GNU _D_EXACT_NAMLEN.
37084         * lib/savedir.c:  Likewise.
37085         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
37086
37087 2006-07-10  Derek R. Price  <derek@ximbiot.com>
37088         and Paul Eggert  <eggert@cs.ucla.edu>
37089
37090         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
37091         * m4/savedir.m4:
37092         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
37093         macros into the GNU _D_EXACT_NAMLEN.
37094
37095 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
37096
37097         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
37098         around the absolute name, to work around a problem with the HP-UX
37099         11.23 native C compiler, reported by Bob Proulx.
37100
37101 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
37102
37103         * doc/maintain.texi, make-stds.texi: Sync from
37104         <http://savannah.gnu.org/projects/gnustandards>.
37105
37106 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
37107
37108         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
37109
37110 2006-07-09  Jim Meyering  <jim@meyering.net>
37111
37112         * m4/glob.m4: Remove a doubled word in a comment.
37113
37114 2006-07-09  Jim Meyering  <jim@meyering.net>
37115
37116         * lib/argp-pv.c: Remove a doubled word in a comment.
37117         * lib/check-version.c (check_version): Likewise.
37118         * lib/javacomp.c (compile_java_class): Likewise.
37119
37120 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
37121
37122         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
37123         for the benefit of people using Autoconf 2.60.  If you want to
37124         support older Autoconf versions you can copy m4/onceonly_2_57.m4
37125         (or m4/onceonly.m4, if pre-2.57) manually.
37126
37127 2006-07-08  Jim Meyering  <jim@meyering.net>
37128
37129         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
37130         comment.
37131         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
37132         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
37133         comment.
37134
37135 2006-07-08  Jim Meyering  <jim@meyering.net>
37136
37137         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
37138
37139 2006-07-07  Simon Josefsson  <jas@extundo.com>
37140
37141         * tests/test-crc.c: Change expected crc value, the test vector
37142         were probably computed using the old broken crc.c?
37143
37144 2006-07-06  Simon Josefsson  <jas@extundo.com>
37145
37146         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
37147         now the canonical place for the M4 file).
37148
37149         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
37150         from the sys_socket dependency now.
37151
37152         * modules/inet_pton (Files): Ditto.
37153
37154         * modules/inet_ntop (Files): Ditto.
37155
37156 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
37157
37158         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
37159         not gl_PREREQ_GETUSERSHELL.
37160
37161 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37162
37163         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
37164         with only one argument, for Autoconf 2.60.
37165         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
37166         expand to nothing, so add a shell command to avoid syntax error.
37167         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
37168
37169 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37170
37171         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
37172
37173 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
37174
37175         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
37176         no longer needed.  Check for isblank decl.
37177         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
37178         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
37179         of existence.
37180
37181 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
37182
37183         * lib/getloadavg.c: Use __VMS, not VMS.
37184         * lib/getopt.c: Likewise.
37185         * lib/getpagesize.h: Likewise.
37186         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
37187         and probably does not work.
37188
37189 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
37190
37191         * lib/.cppi-disable: Add wcwidth.
37192         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
37193         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
37194         (ISGRAPH): Remove.  All uses changed to isgraph.
37195         (FOLD) [!defined _LIBC]: Remove special case.
37196         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
37197         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
37198         HAVE_ISBLANK.
37199         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
37200         case.
37201
37202 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
37203
37204         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
37205         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
37206         brackets.  Other minor changes to suppress some compiler
37207         warnings.
37208
37209 2006-07-06  Derek R. Price  <derek@ximbiot.com>
37210         and Paul Eggert  <eggert@cs.ucla.edu>
37211
37212         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
37213         of invoking obsolescent AC_HEADER_DIRENT macro.
37214         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
37215         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
37216         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
37217         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
37218         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
37219         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
37220         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
37221         * m4/readdir.m4: Remove; no longer needed.
37222
37223 2006-07-06  Derek R. Price  <derek@ximbiot.com>
37224         and Paul Eggert  <eggert@cs.ucla.edu>
37225
37226         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
37227         Don't worry about this obsolete case any more.
37228         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
37229         directories.
37230         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
37231         worry about this obsolete case any more.
37232         * lib/fts.c: Likewise.
37233         * lib/getcwd.c: Likewise.
37234         * lib/glob.h: Likewise.
37235         * lib/savedir.c: Likewise.
37236
37237 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
37238
37239         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
37240         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
37241         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
37242         needed.
37243         All uses removed.
37244         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
37245         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
37246         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
37247         needed.
37248         * m4/getdate.m4 (gl_GETDATE): Likewise.
37249         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
37250         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
37251         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
37252         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
37253         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
37254         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
37255         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
37256         needed.
37257
37258 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
37259
37260         * lib/memcasecmp.c: Include <limits.h>.
37261         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
37262         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
37263         Don't assume isdigit succeeds only on '0' through '9'.
37264
37265 2006-07-05  Eric Blake  <ebb9@byu.net>
37266
37267         * modules/getaddrinfo (Depends-on): Add snprintf.
37268
37269 2006-07-05  Eric Blake  <ebb9@byu.net>
37270
37271         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
37272         to avoid 'header present but could not be compiled' on cygwin.
37273
37274 2006-07-05  Eric Blake  <ebb9@byu.net>
37275
37276         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
37277         missing from netdb.h.
37278         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
37279
37280 2006-07-05  Derek R. Price  <derek@ximbiot.com>
37281
37282         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
37283         no longer needed.
37284         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
37285         * m4/getdate.m4 (gl_GETDATE): Likewise.
37286         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
37287         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
37288         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
37289         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
37290         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
37291
37292 2006-07-05  Derek R. Price  <derek@ximbiot.com>
37293
37294         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
37295         All uses of is_space replaced by isspace.
37296         * lib/exit.h: Don't talk about STDC_HEADERS.
37297         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
37298         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
37299         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
37300         replaced by isprint etc.
37301         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
37302         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
37303         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
37304         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
37305         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
37306         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
37307
37308 2006-07-05  Bruno Haible  <bruno@clisp.org>
37309
37310         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
37311         the function exists, before testing against AIX.
37312         Reported by Martin Lambers <marlam@marlam.de>.
37313
37314 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
37315
37316         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
37317         From Mark D. Baushke.
37318
37319 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
37320
37321         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
37322         to the absolute name, not just one, to bypass Sun C 5.8's
37323         "warning: #include of /usr/include/... may be non-portable".
37324
37325 2006-07-04  Eric Blake  <ebb9@byu.net>
37326
37327         * modules/dirname-tests: New test module.
37328         * tests/test-dirname.c: New file, replacing dirname.c
37329         TEST_DIRNAME section that was recently deleted.
37330
37331 2006-07-04  Bruno Haible  <bruno@clisp.org>
37332
37333         Assume ANSI C header files and <ctype.h> functions.
37334         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
37335         (mbsnwidth): Use isprint, iscntrl instead.
37336
37337 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
37338
37339         Merge from coreutils.
37340         * MODULES.html.sh: Add xstrtold.
37341         * modules/xstrtold: New file.
37342         * modules/cycle-check (Files): Add lib/same-inode.h.
37343         * modules/dirname (Files): Add m4/double-slash-root.m4.
37344         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
37345         * modules/mkdir-p (Files): Add lib/same-inode.h.
37346         * modules/same (Files): Add lib/same-inode.h.
37347
37348 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
37349
37350         * m4/absolute-header.m4: Renamed from full-header-path.m4.
37351         This is to keep the terminology clean; POSIX talks about
37352         "absolute pathnames", not "full pathnames", but the GNU
37353         Coding Standards say to use "path" for something else;
37354         so use "absolute" to keep both sides happy.
37355         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
37356         Set gl_absolute_header, not gl_full_header_path.
37357         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
37358         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
37359         All uses changed.
37360
37361         Merge from coreutils.
37362
37363         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
37364
37365         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
37366         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
37367         want to require the building of c-strtod.o.
37368         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
37369         needs -lm directly.
37370         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
37371
37372         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
37373
37374         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
37375         --as-needed option if available.  Problem reported by Albert Chin in
37376         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
37377         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
37378         cc merely issues a bunch of annoying warnings for --as-needed
37379         (this problem was reported by Bob Proulx).  Also, try linking with
37380         -lm to detect a bug in binutils 2.16 (this problem was reported
37381         by Ralf Wildenhues).
37382
37383         2006-06-18  Jim Meyering  <jim@meyering.net>
37384
37385         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
37386         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
37387         macro.
37388         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
37389         also check for glibc-2.4's abort-inducing bug.
37390
37391         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
37392         Low-probability clean-up should be to use rmdir to get rid of
37393         the just-created directory, not unlink.
37394
37395         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
37396         configure fail, and request a bug report to inform us about it.
37397         Add a comment that, barring reports to the contrary, in 2007 we'll
37398         assume ftruncate is universally available.
37399
37400         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
37401
37402         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
37403
37404         2006-03-12  Jim Meyering  <jim@meyering.net>
37405
37406         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
37407         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
37408         * m4/same.m4 (gl_SAME): Likewise.
37409         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
37410
37411         2006-03-11  Eric Blake  <ebb9@byu.net>
37412
37413         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
37414         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
37415         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
37416         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
37417
37418 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
37419
37420         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
37421         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
37422         reported by Mark D. Baushke, one in
37423         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
37424
37425         Merge from coreutils.
37426
37427         * lib/.cppi-disable: Add stdint_.h.
37428         * lib/.cvsignore: Add stdint.h.
37429
37430         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
37431
37432         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
37433         both double and long double versions.
37434         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
37435         * lib/xstrtold.c: New file.
37436         * lib/xstrtod.h (xstrtold): New decl.
37437
37438         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
37439
37440         * lib/filemode.c (setst): Remove.
37441         (strmode): Rewrite to avoid setst.  This makes the code shorter,
37442         (arguably) clearer, and the generated code is a bit smaller on my
37443         Debian GNU/Linux stable x86 host.
37444
37445         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
37446
37447         * lib/filemode.c: Include "filemode.h" first, to test the interface.
37448         Assume that filemode.h includes sys/types.h and sys/stat.h.
37449         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
37450         (ftypelet): Reorder to put common cases first, for efficiency.
37451         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
37452         to do 'M'.
37453         (strmode): Renamed from mode_string, and now stores 12 bytes instead
37454         of 10, for compatibility with FreeBSD.  All callers changed.
37455         (filemodestring): Now stores 12 bytes instead of 10, and sets file
37456         types that can't be deduced solely from st_mode.  First arg is now a
37457         const pointer.
37458         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
37459         (strmode): Renamed from mode_string.
37460         (filemodestring): New decl.
37461         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
37462         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
37463         needed.
37464         (S_ISPORT, S_ISWHT): New macros, if not already defined.
37465
37466         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
37467
37468         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
37469         fsusage.h now does that.  Include fsusage.h first, to test interface.
37470         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
37471         at most one method (the old code could have generated decls that
37472         didn't conform to C89, not that this was ever exercised).
37473         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
37474
37475         2006-03-19  Jim Meyering  <jim@meyering.net>
37476
37477         Work even in a chroot where d_ino values for entries in "/"
37478         don't match the stat.st_ino values for the same names.
37479         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
37480         number, iterate through all entries again, using lstat instead.
37481         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
37482         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
37483
37484         * lib/getcwd.c (__getcwd): Clarify a comment.
37485         Use memcpy in place of a call to strcpy.
37486
37487         2006-03-12  Jim Meyering  <jim@meyering.net>
37488
37489         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
37490         matches that of the current directory (which we're about to chdir ".."
37491         out of), then save the dev-ino of the parent, instead.
37492
37493         * lib/same-inode.h (SAME_INODE): New file/macro.
37494         * lib/chdir-safer.c (SAME_INODE): Remove definition.
37495         Include "same-inode.h", instead.
37496         * lib/same.c: Likewise.
37497         * lib/cycle-check.h: Include "same-inode.h".
37498         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
37499         * lib/cycle-check.c (SAME_INODE): Remove definition.
37500         * lib/root-dev-ino.h: Include "same-inode.h".
37501
37502         2006-03-11  Eric Blake  <ebb9@byu.net>
37503
37504         * lib/same.c (same_name): s/base_name/last_component/
37505         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
37506         * lib/filenamecat.c (file_name_concat): Likewise.
37507
37508         2006-03-11  Eric Blake  <ebb9@byu.net>,
37509                     Paul Eggert  <eggert@cs.ucla.edu>
37510
37511         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
37512         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
37513         drive prefix.
37514         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
37515         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
37516         (last_component): New method.
37517         * lib/dirname.c (dir_len): Determine when drive letters need a
37518         subsequent slash.  Preserve // when it is special.
37519         (dir_name): Don't append dot when drive letter is absolute.
37520         [TEST_DIRNAME]: Move into a full-blown gnulib test.
37521         * lib/basename.c (base_name): New semantics - malloc the result.
37522         Preserve // when it is special.  Preserve relative files that look
37523         like drive letters.
37524         (base_len): Preserve // when it is special.
37525         (last_component): New method, similar to old base_name semantics.
37526         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
37527         base_name.  Strip redundant slashes from ///.
37528
37529 2006-07-03  Jim Meyering  <jim@meyering.net>
37530
37531         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
37532         macro is used before the first cycle_check call.
37533
37534 2006-07-03  Eric Blake  <ebb9@byu.net>
37535
37536         * modules/dirname (Depends-on): Add xstrndup.
37537
37538 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
37539
37540         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
37541         test cases, so that config.log is a bit easier to follow.
37542
37543 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
37544
37545         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
37546         both are 64 bits, since this seems to be the tradition, and this
37547         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
37548         we ever run into a host that prefers long long to long in this
37549         case, we'll need another configure-time test.  Problem reported by
37550         Jim Meyering.
37551
37552 2006-07-02  Eric Blake  <ebb9@byu.net>
37553
37554         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
37555
37556 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
37557
37558         * modules/inttypes (Depends-on): No longer depends on stdint.
37559         * modules/stdint (Description): Say more about assumptions.
37560         Say that the fast types might differ.  Say macros are used.
37561         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
37562         (Makefile.am): Revise list of substituted symbols to match
37563         new stdint.m4.
37564         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
37565         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
37566         * tests/test-stdint.c (verify_same_types)
37567         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
37568         the code conforms to C99/C89.
37569         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
37570         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
37571
37572 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
37573
37574         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
37575         but fix a bug, by requiring at least 64 bits.
37576         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
37577         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
37578         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
37579         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
37580
37581         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
37582         changes.  Make 2.59 a prerequisite.  Check and substitute for
37583         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
37584         inttypes.h.  Do not use special include files; just use the
37585         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
37586         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
37587         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
37588         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
37589         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
37590         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
37591         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
37592         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
37593         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
37594         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
37595         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
37596         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
37597         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
37598         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
37599         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
37600         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
37601         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
37602         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
37603         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
37604         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
37605         WINT_MAX.  Check for C99 conformance more strictly, by detecting
37606         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
37607         not check for things that C99 does not require, e.g., int8_t.  If
37608         a test isn't needed unless <stdint.h> isn't working, and is
37609         unlikely to be needed for any other reason, then don't do it
37610         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
37611         size_t, since we assume C89 freestanding at least.  Do not check
37612         for sig_atomic_t, wchar_t, or wint_t, since the code now does
37613         the right thing even if the types are not defined.  Instead use:
37614         (gl_STDINT_TYPE_PROPERTIES): New macro.
37615         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
37616         testing whether <sys/types.h> clashes, as Autoconf does this for
37617         us now.  All uses removed.
37618         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
37619         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
37620         (gl_CHECK_TYPE_SAME):
37621         Remove; no longer needed.
37622         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
37623         exists, since we'll return 0 anyway in that case.
37624         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
37625
37626 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
37627
37628         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
37629         possible collision with system files.
37630         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
37631         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
37632         WCHAR_MIN and WCHAR_MAX in this case.
37633         (<stddef.h>): Do not include; no longer needed.
37634         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
37635         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
37636         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
37637         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
37638         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
37639         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
37640         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
37641         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
37642         !defined(__c99))]: Include in this case too, since it's harmless
37643         now.
37644         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
37645         dangerous to do so.
37646         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
37647         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
37648         (_STDINT_MIN, _STDINT_MAX): New macros.
37649         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
37650         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
37651         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
37652         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
37653         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
37654         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
37655         macros, not typedefs; this simplifies things quite a bit.
37656         Use long int for all types narrower than int64_t.
37657         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
37658         Define in terms of long long int or int64_t or long int,
37659         not int64_t or int32_t.  This saves some compile-time testing.
37660         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
37661         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
37662         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
37663         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
37664         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
37665         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
37666         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
37667         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
37668         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
37669         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
37670         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
37671         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
37672         undef any previous version and define our own version, for
37673         simplicity and consistency with the new macros for types.
37674         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
37675         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
37676         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
37677         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
37678         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
37679         @WINT_T_SUFFIX@ to keep things simple here.
37680         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
37681         Simplify by assuming typical 8/16/32/64 host, since we're
37682         already doing that elsewhere anyway.
37683         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
37684         and assume long long int is 64 bits if available.  This
37685         speeds up 'configure'.
37686
37687 2006-07-01  Eric Blake  <ebb9@byu.net>
37688
37689         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
37690         Reported by Andreas Buening.
37691
37692 2006-07-01  Eric Blake  <ebb9@byu.net>
37693
37694         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
37695
37696 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
37697
37698         * lib/getaddrinfo.c: fixed typo
37699
37700 2006-06-29  Jim Meyering  <jim@meyering.net>
37701
37702         * modules/strftime (Maintainer): Add my name, since with the
37703         FPRINTFTIME changes strftime.c has forked from glibc.
37704
37705 2006-06-29  Eric Blake  <ebb9@byu.net>
37706
37707         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
37708
37709 2006-06-29  Eric Blake  <ebb9@byu.net>
37710
37711         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
37712
37713 2006-06-29  Eric Blake  <ebb9@byu.net>
37714
37715         * lib/stat_.h: New file.
37716
37717 2006-06-29  Eric Blake  <ebb9@byu.net>
37718
37719         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
37720         unused static function.
37721
37722 2006-06-29  Eric Blake  <ebb9@byu.net>
37723
37724         * doc/functions.texi (Function Portability): Document missing lstat
37725         on mingw.
37726
37727 2006-06-29  Eric Blake  <ebb9@byu.net>
37728
37729         * MODULES.html.sh: Add sys_stat.
37730         * modules/sys_stat: New module.
37731         * modules/mkstemp (Depends-on): Add sys_stat.
37732
37733 2006-06-29  Derek R. Price  <derek@ximbiot.com>
37734
37735         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
37736
37737 2006-06-29  Derek R. Price  <derek@ximbiot.com>
37738
37739         * m4/c-bs-a.m4: Removed.
37740
37741 2006-06-29  Derek R. Price  <derek@ximbiot.com>
37742
37743         * lib/strftime.c: Assume strftime() exists.
37744
37745 2006-06-29  Derek Price  <derek@ximbiot.com>
37746
37747         * modules/c-bs-a: Removed - \a is C89.
37748         * MODULES.html.sh: Remove c-bs-a.
37749
37750 2006-06-29  Bruno Haible  <bruno@clisp.org>
37751
37752         * modules/wcwidth (License): Change to LGPL.
37753
37754 2006-06-28  Simon Josefsson  <jas@extundo.com>
37755
37756         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
37757         on _WIN32.
37758
37759         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
37760         getnameinfo.
37761
37762 2006-06-28  Simon Josefsson  <jas@extundo.com>
37763
37764         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
37765
37766 2006-06-28  Simon Josefsson  <jas@extundo.com>
37767
37768         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
37769         functions there.  It will succeed on Windows XP, but on Windows
37770         2000 and (presumably) earlier, it will fail, and use the internal
37771         re-implementation.
37772         (use_win32_p): New function.
37773         (getaddrinfo): Use strtoul on servname, to support numeric ports.
37774         Support AI_NUMERICSERV to disable getservbyname.
37775         (getnameinfo): New function, only supports
37776         NI_NUMERICHOST|NI_NUMERICSERV for now.
37777
37778         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
37779         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
37780         getnameinfo.
37781
37782 2006-06-28  Eric Blake  <ebb9@byu.net>
37783
37784         * modules/wcwidth: New file.
37785         * modules/mbchar (Depends-on): Add wcwidth.
37786         * modules/mbswidth (Depends-on): Add wcwidth.
37787         * MODULES.html.sh: Add wcwidth.
37788
37789 2006-06-28  Eric Blake  <ebb9@byu.net>
37790
37791         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
37792         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
37793
37794 2006-06-28  Eric Blake  <ebb9@byu.net>
37795
37796         * lib/xvasprintf.h: Fix comments.
37797
37798 2006-06-28  Eric Blake  <ebb9@byu.net>
37799
37800         * lib/mbchar.h (wcwidth): Include wcwidth.h.
37801         * lib/mbswidth.c (wcwidth): Move from here...
37802         * lib/wcwidth.h: ...to this new file.
37803
37804 2006-06-28  Derek R. Price  <derek@ximbiot.com>
37805
37806         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
37807
37808         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
37809         it's obsolete.
37810         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
37811
37812 2006-06-28  Derek R. Price  <derek@ximbiot.com>
37813
37814         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
37815         Autoconf 2.60 says this stuff was obsolete.
37816
37817 2006-06-28  Bruno Haible  <bruno@clisp.org>
37818
37819         * modules/wcwidth (Files): Add m4/wchar_t.m4.
37820
37821 2006-06-28  Bruno Haible  <bruno@clisp.org>
37822
37823         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
37824         gt_TYPE_WCHAR_T.
37825
37826 2006-06-28  Bruno Haible  <bruno@clisp.org>
37827
37828         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
37829         declaration for wcwidth.
37830         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
37831
37832 2006-06-28  Bruno Haible  <bruno@clisp.org>
37833
37834         * lib/mkdtemp.c [MINGW]: Include <io.h>.
37835         (mkdir): Define using _mkdir.
37836
37837 2006-06-28  Bruno Haible  <bruno@clisp.org>
37838
37839         * lib/getaddrinfo.h: Fix POSIX URL.
37840         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
37841         _WIN32.
37842         (use_win32_p): Make static.
37843         (getaddrinfo): Reject service name if it is empty or does not consist
37844         solely of decimal digits, or if its value is > 65535.
37845         (getnameinfo): Remove useless casts.
37846
37847 2006-06-27  Simon Josefsson  <jas@extundo.com>
37848
37849         * modules/sys_select: New file, suggested by Bruno Haible, Paul
37850         Eggert and Martin Lambers.
37851
37852 2006-06-27  Simon Josefsson  <jas@extundo.com>
37853
37854         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
37855         Eggert and Martin Lambers.
37856
37857 2006-06-27  Bruno Haible  <bruno@clisp.org>
37858
37859         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
37860         result to 0, not to empty.
37861         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
37862
37863 2006-06-27  Bruno Haible  <bruno@clisp.org>
37864
37865         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
37866
37867 2006-06-26  Simon Josefsson  <jas@extundo.com>
37868
37869         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
37870         present.
37871
37872 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
37873
37874         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
37875         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
37876         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
37877
37878 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
37879
37880         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
37881
37882 2006-06-26  Bruno Haible  <bruno@clisp.org>
37883
37884         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
37885
37886 2006-06-26  Bruno Haible  <bruno@clisp.org>
37887
37888         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
37889
37890 2006-06-26  Bruno Haible  <bruno@clisp.org>
37891
37892         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
37893         SGI C compiler in pre-C99 mode.
37894         Suggested by Mark D. Baushke and Larry Jones.
37895
37896 2006-06-26  Bruno Haible  <bruno@clisp.org>
37897
37898         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
37899         WCHAR_MAX.
37900         Reported by Mark D. Baushke and Larry Jones.
37901
37902 2006-06-26  Bruno Haible  <bruno@clisp.org>
37903
37904         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
37905         in pre-C99 mode.
37906         Suggested by Mark D. Baushke and Larry Jones.
37907
37908 2006-06-23  Simon Josefsson  <jas@extundo.com>
37909             Bruno Haible  <bruno@clisp.org>
37910
37911         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
37912         Emit mostlyclean-local rule.
37913         (func_emit_tests_Makefile_am): Likewise.
37914         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
37915
37916 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
37917
37918         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
37919
37920 2006-06-23  Bruno Haible  <bruno@clisp.org>
37921
37922         * tests/test-stdint.c: Update to match ISO C 99 Technical
37923         Corrigendum 1.
37924
37925 2006-06-23  Bruno Haible  <bruno@clisp.org>
37926
37927         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
37928
37929 2006-06-23  Bruno Haible  <bruno@clisp.org>
37930
37931         * lib/stdint_.h: Treat IRIX like OpenBSD.
37932
37933 2006-06-23  Bruno Haible  <bruno@clisp.org>
37934
37935         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
37936         ISO C 99 Technical Corrigendum 1.
37937
37938 2006-06-22  Simon Josefsson  <jas@extundo.com>
37939
37940         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
37941         MinGW.
37942
37943 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
37944
37945         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
37946         needed.  Some compiler complained about some of them.  Problem reported
37947         by Larry Jones in
37948         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
37949
37950 2006-06-21  Simon Josefsson  <jas@extundo.com>
37951
37952         * tests/test-getaddrinfo.c: New file.
37953
37954         * modules/getaddrinfo-tests: New file.
37955
37956         * MODULES.html.sh: Add inet_pton.
37957
37958         * modules/inet_pton: New file.
37959
37960 2006-06-21  Simon Josefsson  <jas@extundo.com>
37961
37962         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
37963         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
37964         of using the (limited) gnulib implementation on Windows XP.
37965
37966         * m4/inet_pton.m4: New file.
37967
37968 2006-06-21  Simon Josefsson  <jas@extundo.com>
37969
37970         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
37971         variable.
37972
37973         * lib/socket_.h: Don't define WINVER.
37974
37975         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
37976         slightly modified to work in gnulib.
37977
37978 2006-06-21  Simon Josefsson  <jas@extundo.com>
37979
37980         * doc/gnulib.texi (Windows sockets): Add.
37981
37982 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
37983
37984         * lib/read-file.c (fread_file): Start with buffer allocation of
37985         0 bytes rather than 1 byte; this simplifies the code.
37986         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
37987         code to free buffer and save/restore errno.
37988         (internal_read_file): Remove unused local.
37989
37990 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
37991
37992         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
37993         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
37994         Problem reported by Denis Excoffier in
37995         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
37996
37997 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37998
37999         * modules/sys_socket, modules/socklen: Include sys/types since
38000         FreeBSD 4.x's sys/socket.h needs it.
38001
38002 2006-06-19  Simon Josefsson  <jas@extundo.com>
38003
38004         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
38005
38006 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
38007
38008         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
38009
38010 2006-06-19  Bruno Haible  <bruno@clisp.org>
38011
38012         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
38013         and FULL_PATH_INTTYPES_H in angle brackets.
38014         Reported by Mark D. Baushke <mdb@gnu.org>.
38015
38016 2006-06-17  Eric Blake  <ebb9@byu.net>
38017
38018         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
38019         errno.
38020
38021 2006-06-17  Bruno Haible  <bruno@clisp.org>
38022
38023         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
38024         <sys/inttypes.h>.
38025
38026 2006-06-17  Bruno Haible  <bruno@clisp.org>
38027
38028         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
38029         whether errno is declared. Assume <errno.h> declares errno.
38030
38031 2006-06-17  Bruno Haible  <bruno@clisp.org>
38032
38033         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
38034
38035 2006-06-17  Bruno Haible  <bruno@clisp.org>
38036
38037         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
38038         problem on Solaris 2.5.1.
38039
38040 2006-06-16  Eric Blake  <ebb9@byu.net>
38041
38042         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
38043         * lib/unicodeio.c [!defined errno]: Likewise.
38044         * lib/strtol.c [!defined errno]: Likewise.
38045         * lib/strtod.c [!defined errno]: Likewise.
38046
38047 2006-06-15  Eric Blake  <ebb9@byu.net>
38048
38049         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
38050
38051 2006-06-15  Eric Blake  <ebb9@byu.net>
38052
38053         * config/srclist.txt (ssize_t.m4): Lose sync.
38054
38055 2006-06-15  Bruno Haible  <bruno@clisp.org>
38056
38057         * modules/stdint (Files): Include m4/full-header-path.m4,
38058         m4/size_max.m4, m4/wchar_t.m4.
38059         (Makefile.am): Many more substitutions.
38060         * modules/stdint-tests: New file.
38061         * tests/test-stdint.c: New file.
38062
38063 2006-06-15  Bruno Haible  <bruno@clisp.org>
38064
38065         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
38066         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
38067         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
38068         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
38069         gl_CHECK_TYPE_SAME): New macros.
38070
38071 2006-06-15  Bruno Haible  <bruno@clisp.org>
38072
38073         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
38074
38075 2006-06-15  Bruno Haible  <bruno@clisp.org>
38076
38077         * lib/stdint_.h: Rewritten to be fully auto-configured.
38078         Fixes bug on HP-UX/IA64.
38079
38080 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
38081
38082         * lib/getdate.y (__attribute__): Don't define if already defined.
38083         Problem reported by Larry Jones.
38084         * lib/utimens.c (__attribute__): Likewise.
38085
38086 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
38087
38088         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
38089         reported by Andreas Schwab.
38090
38091 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38092             Bruno Haible  <bruno@clisp.org>
38093
38094         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
38095         check for the declaration of strnlen and a run test that exposes the
38096         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
38097         rpl_strndup.
38098
38099 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38100             Bruno Haible  <bruno@clisp.org>
38101
38102         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
38103
38104 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38105
38106         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
38107         compile test, for Tru64 4.0D.
38108
38109 2006-05-28  Karl Berry  <karl@gnu.org>
38110
38111         * config/srclist.txt (printf-args.c): lose sync.
38112
38113 2006-05-26  Martin Lambers  <marlam@marlam.de>
38114
38115         * lib/getpass.c: Updates the test for the native W32 API, and adds
38116         missing includes, thus fixing compilation warnings.
38117
38118 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
38119
38120         * lib/exclude.c (exclude_fnmatch): New function.
38121         (excluded_file_name): Call exclude_fnmatch.
38122         * lib/exclude.h (excluded_file_name): New prototype
38123
38124 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
38125
38126         * lib/tempname.c (small_open, large_open): New macros.
38127         (__open, __open64) [!_LIBC]: Remove.
38128         (__gen_tempname): Use small_open and large_open instead of __open
38129         and __open64.  This fixes a portability bug on HP-UX 11.11i
38130         reported by Simon Wing-Tang in
38131         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
38132
38133 2006-05-24  Bruno Haible  <bruno@clisp.org>
38134
38135         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
38136         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
38137         Reported by Thorsten Maerz <torte@netztorte.de> via
38138         Aaron Stone <aaron@serendipity.cx>.
38139
38140 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
38141
38142         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
38143         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
38144         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
38145         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
38146         not really conditional on the cache.
38147         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
38148
38149 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
38150
38151         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
38152         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
38153         (my_usleep): Don't mishandle maximum value.
38154
38155 2006-05-19  Jim Meyering  <jim@meyering.net>
38156
38157         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
38158
38159 2006-05-17  Bruno Haible  <bruno@clisp.org>
38160
38161         Cygwin portability.
38162         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
38163
38164 2006-05-17  Bruno Haible  <bruno@clisp.org>
38165
38166         * lib/stdint_.h: Fix recognition of Cygwin.
38167
38168 2006-05-15  Bruno Haible  <bruno@clisp.org>
38169
38170         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
38171         on libtool patch by Ralf Wildenhues.
38172
38173 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
38174
38175         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
38176         test for C99 conformance; (bool) 0.5 is an integer constant
38177         expression, but (bool) -0.5 is not.  Problem reported by Fedor
38178         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
38179
38180 2006-05-11  Simon Josefsson  <jas@extundo.com>
38181
38182         * m4/xvasprintf.m4: Fix obvious typo.
38183
38184 2006-05-11  Jim Meyering  <jim@meyering.net>
38185
38186         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
38187         James Lemley.
38188
38189 2006-05-10  Simon Josefsson  <jas@extundo.com>
38190
38191         * lib/md4.c: Typo fix, update copyright years.
38192         (K1, K2): Don't use L because it turn computations into 64-bit on
38193         64-bit platforms.
38194
38195 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
38196
38197         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
38198         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
38199         unwanted sign propagation, e.g., on hosts with 64-bit int.
38200         There still are some problems with reeelly weird theoretical hosts
38201         (e.g., 33-bit int) but it's not worth worrying about now.
38202         * lib/sha1.c (rol): Likewise.
38203         (K1, K2, K3, K4): Remove unnecessary L suffix.
38204
38205 2006-05-10  Bruno Haible  <bruno@clisp.org>
38206
38207         * lib/des.c: Cast to avoid warnings.
38208
38209 2006-05-09  Bruno Haible  <bruno@clisp.org>
38210
38211         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
38212         (Depends-on): Depend also on xsize, stdarg.
38213         (configure.ac): Add gl_XVASPRINTF.
38214
38215 2006-05-09  Bruno Haible  <bruno@clisp.org>
38216
38217         * m4/xvasprintf.m4: New file.
38218
38219 2006-05-09  Bruno Haible  <bruno@clisp.org>
38220
38221         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
38222         (EOVERFLOW): Define fallback value.
38223         (xstrcat): New function.
38224         (xvasprintf): Recognize the special case of a string concatenation.
38225
38226 2006-05-08  Eric Blake  <ebb9@byu.net>
38227
38228         * gnulib-tool (func_version): Base copyright year on CVS date.
38229         (func_emit_copyright_notice): New function.
38230         (func_emit_lib_Makefile_am): Use it.
38231         (func_emit_tests_Makefile_am): Likewise.
38232         (func_import): Likewise.
38233
38234 2006-05-08  Bruno Haible  <bruno@clisp.org>
38235
38236         * modules/stdarg: New file.
38237         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
38238
38239 2006-05-08  Bruno Haible  <bruno@clisp.org>
38240
38241         * m4/stdarg.m4: New file, from GNU gettext.
38242
38243 2006-05-08  Bruno Haible  <bruno@clisp.org>
38244
38245         * config/srclist.txt (build-aux/config.rpath): different from latest
38246         release.
38247
38248 2006-05-08  Bruno Haible  <bruno@clisp.org>
38249
38250         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
38251
38252 2006-05-05  Jim Meyering  <jim@meyering.net>
38253
38254         * m4/warning.m4: New file, derived from bison's file by the same name.
38255
38256 2006-05-03  Bruno Haible  <bruno@clisp.org>
38257
38258         * lib/stdint_.h: Shorter URL.
38259         * lib/inttypes.h: Likewise.
38260
38261 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
38262
38263         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
38264
38265 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
38266
38267         * lib/verify.h: Document the internals better.  Most of this change
38268         was written by Bruno Haible.
38269
38270 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
38271
38272         * doc/verify.texi: New file, partly based on a proposal by
38273         Bruno Haible.
38274
38275 2006-05-02  Bruno Haible  <bruno@clisp.org>
38276
38277         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
38278         test from here...
38279         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
38280
38281 2006-04-29  Bruno Haible  <bruno@clisp.org>
38282
38283         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
38284         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
38285
38286 2006-04-29  Bruno Haible  <bruno@clisp.org>
38287
38288         * gnulib-tool: Make --update option actually work.
38289
38290 2006-04-29  Bruno Haible  <bruno@clisp.org>
38291
38292         * doc/gcd.texi: New file.
38293         * doc/gnulib.texi: Include it.
38294
38295 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
38296
38297         * lib/getdate.y (get_date): When adding relative date, start with the
38298         initial time, not with the result of the first mktime call.
38299
38300 2006-04-25  Bruno Haible  <bruno@clisp.org>
38301
38302         * gnulib-tool (func_import): Output the include directives in three
38303         blocks, sorted separately.
38304         Reported by Ben Pfaff <blp@cs.stanford.edu>.
38305
38306 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
38307
38308         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
38309         to define main with arguments, for C++.  Reported by Eric Blake.
38310         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
38311         Prefer 'int main ()' to 'int main (void)', for C++.
38312         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
38313         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
38314         for 'main', for C99 and C++.
38315
38316 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
38317
38318         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
38319         Don't assume that exit status -1 is valid.
38320         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
38321         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
38322         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
38323         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
38324         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
38325         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
38326         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
38327         functions can be used without declaring them, or that you can
38328         exit with status -1.
38329         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
38330
38331 2006-04-24  Karl Berry  <karl@gnu.org>
38332
38333         * config/srclist.txt (longdouble.m4): sync lost.
38334
38335 2006-04-24  Eric Blake  <ebb9@byu.net>
38336
38337         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
38338
38339 2006-04-24  Bruno Haible  <bruno@clisp.org>
38340
38341         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
38342         poll() implementation in AIX.
38343         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38344
38345 2006-04-24  Bruno Haible  <bruno@clisp.org>
38346
38347         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
38348         assigned exactly once.
38349
38350 2006-04-23  Claudio Fontana  <claudio@gnu.org>
38351             Bruno Haible  <bruno@clisp.org>
38352
38353         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
38354         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
38355         for AM_CPPFLAGS.
38356
38357 2006-04-23  Bruno Haible  <bruno@clisp.org>
38358
38359         * modules/copy-file: Depend on unistd.
38360         * modules/execute: Likewise.
38361         * modules/fatal-signal: Likewise.
38362         * modules/findprog: Likewise.
38363         * modules/mkdtemp : Likewise.
38364         * modules/pipe: Likewise.
38365         * modules/wait-process: Likewise.
38366
38367 2006-04-23  Bruno Haible  <bruno@clisp.org>
38368
38369         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
38370         condition was already detected.
38371         Reported by Ben Pfaff <blp@cs.stanford.edu>.
38372
38373 2006-04-23  Bruno Haible  <bruno@clisp.org>
38374
38375         * lib/copy-file.c: Include <unistd.h> unconditionally.
38376         * lib/execute.c: Likewise.
38377         * lib/fatal-signal.c: Likewise.
38378         * lib/findprog.c: Likewise.
38379         * lib/mkdtemp.c: Likewise.
38380         * lib/pipe.h: Likewise.
38381         * lib/pipe.c: Likewise.
38382         * lib/wait-process.h: Likewise.
38383
38384 2006-04-23  Bruno Haible  <bruno@clisp.org>
38385
38386         * gnulib-tool (func_usage): Fix --import description. Document
38387         --update.
38388         (func_import): Create temporary file in a temporary directory, if
38389         --dry-run is specified. Silence errors from 'grep' when there are no
38390         m4 files in $m4dir.
38391         (func_create_testdir): Silence errors from 'grep' when there are no
38392         m4 files in $m4dir.
38393         Reported by Karl Berry <karl@freefriends.org>.
38394
38395 2006-04-20  Bruno Haible  <bruno@clisp.org>
38396
38397         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
38398         one argument, so that the code will be portable to Autoconf 2.60.
38399         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
38400         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
38401         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
38402
38403 2006-04-19  Derek Price  <derek@ximbiot.com>
38404             Eric Blake  <ebb9@byu.net>
38405
38406         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
38407         rather than "/full/path.h".  Update comment to match.  Shorten &
38408         generalize m4_translit call via AS_TR_CPP.
38409
38410 2006-04-19  Derek Price  <derek@ximbiot.com>
38411             Eric Blake  <ebb9@byu.net>
38412
38413         * lib/inttypes.h: Correct grammar in comment.
38414
38415 2006-04-18  Derek Price  <derek@ximbiot.com>
38416             Paul Eggert  <eggert@cs.ucla.edu>
38417
38418         * modules/inttypes: New file.
38419         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
38420
38421 2006-04-18  Derek Price  <derek@ximbiot.com>
38422             Paul Eggert  <eggert@cs.ucla.edu>
38423
38424         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
38425         New files.
38426
38427 2006-04-18  Derek Price  <derek@ximbiot.com>
38428             Paul Eggert  <eggert@cs.ucla.edu>
38429
38430         * lib/inttypes.h: New file.
38431         * lib/strtoimax.c: Assume <inttypes.h>.
38432
38433 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
38434
38435         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
38436         isn't mounted.  Problem reported by Kir Kolyshkin.
38437
38438 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
38439
38440         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
38441         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
38442         Derek R. Price.
38443         * lib/regex.h (RE_DUP_MAX): Update comment to match current
38444         implementation.
38445
38446 2006-04-12  Eric Blake  <ebb9@byu.net>
38447
38448         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
38449         is now done automatically by the corresponding Autoconf macro.
38450
38451 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
38452
38453         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
38454         time_r.h.
38455
38456 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
38457
38458         Merge regex changes from libc, removing some of our
38459         POSIX-conformance changes that were rejected and redoing them in a
38460         less-intrusive way.
38461
38462         * lib/regcomp.c (re_compile_internal, init_dfa):
38463         Length arg is now size_t, not Idx.  All uses changed.
38464         (peek_token): Forward decl now says internal_function.
38465         (__re_error_msgid, __re_error_msgid_idx):
38466         Now static rather than extern with attribute_hidden.
38467         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
38468         For some reason libc prefers K&R style defns for external functions.
38469         (regerror) [!defined _LIBC]: Likewise.
38470         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
38471         (seek_collating_symbol_entry, lookup_collation_sequence_value):
38472         (build_range_exp, build_collating_symbol):
38473         Use K&R-style defn.
38474         (re_compile_fastmap): Use '\0' to memset, not 0.
38475         (utf8_sb_map): Make the calculations more obvious.
38476         (init_dfa, parse_bracket_exp, build_charclass_op):
38477         Call calloc and cast result, as glibc does.
38478         (init_word_char, fetch_token, peek_token, peek_token_bracket):
38479         (build_range_exp, build_collating_symbol):
38480         Now internal functions.
38481
38482         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
38483
38484         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
38485         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
38486         Don't depend on VMS; depend on __VMS instead, for POSIX
38487         namespace cleanness.
38488         (regoff_t): Define to ssize_t, not long int.
38489
38490         Remove the REG_ macros named below.  Instead, make the old names
38491         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
38492         __USE_GNU_REGEX.
38493         (REG_BACKSLASH_ESCAPE_IN_LISTS):
38494         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
38495         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
38496         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
38497         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
38498         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
38499         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
38500         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
38501         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
38502         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
38503         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
38504         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
38505         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
38506         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
38507         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
38508         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
38509         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
38510         (REG_NREGS):
38511         Remove.  All uses replaced by the old RE_* names.
38512         (RE_BACKSLASH_ESCAPE_IN_LISTS):
38513         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
38514         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
38515         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
38516         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
38517         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
38518         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
38519         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
38520         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
38521         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
38522         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
38523         Don't bother having these macros be independent of each others'
38524         values, since they no longer exist in the POSIX name space.
38525
38526         Rename the following member names back to their old names,
38527         unless !__USE_GNU_REGEX.  All uses changed back.
38528         (buffer): Renamed from re_buffer.
38529         (allocated): Renamed from re_allocated.
38530         (used): Renamed from re_used.
38531         (syntax): Renamed from re_syntax.
38532         (fastmap): Renamed from re_fastmap.
38533         (translate): Renamed from re_translate.
38534         (can_be_null): Renamed from re_can_be_null.
38535         (regs_allocated): Renamed from re_regs_allocated.
38536         (fastmap_accurate): Renamed from re_fastmap_accurate.
38537         (no_sub): Renamed from re_no_sub.
38538         (not_bol): Renamed from re_not_bol.
38539         (not_eol): Renamed from re_not_eol.
38540         (newline_anchor): Renamed from re_newline_anchor.
38541         (num_regs): Renamed from rm_num_regs.
38542         (start): Renamed from rm_start.
38543         (end): Renamed from rm_end.
38544
38545         (free_state): Move up a bit.
38546
38547         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
38548         #define to be empty.
38549         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
38550         when that is what is intended.
38551         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
38552         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
38553         (MAX): New macro.
38554         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
38555         All uses changed back to re_malloc, etc.  It's now the caller's
38556         responsibility to check for overflow; all callers changed.
38557         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
38558         (re_x2nrealloc): Remove.
38559         (free_state): Remove decl.
38560
38561         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
38562         (re_set_registers, re_exec):
38563         Use K&R-style defn.
38564
38565         2006-01-31  Roland McGrath  <roland@redhat.com>
38566
38567         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
38568         Reported by Mike Frysinger <vapier@gentoo.org>.
38569
38570         2006-01-15  Andreas Jaeger  <aj@suse.de>
38571
38572         [BZ #1950]
38573         * lib/regex_internal.c (re_string_reconstruct): Adjust for
38574         build_wcs_upper_buffer change.
38575         (build_wcs_upper_buffer): Change return type.
38576
38577         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
38578
38579         * lib/regex_internal.h: Include <stdint.h> if available.
38580
38581         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
38582
38583         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
38584
38585         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
38586
38587         * lib/regcomp.c: Adjust for changed secondary hash function.
38588
38589         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
38590
38591         * lib/regex.h: Pretty printing.
38592         Clean up namespace a bit.
38593
38594         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
38595
38596         * lib/regexec.c (update_cur_sifted_state, check_arrival,
38597         check_arrival_add_next_nodes): Avoid using uninitialized variable.
38598
38599         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
38600                     Ulrich Drepper  <drepper@redhat.com>
38601
38602         [BZ #1302]
38603         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
38604         changed.
38605         (bitset_word_t): Renamed from bitset_word.  All uses changed.
38606
38607         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
38608
38609         [BZ #281]
38610         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
38611         * lib/regcomp.c: Remove unnecessary uses of
38612         unsigned RE_TRANSLATE_TYPE.
38613         * lib/regex_internal.h: Likewise.
38614         * lib/regex_internal.c: Likewise.
38615         * lib/regexec.c: Likewise.
38616         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
38617
38618         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
38619
38620         * lib/regexec.c (find_recover_state): Remove unnecessary
38621         initialization.
38622         (transit_state_bkref): Make DFA a const pointer.
38623         (get_subexp): Likewise.
38624         (check_arrival): Likewise.
38625         (update_cur_sifted_state): Likewise.
38626         (re_search_internal): Likewise.
38627         (prune_impossible_nodes): Likewise.
38628         (acquire_init_state_context): Likewise.
38629         (proceed_next_node): Likewise.
38630         (set_regs): Likewise.
38631         (free_fail_stack_return): Likewise.
38632         (check_arrival_expand_ecl): Mark DFA parameter as const.
38633         (check_arrival_expand_ecl_sub): Likewise.
38634         (check_subexp_limits): Likewise.
38635         (sub_epsilon_src_nodes):  Likewise.
38636         (add_epsilon_src_nodes):  Likewise.
38637         (merge_state_array): Likewise.
38638         (update_regs): Likewise.
38639         (build_trtable): Likewise.
38640         (sift_states_backward): Mark MCTX parameter as const.
38641         (build_sifted_states): Likewise.
38642         (update_cur_sifted_state): Likewise.
38643         (sift_states_mkref): Likewise.
38644         (check_arrival_expand_ecl): Mark eclosure as const.
38645         (check_dst_limits_calc_pos_1): Likewise.
38646         * lib/regex_internal.h (re_match_context_t): Make dfa a const
38647         pointer.
38648
38649         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
38650
38651         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
38652         (transit_state_sb): Likewise.
38653         (transit_state_mb): Likewise.
38654         (sift_states_iter_mb): Likewise.
38655         (check_arrival_add_next_nodes): Likewise.
38656         (check_node_accept_bytes): Change first parameter to pointer-to-const.
38657         [_LIBC] (re_search_2_stub): Use mempcpy.
38658
38659         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
38660         mbrtowc for very simple UTF-8 case.
38661
38662         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
38663         a pointer-to-const.
38664         (re_acquire_state_context): Likewise.
38665         * lib/regex_internal.h: Adjust prototypes.
38666
38667         * lib/regex.c: Prevent using C++ compilers.
38668
38669         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
38670         (re_acquire_state_context): Likewise.
38671
38672 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
38673
38674         * modules/regex (Depends-on): Add ssize_t.
38675
38676 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
38677
38678         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
38679         translation table.
38680
38681 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
38682
38683         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
38684
38685 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
38686             Bruno Haible  <bruno@clisp.org>
38687
38688         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
38689         <sys/types.h> and <inttypes.h>.
38690
38691 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38692
38693         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
38694         `__error_t_defined', so argp.h will not typedef the former.
38695
38696 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
38697
38698         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
38699         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
38700         glibc names.  Even if glibc is changed to conform to POSIX, the
38701         traditional names will be available anyway, since regex depends on
38702         the extensions module.  Also, fix a longstanding typo in the
38703         implementation of Spencer ERE test #75 from grep 2.3.  Problems
38704         reported by Emanuele Giaquinta.  Also, change sense of cached
38705         variable, so that the message makes sense.
38706
38707 2006-03-24  Simon Josefsson  <jas@extundo.com>
38708
38709         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
38710         including some doc fixes.
38711         (base64_encode_alloc): Fix +1 bug on allocation failures.
38712
38713 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38714
38715         * lib/base64.c (base64_encode): Do not read past end of array with
38716         unsanitized input on systems with CHAR_BIT > 8.
38717
38718 2006-03-24  Eric Blake  <ebb9@byu.net>
38719
38720         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
38721
38722 2006-03-22  Karl Berry  <karl@gnu.org>
38723
38724         * config/srclist.txt (*setenv.[ch]): get from coreutils.
38725         * config/srclistvars.sh (COREUTILS): new var.
38726
38727 2006-03-17  Jim Meyering  <jim@meyering.net>
38728
38729         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
38730         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
38731
38732 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
38733
38734         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
38735         no longer needs it.  Instead, check that regoff_t is as least
38736         as wide as ptrdiff_t.
38737
38738         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
38739         so that our regex.h stays compatible with the installed regex.
38740         This is helpful for installers who configure --without-included-regex.
38741         Problem reported by Emanuele Giaquinta.
38742
38743 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
38744
38745         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
38746         Typedef to long int, not to off_, as POSIX will likely change
38747         in that direction.
38748
38749 2006-03-15  Eric Blake  <ebb9@byu.net>
38750
38751         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
38752
38753 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
38754
38755         * lib/argp-help.c (validate_uparams): Fix typo
38756         * lib/argp-parse.c (argp_default_options): Consistently begin help
38757         messages with a lowercase letter.
38758
38759 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
38760
38761         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
38762         overrun buffers and shouldn't be used (much as gets shouldn't be
38763         used).
38764         * lib/time_r.c (asctime_r, ctime_r): Likewise.
38765
38766 2006-03-08  Simon Josefsson  <jas@extundo.com>
38767
38768         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
38769         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38770
38771 2006-03-08  Simon Josefsson  <jas@extundo.com>
38772
38773         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
38774         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38775
38776 2006-03-08  Simon Josefsson  <jas@extundo.com>
38777
38778         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
38779         signal that configure disabled the device.
38780
38781 2006-03-08  Simon Josefsson  <jas@extundo.com>
38782
38783         * build-aux/maint.mk: Fix refresh-po, to handle no translated
38784         languages.
38785
38786 2006-03-07  Simon Josefsson  <jas@extundo.com>
38787
38788         * modules/getopt (Depends-on): Add unistd.
38789
38790         * modules/unistd: New file.
38791
38792 2006-03-07  Simon Josefsson  <jas@extundo.com>
38793
38794         * modules/gc-random: New file.
38795
38796 2006-03-07  Simon Josefsson  <jas@extundo.com>
38797
38798         * m4/unistd_h.m4: New file.
38799
38800 2006-03-07  Simon Josefsson  <jas@extundo.com>
38801
38802         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
38803         test to be side-effect free by storing the result in the cache
38804         variable gl_cv_lib_readline, and moving the assignment of
38805         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
38806         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38807
38808 2006-03-07  Simon Josefsson  <jas@extundo.com>
38809
38810         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
38811         error on missing devices (the functions will return an error).
38812
38813         * m4/gc.m4: Move random stuff to gc-random.m4
38814
38815 2006-03-07  Simon Josefsson  <jas@extundo.com>
38816
38817         * lib/unistd_.h: New file.
38818
38819 2006-03-07  Simon Josefsson  <jas@extundo.com>
38820
38821         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
38822
38823 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
38824
38825         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
38826         Problem reported by Juan Manuel Guerrero.
38827
38828 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
38829
38830         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
38831         the unistd module.
38832         * lib/getlogin_r.c: Likewise.
38833         * lib/getlogin_r.h: Likewise.
38834         * lib/glob.c: Likewise.
38835         * lib/pagealign_alloc.c: Likewise.
38836         * lib/unistd_.h: Remove; no longer needed.
38837
38838 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
38839
38840         * MODULES.html.sh (Support for systems lacking POSIX:2001):
38841         Add unistd.
38842         * modules/c-stack (Depends-on): Add unistd.
38843         * modules/getlogin_r: Likewise.
38844         * modules/glob: Likewise.
38845         * modules/pagealign_alloc: Likewise.
38846         * modules/unistd (Files): Remove lib/unistd_.h.
38847         (EXTRA_DIST): Remove.
38848         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
38849         need unistd_.h.
38850         (MOSTLYCLEANFILES): Remove unistd.h-t.
38851
38852 2006-03-03  Simon Josefsson  <jas@extundo.com>
38853
38854         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
38855
38856 2006-03-03  Simon Josefsson  <jas@extundo.com>
38857
38858         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
38859         libidn and bison.
38860
38861 2006-03-03  Simon Josefsson  <jas@extundo.com>
38862
38863         * build-aux/maint.mk: Add indent target.
38864
38865 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
38866
38867         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
38868         our replacement poll.h in any case, to avoid a differing
38869         declaration from a system header.  Seen on AIX.
38870
38871 2006-03-01  Simon Josefsson  <jas@extundo.com>
38872
38873         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
38874         <kasal@ucw.cz>.
38875
38876 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38877
38878         * modules/gettime (Depends-on): Add extensions module.
38879         * modules/nanosleep (Depends-on): Likewise.
38880         * modules/settime (Depends-on): Likewise.
38881
38882 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38883
38884         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
38885         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
38886         pedantically.
38887         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
38888         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
38889
38890         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
38891         not "==".  Reported by Ralf Wildenhues.
38892
38893 2006-03-01  Karl Berry  <karl@gnu.org>
38894
38895         * doc/Copyright/request-*: new files, synced from gnuorg.
38896
38897 2006-03-01  Karl Berry  <karl@gnu.org>
38898
38899         * config/srclist.txt (Copyright/*): new entries.
38900
38901 2006-02-28  Simon Josefsson  <jas@extundo.com>
38902
38903         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
38904
38905 2006-02-27  Simon Josefsson  <jas@extundo.com>
38906
38907         * lib/base64.h: Indent #define's.  From Jim Meyering
38908         <jim@meyering.net>.
38909
38910 2006-02-27  Jim Meyering  <jim@meyering.net>
38911
38912         Revert the change of 2006-02-24, so these files can continue
38913         to be sync'd from gettext.
38914         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
38915         of `config.h'.
38916
38917 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
38918
38919         * modules/intprops: New file.
38920         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
38921         Add intprops.
38922         * modules/getloadavg (Files): Remove lib/intprops.h.
38923         (Depends-on): Add intprops.
38924         * modules/human: Likewise.
38925         * modules/inttostr: Likewise.
38926         * modules/openat: Likewise.
38927         * modules/sig2str: Likewise.
38928         * modules/userspec: Likewise.
38929         * modules/utimecmp: Likewise.
38930         * modules/xnanosleep: Likewise.
38931         * modules/xstrtol: Likewise.
38932
38933 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
38934
38935         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
38936         * modules/lock-tests (TESTS): Use $(EXEEXT).
38937         * modules/tls-tests: Likewise.
38938         * modules/argp-tests: Likewise.
38939         (check_PROGRAMS): New var, replacing...
38940         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
38941
38942 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38943
38944         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
38945         `config.h'.
38946
38947 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
38948
38949         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
38950
38951 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38952
38953         Sync from coreutils.
38954         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
38955         gl_CHDIR_SAFER.
38956
38957 2006-02-22  Jim Meyering  <jim@meyering.net>
38958
38959         Sync from coreutils.
38960         * m4/chdir-safer.m4: New file.
38961
38962 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
38963
38964         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
38965         AT_FDCWD exceeds INT_MAX.
38966         * lib/openat.h (AT_FDCWD): Likewise.
38967
38968 2006-02-17  Eric Blake  <address@hidden>
38969
38970         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
38971
38972 2006-02-16  Simon Josefsson  <jas@extundo.com>
38973
38974         * modules/getaddrinfo (Depends-on): Add sys_socket.
38975
38976 2006-02-15  Simon Josefsson  <jas@extundo.com>
38977
38978         * build-aux/maint.mk: Add dsyntax-check rule.
38979
38980 2006-02-15  Eric Blake  <ebb9@byu.net>
38981
38982         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
38983         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
38984         'present but cannot compile' warnings on cygwin.
38985         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
38986         use ws2tcpip.h if sys/socket.h works.
38987         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
38988         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
38989
38990 2006-02-14  Simon Josefsson  <jas@extundo.com>
38991
38992         * modules/maintainer-makefile (Files): Rename.
38993
38994         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
38995         and (the local) Makefile.cfg to maint-cfg.mk.
38996
38997         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
38998         to the latter.
38999
39000         * modules/maintainer-makefile: New module.
39001
39002         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
39003         severaly stripped to make it possible to build it up from scratch
39004         with reliable tests.
39005
39006         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
39007         fixes to permit overriding the default actions when configure and
39008         makefile are not available.
39009
39010 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
39011
39012         Sync from coreutils.
39013         * modules/lstat (Depends-on): Don't depend on xalloc.
39014         (License): Change from GPL to LGPL, since this is now simply a
39015         replacement for a libc function.
39016
39017 2006-02-14  Jim Meyering  <jim@meyering.net>
39018
39019         Sync from coreutils.
39020
39021         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
39022         failure on deficient systems, and simplify gnulib lgpl dependencies.
39023         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
39024         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
39025
39026         * lib/xalloc-die.c: Remove unused definition of N_.
39027
39028 2006-02-14  Jim Meyering  <jim@meyering.net>
39029
39030         Sync from coreutils.
39031         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
39032         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
39033         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
39034         double-quote uses of that variable, to accommodate the rare case in
39035         which getmntent is available in none of the libraries checked.  This
39036         happens at least on FreeBSD 5.0.
39037
39038 2006-02-13  Simon Josefsson  <jas@extundo.com>
39039
39040         * gnulib-tool (Usage): Fix --import, from
39041         karl@freefriends.org (Karl Berry).
39042
39043 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
39044
39045         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
39046
39047 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
39048
39049         * lib/argp-namefrob.h: Restore changes accidentally lost during the
39050         "autoupdate" on 2005-12-12.
39051
39052 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
39053
39054         * modules/closeout (Depends-on): Remove atexit.
39055
39056 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
39057
39058         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
39059         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
39060
39061 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
39062
39063         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
39064         __EXTENSIONS__ if this causes compilation to fail.  Problem
39065         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
39066         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
39067
39068 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
39069
39070         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
39071         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
39072         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
39073         All uses changed.
39074
39075 2006-01-26  Simon Josefsson  <jas@extundo.com>
39076
39077         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
39078         prototype is visible on mingw32.
39079
39080         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
39081         for mingw32.
39082
39083         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
39084         mingw32).
39085
39086 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39087
39088         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
39089         attempt to open for write; this always fails, at least on POSIX
39090         hosts.  This reinstates the 2006-01-09 change, which was
39091         inadvertently removed.
39092
39093 2006-01-26  Bruno Haible  <bruno@clisp.org>
39094
39095         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
39096         Reported by Paul Eggert.
39097
39098 2006-01-26  Bruno Haible  <bruno@clisp.org>
39099             Paul Eggert  <eggert@cs.ucla.edu>
39100
39101         * lib/stdbool_.h (_Bool)
39102         [(! (defined __cplusplus || defined __BEOS__)
39103           && !defined __GNUC__
39104           && !(defined __HP_cc || defined __xlc__
39105                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
39106                || defined __sgi))]:
39107         #define to signed char in these cases too; this simplifies
39108         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
39109         etc., separately) and makes it more conservative.
39110
39111 2006-01-25  Simon Josefsson  <jas@extundo.com>
39112
39113         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
39114         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
39115         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
39116
39117 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
39118
39119         * lib/argp-namefrob.h: Bugfix. Remove stray #
39120
39121 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
39122
39123         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
39124         so that we test the test.
39125         Check for yet another HP-UX cc bug involving *bool |= bool.
39126
39127 2006-01-25  Karl Berry  <karl@gnu.org>
39128
39129         * config/srclist.txt (vasnprintf.c): sync lost.
39130
39131 2006-01-25  Jim Meyering  <jim@meyering.net>
39132
39133         Sync from the stable (b5) branch of coreutils:
39134
39135         * lib/fts.c (fts_children): Don't let close() clobber errno from
39136         failed fchdir().
39137
39138         * lib/fts.c (fts_stat): When following a symlink-to-directory,
39139         don't necessarily interpret stat-fails+lstat-succeeds as indicating
39140         a dangling symlink.  That can also happen at least for ELOOP.
39141         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
39142         FYI, this bug predates the inclusion of fts.c in coreutils.
39143
39144         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
39145         in their own block, so pre-c99 compilers don't object.
39146
39147         Avoid the double-free (first in fts_read, second in fts_close) that
39148         would occur when an `active' directory is made inaccessible (e.g.,
39149         via chmod a-x) during a traversal.
39150         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
39151         before returning.  Reproduce this failure by
39152         mkdir -p a/b; cd a; chmod a-x . b
39153         Reported by Stavros Passas.
39154
39155 2006-01-25  Jim Meyering  <jim@meyering.net>
39156
39157         * lib/fileblocks.c: Remove more useless parentheses.
39158         * lib/readutmp.h: Likewise.
39159
39160 2006-01-25  Bruno Haible  <bruno@clisp.org>
39161
39162         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
39163         warnings.
39164         Reported by Paul Eggert.
39165
39166 2006-01-25  Bruno Haible  <bruno@clisp.org>
39167
39168         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
39169         rid of a trap command. For Solaris sh.
39170         Reported by Mark D. Baushke <mdb@gnu.org>.
39171
39172 2006-01-24  Simon Josefsson  <jas@extundo.com>
39173
39174         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
39175         Bruno.
39176
39177 2006-01-24  Karl Berry  <karl@gnu.org>
39178
39179         * config/srclist.txt (argp-namefrob.h): sync lost.
39180
39181 2006-01-24  Jim Meyering  <jim@meyering.net>
39182
39183         * modules/openat (Files): Add lib/intprops.h.
39184         From Mark D. Baushke.
39185
39186 2006-01-24  Jim Meyering  <jim@meyering.net>
39187
39188         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
39189         Reported by Mark D. Baushke.
39190
39191 2006-01-24  Jim Meyering  <jim@meyering.net>
39192
39193         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
39194
39195 2006-01-24  Bruno Haible  <bruno@clisp.org>
39196
39197         * modules/strnlen (Maintainer): Change from glibc to all.
39198
39199 2006-01-24  Bruno Haible  <bruno@clisp.org>
39200
39201         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
39202         Patch by Paul Eggert.
39203
39204 2006-01-24  Bruno Haible  <bruno@clisp.org>
39205
39206         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
39207         already has it.
39208         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
39209         2005-11-26.
39210
39211         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
39212         'signed char' to avoid problems with the built-in _Bool type.
39213         Reported by Paul Eggert on 2005-11-26.
39214
39215 2006-01-24  Bruno Haible  <bruno@clisp.org>
39216
39217         * gnulib-tool (func_import): Avoid constructing complicated sed
39218         expressions inside backquote.
39219         Report and solution by Mark D. Baushke <mdb@gnu.org>.
39220
39221 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
39222
39223         These changes imported from libc.
39224         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
39225         test and two separate function calls.
39226         * lib/strndup.c (__strndup): Add libc_hidden_def.
39227
39228 2006-01-23  Simon Josefsson  <jas@extundo.com>
39229
39230         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
39231         Remove the test_*_SOURCES variable: automake infers it by default.
39232         * modules/tls-tests: Likewise.
39233
39234 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39235
39236         Work around porting bugs reported by Dieter in
39237         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
39238         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
39239         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
39240         Include "getopt.h" first, to check interface.
39241         (getenv): Declare only if defined HAVE_DECL_GETENV &&
39242         !HAVE_DECL_GETENV.
39243         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
39244         (__strndup): Revert to K&R-style function dfns, the glibc style.
39245         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
39246         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
39247         Include strnlen.h first, to get prototype properly.
39248         (strnlen): Renamed from __strnlen.
39249         Remove weak alias.
39250
39251 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39252
39253         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
39254
39255 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39256
39257         * config/srclist.txt: Adjust to reflect glibc reorganization.
39258         This affects only comments.
39259
39260 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
39261
39262          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
39263          Reported by Bruce Korb <bkorb@gnu.org>.
39264
39265 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39266
39267         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
39268         to pacify gcc -Wswitch-default.
39269
39270 2006-01-22  Bruno Haible  <bruno@clisp.org>
39271
39272         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
39273         temporary buffer for sprintf, take into account the precision also
39274         for 'd', 'i', 'u', 'o', 'x', 'X'.
39275
39276 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
39277
39278         * modules/argp-tests: New module
39279         * tests/test-argp.c: New file
39280         * tests/test-argp-2.sh: New file
39281
39282 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
39283
39284         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
39285         (__argp_base_name): Removed
39286         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
39287         typo.
39288         (__argp_base_name): Provide macro definition or extern declaration
39289         depending on the configuration
39290
39291 2006-01-20  Simon Josefsson  <jas@extundo.com>
39292
39293         * modules/inet_ntop (Depends-on): Depend on sys_socket.
39294
39295 2006-01-20  Simon Josefsson  <jas@extundo.com>
39296
39297         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
39298
39299 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
39300
39301         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
39302         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
39303         Suggested by Bruno Haible.
39304
39305 2006-01-20  Karl Berry  <karl@gnu.org>
39306
39307         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
39308         until changes propagate, I guess.
39309
39310 2006-01-19  Simon Josefsson  <jas@extundo.com>
39311
39312         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
39313
39314 2006-01-19  Simon Josefsson  <jas@extundo.com>
39315
39316         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
39317
39318 2006-01-19  Simon Josefsson  <jas@extundo.com>
39319
39320         * gnulib-tool: Set check_PROGRAMS.
39321
39322         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
39323         modules/des-tests, modules/gc-arcfour-tests,
39324         modules/gc-arctwo-tests, modules/gc-des-tests,
39325         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
39326         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
39327         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
39328         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
39329         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
39330         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
39331         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
39332         test_*_SOURCES.
39333
39334 2006-01-18  Simon Josefsson  <jas@extundo.com>
39335
39336         * modules/socklen (Depends-on): Depend on sys_socket.
39337
39338 2006-01-18  Simon Josefsson  <jas@extundo.com>
39339
39340         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
39341         modules/des-tests, modules/gc-arcfour-tests,
39342         modules/gc-arctwo-tests, modules/gc-des-tests,
39343         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
39344         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
39345         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
39346         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
39347         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
39348         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
39349         $(EXEEXT) to automake TESTS variable, for mingw32.
39350
39351 2006-01-17  Simon Josefsson  <jas@extundo.com>
39352
39353         * modules/socklen (Include): Need sys/socket.h.
39354
39355 2006-01-17  Bruno Haible  <bruno@clisp.org>
39356
39357         * modules/ssize_t (Include): Add <sys/types.h>.
39358
39359 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
39360
39361         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
39362         it's not portable and it doesn't work with cross-compiles.
39363         Problem reported by Bruno Haible.  Fix missing-$ typo in
39364         'test "gl_cv_ignore_unused_libraries" ...' that prevented
39365         -zignore from being used with Sun's C compiler.
39366
39367 2006-01-12  Simon Josefsson  <jas@extundo.com>
39368
39369         * lib/base64.c: Fix warning, reported by Bruno Haible
39370         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
39371
39372 2006-01-12  Bruno Haible  <bruno@clisp.org>
39373
39374         * modules/ldd: New file.
39375         * build-aux/ldd.sh.in: New file.
39376         * MODULES.html.sh (Support for building libraries and executables): Add
39377         ldd.
39378
39379 2006-01-12  Bruno Haible  <bruno@clisp.org>
39380
39381         * m4/ldd.m4: New file.
39382
39383 2006-01-12  Bruno Haible  <bruno@clisp.org>
39384
39385         * gnulib-tool (func_import, func_create_testdir): Don't go into an
39386         endless loop while replacing $auxdir with build-aux.
39387
39388 2006-01-11  Simon Josefsson  <jas@extundo.com>
39389
39390         * lib/stdint_.h (SIZE_MAX): Add missing (.
39391
39392 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
39393
39394         Sync from coreutils.
39395         * lib/md5.c: Fix commentary typos.
39396         (alignof, UNALIGNED_P): No need for a GCC-specific version.
39397         * lib/md5.h (__attribute__): Remove; unused.
39398         * lib/sha1.c: Fix commentary to match md5 better.
39399         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
39400         so that we don't need to worry about alignment.  All uses changed.
39401         This merges the 2005-10-28 md5 change into sha1.
39402
39403 2006-01-11  Jim Meyering  <jim@meyering.net>
39404
39405         Sync from coreutils.
39406         * lib/md5.c (OP): Fix spacing.
39407
39408 2006-01-11  Bruno Haible  <bruno@clisp.org>
39409
39410         Ensure automatic ordering between gl_LOCK and gl_ARGP.
39411         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
39412         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
39413
39414 2006-01-11  Bruno Haible  <bruno@clisp.org>
39415
39416         Ensure automatic ordering between gl_LOCK and gl_ARGP.
39417         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
39418         the "early" section as well.
39419
39420 2006-01-11  Bruno Haible  <bruno@clisp.org>
39421
39422         Avoid "ar: no archive members specified" error on MacOS X.
39423         * gnulib-tool (func_modules_add_dummy): New function.
39424         (func_import, func_create_testdir): Invoke it.
39425
39426 2006-01-11  Bruno Haible  <bruno@clisp.org>
39427
39428         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
39429         with $auxdir in AC_CONFIG_FILES statements.
39430
39431 2006-01-11  Bruno Haible  <bruno@clisp.org>
39432
39433         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
39434         Initialize also noinst_HEADERS to empty.
39435
39436 2006-01-11  Bruno Haible  <bruno@clisp.org>
39437
39438         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
39439         variables.
39440         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
39441         autoreconf.
39442
39443 2006-01-11  Bruno Haible  <bruno@clisp.org>
39444
39445         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
39446         overridable by the user.
39447         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39448
39449 2006-01-10  Simon Josefsson  <jas@extundo.com>
39450
39451         * modules/sys_socket: New file.
39452
39453 2006-01-10  Simon Josefsson  <jas@extundo.com>
39454
39455         * m4/sys_socket_h.m4: New file.
39456
39457 2006-01-10  Simon Josefsson  <jas@extundo.com>
39458
39459         * lib/socket_.h: New file.
39460
39461 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
39462
39463         * modules/readutmp (Maintainer): Add myself.
39464
39465 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
39466
39467         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
39468         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
39469         People who are still concerned with buggy memcmp implementations
39470         can invoke gl_FUNC_MEMCMP themselves.
39471
39472 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
39473
39474         * lib/regex_internal.h (BITSET_WORD_BITS):
39475         Work around a bug in 64-bit PGC (before version 6.1-2), where the
39476         preprocessor mishandles large unsigned values as if they were signed.
39477         Problem reported by Claudio Fontana in
39478         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
39479
39480 2006-01-10  Jim Meyering  <jim@meyering.net>
39481
39482         Avoid the double-free (first in fts_read, second in fts_close) that
39483         would occur when an `active' directory is made inaccessible (e.g.,
39484         via chmod a-x) during a traversal.
39485         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
39486         before returning.  Reproduce this failure by
39487         mkdir -p a/b; cd a; chmod a-x . b
39488         Reported by Stavros Passas.
39489
39490         Sync from coreutils.
39491         * lib/sha1.c: Tweak grammar in a comment.
39492
39493 2006-01-10  Jim Meyering  <jim@meyering.net>
39494
39495         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
39496         Patch by Joerg Sonnenberger.
39497
39498 2006-01-10  Bruno Haible  <bruno@clisp.org>
39499
39500         * modules/readutmp: Depend on module free.
39501         * modules/strtok_r: Depend on module restrict.
39502
39503 2006-01-10  Bruno Haible  <bruno@clisp.org>
39504
39505         * modules/gettext (configure.ac): Add an invocation of
39506         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
39507
39508 2006-01-10  Bruno Haible  <bruno@clisp.org>
39509
39510         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
39511         Reported by Werner Lemberg <wl@gnu.org>.
39512
39513 2006-01-10  Bruno Haible  <bruno@clisp.org>
39514
39515         * lib/localcharset.c: Update from GNU gettext.
39516
39517 2006-01-10  Bruno Haible  <bruno@clisp.org>
39518
39519         * lib/argp.h (__const): Remove macro. Use const instead.
39520         * lib/argp-fmtstream.h (__const): Likewise.
39521         * lib/glob_.h (__const): Remove macro.
39522         * lib/glob-libc.h: Use const instead of __const.
39523
39524 2006-01-10  Bruno Haible  <bruno@clisp.org>
39525
39526         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
39527         variable.
39528         Needed to avoid an automake error regarding the 'gettext' module.
39529
39530 2006-01-09  Simon Josefsson  <jas@extundo.com>
39531
39532         * modules/inet_ntop (Depends-on): Add restrict.
39533
39534 2006-01-09  Simon Josefsson  <jas@extundo.com>
39535
39536         * modules/gc-rijndael-tests (License): Put under LGPL.
39537
39538         * modules/gc-des-tests (License): Likewise.
39539
39540         * modules/gc-arcfour-tests (License): Likewise.
39541
39542         * modules/gc-arctwo-tests (License): Likewise.
39543
39544         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
39545
39546         * modules/gc-hmac-sha1-tests (Files): Likewise.
39547
39548         * modules/gc-hmac-md5-tests (License): Likewise.
39549
39550         * modules/gc-sha1-tests (License): Likewise.
39551
39552         * modules/gc-md5-tests (License): Likewise.
39553
39554         * modules/gc-md4-tests (License): Likewise.
39555
39556         * modules/gc-md2-tests (License): Likewise.
39557
39558         * modules/gc-tests (License): Likewise.
39559
39560         * modules/des-tests (License): Likewise.
39561
39562         * modules/md4-tests (License): Likewise.
39563
39564         * modules/md2-tests (License): Likewise.
39565
39566 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
39567
39568         Sync from coreutils:
39569
39570         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
39571         * modules/lib-ignore: New file.
39572         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
39573         chdir-safer.m4, lchmod.m4.
39574         * modules/openat: Add mkdirat.c, openat-priv.h.
39575
39576 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
39577
39578         Sync from coreutils.
39579         * m4/lib-ignore.m4: New file.
39580         * m4/lchmod.m4: New file.
39581
39582 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
39583
39584         Sync from coreutils.
39585         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
39586         for write access: POSIX says that must fail.
39587         * lib/fts.c (diropen): Likewise.
39588         * lib/save-cwd.c (save_cwd): Likewise.
39589         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
39590         well, for minor improvements on hosts that lack O_DIRECTORY.
39591         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
39592         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
39593         Fall back on chown if open failed with EACCES.
39594
39595         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
39596         Report an error at compile-time if only a 1-second nominal clock
39597         resolution is found.
39598
39599         * lib/lchmod.h: New file.
39600         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
39601         (make_dir_parents): Use lchown rather than chown, and
39602         lchmod rather than chmod.
39603
39604         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
39605         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
39606         "proc" reported by n0dalus.
39607
39608         * lib/mountlist.c: Include <limits.h>.
39609         (dev_from_mount_options)
39610         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
39611         New function.  It no longer assumes "dev=" has the System V meaning
39612         on Linux (since it doesn't).  It also parses "dev=" more carefully.
39613         (read_file_system_list)
39614         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
39615         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
39616         dev= in that case.
39617
39618         * lib/posixtm.h (PDS_PRE_2000): New macro.
39619         * lib/posixtm.c (year): Arg is now syntax_bits rather than
39620         allow_century.  All usages changed.  Reject dates outside the range
39621         1969-1999 if PDS_PRE_2000 is used.
39622
39623 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
39624
39625         Sync from coreutils.
39626         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
39627         (Time of day items): Mention the possibility of leap seconds.
39628         Problem reported by Dr. David Alan Gilbert.
39629
39630 2006-01-09  Jim Meyering  <jim@meyering.net>
39631
39632         Sync from coreutils.
39633
39634         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
39635
39636         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
39637
39638         * lib/modechange.c (mode_compile): Reject an invalid mode string
39639         that starts with an octal digit.  From Andreas Gruenbacher.
39640
39641         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
39642         and dup to open_safer and dup_safer, respectively.
39643         (openat_permissive): Fix typo in comment.
39644
39645         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
39646         "gettext.h"; either no longer needed or are guaranteed by openat.h.
39647         (_): Remove; no longer needed.
39648         (openat): Renamed from rpl_openat; no need for rpl_openat
39649         since openat.h renames openat for us.
39650         Replace most of the body with a call to openat_permissive,
39651         to avoid duplicate code.
39652         Port to (probably hypothetical) environments were mode_t is
39653         wider than int.
39654         (openat_permissive): Require mode arg, so that we can check
39655         types better.  Put it just after flags.  Change cwd failure
39656         indicator from pointer-to-bool to pointer-to-errno-value.
39657         All callers changed.
39658         Invoke openat_save_fail and/or openat_restore_fail if
39659         cwd_errno is null, so that openat can call us.
39660         (openat_permissive, fdopendir, fstatat, unlinkat):
39661         Simplify errno handling to avoid some duplicate code,
39662         as it's OK to set errno on success.
39663         * lib/openat.h: Revamp code so that function macros depend on
39664         __OPENAT_PREFIX only, not also on AT_FDCWD.
39665         (openat_ro): Remove.  Caller changed to use openat_permissive.
39666         (openat_permissive): Now a macro, if not a function.
39667         (openat_restore_fail, openat_save_fail): Now always functions,
39668         since mkdirat needs them even if __OPENAT_PREFIX is defined.
39669
39670         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
39671         and openat.c.
39672         * lib/mkdirat.c: Include openat-priv.h.
39673         Remove definitions of macros defined therein.
39674         * lib/openat.c: Likewise.
39675
39676         * lib/mkdirat.c (mkdirat): New file and function.
39677         * lib/openat.h (mkdirat): Declare.
39678
39679         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
39680
39681         * lib/openat.h (openat_permissive): Declare.
39682         (openat_ro): Define.
39683
39684         * lib/openat.c (EXPECTED_ERRNO): New macro.
39685         (openat_permissive): New function -- used in remove.c rewrite.
39686         (all functions): Set errno just before returning, only if there
39687         was an actual failure.
39688         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
39689
39690         Emulate openat-family functions using Linux's procfs, if possible.
39691         Idea and some code based on Ulrich Drepper's glibc changes.
39692
39693         * lib/openat.c: (BUILD_PROC_NAME): New macro.
39694         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
39695         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
39696         before falling back on save_cwd and restore_cwd.
39697         (fdopendir, fstatat, unlinkat): Likewise.
39698
39699         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
39700         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
39701
39702         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
39703         as second argument to va_arg.  Otherwise, some versions of gcc
39704         warn that `if this code is reached, the program will abort'.
39705
39706 2006-01-09  Jim Meyering  <jim@meyering.net>
39707
39708         Sync from coreutils.
39709         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
39710         Require openat-priv.h.
39711
39712 2006-01-09  Bruno Haible  <bruno@clisp.org>
39713
39714         * modules/strnlen (Include): Use strnlen.h.
39715
39716 2006-01-09  Bruno Haible  <bruno@clisp.org>
39717
39718         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
39719
39720 2006-01-09  Bruno Haible  <bruno@clisp.org>
39721
39722         * lib/sysexit_.h (EX_OK): New macro.
39723         Suggested by Martin Lambers <marlam@marlam.de>.
39724
39725 2006-01-09  Bruno Haible  <bruno@clisp.org>
39726
39727         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
39728         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
39729
39730 2006-01-09  Bruno Haible  <bruno@clisp.org>
39731
39732         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
39733         numbers.
39734
39735 2006-01-09  Bruno Haible  <bruno@clisp.org>
39736
39737         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
39738         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
39739         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
39740         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
39741
39742 2006-01-09  Bruno Haible  <bruno@clisp.org>
39743
39744         * build-aux/javacomp.sh.in: New file, moved from lib/.
39745         * modules/javacomp-script (Files): Update.
39746         (configure.ac): Add AC_CONFIG_FILES invocation.
39747         (EXTRA_DIST): Remove variable.
39748
39749         * build-aux/javaexec.sh.in: New file, moved from lib/.
39750         * modules/javaexec (Files): Update.
39751         (configure.ac): Add AC_CONFIG_FILES invocation.
39752         (EXTRA_DIST): Remove javaexec.sh.in.
39753
39754         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
39755         * modules/csharpcomp-script (Files): Update.
39756         (configure.ac): Add AC_CONFIG_FILES invocation.
39757         (EXTRA_DIST): Remove variable.
39758
39759         * build-aux/csharpexec.sh.in: New file, moved from lib/.
39760         * modules/csharpexec (Files): Update.
39761         (configure.ac): Add AC_CONFIG_FILES invocation.
39762         (EXTRA_DIST): Remove csharpexec.sh.in.
39763
39764 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
39765
39766         Sync from coreutils.
39767
39768         Add POSIX ACL support
39769         * lib/acl.h (copy_acl, set_acl): Add declarations.
39770         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
39771         systems other than Linux.
39772         (chmod_or_fchmod): New function: use fchmod when possible,
39773         and chmod otherwise.
39774         (file_has_acl): Add a POSIX ACL implementation, with a
39775         Linux-specific subcase.
39776         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
39777         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
39778         acls are unsupported.
39779         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
39780         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
39781         are unsupported.
39782
39783 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
39784
39785         Sync from coreutils.
39786         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
39787
39788 2006-01-07  Bruno Haible  <bruno@clisp.org>
39789
39790         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
39791         gl_EARLY.
39792
39793 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
39794
39795         * lib/strftime.c (tzname): Don't declare if it is already #defined.
39796         Problem reported for Mingw by Mark Junker.
39797
39798 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
39799
39800         * README: Gnulib normally doesn't generate a tarball.
39801
39802 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
39803
39804         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
39805         long int, not int, for nanosecond counts, so that people who are
39806         used to POSIX struct timespec won't be surprised.  Reported by Jim
39807         Meyering.
39808
39809 2005-12-28  Bruno Haible  <bruno@clisp.org>
39810
39811         * build-aux/config.rpath: Update from GNU gettext.
39812
39813 2005-12-16  Jim Meyering  <jim@meyering.net>
39814
39815         * modules/fprintftime: New module.
39816         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
39817
39818 2005-12-16  Jim Meyering  <jim@meyering.net>
39819
39820         * m4/fprintftime.m4: New file.
39821
39822 2005-12-16  Jim Meyering  <jim@meyering.net>
39823
39824         * lib/fprintftime.c, lib/fprintftime.h: New files.
39825
39826 2005-12-15  Simon Josefsson  <jas@extundo.com>
39827
39828         * modules/socklen (configure.ac): Fix M4 macro name, to align with
39829         new m4/socklen.m4.
39830
39831 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
39832
39833         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
39834         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
39835
39836 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
39837
39838         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
39839         * lib/argp-help.c (fill_in_uparams): Check if the constructed
39840         struct uparams is valid. Fall back to the default values if it is
39841         not.
39842
39843 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
39844
39845         * modules/argp (Files): Add argp-pin.c
39846         (Depends-on): dirname
39847         (lib_SOURCES): Add argp-pin.c
39848
39849 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
39850
39851         * m4/argp.m4:  Check if program_invocation_name and
39852         program_invocation_short_name are declared and define appropriate
39853         macros if they are not.
39854
39855 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
39856
39857         * lib/argp-help.c (__argp_base_name): New function
39858         (__argp_short_program_name): Rewrite using __argp_base_name
39859         * lib/argp-namefrob.h: Define program_invocation_name and
39860         program_invocation_short_name if requested
39861         (__argp_base_name): Add prototype
39862         * lib/argp-parse.c (argp_def): Use gettext wrappers
39863         (argp_default_parser): Use __argp_base_name
39864         * lib/argp-pin.c: New file. Defines program_invocation_name and
39865         program_invocation_short_name on systems that lack them.
39866
39867 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
39868
39869         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
39870         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
39871         porting problem reported by Georg Schwarz in
39872         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
39873
39874 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
39875
39876         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
39877         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
39878         porting problem reported by Georg Schwarz in
39879         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
39880
39881 2005-12-05  Bruno Haible  <bruno@clisp.org>
39882
39883         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
39884         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
39885         Reported by Mark Junker <mjscod@gmx.de>.
39886
39887 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
39888
39889         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
39890         Use implementation from Albert Chin, with some
39891         comments/corrections by Stepan Kasal and myself.
39892
39893 2005-12-02  Bruno Haible  <bruno@clisp.org>
39894
39895         * gnulib-tool (func_import): Accept GPLed build tool modules when
39896         --lgpl is given.
39897         * modules/csharpcomp-script: New file.
39898         * modules/csharpcomp: Depend on it.
39899         * modules/javacomp-script: New file.
39900         * modules/javacomp: Depend on it.
39901         Suggested by Simon Josefsson.
39902
39903 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
39904
39905         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
39906         statement, to work around an HP-UX 10.20 compiler bug reported by
39907         Peter O'Gorman.
39908
39909 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
39910
39911         * modules/savedir (Depends-on): Add openat.
39912
39913 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
39914
39915         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
39916         (uintmax_t) [defined uintmax_t]: Do not declare.
39917         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
39918         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
39919         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
39920         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
39921         sake of portability to weird hosts that C allows (though we don't
39922         know of any practical examples).
39923
39924         * lib/savedir.h (fdsavedir): New decl.
39925         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
39926         contains most of the former guts of savedir.
39927         (savedir): Use savedirstream.
39928         Include "openat.h".
39929
39930 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
39931
39932         * modules/obstack (Files): Add m4/ulonglong.m4.
39933         Problem reported by Davide Angelocola.
39934
39935 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
39936
39937         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
39938         coreutils no longer futzes with rounding modes.
39939
39940 2005-11-14  Jim Meyering  <jim@meyering.net>
39941
39942         * lib/mkstemp-safer.c: Include <config.h>, required for possible
39943         replacement of mkstemp.
39944
39945 2005-11-10  Simon Josefsson  <jas@extundo.com>
39946
39947         * lib/readline.c: Remove EOL.
39948
39949 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39950
39951         * modules/gethrxtime (Depends-on): Add gettime.
39952
39953 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39954
39955         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
39956         or gettimeofday; no longer needed.
39957
39958 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39959
39960         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
39961         time business.
39962         (gethrxtime) [! (HAVE_NANOUPTIME
39963         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
39964         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
39965         our own approximation.
39966
39967 2005-11-08  Eric Blake  <ebb9@byu.net>
39968
39969         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
39970
39971 2005-11-08  Eric Blake  <ebb9@byu.net>
39972
39973         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
39974
39975 2005-11-04  Bruno Haible  <bruno@clisp.org>
39976
39977         * gnulib-tool: Implement --update mode.
39978
39979 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
39980
39981         Fix porting problem reported by Theodoros V. Kalamatianos.
39982         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
39983         Don't assume that futimes failing means we must fail.
39984
39985 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
39986
39987         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
39988         variables to suggest the intended function of the PATH_MAX check.
39989
39990 2005-10-30  Kean Johnston  <jkj@sco.com>
39991
39992         Trivial changes to support SCO systems.
39993         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
39994         as PATH_MAX.
39995         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
39996         where __ptr is null when no I/O is pending.
39997
39998 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39999
40000         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
40001         leave errno alone.  Problem reported by Dmitry V. Levin.
40002
40003 2005-10-28  Simon Josefsson  <jas@extundo.com>
40004
40005         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
40006         Test more.
40007
40008         * tests/test-gc-md2.c, tests/test-md2.c: New files.
40009
40010         * modules/md2, modules/md2-tests: New files.
40011
40012 2005-10-28  Simon Josefsson  <jas@extundo.com>
40013
40014         * m4/inet_ntop.m4: More tests.
40015
40016         * m4/gc-md2.m4, md2.m4: New file.
40017
40018 2005-10-28  Simon Josefsson  <jas@extundo.com>
40019
40020         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
40021         "restrict" keywords, as per POSIX.  Protect the function
40022         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
40023         Don't use K&R prototypes.  Check the sprintf return values.
40024         Re-define EAFNOSUPPORT if not present.  Indent.
40025
40026         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
40027         suggested by Bruno Haible <bruno@clisp.org>.
40028
40029         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
40030
40031         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
40032
40033         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
40034         libgcrypt).
40035
40036         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
40037
40038         * lib/md2.h, lib/md2.c: New files.
40039
40040 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
40041
40042         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
40043         errno alone.  Problem reported by Frederic Jolliton.
40044
40045 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
40046
40047         * modules/verify (License): Change from GPL to LGPL.  This is a
40048         tiny module and there are apparently near-equivalents that are
40049         under the BSD license.
40050
40051 2005-10-24  Simon Josefsson  <jas@extundo.com>
40052
40053         * modules/sha1: Relicense to LGPL.
40054
40055 2005-10-24  Simon Josefsson  <jas@extundo.com>
40056
40057         * lib/md4.h: Shrink buffer size, now that we changed the type.
40058
40059 2005-10-23  Simon Josefsson  <jas@extundo.com>
40060
40061         * gnulib-tool (func_import): Fix --tests-base.
40062
40063 2005-10-22  Simon Josefsson  <jas@extundo.com>
40064
40065         * modules/arcfour (Depends-on): Need stdint.
40066
40067 2005-10-22  Simon Josefsson  <jas@extundo.com>
40068
40069         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
40070         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
40071
40072 2005-10-22  Simon Josefsson  <jas@extundo.com>
40073
40074         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
40075         suggested by Bruno Haible <bruno@clisp.org>.
40076
40077 2005-10-22  Simon Josefsson  <jas@extundo.com>
40078
40079         * lib/crc.h: Include stddef.h, for size_t.
40080
40081 2005-10-22  Simon Josefsson  <jas@extundo.com>
40082
40083         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
40084         arcfour_context struct (simplify test vector testing in GNU
40085         Shishi).
40086
40087 2005-10-21  Simon Josefsson  <jas@extundo.com>
40088
40089         * modules/des, modules/des-tests: New files.
40090
40091         * modules/gc-des, modules/gc-des-tests: New files.
40092
40093         * tests/test-des.c, tests/test-gc-des.c: New file.
40094
40095 2005-10-21  Simon Josefsson  <jas@extundo.com>
40096
40097         * modules/arctwo, modules/arctwo-tests: New files.
40098
40099         * tests/test-arctwo.c: New file.
40100
40101         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
40102
40103         * tests/test-gc-arctwo.c: New file.
40104
40105 2005-10-21  Simon Josefsson  <jas@extundo.com>
40106
40107         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
40108         Bruno Haible <bruno@clisp.org>.
40109
40110         * m4/gc-des.m4: New file.
40111
40112 2005-10-21  Simon Josefsson  <jas@extundo.com>
40113
40114         * m4/arctwo.m4: New file.
40115
40116         * m4/gc-arctwo.m4: New file.
40117
40118 2005-10-21  Simon Josefsson  <jas@extundo.com>
40119
40120         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
40121         block.
40122
40123 2005-10-21  Simon Josefsson  <jas@extundo.com>
40124
40125         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
40126         <bruno@clisp.org>.
40127
40128         * lib/hmac-sha1.c (hmac_sha1): Likewise.
40129
40130         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
40131         Bruno Haible <bruno@clisp.org>.
40132
40133         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
40134         <bruno@clisp.org>.
40135
40136 2005-10-21  Simon Josefsson  <jas@extundo.com>
40137
40138         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
40139
40140 2005-10-21  Simon Josefsson  <jas@extundo.com>
40141
40142         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
40143
40144 2005-10-21  Simon Josefsson  <jas@extundo.com>
40145
40146         * lib/des.h, lib/des.c: New files.
40147
40148         * lib/gc-gnulib.c: Support DES.c
40149
40150 2005-10-21  Simon Josefsson  <jas@extundo.com>
40151
40152         * lib/arctwo.h, lib/arctwo.c: New files.
40153
40154         * lib/gc-gnulib.c: Support ARCTWO.
40155
40156 2005-10-21  Simon Josefsson  <jas@extundo.com>
40157
40158         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
40159         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
40160
40161 2005-10-21  Simon Josefsson  <jas@extundo.com>
40162
40163         * gnulib-tool (func_import, func_create_testdir): Define automake
40164         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
40165         Makefile.am snippet),
40166         suggested by Bruno Haible <bruno@clisp.org>.
40167
40168         * modules/gc (Makefile.am): Use it.
40169
40170 2005-10-21  Bruno Haible  <bruno@clisp.org>
40171
40172         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
40173         patch.
40174
40175 2005-10-19  Simon Josefsson  <jas@extundo.com>
40176
40177         * tests/test-gc-rijndael.c: New file.
40178
40179         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
40180
40181 2005-10-19  Simon Josefsson  <jas@extundo.com>
40182
40183         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
40184         interface too.
40185
40186 2005-10-19  Simon Josefsson  <jas@extundo.com>
40187
40188         * tests/test-gc-arcfour.c: New file.
40189
40190         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
40191
40192 2005-10-19  Simon Josefsson  <jas@extundo.com>
40193
40194         * modules/gc-md4, modules/gc-md4-tests: New file.
40195
40196         * tests/test-gc-md4.c: New file.
40197
40198 2005-10-19  Simon Josefsson  <jas@extundo.com>
40199
40200         * m4/gc-md4.m4: New file.
40201
40202 2005-10-19  Simon Josefsson  <jas@extundo.com>
40203
40204         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
40205         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
40206         <kasal@ucw.cz>.
40207
40208 2005-10-19  Simon Josefsson  <jas@extundo.com>
40209
40210         * m4/gc-arcfour.m4: New file.
40211
40212         * m4/gc-rijndael.m4: New file.
40213
40214 2005-10-19  Simon Josefsson  <jas@extundo.com>
40215
40216         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
40217
40218 2005-10-19  Simon Josefsson  <jas@extundo.com>
40219
40220         * lib/gc-gnulib.c: Support ARCFOUR.
40221
40222 2005-10-19  Simon Josefsson  <jas@extundo.com>
40223
40224         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
40225         support.
40226
40227         * lib/gc.h: Add ECB enum type.
40228
40229         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
40230
40231 2005-10-18  Simon Josefsson  <jas@extundo.com>
40232
40233         * tests/test-md5.c: New file.
40234
40235         * modules/md5-tests: New file.
40236
40237 2005-10-18  Simon Josefsson  <jas@extundo.com>
40238
40239         * tests/test-md4.c: New file.
40240
40241         * modules/md4, modules/md4-tests: New files.
40242
40243 2005-10-18  Simon Josefsson  <jas@extundo.com>
40244
40245         * m4/md4.m4: New file.
40246
40247 2005-10-18  Simon Josefsson  <jas@extundo.com>
40248
40249         * lib/md4.h, lib/md4.c: New files, based on md5.?.
40250
40251 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
40252
40253         * gnulib-tool (func_create_testdir): Omit the second check whether
40254         BUILT_SOURCES in nonempty.
40255
40256 2005-10-17  Simon Josefsson  <jas@extundo.com>
40257
40258         * tests/test-rijndael.c: New file.
40259
40260 2005-10-17  Simon Josefsson  <jas@extundo.com>
40261
40262         * modules/sha1: Depend on stdint instead of md5.
40263
40264         * modules/md5: Depend on stdint, remove uint32_t.
40265
40266 2005-10-17  Simon Josefsson  <jas@extundo.com>
40267
40268         * modules/gc-sha1-tests: New file.
40269
40270         * tests/test-gc-sha1.c: New file.
40271
40272 2005-10-17  Simon Josefsson  <jas@extundo.com>
40273
40274         * m4/md5.m4: Remove call to uint32_t.m4.
40275
40276 2005-10-17  Simon Josefsson  <jas@extundo.com>
40277
40278         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
40279
40280         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
40281         md5.h.
40282
40283         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
40284
40285         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
40286
40287 2005-10-17  Simon Josefsson  <jas@extundo.com>
40288
40289         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
40290
40291 2005-10-17  Simon Josefsson  <jas@extundo.com>
40292
40293         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
40294
40295 2005-10-17  Simon Josefsson  <jas@extundo.com>
40296
40297         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
40298
40299         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
40300
40301 2005-10-17  Bruno Haible  <bruno@clisp.org>
40302
40303         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
40304         that it can also be used in a test.
40305
40306 2005-10-16  Bruno Haible  <bruno@clisp.org>
40307
40308         * gnulib-tool (func_emit_tests_Makefile_am): Also define
40309         TESTS_ENVIRONMENT, so that individual tests can augment it.
40310
40311         * gnulib-tool (func_create_testdir): Use an intermediate target for
40312         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
40313         macros, like $(ALLOCA_H), which cannot be passed through the command
40314         line.
40315
40316 2005-10-15  Simon Josefsson  <jas@extundo.com>
40317
40318         * modules/rijndael-tests: New file.
40319
40320         * modules/rijndael: New file.
40321
40322 2005-10-15  Simon Josefsson  <jas@extundo.com>
40323
40324         * m4/rijndael.m4: New file.
40325
40326 2005-10-15  Simon Josefsson  <jas@extundo.com>
40327
40328         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
40329
40330         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
40331
40332 2005-10-14  Simon Josefsson  <jas@extundo.com>
40333
40334         * tests/test-arcfour.c: New file.
40335
40336         * modules/arcfour, modules/arcfour-tests: New files.
40337
40338 2005-10-14  Simon Josefsson  <jas@extundo.com>
40339
40340         * m4/arcfour.m4: New file.
40341
40342 2005-10-14  Simon Josefsson  <jas@extundo.com>
40343
40344         * lib/arcfour.h, lib/arcfour.c: New files.
40345
40346 2005-10-14  Roland McGrath  <roland@redhat.com>
40347
40348         Import from libc.  [BZ #1331]
40349         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
40350         macro argument.
40351         Reported by Matej Vela <vela@debian.org>.
40352
40353 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
40354
40355         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
40356         include <wchar.h>; no longer needed.
40357
40358 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
40359
40360         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
40361
40362 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
40363         and  Ulrich Drepper  <drepper@redhat.com>
40364
40365         Import from libc.
40366         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
40367         instead of inline stream orientation test and two separate
40368         function calls.  Pay no attention to USE_IN_LIBIO.
40369
40370 2005-10-13  Simon Josefsson  <jas@extundo.com>
40371
40372         * modules/gc-hmac-md5-tests: New file.
40373
40374         * tests/test-gc-hmac-sha1.c: New file.
40375
40376         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
40377
40378         * modules/gc-hmac-md5-tests: New file.
40379
40380         * tests/test-gc-md5.c: New file.
40381
40382         * modules/gc-md5-tests: New file.
40383
40384 2005-10-13  Simon Josefsson  <jas@extundo.com>
40385
40386         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
40387         Move memory allocation outside of loop.
40388
40389 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
40390
40391         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
40392         intermediate directory is in a read-only file system.  Problem
40393         reported by Eric Blake.
40394
40395 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
40396
40397         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
40398
40399 2005-10-12  Simon Josefsson  <jas@extundo.com>
40400
40401         * tests/test-hmac-sha1.c: New file.
40402
40403         * modules/hmac-sha1-tests: New file.
40404
40405         * modules/hmac-sha1: New file.
40406
40407 2005-10-12  Simon Josefsson  <jas@extundo.com>
40408
40409         * modules/gc-sha1: New file.
40410
40411 2005-10-12  Simon Josefsson  <jas@extundo.com>
40412
40413         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
40414
40415         * tests/test-gc-pbkdf2-sha1.c: New file.
40416
40417 2005-10-12  Simon Josefsson  <jas@extundo.com>
40418
40419         * modules/gc-md5, modules/gc-hmac-md5: New files.
40420
40421         * modules/gc (Files): Remove md5, memxor and hmac files.
40422
40423 2005-10-12  Simon Josefsson  <jas@extundo.com>
40424
40425         * m4/gc-pbkdf2-sha1.m4: New file.
40426
40427         * m4/gc-hmac-sha1.m4: New file.
40428
40429         * m4/gc-sha1: New file.
40430
40431         * m4/hmac-sha1.m4: New file.
40432
40433 2005-10-12  Simon Josefsson  <jas@extundo.com>
40434
40435         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
40436
40437         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
40438
40439 2005-10-12  Simon Josefsson  <jas@extundo.com>
40440
40441         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
40442         suggested by Bruno Haible <bruno@clisp.org>.
40443
40444 2005-10-12  Simon Josefsson  <jas@extundo.com>
40445
40446         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
40447
40448 2005-10-12  Simon Josefsson  <jas@extundo.com>
40449
40450         * lib/gc-pbkdf2-sha1.c: New file.
40451
40452         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
40453
40454 2005-10-12  Simon Josefsson  <jas@extundo.com>
40455
40456         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
40457
40458         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
40459
40460 2005-10-12  Simon Josefsson  <jas@extundo.com>
40461
40462         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
40463         GC_USE_HMAC_MD5, respectively.
40464
40465         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
40466         (gc_md5): Fix typo.
40467
40468         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
40469
40470         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
40471
40472         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
40473
40474 2005-10-12  Bruno Haible  <bruno@clisp.org>
40475
40476         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
40477         Reported by Stepan Kasal <kasal@ucw.cz>.
40478
40479 2005-10-11  Simon Josefsson  <jas@extundo.com>
40480
40481         * tests/test-crc.c: New file.
40482
40483         * modules/crc, modules/crc-tests: New files.
40484
40485 2005-10-11  Simon Josefsson  <jas@extundo.com>
40486
40487         * m4/crc.m4: New file.
40488
40489 2005-10-11  Simon Josefsson  <jas@extundo.com>
40490
40491         * lib/gc.h: Add gc_hash and gc_hash_buffer.
40492
40493         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
40494
40495         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
40496
40497 2005-10-11  Simon Josefsson  <jas@extundo.com>
40498
40499         * lib/crc.h, lib/crc.c: New files.
40500
40501         * lib/gc.h (gc_hash_buffer): Add doc.
40502
40503 2005-10-11  Bruno Haible  <bruno@clisp.org>
40504
40505         * modules/c-strcasestr: New file.
40506         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
40507
40508 2005-10-11  Bruno Haible  <bruno@clisp.org>
40509
40510         * modules/c-strcase: New file.
40511         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
40512
40513 2005-10-11  Bruno Haible  <bruno@clisp.org>
40514
40515         * lib/strcasecmp.c: Include limits.h.
40516         (strcasecmp): Avoid integer overflow on exotic platforms.
40517         * lib/strncasecmp.c: Include limits.h.
40518         (strncasecmp): Avoid integer overflow on exotic platforms.
40519         Reported by Paul Eggert.
40520
40521 2005-10-11  Bruno Haible  <bruno@clisp.org>
40522
40523         * lib/c-strcasestr.h: New file, from GNU gettext.
40524         * lib/c-strcasestr.c: New file, from GNU gettext.
40525
40526 2005-10-11  Bruno Haible  <bruno@clisp.org>
40527
40528         * lib/c-strcase.h: New file, from GNU gettext.
40529         * lib/c-strcasecmp.c: New file, from GNU gettext.
40530         * lib/c-strncasecmp.c: New file, from GNU gettext.
40531
40532 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
40533
40534         * modules/mempcpy (License): GPL -> LGPL.
40535         * modules/strchrnul (License): Likewise.
40536         * modules/sysexits (License): Likewise.
40537
40538 2005-10-08  Simon Josefsson  <jas@extundo.com>
40539
40540         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
40541
40542 2005-10-07  Simon Josefsson  <jas@extundo.com>
40543
40544         * m4/memxor.m4: Remove gl_C_RESTRICT call.
40545
40546 2005-10-06  Simon Josefsson  <jas@extundo.com>
40547
40548         * tests/test-hmac-md5.c: New file.
40549
40550         * modules/hmac-md5-tests: New file.
40551
40552         * modules/hmac-md5: New file.
40553
40554 2005-10-06  Simon Josefsson  <jas@extundo.com>
40555
40556         * m4/hmac-md5.m4: New file.
40557
40558         * m4/memxor.m4: Require gl_C_RESTRICT.
40559
40560 2005-10-06  Simon Josefsson  <jas@extundo.com>
40561
40562         * lib/memxor.c (memxor): Avoid casts and warnings.
40563
40564 2005-10-06  Simon Josefsson  <jas@extundo.com>
40565
40566         * lib/hmac-md5.c: New file.
40567
40568         * lib/hmac.h: New file.
40569
40570 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
40571
40572         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
40573         promotes to int, not unsigned int, to catch the AIX 5.3
40574         compiler bug.
40575
40576 2005-10-05  Simon Josefsson  <jas@extundo.com>
40577
40578         * modules/memxor: New file.
40579
40580         * modules/iconv (Files): Move config.rpath to havelib, it is used
40581         there.
40582
40583         * modules/havelib (Files): Add config.rpath.
40584
40585 2005-10-05  Simon Josefsson  <jas@extundo.com>
40586
40587         * m4/memxor.m4: New file.
40588
40589 2005-10-05  Simon Josefsson  <jas@extundo.com>
40590
40591         * lib/memxor.c (memxor): Fix compiler error.
40592
40593         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
40594         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
40595
40596         * lib/memxor.h, lib/memxor.c: New files.
40597
40598         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
40599         we assume all systems have it, suggested by Jim Meyering
40600         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
40601         any systems lack sys/socket.h; mingw32 is known to lack it, but we
40602         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
40603         same reasons.
40604
40605 2005-10-05  Simon Josefsson  <jas@extundo.com>
40606
40607         * config/srclist.txt: Add glibc bug 1423 for md5.h.
40608
40609 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
40610
40611         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
40612         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
40613         needed, since the source code now assumes these .h files.
40614
40615 2005-10-05  Derek Price  <derek@ximbiot.com>
40616
40617         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
40618
40619 2005-10-05  Bruno Haible  <bruno@clisp.org>
40620
40621         * modules/stdint (License): Change to LGPL.
40622
40623 2005-10-04  Simon Josefsson  <jas@extundo.com>
40624
40625         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
40626         D. Baushke" <mdb@gnu.org>.
40627
40628 2005-10-04  Bruno Haible  <bruno@clisp.org>
40629
40630         * lib/verify.h (verify_true): Provide alternative definition for C++.
40631
40632 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
40633
40634         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
40635         (SSIZE_MAX): New macro, if not already defined.
40636         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
40637         than 2 GiB.
40638
40639 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
40640
40641         Sync from coreutils.
40642         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
40643         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
40644         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
40645         ULLONG_MAX doesn't work with 2.7.2.1.
40646
40647 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
40648
40649         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
40650         From Ben Pfaff.
40651
40652         * modules/exclude (Depends-on): Depend on verify.
40653         * modules/strtoimax (Depends-on): Likewise.
40654         * modules/utimecmp (Depends-on): Likewise.
40655
40656 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
40657
40658         * lib/exclude.c: Include verify.h.
40659         (verify): Remove.  All callers changed to use verify.h's version.
40660         * lib/strtoimax.c: Likewise.
40661         * lib/utimecmp.c: Likewis.e
40662
40663         Sync from coreutils.
40664         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
40665         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
40666         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
40667         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
40668         bother returning ENOSYS if settimeofday or stime fails; just let
40669         them return whatever errno they want to return.
40670         * lib/utimens.c: Include unistd.h, for dup2.
40671         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
40672         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
40673
40674 2005-10-02  Jim Meyering  <jim@meyering.net>
40675
40676         Sync from coreutils.
40677         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
40678         from glibc-2.2.5 that fails for read-only files.
40679
40680 2005-10-02  Jim Meyering  <jim@meyering.net>
40681
40682         Sync from coreutils.
40683         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
40684         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
40685         `#if HAVE_CONFIG_H'.
40686         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
40687         Remove AT_FDCWD test.
40688         Do not consume the fd unless successful.
40689         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
40690         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
40691         block, so that we don't even try to compile it if settimeofday is
40692         available.  This works around a compilation failure on OSF1 V5.1,
40693         due to stime requiring a `long int*' while tv_sec is `int'.
40694
40695 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
40696
40697         Sync from coreutils.
40698         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
40699         against `yes', rather than just testing for nonempty.
40700
40701 2005-10-01  Simon Josefsson  <jas@extundo.com>
40702
40703         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
40704         and Darwin.
40705
40706         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
40707         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
40708         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
40709         freeaddrinfo and gai_strerror are declared by the POSIX headers.
40710         Check if struct addrinfo is declared.
40711
40712 2005-10-01  Simon Josefsson  <jas@extundo.com>
40713
40714         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
40715         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
40716         AI_* and EAI_* definitions.  Protect function declarations.
40717
40718 2005-10-01  Jim Meyering  <jim@meyering.net>
40719
40720         Sync from coreutils.
40721
40722         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
40723         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
40724         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
40725         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
40726         in the inet and nsl libraries.  Required on Solaris 5.7.
40727
40728 2005-10-01  Jim Meyering  <jim@meyering.net>
40729
40730         Sync from coreutils.
40731         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
40732         in the inet and nsl libraries.  Required on Solaris 5.7.
40733
40734 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
40735
40736         * lib/getdelim.c (getdelim): Remove unused variables.
40737
40738 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
40739
40740         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
40741         so that the code works even with ancient cpp.  Portability problem
40742         with GCC 2.7.2.1 reported by Thomas M.Ott.
40743
40744 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
40745
40746         * modules/regex (Depends-on): Add strcase.
40747
40748         * modules/gethostname (Licence): Change from GPL to LGPL, since
40749         gethostname.c is a trivial implementation of a standard library
40750         function.
40751         * modules/poll (License): Change from GPL to LGPL, since it's
40752         derived from LGPL code.
40753
40754 2005-09-27  Jim Meyering  <jim@meyering.net>
40755
40756         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
40757         HAVE_CONFIG_H.
40758
40759         * lib/intprops.h (signed_type_or_expr__): Define.
40760         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
40761         for unsigned types.
40762
40763 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
40764
40765         * lib/verify.h (verify_expr): Remove, replacing with:
40766         (verify_true): New macro that returns true instead of void.
40767         (verify_type__): Remove.
40768         (verify): Use verify_true rather than verify_type__.
40769
40770 2005-09-26  Bruno Haible  <bruno@clisp.org>
40771
40772         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
40773         is necessary.
40774         (lib_SOURCES): Remove mbchar.c.
40775         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
40776         (Files): Add m4/mbrtowc.m4.
40777         * modules/mbiter: Likewise.
40778         * modules/mbuiter: Likewise.
40779
40780 2005-09-26  Bruno Haible  <bruno@clisp.org>
40781
40782         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
40783         compile mbchar.c if they are not both present.
40784         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
40785         * m4/mbiter.m4 (gl_MBITER): Likewise.
40786         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
40787         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
40788         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
40789
40790 2005-09-25  Jim Meyering  <jim@meyering.net>
40791
40792         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
40793         also uses socklen_t.
40794
40795 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
40796
40797         * lib/utimens.c (ENOSYS): Define if not already defined.
40798         (futimens): Support having a null PATH if the file descriptor
40799         is nonnegative.
40800
40801         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
40802         Remove.
40803         (__attribute): Define to empty unless GCC 3.1 or later.
40804         This works around a core dump on OpenBSD 3.4, which has GCC
40805         2.95.3, which dumps core when given __attribute__(()).  It also
40806         simplifies other tests, since we really don't want to bother with
40807         worrying about which ancient version of GCC supported what.
40808         Original problem reported by Yoann Vandoorselaere, with part of
40809         the fix suggested by Derek Price.
40810
40811 2005-09-24  Jim Meyering  <jim@meyering.net>
40812
40813         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
40814         so we can once again use a positive bitfield width of 1 -- now we
40815         don't have to explain why we were using a bitfield width of 2.
40816
40817 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
40818
40819         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
40820         and similarly for the other external symbols.  Problem reported
40821         by James Gallager.
40822
40823         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
40824         bug reported by Jim Meyering.
40825
40826         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
40827         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
40828         not needed, since socklen is a prerequisite module.
40829
40830 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
40831
40832         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
40833         Problem reported by Eric Blake.
40834         (getaddrinfo): Initialize se so that it's not garbage.
40835         Redo internal storage allocation so that it doesn't make unportable
40836         assumptions about alignment.
40837         Fix a memory leak.
40838
40839         * lib/utimens.c (futimens): Use futimesat if available.
40840         Prefer it to futimes since it doesn't have the futimes bug.
40841
40842         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
40843         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
40844         Instead, declare a function that returns a pointer to an array,
40845         and use verify_type__ to declare the size of the array.
40846         Problem and germ of a solution reported by Bruno Haible.
40847         (verify_type__): Use 2, not 1, for bitfield size, to avoid
40848         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
40849
40850 2005-09-23  Jim Meyering  <jim@meyering.net>
40851
40852         Sync from coreutils.
40853         Correct build failure (socklen_t not defined) on at least
40854         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
40855         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
40856
40857 2005-09-23  Jim Meyering  <jim@meyering.net>
40858
40859         * modules/getaddrinfo (Depends-on): Add socklen.
40860
40861 2005-09-23  Bruno Haible  <bruno@clisp.org>
40862
40863         * tests/test-verify.c: New file.
40864
40865 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
40866
40867         Sync from coreutils.
40868
40869         * modules/argmatch (Depends-on): Add verify.
40870         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
40871         unistd-safer.
40872         * modules/save-cwd (Depends-on): Likewise.
40873
40874         * modules/openat (Files): Add lib/openat-die.c.
40875         (Depends-on): Remove error, exitfail.
40876         Add dirname.
40877
40878         * modules/verify: New file.
40879         * MODULES.html.sh (Diagnostics <assert.h>): New section,
40880         with "verify" module.
40881
40882 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
40883
40884         Sync from coreutils.
40885
40886         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
40887         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
40888         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
40889         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
40890         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
40891         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
40892         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
40893         Don't bother checking for string.h, stdlib.h, unistd.h.
40894         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
40895         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
40896         module's job.
40897         * m4/jm-macros.m4 (gl_MACROS): Likewise.
40898         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
40899
40900         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
40901         (gl_GETDATE): Use it.
40902
40903         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
40904
40905 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
40906
40907         Sync from coreutils.
40908
40909         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
40910         stat-time.h.
40911         * lib/argmatch.h: Include verify.h
40912         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
40913         (ARGMATCH_ASSERT): Remove; unused.
40914         * lib/canonicalize.c: Assume STDC_HEADERS.
40915         * lib/exclude.c: Include "strcase.h".
40916         * lib/regex_internal.h [!defined _LIBC]: Likewise.
40917         * lib/getusershell.c: Include stdio--.h rather than stdio.h
40918         and stdio-safer.h.
40919         (getusershell): Call fopen, not fopen_safer.
40920         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
40921         Do not include unistd-safer.h.
40922         (save_cwd): Don't call fd_safer; no longer needed
40923         now that we include fcntl--.h.
40924
40925         * lib/getdate.y (relative_time): New type.
40926         (RELATIVE_TIME_0): New constant.
40927         (parser_control): Use relative_time instead of doing it ourselves.
40928         (%union): Add new relative_time rel member.
40929         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
40930         Now typeless.
40931         (relunit, relunit_snumber): Now of type rel.
40932         (zone, rel, relunit, get_date): Adjust to above changes.
40933
40934         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
40935         Do not include unistd-safer.h.
40936         (getloadavg): Don't call fd_safer; no longer needed
40937         now that we include fcntl--.h.
40938
40939         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
40940         (make_dir_parents): Treat ENOSYS like EEXIST.
40941
40942         Improve quality of diagnostics on restore_cwd failure.
40943         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
40944         (make_dir_parents): Last arg is now int * (for errno), not bool *.
40945         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
40946         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
40947         each time through the loop.  Do not diagnose restore_cwd failure;
40948         that is the caller's job (and perhaps the caller does not care).
40949
40950         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
40951         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
40952         If the file already exists but is not a directory, don't bother
40953         to try to make its parents.
40954         Close potential file descriptor leak if we can't chdir("/") (!).
40955         Don't always return true if chdir($PWD) fails; return true only
40956         if the requested action was done successfully (except for the
40957         chdir($PWD)).
40958         Don't log final directory unless we actually made it.
40959         Refactor to avoid duplicate code to fix up permissions.
40960         Don't attempt to fix up parent permissions if chdir($PWD) fails.
40961
40962         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
40963         to make it a bit faster and (I hope) clearer.
40964         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
40965         Fix bug in formats like %2N.
40966
40967         * lib/verify.h: New file.
40968
40969 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
40970
40971         Sync from coreutils.
40972         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
40973
40974 2005-09-22  Jim Meyering  <jim@meyering.net>
40975
40976         Sync from coreutils.
40977
40978         * m4/lstat.m4 (gl_FUNC_LSTAT):
40979         Use AC_LIBSOURCES to require lstat.c and lstat.h.
40980         Remove obsolete comment.
40981         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
40982         * m4/xstrtod.m4: Likewise.
40983
40984         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
40985
40986 2005-09-22  Jim Meyering  <jim@meyering.net>
40987
40988         Sync from coreutils.
40989
40990         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
40991
40992         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
40993         the .tm_year member, since otherwise gcc-4.0 would now warn about
40994         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
40995
40996         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
40997         order to avoid an unsuppressible warning from gcc on 64-bit systems.
40998
40999         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
41000         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
41001         when run in a time zone for which daylight savings time is in effect
41002         for the starting date.
41003
41004         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
41005         stop us from restricting permissions of just-created absolute-named
41006         directories.
41007         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
41008         to restore initial working directory.
41009         * lib/mkdir-p.c (make_dir_parents): New parameter:
41010         different_working_dir, to tell caller if/when we change the working
41011         directory and are unable to return to the initial one.
41012         * lib/mkdir-p.h (make_dir_parents): Update prototype.
41013         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
41014         `return false'.  This fixes a bug introduced on 2004-07-30.
41015
41016         * lib/openat.c (fdopendir): Be sure to close the supplied
41017         file descriptor before returning.  This makes our replacement
41018         implementation a little closer to Solaris's, where fdopendir
41019         ties the file descriptor to the returned DIR* pointer.
41020         * lib/openat.c (unlinkat): New function.
41021         * lib/openat.h (unlinkat): Add prototype.
41022         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
41023         (openat_restore_fail): Rename from openat_restore_die.
41024         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
41025
41026         Provide an alternative to exiting immediately upon save_cwd or
41027         restore_cwd failure.  Now, an application can arrange e.g.,
41028         to perform a longjump in that case.
41029         * lib/openat.c: Include dirname.h.
41030         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
41031         (rpl_openat, fdopendir, fstatat): Call openat_save_die
41032         and openat_restore_die rather than calling error directly.
41033         Don't include "error.h" or "exitfail.h"; they're no longer needed.
41034
41035         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
41036         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
41037         define.
41038
41039         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
41040         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
41041                             int utc, int nanoseconds);
41042         Background:
41043         date should not have to allocate a megabyte of virtual memory to
41044         handle a format argument like +%1048575T.  When implemented with
41045         strftime, it must allocate such a buffer, use strftime to fill it
41046         in, print it, then free it.
41047         With fprintftime, it simply prints everything and exits.
41048         With no need for memory allocation, that's one fewer way to fail.
41049         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
41050         optional field width, not before, so we accept %9:z, not %:9z.
41051         (my_strftime): Be sure to use L_('x') for literals.
41052
41053         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
41054         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
41055         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
41056         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
41057         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
41058         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
41059         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
41060         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
41061         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
41062         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
41063         * lib/xgethostname.c, lib/xreadlink.c:
41064         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
41065
41066         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
41067         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
41068         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
41069         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
41070         and don't include <sys/file.h>).
41071
41072 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
41073
41074         Sync from coreutils.
41075
41076         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
41077         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
41078         [!LDAV_DONE]: Avoid unused variable warning.
41079
41080 2005-09-21  Bruno Haible  <bruno@clisp.org>
41081
41082         * lib/unicodeio.h (unicode_to_mb): New declaration.
41083
41084 2005-09-20  Derek Price  <derek@ximbiot.com>
41085
41086         * lib/getaddrinfo.c: Don't include <netdb.h> included from
41087         getaddrinfo.h.
41088
41089 2005-09-20  Bruno Haible  <bruno@clisp.org>
41090
41091         * gnulib-tool: Remove trailing slashes from the values specified for
41092         --source-base, --m4-base, --tests-base, --aux-dir.
41093         Suggested by Simon Josefsson <jas@extundo.com>.
41094
41095 2005-09-20  Bruno Haible  <bruno@clisp.org>
41096
41097         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
41098         func_modules_to_filelist, func_import, func_create_testdir): Make all
41099         sorting results locale-independent, so that gnulib-cache.m4 doesn't
41100         change when gnulib-tool is invoked in a different locale.
41101
41102 2005-09-19  Simon Josefsson  <jas@extundo.com>
41103
41104         * m4/socklen.m4: Fix typo.
41105
41106 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41107
41108         Use a consistent style for including <config.h>.
41109         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
41110         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
41111         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
41112         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
41113         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
41114         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
41115         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
41116         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
41117         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
41118         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
41119         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
41120         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
41121         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
41122         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
41123         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
41124         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
41125         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
41126         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
41127         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
41128         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
41129         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
41130         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
41131         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
41132         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
41133         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
41134         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
41135         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
41136         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
41137         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
41138         lib/xstrtoumax.c, lib/yesno.c:
41139         Standardize inclusion of config.h.
41140         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
41141         lib/inttostr.h:  Removed inclusion of config.h from header files.
41142         * lib/inttostr.c:  Adjusted in-tree users.
41143         * lib/timespec.h: Remove superfluous warning to include config.h.
41144         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
41145         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
41146         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
41147         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
41148         config.h with HAVE_CONFIG_H.
41149
41150 2005-09-19  Jim Meyering  <jim@meyering.net>
41151
41152         * modules/pathmax (License): Change to LGPL.
41153
41154 2005-09-19  Derek Price  <derek@ximbiot.com>
41155
41156         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
41157
41158 2005-09-19  Bruno Haible  <bruno@clisp.org>
41159
41160         * gnulib-tool (import): Provide default for --tests-base.
41161
41162 2005-09-19  Bruno Haible  <bruno@clisp.org>
41163
41164         * doc/quote.texi: New file, extracted from gnulib.texi.
41165         * doc/ctime.texi: New file, extracted from gnulib.texi.
41166         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
41167         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
41168         * doc/gnulib.texi: Include them.
41169
41170 2005-09-18  Bruno Haible  <bruno@clisp.org>
41171
41172         Portability fix.
41173         * gnulib-tool (func_readlink): New function.
41174         (func_ln_if_changed): Use it.
41175
41176 2005-09-18  Bruno Haible  <bruno@clisp.org>
41177
41178         * gnulib-tool: Support --with-tests also with --import.
41179         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
41180         (func_import): Use variables $testsbase and $inctests. Emit a
41181         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
41182         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
41183         SUBDIRS += $testsdir.
41184         (func_create_testdir): Update.
41185
41186 2005-09-18  Bruno Haible  <bruno@clisp.org>
41187
41188         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
41189         instead of $dry_run.
41190         (func_cp_if_changed, func_mv_if_changed): Remove functions.
41191         (func_ln_if_changed): Don't handle dry-run here.
41192         (func_import): In dry-run mode, detect more precisely which actions
41193         would be performed, and don't use "...ing" verbs.
41194
41195 2005-09-18  Bruno Haible  <bruno@clisp.org>
41196
41197         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
41198         (func_import): Use join on two temporary files instead of three nested
41199         loops, in order to determine which files are new or old.
41200
41201 2005-09-18  Bruno Haible  <bruno@clisp.org>
41202
41203         * gnulib-tool (func_import): Comment out code that spits out the
41204         new files with --dry-run.
41205
41206 2005-09-18  Bruno Haible  <bruno@clisp.org>
41207
41208         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
41209
41210 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
41211
41212         * lib/stat-time.h: New file.
41213         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
41214         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
41215         in a different way.
41216         (timespec_cmp): New function.
41217         * lib/utimecmp.c: Include stat-time.h.
41218         (SYSCALL_RESOLUTION): Depend on whether various struct stat
41219         members exist, not on the obsolescent ST_MTIM_NSEC.
41220         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
41221
41222 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
41223
41224         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
41225
41226 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
41227
41228         * MODULES.html.sh (File system functions): Add stat-time.
41229         * modules/stat-time: New file.
41230         * modules/timespec (Files): Remove m4/st_mtim.m4; this
41231         is now done in a different way, by the stat-time module.
41232         * modules/utimecmp (Depends-on): Add stat-time.
41233
41234 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
41235
41236         * m4/st_mtim.m4: Remove.  Superseded by...
41237         * m4/stat-time.m4: New file.
41238         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
41239         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
41240
41241 2005-09-15  Derek Price  <derek@ximbiot.com>
41242
41243         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
41244
41245 2005-09-15  Derek Price  <derek@ximbiot.com>
41246
41247         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
41248         * lib/regex_internal.c: Ditto, using this...
41249         (__GNUC_PREREQ): ...new macro.
41250         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
41251         using...
41252         (__GNUC_PREREQ): ...this new macro.
41253
41254         * lib/strstr.h: Include string.h. Define strstr as a macro here.
41255
41256 2005-09-15  Derek Price  <derek@ximbiot.com>
41257             Paul Eggert  <eggert@cs.ucla.edu>
41258
41259         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
41260         changes, consolidating in...
41261         * lib/regex_internal.h: ...this file.
41262
41263 2005-09-13  Jim Meyering  <jim@meyering.net>
41264
41265         * lib/canon-host.c: Filter through gnu indent and reword comments
41266         slightly.
41267         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
41268
41269 2005-09-13  Derek Price  <derek@ximbiot.com>
41270
41271         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
41272         failure.
41273         Reported by Jim Meyering  <jim@meyering.net>.
41274
41275 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
41276
41277         * lib/base64.c: Typo.
41278         (base64_encode): Put b64str in initialized data section.
41279
41280 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
41281
41282         Merge glibc and coreutils changes into gnulib, plus a few
41283         extra fixes.
41284         * lib/md5.c: Use #error rather than a string.
41285         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
41286         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
41287         (__attribute__): Define to empty for non recent-GCC.
41288         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
41289         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
41290         Renamed from their non-__ counterparts, with new macros replacing
41291         them if not _LIBC.  Add __THROW attribute.
41292         (rol): Remove.
41293         (struct md5_ctx): Align buffer if using GCC.
41294         * lib/sha1.h (struct sha1_ctx): Likewise.
41295         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
41296         The old name was backwards.
41297         (NOTSWAP): Remove; not used.
41298         (rol): New macro, moved here from md5.h.
41299         (sha1_process_block): Remove a FIXME that doesn't make sense.
41300
41301 2005-09-12  Derek Price  <derek@ximbiot.com>
41302
41303         Return usable errors from canon-host.
41304         * lib/canon-host.h: New file.
41305         * lib/canon-host.c (canon_host): Wrap...
41306         (canon_host_r): ...this new function, which now relies exclusively on
41307         getaddrinfo.
41308         (ch_strerror): New function.
41309         (last_cherror): New global.
41310         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
41311         interface.
41312         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
41313         void *.
41314         (freeaddrinfo): Free ai->ai_canonname when set.
41315
41316 2005-09-12  Derek Price  <derek@ximbiot.com>
41317
41318         Make canon-host require getaddrinfo.
41319         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
41320         AC_LIBSOURCE canon-host.h.  Call...
41321         (gl_PREREQ_CANON_HOST): ...this new function, which requires
41322         gl_GETADDRINFO.
41323         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
41324
41325 2005-09-12  Derek Price  <derek@ximbiot.com>
41326
41327         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
41328         LGPL.
41329         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
41330
41331 2005-09-12  Derek Price  <derek@ximbiot.com>
41332
41333         * lib/gai_strerror.c: Include config.h when available.  Include
41334         getaddrinfo.h before other headers to test interface.
41335         Reported by Larry Jones <lawrence.jones@ugs.com>.
41336
41337 2005-09-12  Derek Price  <derek@ximbiot.com>
41338             Paul Eggert  <eggert@cs.ucla.edu>
41339
41340         * modules/glob (Files): Add glob-libc.h.
41341
41342 2005-09-12  Derek Price  <derek@ximbiot.com>
41343             Paul Eggert  <eggert@cs.ucla.edu>
41344
41345         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
41346         glob_.h, glob-libc.h.
41347         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
41348
41349 2005-09-12  Derek Price  <derek@ximbiot.com>
41350             Paul Eggert  <eggert@cs.ucla.edu>
41351
41352         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
41353         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
41354         protecting things that should be done only in gnulib contexts.
41355         * lib/glob_.h: New file, containing only the glob things needed for
41356         gnulib.
41357         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
41358         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
41359         (glob, globfree, glob_pattern_p): Now defined simply in terms of
41360         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
41361         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
41362         and to respect the namespace rules better.
41363
41364 2005-09-08  Simon Josefsson  <jas@extundo.com>
41365
41366         * modules/socklen: New file.
41367
41368 2005-09-08  Simon Josefsson  <jas@extundo.com>
41369
41370         * m4/socklen.m4: New file.
41371
41372 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41373
41374         * modules/utimens (Files): Add m4/utimbuf.m4, since
41375         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
41376         Reported by Sergey Poznyakoff.
41377
41378 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41379
41380         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
41381         definitions, since that's the preferred style in glibc.
41382         Fix a minor spacing issue, and update copyright notice to match
41383         glibc's.
41384
41385 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41386
41387         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
41388
41389 2005-09-06  Simon Josefsson  <jas@extundo.com>
41390
41391         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
41392         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
41393
41394 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
41395
41396         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
41397         warning.
41398
41399 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
41400
41401         * config/srclist.txt: Add glibc bug 1302.
41402
41403 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
41404
41405         Change bitset word type from unsigned int to unsigned long int,
41406         as this has better performance on typical 64-bit hosts.
41407         Port bitset code to hosts with unusual word sizes.
41408         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
41409         (build_collating_symbol):
41410         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
41411         argument is a bitset.  This is merely a style issue, but it makes
41412         it clearer that an entire array is expected.
41413         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
41414         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
41415         Port to the case where bitset_word is not the same as unsigned int.
41416         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
41417         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
41418         Likewise.
41419         * lib/regexec.c (check_dst_limits_calc_pos_1,
41420         check_subexp_matching_top):
41421         (build_trtable, group_nodes_into_DFAstates):
41422         Likewise.
41423         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
41424         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
41425         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
41426         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
41427         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
41428         * lib/regcomp.c (optimize_subexps, lower_subexp):
41429         Work even if bitset_word has holes in its bitwise representation.
41430         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
41431         * lib/regexec.c (check_dst_limits_calc_pos_1,
41432         check_subexp_matching_top):
41433         Likewise.
41434         * lib/regex_internal.c (re_string_reconstruct):
41435         Don't assume UCHAR_MAX == 255.
41436         * lib/regex_internal.h (bitset_set_all): Likewise.
41437         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
41438         All uses changed.
41439         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
41440         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
41441         All uses changed.
41442         (BITSET_WORD_MAX): New macro.
41443         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
41444         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
41445         (bitset_empty, bitset_copy):
41446         Prefer sizeof (bitset) to multiplying it out ourselves.
41447         (bitset_not_merge): Remove; unused.
41448         (bitset_contain): Return bool, not unsigned int with one bit on.
41449         All callers changed.
41450         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
41451         alignment than re_node_set; do this by defining a new internal
41452         type struct dests_alloc and using it to allocate memory.
41453
41454 2005-09-05  Bruno Haible  <bruno@clisp.org>
41455
41456         * gnulib-tool (func_import): Fix comparison in handling of symbolic
41457         links.
41458
41459 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
41460
41461         * modules/size_max (Makefile.am): Add size_max.h
41462
41463 2005-09-04  Derek Price  <derek@ximbiot.com>
41464
41465         * gnulib-tool (func_import): Fix reversed $symbolic logic.
41466
41467 2005-09-03  Simon Josefsson  <jas@extundo.com>
41468
41469         * gnulib-tool: Fix typo.
41470
41471 2005-09-03  Simon Josefsson  <jas@extundo.com>
41472
41473         * config/srclist.txt: Add glibc bug 1293.
41474
41475 2005-09-03  Derek Price  <derek@ximbiot.com>
41476
41477         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
41478         From Larry Jones <lawrence.jones@ugs.com>.
41479
41480 2005-09-02  Simon Josefsson  <jas@extundo.com>
41481
41482         * modules/socklen: New file.
41483
41484 2005-09-02  Simon Josefsson  <jas@extundo.com>
41485
41486         * modules/havelib: New module.
41487
41488         * modules/gettext, modules/iconv, modules/lock, modules/readline:
41489         Use havelib.
41490
41491 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
41492
41493         Check for arithmetic overflow when calculating sizes, to prevent
41494         some buffer-overflow issues.  These patches are conservative, in the
41495         sense that when I couldn't determine whether an overflow was possible,
41496         I inserted a run-time check.
41497         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
41498         macros.
41499         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
41500         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
41501         (re_xnrealloc, re_x2nrealloc): New inline functions.
41502         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
41503         parse_bracket_exp):
41504         (build_equiv_class, build_charclass): Check for arithmetic overflow
41505         in size expression calculations.
41506         * lib/regex_internal.c (re_string_realloc_buffers):
41507         (build_wcs_upper_buffer, re_node_set_add_intersect):
41508         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
41509         (re_dfa_add_node, register_state): Likewise.
41510         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
41511         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
41512         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
41513         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
41514
41515 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
41516
41517         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
41518         m4/ulonglong.m4.  Problem reported by Martin Lambers.
41519
41520 2005-09-02  Bruno Haible  <bruno@clisp.org>
41521
41522         Support for lib vs. lib64 distinction on biarch platforms.
41523         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
41524         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
41525         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
41526
41527 2005-09-02  Bruno Haible  <bruno@clisp.org>
41528
41529         * gnulib-tool (import): In the other first-use case, provide defaults
41530         as well.
41531
41532 2005-09-02  Bruno Haible  <bruno@clisp.org>
41533
41534         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
41535         patches not yet found in the latest gettext release.
41536
41537 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
41538
41539         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
41540         to avoid a collision with bits/local_lim.h in glibc.
41541         All uses changed.  Problem reported by Dmitry V. Levin in
41542         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
41543
41544         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
41545         bugs in int versus size_t comparisons.
41546         (re_string_context_at): Fix bug where the code assumed that
41547         Idx is signed.
41548
41549         Use bool where appropriate.
41550         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
41551         All callers changed.
41552         (calc_eclosure_iter): Likewise, for ROOT arg.
41553         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
41554         (build_charclass_op): Likewise, for NON_MATCH arg.
41555         * lib/regex_internal.c (re_string_allocate, re_string_construct):
41556         (re_string_construct_common): Likewise, for ICASE arg.
41557         * lib/regexec.c (re_search_2_stub, re_search_stub):
41558         Likewise, for RET_LEN arg.
41559         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
41560         (set_regs): Likewise, for FL_BACKTRACK arg.
41561         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
41562         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
41563         (calc_eclosure_iter, parse_bracket_exp):
41564         Use bool for internal variables that are booleans.
41565         * lib/regexec.c (re_search_internal, check_matching,
41566         proceed_next_node):
41567         (set_regs, build_sifted_states, sift_states_bkref):
41568         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
41569         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
41570         (find_collation_sequence_value):
41571         Likewise.
41572         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
41573         (re_node_set_compare):
41574         Return bool, not int. All callers changed.
41575         * lib/regexec.c (check_halt_node_context, check_dst_limits):
41576         (build_trtable, check_node_accept): Likewise.
41577         * lib/regex_internal.h: Include stdbool.h.
41578
41579         Fix bugs uncovered when converting to bool.
41580         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
41581         failure instead of charging ahead blindly.
41582         * lib/regex_internal.c (register_state): Likewise.
41583         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
41584         for freeing internal storage.
41585         (group_nodes_into_DFA_states): Use unsigned int, not int, for
41586         bitset pieces used as boolean, to avoid undefined behavior
41587         on hosts that do int overflow checking.
41588
41589 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
41590
41591         * config/srclist.txt: Add glibc bugs 1285-1287.
41592
41593 2005-09-01  Jim Meyering  <jim@meyering.net>
41594
41595         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
41596         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
41597         Require gl_STAT_MACROS, too.
41598
41599 2005-09-01  Bruno Haible  <bruno@clisp.org>
41600
41601         * gnulib-tool (import): In the first-use case, provide defaults.
41602
41603 2005-09-01  Bruno Haible  <bruno@clisp.org>
41604
41605         * gnulib-tool (func_import): Remove the .tmp files.
41606
41607 2005-09-01  Bruno Haible  <bruno@clisp.org>
41608
41609         * gnulib-tool (func_import): Fix handling of symbolic links.
41610
41611 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
41612
41613         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
41614         old glibc regex code mishandles strings longer than 2**31 bytes.
41615         This patch fixes this when the regex code is used in gnulib
41616         (i.e., outside glibc).
41617
41618         This patch should not affect the use of the regex code inside
41619         glibc.  No doubt this problem also needs to be handled for glibc
41620         as well, but the result will be an incompatible change to the
41621         glibc ABI, and the old ABI will have to be supported too.  That
41622         can be the the subject for another patch.
41623
41624         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
41625         governing whether the rest of this patch is active.  By default,
41626         the macro is disabled and the patch has no effect.
41627         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
41628         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
41629         (struct re_pattern_buffer, re_search, re_search_2, re_match):
41630         (re_match_2, re_set_registers): Use the new types.
41631         * lib/regex_internal.h (Idx, re_hashval_t): New types.
41632         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
41633         New macros.
41634         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
41635         (re_string_context_at, bin_tree_t, re_dfastate_t):
41636         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
41637         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
41638         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
41639         (re_string_char_size_at, re_string_wchar_at):
41640         (re_string_elem_size_at):
41641         Use the new types and macros to port to 64-bit hosts.
41642         Use unsigned types for internal values, so that the code
41643         mostly works even for arrays larger than SSIZE_MAX.
41644         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
41645         (search_duplicated_node, calc_eclosure_iter, fetch_number):
41646         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
41647         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
41648         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
41649         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
41650         (calc_inveclosure, parse_dup_op, build_range_exp):
41651         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
41652         (fetch_number, create_token_tree, mark_opt_subexp):
41653         Likewise.
41654         * lib/regex_internal.c (re_string_construct_common,
41655         create_ci_newstate):
41656         (create_cd_newstate, re_string_allocate, re_string_construct):
41657         (re_string_realloc_buffers, build_wcs_upper_buffer):
41658         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
41659         (re_string_reconstruct, re_string_peek_byte_case):
41660         (re_string_fetch_byte_case, re_string_context_at):
41661         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
41662         (re_node_set_init_copy, re_node_set_add_intersect):
41663         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
41664         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
41665         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
41666         (re_acquire_state, re_acquire_state_context, register_state):
41667         Likewise.
41668         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
41669         search_cur_bkref_entry):
41670         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
41671         (re_search_internal, re_search_2_stub, re_search_stub)
41672         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
41673         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
41674         (update_cur_sifted_state, check_dst_limits):
41675         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
41676         (check_subexp_limits, sift_states_bkref, merge_state_array):
41677         (check_subexp_matching_top, get_subexp, get_subexp_sub):
41678         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
41679         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
41680         (expand_bkref_cache, check_node_accept_bytes):
41681         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
41682         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
41683         (acquire_init_state_context, check_halt_node_context):
41684         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
41685         (sift_states_backward, clean_state_log_if_needed):
41686         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
41687         (find_recover_state, transit_state_sb, transit_state_mb):
41688         (transit_state_bkref, build_trtable, match_ctx_clean):
41689         Likewise.
41690         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
41691         to work around an assumption that REG_MISSING is negative.
41692
41693         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
41694         (seek_collating_symbol_entry) [defined _LIBC]:
41695         (lookup_collation_sequence_value) [defined _LIBC]:
41696         (build_range_exp, build_collating_symbol) [defined _LIBC]:
41697         Use prototypes rather than old-style function definitions.
41698         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
41699         (transit_state_sb) [0]:
41700         (find_collation_sequence_value) [defined _LIBC]: Likewise.
41701
41702         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
41703         rm_eo.
41704
41705         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
41706         (optimize_subexps, lower_subexp):
41707         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
41708         since the signed shift might overflow.  Use 1u<<31 instead.
41709         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
41710         Likewise.
41711         * lib/regexec.c (check_dst_limits_calc_pos_1,
41712         check_subexp_matching_top): Likewise.
41713
41714         * lib/regcomp.c (optimize_subexps, lower_subexp):
41715         Use CHAR_BIT rather than 8, for clarity.
41716         * lib/regexec.c (check_dst_limits_calc_pos_1):
41717         (check_subexp_matching_top): Likewise.
41718         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
41719         have to worry about portability issues when shifting it left.
41720         Remove no-longer-needed test for table_size > 0.
41721         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
41722         in a word, as the resulting behavior is undefined.
41723         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
41724         in one case, a <= should have been an <, and in another case the
41725         whole test was missing.
41726         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
41727         the standard name CHAR_BIT.
41728         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
41729         this is not true on one's complement and signed-magnitude hosts.
41730
41731         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
41732         next_last_offset.
41733         (struct re_dfa_t): Remove unused member states_alloc.
41734         * lib/regcomp.c (init_dfa): Don't initialize unused members.
41735
41736 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
41737
41738         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
41739         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
41740         and large-file glibc and in 32-bit large-file Solaris.
41741
41742 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
41743
41744         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
41745         lengths fit in regoff_t; this isn't true if regoff_t is the same
41746         width as size_t.
41747         * lib/regex.c (re_search_internal): 5th arg is LAST_START
41748         (= START + RANGE) instead of RANGE.  This avoids overflow
41749         problems when regoff_t is the same width as size_t.
41750         All callers changed.
41751         (re_search_2_stub): Check for overflow when adding the
41752         sizes of the two strings.
41753         (re_search_stub): Check for overflow when adding START
41754         to RANGE; if it occurs, substitute the extreme value.
41755
41756 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
41757
41758         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
41759
41760 2005-08-31  Jim Meyering  <jim@meyering.net>
41761
41762         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
41763         a pointer-to-const.
41764         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
41765         (register_state): Likewise.
41766         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
41767         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
41768         (group_nodes_into_DFAstates): Likewise.
41769
41770 2005-08-31  Jim Meyering  <jim@meyering.net>
41771
41772         * check-module: Add a FIXME comment.
41773
41774 2005-08-31  Eric Blake  <ebb9@byu.net>
41775
41776         * modules/unistd-safer (Files): Add unistd--.h.
41777         * modules/stdio-safer (Files): Add stdio--.h.
41778
41779 2005-08-31  Derek Price  <derek@ximbiot.com>
41780
41781         * lib/getdelim.c (getdelim): Return EOF on EOF.
41782         Reported by Larry Jones <lawrence.jones@ugs.com>.
41783
41784 2005-08-31  Bruno Haible  <bruno@clisp.org>
41785
41786         Avoid unnecessary diffs in the generated lib/Makefile.am.
41787         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
41788         the generated files.
41789         (func_import): Don't set cmd.
41790
41791 2005-08-31  Bruno Haible  <bruno@clisp.org>
41792
41793         * lib/strstr.c: Include <stddef.h>, for NULL.
41794         * lib/strcasestr.c: Likewise.
41795         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
41796
41797 2005-08-31  Bruno Haible  <bruno@clisp.org>
41798
41799         * gnulib-tool: New option --macro-prefix.
41800         (func_import): Use macro_prefix.
41801         (import): Handle option --macro-prefix.
41802
41803 2005-08-31  Bruno Haible  <bruno@clisp.org>
41804
41805         * gnulib-tool (import): Rename most ac_* variables to cached_*.
41806         Also use new variables cached_lgpl, cached_libtool.
41807
41808 2005-08-31  Bruno Haible  <bruno@clisp.org>
41809
41810         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
41811         always instantiating them.
41812
41813 2005-08-31  Bruno Haible  <bruno@clisp.org>
41814
41815         * gnulib-tool (func_import): Read the previous cached settings
41816         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
41817         earlier added by gnulib but are now dropped. Warn when a gnulib file
41818         overwrites a non-gnulib file.
41819
41820 2005-08-31  Bruno Haible  <bruno@clisp.org>
41821
41822         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
41823         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
41824         projects that don't keep autogenerated files in CVS. Put into
41825         actioncmd only the specified modules, not the transitive closure.
41826
41827 2005-08-31  Bruno Haible  <bruno@clisp.org>
41828
41829         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
41830         Create directories that shall be filled.
41831         (import): Don't look for gl_* macros in configure.ac. Recurse across
41832         all directories containing a gnulib-cache.m4 files, if meaningful.
41833
41834 2005-08-31  Bruno Haible  <bruno@clisp.org>
41835
41836         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
41837         (import): Set seen_libtool when we see gl_LIBTOOL.
41838
41839 2005-08-31  Bruno Haible  <bruno@clisp.org>
41840
41841         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
41842         declaration macro definitions from generated gnulib.m4.
41843
41844 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
41845
41846         * lib/iconvme.h: Add prototype for iconv_alloc.
41847
41848 2005-08-29  Simon Josefsson  <jas@extundo.com>
41849
41850         * lib/iconvme.c: Fix errno.
41851
41852 2005-08-29  Bruno Haible  <bruno@clisp.org>
41853
41854         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
41855         that it works when the directory contains spaces.
41856
41857 2005-08-29  Bruno Haible  <bruno@clisp.org>
41858
41859         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
41860
41861 2005-08-29  Bruno Haible  <bruno@clisp.org>
41862
41863         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
41864         Emit more advice.
41865
41866 2005-08-29  Bruno Haible  <bruno@clisp.org>
41867         and Stepan Kasal  <kasal@ucw.cz>
41868
41869         * check-module: If more parameters are given, check each of them
41870         separately; add more exceptions, as noted by Jim Meyering.
41871         (check_module): New procedure.
41872         (%exempt_header): Now contains all exceptions.
41873
41874 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
41875
41876         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
41877
41878 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
41879
41880         * lib/iconvme.c: Split iconv_string into iconv_alloc.
41881
41882 2005-08-28  Bruno Haible  <bruno@clisp.org>
41883
41884         * m4/gnulib-tool.m4: New file.
41885
41886 2005-08-27  Jim Meyering  <jim@meyering.net>
41887
41888         * modules/unistd-safer (Files): Add pipe-safer.c.
41889         * modules/fcntl-safer (Files): Add creat-safer.c.
41890
41891 2005-08-27  Jim Meyering  <jim@meyering.net>
41892
41893         * m4/stdlib-safer.m4: New file.  From coreutils.
41894         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
41895         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
41896         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
41897         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
41898         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
41899
41900 2005-08-27  Jim Meyering  <jim@meyering.net>
41901
41902         * lib/fopen-safer.c: Merge minor changes from coreutils.
41903         * lib/dup-safer.c: Likewise.
41904         * lib/fd-safer.c: Likewise.
41905
41906         Merge from coreutils.
41907         * lib/stdio--.h: New file.
41908         * lib/stdlib--.h: New file.
41909         * lib/mkstemp-safer.c: New file.
41910
41911         GNU tar needs these.
41912         * lib/pipe-safer.c: New file.
41913         * lib/creat-safer.c: New file.
41914         * lib/fcntl--.h (creat): Define to creat_safer.
41915         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
41916         * lib/unistd--.h (pipe): Define to pipe_safer.
41917         * lib/unistd-safer.h: Declare pipe_safer.
41918
41919 2005-08-26  Simon Josefsson  <jas@extundo.com>
41920
41921         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
41922         Haible <bruno@clisp.org>.
41923
41924 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
41925
41926         * lib/regex_internal.h: Remove all references to
41927         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
41928         or better.
41929         (bitset_not, bitset_merge, bitset_not_merge):
41930         (bitset_mask, re_string_allocate, re_string_construct):
41931         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
41932         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
41933         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
41934         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
41935         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
41936         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
41937         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
41938         (re_acquire_state_context):
41939         Remove unnecessary forward decls.
41940         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
41941         Put __attribute at function definition,
41942         now that the function decl has been removed.
41943         * lib/regex_internal.c (re_string_peek_byte_case):
41944         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
41945         Likewise.
41946
41947 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
41948
41949         * m4/regex.m4: Add AC_PREREQ(2.50).
41950         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
41951
41952 2005-08-25  Simon Josefsson  <jas@extundo.com>
41953
41954         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
41955         __fsetlocking.
41956
41957 2005-08-25  Simon Josefsson  <jas@extundo.com>
41958
41959         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
41960         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
41961         GLIBC specific code.
41962
41963 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
41964
41965         Make regex safe for g++.  This fixes one real bug (an "err"
41966         that should have been "*err").  g++ problem reported by
41967         Sam Steingold.
41968         * lib/regex_internal.h (re_calloc): New macro, consistent with
41969         re_malloc etc.  All callers of calloc changed to use re_calloc.
41970         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
41971         not int.  All callers changed.
41972         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
41973         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
41974         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
41975         (find_recover_state): Change "err" to "*err"; this fixes what
41976         appears to be a real bug.
41977         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
41978         versus int.
41979
41980 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
41981
41982         * modules/regex (Depends-on): Add malloc, since the code
41983         assumes that !malloc(0) means failure.
41984
41985 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
41986
41987         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
41988
41989         alloca modernization/simplification for regex.
41990         * lib/regex.c: Remove portability cruft for alloca.  This no longer
41991         needs to be at the start of the file, and can be moved into
41992         regex_internal.h and simplified.
41993         * lib/regex_internal.h: Include <alloca.h>.
41994         (__libc_use_alloca) [!defined _LIBC]: New macro.
41995         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
41996         now works outside glibc.
41997
41998 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
41999
42000         * config/srclist.txt: Add glibc bugs 1241, 1245.
42001
42002 2005-08-25  Jim Meyering  <jim@meyering.net>
42003
42004         * lib/open-safer.c: Include <config.h>.
42005         Otherwise, we'd lose LARGEFILE support in any file using
42006         e.g. "fcntl--.h"
42007
42008 2005-08-25  Bruno Haible  <bruno@clisp.org>
42009
42010         * m4/minmax.m4: Require autoconf 2.52.
42011         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
42012         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
42013         alternatives of translit over the alphabet.
42014         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
42015
42016 2005-08-24  Simon Josefsson  <jas@extundo.com>
42017
42018         * tests/test-getpass.c: New file.
42019
42020 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42021
42022         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
42023         for GNU regex features.
42024
42025 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42026
42027         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
42028         * lib/regex.h (regerror): Likewise.
42029
42030         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
42031         requires this.  (The code never needed it.)
42032
42033         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
42034         All uses of recently-renamed identifiers changed to use the new,
42035         POSIX-compliant names.  The code will build and run just fine
42036         without these changes, but it's better to eat our own dog food
42037         and use the standard-conforming names.
42038
42039         * lib/regex.h: Fix a multitude of POSIX name space violations.
42040         These changes have an effect only for programs that define
42041         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
42042         do not change anything for programs compiled in the normal way.
42043         Also, there is no effect on the ABI.
42044
42045         (_REGEX_SOURCE): New macro.
42046         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
42047         defined and _GNU_SOURCE is not; this fixes a name space violation.
42048
42049         Rename the following macros to obey POSIX requirements.
42050         The old names are still visible as macros if _REGEX_SOURCE is defined.
42051         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
42052         RE_BACKSLASH_ESCAPE_IN_LISTS.
42053         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
42054         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
42055         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
42056         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
42057         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
42058         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
42059         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
42060         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
42061         (REG_INTERVALS): renamed from RE_INTERVALS.
42062         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
42063         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
42064         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
42065         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
42066         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
42067         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
42068         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
42069         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
42070         RE_UNMATCHED_RIGHT_PAREN_ORD.
42071         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
42072         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
42073         (REG_DEBUG): renamed from RE_DEBUG.
42074         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
42075         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
42076         unusual, since we can't clash with the POSIX REG_ICASE.
42077         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
42078         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
42079         (REG_NO_SUB): renamed from RE_NO_SUB.
42080         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
42081         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
42082         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
42083         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
42084         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
42085         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
42086         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
42087         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
42088         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
42089         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
42090         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
42091         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
42092         RE_SYNTAX_POSIX_MINIMAL_BASIC.
42093         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
42094         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
42095         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
42096         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
42097         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
42098         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
42099         (REG_FIXED): Renamed from REGS_FIXED.
42100         (REG_NREGS): Renamed from RE_NREGS.
42101
42102         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
42103         of other REG_* macros, since POSIX says the user is allowed to
42104         #undef these macros selectively.
42105
42106         (reg_errcode_t): Update comment stating what other tables need
42107         to be consistent.
42108
42109         Rename the following enum values to obey POSIX requirements.
42110         The old names are still visible as macros.
42111         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
42112         is not defined, since GNU is supposed to be a superset of POSIX as
42113         much as possible, and since we want reg_errcode_t to be a signed
42114         type for implementation consistency.
42115         (_REG_NOERROR): Renamed from REG_NOERROR.
42116         (_REG_NOMATCH): Renamed from REG_NOMATCH.
42117         (_REG_BADPAT): Renamed from REG_BADPAT.
42118         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
42119         (_REG_ECTYPE): Renamed from REG_ECTYPE.
42120         (_REG_EESCAPE): Renamed from REG_EESCAPE.
42121         (_REG_ESUBREG): Renamed from REG_ESUBREG.
42122         (_REG_EBRACK): Renamed from REG_EBRACK.
42123         (_REG_EPAREN): Renamed from REG_EPAREN.
42124         (_REG_EBRACE): Renamed from REG_EBRACE.
42125         (_REG_BADBR): Renamed from REG_BADBR.
42126         (_REG_ERANGE): Renamed from REG_ERANGE.
42127         (_REG_ESPACE): Renamed from REG_ESPACE.
42128         (_REG_BADRPT): Renamed from REG_BADRPT.
42129         (_REG_EEND): Renamed from REG_EEND.
42130         (_REG_ESIZE): Renamed from REG_ESIZE.
42131         (_REG_ERPAREN): Renamed from REG_ERPAREN.
42132         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
42133         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
42134         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
42135         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
42136
42137         (_REG_RE_NAME, _REG_RM_NAME): New macros.
42138         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
42139         changed.  But support the old name if the new one is not defined
42140         and if _REGEX_SOURCE.
42141
42142         Change the following member names in struct re_pattern_buffer.
42143         The old names are still supported if !_REGEX_SOURCE.
42144         The new names are always supported, regardless of _REGEX_SOURCE.
42145         (re_buffer): Renamed from buffer.
42146         (re_allocated): Renamed from allocated.
42147         (re_used): Renamed from used.
42148         (re_syntax): Renamed from syntax.
42149         (re_fastmap): Renamed from fastmap.
42150         (re_translate): Renamed from translate.
42151         (re_can_be_null): Renamed from can_be_null.
42152         (re_regs_allocated): Renamed from regs_allocated.
42153         (re_fastmap_accurate): Renamed from fastmap_accurate.
42154         (re_no_sub): Renamed from no_sub.
42155         (re_not_bol): Renamed from not_bol.
42156         (re_not_eol): Renamed from not_eol.
42157         (re_newline_anchor): Renamed from newline_anchor.
42158
42159         Change the following member names in struct re_registers.
42160         The old names are still supported if !_REGEX_SOURCE.
42161         The new names are always supported, regardless of _REGEX_SOURCE.
42162         (rm_num_regs): Renamed from num_regs.
42163         (rm_start): Renamed from start.
42164         (rm_end): Renamed from end.
42165
42166         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
42167         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
42168         Prepend __ to parameter names.
42169
42170         Undo yesterday's changes.
42171
42172 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42173
42174         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
42175         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
42176         lib/regex.c.
42177
42178 2005-08-24  Jim Meyering  <jim@meyering.net>
42179
42180         Sync from coreutils.
42181         * m4/fcntl-safer.m4: New file.
42182
42183         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
42184         and object files for this module.
42185
42186 2005-08-24  Jim Meyering  <jim@meyering.net>
42187
42188         Sync from coreutils.
42189         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
42190
42191 2005-08-24  Jim Meyering  <jim@meyering.net>
42192
42193         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
42194         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
42195
42196 2005-08-24  Jim Meyering  <jim@meyering.net>
42197
42198         * modules/fcntl-safer: New module.
42199         * modules/fts (Depends-on): Add fcntl-safer.
42200         * MODULES.html.sh (File descriptor based Input/Output):
42201         Add fcntl-safer.
42202
42203 2005-08-24  Bruno Haible  <bruno@clisp.org>
42204
42205         Support for unit test modules.
42206         * modules/README: Mention tests modules.
42207         * modules/TEMPLATE-TESTS: New file.
42208         * gnulib-tool: New options --extract-tests-module, --with-tests and
42209         --tests-base (unused for the moment).
42210         (testsbase, inctests): New variables.
42211         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
42212         (func_verify_module): Exclude TEMPLATE-TESTS.
42213         (func_verify_nontests_module, func_verify_tests_module): New functions.
42214         (func_get_dependencies): Add implicit dependency for tests modules.
42215         (func_get_tests_module): New function.
42216         (func_modules_transitive_closure): When --with-tests was specified,
42217         include the unit tests as well, unless explicitly avoided.
42218         (func_emit_lib_Makefile_am): Ignore the tests modules here.
42219         (func_emit_tests_Makefile_am): New function.
42220         (func_create_testdir): When --with-tests was specified, emit a
42221         tests/ directory.
42222         * MODULES.html.sh (Future developments): Update.
42223
42224 2005-08-24  Bruno Haible  <bruno@clisp.org>
42225
42226         * modules/tls-tests: New file.
42227         * tests/test-tls.c: New file, from GNU gettext.
42228
42229 2005-08-24  Bruno Haible  <bruno@clisp.org>
42230
42231         * modules/lock-tests: New file.
42232         * tests/test-lock.c: New file, from GNU gettext.
42233
42234 2005-08-24  Bruno Haible  <bruno@clisp.org>
42235
42236         * lib/lock.h: Add multiple inclusion guard.
42237         * lib/tls.h: Add multiple inclusion guard.
42238
42239 2005-08-24  Bruno Haible  <bruno@clisp.org>
42240
42241         * gnulib-tool: Add support for the --aux-dir option to
42242         --create-testdir, --create-megatestdir, --test, --megatest.
42243         (func_create_testdir, func_create_megatestdir): Optionally emit a
42244         AC_CONFIG_AUX_DIR directive.
42245         (create-testdir, create-megatestdir, test, megatest): Provide a
42246         default value for $auxdir.
42247
42248 2005-08-24  Bruno Haible  <bruno@clisp.org>
42249
42250         * gnulib-tool (import): Use compound statement instead of subshell
42251         where possible.
42252
42253 2005-08-24  Bruno Haible  <bruno@clisp.org>
42254
42255         * gnulib-tool (import): Change --aux-dir default to "build-aux".
42256
42257 2005-08-24  Bruno Haible  <bruno@clisp.org>
42258
42259         * gnulib-tool (func_version): Update.
42260
42261 2005-08-24  Bruno Haible  <bruno@clisp.org>
42262
42263         * gnulib-tool (func_import, func_create_testdir,
42264         func_create_megatestdir): Quote all autoconf macro arguments.
42265
42266 2005-08-24  Bruno Haible  <bruno@clisp.org>
42267
42268         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
42269         option --force, because --force causes the aclocal.m4 of each
42270         subdirectory to be newer than the corresponding config.h.in.
42271
42272 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
42273
42274         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
42275         All contents moved to gl_REGEX.
42276         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
42277         assume that it does.
42278
42279 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
42280
42281         * lib/regex.h (REG_NOSYS)
42282         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
42283         Define, since POSIX requires it as of 2001.
42284         (_REG_ENOSYS)
42285         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
42286         New private symbol, used to keep the enum signed in all cases.
42287         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
42288         Youngman in
42289         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
42290
42291         * lib/regex_internal.c (re_string_skip_chars, register_state):
42292         (calc_state_hash):
42293         Remove forward decls; no longer needed now that we use prototypes.
42294         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
42295         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
42296         (clean_state_log_if_needed): Likewise.
42297
42298 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
42299
42300         * config/srclist.txt: Add glibc bugs 1231-1233.
42301
42302 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
42303
42304         Fix problems reported by Sam Steingold in
42305         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
42306         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
42307         assumed that reg_errcode_t is a signed type, which is not
42308         necessarily true if _XOPEN_SOURCE is not defined.
42309         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
42310         since some compilers warn about it otherwise.
42311
42312 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
42313
42314         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
42315         (init_word_char, create_initial_state, duplicate_node_closure):
42316         (fetch_token, peek_token_bracket, build_range_exp):
42317         (build_collating_symbol): Remove forward decls; no longer needed
42318         now that we use prototypes.
42319
42320         * lib/regcomp.c:
42321         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
42322         (re_compile_fastmap_iter, regcomp, regerror, regfree):
42323         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
42324         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
42325         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
42326         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
42327         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
42328         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
42329         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
42330         (build_range_exp, build_collating_symbol, parse_bracket_exp):
42331         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
42332         (build_charclass, build_charclass_op, fetch_number, create_tree):
42333         (create_token_tree, mark_opt_subexp, duplicate_tree):
42334         Use prototypes rather than old-style definitions.
42335
42336         * lib/regex_internal.c:
42337         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
42338         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
42339         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
42340         (re_string_reconstruct, re_string_peek_byte_case):
42341         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
42342         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
42343         (re_node_set_init_copy, re_node_set_add_intersect):
42344         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
42345         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
42346         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
42347         (re_acquire_state, re_acquire_state_context, register_state):
42348         (create_ci_newstate, create_cd_newstate, free_state):
42349         Likewise.
42350         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
42351         re_search_2):
42352         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
42353         (re_search_internal, prune_impossible_nodes):
42354         (acquire_init_state_context, check_matching, static):
42355         (check_halt_node_context, check_halt_state_context, proceed_next_node):
42356         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
42357         (update_regs, sift_states_backward, build_sifted_states):
42358         (clean_state_log_if_needed, merge_state_array):
42359         (update_cur_sifted_state, add_epsilon_src_nodes):
42360         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
42361         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
42362         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
42363         (find_recover_state, check_subexp_matching_top, transit_state_mb):
42364         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
42365         (check_arrival, check_arrival_add_next_nodes):
42366         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
42367         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
42368         (check_node_accept_bytes, check_node_accept, extend_buffers):
42369         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
42370         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
42371         (sift_ctx_init):
42372         Likewise.
42373
42374         * lib/regex_internal.h:
42375         (re_string_allocate, re_string_construct, re_string_reconstruct):
42376         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
42377         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
42378         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
42379         (re_string_context_at, re_string_peek_byte_case):
42380         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
42381         is defined, since we now use prototypes always.
42382
42383         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
42384         C89 or better.  All uses removed.
42385
42386 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
42387
42388         * config/srclist.txt: Add glibc bugs 1220-1227.
42389
42390 2005-08-20  Jim Meyering  <jim@meyering.net>
42391
42392         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
42393         of unused local, dfa.
42394
42395 2005-08-20  Bruno Haible  <bruno@clisp.org>
42396
42397         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
42398
42399 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
42400
42401         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
42402         (re_node_set_insert_last, re_dfa_add_node):
42403         Rename local variables to avoid GCC shadowing warnings.
42404
42405 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
42406
42407         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
42408         [defined lint]: Suppress bogus uninitialized-variable warnings.
42409
42410         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
42411         and let the caller return REG_ESPACE if out of space.  This
42412         removes an uninitialied-variable warning with GCC 4.0.1, and also
42413         avoids taking the address of a local variable.  All callers
42414         changed.
42415
42416 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
42417
42418         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
42419         $LIBCSRC/posix/regexec.c.
42420         Add glibc bug 1217 for regcomp.c.
42421
42422 2005-08-19  Jim Meyering  <jim@meyering.net>
42423
42424         * lib/regexec.c (proceed_next_node): Redo local variables to
42425         avoid GCC shadowing warnings.
42426
42427 2005-08-18  Bruno Haible  <bruno@clisp.org>
42428
42429         * lib/strstr.c (strstr): Fix return value in multibyte case.
42430         * lib/strcasestr.c (strcasestr): Likewise.
42431
42432 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
42433
42434         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
42435
42436 2005-08-17  Jim Meyering  <jim@meyering.net>
42437
42438         Make the %s format (seconds since the epoch) work for a negative
42439         number and when used with a zero-padded field width, e.g. %015s.
42440
42441         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
42442         label so that it precedes the code to set `digits'.  Otherwise,
42443         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
42444         print `00-22'.  Now, it prints `-0022', as it should.
42445
42446 2005-08-17  Bruno Haible  <bruno@clisp.org>
42447
42448         * modules/strstr (Files): Add m4/mbrtowc.m4.
42449         (Depends-on): Add mbuiter.
42450
42451 2005-08-17  Bruno Haible  <bruno@clisp.org>
42452
42453         * modules/strcasestr: New file.
42454         * MODULES.html.sh (String handling, based on ANSI C 89): Add
42455         strcasestr.
42456
42457 2005-08-17  Bruno Haible  <bruno@clisp.org>
42458
42459         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
42460
42461 2005-08-17  Bruno Haible  <bruno@clisp.org>
42462
42463         * modules/mbuiter: New file.
42464         * MODULES.html.sh (Extended multibyte and wide character utilities):
42465         Add mbuiter.
42466
42467 2005-08-17  Bruno Haible  <bruno@clisp.org>
42468
42469         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
42470         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
42471
42472 2005-08-17  Bruno Haible  <bruno@clisp.org>
42473
42474         * m4/strcasestr.m4: New file.
42475
42476 2005-08-17  Bruno Haible  <bruno@clisp.org>
42477
42478         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
42479         * lib/strstr.c: Completely rewritten, with multibyte locale support.
42480
42481 2005-08-17  Bruno Haible  <bruno@clisp.org>
42482
42483         * lib/strcasestr.h: New file.
42484         * lib/strcasestr.c: New file.
42485
42486 2005-08-17  Bruno Haible  <bruno@clisp.org>
42487
42488         * lib/strcasecmp.c: Use mbuiter.h.
42489
42490 2005-08-17  Bruno Haible  <bruno@clisp.org>
42491
42492         * lib/mbuiter.h: New file.
42493
42494 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
42495
42496         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
42497         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
42498         and gl_GETOPT are both invoked via different paths (as happens
42499         with GNU tar CVS because it uses both argp and getopt), the former
42500         wins.
42501
42502 2005-08-16  Bruno Haible  <bruno@clisp.org>
42503
42504         * modules/tls: New file.
42505         * MODULES.html.sh (Multithreading): Add tls.
42506
42507 2005-08-16  Bruno Haible  <bruno@clisp.org>
42508
42509         * modules/strnlen1: New file.
42510         * MODULES.html.sh (String handling): Add strnlen1.
42511
42512 2005-08-16  Bruno Haible  <bruno@clisp.org>
42513
42514         * modules/strcase (Files): Add m4/mbrtowc.m4.
42515         (Depends-on): Add strnlen1, mbchar.
42516
42517 2005-08-16  Bruno Haible  <bruno@clisp.org>
42518
42519         * modules/mbiter: New file.
42520         * MODULES.html.sh (Extended multibyte and wide character utilities):
42521         Add mbiter.
42522
42523 2005-08-16  Bruno Haible  <bruno@clisp.org>
42524
42525         * modules/mbfile: New file.
42526         * MODULES.html.sh (Extended multibyte and wide character utilities):
42527         Add mbfile.
42528
42529 2005-08-16  Bruno Haible  <bruno@clisp.org>
42530
42531         * modules/mbchar: New file.
42532         * MODULES.html.sh (Extended multibyte and wide character utilities):
42533         New section.
42534
42535 2005-08-16  Bruno Haible  <bruno@clisp.org>
42536
42537         * m4/tls.m4: New file, from GNU gettext.
42538
42539 2005-08-16  Bruno Haible  <bruno@clisp.org>
42540
42541         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
42542         always.
42543         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
42544
42545 2005-08-16  Bruno Haible  <bruno@clisp.org>
42546
42547         * m4/mbiter.m4: New file.
42548
42549 2005-08-16  Bruno Haible  <bruno@clisp.org>
42550
42551         * m4/mbfile.m4: New file.
42552
42553 2005-08-16  Bruno Haible  <bruno@clisp.org>
42554
42555         * m4/mbchar.m4: New file.
42556
42557 2005-08-16  Bruno Haible  <bruno@clisp.org>
42558
42559         * lib/tls.h: New file, from GNU gettext.
42560         * lib/tls.c: New file, from GNU gettext.
42561
42562 2005-08-16  Bruno Haible  <bruno@clisp.org>
42563
42564         * lib/strnlen1.h: New file.
42565         * lib/strnlen1.c: New file.
42566
42567 2005-08-16  Bruno Haible  <bruno@clisp.org>
42568
42569         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
42570         (mbi_init): Update.
42571         (mbi_avail, mbi_advance): Let the iteration end before the terminating
42572         NUL byte, not after it.
42573
42574 2005-08-16  Bruno Haible  <bruno@clisp.org>
42575
42576         * lib/strcase.h (strcasecmp): Add note in comments.
42577         * lib/strncasecmp.c: Use code from strcasecmp.c.
42578         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
42579         (strcasecmp): Work correctly in multibyte locales.
42580
42581 2005-08-16  Bruno Haible  <bruno@clisp.org>
42582
42583         * lib/mbiter.h: New file.
42584
42585 2005-08-16  Bruno Haible  <bruno@clisp.org>
42586
42587         * lib/mbfile.h: New file.
42588
42589 2005-08-16  Bruno Haible  <bruno@clisp.org>
42590
42591         * lib/mbchar.h: New file.
42592         * lib/mbchar.c: New file.
42593
42594 2005-08-16  Bruno Haible  <bruno@clisp.org>
42595
42596         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
42597         the valid ones. Makes the comparison operations transitive:
42598         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
42599         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
42600
42601 2005-08-15  Simon Josefsson  <jas@extundo.com>
42602
42603         * modules/ssize_t (License): Change to 'unlimited'.
42604
42605         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
42606
42607 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
42608
42609         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
42610         Add comments for each pending glibc patch.
42611
42612 2005-08-15  Bruno Haible  <bruno@clisp.org>
42613
42614         * lib/regex.h (__restrict_arr): Don't define to __restrict if
42615         __cplusplus is defined.
42616
42617 2005-08-14  Jim Meyering  <jim@meyering.net>
42618
42619         Sync from coreutils.
42620
42621         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
42622         Use the hash-table-based cycle-detection code not just when
42623         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
42624         Reported by James Youngman in
42625         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
42626         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
42627         FTS_TIGHT_CYCLE_CHECK.
42628         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
42629         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
42630         once again.
42631         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
42632         * lib/fts.c (fd_safer): Remove decl.
42633         Include fcntl--.h rather than unistd-safer.h
42634         (fts_safe_changedir): Don't call fd_safer; no longer needed
42635         now that we include fcntl--.h.
42636
42637 2005-08-12  Simon Josefsson  <jas@extundo.com>
42638
42639         * modules/getndelim2: Use ssize_t module.
42640         * modules/getnline: Likewise.
42641         * modules/safe-read: Likewise.
42642         * modules/xreadlink: Likewise.
42643
42644         * modules/ssize_t: New file.
42645
42646 2005-08-12  Simon Josefsson  <jas@extundo.com>
42647
42648         * m4/readline.m4: Look for termcap, curses or ncurses if required.
42649
42650 2005-08-12  Simon Josefsson  <jas@extundo.com>
42651
42652         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42653         ssize_t.
42654
42655 2005-08-12  Simon Josefsson  <jas@extundo.com>
42656
42657         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
42658         readline, getdelim and check_version.
42659         (Support for systems lacking ISO C 99: Sizes of integer types):
42660         Add size_max.
42661
42662 2005-08-12  Bruno Haible  <bruno@clisp.org>
42663
42664         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
42665
42666 2005-08-11  Simon Josefsson  <jas@extundo.com>
42667
42668         * modules/readline: New file.
42669
42670         * modules/strnlen (Files): Add strnlen.h.
42671
42672 2005-08-11  Simon Josefsson  <jas@extundo.com>
42673
42674         * m4/readline.m4: New file.
42675
42676 2005-08-11  Simon Josefsson  <jas@extundo.com>
42677
42678         * lib/readline.h, readline.c: New file.
42679
42680 2005-08-11  Simon Josefsson  <jas@extundo.com>
42681
42682         * doc/gnulib.texi (Initial import, Finishing touches): Mention
42683         gl_AVOID.
42684
42685 2005-08-11  Bruno Haible  <bruno@clisp.org>
42686
42687         * lib/strnlen.h (strnlen): Change parameter name to match comment.
42688
42689 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
42690
42691         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
42692
42693 2005-08-10  Simon Josefsson  <jas@extundo.com>
42694
42695         * tests/test-iconvme.c: New file.
42696
42697 2005-08-10  Simon Josefsson  <jas@extundo.com>
42698
42699         * m4/strnlen.m4: New file.
42700
42701         * m4/strndup.m4: Don't check for strnlen declaration, done in
42702         strnlen.m4.
42703
42704 2005-08-10  Simon Josefsson  <jas@extundo.com>
42705
42706         * lib/strndup.c: Use strnlen.h.
42707
42708         * lib/strnlen.h: New file.
42709
42710 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
42711
42712         * README: Typos.
42713
42714 2005-08-02  Simon Josefsson  <jas@extundo.com>
42715
42716         * modules/readline: New file.
42717
42718 2005-08-02  Simon Josefsson  <jas@extundo.com>
42719
42720         * modules/getdelim: New file.
42721
42722         * modules/getline: Rewrite, don't use getndelim2.
42723
42724 2005-08-02  Simon Josefsson  <jas@extundo.com>
42725
42726         * m4/getline.m4: Separate out getdelim stuff into separate module.
42727
42728         * m4/getdelim.m4: New file.
42729
42730 2005-08-02  Simon Josefsson  <jas@extundo.com>
42731
42732         * lib/getline.h, getline.c: Rewrite.
42733
42734         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
42735
42736 2005-07-31  Bruno Haible  <bruno@clisp.org>
42737
42738         * lib/lock.h (gl_lock_initializer): New macro.
42739         (gl_lock_define_initialized): Use it.
42740         (gl_rwlock_initializer): New macro.
42741         (gl_rwlock_define_initialized): Use it.
42742         (gl_recursive_lock_initializer): New macro.
42743         (gl_recursive_lock_define_initialized): Use it.
42744
42745 2005-07-30  Karl Berry  <karl@gnu.org>
42746
42747         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
42748         Report from Ben Pfaff, regarding getopt.
42749
42750 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
42751
42752         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
42753         normal way.
42754         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
42755         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
42756         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
42757         (gl_GETOPT): Use the new macros.  Most of the implementation
42758         is moved to the new macros.  This is for programs like Emacs
42759         that don't want all the functionality of gl_GETOPT.
42760
42761 2005-07-26  Bruno Haible  <bruno@clisp.org>
42762
42763         * m4/lock.m4: Update from GNU gettext.
42764
42765 2005-07-26  Bruno Haible  <bruno@clisp.org>
42766
42767         * lib/lock.h: Update from GNU gettext.
42768         * lib/lock.c: Update from GNU gettext.
42769
42770 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
42771
42772         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
42773         obsolescent AC_TRY_RUN.  Include the default includes files, for
42774         'exit'.
42775
42776 2005-07-24  Bruno Haible  <bruno@clisp.org>
42777
42778         * modules/visibility: New file.
42779         * MODULES.html.sh (Misc): Add visibility.
42780
42781 2005-07-24  Bruno Haible  <bruno@clisp.org>
42782
42783         * m4/visibility.m4: New file.
42784
42785 2005-07-24  Bruno Haible  <bruno@clisp.org>
42786
42787         * doc/visibility.texi: New file.
42788
42789 2005-07-22  Bruno Haible  <bruno@clisp.org>
42790
42791         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
42792         $(ALLOCA_H), redundant through BUILT_SOURCES.
42793         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
42794         redundant through BUILT_SOURCES.
42795         * modules/byteswap (Makefile.am): Remove explicit dependency on
42796         $(BYTESWAP_H), redundant through BUILT_SOURCES.
42797         * modules/fnmatch (Makefile.am): Remove explicit dependency on
42798         $(FNMATCH_H), redundant through BUILT_SOURCES.
42799         * modules/getopt (Makefile.am): Remove explicit dependency on
42800         $(GETOPT_H), redundant through BUILT_SOURCES.
42801         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
42802         redundant through BUILT_SOURCES.
42803         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
42804         redundant through BUILT_SOURCES.
42805         * modules/stdbool (Makefile.am): Remove explicit dependency on
42806         $(STDBOOL_H), redundant through BUILT_SOURCES.
42807         * modules/stdint (Makefile.am): Remove explicit dependency on
42808         $(STDINT_H), redundant through BUILT_SOURCES.
42809         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
42810         Remove explicit dependency on $(SYSEXITS_H).
42811         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
42812
42813 2005-07-18  Simon Josefsson  <jas@extundo.com>
42814
42815         * lib/check-version.c (check_version): Accept identical versions too.
42816
42817 2005-07-18  Bruno Haible  <bruno@clisp.org>
42818
42819         * modules/lock: New file.
42820         * MODULES.html.sh (Multithreading): New section.
42821
42822 2005-07-18  Bruno Haible  <bruno@clisp.org>
42823
42824         * m4/lock.m4: New file, from GNU gettext.
42825
42826 2005-07-18  Bruno Haible  <bruno@clisp.org>
42827
42828         * lib/lock.h: New file, from GNU gettext.
42829         * lib/lock.c: New file, from GNU gettext.
42830
42831 2005-07-18  Bruno Haible  <bruno@clisp.org>
42832
42833         * lib/lock.h (gl_once_t): New type.
42834         (gl_once_define, gl_once): New macros.
42835         * lib/lock.c (fresh_once): New variable.
42836         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
42837         functions.
42838
42839 2005-07-16  Simon Josefsson  <jas@extundo.com>
42840
42841         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
42842         workaround, suggested by Bruno.
42843
42844 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
42845
42846         * modules/xalloc (Depends-on): Add xalloc-die.
42847         * modules/xvasprintf (Depends-on): Add xalloc-die.
42848
42849 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
42850
42851         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
42852         with a minor change.
42853
42854 2005-07-15  Bruno Haible  <bruno@clisp.org>
42855
42856         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
42857         When using lib/poll.c, define poll as rpl_poll.
42858
42859 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
42860
42861         * modules/argp (Depends-on): Remove unlocked-io.
42862
42863 2005-07-14  Derek Price  <derek@ximbiot.com>
42864
42865         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
42866         for glob symlink bug.
42867
42868 2005-07-14  Bruno Haible  <bruno@clisp.org>
42869
42870         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
42871         Instead, test for *_unlocked function declarations directly.
42872
42873 2005-07-11  Simon Josefsson  <jas@extundo.com>
42874
42875         * modules/size_max: New file.
42876
42877         * modules/xsize: Depend on size_max module for size_max.m4.
42878
42879 2005-07-11  Simon Josefsson  <jas@extundo.com>
42880
42881         * lib/size_max.h: New file.
42882
42883 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
42884
42885         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
42886         copyright symbol and the year.
42887         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
42888         (version_etc_va): Use parameterized copyright notice.
42889         Reword to conform to the current GNU coding standards.
42890
42891 2005-07-11  Karl Berry  <karl@gnu.org>
42892
42893         * doc/gnulib.texi (Quoting): new node.
42894         (Initial import): more info, from Patrice.
42895
42896 2005-07-11  Bruno Haible  <bruno@clisp.org>
42897
42898         * gnulib-tool (func_usage): Document option --avoid.
42899         (Command line options): Handle --avoid.
42900         (func_acceptable): New function.
42901         (func_modules_transitive_closure): Use it.
42902
42903 2005-07-11  Bruno Haible  <bruno@clisp.org>
42904
42905         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
42906         Reported by Jim Meyering.
42907
42908 2005-07-10  Bruno Haible  <bruno@clisp.org>
42909
42910         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
42911         Needed when size_t is smaller than 'unsigned int'.
42912         Reported by Paul Eggert.
42913
42914 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
42915
42916         * modules/argp (Depends-on): Add unlocked-io
42917
42918 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
42919
42920         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
42921         block of defines.
42922
42923 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
42924
42925         * config/srclist.txt: Comment out regcomp.c, since we have a porting
42926         fix now.
42927
42928 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
42929         and Paul Eggert  <eggert@cs.ucla.edu>
42930
42931         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
42932         in wint_t, not wchar_t.  Remove now-unnecessary cast.
42933
42934 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
42935
42936         * modules/regex (Files): Add lib/regex_internal.c,
42937         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
42938         (Depends-on): Add extensions.
42939         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
42940
42941 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
42942
42943         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
42944         pathconf.
42945         * m4/same.m4 (gl_SAME): Likewise.
42946         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
42947
42948         * m4/regex.m4: Adjust to new libc regex implementation.
42949         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
42950         all the .c and .h parts of (the new) regex.
42951         Quote the m4 stuff better.
42952         Check for RE_ICASE bug of old gnulib.
42953         Check for REG_STARTEND of recent libc.
42954         Rename local variables from jm_* to gl_*.
42955         Quote operand of "test -f".
42956         Say "recent enough" version of libc, not "version 2".
42957         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
42958         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
42959         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
42960         Remove check for btowc, isascii.
42961         Require AM_LANGINFO_CODESET.
42962
42963 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
42964
42965         * lib/regex.c, regex.h: Sync from libc.
42966         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
42967         * lib/regexec.c:
42968         New files, synced from libc, except that regex_internal.h
42969         currently has a small porting fix.
42970
42971 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
42972
42973         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
42974         regex_internal.c, regexec.c.
42975         Add regex_internal.h too, but as a comment, since the libc version
42976         is currently broken in gnulib mode.
42977
42978 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
42979
42980         Support programs like Emacs that use gnulib but not gettext.
42981         * MODULES.html.sh (Internationalization functions): Add gettext-h.
42982         * modules/gettext-h: New file.
42983         * modules/gettext (Files): Remove lib/gettext.h.
42984         (Depends-on): Add gettext-h.
42985         (Makefile.am): Remove lib_SOURCES.
42986         * modules/argmatch, modules/c-stack, modules/closeout:
42987         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
42988         * modules/execute, modules/file-type, modules/getaddrinfo:
42989         * modules/getopt, modules/human, modules/javacomp:
42990         * modules/javaexec, modules/mkdir-p, modules/obstack:
42991         * modules/openat, modules/pagealign_alloc, modules/pipe:
42992         * modules/quotearg, modules/regex, modules/rpmatch:
42993         * modules/unicodeio, modules/userspec, modules/version-etc:
42994         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
42995         * modules/xsetenv:
42996         Depend on gettext-h, not gettext.
42997
42998 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
42999
43000         * gnulib-tool (func_import): Add support for 'public domain' license.
43001         * modules/alloca, modules/atexit, modules/memmove:
43002         Now public domain, not GPL.
43003         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
43004         * modules/realloc, modules/strerror, modules/strtod:
43005         Now LGPL, not GPL.
43006
43007 2005-07-05  Bruno Haible  <bruno@clisp.org>
43008
43009         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
43010         autoconf CVS. Needed for mingw.
43011
43012 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
43013
43014         Remove the dependency of the strftime module on the tzset module.
43015         * modules/strftime (Depends-on): Remove dependency on tzset.
43016
43017 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
43018
43019         Remove the dependency of the strftime module on the tzset module.
43020         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
43021         gl_FUNC_TZSET_CLOBBER.
43022
43023 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
43024
43025         Remove the dependency of the strftime module on the tzset module.
43026         * lib/strftime.c (my_strftime)
43027         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
43028         Copy the input structure, to work around some of the bug with
43029         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
43030         Solaris releases, you should also use the tzset module, but we won't
43031         require it as a dependency any more since we don't want LGPLed code
43032         to depend on GPLed code.
43033
43034 2005-07-02  Jim Meyering  <jim@meyering.net>
43035
43036         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
43037         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
43038         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
43039         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
43040
43041 2005-07-02  Jim Meyering  <jim@meyering.net>
43042
43043         * lib/backupfile.c (backup_args): Change a `0' to NULL.
43044
43045 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
43046
43047         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
43048         declares only 'struct timespec;' (!).
43049
43050 2005-07-01  Jim Meyering  <jim@meyering.net>
43051
43052         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
43053         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
43054         * lib/save-cwd.c, tempname.c:
43055         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
43056         and don't include <sys/file.h>).
43057
43058 2005-06-29  Jim Meyering  <jim@meyering.net>
43059
43060         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
43061         type name.  Use the variable name instead.
43062         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
43063         Likewise.
43064
43065 2005-06-28  Simon Josefsson  <jas@extundo.com>
43066
43067         * modules/check-version (Files): Add check-version.m4.
43068
43069 2005-06-28  Simon Josefsson  <jas@extundo.com>
43070
43071         * m4/check-version.m4: New file, suggested by Jim Meyering
43072         <jim@meyering.net>.
43073
43074 2005-06-28  Simon Josefsson  <jas@extundo.com>
43075
43076         * lib/check-version.h, lib/check-version.c: New files.
43077
43078 2005-06-28  Simon Josefsson  <jas@extundo.com>
43079
43080         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
43081         collision with global variable.  Better indentation.  Don't
43082         increment buffer pointer beyond buffer end.  Based on comments
43083         from Paul Eggert <eggert@cs.ucla.edu>.
43084
43085         * lib/base64.h: Indent.
43086
43087 2005-06-28  Simon Josefsson  <jas@extundo.com>
43088
43089         * doc/gnulib.texi (Library version handling): New section.
43090
43091 2005-06-28  Jim Meyering  <jim@meyering.net>
43092
43093         * check-module (find_included_lib_files): Hard-code another
43094         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
43095         but modules/fts-lgpl (correctly) does not list those files.
43096
43097         * modules/canonicalize (Files): Add lib/pathmax.h.
43098
43099 2005-06-25  Simon Josefsson  <jas@extundo.com>
43100
43101         * modules/check-version: New file.
43102
43103 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
43104
43105         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
43106         initializer of struct addrinfo, as an indication that we don't
43107         care how many members the structure has.
43108
43109 2005-06-24  Derek Price  <derek@ximbiot.com>
43110         and Bruno Haible  <bruno@clisp.org>
43111
43112         Remove stat module & update lstat.
43113         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
43114         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
43115         * m4/stat.m4: Remove this file.
43116
43117 2005-06-24  Derek Price  <derek@ximbiot.com>
43118         and Bruno Haible  <bruno@clisp.org>
43119
43120         Remove stat module & update lstat.
43121         * lib/stat.c: Remove this file...
43122         (slash_aware_lstat): ...moving this content and its support...
43123         * lib/lstat.c (rpl_lstat): ...into here.
43124         * lib/lstat.h: New file.
43125
43126 2005-06-24  Derek Price  <derek@ximbiot.com>
43127         and Bruno Haible  <bruno@clisp.org>
43128
43129         Remove stat module & update lstat.
43130         * config/srclist.txt (libc sources): Remove stat.
43131
43132 2005-06-24  Derek Price  <derek@ximbiot.com>
43133         and Bruno Haible  <bruno@clisp.org>
43134
43135         Remove stat module & update lstat.
43136         * MODULES.html.sh (stat): Remove.
43137         * MODULES.html: Regenerated.
43138         * modules/lstat (Description): Correct function name.
43139         (Files): Add "lstat.h".
43140         (Depends-on): Remove stat, add xalloc, stat-macros.
43141         * modules/stat: Remove this file.
43142         (Include): Add "lstat.h", remove <sys/stat.h>.
43143
43144 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
43145
43146         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
43147         (ranged_convert): Don't save conversion in a temporary struct.
43148         This causes a warning with GCC 4.0.0, and anyway in the typical
43149         case it's not worth the extra 100 bytes or so of code.
43150         (ranged_convert, __mktime_internal): When calling a function via a
43151         pointer P, use P () rather than (*P) (), as we now assume C89 or
43152         better.
43153
43154 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
43155
43156         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
43157         "who -r" failed to give output.  Problem reported by Tim Waugh.
43158
43159         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
43160         (xcalloc): Use it to avoid needless tests.
43161         Problem reported by Jim Meyering.
43162
43163 2005-06-20  Derek Price  <derek@ximbiot.com>
43164
43165         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
43166         unnecessary for Autoconfs > 2.59c.
43167
43168 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43169
43170         * lib/argp.h (__option_is_short): Check upper limit of
43171         __key. Isprint() requires its argument to have the value
43172         of an unsigned char or EOF.
43173
43174 2005-06-16  Jim Meyering  <jim@meyering.net>
43175
43176         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
43177         when either N or S is zero.
43178
43179 2005-06-16  Derek Price  <derek@ximbiot.com>
43180
43181         * m4/bison.m4: Declare YACC & YFLAGS precious.
43182
43183 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
43184
43185         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
43186         multibyte string or pattern, fall back on unibyte matching.
43187         Problem reported by James Youngman.
43188
43189 2005-06-08  Bruno Haible  <bruno@clisp.org>
43190
43191         * modules/csharpcomp: New file.
43192         * MODULES.html.sh (C#): Add csharpcomp.
43193
43194 2005-06-08  Bruno Haible  <bruno@clisp.org>
43195
43196         * m4/csharpcomp.m4: New file, from GNU gettext.
43197
43198 2005-06-08  Bruno Haible  <bruno@clisp.org>
43199
43200         * lib/csharpcomp.h: New file, from GNU gettext.
43201         * lib/csharpcomp.c: New file, from GNU gettext.
43202         * lib/csharpcomp.sh.in: New file, from GNU gettext.
43203
43204 2005-06-08  Bruno Haible  <bruno@clisp.org>
43205
43206         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
43207         warning on mingw.
43208
43209 2005-06-07  Derek Price  <derek@ximbiot.com>
43210
43211         Sync from CVS.
43212         * lib/glob_.h: Indent nested #ifdef.
43213
43214 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
43215
43216         Sync from coreutils.
43217         Use "file name" when talking about file names, instead of "filename"
43218         or "path", as per the GNU coding standards.
43219         * lib/mkdir-p.c: Renamed from makepath.c.
43220         (make_dir_parents): Renamed from make_path.  All callers changed.
43221         * lib/mkdir-p.h: Likewise.  All includers changed.
43222         * lib/filenamecat.c: Renamed from path-concat.c.
43223         (file_name_concat): Renamed from path_concat.  All callers changed.
43224         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
43225         * lib/filenamecat.h: Likewise.  All includers changed.
43226         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
43227         in comments or local variable names.
43228         * lib/basename.c: Likewise.
43229         * lib/canonicalize.c, canonicalize.h: Likewise.
43230         * lib/dirname.c, dirname.h: Likewise.
43231         * lib/euidaccess.c: Likewise.
43232         * lib/exclude.c: Likewise
43233         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
43234         * lib/fsusage.c, fsuage.h: Likewise.
43235         * lib/fts.c, fts_.h: Likewise.
43236         * lib/getcwd.c: Likewise.
43237         * lib/getloadavg.c: Likewise.
43238         * lib/mkstemp.c: Likewise.
43239         * lib/mountlist.c, mountlist.h: Likewise.
43240         * lib/openat.c, openat.h: Likewise.
43241         * lib/readlink-stub.c: Likewise.
43242         * lib/readutmp.c, readutmp.h: Likewise.
43243         * lib/rename.c: Likewise.
43244         * lib/rmdir.c: Likewise.
43245         * lib/same.c: Likewise.
43246         * lib/savedir.c: Likewise.
43247         * lib/stripslash.c: Likewise.
43248         * lib/tempname.c: Likewise.
43249         * lib/xreadlink.c: Likewise.
43250         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
43251         All uses changed.
43252         * lib/exclude.h: Likewise.
43253
43254         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
43255         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
43256         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
43257         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
43258         * lib/pathmax.h: Include <limits.h> unconditionally, since other
43259         files have been getting away with it for years (MORE/BSD 4.3
43260         is extinct now).
43261         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
43262         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
43263
43264         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
43265         Define to 256, not 255, as per modern POSIX.
43266
43267 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
43268
43269         Sync from coreutils.
43270         Use "file name" when talking about file names, instead of "filename"
43271         or "path", as per the GNU coding standards.
43272         * MODULES.html.sh: mkdir-p renamed from makepath.
43273         filenamecat renamed from path-concat.
43274         * modules/filenamecat: Renamed from modules/path-concat.
43275         (Files): filenamecat.h and filenamecat.c renamed from
43276         path-concat.h and path-concat.c.
43277         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
43278         (Include): filenamecat.h, not path-concat.h.
43279         * modules/mkdir-p: Renamed from modules/makepath.
43280         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
43281         makepath.c.
43282         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
43283         (Include): mkdir-p.h, not makepath.h.
43284
43285 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
43286
43287         Sync from coreutils.
43288         * m4/mkdir-p.m4: Renamed from makepath.m4.
43289         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
43290         Rename files from makepath.c to mkdir-p.c, and from
43291         makepath.h to mkdir-p.h.
43292         * m4/filenamecat.m4: Renamed from path-concat.m4.
43293         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
43294         Rename files from path-concat.c to filenamecat.c,
43295         and from path-concat.h to filenamecat.h.
43296         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
43297         "file name" in local variables or comments.
43298         * m4/rename.m4: Likewise.
43299
43300 2005-06-01  Bruno Haible  <bruno@clisp.org>
43301
43302         * modules/csharpexec: New file.
43303         * MODULES.html.sh (C#): New section.
43304
43305 2005-06-01  Bruno Haible  <bruno@clisp.org>
43306
43307         * m4/csharp.m4: New file, from GNU gettext.
43308         * m4/csharpexec.m4: New file, from GNU gettext.
43309
43310 2005-06-01  Bruno Haible  <bruno@clisp.org>
43311
43312         * lib/csharpexec.h: New file, from GNU gettext.
43313         * lib/csharpexec.c: New file, from GNU gettext.
43314         * lib/csharpexec.sh.in: New file, from GNU gettext.
43315
43316 2005-05-31  Derek Price  <derek@ximbiot.com>
43317             Paul Eggert  <eggert@cs.ucla.edu>
43318
43319         Sync from cvs.
43320         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
43321
43322 2005-05-31  Derek Price  <derek@ximbiot.com>
43323             Paul Eggert  <eggert@cs.ucla.edu>
43324
43325         Sync from cvs.
43326         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
43327
43328 2005-05-29  Derek Price  <derek@ximbiot.com>
43329
43330         * config/srclist.txt (glob_.h, glob.c): Add these files.
43331
43332 2005-05-29  Derek Price  <derek@ximbiot.com>
43333
43334         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
43335         * modules/glob: New file.
43336         * modules/getlogin_r: Add link to POSIX spec in description.
43337
43338 2005-05-29  Derek Price  <derek@ximbiot.com>
43339             Paul Eggert  <eggert@cs.ucla.edu>
43340
43341         * m4/glob.m4: New file.
43342
43343 2005-05-29  Derek Price  <derek@ximbiot.com>
43344             Paul Eggert  <eggert@cs.ucla.edu>
43345
43346         * lib/glob_.h, lib/glob.c: New files.
43347
43348 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
43349
43350         * modules/fts (Files): Remove m4/inttypes-pri.m4.
43351         * modules/fts-lgpl (Depends-on): Remove gettext.
43352
43353 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
43354
43355         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
43356         and don't require gt_INTTYPES_PRI.
43357
43358 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
43359
43360         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
43361
43362         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
43363         the configuration hassle isn't worth it.
43364         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
43365         (LONGEST_MODIFIER, PRIuMAX): Remove.
43366
43367 2005-05-27  Bruno Haible  <bruno@clisp.org>
43368
43369         * lib/getlogin_r.h: Remove second include of <stddef.h>.
43370
43371 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
43372
43373         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
43374         _POSIX_PTHREAD_SEMANTICS for Solaris.
43375
43376 2005-05-25  Derek Price  <derek@ximbiot.com>
43377
43378         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
43379
43380 2005-05-25  Derek Price  <derek@ximbiot.com>
43381             Paul Eggert  <eggert@cs.ucla.edu>
43382
43383         * modules/getlogin_r, m4/getlogin_r.m4: New files.
43384         * lib/getlogin_r.c, getlogin_r.h: New files.
43385
43386 2005-05-25  Bruno Haible  <bruno@clisp.org>
43387             Derek Price  <derek@ximbiot.com>
43388
43389         * lib/getlogin_r.h: Simplify API documentation.
43390
43391 2005-05-23  Derek Price  <derek@ximbiot.com>
43392
43393         * modules/minmax (Files): Add m4/minmax.m4.
43394         (configure.ac): Add gl_MINMAX.
43395
43396 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43397
43398         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
43399         so that unistd-safer.h (GPL'ed code) need not be included.
43400
43401 2005-05-22  Bruno Haible  <bruno@clisp.org>
43402
43403         * m4/minmax.m4: New file.
43404         Based on a patch by Derek Price <derek@ximbiot.com>.
43405
43406 2005-05-22  Bruno Haible  <bruno@clisp.org>
43407
43408         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
43409         (INT64_MIN): Fix definition.
43410         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
43411
43412         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
43413         NEED_SIGNED_INT_TYPES.
43414
43415         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
43416         HAVE_SYSTEM_INTTYPES.
43417
43418 2005-05-22  Bruno Haible  <bruno@clisp.org>
43419
43420         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
43421         Also include <sys/param.h> if it defines MIN, MAX.
43422         Based on a patch by Derek Price <derek@ximbiot.com>.
43423
43424 2005-05-21  Jim Meyering  <jim@meyering.net>
43425
43426         * modules/fts (Files): Add m4/inttypes-pri.m4.
43427         (Depends-on): Add lstat and remove gettext.  Alphabetize.
43428
43429 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
43430
43431         New fts module.
43432         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
43433         (setup_dir, free_dir): New functions.
43434         (enter_dir, leave_dir): Define trivial
43435         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
43436         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
43437         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
43438         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
43439         Move to fts-cycle.c.
43440         (fts_open): Use setup_dir.
43441         (fts_close): Use free_dir.
43442         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
43443         This adds a label and some gotos, but the alternatives were messier.
43444         Check for memory allocation failure when entering a dir.
43445         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
43446         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
43447         (FTS): New member fts_cycle, that is a union that contains the
43448         old active_dir_ht and cycle_state.  All uses changed to mention
43449         fts_cycle.ht and fts_cycle.state.
43450         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
43451         fts.c, with the following changes:
43452         (setup_dir, free_dir): New functions.
43453         (enter_dir): Now returns bool.  Return true if successful, false
43454         if memory exhausted.  All callers changed.
43455         Do not bother partly cleaning up on
43456         memory allocation failure; that is free_dir's job.
43457         However, free ad if hash_insert fails, to avoid memory leak.
43458         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
43459         fts->fts_options to see which union member to use.
43460
43461 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
43462
43463         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
43464         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
43465
43466 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
43467
43468         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
43469
43470 2005-05-20  Jim Meyering  <jim@meyering.net>
43471
43472         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
43473         Now a macro, to pacify GCC.
43474
43475 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
43476
43477         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
43478         of -1.
43479
43480 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
43481
43482         * lib/chown.c (rpl_chown): Return -1 on failure.
43483
43484 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
43485
43486         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
43487         Don't check for stddef.h.
43488         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
43489         don't use its results.
43490         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
43491         since we include them unconditionally.  Don't require
43492         AM_STDBOOL_H, since stdbool is a prerequisite.
43493         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
43494         since we assume C89 or better.
43495         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
43496         as we don't use their results.
43497         Don't check for fchdir, memmove, memset, strrchr, as we use
43498         them unconditionally.
43499         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
43500         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
43501
43502 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
43503
43504         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
43505         Include <stddef.h> unconditionally, since we assume C89 now.
43506         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
43507         * lib/fts.c: Include fts_.h first, to check interface.
43508         Do not include intprops.h; no longer needed.
43509         Include cycle-check.h and hash.h, since fts_.h no longer does.
43510         Remove unnecessary casts of closedir to void.
43511         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
43512         decide whether to decrement nlinks.
43513         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
43514         (FTS): Use struct hash_table * instead of Hash_table, so that
43515         we no longer need to include hash.h here.
43516
43517 2005-05-18  Jim Meyering  <jim@meyering.net>
43518
43519         * modules/dirfd (License): Change to LGPL.  Most of the code
43520         is already in the public domain.
43521
43522 2005-05-18  Jim Meyering  <jim@meyering.net>
43523
43524         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
43525         Reported by Yoann Vandoorselaere.
43526
43527 2005-05-17  Jim Meyering  <jim@meyering.net>
43528
43529         * m4/fts.m4: New file, from coreutils.
43530
43531 2005-05-17  Jim Meyering  <jim@meyering.net>
43532
43533         * lib/fts.c, lib/fts_.h: New files, from coreutils.
43534
43535 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
43536
43537         Sync from coreutils.
43538         * m4/unlinkdir.m4: New file.
43539
43540 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
43541
43542         Sync from coreutils.
43543         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
43544         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
43545         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
43546         White space changes only.
43547         * lib/makepath.c (make_path): Port to hosts where leading "//" is
43548         special.
43549         * lib/yesno.c: Include getline.h, not ctype.h.
43550         (yesno): Don't remove leading white space; POSIX doesn't allow it.
43551         Use getline to remove arbitrary restriction on response length.
43552
43553 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
43554
43555         * config/srclist-update: Spell out "Street" in FSF postal
43556         mail address; this is the style the FSF seems to prefer.
43557
43558         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
43559         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
43560         this updates FSF postal mail address.
43561
43562         Sync from coreutils.
43563         * modules/unlinkdir: New file.
43564         * modules/yesno (Depends-on): Add getline.
43565         * MODULES.html.sh (File system functions): Add unlinkdir.
43566
43567 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
43568
43569         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
43570         lib/strsep.h:
43571         Change the initial comment to refer to GPL, not LGPL.
43572         gnulib-tool will change it to LGPL as needed.
43573
43574         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
43575         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
43576         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
43577         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
43578         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
43579         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
43580         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
43581         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
43582         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
43583         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
43584         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
43585         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
43586         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
43587         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
43588         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
43589         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
43590         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
43591         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
43592         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
43593         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
43594         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
43595         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
43596         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
43597         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
43598         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
43599         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
43600         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
43601         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
43602         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
43603         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
43604         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
43605         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
43606         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
43607         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
43608         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
43609         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
43610         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
43611         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
43612         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
43613         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
43614         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
43615         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
43616         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
43617         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
43618         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
43619         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
43620         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
43621         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
43622         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
43623         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
43624         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
43625         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
43626         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
43627         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
43628         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
43629         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
43630         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
43631         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
43632         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
43633         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
43634         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
43635         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
43636         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
43637         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
43638         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
43639         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
43640         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
43641         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
43642         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
43643         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
43644         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
43645         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
43646         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
43647         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
43648         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
43649         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
43650         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
43651         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
43652         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
43653         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
43654         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
43655         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
43656         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
43657         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
43658         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
43659         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
43660         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
43661         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
43662         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
43663         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
43664         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
43665         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
43666         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
43667         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
43668         lib/yesno.c, lib/yesno.h:
43669         Update FSF postal mail address.
43670
43671 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
43672
43673         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
43674         tests/test-memmem.c, tests/test-stpncpy.c:
43675         Update FSF postal mail address.
43676
43677 2005-05-13  Bruno Haible  <bruno@clisp.org>
43678
43679         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
43680         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
43681         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
43682         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
43683         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
43684         Add support for 64-bit integers in the MSVC compiler.
43685
43686 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43687
43688         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
43689
43690 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
43691
43692         * gnulib-tool (func_import): Sort and uniquify recommended includes.
43693
43694 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
43695
43696         * doc/getdate.texi (General date syntax): Don't say that date
43697         date --iso-8601=ns generates acceptable dates; it doesn't yet.
43698         Problem reported by Nic Ferrier.
43699
43700 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43701
43702         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
43703         specified in ai_socktype. Fix invalid ai_protocol
43704         check. ai_protocol is usually set to 0 or depending on
43705         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
43706         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
43707         ai_socktype / ai_protocol in the returned addrinfo structure.
43708
43709 2005-05-10  Simon Josefsson  <jas@extundo.com>
43710
43711         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
43712         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
43713
43714 2005-05-10  Karl Berry  <karl@gnu.org>
43715
43716         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
43717         (from http://www.gnu.org/licenses).
43718         * doc/COPYING.LIB: also rename to COPYING.LESSER.
43719         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
43720         fdl.texi suffices.
43721
43722 2005-05-10  Karl Berry  <karl@gnu.org>
43723
43724         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
43725         (COPYING.DOC): remove.
43726
43727         * config/srclist-update: new FSF address.
43728
43729 2005-05-10  Derek Price  <derek@ximbiot.com>
43730
43731         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
43732         possible.
43733
43734 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43735             Bruno Haible  <bruno@clisp.org>
43736
43737         * modules/inet_ntop: New file.
43738         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
43739         inet_ntop.
43740
43741 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43742             Bruno Haible  <bruno@clisp.org>
43743
43744         * m4/inet_ntop.m4: New file.
43745
43746 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43747             Bruno Haible  <bruno@clisp.org>
43748
43749         * lib/inet_ntop.h: New file.
43750         * lib/inet_ntop.c: New file, from glibc with modifications.
43751
43752 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
43753
43754         * modules/time_r (License): Change to LGPL.
43755         * modules/extensions (License): Change to LGPL.  Actually,
43756         the license is more permissive than that, but currently gnulib-tool
43757         doesn't know how to handle more-permissive licenses.
43758
43759         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
43760         Problem reported by Dave Love.
43761
43762 2005-05-08  Jim Meyering  <jim@meyering.net>
43763
43764         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
43765         blank.
43766
43767 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
43768
43769         * modules/argmatch (Depends-on): Add stdbool.
43770         * modules/backupfile (Depends-on): Likewise.
43771         * modules/chdir-long (Depends-on): Likewise.
43772         * modules/closeout (Depends-on): Likewise.
43773         * modules/cycle-check (Depends-on): Likewise.
43774         * modules/dirname (Depends-on): Likewise.
43775         * modules/fnmatch (Depends-on): Likewise.
43776         * modules/fsusage (Depends-on): Likewise.
43777         * modules/fwriteerror (Depends-on): Likewise.
43778         * modules/getcwd (Depends-on): Likewise.
43779         * modules/getloadavg (Depends-on): Likewise.
43780         * modules/hard-locale (Depends-on): Likewise.
43781         * modules/makepath (Depends-on): Likewise.
43782         * modules/mountlist (Depends-on): Likewise.
43783         * modules/nanosleep (Depends-on): Likewise.
43784         * modules/posixtm (Depends-on): Likewise.
43785         * modules/quotearg (Depends-on): Likewise.
43786         * modules/readtokens (Depends-on): Likewise.
43787         * modules/readtokens0 (Depends-on): Likewise.
43788         * modules/readutmp (Depends-on): Likewise.
43789         * modules/save-cwd (Depends-on): Likewise.
43790         * modules/strftime (Depends-on): Likewise.
43791         * modules/userspec (Depends-on): Likewise.
43792         * modules/utimecmp (Depends-on): Likewise.
43793         * modules/xgetcwd (Depends-on): Likewise.
43794         * modules/xnanosleep (Depends-on): Likewise.
43795         * modules/xstrtod (Depends-on): Likewise.
43796         * modules/yesno (Depends-on): Likewise.
43797
43798 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
43799
43800         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
43801         needless checks.
43802
43803 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
43804
43805         Merge from coreutils.  Among other things,
43806         add bulletproofing for cases where stdin, stdout, or stderr are closed.
43807         * lib/fd-safer.c: New file.
43808         * lib/fcntl-safer.h, open-safer.c: Remove.
43809         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
43810         * lib/dup-safer.c: Include unistd-safer.h first.
43811         Don't include errno.h.
43812         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
43813         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
43814         * lib/file-type.c: Rely on file-type.h change.
43815         * lib/getloadavg.c: Include unistd-safer.h.
43816         (getloadavg): Use safer open.
43817         * lib/getusershell.c: Include "stdio-safer.h".
43818         (getusershell): Use safer fopen.
43819         * lib/long-options.c (long_options): Use NULL rather than 0.
43820         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
43821         'free'.
43822         * lib/modechange.c: Likewise.
43823         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
43824         (MODE_DONE): New constant.
43825         (struct mode_change): Remove 'next' member.
43826         (make_node_op_equals): New function; like the old one of the
43827         same name, except it allocates an array.
43828         (mode_compile, mode_create_from_ref): Use it.
43829         (mode_compile): Allocate result as an array, not a linked list.
43830         Parse octal string ourself, so that we catch mistakes like "+0".
43831         (mode_adjust): Arg is an array, not a linked list.
43832         * lib/modechange.c: Include stat-macros.h, xalloc.h.
43833         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
43834         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
43835         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
43836         Remove.  This is now stat-macros.h's job.
43837         (talloc): Remove.  All callers replaced by xalloc, so that
43838         our invokers don't have to worry about reporting memory failures.
43839         (make_node_op_equals): Remove.
43840         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
43841         New constants.
43842         (struct mode_change): Moved here from modechange.h.
43843         (mode_append_entry): Remove.
43844         (mode_compile): Remove MASKED_OPS arg, since it encouraged
43845         apps to have incorrect behavior.  Use simpler algorithm for head
43846         and tail.  Don't futz with umask; that's now the job of mode_adjust.
43847         Detect more invalid usages rather than having somewhat-random behavior.
43848         Don't insert an "a=" action, as that leads to incorrect behavior.
43849         (mode_compile, mode_create_from_ref): Return NULL on error instead
43850         of an enum, since now there's only one way to have an error.  All
43851         callers changed.
43852         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
43853         at the correct time.  Simplify calculation of "+u" and its ilk.
43854         Don't mishandle "+X".
43855         (mode_free): Remove "register" and localize decls.
43856         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
43857         (struct mode_change): Move to modechange.c; callers don't
43858         need to see this stuff.
43859         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
43860         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
43861         (mode_change, mode_adjust): Reflect the new signatures noted above.
43862         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
43863         that might redefine system include files.
43864         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
43865         (my_usleep): Use NULL rather than (void *) 0.
43866         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
43867         Use siginterrupt to specify that system calls should be interrupted.
43868         (rpl_nanosleep): Move initialization of suspended closer to call of
43869         my_usleep.
43870         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
43871         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
43872         (desirable_utmp_entry): New function.
43873         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
43874         using x2nrealloc, to simplify logic.
43875         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
43876         size calculation.  Do not assume utmp file is a regular file.
43877         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
43878         (READ_UTMP_CHECK_PIDS): New constant.
43879         * lib/save-cwd.c: Include unistd-safer.h.
43880         (save_cwd): Use fd_safer.
43881         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
43882         [!_LIBC] Include "stat-macros.h" instead.
43883         * lib/unistd-safer.h (fd_safer): New decl.
43884
43885 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
43886
43887         * modules/getloadavg (Depends-on): Add unistd-safer.
43888         * modules/getusershell (Depends-on): Add stdio-safer.
43889         * modules/lstat (Depends-on): Remove xalloc.
43890         * modules/mkstemp (Depends-on): Add stat-macros.
43891         * modules/modechange (Depends-on): Remove xstrtol.
43892         Add stat-macros, xalloc.
43893         * modules/save-cwd (Depends-on): Add unistd-safer.
43894         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
43895         * modules/unistd-safer (Files): Add lib/fd-safer.c
43896         (Makefile.am): Remove lib_SOURCES.
43897
43898         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
43899         Remove fcntl-safer; unistd-safer supersedes it.
43900
43901 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
43902
43903         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
43904         AC_HEADER_STAT.
43905         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
43906         (gl_PREREQ_CHOWN): Remove.
43907         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
43908         it.  Don't require AC_HEADER_STAT.
43909         (gl_PREREQ_LSTAT): Remove.
43910         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
43911         Don't require AC_HEADER_STAT.
43912         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
43913         (gl_PREREQ_RMDIR): Remove.
43914         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
43915         mention stat-macros.h or AC_HEADER_STAT, since we'll make
43916         the stat-macros module a prerequisite.
43917         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
43918         * m4/filemode.m4 (gl_FILEMODE): Likewise.
43919         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
43920         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
43921         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
43922         variable names.
43923         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
43924         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
43925         variable prefixes.
43926         * m4/fcntl-safer.m4: Remove.
43927         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
43928         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
43929         Invoke gl_PREREQ_FD_SAFER.
43930         (gl_PREREQ_FD_SAFER): New macro.
43931         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
43932         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
43933         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
43934         Remove duplicate call to AC_LIBOBJ(readutmp).
43935         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
43936
43937         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
43938         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
43939
43940 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
43941
43942         * MODULES.html.sh (Misc): Add byteswap.
43943
43944 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
43945
43946         * modules/getcwd (Depends-on): Add extensions.
43947         * modules/openat (Depends-on): Likewise.
43948
43949 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
43950
43951         * modules/byteswap: New file.
43952
43953 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
43954
43955         * m4/byteswap.m4: New file.
43956
43957 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
43958
43959         * lib/byteswap_.h: New file.
43960
43961 2005-04-25  Karl Berry  <karl@gnu.org>
43962
43963         * m4/gettext.m4: Update from GNU gettext 0.14.4.
43964
43965 2005-04-25  Albert Chin  <china@thewrittenword.com>
43966
43967         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
43968         Toolkit C bug.
43969
43970 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
43971
43972         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
43973         (func_ln_if_changed) Remove forcibly for no error message
43974         in case file does not exist.
43975
43976 2005-04-19  Simon Josefsson  <jas@extundo.com>
43977
43978         * gnulib-tool (Options): Make --symlink mean --symbolic.
43979
43980 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
43981
43982         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
43983
43984 2005-04-16  Simon Josefsson  <jas@extundo.com>
43985
43986         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
43987
43988 2005-04-15  Simon Josefsson  <jas@extundo.com>
43989
43990         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
43991
43992 2005-04-15  Simon Josefsson  <jas@extundo.com>
43993
43994         * gnulib-tool: Rename --symlink to --symbolic.
43995
43996 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
43997
43998         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
43999         symbolic links to files instead of copying/moving.  Add --aux-dir,
44000         specifying directory relative --dir where auxiliary build tools
44001         are placed.
44002
44003 2005-04-14  Bruno Haible  <bruno@clisp.org>
44004
44005         * modules/allocsa (License): Change to LGPL.
44006         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
44007
44008 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
44009
44010         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
44011         that "UTC +1 second" continues to work.  Problem reported
44012         by Dmitry V. Levin.
44013         (relunit_snumber): New rule.
44014         (relunit): Use it.
44015
44016 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
44017
44018         * lib/getdate.y (universal_time_zone_table): New constant.
44019         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
44020         universal_time_zone_table.
44021         (lookup_zone): Prefer universal_time_zone_table to
44022         local_time_zone_table, so that "GMT" time stamps are allowed in
44023         London during the summer.  Problem reported by Ian Abbott.
44024
44025 2005-04-12  Jim Meyering  <jim@meyering.net>
44026
44027         * lib/human.c (humblock): Set *options even when returning due to
44028         xstrtoumax conversion failure.  Thanks to a used-uninitialized
44029         warning from gcc-4.
44030
44031 2005-04-09  Jim Meyering  <jim@meyering.net>
44032
44033         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
44034         -Wuninitialized: initialize tm0.tm_year.
44035
44036 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
44037
44038         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
44039         count, since there's no maximum.  All uses changed.
44040         Add member dsts_seen.
44041         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
44042         not being INT_MAX.
44043         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
44044         Use pc_rels_seen to decide whther a date is absolute.
44045
44046         * lib/getdate.y (number): Don't overwrite year.
44047         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
44048         check.
44049
44050 2005-04-02  Simon Josefsson  <jas@extundo.com>
44051
44052         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
44053         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
44054
44055 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
44056
44057         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
44058         where no absolute path name can be longer than PATH_MAX.
44059
44060 2005-03-27  Jim Meyering  <jim@meyering.net>
44061
44062         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
44063
44064 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
44065
44066         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
44067         "one's complement" -> "ones' complement" in comment, as per Knuth.
44068         "value of type" -> "type or expression" in comment.
44069         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
44070
44071 2005-03-26  Jim Meyering  <jim@meyering.net>
44072
44073         Comment nits.
44074         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
44075         Correct typos: s/or/of/.
44076
44077 2005-03-26  Jim Meyering  <jim@meyering.net>
44078
44079         * modules/check-include-files: Move to ../ and rename to...
44080         * check-module: ...this.
44081
44082 2005-03-25  Jim Meyering  <jim@meyering.net>
44083
44084         * modules/xvasprintf (Files): Add xalloc.h.
44085
44086 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
44087
44088         * modules/gettext (Files): config/config.rpath ->
44089         build-aux/config.rpath
44090         * modules/iconv (Files): Likewise.
44091         Problem reported by Oskar Liljeblad.
44092
44093 2005-03-23  Jim Meyering  <jim@meyering.net>
44094
44095         * modules/check-include-files: New script to check for
44096         missing dependencies, multiple includes, etc.
44097
44098         * modules/c-strtold (Depends-on): Add xalloc.
44099         * modules/c-strtod (Depends-on): Add xalloc.
44100         * modules/hash (Depends-on): Add xalloc.
44101         (Files): Remove lib/xalloc.h.
44102
44103         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
44104         * modules/userspec (Files): Add lib/inttostr.h.
44105
44106 2005-03-23  Jim Meyering  <jim@meyering.net>
44107
44108         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
44109
44110 2005-03-22  Jim Meyering  <jim@meyering.net>
44111
44112         * modules/stat-macros: New module.
44113         * modules/canonicalize, modules/euidaccess, modules/file-type,
44114         * modules/filemode, modules/lchown, modules/makepath,
44115         * modules/rmdir, modules/stat: Depend on new stat-macros module
44116         rather than listing lib/stat-macros.h manually.
44117         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
44118
44119 2005-03-22  Jim Meyering  <jim@meyering.net>
44120
44121         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
44122
44123 2005-03-22  Bruno Haible  <bruno@clisp.org>
44124
44125         * config/srclist.txt: Replace target directory 'config' with
44126         'build-aux'.
44127         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
44128         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
44129         ../build-aux/.
44130
44131 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
44132
44133         * modules/chdir-long (Depends-on): Add mempcpy.
44134
44135         * modules/acl, modules/backupfile, modules/c-strtod,
44136         modules/c-strtold, modules/canon-host, modules/canonicalize,
44137         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
44138         modules/exclude, modules/exitfail, modules/file-type,
44139         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
44140         modules/getdate, modules/getline, modules/getpagesize,
44141         modules/getpass, modules/getugroups, modules/group-member,
44142         modules/hard-locale, modules/hash, modules/human, modules/idcache,
44143         modules/inttostr, modules/long-options, modules/makepath,
44144         modules/md5, modules/memcasecmp, modules/memcoll,
44145         modules/modechange, modules/mountlist, modules/path-concat,
44146         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
44147         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
44148         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
44149         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
44150         modules/strftime, modules/strndup, modules/strverscmp,
44151         modules/timespec, modules/unlocked-io, modules/userspec,
44152         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
44153         modules/yesno:
44154         Remove lib_SOURCES line from Makefile.am section, as this is now
44155         done automatically by the corresponding Autoconf macro.
44156
44157 2005-03-21  Jim Meyering  <jim@meyering.net>
44158
44159         Changes imported from coreutils.
44160
44161         * lib/cycle-check.c: Don't include xalloc.h.
44162
44163         * lib/path-concat.c: Don't include assert.h.
44164         (path_concat): Remove assertion that would have triggered
44165         for ABASE starting with more than one slash.
44166         Reported by Andreas Schwab.
44167
44168         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
44169         properly when ABASE is an absolute file name.
44170         Correct the description of this function.
44171         Include <assert.h>.
44172         Add an assertion and a test driver.
44173         This fixes a bug introduced on 2004-07-02.
44174         Andreas Schwab reported the resulting failure of cp --parents:
44175         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
44176
44177 2005-03-21  Jim Meyering  <jim@meyering.net>
44178
44179         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
44180         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
44181
44182 2005-03-21  Jim Meyering  <jim@meyering.net>
44183         and  Paul Eggert  <eggert@cs.ucla.edu>
44184
44185         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
44186         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
44187         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
44188         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
44189         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
44190         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
44191         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
44192         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
44193         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
44194         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
44195         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
44196         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
44197         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
44198         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
44199         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
44200         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
44201         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
44202         for these modules.
44203
44204 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
44205
44206         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
44207         (which shouldn't happen), generate nothing instead of returning 0
44208         immediately, so that nstrftime (NULL, ...) doesn't return 0.
44209
44210 2005-03-16  Bruno Haible  <bruno@clisp.org>
44211
44212         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
44213         HAVE_LONGLONG_64BIT.
44214
44215 2005-03-16  Bruno Haible  <bruno@clisp.org>
44216
44217         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
44218         HAVE_LONGLONG_64BIT.
44219
44220 2005-03-16  Bruno Haible  <bruno@clisp.org>
44221
44222         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
44223         HAVE_LONGLONG_64BIT.
44224
44225 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
44226
44227         * lib/strftime.c (my_strftime): Prepend space to format so that we can
44228         reliably distinguish strftime failure from empty output on POSIX
44229         hosts.
44230
44231 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
44232
44233         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
44234         (iconv_string): Don't guess a size-zero buffer, as that might cause
44235         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
44236         result would be 'too large', where 'too large' is (heuristically)
44237         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
44238         overflow concerns.  This will prevent some unwanted malloc failures
44239         when the inputs are very large.
44240
44241 2005-03-15  Karl Berry  <karl@gnu.org>
44242
44243         * config/srclist.txt (config.rpath): from gettext.
44244         * config/config.rpath: update.
44245
44246 2005-03-15  Bruno Haible  <bruno@clisp.org>
44247
44248         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
44249         to 'negate'.
44250
44251         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
44252         variable.
44253
44254         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
44255         results.
44256
44257 2005-03-14  Simon Josefsson  <jas@extundo.com>
44258
44259         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
44260         <fx@gnu.org>.
44261
44262 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
44263
44264         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
44265         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
44266         intprops.h.
44267         * lib/strtol.c: Likewise.
44268
44269 2005-03-14  Jim Meyering  <jim@meyering.net>
44270
44271         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
44272         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
44273         to be nonzero so that we (and caller) can detect the difference
44274         between a valid zero-length expansion and an error return, even
44275         when the underlying strftime fails before writing anything into
44276         that location.
44277
44278 2005-03-14  Bruno Haible  <bruno@clisp.org>
44279
44280         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
44281         Update from GNU gettext 0.14.3.
44282
44283 2005-03-10  Jim Meyering  <jim@meyering.net>
44284
44285         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
44286
44287 2005-03-10  Jim Meyering  <jim@meyering.net>
44288
44289         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
44290         so that this module works on systems without fchdir.
44291
44292 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44293
44294         Factor int-properties macros into a single file, except for
44295         glibc-related files.
44296         * lib/intprops.h: New file.
44297         * lib/getloadavg.c: Include it instead of limits.h.
44298         (INT_STRLEN_BOUND): Remove.
44299         * lib/human.c: Include intprops.h.
44300         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
44301         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
44302         302/1000.
44303         * lib/inttostr.h: Include intprops.h instead of limits.h.
44304         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
44305         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
44306         for consistency with intprops.h.
44307         (time_t_is_integer, twos_complement_arithmetic): Use them.
44308         * lib/sig2str.h: Include <signal.h>, intprops.h.
44309         (INT_STRLEN_BOUND): Remove.
44310         * lib/strftime.c (TYPE_SIGNED): Remove.
44311         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
44312         * lib/strtol.c: Adjust comments to match intprops.h.
44313         * lib/userspec.c: Include intprops.h.
44314         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
44315         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
44316         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
44317         instead of rolling our own expressions.
44318         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
44319
44320         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
44321         instead of int.
44322         (my_strftime): Do not mishandle years close to INT_MAX, by doing
44323         the right thing even if adding 1900 would overflow.  Similarly
44324         for tm_mon + 1 and tm_yday + 1.
44325         Make %Y always equivalent to %C%y, and similarly for %G and %g.
44326         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
44327         (DO_SIGNED_NUMBER): New macro.
44328         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
44329
44330 2005-03-07  Bruno Haible  <bruno@clisp.org>
44331
44332         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
44333
44334 2005-03-07  Bruno Haible  <bruno@clisp.org>
44335
44336         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
44337
44338 2005-03-04  Derek R. Price  <derek@ximbiot.com>
44339
44340         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
44341         (func_import): Only replace files via --import when they have actually
44342         changed.
44343
44344 2005-03-03  Derek R. Price  <derek@ximbiot.com>
44345
44346         * m4/mmap-anon.m4: New file.
44347         * m4/pagealign_alloc.m4: New file.
44348
44349 2005-03-03  Derek R. Price  <derek@ximbiot.com>
44350             Bruno Haible  <bruno@clisp.org>
44351
44352         * modules/pagealign_alloc: New file.
44353         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
44354
44355 2005-03-03  Derek R. Price  <derek@ximbiot.com>
44356             Bruno Haible  <bruno@clisp.org>
44357
44358         * lib/pagealign_alloc.h: New file.
44359         * lib/pagealign_alloc.c: New file.
44360
44361 2005-03-03  Bruno Haible  <bruno@clisp.org>
44362
44363         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
44364         Use an all-permissive copyright notice, recommended by RMS.
44365
44366 2005-03-02  Bruno Haible  <bruno@clisp.org>
44367
44368         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
44369         of AIX, the replacement has to be done only after <string.h> is
44370         included, therefore not in config.h. stpncpy.h does the replacement,
44371         and stpncpy.c uses it.
44372
44373 2005-03-02  Bruno Haible  <bruno@clisp.org>
44374
44375         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
44376         stpncpy.c uses it.
44377
44378 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
44379
44380         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
44381         The workaround isn't strictly needed for POSIX conformance, and
44382         it's too much of a pain to configure and maintain.  We'll ask
44383         people to fix their kernels instead.
44384         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
44385         (NANOSLEEP_BUG_WORKAROUND): Remove.
44386         (xnanosleep): Remove the workaround.
44387
44388 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
44389
44390         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
44391         Reported by Derek Price.
44392         (Include): Add "timespec.h".
44393
44394         * modules/xnanosleep (Depends-on): Remove gethrxtime.
44395
44396 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
44397
44398         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
44399         to detect nanosleep bug.
44400
44401 2005-03-01  Bruno Haible  <bruno@clisp.org>
44402
44403         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
44404
44405 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
44406
44407         * modules/gethrxtime: New file.
44408         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
44409         (Depends-on): Add gethrxtime.
44410         (configure.ac): Add gl_XNANOSLEEP.
44411         (Makefile.am): Remove lib_SOURCES line.
44412
44413 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
44414
44415         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
44416         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
44417
44418 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
44419
44420         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
44421         * lib/timespec.h (gettime): Return void, since it always
44422         succeeds now.  All uses changed.
44423         * lib/gettime.c (gettime) Likewise.
44424         [HAVE_NANOTIME]: Prefer nanotime.
44425         Assume gettimeofday succeeds, as POSIX requires.
44426         Assime time () succeeds, since other code already does.
44427         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
44428         (timespec_subtract): Remove.
44429         (NANOSLEEP_BUG_WORKAROUND): New constant.
44430         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
44431         things considerably.  Use it only on GNU/Linux hosts, since the
44432         workaround shouldn't be needed elsewhere.
44433
44434 2005-02-24  Bruno Haible  <bruno@clisp.org>
44435
44436         * modules/gettext (Files): Add m4/glibc2.m4.
44437
44438 2005-02-24  Bruno Haible  <bruno@clisp.org>
44439
44440         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
44441         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
44442         * m4/progtest.m4:
44443         Update from GNU gettext 0.14.2.
44444         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
44445
44446 2005-02-24  Bruno Haible  <bruno@clisp.org>
44447
44448         * lib/localcharset.c: Update from GNU gettext 0.14.2.
44449         * lib/config.charset: Update from GNU gettext 0.14.2.
44450
44451 2005-02-24  Bruno Haible  <bruno@clisp.org>
44452
44453         * lib/gettext.h: Update from GNU gettext 0.14.2.
44454
44455 2005-02-23  Simon Josefsson  <jas@extundo.com>
44456
44457         * m4/iconvme.m4: New file.
44458
44459 2005-02-23  Jim Meyering  <jim@meyering.net>
44460
44461         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
44462         change.
44463         Thanks to Bruno Haible for catching it.
44464
44465 2005-02-22  Simon Josefsson  <jas@extundo.com>
44466
44467         * modules/iconvme: New file.
44468
44469         * MODULES.html.sh: Add iconvme.
44470
44471 2005-02-22  Simon Josefsson  <jas@extundo.com>
44472
44473         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
44474
44475 2005-02-22  Simon Josefsson  <jas@extundo.com>
44476
44477         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
44478
44479 2005-02-22  Jim Meyering  <jim@meyering.net>
44480
44481         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
44482         s/ifndef/ifdef/.
44483
44484 2005-02-20  Neil Conway  <neilc@samurai.com>
44485
44486         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
44487         returned by OSX/Darwin if the specified buffer is not large
44488         enough for the hostname.
44489
44490 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
44491
44492         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
44493         pass it to _help, otherwise the latter coredumps trying to
44494         dereference state.root_argp.
44495
44496 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
44497
44498         * modules/chdir-long (Depends-on): Add memrchr.
44499         * modules/memrchr (Files): Add lib/memrchr.h.
44500         (Include): "memrchr.h".
44501
44502 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
44503
44504         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
44505
44506 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
44507
44508         * lib/memrchr.h: New file.
44509         * lib/chdir-long.c: Include it.
44510         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
44511         Don't bother including stddef.h.
44512
44513 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
44514
44515         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
44516         inclusion.
44517         Include <sys/types.h>, for dev_t.
44518         (ME_DUMMY, ME_REMOTE): Move from here....
44519         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
44520         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
44521         Dmitry V. Levin.
44522         Include mountlist.h first, to test the interface.
44523
44524 2005-01-29  Bruno Haible  <bruno@clisp.org>
44525
44526         * lib/progname.c (program_name): Initialize.
44527         Needed when linking statically on MacOS X.
44528
44529 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
44530
44531         Sync from coreutils.
44532         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
44533         (Depends-on): Add c-strtod.
44534         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
44535
44536 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
44537
44538         Sync from coreutils.
44539         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
44540
44541         Remove files that are specific to coreutils.
44542         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
44543
44544 2005-01-28  Bruno Haible  <bruno@clisp.org>
44545
44546         * modules/javacomp: New file.
44547         * MODULES.html.sh (Java): Add javacomp.
44548
44549 2005-01-28  Bruno Haible  <bruno@clisp.org>
44550
44551         * m4/javacomp.m4: New file, from GNU gettext.
44552
44553 2005-01-28  Bruno Haible  <bruno@clisp.org>
44554
44555         * lib/javacomp.sh.in: New file, from GNU gettext.
44556         * lib/javacomp.h: New file, from GNU gettext.
44557         * lib/javacomp.c: New file, from GNU gettext.
44558
44559 2005-01-26  Simon Josefsson  <jas@extundo.com>
44560
44561         * lib/gai_strerror.c: Use GPL in header.
44562
44563 2005-01-26  Bruno Haible  <bruno@clisp.org>
44564
44565         * modules/javaexec: New file.
44566         * MODULES.html.sh (Java): Add javaexec.
44567
44568 2005-01-26  Bruno Haible  <bruno@clisp.org>
44569
44570         * m4/javaexec.m4: New file, from GNU gettext.
44571
44572 2005-01-26  Bruno Haible  <bruno@clisp.org>
44573
44574         * lib/javaexec.sh.in: New file, from GNU gettext.
44575         * lib/javaexec.h: New file, from GNU gettext.
44576         * lib/javaexec.c: New file, from GNU gettext.
44577
44578 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
44579
44580         * modules/lchown (Depends-on): Remove lchown.h
44581
44582 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
44583
44584         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
44585         must be defined if the header file was not found, in order
44586         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
44587
44588 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
44589
44590         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
44591         initializers for struct pentry_state.
44592         (__argp_error): Check return value of __asprintf
44593         (__argp_failure): Translate error message
44594
44595         * lib/argp-parse.c: Removed braces around the expansion of N_()
44596
44597 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44598
44599         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
44600         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
44601         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
44602         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
44603         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
44604         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
44605         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
44606         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
44607         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
44608         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
44609         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
44610         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
44611         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
44612         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
44613         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
44614         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
44615         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
44616         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
44617         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
44618         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
44619         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
44620         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
44621         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
44622         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
44623         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
44624         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
44625         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
44626         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
44627         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
44628         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
44629         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
44630         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
44631         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
44632         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
44633         xstrtol.m4, xstrtoumax.m4, yesno.m4:
44634         Use an all-permissive copyright notice, recommended by RMS.
44635
44636 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
44637
44638         * modules/chdir-long (Depends-on): Remove mempcpy.
44639
44640 2005-01-21  Jim Meyering  <jim@meyering.net>
44641
44642         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
44643         same value as for Solaris 9.
44644
44645         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
44646         component length.  This included changing the parameter to be
44647         of type `char *' rather than `char const *'.
44648         * lib/chdir-long.h (chdir_long): Update prototype.
44649
44650         * lib/openat.c (fdopendir, fstatat): New functions.
44651         * lib/openat.h: Include headers required for use of DIR and struct
44652         stat.
44653         [AT_SYMLINK_NOFOLLOW]: Define.
44654         (fdopendir, fstatat): Add prototypes.
44655
44656 2005-01-21  Bruno Haible  <bruno@clisp.org>
44657
44658         * modules/classpath: New file.
44659         * MODULES.html.sh (Java): Add classpath.
44660
44661 2005-01-21  Bruno Haible  <bruno@clisp.org>
44662
44663         * lib/classpath.h: New file, from GNU gettext.
44664         * lib/classpath.c: New file, from GNU gettext.
44665
44666 2005-01-20  Simon Josefsson  <jas@extundo.com>
44667
44668         * modules/version-etc-fsf: New file.
44669
44670 2005-01-20  Simon Josefsson  <jas@extundo.com>
44671
44672         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
44673         * lib/version-etc.c: Remove version_etc_copyright.
44674         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
44675         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
44676
44677 2005-01-20  Simon Josefsson  <jas@extundo.com>
44678
44679         * lib/base64.h (isbase64): Add.
44680
44681         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
44682         using a unsigned prototype, don't inline.
44683         (base64_decode): Use it.
44684
44685 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
44686
44687         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
44688         it.
44689
44690 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
44691
44692         * lib/save-cwd.c (save_cwd): Remove code to support the case
44693         where fchdir is missing or flaky.
44694
44695 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
44696
44697         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
44698
44699 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
44700
44701         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
44702         AC_LIBSOURCES now does this.
44703         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
44704         with new ullong_max module.
44705
44706 2005-01-19  Bruno Haible  <bruno@clisp.org>
44707
44708         * modules/sh-quote: New file.
44709         * MODULES.html.sh (Executing programs): Add sh-quote.
44710
44711 2005-01-19  Bruno Haible  <bruno@clisp.org>
44712
44713         * lib/sh-quote.h: New file, from GNU gettext.
44714         * lib/sh-quote.c: New file, from GNU gettext.
44715
44716 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
44717
44718         Merge from coreutils.
44719         * m4/ullong_max.m4: New file.
44720         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
44721         (gl_MACROS): Assume localeconv exists.
44722
44723 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
44724
44725         Merge changes from coreutils, as described below in several
44726         changelogs dated today.
44727
44728         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
44729         (O_DIRECTORY): Remove; not needed here, since "." must be
44730         a directory.  All uses removed.
44731         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
44732         universal on Suns, and we also need to test for IRIX.
44733         Revamp code to use 'if' rather than '#if'.
44734         Avoid unnecessary comparison of cwd->desc to 0.
44735
44736         * lib/utimens.c (futimens): Robustify the previous patch, by checking
44737         for known valid error numbers rather than observed invalid ones.
44738
44739 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
44740
44741         * modules/ullong_max: New file.
44742
44743         * modules/chdir-long, modules/openat: New files.
44744         * modules/save-cwd (Depends-on): Depend on chdir-long.
44745         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
44746
44747 2005-01-18  Jim Meyering  <jim@meyering.net>
44748
44749         Merge from coreutils.
44750         * m4/chdir-long.m4, m4/openat.m4: New files.
44751         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
44752         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
44753         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
44754         is sane and DOES follow symlinks.  Besides, testing 20 different
44755         systems found no broken chown implementations.
44756         Prompted by a change in rsync's copy of this macro.
44757         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
44758
44759         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
44760
44761         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
44762         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
44763         NULL-means-set-to-current-time semantics.
44764         Remove temporary file immediately, rather than waiting
44765         for configure's at-exit trap code to do it.
44766
44767 2005-01-18  Jim Meyering  <jim@meyering.net>
44768
44769         * lib/version-etc.c (version_etc_copyright): Update copyright date.
44770
44771         * lib/utimens.c (futimens): Account for the fact that futimes
44772         can also fail with errno == ENOSYS or errno == ENOENT.
44773         Patch from Dmitry V. Levin.
44774
44775         Change the name of the robust chdir function from chdir to chdir_long.
44776         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
44777         (restore_cwd): Use chdir_long, not chdir.
44778         * lib/chdir-long.c: Renamed from chdir.c.
44779         * lib/chdir-long.h: Renamed from chdir.h.
44780         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
44781         Hurd.
44782
44783 2005-01-18  Bruno Haible  <bruno@clisp.org>
44784
44785         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
44786         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
44787         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
44788         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
44789         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
44790         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
44791         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
44792         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
44793         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
44794         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
44795         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
44796         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
44797         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
44798         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
44799         Use an all-permissive copyright notice, recommended by RMS.
44800
44801 2005-01-18  Bob Proulx  <bob@proulx.com>
44802
44803         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
44804         simplify offsetof() macro construct to avoid compile failure with
44805         native HP-UX 11.0 ANSI C compiler.
44806
44807 2005-01-17  Bruno Haible  <bruno@clisp.org>
44808
44809         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
44810         redundant because stpncpy.m4 takes care of it.
44811
44812 2005-01-17  Bruno Haible  <bruno@clisp.org>
44813
44814         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
44815
44816 2005-01-17  Bruno Haible  <bruno@clisp.org>
44817
44818         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
44819         used.
44820
44821 2005-01-17  Bruno Haible  <bruno@clisp.org>
44822
44823         * lib/fwriteerror.h (fwriteerror): Change specification to include
44824         fclose.
44825         * lib/fwriteerror.c: Include <stdbool.h>.
44826         (fwriteerror): At the end, close the file stream. Record whether
44827         stdout was already closed.
44828
44829 2005-01-17  Bruno Haible  <bruno@clisp.org>
44830
44831         * lib/execute.c (environ): Declare if needed.
44832         * lib/pipe.c (environ): Likewise.
44833         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
44834
44835 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
44836
44837         * modules/argp: Depend on vsnprintf
44838
44839 2005-01-10  Jim Meyering  <jim@meyering.net>
44840
44841         * modules/closeout (Depends-on): Add atexit.
44842
44843 2005-01-06  Bruno Haible  <bruno@clisp.org>
44844
44845         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
44846
44847 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
44848
44849         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
44850         definitions to be after all include files, to avoid collisions.
44851         Problem reported by Bob Proulx.
44852
44853 2005-01-04  Jim Meyering  <jim@meyering.net>
44854
44855         Changes imported from coreutils.
44856         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
44857         as the mkstemp template, use a temporary directory and an
44858         8.3-friendly template to avoid trouble on systems like DJGPP.
44859         Reported by Juan M. Guerrero via Stepan Kasal.
44860         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
44861         close. Remove the temporary directory right away, rather than waiting
44862         for configure's at-exit trap code to do it.
44863         Suggestion from Stepan Kasal.
44864
44865 2005-01-01  Simon Josefsson  <jas@extundo.com>
44866
44867         * gnulib-tool: Print #include directives when --import'ing.
44868
44869 2004-12-28  Simon Josefsson  <jas@extundo.com>
44870
44871         * tests/test-base64.c: Include required header files.  Remove
44872         unused variables.
44873
44874 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
44875
44876         * modules/error (Depends-on): Remove gettext.
44877
44878 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
44879
44880         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
44881         not needed.  This removes a dependency on the gettext module.
44882         [defined _LIBC]: Do not include <libintl.h>; not needed.
44883
44884 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
44885
44886         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
44887         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
44888
44889 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
44890
44891         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
44892         HAVE_DECL_STRTOLD.
44893
44894 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
44895
44896         * modules/getdate (Depends-on): Remove alloca-opt.
44897
44898 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
44899
44900         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
44901
44902 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
44903
44904         * lib/argp-parse.c: Include <stddef.h>.
44905         (alignof, alignto): New macros.
44906         (parser_init): Don't assume that void * is aligned sufficiently
44907         for struct option.
44908
44909         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
44910         need to extend the stack.
44911         (YYINITDEPTH): New macro, so that the initial stack isn't overly
44912         large.
44913
44914 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
44915
44916         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
44917
44918 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
44919
44920         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
44921         (2004-10-24) change.  Apparently this was a false alarm.
44922
44923         * modules/getdate: Depend on alloca-opt, not alloca.
44924
44925 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
44926
44927         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
44928         Remove now-obsolete comment about AIX.
44929         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
44930         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
44931         (YYMAXDEPTH): New macro.
44932
44933 2004-12-18  Simon Josefsson  <jas@extundo.com>
44934
44935         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
44936
44937 2004-12-18  Bruno Haible  <bruno@clisp.org>
44938
44939         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
44940
44941 2004-12-18  Bruno Haible  <bruno@clisp.org>
44942
44943         * lib/fatal-signal.c (fatal_signals): Make non-const.
44944         (init_fatal_signals): New function.
44945         (uninstall_handlers, install_handlers): Ignore signals that were set to
44946         SIG_IGN.
44947         (at_fatal_signal): Call init_fatal_signals.
44948         (init_fatal_signal_set): Likewise. Ignore signals that were set to
44949         SIG_IGN.
44950         Reported by Paul Eggert.
44951
44952 2004-12-18  Bruno Haible  <bruno@clisp.org>
44953
44954         * doc/alloca.texi: New file.
44955         * doc/alloca-opt.texi: New file.
44956
44957 2004-12-17  Jim Meyering  <jim@meyering.net>
44958
44959         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
44960         Otherwise, install-sh could exit with improper exit status when
44961         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
44962
44963 2004-12-16  Simon Josefsson  <jas@extundo.com>
44964
44965         * tests/test-base64.c: Add license.
44966
44967 2004-12-15  Stepan Kasal  <address@hidden>
44968
44969         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
44970
44971 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
44972
44973         * modules/getcwd (Files): Add m4/d-ino.m4.
44974         Suggested by Mark D. Baushke.
44975
44976 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
44977
44978         * lib/getdate.y (textint): New member "negative".
44979         (time_zone_hhmm): New function.
44980         Expect 14 shift-reduce conflicts, not 13.
44981         (o_colon_minutes): New rule.
44982         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
44983         (yylex): Set the "negative" member of signed numbers.
44984
44985 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
44986
44987         * doc/getdate.texi (Time of day items, Time zone items):
44988         Describe new formats +00:00, UTC+00:00.
44989
44990 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
44991
44992         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
44993         spurious "-l"s.  Problem reported by Stepan Kasal.
44994
44995 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
44996
44997         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
44998         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
44999
45000 2004-12-04  Simon Josefsson  <jas@extundo.com>
45001
45002         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
45003         Vandoorselaere <yoann@prelude-ids.org>.
45004
45005 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
45006
45007         Changes imported from coreutils.
45008         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
45009         exist.
45010         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
45011
45012 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
45013
45014         Changes imported from coreutils.
45015         * lib/hard-locale.c: Assume <locale.h> exists.
45016         Include "strdup.h".
45017         (GLIBC_VERSION): New macro.
45018         (hard_locale): Assume setlocale exists.
45019         Rewrite to avoid #ifdef.
45020         Use strdup rather than malloc + strcpy.
45021         * lib/human.c: Assume <locale.h> exists.
45022         (human_readable): Assume localeconv exists.
45023
45024 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
45025
45026         * modules/hard-locale (Depends-on): Add strdup.
45027
45028 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
45029
45030         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
45031         convert T2, not T.  (Imported from libc.)
45032
45033 2004-11-30  Simon Josefsson  <jas@extundo.com>
45034
45035         * modules/restrict (License): Change to LGPL.
45036
45037 2004-11-30  Simon Josefsson  <jas@extundo.com>
45038
45039         * m4/restrict.m4: Add copyright and copying conditions.
45040
45041 2004-11-30  Simon Josefsson  <jas@extundo.com>
45042
45043         * m4/base64.m4: New file.
45044
45045 2004-11-30  Simon Josefsson  <jas@extundo.com>
45046
45047         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
45048         base64.
45049
45050         * tests/test-base64.c: New file.
45051
45052         * modules/base64: New file.
45053
45054 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
45055
45056         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
45057         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
45058
45059         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
45060
45061 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
45062
45063         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
45064         (__getcwd.c): Don't restore errno; glibc doesn't.
45065         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
45066         first, falling back to our code only if its results look suspicious.
45067         Ensure that the resulting buffer is only as large as necessary.
45068
45069         * lib/readutmp.c: Include readutmp.h first.
45070         Include <errno.h>, since readutmp.h no longer does that.
45071         * lib/readutmp.h: Don't include <errno.h>,
45072         <sys/param.h>, <time.h>; not needed to establish interface.
45073         (errno): Remove decl.
45074         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
45075         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
45076         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
45077
45078 2004-11-28  Simon Josefsson  <jas@extundo.com>
45079
45080         * lib/base64.h, base64.c: New file.
45081
45082 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
45083
45084         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
45085
45086 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
45087
45088         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
45089         (Depends-on): Remove pathmax, same.  Add mempcpy.
45090         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
45091         (Makefile.am): Append getcwd.h to lib_SOURCES.
45092         (Include): Add getcwd.h.
45093         (Maintainer): Change from Jim Meyering to "all, glibc",
45094         since getdate now uses intended-for-glibc code.
45095         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
45096         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
45097
45098 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
45099
45100         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
45101         HP's ANSI C compiler.
45102         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
45103         Declaring int functions causes warnings on some modern systems and
45104         shouldn't be needed to compile on ancient ones.
45105         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
45106         defined.
45107
45108         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
45109         with the following changes.
45110         (__set_errno): Parenthesize properly.
45111         Include <stdbool.h>.
45112         (MIN, MAX, MATCHING_INO): New macros.
45113         (__getcwd): Define with prototype, not K&R form.
45114         Use heuristics to allocate default buffer on stack if possible.
45115         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
45116         behavior, and to avoid the PATH_MAX limit when computing
45117         ../../../../...
45118         Use MATCHING_INO to compare inode number to file.
45119         Check for arithmetic overflow in size calculations.
45120         Fix bug in reallocation of dot array that caused getcwd to fail
45121         on directories nested deeper than 75.
45122         Be more careful about saving errno on error.
45123         Do not use realloc; use only free+malloc, as this is a bit
45124         more flexible and avoids a needless copy operation.
45125         Do not inspect st_dev and st_ino for symbolic links; POSIX
45126         doesn't specify the latter.
45127         Check for closedir errors.
45128         Avoid needless casts.
45129         Use "#ifdef weak_alias" around weak_alias, to be like other
45130         glibc code.
45131         The following changes to getcwd.c have effect only when used in
45132         gnulib; they have no effect inside glibc proper.
45133         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
45134         as alloca isn't used.
45135         (alloca, __alloca): Likewise.
45136         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
45137         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
45138         unconditionally, as gnulib assumes C89 or better.
45139         Do not include <sys/param.h>.
45140         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
45141         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
45142         better.
45143         (NULL) [!defined NULL]: Remove; we assume C89 or better.
45144         Include <dirent.h> in a way that is compatible with modern Autoconf.
45145         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
45146         New macros, if not already defined.
45147         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
45148         Use "_LIBC", not "defined _LIBC", for consistency.
45149         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
45150         a mempcpy module.
45151         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
45152         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
45153         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
45154         credit only to Jim Meyering and adjust the copyright dates.
45155         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
45156         <stdlib.h>, <unistd.h>, "pathmax.h".
45157         Instead, include "xgetcwd.h" (first) and "getcwd.h".
45158         (INITIAL_BUFFER_SIZE): Remove.
45159         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
45160
45161 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
45162
45163         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
45164         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
45165         Use the _ONCE methods, for efficiency.
45166         Check for fcntl.h.  In test program, include <errno.h>
45167         and <fcntl.h> if available.  Remove old K&R cruft from
45168         test program.  Check for common errors in GNU/Linux,
45169         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
45170         don't do AC_LIBOBJ, as that's getcwd.m4's job.
45171         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
45172         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
45173         name accordingly.
45174         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
45175         accommodate new getcwd.c.
45176         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
45177         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
45178         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
45179         that's all we need now.
45180
45181 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45182
45183         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
45184         argp-parse.c depends on getopt internals, that means we should
45185         always use our getopt, to be on the safe side.
45186         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
45187         order not to spoil the result of an eventual previous invocation
45188         of gl_GETOPT_SUBSTITUTE.
45189
45190 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45191
45192         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
45193         redefinition warnings. To avoid them, include the defines
45194         in `#if !defined __need_getopt ... #endif'. The only place
45195         where __getopt_argv_const is used is in definitions
45196         of getopt_long and getopt_long_only below, which are as well
45197         protected by `#ifndef __need_getopt'.
45198         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
45199         __need_getopt after including <stdio.h> and <unistd.h> These
45200         headers might have defined it.
45201
45202 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
45203
45204         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
45205
45206 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
45207
45208         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
45209         (futimens): New function, which uses futimes if available.
45210         (futimens, utimens): Support timespec==NULL, with same semantics
45211         as utime and utimens.
45212         * lib/utimens.h (futimens): New decl.
45213
45214 2004-11-23  Jim Meyering  <jim@meyering.net>
45215
45216         * lib/getopt_.h: Remove trailing blanks.
45217
45218 2004-11-23  Jim Meyering  <jim@meyering.net>
45219
45220         * lib/__fpending.c: Add comment.
45221
45222 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
45223
45224         * modules/canonicalize (Depends-on): Add xreadlink.
45225         Problem reported by James Youngman.
45226
45227 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
45228
45229         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
45230         New macros.
45231         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
45232         optopt): Use them instead of invoking ## directly; otherwise, the
45233         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
45234
45235 2004-11-19  Bruno Haible  <bruno@clisp.org>
45236
45237         * lib/strtok_r.c: Move comments from here...
45238         * lib/strtok_r.h: ... to here.
45239
45240 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
45241
45242         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
45243         implementations that mishandle size_t overflow.
45244
45245 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
45246
45247         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
45248         might fail.  Problem reported by Yoann Vandoorselaere.
45249         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
45250         implementations that mishandle size_t overflow.
45251
45252 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
45253
45254         * modules/canon-host (Depends-on): Add strdup.
45255
45256 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
45257
45258         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
45259
45260 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
45261
45262         * lib/canon-host.c: Include "strdup.h".
45263         (canon_host): Use getaddrinfo if available, so that IPv6 works.
45264         Use strdup instead of malloc/strcpy to duplicate strings.
45265
45266         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
45267         (human_space_before_unit): New constant.
45268         * lib/human.c (human_readable): Support it.
45269
45270         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
45271         (xgetcwd): Set errno correctly when failing.
45272         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
45273         the failure is actually due to a PATH_MAX problem.
45274
45275         Further getopt changes to make it more likely that glibc will
45276         buy the changes back.
45277         * lib/getopt.c (POSIXLY_CORRECT): New constant.
45278         (getopt): Use it, so to preserve glibc semantic
45279         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
45280         when compiling for libc.
45281         * lib/getopt_.h (__getopt_argv_const): Bring it back.
45282         (getopt_long, getopt_long_only): Use it.
45283
45284         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
45285         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
45286         (getopt): Argv is now char * const *, as per standard.
45287         (_getopt_internal_r, _getopt_internal): Argv is now char **,
45288         not char *__getopt_argv_const *.
45289         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
45290         _getopt_long_only_r): Likewise.
45291         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
45292         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
45293         _getopt_long_r, _getopt_long_only_r): Likewise.
45294         * lib/getopt_.h (__getopt_argv_const): Remove.
45295         (getopt): Argv is now char * const *, as per standard.
45296
45297         * lib/getdate.y (tORDINAL): New token.
45298         (day, relunit): Allow it for relative times.
45299         (relative_time_table): Use tORDINAL for ordinals.
45300
45301 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
45302
45303         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
45304         Document that "second" isn't allowed as an ordinal number.
45305
45306 2004-11-16  Jim Meyering  <jim@meyering.net>
45307
45308         * modules/closeout (Depends-on): Add fpending.
45309
45310 2004-11-15  Jim Meyering  <jim@meyering.net>
45311
45312         * lib/closeout.c: Include "__fpending.h" once again.
45313         Include <stdbool.h>.
45314         (close_stdout): Don't fail just because stdout was closed initially,
45315         since some programs don't write to stdout in the normal course of
45316         operation (other than --version and --help), and we don't want this
45317         function to make e.g. `touch file >&-' fail.
45318         But do fail if it was closed and someone has tried to write to it.
45319         E.g., `printf foo >&-' must fail.
45320
45321 2004-11-13  Jim Meyering  <jim@meyering.net>
45322
45323         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
45324
45325 2004-11-12  Simon Josefsson  <jas@extundo.com>
45326
45327         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
45328         small doc fix is still pending.
45329
45330 2004-11-11  Simon Josefsson  <jas@extundo.com>
45331
45332         * modules/strtok_r: New file.
45333
45334         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
45335         strtok_r.
45336
45337 2004-11-11  Simon Josefsson  <jas@extundo.com>
45338
45339         * m4/strtok_r.m4: New file.
45340
45341         * m4/getopt.m4: Replace opterr.
45342
45343 2004-11-11  Simon Josefsson  <jas@extundo.com>
45344
45345         * lib/strtok_r.h, strtok_r.c: New file.
45346
45347 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
45348
45349         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
45350         of replacing opterr, getopt, etc.  This should handle the
45351         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
45352
45353 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
45354
45355         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
45356         we can stop lying to compilers about the constness of argv when we
45357         are compiled outside glibc.
45358         (getopt, getopt_long, getopt_long_only): Use it.
45359         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
45360         _getopt_internal, getopt): Likewise.
45361         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
45362         _getopt_long_only_r): Likewise.
45363         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
45364         _getopt_long_r, _getopt_long_only_r): Likewise.
45365
45366         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
45367         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
45368         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
45369         the other external symbols.
45370         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
45371         declaration, since the above renaming now works around collisions.
45372
45373 2004-11-11  Jim Meyering  <jim@meyering.net>
45374
45375         * lib/linebreak.c: Remove trailing blanks.
45376         * lib/alloca_.h: Likewise.
45377         * lib/acosl.c: Likewise.
45378         * lib/euidaccess.c: Likewise.
45379         * lib/allocsa.h: Likewise.
45380
45381 2004-11-10  Simon Josefsson  <jas@extundo.com>
45382
45383         * m4/getaddrinfo.m4: New file.
45384
45385 2004-11-10  Simon Josefsson  <jas@extundo.com>
45386
45387         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
45388
45389 2004-11-10  Simon Josefsson  <jas@extundo.com>
45390
45391         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
45392         getaddrinfo.
45393
45394         * modules/getaddrinfo: New file.
45395
45396 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
45397
45398         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
45399
45400 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
45401
45402         * lib/mktime.c (SHR): New macro, which is a portable
45403         substitute for >> that should work even on Crays.
45404         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
45405         Problem reported by Mark D. Baushke in
45406         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
45407         * lib/getdate.y (SHR): Likewise.
45408         (tm_diff): Use it.
45409         * lib/strftime.c (SHR): Likewise.
45410         (tm_diff): Use it.
45411         * lib/quotearg.c (struct quoting_options): Use unsigned int for
45412         quote_these_too, so that right shifts are well defined.  All uses
45413         changed.
45414
45415 2004-11-10  Jim Meyering  <jim@meyering.net>
45416
45417         Ensure that no close failure goes unreported.
45418         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
45419         return early when it seems there's nothing to flush.
45420         Don't include __fpending.h.
45421
45422 2004-11-10  Jim Meyering  <jim@meyering.net>
45423
45424         * modules/closeout (Depends-on): Remove fpending.
45425
45426 2004-11-10  Jim Meyering  <jim@meyering.net>
45427
45428         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
45429
45430 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
45431
45432         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
45433         gl_FUNC_STRFTIME.
45434         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
45435         and AC_REQUIRE when possible, to avoid duplicate checks.
45436         Check for <wchar.h>.
45437
45438 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
45439
45440         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
45441
45442 2004-11-09  Bruno Haible  <bruno@clisp.org>
45443
45444         * m4/sockpfaf.m4: New file.
45445
45446 2004-11-05  Bruno Haible  <bruno@clisp.org>
45447
45448         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
45449         Reported by Mark D. Baushke <mdb@cvshome.org>.
45450
45451 2004-11-04  Bruno Haible  <bruno@clisp.org>
45452
45453         2004-09-11  Bruno Haible  <bruno@clisp.org>
45454                 * allocsa.valgrind: New file.
45455         2004-02-06  Bruno Haible  <bruno@clisp.org>
45456                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
45457                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
45458                 Reported by Christopher Seip <chris.seip@hp.com>.
45459
45460 2004-11-04  Bruno Haible  <bruno@clisp.org>
45461
45462         * modules/allocsa (Files): Add lib/allocsa.valgrind.
45463         (Makefile.am): Distribute it.
45464
45465 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
45466
45467         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
45468         with errno == ERANGE if the buffer is too small.
45469         Problem reported by Mark D. Baushke.
45470
45471 2004-11-03  Albert Chin  <china@thewrittenword.com>
45472             Paul Eggert  <eggert@cs.ucla.edu>
45473
45474         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
45475         equivalent, substitute $ac_type for equivalent type rather than
45476         blindly using uint32_t *always* which won't work if uint32_t is not
45477         available.  Define _UINT32_T to work around typedef of uint32_t if
45478         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
45479         2.5.1.
45480
45481 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
45482
45483         * m4/jm-macros.m4: Sync from coreutils.
45484         (gl_MACROS): Check for mbrlen, for pathchk.
45485         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
45486
45487 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
45488
45489         * lib/xreadlink.c (MAXSIZE): New macro.
45490         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
45491         size does not exceed MAXSIZE.  Avoid cast.
45492         As suggested by Mark D. Baushke in
45493         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
45494         if readlink fails with buffer size just under MAXSIZE, try again
45495         with MAXSIZE.
45496
45497 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
45498
45499         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
45500
45501 2004-11-02  Derek R. Price  <derek@ximbiot.com>
45502         and  Paul Eggert  <eggert@cs.ucla.edu>
45503
45504         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
45505         (get_date): Overparenthesize to avoid GCC warning.
45506
45507 2004-11-02  Bruno Haible  <bruno@clisp.org>
45508
45509         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
45510         returns void.
45511
45512 2004-11-02  Bruno Haible  <bruno@clisp.org>
45513
45514         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
45515         function returns void.
45516
45517 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
45518
45519         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
45520         fflush_unlocked, flockfile, funlockfile, funlockfile,
45521         fputs_unlocked, putc_unlocked.
45522
45523 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
45524
45525         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
45526         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
45527         already declared.
45528
45529 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
45530
45531         * modules/getdate (Files): Add doc/getdate.texi.
45532         (Depends-on): Add setenv, xalloc.
45533
45534 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
45535
45536         * lib/getdate.y: Add support for TZ="foo" within a date string.
45537         Fix some bugs near time_t boundaries.  Reject dates with
45538         out-of-range components, e.g., "Sept 31".
45539         Include <stdlib.h>, "setenv.h", "xalloc.h".
45540         (ISDIGIT_LOCALE): Remove; unused.
45541         Note that the TZ and time functions used here are not reentrant.
45542         (mktime_ok, get_tz): New functions.
45543         (TZBUFSIZE): New constant.
45544         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
45545         This requires that we sometimes generate our own TZ="XXX..." setting.
45546
45547 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
45548
45549         * doc/getdate.texi: New file, from coreutils with modifications for
45550         the new TZ parsing.
45551
45552 2004-10-27  Derek R. Price  <derek@ximbiot.com>
45553
45554         * lib/mktime.c (not_equal_tm): Remove redundant check.
45555
45556 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
45557
45558         * modules/regex (lib_SOURCES): Add regex.c.
45559         Reported by James Youngman in
45560         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
45561
45562 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
45563
45564         * lib/getdate.y: Use Bison 1.875 features, and some minor
45565         code cleanups.  This change does not affect semantics.
45566         Don't include <stdlib.h>; no longer needed.
45567         Don't include unlocked-io.h; only the "#if TEST" code uses
45568         stdio, and performance isn't crucial there.
45569         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
45570         Bison 1.875 features as described below.
45571         All uses of "PC." replaced by "pc->".
45572         (YYSTYPE): Add a forward declaration.
45573         (yylex, yyerror): Use full prototypes in forward decls.
45574         Use "%pure-parser" rather than obsolescent "%pure_parser".
45575         Use %parse-param and %lex-param instead of obsolescent
45576         YYPARSE_PARAM and YYLEX_PARAM.
45577         (meridian_table, month_and_day_table, time_units_table,
45578         relative_time_table, time_zone_table, military_table,
45579         lookup_zone, lookup_word, get_date):
45580         Use NULL instead of 0 where appropriate.
45581         (to_hour): Avoid abort (), to avoid a dependency on
45582         stdlib.h.
45583         (yyerror, yylex): Now accepts parser_control * arg.
45584         (main) [TEST]: Use '\0' rather than 0 for char.
45585
45586 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
45587
45588         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
45589
45590 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
45591
45592         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
45593         It's now the caller's responsibility to handle the case where
45594         !HAVE_GETPAGESIZE && !defined getpagesize.
45595
45596         * lib/mktime.c (leapyear): Arg is long int, not int.
45597
45598 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
45599
45600         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
45601
45602 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
45603
45604         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
45605         missing.  Problem reported by James Youngman.
45606
45607 2004-10-16  Simon Josefsson  <jas@extundo.com>
45608
45609         * gnulib-tool: Fix comments.  Fix parse problem.
45610         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
45611
45612 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
45613
45614         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
45615         implementation of getopt_long.  Problem reported by Alexander Taler in:
45616         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
45617
45618 2004-10-15  Bruno Haible  <bruno@clisp.org>
45619
45620         * gnulib-tool: Untabify. Initialize supplied_libname.
45621         (func_usage): More homogenous output.
45622         (func_modules_transitive_closure, func_modules_to_filelist,
45623         func_emit_lib_Makefile_am): New functions.
45624         (func_import): New function, extracted from big case statement. Use
45625         func_get_license, func_modules_transitive_closure,
45626         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
45627         opt_lgpl. Don't use test -a, as it's not portable.
45628         (func_create_testdir): Use func_modules_transitive_closure,
45629         func_modules_to_filelist, func_emit_lib_Makefile_am.
45630
45631 2004-10-15  Bruno Haible  <bruno@clisp.org>
45632
45633         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
45634
45635 2004-10-15  Bruno Haible  <bruno@clisp.org>
45636
45637         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
45638         the portions belonging to each module.
45639         Suggested by Derek Robert Price <derek@ximbiot.com>.
45640
45641 2004-10-12  Simon Josefsson  <jas@extundo.com>
45642
45643         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
45644         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
45645         to real functions.
45646
45647 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
45648
45649         * modules/vsnprintf: New file.
45650
45651 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
45652
45653         * m4/vsnprintf.m4: New file.
45654
45655 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
45656
45657         * lib/vsnprintf.h: New file.
45658         * lib/vsnprintf.c: New file.
45659
45660 2004-10-11  Bruno Haible  <bruno@clisp.org>
45661
45662         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
45663         vsnprintf.
45664
45665 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
45666
45667         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
45668
45669 2004-10-07  Bruno Haible  <bruno@clisp.org>
45670
45671         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
45672         fits into the provided buffer.
45673
45674 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
45675
45676         * lib/diacrit.c, diacrit.h: Add GPL notice.
45677
45678         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
45679         notice.
45680         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
45681         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
45682         This avoids a potential constant-folding bug.
45683
45684 2004-10-05  Bruno Haible  <bruno@clisp.org>
45685
45686         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
45687         for the declaration of strsep.
45688
45689 2004-10-05  Bruno Haible  <bruno@clisp.org>
45690
45691         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
45692
45693 2004-10-04  Simon Josefsson  <jas@extundo.com>
45694
45695         * modules/memmem: New file.
45696         * tests/test-memmem.c: New file.
45697         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
45698
45699 2004-10-04  Simon Josefsson  <jas@extundo.com>
45700
45701         * m4/memmem.m4: New file.
45702
45703 2004-10-04  Simon Josefsson  <jas@extundo.com>
45704
45705         * lib/memmem.h: New file.
45706         * lib/memmem.c: New file, taken from glibc.
45707
45708 2004-10-04  Simon Josefsson  <jas@extundo.com>
45709
45710         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
45711         '#ifdef USE_UNLOCKED_IO'.
45712
45713 2004-10-04  Simon Josefsson  <jas@extundo.com>
45714
45715         * config/srclist.txt: Add memmem from glibc.
45716
45717 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
45718
45719         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
45720
45721         * modules/argmatch, modules/argp, modules/closeout, modules/error,
45722         modules/exclude, modules/getdate, modules/getline,
45723         modules/getndelim2, modules/getpass, modules/getpass-gnu,
45724         modules/getusershell, modules/linebuffer, modules/md5,
45725         modules/mountlist, modules/posixtm, modules/readtokens,
45726         modules/readutmp, modules/regex, modules/sha1,
45727         modules/version-etc, modules/yesno:
45728         Remove dependency on unlocked-io.
45729
45730 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
45731
45732         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
45733
45734         * m4/unlocked-io.m4: Add copyright notice.
45735         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
45736
45737 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
45738
45739         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
45740         * lib/xmalloc.c (xmemdup): Likewise.
45741         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
45742         XFREE): Remove these long-obsolescent macros.
45743         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
45744         * lib/xstrdup.c: Remove.
45745
45746         * lib/regex.c (re_comp): Cast gettext return value to char *,
45747         Problem reported by Martin Neitzel via Mark D. Baushke.
45748
45749 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
45750
45751         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
45752         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
45753         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
45754         regex.c, sha1.c, version-etc.c, yesno.c:
45755         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
45756         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
45757         the includer's responsibility.
45758
45759         Sync from coreutils.
45760
45761         * lib/modechange.c (mode_compile): Don't decrement a pointer that
45762         points to the start of a string, as the C Standard says the
45763         resulting behavior is undefined.
45764
45765         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
45766         simple -> simple_backups, numbered_existing ->
45767         numbered_existing_backups, numbered -> numbered_backups
45768         to avoid shadowing problems.  All uses changed.
45769         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
45770         * lib/backupfile.c (check_extension, numbered_backup):
45771         Rename locals to avoid shadowing 'basename'.
45772         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
45773         once.
45774
45775         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
45776         * lib/.cvsignore: Add getopt.h.
45777
45778 2004-10-04  Bruno Haible  <bruno@clisp.org>
45779
45780         * modules/README: New file.
45781         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
45782         not a module.
45783
45784 2004-10-02  Jim Meyering  <jim@meyering.net>
45785
45786         * lib/dirfd.h, getpagesize.h: Add copyright notice.
45787
45788 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
45789
45790         * modules/strsep: New file.
45791
45792 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
45793
45794         * m4/strsep.m4: New file.
45795
45796 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
45797
45798         * lib/strsep.h: New file.
45799         * lib/strsep.c: New file.
45800
45801 2004-10-01  Simon Josefsson  <jas@extundo.com>
45802
45803         * lib/snprintf.c (snprintf): Handle size==0.
45804
45805 2004-10-01  Simon Josefsson  <jas@extundo.com>
45806             Bruno Haible  <bruno@clisp.org>
45807
45808         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
45809         (snprintf): Declare 'args'.
45810
45811 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
45812
45813         * lib/snprintf.c: Remove comments as to why each header is needed.
45814
45815 2004-10-01  Bruno Haible  <bruno@clisp.org>
45816
45817         * MODULES.html.sh: Add strsep.
45818
45819 2004-09-30  Simon Josefsson  <jas@extundo.com>
45820
45821         * modules/snprintf: New file.
45822
45823 2004-09-30  Simon Josefsson  <jas@extundo.com>
45824
45825         * m4/snprintf.m4: New file.
45826
45827 2004-09-30  Simon Josefsson  <jas@extundo.com>
45828
45829         * lib/snprintf.h, lib/snprintf.c: New files.
45830
45831 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45832
45833         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
45834         (hol_entry_help): Never translate an empty string.
45835         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
45836         * lib/argp.h (OPTION_NO_TRANS): New option.
45837
45838 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
45839
45840         * modules/argp (Maintainer): Replace Simon Josefsson
45841         by Sergey Poznyakoff.
45842
45843 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
45844
45845         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
45846         changes merged back into glibc.
45847
45848 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
45849
45850         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
45851
45852 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
45853
45854         * lib/xvasprintf.c: Include xalloc.h.
45855         (xvasprintf): Use xalloc_die, not xmalloc_die.
45856
45857 2004-09-29  Bruno Haible  <bruno@clisp.org>
45858
45859         * modules/alloca-opt: New file, derived from modules/alloca.
45860         * modules/allocsa: Depend on alloca-opt instead of alloca.
45861         * modules/setenv: Likewise.
45862         * modules/vasnprintf: Likewise.
45863         * MODULES.html.sh: Add alloca-opt.
45864
45865 2004-09-28  Simon Josefsson  <jas@extundo.com>
45866
45867         * gnulib-tool: New parameter --lgpl, to asseert that modules are
45868         LGPL, and to replace license template from GPL to LGPL.
45869
45870 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
45871
45872         * modules/dummy: Change license to LGPL.
45873
45874 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
45875
45876         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
45877
45878 2004-09-24  Simon Josefsson  <jas@extundo.com>
45879
45880         * modules/minmax (License): Change from GPL to LGPL.
45881
45882 2004-09-23  Simon Josefsson  <jas@extundo.com>
45883
45884         * gnulib-tool (--import): Typo.
45885
45886 2004-09-23  Simon Josefsson  <jas@extundo.com>
45887
45888         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
45889
45890 2004-09-22  Bruno Haible  <bruno@clisp.org>
45891
45892         * modules/*: Add 'License' field.
45893         * gnulib-tool: Accept --extract-license option.
45894         (func_get_license): New function.
45895
45896 2004-09-21  Bruno Haible  <bruno@clisp.org>
45897
45898         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
45899         Reported by Simon Josefsson.
45900
45901 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
45902
45903         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
45904         gl_AC_TYPE_LONG_LONG.
45905
45906 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
45907
45908         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
45909
45910 2004-09-18  Simon Josefsson  <jas@extundo.com>
45911         and  Paul Eggert  <eggert@cs.ucla.edu>
45912
45913         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
45914         calls with autoreconf.  Define GL_LIB.
45915
45916 2004-09-14  Karl Berry  <karl@gnu.org>
45917
45918         * config/srclist.txt: unsync setenv.c, sigh.
45919
45920 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
45921
45922         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
45923         Problem reported by Bruno Haible in:
45924         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
45925
45926 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
45927
45928         * config/srclist.txt: Comment out argp-pvh.c.
45929
45930 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
45931
45932         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
45933         in case some system header has #define'd it.  Problem reported by
45934         Soeren D. Schulze in
45935         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
45936
45937 2004-09-09  Karl Berry  <karl@gnu.org>
45938
45939         * regex.[ch]: delete from the root.  These were supposed to be
45940                 synced with emacs cvs, but this has not happened for about
45941                 a year, and anyway nothing else uses emacs regex.[ch].
45942                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
45943                 lib/regex[.ch] is untouched.
45944
45945 2004-09-09  Bruno Haible  <bruno@clisp.org>
45946
45947         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
45948
45949 2004-09-09  Bruno Haible  <bruno@clisp.org>
45950
45951         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
45952         modifications.
45953         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
45954
45955 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
45956
45957         * modules/xvasprintf: New file.
45958         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
45959
45960 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
45961
45962         * lib/xvasprintf.h: New file.
45963         * lib/xvasprintf.c: New file.
45964         * lib/xasprintf.c: New file.
45965
45966 2004-09-08  Bruno Haible  <bruno@clisp.org>
45967
45968         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
45969
45970 2004-09-08  Bruno Haible  <bruno@clisp.org>
45971
45972         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
45973         length is > INT_MAX.
45974         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
45975         more.
45976
45977 2004-09-08  Bruno Haible  <bruno@clisp.org>
45978
45979         * lib/stdint_.h: New file, taken from GNU clisp.
45980
45981 2004-09-08  Bruno Haible  <bruno@clisp.org>
45982             Oskar Liljeblad  <oskar@osk.mine.nu>
45983
45984         * modules/stdint: New file.
45985         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
45986
45987 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45988
45989         Import from coreutils.
45990         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
45991         strings on unbounded length.  alloca's performance benefits aren't
45992         that important here.
45993         (V_STRDUP): Remove.
45994         (parse_with_separator): New function, with most of the internals
45995         of the old parse_user_spec.  Allow user to omit both user and group,
45996         for compatibility with FreeBSD.
45997         Clone only the user name, not the entire spec.
45998         Do not set *uid, *gid unless entirely successful.
45999         Avoid memory leak in some failing cases.
46000         Fix regression for USER.GROUP reported by Dmitry V. Levin in
46001         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
46002         (parse_user_spec): Rewrite to use parse_with_separator.
46003
46004 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46005
46006         * modules/userspec: Don't depend on alloca.
46007
46008 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46009
46010         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
46011
46012 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
46013
46014         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
46015         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
46016         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
46017
46018 2004-08-16  Simon Josefsson  <jas@extundo.com>
46019
46020         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
46021         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
46022         Add --dry-run for --import.
46023         Let user provided command line parameters override configure.ac
46024         settings.
46025
46026 2004-08-12  Simon Josefsson  <jas@extundo.com>
46027
46028         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
46029         as discussed with Paul Eggert in threads rooted at
46030         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
46031         and
46032         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
46033         Before, the test was empty, and relied on ELIDE_CODE in source
46034         code.)
46035         (gl_PREREQ_GETOPT): New macro.
46036         (gl_GETOPT): Use them.
46037
46038 2004-08-12  Simon Josefsson  <jas@extundo.com>
46039
46040         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
46041         * lib/getopt_.h: Renamed from getopt.h.
46042
46043 2004-08-12  Simon Josefsson  <jas@extundo.com>
46044
46045         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
46046         Change default library name from libfoo to libgnu.
46047         Now, if you have a configure.ac that says:
46048                 gl_SOURCE_BASE(gl)
46049                 gl_M4_BASE(gl/m4)
46050                 gl_MODULES(error getopt etcetera)
46051                 gl_INIT
46052         you can import all you need by running:
46053                 ../gnulib/gnulib-tool --import
46054
46055         * modules/getopt (Files): Rename getopt.h to getopt_.h.
46056         (Makefile.am): Rewrite, use logic from argz.
46057         (Include): Use <getopt.h> instead of "getopt.h".
46058
46059 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
46060
46061         * modules/argp (Files): Add m4/unlocked-io.m4.
46062         (Depends-on): Add extensions.
46063
46064 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
46065
46066         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
46067         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
46068         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
46069         Check for program_invocation_name, program_invocation_short_name,
46070         flockfile, funlockfile, features.h, _getopt_long_only_r.
46071
46072 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
46073
46074         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
46075         its complicated substitute.
46076         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
46077         and program_invocation_name.
46078         (__argp_basename) [!_LIBC]: Remove; the only use was
46079         replaced by its body.
46080         (__argp_short_program_name): Change condition from
46081         !defined __argp_short_program_name to
46082         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
46083         to match argp-namefrob.h.
46084         (__argp_failure): Don't assume strerror_r returns char *.
46085         * lib/argp-parse.c (N_): Define unconditionally.
46086         (argp_default_options): Fill out initializers with 0 to avoid
46087         gcc warnings.
46088
46089 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
46090
46091         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
46092         getopt1.c.
46093
46094 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
46095
46096         Merge from coreutils.
46097
46098         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
46099
46100         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
46101         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
46102
46103 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
46104
46105         Merge from coreutils.
46106
46107         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
46108         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
46109         for Reliant Unix 5.43.
46110
46111         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
46112         (union fooround): Use uintmax_t, not long int.
46113         The rest is a merge from libc:
46114         [defined _LIBC]: Include <shlib-compat.h>.
46115         (_obstack) [defined _LIBC]: Remove after 2.3.4.
46116
46117         * lib/settime.c (settime): Recode to avoid warning with
46118         Sun Forte C 6U2.
46119
46120         * lib/strverscmp.c: Convert to UTF-8.
46121
46122 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
46123
46124         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
46125         m4/uintmax_t.m4.
46126
46127 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46128
46129         * modules/xalloc-die: New file.
46130         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
46131
46132         * modules/md5 (Files): Add m4/uint32_t.m4.
46133         * modules/sha1: Renamed from modules/sha.
46134         (Files):
46135         Rename lib/sha.h to lib/sha1.h.
46136         Rename lib/sha.c to lib/sha1.c.
46137         Rename m4/sha.m4 to m4/sha1.m4.
46138         (lib_SOURCES): Likewise.
46139         (configure.ac): Rename gl_SHA to gl_SHA1.
46140         (Include): sha.h -> sha1.h.
46141
46142 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46143
46144         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
46145         * m4/sha1.m4: Renamed from sha.m4.
46146         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
46147
46148 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46149
46150         * lib/obstack.h (obstack_empty_p):
46151         Don't assume that chunk->contents is suitably aligned.
46152         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
46153         Likewise. Problem reported by Benno in
46154         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
46155
46156         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
46157         readable.  This could be improved further but it'd take some work.
46158
46159 2004-08-08  Simon Josefsson  <jas@extundo.com>
46160
46161         * modules/xgethostname (Depends-on): Remove exit and error (not
46162         used).
46163
46164         * modules/getpass-gnu: Add getpass.h.
46165         (Depends-on): Add stdbool.
46166         * modules/getpass: Add getpass.h.
46167
46168 2004-08-08  Simon Josefsson  <jas@extundo.com>
46169
46170         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
46171         Check getpass declaration.
46172
46173 2004-08-08  Simon Josefsson  <jas@extundo.com>
46174
46175         * lib/xgethostname.c: Don't include error.h (not used).
46176
46177         * lib/getpass.h: Add.
46178         * lib/getpass.c: Include getpass.h first.
46179
46180 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
46181
46182         * lib/xalloc-die.c: New file.
46183         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
46184         All uses removed.
46185         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
46186         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
46187         xalloc-die.c.
46188         (_, N_, xalloc_die): Move to xalloc-die.c.
46189         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
46190         so that we needn't mess with xalloc_msg_memory_exhausted.
46191
46192         * lib/sha1.h: Renamed from sha.h.
46193         (SHA1_H): Renamed from _SHA_H.
46194         (sha1_ctx): Renamed from sha_ctx.
46195         (sha1_init_ctx): Renamed from sha_init_ctx.
46196         (sha1_process_block): Renamed from sha_process_block.
46197         (sha1_process_bytes): Renamed from sha_process_bytes.
46198         (sha1_finish_ctx): Renamed from sha_finish_ctx.
46199         (sha1_read_ctx): Renamed from sha_read_ctx.
46200         (sha1_stream): Renamed from sha_stream.
46201         (sha1_buffer): Renamed from sha_buffer.
46202         * lib/sha1.c: Likewise; renamed from sha.c.
46203         Do not include <sys/types.h>.
46204         Include <stddef.h> rather than <stdlib.h>.
46205
46206 2004-08-08  Bruno Haible  <bruno@clisp.org>
46207
46208         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
46209         FILESYSTEM_PREFIX_LEN.
46210         * lib/progreloc.c: Likewise.
46211         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
46212
46213 2004-08-06  Simon Josefsson  <jas@extundo.com>
46214
46215         * modules/progname (Depends-on): Don't depend on stdbool.
46216
46217 2004-08-06  Simon Josefsson  <jas@extundo.com>
46218
46219         * modules/getsubopt: New file.
46220         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
46221         getsubopt.
46222
46223 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
46224
46225         More merge from coreutils.
46226
46227         * m4/utimens.m4, m4/utimecmp.m4: New files.
46228         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
46229         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
46230         prereq.m4, sha.m4: Import changes from coreutils.
46231
46232 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
46233
46234         More merge from coreutils.
46235         * modules/raise, modules/readtokens0, modules/utimens:
46236         * modules/utimecmp, module/xnanosleep: New files.
46237         * modules/strftime: Add lib/strftime.h.
46238         Change include from <time.h> to "strftime.h".
46239         * modules/yesno: Add lib/yesno.h.
46240         * modules/backupfile: Remove lib/addext.c.
46241         * modules/euidaccess: Add stat-macros.h.
46242         * modules/canonicalize, modules/euidaccess,
46243         modules/filemode, modules/lchown, modules/makepath,
46244         modules/rmdir, modules/stat: Likewise.
46245
46246 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
46247
46248         Merge from tar.
46249         * lib/argp-help.c (make_hol, hol_append): Don't assume that
46250         SIZE_MAX is a valid preprocessor constant.
46251         (__argp_basename): Change from "#ifndef _LIBC"
46252         to "#ifndef __argp_short_program_name", so that
46253         we don't compile these functions for tar.
46254
46255         More merges from coreutils.
46256         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
46257         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
46258         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
46259         * lib/addext.c: Remove; no longer needed.
46260         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
46261         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
46262         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
46263         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
46264         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
46265         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
46266         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
46267         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
46268         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
46269         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
46270         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
46271         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
46272         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
46273         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
46274         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
46275         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
46276         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
46277         Import changes from coreutils.
46278
46279 2004-08-05  Simon Josefsson  <jas@extundo.com>
46280
46281         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
46282
46283 2004-08-05  Simon Josefsson  <jas@extundo.com>
46284
46285         * m4/getsubopt.m4: New file.
46286
46287 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
46288
46289         Merge from coreutils.
46290
46291         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
46292         * m4/getcwd-path-max.m4: New files.
46293
46294         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
46295         FILESYSTEM_PREFIX_LEN ->
46296         FILE_SYSTEM_PREFIX_LEN.
46297         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
46298         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
46299         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
46300         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
46301
46302         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
46303         prerequisite modules now handle the DOS stuff.
46304         Don't check for unistd.h.
46305
46306 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
46307
46308         Merge from coreutils.
46309
46310         * lib/.gdb-history: Remove; this doesn't belong here.
46311
46312         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
46313         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
46314         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
46315         * lib/getcwd.c: New files.
46316
46317         * lib/dirname.h: Include <stdbool.h>.
46318         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
46319         for consistency with POSIX terminology.  All uses changed.
46320         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
46321         (strip_trailing_slashes): Use bool for booleans.
46322         * lib/stripslash.c (strip_trailing_slashes): Likewise.
46323
46324         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
46325         sometimes returns a positive errno value even when it succeeds.
46326         (print_errno_message) [!LIBC]: Fall back on strerror if
46327         __strerror_r fails.
46328
46329         * lib/path-concat.c (mempcpy): Don't define if a system header defines
46330         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
46331         (longest_relative_suffix): New function.
46332         (path_concat): Use it.  Assume first argument is not NULL.
46333         Port to DOS.  Omit redundant separators.
46334         Report an error instead of returning NULL.
46335         Use mempcpy instead of memcpy.
46336         (xpath_concat): Remove: not declared or used.
46337
46338         * lib/same.h: Include <stdbool.h>
46339         (same_name): Return bool, not int.
46340         * lib/same.c (same_name): Likewise.
46341         (errno): Don't declare; we assume C89 or better now.
46342
46343         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
46344         if not already defined.
46345
46346         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
46347         * lib/dup-safer.c (errno): Likewise.
46348
46349 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
46350
46351         Merge from coreutils.
46352         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
46353         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
46354         * modules/path-concat: Don't depend on strdup.
46355
46356 2004-08-03  Simon Josefsson  <jas@extundo.com>
46357
46358         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
46359         * lib/progname.h: Don't include stdbool.h.
46360
46361 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
46362
46363         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
46364         * MODULES.html.sh (func_all_modules): Remove fatal.
46365
46366 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
46367
46368         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
46369
46370 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
46371
46372         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
46373         working.
46374
46375 2004-08-02  Simon Josefsson  <jas@extundo.com>
46376
46377         * lib/getsubopt.h: New file, with comments from Bruno Haible.
46378         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
46379         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
46380
46381 2004-08-01  Simon Josefsson  <jas@extundo.com>
46382
46383         * lib/xgetdomainname.c: Include stdlib.h, for free().
46384
46385 2004-07-19  Bruno Haible  <bruno@clisp.org>
46386
46387         * MODULES.html.sh (func_all_modules): Add dummy.
46388
46389 2004-07-16  Simon Josefsson  <jas@extundo.com>
46390
46391         * modules/dummy: New file.
46392
46393 2004-07-16  Simon Josefsson  <jas@extundo.com>
46394
46395         * lib/dummy.c: New file.
46396
46397 2004-07-16  Bruno Haible  <bruno@clisp.org>
46398
46399         * lib/backupfile.h: Add extern "C" for C++.
46400         * lib/closeout.h: Likewise.
46401         * lib/copy-file.h: Likewise.
46402         * lib/findprog.h: Likewise.
46403         * lib/full-write.h: Likewise.
46404         * lib/pathname.h: Likewise.
46405         * lib/progname.h: Likewise.
46406         * lib/stpcpy.h: Likewise.
46407         * lib/stpncpy.h: Likewise.
46408         * lib/strcase.h: Likewise.
46409         * lib/strstr.h: Likewise.
46410         * lib/xalloc.h: Likewise.
46411
46412         * lib/mbswidth.h: Add extern "C" for C++.
46413         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
46414
46415 2004-07-13  Robert Millan  <robertmh@gnu.org>
46416
46417         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
46418
46419 2004-07-09  Simon Josefsson  <jas@extundo.com>
46420
46421         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
46422         failed without this.)
46423
46424 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46425
46426         * modules/chown (Files): Add lib/fchown-stub.c, since
46427         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
46428
46429 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46430
46431         * lib/fchown-stub.c: New file.
46432
46433 2004-06-24  Jim Meyering  <jim@meyering.net>
46434
46435         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
46436
46437 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46438
46439         * modules/argz: Omit "#include".
46440
46441         * MODULES.html.sh (func_all_modules): Add calloc, to match
46442         2004-06-01 addition of calloc module.
46443
46444 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46445
46446         * m4/argz.m4: New file, which is autoupdated from libtool.
46447
46448 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46449
46450         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
46451         libtool.
46452
46453 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46454
46455         * config/srclist-update: Don't insist on "USA." before the
46456         close-comment, as libtool omits the period and puts the */ on a
46457         separate line.
46458         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
46459         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
46460
46461 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
46462
46463         * modules/argz: New file.
46464         * MODULES.html.sh (func_all_modules): Add argz.
46465
46466 2004-06-12  Jim Meyering  <jim@meyering.net>
46467         and  Paul Eggert  <eggert@cs.ucla.edu>
46468
46469         * modules/hash (Files): Add lib/xalloc.h.
46470         * modules/pipe (Depends-on): Add wait-process.
46471         * modules/stat (Depends-on): Add xalloc.
46472         * modules/userspec (Files): Add lib/userspec.h.
46473         * modules/xstrto
46474
46475         Upgrade from gettext-0.13.
46476         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
46477         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
46478         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
46479
46480 2004-06-10  Jim Meyering  <jim@meyering.net>
46481
46482         * lib/calloc.c: New file.
46483
46484 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
46485
46486         * lib/getdate.y (yylex): Allow space between sign and number.
46487         Problem reported by Dan Jacobson.
46488
46489 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
46490
46491         Merge from coreutils CVS.
46492
46493         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
46494         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
46495         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
46496         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
46497         xstrtol.m4: Fix copyright date and/or serial number.
46498
46499         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
46500         See if we need an fchown replacement.
46501         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
46502         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
46503         and use the replacement function if we detect either defect.
46504
46505         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
46506         gl_UTIMECMP.
46507
46508 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
46509         and  Jim Meyering  <jim@meyering.net>
46510
46511         Merge from coreutils CVS.
46512
46513         * lib/stat-macros.h: New file, with contents from file-type.h
46514         and coreutils' system.h.
46515         * lib/file-type.c: Include "stat-macros.h".
46516         * lib/file-type.h (file_type): Move all macro definitions to new file,
46517         stat-macros.h.
46518
46519         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
46520         Wrap old code with this conditional.
46521         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
46522         function that does not dereference symlinks.
46523         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
46524
46525         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
46526         dependency problems.
46527         (xreadlink): Accept new arg SIZE, for efficiency.
46528         All decls and uses changed.
46529         * lib/xreadlink.h: Include <stddef.h>, for size_t.
46530
46531         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
46532         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
46533
46534         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
46535         sysexits.h.
46536
46537 2004-06-01  Jim Meyering  <jim@meyering.net>
46538
46539         * m4/calloc.m4: New file.
46540
46541 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
46542
46543         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
46544         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
46545         Also, fix a typo in a diagnostic.
46546
46547 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
46548
46549         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
46550         or AC_FUNC_REALLOC.
46551
46552 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
46553
46554         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
46555         macros to be defined.
46556         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
46557         the allocator returns NULL because the requested size is zero.
46558
46559 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
46560
46561         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
46562         var.  Add comment explaining why libc still defines it.  This
46563         merges the following patch from glibc:
46564         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
46565
46566 2004-05-20  Andreas Schwab  <schwab@suse.de>
46567
46568         * m4/free.m4: Replace free if it not known to work, not the other
46569         way round.
46570
46571 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46572
46573         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
46574         present in glibc since revision 1.1 of this file.
46575         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
46576         obstack_alignment_mask, obstack_alloc, obstack_base,
46577         obstack_blank, obstack_blank_fast, obstack_chunk_size,
46578         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
46579         obstack_grow0, obstack_init, obstack_int_grow,
46580         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
46581         obstack_next_free, obstack_object_size, obstack_ptr_grow,
46582         obstack_ptr_grow_fast, obstack_room): Remove declarations of
46583         nonexistent functions.
46584
46585 2004-05-18  Karl Berry  <karl@gnu.org>
46586
46587         * config/srclist.txt: break link for vasnprintf.c.
46588
46589 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
46590
46591         Port obstack to the AS/400, where pointers are 16 bytes wide and
46592         you cannot cast an integer to a valid pointer.  This patch is
46593         currently waiting to be integrated into glibc; see
46594         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
46595
46596         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
46597         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
46598         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
46599         (struct obstack): temp member is now a union of a pointer and
46600         an integer, instead of an integer.  All integer uses changed.
46601         This does not affect the physical layout of struct obstack,
46602         except on hosts (like the AS/400) where the size or alignment of
46603         void * is greater than that of ptrdiff_t.
46604         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
46605         __STDC__)]: Store temporary in pointer member of union, not
46606         integer member.
46607         * lib/obstack.c: Include <stddef.h>, for offsetof.
46608         (struct fooalign): Remove; it doesn't need a name.
46609         (union fooround): Change double to long double, and add void *.
46610         (DEFAULT_ALIGNMENT): Use offsetof to compute.
46611         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
46612         not a macro.  Hence the values are always int; so remove all
46613         casts-to-int in uses.
46614
46615 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
46616
46617         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
46618         we can get this patch merged into glibc.
46619
46620 2004-05-17  Derek R. Price  <derek@ximbiot.com>
46621             Paul Eggert  <eggert@cs.ucla.edu>
46622
46623         * m4/argp: Depend on alloca.
46624
46625 2004-05-17  Derek R. Price  <derek@ximbiot.com>
46626             Paul Eggert  <eggert@cs.ucla.edu>
46627
46628         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
46629         freecoding.
46630
46631 2004-05-17  Bruno Haible  <bruno@clisp.org>
46632
46633         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
46634         precision that consists of a '.' followed by an empty digit string.
46635         Patch by Tor Lillqvist <tml@iki.fi>.
46636
46637 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
46638
46639         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
46640         for backward compatibility with older code.  We need our own
46641         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
46642         it under some other name, and our alloca.h will define it.
46643
46644 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
46645             Derek Price  <derek@ximbiot.com>
46646
46647         * lib/alloca.c: Include <alloca.h>, to get our interface.
46648         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
46649         include <alloca.h> first.  Use C89 prototype for alloca; this
46650         requires including <stddef.h> for size_t.  Use extern "C" if C++.
46651         Use #elif for simplicity, since we can assume C89 now.
46652         Don't try to source the system alloca.h since it will not be found
46653         and to prevent recursively including its replacement.
46654         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
46655         * lib/regex.c: Likewise.
46656
46657 2004-05-16  Derek Price  <derek@ximbiot.com>
46658             Paul Eggert  <eggert@cs.ucla.edu>
46659
46660         getline cleanup.  This changes the getndelim2 API: both order of
46661         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
46662         no delimiter).
46663
46664         * lib/getline.c: Don't include stddef.h or stdio.h, since our
46665         interface does that.
46666         (getline): Always use getdelim, so that we don't have two
46667         copies of this code.
46668         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
46669         if available.
46670         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
46671         (GETNDELIM2_MAXIMUM): New macro.
46672         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
46673         instead of the old practice of delim2==0.  All callers changed.
46674         Return -1 on overflow, instead of returning junk.
46675         Do not set *linesize unless allocation succeeds.
46676         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
46677         that we include sys/types.h.
46678         * lib/getnline.h: Likewise.
46679         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
46680         (getndelim2): Reorder arguments.
46681         * lib/getnline.c (getnline, getndelim):
46682         Don't discard the NMAX argument.
46683         (getnline): Invoke getndelim, to avoid code duplication.
46684         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
46685         of (size_t) -1 by callers of the getnline family.
46686
46687 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
46688
46689         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
46690         Check for gettimeofday.
46691         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
46692         Check for settimeofday, stime.
46693
46694 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
46695
46696         * lib/nanosleep.c (suspended): Change its type from int to
46697         sig_atomic_t volatile.
46698         (first_call): Make it private to rpl_nanosleep, and have it
46699         be zero initially as that's a bit faster.
46700         (my_usleep): Round up fractional times instead of truncating them,
46701         as this is the usual meaning for 'sleep'.
46702
46703         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
46704         doesn't work.
46705         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
46706         (ENOSYS): Define if not defined.
46707         (settime): Fall back on stime if it exists and settimeofday fails.
46708         But don't bother with fallbacks if a method fails with errno == EPERM.
46709
46710 2004-05-11  Jim Meyering  <jim@meyering.net>
46711
46712         Prior to this change, the save_cwd caller required read access to the
46713         current directory on most systems (ones with the fchdir function).
46714
46715         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
46716         fails, try write-only, and finally, resort to using xgetcwd.
46717
46718 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
46719
46720         * lib/obstack.c, obstack.h: Import changes from libc.
46721
46722 2004-04-28  Bruno Haible  <bruno@clisp.org>
46723
46724         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
46725         also implicitly appends .exe to executables.
46726         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
46727         accepts Windows pathnames.
46728         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
46729         Treat Cygwin like Windows, since it now accepts Windows pathnames.
46730         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
46731         Treat Cygwin like Windows, since it now accepts Windows pathnames.
46732         Reported by Derek Robert Price <derek@ximbiot.com>.
46733
46734 2004-04-21  Karl Berry  <karl@gnu.org>
46735
46736         * config/srclist.txt (localcharset.c): break sync.
46737
46738 2004-04-20  Paul Eggert  <eggert@twinsun.com>
46739
46740         * m4/host-os.m4: Add a copyright notice.
46741
46742 2004-04-20  Jim Meyering  <jim@meyering.net>
46743
46744         Change UTILS_ to gl_ in AC_DEFINE'd names.
46745         Change utils_- and jm_-prefixed variables, too.
46746         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
46747         UTILS_FUNC_MKDIR_TRAILING_SLASH.
46748         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
46749
46750         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
46751         Don't emit trailing blanks.
46752         Also rename jm_-prefixed variables to have gl_ prefix.
46753
46754         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
46755         Also rename jm_-prefixed variables to have gl_ prefix.
46756
46757         * m4/jm-macros.m4: Reflect the renamings.
46758         * m4/prereq.m4: Likewise.
46759
46760 2004-04-20  Jim Meyering  <jim@meyering.net>
46761
46762         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
46763         memory.
46764
46765 2004-04-20  Jim Meyering  <jim@meyering.net>
46766             Bruno Haible  <bruno@clisp.org>
46767
46768         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
46769         memory when realloc fails.
46770
46771 2004-04-19  Jim Meyering  <jim@meyering.net>
46772
46773         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
46774         now that readutmp.c may call `free (0)'.
46775
46776 2004-04-19  Bruno Haible  <bruno@clisp.org>
46777
46778         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
46779         * m4/inttypes_h.m4: Likewise.
46780         * m4/stdint_h.m4: Likewise.
46781         * m4/intmax_t.m4: Likewise.
46782         * m4/uintmax_t.m4: Likewise.
46783
46784 2004-04-18  Jim Meyering  <jim@meyering.net>
46785
46786         * m4/prereq.m4: Don't forbid jm_ prefix.
46787
46788         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
46789         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
46790         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
46791         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
46792         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
46793         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
46794         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
46795         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
46796         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
46797         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
46798         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
46799         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
46800         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
46801         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
46802         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
46803         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
46804         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
46805         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
46806         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
46807
46808 2004-04-18  Jim Meyering  <jim@meyering.net>
46809
46810         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
46811         failure, don't leak memory and do call END_UTMP_ENT.
46812
46813 2004-04-16  Jim Meyering  <jim@meyering.net>
46814
46815         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
46816         coreutils' stat program.
46817         (gl_PREREQ): Don't require jm_PREREQ_STAT.
46818
46819 2004-04-11  Paul Eggert  <eggert@twinsun.com>
46820
46821         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
46822         C89.
46823         (CHAR_BIT): Remove, since we assume C89.
46824         Include <stdint.h> if available, as per current Autoconf CVS advice.
46825
46826 2004-03-31  Jim Meyering  <jim@meyering.net>
46827
46828         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
46829         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
46830         * m4/xalloc.m4: Likewise.
46831
46832 2004-03-30  Paul Eggert  <eggert@twinsun.com>
46833
46834         Merge from coreutils.
46835
46836         * m4/inttostr.m4: New file.
46837         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
46838         Require AM_STDBOOL_H and gl_TIMESPEC instead.
46839         Require gl_CLOCK_TIME.
46840         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
46841
46842 2004-03-30  Paul Eggert  <eggert@twinsun.com>
46843
46844         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
46845         not bool, to be more consistent with Unix conventions.
46846         Suggested by Bruno Haible.
46847
46848         Merge from coreutils.
46849
46850         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
46851         * lib/umaxtostr.c: New files.
46852
46853         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
46854         the usual <time.h> dance.
46855         (get_date): Change signature to support fractional time stamps.
46856         All callers changed.
46857         * lib/getdate.y: Include "getdate.h" first, as we can now
46858         assume C89 and don't need to worry about 'const'.
46859         Similarly, include "unlocked-io.h" near start, not in middle.
46860         Include <limits.h>.
46861         (textint.value): Use long int rather than int.
46862         (textint.digits): Use size_t rather than int.
46863         (BILLION, LOG10_BILLION): New constants.
46864         (parser_control): New member rel_ns.  Members day_ordinal,
46865         time_zone, month, day, hour, minutes, rel_year, rel_month,
46866         rel_day, rel_hour, rel_minutes, rel_seconds
46867         are now long int, not int.  Member seconds is now struct timespec,
46868         not int.  New member timespec_seen.  Members dates_seen, days_seen,
46869         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
46870         not int.
46871         (%union.intval): Now long int, not int.
46872         New member timespec.
46873         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
46874         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
46875         (spec): Now is a timespec or an item list.
46876         (timespec, items): New nonterminals.
46877         (time, rel, relunit, number, get_date):
46878         Add support for fractional seconds.
46879         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
46880         (gmtime, localtime, mktime): Remove decls; not needed with C89.
46881         (to_hour): First arg is now long int, not int.
46882         (to_year): Returns long int, not int.
46883         Don't treat year -70 like 70.
46884         (tm_diff): Returns long int, not int.
46885         (lookup_word): Use bool instead of int when appropriate.
46886         (yylex): Use size_t for count, not int.
46887         Detect overflow when parsing large integer constants.
46888         Add support for fractions.
46889         (get_date): Make pointers 'const' if possible.
46890         Use more-portable code to detect integer overflow.
46891         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
46892         Don't use ctime; it's not reliable if the year has >4 digits.
46893
46894         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
46895         This is for compatibility with BSD.
46896
46897         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
46898         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
46899         From coreutils' system.h.
46900
46901         * lib/userspec.c: Don't include "posixver.h".
46902         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
46903         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
46904         compatible extension.  Simplify code by removing a boolean int
46905         that was always nonzero if a string was nonnull.
46906
46907 2004-03-30  Jim Meyering  <jim@meyering.net>
46908
46909         Merge from coreutils.
46910
46911         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
46912         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
46913         on some systems one must include <grp.h> before it.
46914         Reported by Christian Krackowizer.
46915
46916 2004-03-30  Jim Meyering  <jim@meyering.net>
46917
46918         Merge from coreutils.
46919
46920         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
46921
46922         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
46923         an empty input stream.
46924
46925         * lib/readtokens.c: Include <stdbool.h>.
46926         (readtoken): Use `size_t' rather than int/long.
46927         All callers adjusted.
46928         Use `bool' rather than `int' where appropriate.
46929         Use memset rather than an explicit loop.
46930         Use x2nrealloc rather than xrealloc.
46931         Allow the use of `\0' as a delimiter.
46932         (readtokens): Likewise.
46933         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
46934
46935 2004-03-30  Jim Meyering  <jim@meyering.net>
46936
46937         * m4/realloc.m4: Remove file, since now it does no more than
46938         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
46939         the `configure.ac' section of module/realloc.
46940         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
46941
46942 2004-03-30  Bruno Haible  <bruno@clisp.org>
46943
46944         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
46945         nonnull.
46946
46947 2004-03-29  Paul Eggert  <eggert@twinsun.com>
46948
46949         Merge changes to getloadavg.c from coreutils and Emacs.
46950
46951         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
46952         Define to an expression, not to the empty string.
46953         Include cloexec.h and xalloc.h.
46954         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
46955         Use set_cloexec_flag rather than rolling our own.
46956         * lib/cloexec.c, lib/cloexec.h: New files.
46957
46958 2004-03-29  Paul Eggert  <eggert@twinsun.com>
46959
46960         * m4/cloexec.m4: New file.
46961
46962 2004-03-18  Paul Eggert  <eggert@twinsun.com>
46963
46964         * lib/getopt.h: Sync with libc CVS.
46965
46966 2004-03-18  Paul Eggert  <eggert@twinsun.com>
46967             Bruno Haible  <bruno@clisp.org>
46968
46969         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
46970         mbswidth.
46971
46972 2004-03-18  Paul Eggert  <eggert@twinsun.com>
46973             Bruno Haible  <bruno@clisp.org>
46974
46975         * lib/mbswidth.h: Include <wchar.h> only if
46976         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
46977         <wchar.h>.
46978         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
46979
46980 2004-03-09  Paul Eggert  <eggert@twinsun.com>
46981
46982         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
46983         Sync with libc CVS.
46984         * lib/getopt_int.h: New file, also synced from libc.
46985
46986 2004-03-09  Paul Eggert  <eggert@twinsun.com>
46987
46988         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
46989         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
46990         Bring back getopt.c, getopt.h, getopt1.c.
46991
46992 2004-03-07  Paul Eggert  <eggert@twinsun.com>
46993
46994         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
46995         All uses changed.  Check for sa_sigaction member; this fixes
46996         a bug first reported by Jason Andrade in
46997         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
46998
46999 2004-03-07  Paul Eggert  <eggert@twinsun.com>
47000
47001         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
47002         '#if' expressions.  Unlike the code it replaces, it does not
47003         depend on (defined _SC_PAGESIZE).  However, it does depend on
47004         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
47005         first reported by Jason Andrade in
47006         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
47007
47008 2004-02-25  Simon Josefsson  <jas@extundo.com>
47009
47010         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
47011
47012 2004-02-25  Simon Josefsson  <jas@extundo.com>
47013
47014         * lib/strdup.h: New file.
47015         * lib/strdup.c: Include it.
47016         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
47017         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
47018
47019 2004-02-23  Karl Berry  <karl@gnu.org>
47020
47021         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
47022         (from fencepost.gnu.org:/gd/gnuorg).
47023
47024 2004-02-23  Karl Berry  <karl@gnu.org>
47025
47026         * config/srclistvars.sh (GNUORG) [karl]: redefine.
47027         * config/srclist.txt: add maintain/standards documents.
47028
47029 2004-02-18  Bruno Haible  <bruno@clisp.org>
47030
47031         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
47032         Reported by Derek Robert Price <derek@ximbiot.com>.
47033
47034 2004-02-16  Karl Berry  <karl@gnu.org>
47035
47036         * config/mkinstalldirs, install-sh: update from automake.
47037
47038 2004-02-06  Karl Berry  <karl@gnu.org>
47039
47040         * m4/po.m4: update from gettext 0.14.1.
47041
47042 2004-02-06  Karl Berry  <karl@gnu.org>
47043
47044         * lib/config.charset: update from gettext 0.14.1.
47045
47046 2004-02-05  Paul Eggert  <eggert@twinsun.com>
47047
47048         Add comments and code, prompted by suggestions from Bruno Haible
47049         for sh-quote.
47050         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
47051         describing the enum quoting_style values.
47052         * lib/quotearg.c (quotearg_alloc): New function.
47053         (quotearg_buffer_restyled): Treat lone { and } as special.
47054         Treat = as special.  Work around bug with older shells
47055         that "see" a '\' that is really the 2nd byte of a multibyte char.
47056         Quote empty string with shell_quoting_style.
47057
47058 2004-02-03  Bruno Haible  <bruno@clisp.org>
47059
47060         * m4/pipe.m4: New file, from GNU gettext.
47061
47062 2004-02-03  Bruno Haible  <bruno@clisp.org>
47063
47064         * lib/pipe.h: New file, from GNU gettext.
47065         * lib/pipe.c: New file, from GNU gettext.
47066
47067 2004-01-27  Bruno Haible  <bruno@clisp.org>
47068
47069         * m4/execute.m4: New file, from GNU gettext.
47070
47071 2004-01-27  Bruno Haible  <bruno@clisp.org>
47072
47073         * lib/execute.h: New file, from GNU gettext.
47074         * lib/execute.c: New file, from GNU gettext.
47075         * lib/w32spawn.h: New file, from GNU gettext.
47076
47077 2004-01-24  Paul Eggert  <eggert@twinsun.com>
47078
47079         Merge from diffutils.
47080
47081         * lib/file-type.c (file_type): Add typed memory objects.
47082         * lib/file-type.h (S_TYPEISTMO): New macro.
47083
47084         * lib/c-stack.h (c_stack_action): Remove argv argument.
47085         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
47086         (die): Don't calculate message unless segv_action returns.
47087         (get_stack_location, min_address_from_argv, max_address_from_argv,
47088         volatile stack_base, volatile_stack_size): Remove.
47089         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
47090         that every segmentation violation is a stack overflow.  (Ouch!)
47091         See Debian bug 136249 (still outstanding) for more info about why
47092         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
47093
47094 2004-01-24  Paul Eggert  <eggert@twinsun.com>
47095
47096         Exit-status fix from coreutils.
47097
47098         Use exit_failure consistently in place of EXIT_FAILURE,
47099         so that program exit statuses are consistent on failure.
47100
47101         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
47102         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
47103         * lib/argmatch.h: Comment fix to match the above.
47104         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
47105         Now a macro referring to exit_failure, instead of a separate
47106         variable.  Include "exitfail.h" to get it.
47107         * lib/xstrtol.h: Include "exitfail.h".
47108         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
47109
47110         * lib/long-options.c (parse_long_options): Use prototype
47111         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
47112         for clarity.
47113
47114 2004-01-21  Jim Meyering  <jim@meyering.net>
47115
47116         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
47117         so as not to conflict with a different-sized __mktime_internal
47118         function in GNU libc.
47119         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
47120         Problem building statically-linked `ls' reported by Michael Brunnbauer.
47121
47122 2004-01-20  Karl Berry  <karl@gnu.org>
47123
47124         * config/config.guess: update from config.
47125
47126         * config/srclistvars.sh: GNUWWWLICENSES for karl.
47127
47128 2004-01-20  Bruno Haible  <bruno@clisp.org>
47129
47130         Safer stack allocation.
47131         * lib/setenv.c: Include allocsa.h.
47132         (alloca): Remove fallback definition.
47133         (freea): Remove macro.
47134         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
47135         instead of freea.
47136
47137 2004-01-20  Bruno Haible  <bruno@clisp.org>
47138
47139         * m4/eealloc.m4: New file, from GNU gettext.
47140
47141 2004-01-20  Bruno Haible  <bruno@clisp.org>
47142
47143         * m4/allocsa.m4: New file, from GNU gettext.
47144
47145 2004-01-20  Bruno Haible  <bruno@clisp.org>
47146
47147         * lib/xallocsa.h: New file, from GNU gettext.
47148         * lib/xallocsa.c: New file, from GNU gettext.
47149
47150 2004-01-20  Bruno Haible  <bruno@clisp.org>
47151
47152         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
47153
47154 2004-01-20  Bruno Haible  <bruno@clisp.org>
47155
47156         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
47157         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
47158         specially.
47159
47160 2004-01-20  Bruno Haible  <bruno@clisp.org>
47161
47162         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
47163         patch.
47164
47165 2004-01-20  Bruno Haible  <bruno@clisp.org>
47166
47167         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
47168
47169 2004-01-20  Bruno Haible  <bruno@clisp.org>
47170
47171         * lib/eealloc.h: New file.
47172
47173 2004-01-20  Bruno Haible  <bruno@clisp.org>
47174
47175         * lib/binary-io.h: Avoid warnings on Cygwin.
47176
47177 2004-01-20  Bruno Haible  <bruno@clisp.org>
47178
47179         * lib/allocsa.h: New file, from GNU gettext.
47180         * lib/allocsa.c: New file, from GNU gettext.
47181
47182 2004-01-18  Karl Berry  <karl@gnu.org>
47183
47184         * doc/gpl.texi, doc/lgpl.texi: new files.
47185
47186 2004-01-18  Karl Berry  <karl@gnu.org>
47187
47188         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
47189         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
47190
47191 2004-01-15  Paul Eggert  <eggert@twinsun.com>
47192
47193         Merge from coreutils.
47194
47195         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
47196         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
47197         (gl_DEFAULT_POSIX2_VERSION): Move
47198         the documentation from 'configure' into 'config.hin',
47199         so that 'configure --help' isn't burdened by it and
47200         we don't have to worry about its formatting there.
47201         Reword the documentation so that it's more succinct
47202         and can be run together into a single paragraph.
47203         * m4/same.m4 (gl_SAME): Check for pathconf.
47204
47205 2004-01-15  Paul Eggert  <eggert@twinsun.com>
47206
47207         Merge from coreutils.
47208
47209         * lib/posixver.c: Include posixver.h.
47210
47211         * lib/same.c: Include <stdbool.h>, <limits.h>.
47212         (_POSIX_NAME_MAX): Define if not defined.
47213         (MIN): New macro.
47214         (same_name): If file names are silently truncated, report
47215         that the file names are the same if they are the same after
47216         the silent truncation.
47217
47218         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
47219         conversion function.
47220         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
47221         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
47222         longer needed.
47223
47224 2004-01-15  Jim Meyering  <jim@meyering.net>
47225
47226         Merge from coreutils.
47227
47228         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
47229         if no library is required.
47230         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
47231         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
47232         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
47233         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
47234         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
47235         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
47236         value, $ac_cv_search_crypt, if it's "none required".
47237         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
47238         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
47239         not gl_FUNC_GETLOADAVG.
47240         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
47241         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
47242
47243 2004-01-15  Jim Meyering  <jim@meyering.net>
47244
47245         Merge from coreutils.
47246
47247         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
47248         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
47249         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
47250
47251         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
47252         optional configure-time default.
47253
47254         * lib/version-etc.c (version_etc_copyright): Update copyright date.
47255
47256         * lib/xreadlink.c (xreadlink): Correct outdated comment.
47257
47258 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
47259
47260         Merge from coreutils.
47261
47262         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
47263         value, $ac_cv_search_nanosleep, if it's "none required".
47264
47265 2004-01-14  Paul Eggert  <eggert@twinsun.com>
47266
47267         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
47268         with like-named macro in fnmatch.c.
47269         (EXT): Use an internal constant instead.
47270
47271         Merge fnmatch patches from glibc.
47272         * lib/fnmatch.c (mbsinit): Remove define.
47273         Add libc_hidden_ver (__fnmatch, fnmatch).
47274         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
47275         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
47276
47277 2004-01-14  Karl Berry  <karl@gnu.org>
47278
47279         * config/install-sh: update from automake.
47280
47281 2004-01-13  Karl Berry  <karl@gnu.org>
47282
47283         * config/install-sh: update from automake.
47284
47285 2004-01-09  Karl Berry  <karl@gnu.org>
47286
47287         * config/install-sh: update from automake.
47288
47289 2004-01-05  Karl Berry  <karl@gnu.org>
47290
47291         * config/config.{sub,guess}: update from config.
47292
47293 2003-12-31  Karl Berry  <karl@gnu.org>
47294
47295         * config/depcomp: update from automake.
47296
47297 2003-12-14  Karl Berry  <karl@gnu.org>
47298
47299         * lib/config.charset: update from gettext-runtime.
47300
47301 2003-12-03  Paul Eggert  <eggert@twinsun.com>
47302
47303         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
47304         Bug reported by Alfred M. Szmidt.
47305
47306 2003-12-03  Bruno Haible  <bruno@clisp.org>
47307
47308         * m4/gettext.m4: Upgrade from gettext-0.13.
47309         * m4/po.m4: Upgrade from gettext-0.13.
47310         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
47311         * m4/intmax.m4: New file, from gettext-0.13.
47312         * m4/printf-posix.m4: New file, from gettext-0.13.
47313
47314 2003-11-29  Karl Berry  <karl@gnu.org>
47315
47316         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
47317
47318 2003-11-25  Paul Eggert  <eggert@twinsun.com>
47319             Bruno Haible  <bruno@clisp.org>
47320
47321         * lib/printf-parse.h: Don't include sys/types.h.
47322         (ARG_NONE): New macro.
47323         (char_directive): Change type of *arg_index fields to size_t.
47324         * lib/printf-parse.c: Don't include sys/types.h.
47325         (SSIZE_MAX): Remove macro.
47326         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
47327         Remove unnecessary overflow check.
47328         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
47329         fields.
47330
47331 2003-11-25  Bruno Haible  <bruno@clisp.org>
47332
47333         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
47334
47335 2003-11-25  Bruno Haible  <bruno@clisp.org>
47336
47337         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
47338         gt_TYPE_SSIZE_T.
47339
47340 2003-11-24  Paul Eggert  <eggert@twinsun.com>
47341
47342         * modules/alloca: Remove dependency on xalloc.
47343
47344 2003-11-24  Paul Eggert  <eggert@twinsun.com>
47345
47346         * lib/alloca.c: Remove dependency on xalloc module.
47347         (xalloc_die): Remove.
47348         (memory_full) [!defined emacs]: New macro.
47349         [!defined emacs]: Don't include xalloc.h.
47350         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
47351         address arithmetic overflows.  Change datatypes a bit to avoid
47352         unnecessary casts.
47353
47354 2003-11-22  Jim Meyering  <jim@meyering.net>
47355
47356         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
47357         s/size/size_t/.
47358
47359 2003-11-21  Karl Berry  <karl@gnu.org>
47360
47361         * config/config.{sub,guess}: update from config.
47362
47363 2003-11-18  Karl Berry  <karl@gnu.org>
47364
47365         * config/config.{sub,guess}: update from config.
47366
47367         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
47368
47369 2003-11-17  Paul Eggert  <eggert@twinsun.com>
47370
47371         * README: Mention that S+T cannot overflow if S is the size of
47372         an existing object and T is sufficiently small.
47373
47374 2003-11-17  Jim Meyering  <jim@meyering.net>
47375
47376         On systems without utime and without a utimes function capable of
47377         dealing with a NULL struct utimbuf* argument, this utime replacement
47378         could -- in unusual circumstances -- leak a file descriptor.
47379         * lib/utime.c: Include <unistd.h> and <errno.h>.
47380         (utime_null): Be sure to close `fd' and to preserve errno.
47381         Reported by Geoff Collyer via Arnold Robbins.
47382
47383 2003-11-17  Bruno Haible  <bruno@clisp.org>
47384
47385         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
47386         (Depends-on): Add xsize.
47387
47388 2003-11-17  Bruno Haible  <bruno@clisp.org>
47389
47390         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
47391
47392 2003-11-17  Bruno Haible  <bruno@clisp.org>
47393
47394         * lib/vasnprintf.c (alloca): Remove fallback definition.
47395         (freea): Remove definition.
47396         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
47397         Reported by Paul Eggert.
47398
47399 2003-11-16  Paul Eggert  <eggert@twinsun.com>
47400             Bruno Haible  <bruno@clisp.org>
47401
47402         Protect against address arithmetic overflow.
47403         * lib/printf-args.h: Include stddef.h.
47404         (arguments): Change type of field 'count' to size_t.
47405         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
47406         'unsigned int' where appropriate.
47407         * lib/printf-parse.h: Include sys/types.h.
47408         (char_directive): Change type of *arg_index fields to ssize_t.
47409         (char_directives): Change type of fields 'count', max_*_length to
47410         size_t.
47411         * lib/printf-parse.c: Include sys/types.h and xsize.h.
47412         (SSIZE_MAX): Define fallback value.
47413         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
47414         instead of 'int' where appropriate. Check a_allocated, d_allocated
47415         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
47416         * lib/vasnprintf.c: Include xsize.h.
47417         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
47418         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
47419         overflow. Avoid wraparound when converting a width or precision from
47420         decimal to binary.
47421
47422 2003-11-16  Bruno Haible  <bruno@clisp.org>
47423
47424         Update from GNU gettext.
47425         * lib/printf-parse.c: Generalize to it can be compiled for wide
47426         strings.
47427         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
47428         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
47429         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
47430         SNPRINTF): New macros.
47431         Don't include <alloca.h> if the file is used inside libintl.
47432         (local_wcslen): New function, for Solaris 2.5.1.
47433         (VASNPRINTF): Use it instead of wcslen.
47434
47435 2003-11-16  Bruno Haible  <bruno@clisp.org>
47436
47437         * lib/xsize.h (xmax): New function.
47438         (xsum, xsum3, xsum4): Declare as "pure" functions.
47439
47440 2003-11-12  Paul Eggert  <eggert@twinsun.com>
47441
47442         * modules/xalloc (Files): Undo latest change, since xalloc.h
47443         no longer needs SIZE_MAX or PTRDIFF_MAX.
47444
47445 2003-11-12  Paul Eggert  <eggert@twinsun.com>
47446
47447         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
47448         gl_PTRDIFF_MAX.
47449
47450 2003-11-12  Paul Eggert  <eggert@twinsun.com>
47451
47452         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
47453         "return", to pacify some unknown compiler.  Problem reported
47454         by Joerg Schilling.
47455
47456 2003-11-12  Paul Eggert  <eggert@twinsun.com>
47457
47458         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
47459         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
47460         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
47461         heuristic is just as accurate as far as we know, and it removes a
47462         dependency on size_max.m4 and ptrdiff_max.m4.
47463
47464 2003-11-11  Bruno Haible  <bruno@clisp.org>
47465
47466         * modules/xsize (Files): Add m4/size_max.m4.
47467         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
47468
47469 2003-11-11  Bruno Haible  <bruno@clisp.org>
47470
47471         * m4/size_max.m4: New file.
47472         * m4/ptrdiff_max.m4: New file.
47473         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
47474         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
47475         (gl_XALLOC): Invoke it.
47476
47477 2003-11-11  Bruno Haible  <bruno@clisp.org>
47478
47479         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
47480         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
47481         defined.
47482
47483 2003-11-10  Paul Eggert  <eggert@twinsun.com>
47484
47485         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
47486         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
47487         rejected some allocations of exactly SIZE_MAX - 2 bytes.
47488         From Bruno Haible.
47489         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
47490         not (size_t) -1, since it's defined here.
47491
47492 2003-11-09  Karl Berry  <karl@gnu.org>
47493
47494         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
47495
47496 2003-11-06  Paul Eggert  <eggert@twinsun.com>
47497
47498         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
47499         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
47500         Reject sizes of exactly SIZE_MAX bytes.
47501         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
47502         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
47503
47504 2003-11-05  Bruno Haible  <bruno@clisp.org>
47505
47506         * lib/xsize.h: Include limits.h, to avoid a possible collision with
47507         SIZE_MAX defined in <limits.h> on Solaris.
47508
47509 2003-11-04  Jim Meyering  <jim@meyering.net>
47510
47511         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
47512         variable names, rather than @VAR@.
47513         * modules/poll: Likewise.
47514
47515 2003-11-04  Bruno Haible  <bruno@clisp.org>
47516
47517         * modules/xsize: New file.
47518         * modules/linebreak: Depend on xsize.
47519         * MODULES.html.sh (func_all_modules): Add xsize.
47520
47521 2003-11-04  Bruno Haible  <bruno@clisp.org>
47522
47523         * m4/xsize.m4: New file.
47524
47525 2003-11-04  Bruno Haible  <bruno@clisp.org>
47526
47527         * lib/xsize.h: New file.
47528         * lib/linebreak.c: Include xsize.h.
47529         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
47530         argument for overflow.
47531         Suggested by Paul Eggert.
47532
47533 2003-11-03  Karl Berry  <karl@gnu.org>
47534
47535         * config/config.{guess,sub}: update from config.
47536
47537 2003-11-03  Jim Meyering  <jim@meyering.net>
47538
47539         * modules/userspec (lib_SOURCES): Add userspec.h.
47540         (Include): Add "userspec.h".
47541         Improve description.
47542
47543 2003-11-03  Jim Meyering  <jim@meyering.net>
47544
47545         * lib/userspec.c: Include "userspec.h".
47546         * lib/userspec.h: New file.
47547
47548 2003-11-03  Bruno Haible  <bruno@clisp.org>
47549
47550         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
47551
47552 2003-11-03  Bruno Haible  <bruno@clisp.org>
47553
47554         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
47555         available, to avoid (extremely rare) race condition.
47556         Suggested by Paul Eggert.
47557
47558 2003-11-02  Karl Berry  <karl@gnu.org>
47559
47560         * config/srclist.txt (vasprintf.c): sync broken, sigh.
47561
47562 2003-10-31  Paul Eggert  <eggert@twinsun.com>
47563
47564         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
47565         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
47566         (read_filesystem_list): Set and use me_type_malloced.
47567         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
47568         whatever the type happens to be), for brevity and consistency.
47569         Check for size calculation overflow on Alphas running OSF/1.
47570
47571 2003-10-31  Jim Meyering  <jim@meyering.net>
47572
47573         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
47574
47575         * lib/linebuffer.c: Include <string.h> for declaration of memset.
47576
47577 2003-10-30  Paul Eggert  <eggert@twinsun.com>
47578             Bruno Haible  <bruno@clisp.org>
47579
47580         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
47581         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
47582
47583 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
47584
47585         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
47586         netbsd*-gnu*.  Suggested by Robert Millan.
47587
47588 2003-10-29  Paul Eggert  <eggert@twinsun.com>
47589
47590         * modules/group-member: Depend on stdbool.
47591
47592 2003-10-29  Paul Eggert  <eggert@twinsun.com>
47593
47594         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
47595
47596 2003-10-29  Paul Eggert  <eggert@twinsun.com>
47597
47598         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
47599         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
47600         after the 'gnu' in these cases.  This fixes some bugs in the
47601         previous change, and is based on suggestions by Robert Millan.
47602
47603 2003-10-29  Paul Eggert  <eggert@twinsun.com>
47604
47605         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
47606         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
47607         no longer needed.
47608         * lib/quotearg.c (quotearg_n_options): Use it.
47609         * lib/group-member.c: Include <stdbool.h>.
47610         (free_group_info): Arg is now const *; don't free arg.
47611         (get_group_info): Now returns bool and accepts struct group_info *,
47612         rather than returning a malloc'ed struct group_info *.
47613         All uses changed.  Check for overflow in internal size calculation.
47614
47615         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
47616         rather than xmalloc/xrealloc.
47617         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
47618         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
47619         conformance bug: the old code used a pointer after freeing the
47620         storage that it addressed.
47621         * lib/hash.c (hash_initialize): Simplify the code by using
47622         xalloc_oversized rather than doing it by hand.
47623         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
47624         the buffer preserved.  Use free and xmalloc instead.
47625         * lib/quotearg.c (quotearg_n_options): Likewise.
47626         Use a simpler test for size overflow.  Don't use xalloc_oversized
47627         because unsigned int might be wider than size_t (!); this suggests
47628         that we should switch from unsigned int to size_t for slot numbers.
47629
47630 2003-10-28  Paul Eggert  <eggert@twinsun.com>
47631
47632         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
47633         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
47634         NetBSD kernels.  Requested by Richard Stallman.
47635
47636 2003-10-27  Paul Eggert  <eggert@twinsun.com>
47637
47638         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
47639         to allocate the returned structure.  Do not allocate a subarray,
47640         as x2nrealloc will do that.
47641         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
47642         instead of xnrealloc.
47643         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
47644
47645 2003-10-27  Bruno Haible  <bruno@clisp.org>
47646
47647         * lib/stdbool_.h: Better support for BeOS.
47648
47649 2003-10-26  Paul Eggert  <eggert@twinsun.com>
47650
47651         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
47652         now uses inline.
47653
47654 2003-10-26  Paul Eggert  <eggert@twinsun.com>
47655
47656         * lib/xalloc.h (xalloc_oversized): New static inline function, for
47657         callers that want to do their own size-overflow checking.  Include
47658         <stdbool.h>, since xalloc_oversized returns bool.
47659         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
47660         to use xalloc_oversized.
47661
47662         Add two functions x2realloc, x2nrealloc, for programs that grow
47663         arrays dynamically by doubling their sizes.
47664         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
47665         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
47666         New functions.
47667
47668         Port to C99 semantics for 'inline' of external functions.
47669         Bug reported by Bruno Haible.
47670         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
47671         with the old contents of xnmalloc.
47672         (xnmalloc, xmalloc): Use it.
47673         (xnrealloc_inline): New static inline function,
47674         with the old contents of xnrealloc.
47675         (xnrealloc, xrealloc): Use it.
47676
47677         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
47678         that.
47679
47680 2003-10-26  Karl Berry  <karl@gnu.org>
47681
47682         * config/srclist.txt (COPYING.DOC): no longer available from
47683         /gd/gnuorg; don't know where the ultimate source is.
47684
47685 2003-10-25  Paul Eggert  <eggert@twinsun.com>
47686
47687         Fix several address-calculation bugs in the hash modules,
47688         plus some minor code cleanup.
47689
47690         * lib/hash.h: Include <stdbool.h>, for bool.
47691         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
47692         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
47693         hash_get_n_entries, hash_get_max_bucket_length,
47694         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
47695         hash_rehash): Use size_t rather than unsigned.
47696         * lib/hash.c (struct hash_table, hash_get_n_buckets,
47697         hash_get_n_buckets_used, hash_get_n_entries,
47698         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
47699         hash_get_entries, hash_do_for_each, hash_string, is_prime,
47700         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
47701         Likewise.
47702         (SIZE_MAX): Define if not defined.
47703         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
47704         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
47705         hash_print):
47706         Use const * when possible.
47707         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
47708         (check_tuning): Fix bug: if tuning parameters were very close to
47709         0 or 1, rounding errors could have caused subscript violations.
47710         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
47711         (hash_initialize): Add 'fail:' label
47712         to free table and return NULL, and use it to simplify code.
47713         Use calloc rather than clearing the storage ourself.
47714         (hash_initialize, hash_rehash): Check for arithmetic overflow in
47715         buffer size calculations.
47716         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
47717         Include <stddef.h>, for size_t.
47718         * lib/hash-pjw.c (hash_pjw): Likewise.
47719         Switch to method described by Bruno Haible.
47720         Include <limits.h>, for CHAR_BIT.
47721         (SIZE_BITS): New macro.
47722
47723 2003-10-23  Paul Eggert  <eggert@twinsun.com>
47724
47725         * m4/getline.m4 (AM_FUNC_GETLINE):
47726         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
47727         hosts.  Problem reported by Derek Robert Price in
47728         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
47729         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
47730         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
47731
47732 2003-10-21  Paul Eggert  <eggert@twinsun.com>
47733
47734         * lib/getndelim2.c (getndelim2): When size calculation overflows,
47735         ceiling the allocation at NMAX bytes rather than silently
47736         discarding input bytes before NMAX is reached.  This makes
47737         a difference only if NMAX exceeds SIZE_MAX / 2.
47738
47739         * lib/obstack.c: Merge from glibc.
47740         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
47741         Add libc_hidden_def (_obstack_newchunk).
47742         (_obstack_free) [! defined _LIBC]: Remove.
47743         [defined _LIBC]: Make a strong alias from obstack_free, rather than
47744         a clone of the function body.
47745         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
47746         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
47747
47748         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
47749         glibc.
47750         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
47751         arg to memcpy.
47752
47753         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
47754         (obstack_ptr_grow_fast, obstack_int_grow_fast):
47755         Don't use lvalue casts, as GCC plans to remove support for them
47756         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
47757         was also present in the non-GCC version, indicating that this
47758         code had always been buggy and had never been widely used.
47759         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
47760         Use the fast variant of each macro, rather than copying the
47761         definiens of the fast variant; that way, we'll be more likely to
47762         catch future bugs in the fast variants.
47763
47764 2003-10-20  Bruno Haible  <bruno@clisp.org>
47765
47766         * modules/wait-process: New file.
47767         * MODULES.html.sh (func_all_modules): Add wait-process.
47768
47769 2003-10-20  Bruno Haible  <bruno@clisp.org>
47770
47771         * m4/wait-process.m4: New file.
47772
47773 2003-10-20  Bruno Haible  <bruno@clisp.org>
47774
47775         * lib/wait-process.h: New file, from GNU gettext.
47776         * lib/wait-process.c: New file, from GNU gettext.
47777
47778 2003-10-19  Jim Meyering  <jim@meyering.net>
47779
47780         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
47781         HPUX 10.20.
47782
47783 2003-10-18  Karl Berry  <karl@gnu.org>
47784
47785         * config/config.guess: update from config.
47786
47787 2003-10-16  Paul Eggert  <eggert@twinsun.com>
47788
47789         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
47790         (getgroups): First arg is int, not size_t.
47791         Don't let 'free' mangle errno.
47792
47793 2003-10-16  Paul Eggert  <eggert@twinsun.com>
47794
47795         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
47796
47797 2003-10-16  Karl Berry  <karl@gnu.org>
47798
47799         * config/config.{guess,sub}: update from config.
47800
47801 2003-10-16  Jim Meyering  <jim@meyering.net>
47802
47803         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
47804         memcpy.
47805
47806 2003-10-15  Paul Eggert  <eggert@twinsun.com>
47807
47808         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
47809         (SIZE_MAX): Remove.
47810         (new_exclude, add_exclude_file): Initial size no longer needs to
47811         be a power of 2.
47812         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
47813         our own address arithmetic overflow checking.
47814
47815         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
47816         (fnmatch): Do not alloca more than 2000 wide characters;
47817         instead, use malloc for large buffers.
47818         Check for address arithmetic overflow, and return -1
47819         with errno set to ENOMEM in that case.
47820         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
47821         (NEW_PATTERN): Do not alloca more than 8000 bytes;
47822         instead, return -1.  Check for address arithmetic overflow.
47823
47824 2003-10-14  Paul Eggert  <eggert@twinsun.com>
47825
47826         Handle invalid suffixes and overflow independently, so that
47827         callers can treat them independently as needed.  Fix some bugs in
47828         suffix handling, e.g., "100k@" was not diagnosed as an invalid
47829         suffix for a human-readable blocksize.  The major caller-visible
47830         change is the addition of a new
47831         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
47832         that both overflow and suffix chars were found.
47833
47834         * lib/human.c (humblock): Don't check separately for invalid suffix
47835         char; that is xstrtoumax's job (now that its bug is fixed).
47836         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
47837         INTMAX_MAX]: New macros.
47838         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
47839         TYPE_MAXIMUM): New macros.
47840         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
47841         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
47842         if overflow occurs, as it's what __strtol does and it's more useful
47843         in practice.
47844         (__xstrtol): If __strtol reports some error other than ERANGE,
47845         reflect it to the caller as LONGINT_INVALID.  If it reports
47846         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
47847         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
47848         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
47849         value.
47850         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
47851         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
47852         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
47853         [defined UINTMAX_MAX]: New macros.
47854
47855 2003-10-14  Bruno Haible  <bruno@clisp.org>
47856
47857         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
47858
47859 2003-10-14  Bruno Haible  <bruno@clisp.org>
47860
47861         * m4/sig_atomic_t: New file, from GNU gettext.
47862         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
47863
47864 2003-10-14  Bruno Haible  <bruno@clisp.org>
47865
47866         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
47867         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
47868         Also use volatile where needed.
47869
47870 2003-10-12  Paul Eggert  <eggert@twinsun.com>
47871
47872         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
47873         Change maintainer from Bruno Haible to 'all'.
47874
47875 2003-10-12  Paul Eggert  <eggert@twinsun.com>
47876
47877         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
47878
47879 2003-10-12  Paul Eggert  <eggert@twinsun.com>
47880
47881         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
47882         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
47883         and define in terms of the other primitives.
47884         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
47885         (SIZE_MAX): Define if not already defined.
47886         (array_size_overflow): New function.
47887         (xalloc_die): Abort instead of exiting if 'error' returns.
47888         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
47889         (xmalloc, xrealloc): Use them.
47890         (xcalloc): Check for address arithmetic overflow.
47891         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
47892         a bit faster than strcpy.
47893
47894 2003-10-10  Simon Josefsson  <jas@extundo.com>
47895
47896         * modules/argp (Depends-on): Add restrict and strcase.
47897
47898 2003-10-10  Simon Josefsson  <jas@extundo.com>
47899
47900         * m4/argp.m4: Add AC_C_INLINE.
47901
47902 2003-10-08  Paul Eggert  <eggert@twinsun.com>
47903
47904         Merge getpass from libc, plus a few fixes.
47905
47906         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
47907         Include <stdbool.h>.
47908         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
47909         __fsetlocking to empty.
47910         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
47911         do include <bits/libc-lock.h>.
47912         Do not include <fcntl.h>; not needed.
47913         [_LIBC]: Include <wchar.h>.
47914         (NOTCANCEL_MODE): New macro.
47915         (flockfile, funlockfile) [_LIBC]: New macros.
47916         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
47917         [!_LIBC]: New macros.
47918         (call_fclose): New function.
47919         (getpass): Use it.  Save tty stream separately; this simplifies the
47920         code and makes it more reliable if stdin happens to equal stdout.
47921         Invoke __fsetlocking on tty.
47922         Handle thread cancellation if needed.
47923         Namespace cleanup (use __tcgetattr, __getline).
47924         Use bool for Booleans.
47925         [USE_IN_LIBIO]: Handle wide streams.
47926         [!_LIBC]: Unconditionally do the fseek, since we don't know what
47927         stream might go where.
47928
47929         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
47930         doesn't have to include <stdio.h> before us.
47931         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
47932         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
47933         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
47934         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
47935         if not declared, so that we can use getpass.c code from libc without
47936         rewriting it.
47937         (flockfile, ftrylockfile, funlockfile): New macros.
47938
47939 2003-10-08  Paul Eggert  <eggert@twinsun.com>
47940
47941         * modules/getpass: Depend on stdbool.
47942
47943 2003-10-08  Paul Eggert  <eggert@twinsun.com>
47944
47945         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
47946
47947 2003-10-07  Karl Berry  <karl@gnu.org>
47948
47949         * config/config.{guess,sub}: update from config.
47950
47951 2003-10-06  Jim Meyering  <jim@meyering.net>
47952             Bruno Haible  <bruno@clisp.org>
47953
47954         This lets translators provide better translations for the
47955         "Written by ..." part of --version output.
47956         * lib/version-etc.h: Include stdarg.h.
47957         (version_etc_copyright): Declare as readonly.
47958         (version_etc): Make this function variadic with a NULL-terminated list
47959         of author name strings.
47960         (version_etc_va): New declaration.
47961         * lib/version-etc.c: Include stdarg.h, stdlib.h.
47962         (version_etc_copyright): Declare as readonly.
47963         (version_etc_va): New function. Provide a different translatable string
47964         for each possible number of authors < 10. Abbreviate when there are 10
47965         authors or more.
47966         (version_etc): Make this function variadic. Call version_etc_va.
47967         Suggestion from Gary V. Vaughan.
47968
47969         * lib/long-options.h (parse_long_options): Change prototype: the
47970         authors string is moved to the end and becomes variadic.
47971         * lib/long-options.c: Include stdarg.h.
47972         (parse_long_options): Make this function variadic, too.
47973         Call version_etc_va, not version_etc.
47974
47975 2003-10-06  Bruno Haible  <bruno@clisp.org>
47976
47977         * modules/version-etc-2: Remove file.
47978         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
47979
47980 2003-10-06  Bruno Haible  <bruno@clisp.org>
47981
47982         * modules/fatal-signal: New file.
47983         * MODULES.html.sh (func_all_modules): Add fatal-signal.
47984
47985 2003-10-06  Bruno Haible  <bruno@clisp.org>
47986
47987         * m4/fatal-signal.m4: New file.
47988         * m4/signalblocking.m4: New file, from GNU gettext.
47989
47990 2003-10-06  Bruno Haible  <bruno@clisp.org>
47991
47992         * lib/version-etc-2.h: Remove file.
47993         * lib/version-etc-2.c: Remove file.
47994
47995 2003-10-06  Bruno Haible  <bruno@clisp.org>
47996
47997         * lib/fatal-signal.h: New file, from GNU gettext.
47998         * lib/fatal-signal.c: New file, from GNU gettext.
47999
48000 2003-10-05  Paul Eggert  <eggert@twinsun.com>
48001
48002         * README: Rework advice for preventing empty .o files.
48003         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
48004         not <sys/types.h>.
48005
48006 2003-10-04  Karl Berry  <karl@gnu.org>
48007
48008         * lib/argp*: update from libc.
48009
48010 2003-10-04  Karl Berry  <karl@gnu.org>
48011
48012         * config/config.{guess,sub}: update from config.
48013
48014 2003-10-02  Bruno Haible  <bruno@clisp.org>
48015
48016         * modules/lchown (Include): Add lchown.h.
48017         * modules/time_r (Include): Use "..." syntax.
48018         * modules/xgetdomainname (Include): Add xgetdomainname.h.
48019
48020 2003-10-01  Simon Josefsson  <jas@extundo.com>
48021
48022         * MODULES.html.sh (func_all_modules): Move gethostname from section
48023         'based on' to section 'lacking' POSIX:2001.
48024
48025 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
48026
48027         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
48028         to output mode on the same stream.
48029
48030 2003-09-29  Paul Eggert  <eggert@twinsun.com>
48031
48032         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
48033         Fix arg typo in previous patch.
48034
48035 2003-09-28  Jim Meyering  <jim@meyering.net>
48036
48037         * lib/error.c: Correct cpp indentation.
48038
48039 2003-09-27  Paul Eggert  <eggert@twinsun.com>
48040
48041         * modules/free: New file.
48042
48043 2003-09-27  Paul Eggert  <eggert@twinsun.com>
48044
48045         * m4/free.m4: New file.
48046
48047 2003-09-27  Paul Eggert  <eggert@twinsun.com>
48048
48049         * lib/minmax.h (MIN, MAX)
48050         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
48051         Omit the special code that used __typeof__, since we worry that
48052         it could be more trouble than it's worth.  See:
48053         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
48054         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
48055
48056         * lib/free.c: New file.
48057
48058 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
48059
48060         Trivial fixes to Makefile.am parts of module listings.
48061         * modules/strstr: Append strstr.h to lib_SOURCES.
48062         * modules/strcase: Likewise, for strcase.h.
48063
48064 2003-09-27  Karl Berry  <karl@gnu.org>
48065
48066         * config/mkinstalldirs: update from automake.
48067
48068 2003-09-26  Paul Eggert  <eggert@twinsun.com>
48069
48070         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
48071         (error_tail): Do not loop, reallocating temporary buffer, since
48072         the output cannot contain more wide characters than the input
48073         contains bytes, the size must be big enough already.  This avoids
48074         one potential size overflow calculation.  Check for size overflow
48075         when calculating temporary buffer size.  Free temporary buffer
48076         when done, if it was allocated with malloc; this plugs a memory
48077         leak.  Remove casts from void * to pointers, that are no longer
48078         needed now that we're assuming C89 or better.
48079
48080         Merge error changes from glibc.
48081
48082         * lib/error.c, error.h: Update copyright notice header to match glibc.
48083         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
48084         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
48085         Disable cancellation while printing error.
48086         * lib/error.h: Prepend __ to parameter names.
48087
48088 2003-09-26  Jim Meyering  <jim@meyering.net>
48089
48090         * lib/error.c (error_tail): Move some declarations
48091         into inner scope where the local variables are used.
48092
48093 2003-09-26  Bruno Haible  <bruno@clisp.org>
48094
48095         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
48096         stpncpy().
48097         Don't define stpncpy through config.h; it's now done through stpncpy.h.
48098
48099 2003-09-26  Bruno Haible  <bruno@clisp.org>
48100
48101         * lib/stpncpy.h (gnu_stpncpy): New declaration.
48102         (stpncpy): Define as alias for gnu_stpncpy.
48103         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
48104
48105 2003-09-25  Simon Josefsson  <jas@extundo.com>
48106
48107         * lib/xgetdomainname.h: New file.
48108         * lib/xgetdomainname.c: New file.
48109
48110 2003-09-25  Simon Josefsson  <jas@extundo.com>
48111             Bruno Haible  <bruno@clisp.org>
48112
48113         * modules/getdomainname: New file.
48114         * modules/xgetdomainname: New file.
48115         * MODULES.html.sh (func_all_modules): Add getdomainname,
48116         xgetdomainname.
48117
48118 2003-09-25  Simon Josefsson  <jas@extundo.com>
48119             Bruno Haible  <bruno@clisp.org>
48120
48121         * m4/getdomainname.m4: New file.
48122
48123 2003-09-25  Simon Josefsson  <jas@extundo.com>
48124             Bruno Haible  <bruno@clisp.org>
48125
48126         * lib/getdomainname.h: New file.
48127         * lib/getdomainname.c: New file.
48128
48129 2003-09-25  Karl Berry  <karl@gnu.org>
48130
48131         * lib/argp-fmtstream.c, argp-help.c: update from libc.
48132
48133 2003-09-25  Karl Berry  <karl@gnu.org>
48134
48135         * config/install-sh: update from automake.
48136
48137 2003-09-25  Bruno Haible  <bruno@clisp.org>
48138
48139         * modules/version-etc-2: New file, from modules/version-etc with
48140         modifications.
48141         * MODULES.html.sh (func_all_modules): Add version-etc-2.
48142
48143 2003-09-25  Bruno Haible  <bruno@clisp.org>
48144
48145         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
48146         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
48147
48148 2003-09-24  Simon Josefsson  <jas@extundo.com>
48149
48150         * modules/xgethostname: Add xgethostname.h.
48151
48152 2003-09-24  Paul Eggert  <eggert@twinsun.com>
48153
48154         * lib/linebuffer.c (freebuffer): Don't free the argument, just
48155         the buffer associated with the argument.  Bug reported by
48156         Simon Josefsson.
48157
48158 2003-09-24  Paul Eggert  <eggert@twinsun.com>
48159
48160         * README: Document assumptions that 'int' is at least 32 bits
48161         wide, that integer arithmetic is 2's complement without overflow,
48162         that there are no holes in integer values, that adding sizes of
48163         two nonoverlapping objects can't overflow, and that all-bits-zero
48164         yields scalar zero.  Fix spelling and capitalization typos.
48165
48166 2003-09-19  Karl Berry  <karl@gnu.org>
48167
48168         * lib/argp.h: update from libc.
48169
48170 2003-09-17  Paul Eggert  <eggert@twinsun.com>
48171
48172         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
48173         to avoid spurious warnings like "AC_RUN_IFELSE was called before
48174         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
48175
48176 2003-09-17  Paul Eggert  <eggert@twinsun.com>
48177
48178         * gnulib-tool: Use "test -h", not "test -L", for portability
48179         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
48180         (tags_regexp): Remove, since \| doesn't conform to POSIX.
48181         (sed_extract_prog): Issue s commands one-by-one, rather than
48182         using \| in one s command.
48183
48184 2003-09-16  Paul Eggert  <eggert@twinsun.com>
48185
48186         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
48187         input error, instead of returning NULL the next time we are called
48188         (and therefore losing track of errno).
48189
48190 2003-09-16  Bruno Haible  <bruno@clisp.org>
48191
48192         * gnulib-tool (func_create_testdir): Warn about duplicated
48193         dependencies.
48194
48195 2003-09-15  Paul Eggert  <eggert@twinsun.com>
48196
48197         * modules/argmatch, modules/fatal, modules/obstack,
48198         modules/xalloc, modules/xgethostname: Sort dependencies by
48199         importance, not alphabetically.
48200
48201 2003-09-15  Paul Eggert  <eggert@twinsun.com>
48202
48203         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
48204         fails, so that the caller gets the proper errno.
48205
48206         * lib/readutmp.c (read_utmp): Likewise.
48207         Check for fstat error.  Close stream and free storage
48208         when failing.
48209
48210 2003-09-14  Karl Berry  <karl@gnu.org>
48211
48212         * config/srclist.txt (strdup.c): disable for c89 changes.
48213
48214 2003-09-14  Jim Meyering  <jim@meyering.net>
48215
48216         * lib/getloadavg.c: Correct cpp indentation.
48217         * lib/strdup.c: Likewise.
48218         * lib/vasnprintf.c: Likewise.
48219
48220 2003-09-14  Bruno Haible  <bruno@clisp.org>
48221
48222         * modules/fwriteerror: New file.
48223         * MODULES.html.sh (func_all_modules): Add fwriteerror.
48224
48225 2003-09-14  Bruno Haible  <bruno@clisp.org>
48226
48227         * lib/fwriteerror.h: New file.
48228         * lib/fwriteerror.c: New file.
48229
48230 2003-09-12  Paul Eggert  <eggert@twinsun.com>
48231
48232         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
48233         modules/xgethostname, modules/xalloc: Depend on exit.
48234
48235 2003-09-12  Paul Eggert  <eggert@twinsun.com>
48236
48237         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
48238
48239         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
48240         and AC_MINIX, too, so that their extensions are available.
48241
48242         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
48243         This macro has been superseded by gl_BACKUPFILE.
48244
48245         More patches to assume C89 or better.
48246
48247         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
48248
48249         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
48250         unconditionally.
48251         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
48252         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
48253         Include <string.h>, <stdlib.h> unconditionally.
48254         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
48255         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
48256         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
48257         headers or for string.h.
48258         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
48259         or strtoul.
48260
48261         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
48262         headers.
48263         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
48264         * m4/userspec.m4 (gl_USERSPEC): Likewise.
48265         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
48266         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
48267         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
48268         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
48269         memcpy, memset.
48270         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
48271         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
48272         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
48273         strtol.
48274         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
48275         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
48276         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
48277         strtoul.
48278
48279 2003-09-12  Paul Eggert  <eggert@twinsun.com>
48280
48281         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
48282         * lib/obstack.c [!defined _LIBC]: Likewise.
48283         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
48284         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
48285         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
48286
48287         More changes to assume C89 or better.
48288
48289         * lib/error.c (error_tail): Assume vprintf.
48290
48291         * lib/argmatch.c (getenv): Remove decl.
48292         * lib/progreloc.c (get_full_program_name): Define via prototype.
48293         * lib/setenv.c (clearenv): Likewise.
48294         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
48295         needed.
48296         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
48297         (malloc, memcpy): Remove decls.
48298         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
48299         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
48300         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
48301         (memcpy): Remove macro.
48302         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
48303         (__P): Remove.  All uses removed.
48304         (PTR): Remove.  All uses changed to void *.
48305         (CHAR_BIT, NULL): Remove.
48306         (spaces, zeros, memset_space, memset_zero)
48307         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
48308         Remove.
48309         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
48310         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
48311         Define with prototype.
48312         Remove now-unnecessary prototype decl.
48313         (extra_args_spec): Assume ANSI C.  All uses changed.
48314         (extra_args_spec_iso): Remove.
48315         (my_strftime, emacs_strftimeu): Define via prototype.
48316         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
48317         unconditionally.
48318         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
48319         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
48320         (strtoul, strtol): Remove decls.
48321         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
48322         LONG_MAX): Remove.
48323         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
48324         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
48325         (LOCALE_PARAM_PROTO): New macro.
48326         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
48327         (INTERNAL (strtol), strtol): Define with a prototype.
48328         (PARAMS): Remove.  All uses removed.
48329         * lib/tempname.c: Include <string.h> unconditionally.
48330         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
48331         * lib/xgethostname.c (main): Define with a prototype.
48332         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
48333         Include <stdlib.h> unconditionally.
48334         (calloc, malloc, realloc, free): Remove decls.
48335         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
48336         Include <stdlib.h> unconditionally.  Sort include file names.
48337         (strtod): Remove.
48338         (xstrtod): Define with a prototype.
48339         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
48340         (strtol, strtoul): Remove decls.
48341
48342 2003-09-11  Paul Eggert  <eggert@twinsun.com>
48343
48344         More patches to assume C89 or better.
48345         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
48346         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
48347         string.h, memchr, STDC_HEADERS.
48348
48349 2003-09-11  Paul Eggert  <eggert@twinsun.com>
48350
48351         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
48352         Include <stdlib.h>, <string.h> unconditionally.
48353         Remove now-unnecessary cast to char *.
48354         * lib/strnlen.c: Include <string.h> unconditionally.
48355         * lib/yesno.c (yesno): Define with a prototype.
48356
48357 2003-09-11  Bruno Haible  <bruno@clisp.org>
48358
48359         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
48360
48361 2003-09-10  Jim Meyering  <jim@meyering.net>
48362
48363         * lib/error.c: Correct indentation of cpp directives.
48364
48365 2003-09-10  Bruno Haible  <bruno@clisp.org>
48366
48367         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
48368         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
48369         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
48370         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
48371         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
48372         <stdlib.h> and <string.h> checks.
48373         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
48374         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
48375
48376 2003-09-10  Bruno Haible  <bruno@clisp.org>
48377
48378         * lib/strcspn.c: Include <string.h> unconditionally.
48379         * lib/strpbrk.c: Include <string.h> unconditionally.
48380         * lib/strstr.c: Include <string.h> unconditionally.
48381         * lib/unicodeio.c: Include <string.h> unconditionally.
48382         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
48383         * lib/unsetenv.c: Likewise.
48384         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
48385         * lib/yesno.c: Include <stdlib.h> unconditionally.
48386         (rpmatch): Add prototype.
48387
48388 2003-09-09  Paul Eggert  <eggert@twinsun.com>
48389
48390         More patches to assume C89 or better.
48391         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
48392         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
48393         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
48394         or for string.h.
48395         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
48396         stdlib.h.
48397         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
48398         C headers.
48399         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
48400         string.h.
48401         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
48402         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
48403         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
48404         or for string.h.
48405         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
48406         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
48407         C headers.
48408         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
48409         memcpy.
48410         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
48411         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
48412         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
48413         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
48414         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
48415         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
48416         string.h, free.
48417         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
48418         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
48419         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
48420         C headers, or for string.h.
48421         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
48422         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
48423         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
48424         headers, memory.h, stdlib.h, string.h, strings.h.
48425         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
48426         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
48427         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
48428         strchr.
48429         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
48430         headers, memory.h, string.h.
48431         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
48432         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
48433         free.
48434         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
48435         headers.
48436         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
48437         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
48438         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
48439         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
48440         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
48441
48442 2003-09-09  Paul Eggert  <eggert@twinsun.com>
48443
48444         More K&R removal.
48445
48446         * lib/acosl.c (main): Use a prototype.
48447         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
48448         tanl.c: Likewise.
48449
48450         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
48451
48452         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
48453         (getopt, etopt_long, getopt_long_only, _getopt_internal)
48454         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
48455         with a prototype.
48456         * lib/getopt.c (const): Remove macro.
48457         Include <string.h> unconditionally.
48458         (my_index): Remove; all uses changed to strchr.
48459         (strlen): Remove decl.
48460         (exchange): Remove forward decl; no longer needed.
48461         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
48462         Define with prototype.
48463         * lib/getopt1.c (const): Remove macro.
48464         (getopt_long, getopt_long_only, main): Define with prototype.
48465
48466         * lib/getugroups.c: Include <string.h> unconditionally.
48467
48468         * lib/getusershell.c: Include <stdlib.h> unconditionally.
48469         (getusershell, setusershell, endusershell, readname, main):
48470         Define with prototypes.
48471
48472         * lib/group-member.c: Include group-member.h first.
48473         Include <stdlib.h> unconditionally.
48474
48475         * lib/hard-locale.c: Include hard-locale.h first.
48476         Include <stdlib.h>, <string.h> unconditionally.
48477
48478         * lib/hash.c (free, malloc): Remove decls.
48479         Include <stdlib.h> unconditionally.
48480
48481         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
48482         (getenv): Do not declare.
48483
48484         * lib/idcache.c: Include <string.h> unconditionally.
48485
48486         * lib/long-options.c: Include long-options.h first, to test interface.
48487         Include <stdlib.h> unconditionally.
48488
48489         * lib/makepath.c: Include makepath.h first, to test interface.
48490         Include <stdlib.h> and <string.h> unconditionally.
48491
48492         * lib/linebuffer.c: Include <stdlib.h>.
48493         (free): Remove decl.
48494
48495         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
48496         stddef.h. rpl_malloc returns void *, not char *.
48497         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
48498         prototype.
48499
48500         * lib/md5.h: Include <limits.h> unconditionally.
48501         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
48502         (__P): Remove; all uses removed.
48503         * lib/md5.c: Include "md5.h" first.
48504         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
48505         md5_buffer, md5_process_bytes, md5_process_block):
48506         Define with prototypes.
48507         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
48508         * lib/sha.c: Include "sha.h" first.
48509         Include <stdlib.h>, <string.h> unconditionally.
48510
48511         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
48512         * lib/memcmp.c (__ptr_t): Likewise.
48513         * lib/memrchr.c (__ptr_t): Likewise.
48514         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
48515         Include <string.h> unconditionally.
48516         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
48517         * lib/memchr.c: Include <stdlib.h> unconditionally.
48518         * lib/memchr.c (LONG_MAX): Remove.
48519         * lib/memrchr.c (LONG_MAX): Likewise.
48520         * lib/memchr.c (__memchr): Define via a prototype.
48521         * lib/memrchr.c (__memrchr): Likewise.
48522         * lib/memcmp.c (__P): Remove, and remove all uses.
48523         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
48524         Remove forward decls; no longer needed.
48525         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
48526         Use types required by C89 in prototype.
48527
48528         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
48529         * lib/savedir.c: Likewise.
48530         * lib/mkdir.c (free): Remove decl.
48531         * lib/rmdir.c (rmdir): Define with a prototype.
48532         * lib/savedir.c: Include savedir.h first, to test interface.
48533
48534         * lib/mktime.c (STDC_HEADERS): Remove.
48535         Include <stdlib.h>, <string.h> unconditionally.
48536
48537         * lib/modechange.c: Include <stdlib.h> unconditionally.
48538         (malloc): Remove decl.
48539
48540         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
48541         (free): Remove decl.
48542
48543         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
48544         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
48545         (This type really should be intptr_t, but that's a C99ism.)
48546         (_obstack_memcpy): Remove: all uses changed to memcpy.
48547         Include <string.h> unconditionally.
48548         (struct obstack): Assume __STDC__ for types of members
48549         chunkfun, freefun, extra_arg.
48550         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
48551         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
48552         obstack_begin, obstack_specify_allocation,
48553         obstack_specify_allocation_with_arg, obstack_chunkfun,
48554         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
48555         Remove unprototyped decls and the macros that use them.
48556         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
48557         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
48558         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
48559         (defined __STDC__ && __STDC__)]:
48560         Remove nonprototyped code.
48561         Include <stdlib.h> unconditionally.
48562         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
48563         _obstack_allocated_p, _obstack_free, obstack_free,
48564         _obstack_memory_used, print_and_abort):
48565         Define using prototypes.
48566         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
48567         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
48568         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
48569         obstack_next_free, obstack_object_size, obstack_room) [0]:
48570         Remove unused, unprototyped code.
48571
48572         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
48573
48574         * lib/physmem.c (physmem_total, physmem_available, main): Define
48575         with prototypes.
48576
48577         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
48578         (main): Define with a prototype.
48579
48580         * lib/posixver.c (getenv): Remove decl.
48581
48582         * lib/putenv.c (malloc): Returns void *, not char *.
48583         Include <string.h> unconditionally.
48584         (strchr, memcpy, NULL): Do not define.
48585
48586         * lib/readtokens.c: Include readtokens.h first, to test interface.
48587         Include <stdlib.h>, <string.h> unconditionally.
48588         (init_tokenbuffer): Define with a prototype.
48589
48590         * lib/regex.c (PARAMS): Remove.  All uses removed.
48591         All uses of _RE_ARGS removed, too.
48592         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
48593         unconditionally.
48594         (bzero): Assume memset exists.
48595         (memcmp, memcpy, NULL): Remove.
48596         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
48597         char, or assignments to local vars of type signed char.
48598         (init_syntax_once, PREFIX(extract_number_and_incr),
48599         PREFIX(print_partial_compiled_pattern),
48600         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
48601         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
48602         PREFIX(regex_grow_registers), PREFIX(regex_compile),
48603         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
48604         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
48605         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
48606         wcs_compile_range, byte_compile_range, truncate_wchar,
48607         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
48608         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
48609         count_mbs_length, wcs_re_match_2_internal,
48610         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
48611         PREFIX(alt_match_null_string_p),
48612         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
48613         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
48614         regfree, PREFIX(extract_number)): Define with prototype.  Remove
48615         now-unnecessary declaration, if any.
48616         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
48617         regcomp, regexec):
48618         Remove now-unnecessary casts among pointer types.
48619         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
48620
48621         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
48622         (free): Remove decl.
48623
48624         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
48625
48626         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
48627         (free): Remove decl.
48628
48629         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
48630         * lib/xgetcwd.c: Likewise.
48631
48632         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
48633         (free): Remove decl.
48634
48635         * lib/strchrnul.c (strchrnul): Define with a prototype.
48636         Fix bug: c_in was not converted to char before searching.
48637
48638         The following changes are not K&R related:
48639
48640         * lib/group-member.h: Include <sys/types.h>, so that this file is
48641         self-contained.
48642         * lib/makepath.h: Likewise.
48643
48644         * lib/getusershell.c (readname, default_index, line_size, readname):
48645         Use size_t, not int, for sizes.
48646         (readname): If the size overflows, report an error instead of
48647         looping forever.
48648
48649 2003-09-09  Paul Eggert  <eggert@twinsun.com>
48650
48651         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
48652         libc.
48653
48654 2003-09-09  Paul Eggert  <eggert@twinsun.com>
48655
48656         * README: New section: portability guidelines.
48657
48658 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
48659
48660         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
48661         C89 spec.
48662
48663 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
48664
48665         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
48666
48667 2003-09-08  Paul Eggert  <eggert@twinsun.com>
48668
48669         Assume C89 or better; remove K&R cruft.
48670         A few of these changes were first proposed by Derek Robert Price
48671         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
48672
48673         * lib/addext.c: Include <string.h> unconditionally.
48674         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
48675         Don't declare getenv or malloc.
48676
48677         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
48678         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
48679         (NULL): Remove.
48680         (find_stack_direction, alloca): Use prototypes.
48681
48682         * lib/atexit.c (atexit): Define using a prototype.
48683
48684         * lib/basename.c, dirname.c, stripslash.c:
48685         Include <string.h> unconditionally.
48686
48687         * lib/bcopy.c: Include <stddef.h>.
48688         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
48689
48690         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
48691
48692         * lib/error.h (error, error_at_line, error_print_progname)
48693         [! (defined (__STDC__) && __STDC__)]: Remove decls.
48694         * lib/error.c: Include error.h first, to check interface.
48695         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
48696         (VA_START): Remove; all uses changeed to va_start.
48697         (exit, strerror): Remove decls.
48698         (error_print_progname): Prototype uncondionally.
48699         Don't include <errno.h>; no longer needed.
48700         (private_strerror): Remove.
48701         (error_tail): Always define.
48702         (error, error_at_line): Assume C89 or better; always use prototypes.
48703         * lib/fatal.c: Include "fatal.h" first, to test interface.
48704         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
48705         (VA_START): Remove; all uses changed to va_start.
48706         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
48707         this case.
48708         (exit): Remove decl.
48709         (fatal): Prototype unconditionally.  Assume va_start works.
48710         Abort at end, to pacify gcc.
48711
48712         * lib/euidaccess.c (main): Define with a prototype.
48713
48714         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
48715
48716         * lib/exitfail.c: Include <stdlib.h> unconditionally.
48717
48718         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
48719         prototypes.
48720         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
48721         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
48722         (getenv): Remove decl.
48723         (fnmatch): Define using a prototype.
48724         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
48725         (FCT): Define using a prototype.
48726
48727         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
48728
48729         * lib/gethostname.c: Include <stddef.h>.
48730         (gethostname): Define with prototype.  Length is size_t, not int.
48731
48732 2003-09-08  Paul Eggert  <eggert@twinsun.com>
48733
48734         Assume C89 or better; remove K&R cruft.
48735         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
48736         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
48737         string.h, getenv, malloc.
48738         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
48739         headers.
48740         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
48741         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
48742         do not check for strerror.
48743         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
48744         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
48745         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
48746         do not check for doprnt or vprintf.
48747         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
48748         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
48749
48750 2003-09-08  Paul Eggert  <eggert@twinsun.com>
48751
48752         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
48753         getversion.c should have been removed then, but was accidentally
48754         preserved.
48755
48756         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
48757         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
48758
48759 2003-09-08  Karl Berry  <karl@gnu.org>
48760
48761         * config/config.sub, config.guess, srclistvars.sh: update from savannah
48762                 config, forget about prep.
48763
48764         * config/depcomp, missing: update from automake.
48765
48766 2003-09-07  Paul Eggert  <eggert@twinsun.com>
48767
48768         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
48769         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
48770
48771 2003-09-07  Paul Eggert  <eggert@twinsun.com>
48772
48773         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
48774         copy_tm_result.  Bug reported by Simon Josefsson in
48775         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
48776
48777 2003-09-06  Paul Eggert  <eggert@twinsun.com>
48778
48779         * m4/time_r.m4: New file.
48780         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
48781         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
48782         is. Check for timegm declaration.
48783         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
48784         Do not check for gmtime_r.
48785         Replace mktime if __mktime_internal does not exist and if mktime
48786         hasn't been replaced already.
48787
48788 2003-09-06  Paul Eggert  <eggert@twinsun.com>
48789
48790         * lib/time_r.c, lib/time_r.h: New files.
48791
48792         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
48793         __localtime_r.
48794         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
48795         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
48796
48797         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
48798         __gmtime_r.
48799         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
48800         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
48801         Include <time_r.h>.
48802
48803         * lib/timegm.c: Switch to glibc implementation, with the following
48804         changes:
48805         [defined HAVE_CONFIG_H]: Include <config.h>.
48806         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
48807         (__mktime_internal) [!defined _LIBC]: New decl.
48808         (__gmtime_r) [!defined _LIBC]: New macro and function.
48809         (timegm): Use a prototype, since gnulib assumes C89.
48810         Do not bother declaring tmp to be const, as it's not really usefu.
48811         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
48812         (timegm): Declare only if HAVE_DECL_TIMEGM.
48813
48814 2003-09-06  Paul Eggert  <eggert@twinsun.com>
48815
48816         * MODULES.html.sh (func_all_modules): Add time_r.
48817         * modules/time_r: New file.
48818         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
48819         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
48820
48821 2003-09-03  Paul Eggert  <eggert@twinsun.com>
48822
48823         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
48824         Bug reported by Lute Kamstra in
48825         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
48826
48827         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
48828         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
48829         course with correspondingly smaller numbers for tomorrow and
48830         yesterday.  From Tadayoshi Funaba.  Originally installed into
48831         sh-utils on 1999-08-07, but the patch got lost (I guess during the
48832         coreutils merge?).
48833
48834 2003-08-31  Simon Josefsson  <jas@extundo.com>
48835
48836         * modules/timegm: New file.
48837         * MODULES.html.sh (func_all_modules): Add timegm.
48838
48839 2003-08-31  Simon Josefsson  <jas@extundo.com>
48840
48841         * m4/timegm.m4: New file.
48842
48843 2003-08-31  Simon Josefsson  <jas@extundo.com>
48844
48845         * lib/timegm.h: New file.
48846         * lib/timegm.c: New file.  Based on
48847         wget-1.8.2/src/http.c:mktime_from_utc.
48848
48849 2003-08-31  Karl Berry  <karl@gnu.org>
48850
48851         * lib/argp.h: update from libc.
48852
48853 2003-08-28  Bruno Haible  <bruno@clisp.org>
48854
48855         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
48856         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
48857         followed by '#define fnmatch fnmatch_posix' gives an error.
48858
48859 2003-08-28  Bruno Haible  <bruno@clisp.org>
48860
48861         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
48862         warning on QNX, which defines O_BINARY to 000000.
48863
48864 2003-08-27  Jim Meyering  <jim@meyering.net>
48865
48866         * m4/mkstemp.m4: Require that the system mkstemp be able to create
48867         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
48868         would fail after 32.  Reported by Danny Levinson.  Details here:
48869         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
48870
48871 2003-08-24  Bruno Haible  <bruno@clisp.org>
48872
48873         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
48874         MSVC7 <stdio.h> is included later.
48875
48876 2003-08-22  Simon Josefsson  <jas@extundo.com>
48877
48878         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
48879
48880 2003-08-20  Karl Berry  <karl@gnu.org>
48881
48882         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
48883
48884 2003-08-20  Bruno Haible  <bruno@clisp.org>
48885
48886         * modules/progname: New file.
48887         * MODULES.html.sh (func_all_modules): Add progname.
48888
48889 2003-08-20  Bruno Haible  <bruno@clisp.org>
48890
48891         * lib/progname.h: New file, from GNU gettext.
48892         * lib/progname.c: New file, from GNU gettext.
48893         * lib/progreloc.c: New file, from GNU gettext.
48894
48895 2003-08-19  Jim Meyering  <jim@meyering.net>
48896
48897         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
48898         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
48899
48900 2003-08-19  Bruno Haible  <bruno@clisp.org>
48901
48902         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
48903         more.
48904
48905 2003-08-19  Bruno Haible  <bruno@clisp.org>
48906
48907         * lib/xstrdup.c: Assume <string.h> exists.
48908
48909 2003-08-18  Paul Eggert  <eggert@twinsun.com>
48910
48911         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
48912         in makefile rules.
48913
48914 2003-08-18  Jim Meyering  <jim@meyering.net>
48915
48916         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
48917         * m4/lib-ld.m4: Likewise.
48918
48919 2003-08-18  Jim Meyering  <jim@meyering.net>
48920
48921         * lib/setenv.h: Indent nested cpp directive.
48922         * lib/vasnprintf.c: Remove trailing blanks.
48923
48924 2003-08-17  Simon Josefsson  <jas@extundo.com>
48925
48926         * modules/xstrndup: New file.
48927         * MODULES.html.sh (func_all_modules): Add xstrndup.
48928
48929 2003-08-17  Simon Josefsson  <jas@extundo.com>
48930
48931         * modules/argp: Fix autoconf macro name. Add more dependencies.
48932
48933 2003-08-17  Simon Josefsson  <jas@extundo.com>
48934
48935         * m4/xstrndup.m4: New file.
48936
48937 2003-08-17  Simon Josefsson  <jas@extundo.com>
48938
48939         * m4/argp.m4: New file.
48940
48941 2003-08-17  Simon Josefsson  <jas@extundo.com>
48942             Bruno Haible  <bruno@clisp.org>
48943
48944         * lib/xstrndup.h: New file.
48945         * lib/xstrndup.c: New file.
48946
48947 2003-08-17  Bruno Haible  <bruno@clisp.org>
48948
48949         * modules/strndup (Files, Include): Add lib/strndup.h.
48950
48951 2003-08-17  Bruno Haible  <bruno@clisp.org>
48952
48953         * modules/euidaccess (Files): Add lib/euidaccess.h.
48954
48955 2003-08-17  Bruno Haible  <bruno@clisp.org>
48956
48957         * lib/strndup.h: New file.
48958
48959 2003-08-17  Bruno Haible  <bruno@clisp.org>
48960
48961         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
48962         like AC_GNU_SOURCE.
48963         * modules/extensions (configure.ac): Comment out the invocation of
48964         gl_USE_SYSTEM_EXTENSIONS.
48965
48966 2003-08-16  Paul Eggert  <eggert@twinsun.com>
48967
48968         Merges from coreutils, etc.
48969         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
48970         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
48971         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
48972         fixing a typo.
48973         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
48974         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
48975
48976 2003-08-16  Paul Eggert  <eggert@twinsun.com>
48977
48978         Document merge from coreutils.
48979         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
48980         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
48981         * modules/utime: Add m4/utimes-null.m4.
48982
48983 2003-08-16  Paul Eggert  <eggert@twinsun.com>
48984
48985         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
48986         space, undoing this 2003-08-12 change:
48987         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
48988
48989 2003-08-16  Paul Eggert  <eggert@twinsun.com>
48990
48991         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
48992         strtoul.c from libc, undoing this 2003-08-12 change:
48993         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
48994
48995 2003-08-16  Jim Meyering  <jim@meyering.net>
48996
48997         Merges from coreutils.
48998         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
48999         prefix.  Adjust cache variables similarly.  Create 500 rather than
49000         just 300 files, to exercise bug on Darwin6.5, too.
49001         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
49002         $missing_dir.
49003         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
49004         AM_SYS_POSIX_TERMIOS.
49005         Reported by mkc@mathdogs.com.
49006         Also change use of $am_cv_sys_posix_termios
49007         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
49008         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
49009         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
49010         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
49011         in /proc/mounts until it finds one with matching device number.  This
49012         is unnecessary when the FILE argument *is* a mount point.  No stat call
49013         is necessary in that case.  So, disable the statvfs-testing code on
49014         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
49015         as RedHat bug# 84846.
49016         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
49017         to 1MB, so as not to render systems with no stack size limit (e.g.,
49018         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
49019         Include <unistd.h>.  On some systems,
49020         it is required for the definition of _SC_PAGESIZE.
49021
49022 2003-08-16  Jim Meyering  <jim@meyering.net>
49023
49024         Merge from coreutils.
49025         * lib/xstrtoimax.c: #else #if -> #elif.
49026         * lib/xstrtoumax.c: Likewise.
49027
49028 2003-08-16  Jim Meyering  <jim@meyering.net>
49029
49030         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
49031         * m4/utimes.m4: Removed.
49032         * m4/utimes-null.m4: Renamed from utimes.m4.
49033
49034         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
49035         to 1MB, so as not to render systems with no stack size limit (e.g.,
49036         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
49037         Include <unistd.h>.  On some systems,
49038         it is required for the definition of _SC_PAGESIZE.
49039
49040 2003-08-16  Jim Meyering  <jim@meyering.net>
49041         and Paul Eggert  <eggert@cs.ucla.edu>
49042
49043         Merges from coreutils, etc.
49044
49045         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
49046         using the latest version from cvs.  This avoids problems with #line
49047         directives using a vendor (Sun) compiler.
49048         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
49049         Don't set GETGROUPS_LIB here; now it's
49050         done via getgroups.m4's wrapper function.
49051         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
49052         rather than just in sh-util/configure.in, so that the
49053         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
49054         same.
49055         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
49056         AC_FUNC_GETLOADAVG where to find getloadavg.c.
49057         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
49058         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
49059         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
49060         Remove code that is now done by the newly-required macros.
49061         Append $(EXEEXT) to DF_PROG.
49062         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
49063         Do not invoke or require the following here,
49064         since prereq.m4 or some gnulib .m4 now does this for us:
49065         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
49066         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
49067         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
49068         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
49069         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
49070         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
49071         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
49072         AC_FUNC_OBSTACK.
49073         Do not replace the following functions, as this is now the job
49074         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
49075         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
49076         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
49077         atexit getpass, strdup, getpagesize.
49078         Replace 'raise'.
49079         Do not check for the following functions, as this is now the job
49080         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
49081         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
49082         setregid.
49083         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
49084         Check for sys/sysctl.h.
49085         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
49086         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
49087         of checking for ssize_t ourselves.
49088
49089         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
49090         Require every macro that gnulib/modules/* suggests for us.
49091         (jm_PREREQ_ADDEXT): New macro.
49092         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
49093         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
49094
49095         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
49096         (gl_PHYSMEM): Use it.
49097         Also check for `table' function.
49098         Check for new headers and functions.
49099         Add check for sys/sysmp.h.
49100         With suggestions from Kaveh Ghazi.
49101         Ignore headers that are present but cannot be compiled.  This
49102         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
49103         C 5.4.
49104
49105 2003-08-15  Paul Eggert  <eggert@twinsun.com>
49106
49107         Document merge from coreutils.
49108         * modules/userspec: Depend on posixver.
49109         * modules/strftime: Depend on tzset.
49110
49111 2003-08-15  Paul Eggert  <eggert@twinsun.com>
49112
49113         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
49114         rather than tab, after '#' in shell-script copyright notices.
49115         Suggested by Bruno Haible.
49116
49117 2003-08-15  Paul Eggert  <eggert@twinsun.com>
49118
49119         * config/srclist-update: Use three spaces, rather than tab, after '#'
49120         in shell-script copyright notices.  Suggested by Bruno Haible.
49121         Remove unnecessary parenthesization in regular expression.
49122
49123 2003-08-15  Jim Meyering  <jim@meyering.net>
49124
49125         Merge from coreutils.
49126         * lib/xgethostname.c: Include <stdlib.h>.
49127         (xghostname): Don't exit for anything other than memory-related
49128         failure; just return NULL.
49129         * lib/userspec.c: Include "posixver.h".
49130         (parse_user_spec): Accept `.' as a separator only
49131         in pre-POSIX-200112 mode.
49132         * lib/strtoimax.c: Use #elif rather than #else #if.
49133         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
49134         Remove function, now that we can rely on a working tzset function.
49135         [!_LIBC]: Ensure that the required autoconf test has been run.
49136         [!defined _NL_CURRENT && HAVE_STRFTIME]:
49137         Use underlying_strftime for %r.
49138         * lib/sha.c: Merge in some clean-up and optimization changes from
49139         glibc.
49140         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
49141         Ensure that it is a multiple of 64.
49142         Rearrange loop exit tests so as to avoid performing an
49143         additional fread after encountering an error or EOF.
49144         * lib/realloc.c: Update copyright date.
49145
49146 2003-08-15  Jim Meyering  <jim@meyering.net>
49147         and Paul Eggert  <eggert@twinsun.com>
49148
49149         Merge from coreutils.
49150         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
49151         member but strut utmpx does not.  Needed for AIX 4.3.3.
49152         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
49153
49154 2003-08-15  Jim Meyering  <jim@meyering.net>
49155         and Paul Eggert  <eggert@cs.ucla.edu>
49156
49157         Merges from coreutils, etc.
49158         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
49159         Require gl_FUNC_TZSET_CLOBBER.
49160         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
49161         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
49162         members.
49163
49164 2003-08-14  Paul Eggert  <eggert@twinsun.com>
49165
49166         Help the merge from coreutils.
49167         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
49168         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
49169         * m4/tzset.m4: Use it too.
49170
49171 2003-08-14  Paul Eggert  <eggert@twinsun.com>
49172
49173         * modules/tzset: New file.
49174
49175 2003-08-14  Jim Meyering  <jim@meyering.net>
49176
49177         Merges from coreutils.
49178         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
49179         variable names, rather than @FNMATCH_H@.
49180         * modules/alloca: Likewise for $(ALLOCA_H).
49181
49182         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
49183         the three copies of the literal target, `fnmatch.h'.
49184         * modules/alloca (alloca.h): Likewise.
49185
49186 2003-08-14  Jim Meyering  <jim@meyering.net>
49187
49188         Merge from coreutils.
49189         * m4/tzset.m4: New file.
49190         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
49191         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
49192         otherwise, AIX 5.1 systems would end up using the latter.
49193         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
49194         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
49195         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
49196         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
49197
49198 2003-08-14  Jim Meyering  <jim@meyering.net>
49199
49200         Merge from coreutils.
49201         * lib/obstack.h: Whitespace changes.
49202         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
49203         and xcalloc return values.
49204         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
49205         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
49206         hang on OSF/1 5.1 for DIR on both local and remote file systems.
49207         Reported by (and fix confirmed by) Nelson H. F. Beebe.
49208         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
49209         error from mntctl.
49210         Use mntctl's return value to drive the entry-processing loop, since
49211         we can't rely on the value of the vmt_length member in the last
49212         entry.  On some systems doing so could result in exhausting
49213         virtual memory.  Based in part on a patch from Mike Jetzer.
49214
49215 2003-08-14  Jim Meyering  <jim@meyering.net>
49216         and Paul Eggert  <eggert@twinsun.com>
49217
49218         Merges from coreutils, plus other fixes.
49219         * lib/physmem.c: Merge in portability changes from gcc/libiberty
49220         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
49221         for credits and details.  Thanks to Kaveh Ghazi for helping
49222         to keep these files in sync.
49223         (ARRAY_SIZE): Define it.
49224         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
49225         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
49226         (memcasecmp): Don't assume size_t fits in unsigned int.
49227         Remove casts and duplicate code.
49228         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
49229         (memcpy): Remove definition.
49230         Merge in some clean-up and optimization changes from glibc.
49231         [BLOCKSIZE]: Move definition to top of file.
49232         Ensure that it is a multiple of 64.
49233         Rearrange loop exit tests so as to avoid performing an
49234         additional fread after encountering an error or EOF.
49235         * lib/md5.h (md5_uintptr): Define.
49236         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
49237         return to the initial working directory.  Preserve errno
49238         for caller.
49239         * lib/idcache.c: Include "xalloc.h".
49240         (xmalloc, xrealloc): Remove decls.
49241         (getuser): Remove casts no longer required in C89.
49242         * lib/human.c: Include stdio.h, for sprintf.
49243         * lib/group-member.c: Include "xalloc.h".
49244         (xmalloc, xrealloc): Remove decls.
49245         (get_group_info): Remove casts no longer required in C89.
49246         * lib/getusershell.c (readname): Remove casts no longer required in
49247         C89.
49248         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
49249         * lib/getline.c: Whitespace fix, from coreutils.
49250
49251 2003-08-13  Paul Eggert  <eggert@twinsun.com>
49252
49253         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
49254         Check for isascii.
49255
49256         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
49257         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
49258         Undo previous (whitespace-only) change.
49259
49260 2003-08-13  Paul Eggert  <eggert@twinsun.com>
49261
49262         * lib/exclude.c: Include <ctype.h>
49263         (IN_CTYPE_DOMAIN): New macro.
49264         (is_space): New fn.
49265         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
49266         and empty lines.
49267
49268         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
49269         Undo previous (whitespace-only) change.
49270
49271 2003-08-13  Paul Eggert  <eggert@twinsun.com>
49272
49273         * config/srclist-update: Change update back to the old behavior,
49274         leaving whitespace alone.  Use one 'sed' command rather than a
49275         pipeline.
49276         (fixlicense): Now a variable, not a function.
49277         (remove_trailing_blanks): Remove.
49278         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
49279         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
49280         Undo previous (whitespace-only) change.
49281
49282 2003-08-12  Paul Eggert  <eggert@twinsun.com>
49283
49284         Merge from coreutils.
49285         * modules/euidaccess: Add lib_SOURCES, include for new
49286         file euidaccess.h
49287
49288 2003-08-12  Paul Eggert  <eggert@twinsun.com>
49289
49290         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
49291         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
49292         Normalize leading white space and remove trailing white space.
49293
49294         Merge from coreutils
49295         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
49296
49297         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
49298         0.12.1.  These files are now being upgraded automatically by
49299         ../config/srclist-update.
49300
49301 2003-08-12  Paul Eggert  <eggert@twinsun.com>
49302
49303         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
49304         Normalize leading white space and remove trailing white space.
49305         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
49306         notice, as per ../config/srclist-update.
49307
49308         Merge from coreutils.
49309         * lib/euidaccess.h: New file.
49310         * lib/euidaccess.c: Include it.
49311         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
49312         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
49313         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
49314
49315 2003-08-12  Paul Eggert  <eggert@twinsun.com>
49316
49317         * config/srclist-update: Add copyright notice.
49318         (remove_id_lines, remove_trailing_blanks): New constants.
49319         (fixfile): Use them to normalize spacing a bit in copied files.
49320         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
49321         Normalize leading white space and remove trailing white space.
49322
49323         * config/texinfo.tex: Sync with texinfo.
49324
49325         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
49326         strtoul.c from libc, to merge coreutils whitespace changes.
49327
49328         * config/srclist.txt: Get the following m4 files from gettext:
49329         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
49330         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
49331         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
49332         wint_t.m4.
49333
49334 2003-08-12  Karl Berry  <karl@gnu.org>
49335
49336         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
49337         been made.
49338
49339 2003-08-11  Paul Eggert  <eggert@twinsun.com>
49340
49341         * modules/gnu-source, m4/gnu-source.m4:
49342         Remove; we're assuming Autoconf 2.54 or later now.
49343         Suggested by Bruno Haible.
49344         * MODULES.html.sh (func_all_modules): Remove gnu-source.
49345
49346 2003-08-11  Bruno Haible  <bruno@clisp.org>
49347
49348         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
49349
49350 2003-08-11  Bruno Haible  <bruno@clisp.org>
49351
49352         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
49353         (vasnprintf): Use it instead of wcslen.
49354
49355 2003-08-11  Bruno Haible  <bruno@clisp.org>
49356
49357         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
49358         value to ensure that _Bool promotes to int. Use #define for _Bool when
49359         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
49360
49361 2003-08-10  Karl Berry  <karl@gnu.org>
49362
49363         * lib/regex.h: update from libc (whitespace fix).
49364
49365 2003-08-09  Paul Eggert  <eggert@twinsun.com>
49366
49367         Merge some files from coreutils.  These changes were
49368         originally made by Jim Meyering.
49369         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
49370         many older Unixes require this.
49371         * lib/alloca.c (alloca): Remove cast to argument of free;
49372         no longer needed in C89.
49373         * lib/alloca_.h, regex.h: Fix white space to match
49374         what GNU indent does.
49375
49376 2003-08-09  Paul Eggert  <eggert@twinsun.com>
49377
49378         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
49379         apparently Emacs's Unicode mode got confused before my 2003-08-05
49380         checkin.
49381
49382 2003-08-08  Paul Eggert  <eggert@twinsun.com>
49383
49384         * m4/extensions.m4: New file.
49385         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
49386         Require gl_USE_SYSTEM_EXTENSIONS.
49387         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
49388         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
49389
49390 2003-08-08  Paul Eggert  <eggert@twinsun.com>
49391
49392         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
49393         * modules/extensions, modules/gnu-source: New files.
49394         * modules/timespec, modules/unlocked-io: Depend on extensions.
49395
49396 2003-08-07  Paul Eggert  <eggert@twinsun.com>
49397
49398         * modules/restrict: New file.
49399         * MODULES.html.sh (func_all_modules): Add restrict.
49400         * modules/regex: Depend on restrict.
49401
49402 2003-08-07  Paul Eggert  <eggert@twinsun.com>
49403
49404         * m4/restrict.m4: New file.
49405         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
49406
49407 2003-08-07  Bruno Haible  <bruno@clisp.org>
49408
49409         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
49410         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
49411
49412 2003-08-07  Bruno Haible  <bruno@clisp.org>
49413
49414         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
49415         makes the module 'getndelim2' compatible with the module 'getline'.
49416
49417 2003-08-05  Paul Eggert  <eggert@twinsun.com>
49418
49419         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
49420         byte with "\201" to avoid glitches when editing that source file
49421         with multi-gnome-terminal.
49422
49423 2003-08-05  Paul Eggert  <eggert@twinsun.com>
49424
49425         * lib/bumpalloc.h: Remove.
49426
49427 2003-08-05  Paul Eggert  <eggert@twinsun.com>
49428
49429         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
49430         * modules/bumpalloc: Remove.
49431
49432 2003-08-04  Paul Eggert  <eggert@twinsun.com>
49433
49434         * lib/getloadavg.c: Change copyright notice and spacing to conform to
49435         GNU coding style.
49436
49437         Merge from coreutils.
49438         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
49439         1. From glibc.
49440         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
49441         from Karl Berry, implemented by Jim Meyering.
49442         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
49443         from Dmitry V. Levin.
49444         Remove anachronistic cast of xrealloc.
49445         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
49446         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
49447         type. Otherwise, it wouldn't compile with at least /bin/cc on
49448         ymp-cray-unicos9.0.2.X.
49449         Combine two mostly-identical uses of alloca into one.
49450         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
49451
49452 2003-08-04  Dave Love  <d.love@dl.ac.uk>
49453
49454         [From Emacs.]
49455
49456         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
49457         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
49458         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
49459         obsolete NLIST_NAME_UNION.
49460         [__GNU__]: Undef BSD and FSCALE.
49461         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
49462
49463 2003-08-03  Paul Eggert  <eggert@twinsun.com>
49464
49465         * lib/stdbool_.h (_Bool): Make it signed char, instead of
49466         an enum type, so that it's guaranteed to promote to int.  See:
49467         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
49468
49469 2003-08-03  Karl Berry  <karl@gnu.org>
49470
49471         * config/depcomp: update from automake.
49472
49473 2003-07-31  Paul Eggert  <eggert@twinsun.com>
49474
49475         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
49476         (strerror): Don't assume that a printable int fits in 14 bytes.
49477
49478 2003-07-31  Bruno Haible  <bruno@clisp.org>
49479
49480         * modules/getpass-gnu: New file.
49481         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
49482
49483 2003-07-31  Bruno Haible  <bruno@clisp.org>
49484
49485         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
49486
49487 2003-07-24  Karl Berry  <karl@gnu.org>
49488
49489         * config/missing: update from automake.
49490
49491 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
49492             Bruno Haible  <bruno@clisp.org>
49493
49494         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
49495         * lib/getline.c (getline, getdelim): Likewise.
49496         Remove _GNU_SOURCE define; now it's defined in config.h through
49497         m4/getline.m4.
49498
49499 2003-07-23  Karl Berry  <karl@gnu.org>
49500
49501         * config/config.sub: update from prep.
49502
49503 2003-07-22  Paul Eggert  <eggert@twinsun.com>
49504
49505         * modules/xalloc (Depends-on): Add exitfail.
49506         * modules/xmemcoll: Likewise.
49507
49508 2003-07-22  Paul Eggert  <eggert@twinsun.com>
49509
49510         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
49511         over-parenthesization in macros.
49512
49513         Sync with coreutils.
49514
49515         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
49516         required by C99.
49517
49518         Use `exit_failure' for xalloc and xmemcoll instead of their own
49519         private exit-failure variables.
49520         * lib/xalloc.h (xalloc_exit_failure): Remove.
49521         * lib/xmalloc.c: Likewise.  Include exitfail.h.
49522         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
49523         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
49524         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
49525         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
49526
49527 2003-07-20  Jim Meyering  <jim@meyering.net>
49528
49529         * modules/closeout (Depends-on): Add exitfail.
49530         Suggestion from Bruno Haible.
49531
49532 2003-07-19  Karl Berry  <karl@gnu.org>
49533
49534         * config/config.sub: update from prep.
49535
49536 2003-07-18  Paul Eggert  <eggert@twinsun.com>
49537
49538         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
49539         Remove.
49540         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
49541         to test that it can stand by itself.  Include "exitfail.h".
49542         Clients should set exit_failure instead.
49543         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
49544
49545 2003-07-18  Bruno Haible  <bruno@clisp.org>
49546
49547         * modules/getndelim2: New file.
49548         * modules/getline: Share files with module getndelim2.
49549         * modules/getnline: Depend on getndelim2 instead of sharing files with
49550         it. Add getnline.c to lib_SOURCES.
49551         * MODULES.html.sh (func_all_modules): Add getndelim2.
49552
49553 2003-07-18  Bruno Haible  <bruno@clisp.org>
49554
49555         * m4/getndelim2.m4: New file.
49556         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
49557         invoke gl_PREREQ_GETNDELIM2.
49558         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
49559         gl_PREREQ_GETNDELIM2.
49560         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
49561         gl_GETNDELIM2.
49562
49563 2003-07-18  Bruno Haible  <bruno@clisp.org>
49564
49565         * lib/getndelim2.h: New file.
49566         * lib/getndelim2.c: Make into a module of its own. Include config.h,
49567         getndelim2.h.
49568         (getndelim2): Make non-static. Change return type to ssize_t.
49569         * lib/getline.h: Change argument names.
49570         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
49571         * lib/getnline.c: Include getndelim2.h.
49572
49573 2003-07-18  Andreas Schwab  <schwab@suse.de>
49574
49575         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
49576
49577 2003-07-17  Karl Berry  <karl@gnu.org>
49578
49579         * config/config.sub: update from prep.
49580
49581 2003-07-17  Bruno Haible  <bruno@clisp.org>
49582
49583         * modules/getnline: New file.
49584         * modules/getline: Add lib/getndelim2.c to source file list.
49585         * MODULES.html.sh (func_all_modules): Add getnline.
49586
49587 2003-07-17  Bruno Haible  <bruno@clisp.org>
49588
49589         * m4/getnline.m4: New file.
49590
49591 2003-07-17  Bruno Haible  <bruno@clisp.org>
49592
49593         * m4/Makefile.am.in: Remove file.
49594         * m4/Makefile.am: Remove file.
49595         * m4/Makefile.in: Remove file.
49596
49597 2003-07-17  Bruno Haible  <bruno@clisp.org>
49598
49599         * lib/getnline.h: New file.
49600         * lib/getnline.c: New file.
49601         * lib/getndelim2.c: New file, extracted from getline.c.
49602         (getndelim2): Renamed from getdelim2, with added nmax argument.
49603         * lib/getline.c: Include getndelim2.c.
49604         (getdelim2): Moved out to getndelim2.c.
49605         (getline, getdelim): Update.
49606
49607 2003-07-17  Bruno Haible  <bruno@clisp.org>
49608
49609         * lib/Makefile.am: Remove file.
49610         * lib/Makefile.in: Remove file.
49611
49612 2003-07-17  Bruno Haible  <bruno@clisp.org>
49613
49614         * configure.in: Remove file.
49615         * Makefile.in: Remove file.
49616
49617 2003-07-17  Bruno Haible  <bruno@clisp.org>
49618
49619         * MODULES.html.sh: Put the </BODY> right before </HTML>.
49620
49621 2003-07-16  Karl Berry  <karl@gnu.org>
49622
49623         * config/srclist-update: was running fixlicense twice, which caused
49624                 texinfo.tex to be nullified for some reason.  Simplify,
49625                 $gplsrc is no longer needed as far as I can see?
49626
49627 2003-07-16  Jim Meyering  <jim@meyering.net>
49628
49629         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
49630
49631 2003-07-15  Paul Eggert  <eggert@twinsun.com>
49632
49633         * config/srclist.txt: Get the following files from gettext-runtime/intl
49634         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
49635         ref-del.sin.  From Bruno Haible.
49636         * config/srclist-update (fixfile): Change grep pattern again, since the
49637         previous fix didn't work (there was another trailing $).  Use
49638         '[$]' to escape the $s.
49639
49640 2003-07-15  Karl Berry  <karl@gnu.org>
49641
49642         * lib/vasnprintf.c: update from gettext.
49643
49644 2003-07-15  Karl Berry  <karl@gnu.org>
49645
49646         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
49647         gets expanded when surrounded by '$'.
49648
49649 2003-07-15  Jim Meyering  <jim@meyering.net>
49650
49651         * modules/save-cwd: Don't depend on error.  From Derek Price.
49652
49653 2003-07-15  Jim Meyering  <jim@meyering.net>
49654
49655         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
49656
49657 2003-07-14  Simon Josefsson  <jas@extundo.com>
49658
49659         * modules/mempcpy: New file.
49660         * MODULES.html.sh (func_all_modules): Add mempcpy.
49661
49662 2003-07-14  Simon Josefsson  <jas@extundo.com>
49663
49664         * m4/mempcpy.m4: New file.
49665
49666 2003-07-14  Simon Josefsson  <jas@extundo.com>
49667
49668         * lib/mempcpy.h: New file.
49669         * lib/mempcpy.c: New file.
49670
49671 2003-07-14  Paul Eggert  <eggert@twinsun.com>
49672
49673         * modules/getdate, modules/posixtm: Depend on mktime.
49674
49675 2003-07-14  Paul Eggert  <eggert@twinsun.com>
49676
49677         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
49678         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
49679         unicodeio.c, unicodeio.h, unlocked-io.h:
49680         Switch from LGPL to GPL.
49681
49682 2003-07-14  Paul Eggert  <eggert@twinsun.com>
49683
49684         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
49685         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
49686         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
49687         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
49688         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
49689         updated automatically by ../config/srclist-update.  This changes
49690         their license from LPGL to GPL.
49691
49692 2003-07-14  Paul Eggert  <eggert@twinsun.com>
49693
49694         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
49695         assumed to refer to the root of the most recent stable gettext version.
49696         * config/srclistvars.sh: Add defaults for eggert.
49697         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
49698         Match "This program" as well as "The program".  This is needed
49699         for gettext.
49700
49701 2003-07-14  Jim Meyering  <jim@meyering.net>
49702
49703         Don't emit diagnostics.  Let callers do that.
49704         * lib/save-cwd.c: Don't include "error.h".
49705         (save_cwd): Don't call error.  Ensure that errno is valid
49706         when returning nonzero.
49707
49708         * lib/save-cwd.h (restore_cwd): Update prototype.
49709         * lib/save-cwd.c (restore_cwd): Remove two parameters.
49710         Simplify.  Don't call error upon failure.  Let callers do that.
49711         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
49712         when auditing is enabled.  But don't bother updating the #if.
49713
49714 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
49715
49716         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
49717         it breaks C++ compilation.
49718         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
49719
49720 2003-07-10  Simon Josefsson  <jas@extundo.com>
49721
49722         * modules/strchrnul (Makefile.am): Add strchrnul.h.
49723
49724 2003-07-10  Jim Meyering  <jim@meyering.net>
49725
49726         * m4/clock_time.m4: Remove trailing blank.
49727         * m4/intmax_t.m4: Likewise.
49728
49729 2003-07-10  Jim Meyering  <jim@meyering.net>
49730
49731         * lib/vasnprintf.c: Remove trailing blanks.
49732         Make cpp indentation consistent.
49733
49734 2003-07-09  Paul Eggert  <eggert@twinsun.com>
49735
49736         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
49737         posixver.c, strftime.c, strnlen.c, strverscmp.c:
49738         Switch from LGPL to GPL.
49739
49740 2003-07-09  Paul Eggert  <eggert@twinsun.com>
49741
49742         * config/srclist.txt: Sort sublists.  Add
49743         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
49744         that differ from gnulib for one reason or another; we'd like this list
49745         to be smaller but for now let's document what we have.
49746
49747 2003-07-08  Paul Eggert  <eggert@twinsun.com>
49748
49749         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
49750         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
49751         and sweeter "eval x=$x".
49752         * config/srclist.txt: Get lib/argp* from glibc.
49753
49754 2003-07-07  Paul Eggert  <eggert@twinsun.com>
49755
49756         * lib/mktime.c: Fix some boundary cases and remove need for floating
49757         point.
49758
49759         Issue a compile-time diagnostic if time_t is floating point, or if
49760         two's complement arithmetic is not in effect, or if arithmetic
49761         right shift does not propagate the sign.  These assumptions were
49762         all in the original code but they weren't checked.
49763
49764         (TIME_T_MIDPOINT, verify): New macros.
49765         (__isleap): Remove; it has integer overflow problems.
49766         (leapyear): New function, without those problems.
49767         (ydhms_tm_diff): Remove; splitting into two parts.
49768         (ydhms_diff): New function, containing the arithmetic part of
49769         the old ydhms_tm_diff function.  Issue a compile-time
49770         diagnostic if we are not using C99 integer division.
49771         Avoid casts when possible.
49772         (guess_time_tm): New function, containing the checking part of
49773         the old ydhms_tm_diff function.  Return the new value, rather than
49774         the difference between it and the old.  Accept a new argument T
49775         so that *T specifies the old value.  Check for overflow in the result.
49776
49777         (__mktime_internal): Use a time_t offset, not a long int offset.
49778         This undoes the 2003-06-04 change, which is no longer needed now
49779         that we have better overflow checking.
49780         (localtime_offset): Likewise.
49781
49782         (__mktime_internal): Avoid harmful overflow on hosts where time_t
49783         and long are 64-bit but int is only 32-bit.
49784         (ydhms_diff): Use long int to store year1 and yday1.
49785         Issue a compile-time diagnostic if long int is not wide enough.
49786
49787         (__mktime_internal): Use long int to store adjusted year and yday.
49788         Use plain C rather than preprocessor commands, if that doesn't
49789         affect efficiency.
49790         Check for overflow (and try to repair) after each probe
49791         rather than checking only at the very end.  This avoids some bugs
49792         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
49793         does not equal GMT offset at maximum time).
49794         Use integer to check for overflow rather than floating point; this
49795         is more portable to non-IEEE hosts, and is a tad faster.
49796         When we detect that we are oscillating between two values,
49797         don't check whether tm_isdst has the requested value, since
49798         we already know the answer.  When tm_isdst has the wrong value,
49799         use a different heuristic to find the right one, based on the
49800         extreme values actually observed in practice in tz2003a,
49801         rather than the (overly optimistic) "previous 3 calendar quarters".
49802
49803         (not_equal_tm, print_tm, check_result): Use "const T" rather than
49804         "T const" to accommodate glibc style.
49805         (check_result): Use less-confusing report format.  "long" -> "long int.
49806         (main): Likewise.
49807         Don't loop if the iteration overflows time_t.
49808         Allow a negative step in the iteration.
49809
49810 2003-07-06  Karl Berry  <karl@gnu.org>
49811
49812         * config/depcomp: update from automake.
49813         * config/config.sub: update from prep.
49814
49815 2003-07-03  Karl Berry  <karl@gnu.org>
49816
49817         * config/config.guess: update from prep.
49818
49819 2003-07-01  Paul Eggert  <eggert@twinsun.com>
49820
49821         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
49822         xreadlink.c now includes it unconditionally.
49823
49824 2003-07-01  Paul Eggert  <eggert@twinsun.com>
49825
49826         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
49827         having it depend on HAVE_SYS_TYPES_H.
49828
49829 2003-07-01  Bruno Haible  <bruno@clisp.org>
49830
49831         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
49832         <sys/types.h> should be sufficient.
49833         Reported by Paul Eggert.
49834
49835 2003-06-26  Karl Berry  <karl@gnu.org>
49836
49837         * config/depcomp: update from automake.
49838
49839 2003-06-26  Bruno Haible  <bruno@clisp.org>
49840
49841         * modules/human: Depend on module stdbool.
49842
49843 2003-06-25  Bruno Haible  <bruno@clisp.org>
49844
49845         * modules/readlink: New file.
49846         * modules/xreadlink: Depend on it.
49847         * MODULES.html.sh (func_all_modules): Add readlink.
49848
49849 2003-06-25  Bruno Haible  <bruno@clisp.org>
49850
49851         * m4/readlink.m4: New file.
49852
49853 2003-06-25  Bruno Haible  <bruno@clisp.org>
49854
49855         * lib/readlink.c: New file.
49856
49857 2003-06-22  Karl Berry  <karl@gnu.org>
49858
49859         * config/srclist.txt: update mkinstalldirs from automake.
49860         * config/mkinstalldirs: update.
49861
49862 2003-06-22  Bruno Haible  <bruno@clisp.org>
49863
49864         Portability to mingw32.
49865         * m4/ssize_t.m4: New file, from GNU gettext.
49866         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
49867         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
49868
49869 2003-06-22  Bruno Haible  <bruno@clisp.org>
49870
49871         * modules/safe-read: Add m4/ssize_t.m4.
49872         * modules/xreadlink: Add m4/ssize_t.m4.
49873
49874 2003-06-20  Bruno Haible  <bruno@clisp.org>
49875
49876         Assume C89, so PARAMS isn't needed.
49877         * lib/unicodeio.h (PARAMS): Remove.
49878         * lib/unicodeio.c: Don't use PARAMS.
49879
49880 2003-06-18  Karl Berry  <karl@gnu.org>
49881
49882         * config/config.{guess,sub}: update from prep.
49883
49884 2003-06-18  Jim Meyering  <jim@meyering.net>
49885
49886         Merge changes from coreutils.
49887         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
49888         Remove explicit declarations of xmalloc and realloc.
49889         Include xalloc.h.
49890         (read_utmp): Remove anachronistic cast of xmalloc.
49891
49892 2003-06-17  Paul Eggert  <eggert@twinsun.com>
49893
49894         Assume C89, so PARAMS isn't needed.
49895         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
49896         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
49897         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
49898         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
49899         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
49900         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
49901         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
49902         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
49903         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
49904         lib/xstrtod.h, lib/xstrtol.h: Likewise.
49905         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
49906         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
49907         no longer needed. Anyway, config.h should always be included before any
49908         other file.
49909
49910 2003-06-11  Simon Josefsson  <jas@extundo.com>
49911
49912         * modules/sysexits: New file.
49913         * MODULES.html.sh (func_all_modules): Add sysexits.
49914
49915 2003-06-11  Simon Josefsson  <jas@extundo.com>
49916
49917         * lib/sysexit_.h: New file.
49918
49919 2003-06-11  Derek Price  <derek@ximbiot.com>
49920
49921         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
49922         necessary.
49923
49924 2003-06-11  Bruno Haible  <bruno@clisp.org>
49925
49926         * m4/sysexits.m4: New file.
49927
49928 2003-06-10  Simon Josefsson  <jas@extundo.com>
49929
49930         * lib/argp.h: New file, from glibc.
49931         * lib/argp-ba.c: New file, from glibc.
49932         * lib/argp-eexst.c: New file, from glibc.
49933         * lib/argp-fmtstream.c: New file, from glibc.
49934         * lib/argp-fmtstream.h: New file, from glibc.
49935         * lib/argp-fs-xinl.c: New file, from glibc.
49936         * lib/argp-help.c: New file, from glibc.
49937         * lib/argp-namefrob.h: New file, from glibc.
49938         * lib/argp-parse.c: New file, from glibc.
49939         * lib/argp-pv.c: New file, from glibc.
49940         * lib/argp-pvh.c: New file, from glibc.
49941         * lib/argp-xinl.c: New file, from glibc.
49942
49943 2003-06-10  Simon Josefsson  <jas@extundo.com>
49944
49945         * modules/strchrnul: New file.
49946
49947 2003-06-10  Simon Josefsson  <jas@extundo.com>
49948
49949         * modules/argp: New file.
49950
49951 2003-06-10  Simon Josefsson  <jas@extundo.com>
49952
49953         * m4/strchrnul.m4: New file.
49954
49955 2003-06-10  Simon Josefsson  <jas@extundo.com>
49956
49957         * lib/strchrnul.h: New file.
49958         * lib/strchrnul.c: New file.
49959
49960 2003-06-10  Bruno Haible  <bruno@clisp.org>
49961
49962         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
49963
49964 2003-06-07  Karl Berry  <karl@gnu.org>
49965
49966         * config/config.{guess,sub}: update from prep.
49967
49968 2003-06-07  Jim Meyering  <jim@meyering.net>
49969
49970         * modules/strtod: Use $(...) notation, not @...@ for
49971         AC_REPLACE'd variables.
49972         * modules/localcharset: Likewise.
49973
49974 2003-06-07  Jim Meyering  <jim@meyering.net>
49975
49976         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
49977         in place of my name in the copyright comment.
49978         Remove definition and uses of __P.
49979
49980         From coreutils.
49981         * lib/stat.c: Don't declare xmalloc explicitly.
49982         Instead, include "xalloc.h".
49983         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
49984         xrealloc, and xcalloc return values.
49985         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
49986         Improve comment.
49987         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
49988
49989 2003-06-07  Bruno Haible  <bruno@clisp.org>
49990
49991         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
49992         avoid AC_CONFIG_LINKS.
49993         * modules/fnmatch (Makefile.am): Use explicit creation rule for
49994         fnmatch.h, to avoid AC_CONFIG_LINKS.
49995         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
49996
49997 2003-06-07  Bruno Haible  <bruno@clisp.org>
49998
49999         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
50000         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
50001         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
50002         directory.
50003         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
50004         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
50005         directory.
50006
50007 2003-06-06  Jim Meyering  <jim@meyering.net>
50008
50009         Merge from coreutils.
50010         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
50011         Consolidate declarations and initializations of *_base* locals.
50012
50013         Merge from coreutils.
50014         This avoids a core dump on systems without GNU putenv,
50015         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
50016         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
50017         (unsetenv): New static function, from GNU libc.
50018         (rpl_putenv): Use it.
50019
50020         * lib/modechange.c: Remove trailing blanks.
50021
50022         Merge from coreutils.
50023         * lib/fsusage.c: Remove declaration of statfs.
50024         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
50025
50026         * lib/posixtm.c: Include <stdbool.h> unconditionally.
50027
50028 2003-06-06  Jim Meyering  <jim@meyering.net>
50029
50030         * lib/stdbool_.h: Renamed from stdbool.h.in.
50031
50032 2003-06-06  Jim Meyering  <jim@meyering.net>
50033             Bruno Haible  <bruno@clisp.org>
50034
50035         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
50036         Adjust Makefile.am snippet not to redirect directly to target.
50037         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
50038
50039 2003-06-05  Paul Eggert  <eggert@twinsun.com>
50040
50041         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
50042         mismatch, look in future quarters as well as past.  This fixes a
50043         bug when processing fall-backwards gaps immediately after a long
50044         period of daylight-saving time.
50045
50046         * lib/mktime.c: Assume freestanding C89 or better.
50047         (HAVE_LIMITS_H): Remove.  Assume it's 1.
50048         (__P): Remove; not used.
50049         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
50050         (mktime, not_equal_tm, print_tm, check_result,
50051         main): Use prototypes.  Use const * where appropriate.
50052         (main): Fix typo in testing code that uncovered by above changes.
50053         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
50054
50055 2003-06-04  Paul Eggert  <eggert@twinsun.com>
50056
50057         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
50058         locale.h, localeconv.  This merges changes from coreutils.
50059
50060         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
50061         It can be removed after the next Autoconf is released.
50062         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
50063         needed.
50064
50065 2003-06-04  Paul Eggert  <eggert@twinsun.com>
50066
50067         * lib/mktime.c: Fix Debian bug 177940
50068         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
50069         (localtime_offset): Now long int, not time_t, because we want it
50070         to be guaranteed to be signed.  All uses changed.
50071         (__mktime_internal): If overflow would occur when adding offset,
50072         don't add it.
50073
50074         Merge 'human' changes from coreutils.  Rewrite to support
50075         locale-specific notations like thousands separators.
50076         * lib/human.c: Simplify authorship notice.
50077         Include human.h immediately after config.h.
50078         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
50079         <limits.h>: Do not include, since human.h does.
50080         (SIZE_MAX, UINTMAX_MAX): New macros.
50081         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
50082         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
50083         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
50084         (power_letter): Renamed from suffixes.
50085         (generate_suffix_backwards): Remove.
50086         (adjust_value): Now takes int style (because of human.h changes)
50087         and long double value (for greater precision on some platforms).
50088         (group_number): New function.
50089         (human_readable): Use it.  Use integer options, not enum.
50090         Put the options before the sizes in the arg list.
50091         Support all the new options.
50092         The old human_readable function has been removed;
50093         use inttostr.h instead.
50094         (human_readable, default_block_size, humblock):
50095         Use uintmax_t, not int, for block sizes.
50096         (human_readable_inexact, block_size_types): Remove.
50097         (block_size_opts): New constant.
50098         (human_options): Renamed from human_block_size, with new signature
50099         that allows block sizes up to UINTMAX_MAX.  All callers changed.
50100         * lib/human.h: Add copyright and authorship notice.
50101         Include <limits.h> and <stdbool.h> unconditionally.
50102         (PARAMS): Remove.  All uses removed.
50103         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
50104         (enum human_inexact_style): Remove tag; now a nameless enum.
50105         (human_floor, human_ceiling, human_round_to_even): Now have
50106         values 2, 0, 1 rather than -1, 1, 0.
50107         (human_group_digits, human_suppress_point_zero, human_autoscale,
50108         human_base_1024, human_SI, human_B): New constants.
50109         (human_readable_inexact, human_block_size): Remove.
50110         (human_readable): Size args are now uintmax_t, not int.
50111         (human_options): New decl.
50112
50113         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
50114         unnecessary now that we assume C89 or better.  This change
50115         imported from coreutils.
50116
50117         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
50118         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
50119         in the 2003-05-30 sync from glibc.
50120
50121         .h files should stand alone, but we shouldn't include <sys/types.h>
50122         if we can get away with just <stddef.h>.
50123
50124         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
50125         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
50126         rather than <sys/types.h>, as we merely need size_t.
50127         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
50128         to get size_t.
50129         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
50130         Include <stdio.h>, to get FILE.
50131         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
50132         memcasecmp.h has included <stddef.h> and all we need is size_t.
50133         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
50134         our interface, instead of including <sys/types.h>
50135
50136 2003-06-04  Paul Eggert  <eggert@twinsun.com>
50137
50138         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
50139         now, as glibc mktime is buggy on non-glibc systems.
50140
50141 2003-06-03  Karl Berry  <karl@gnu.org>
50142
50143         * config/config.sub: update from prep.
50144
50145 2003-06-02  Paul Eggert  <eggert@twinsun.com>
50146
50147         [from coreutils]
50148         Fix some minor time-related bugs with POSIX time arguments.
50149         Some valid time stamps were being rejected (notably -1, and
50150         time stamps before 1900 on 64-bit hosts).  And some invalid
50151         time stamps were being accepted, e.g. September 31.
50152
50153         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
50154         that we can return (time_t) -1 successfully.
50155         * lib/posixtm.c: Likewise.
50156         [HAVE_STDBOOL_H]: Include <stdbool.h>.
50157         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
50158         (t): Remove static var.
50159         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
50160         of static var.  All uses changed.
50161         (year): Do not reject years before 1900; they can occur with
50162         64-bit time_t.
50163         (posix_time_parse): Do not check for out-of-range components;
50164         that is now the caller's responsibility, since our checks were
50165         only approximations.
50166         (posixtime): Use mktime to check for out-of-range components,
50167         since it knows them exactly.
50168         If mktime returns (time_t) -1, check whether an error actually occurred
50169         by invoking localtime on -1.
50170         (main) [TEST_POSIXTIME]: Check for input data errors, and report
50171         posixtime failures better.
50172         Improve the test data (in comments only).
50173
50174 2003-06-02  Karl Berry  <karl@gnu.org>
50175
50176         * config/mkinstalldirs (version): new variable.
50177         (--version): new option.
50178         (usage): improve message.
50179
50180 2003-05-30  Karl Berry  <karl@gnu.org>
50181
50182         * lib/mktime.c: update from libc.
50183
50184 2003-05-30  Bruno Haible  <bruno@clisp.org>
50185
50186         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
50187         * config/config.rpath: Upgrade to gettext-0.12.1.
50188
50189 2003-05-30  Bruno Haible  <bruno@clisp.org>
50190
50191         * m4/gettext.m4: Upgrade to gettext-0.12.1.
50192         * m4/nls.m4: New file, from gettext-0.12.1.
50193         * m4/po.m4: New file, from gettext-0.12.1.
50194         * m4/progtest.m4: Upgrade to gettext-0.12.1.
50195
50196 2003-05-30  Bruno Haible  <bruno@clisp.org>
50197
50198         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
50199         * lib/localcharset.h: Likewise.
50200         * lib/localcharset.c: Likewise.
50201
50202 2003-05-29  Karl Berry  <karl@gnu.org>
50203
50204         * config/config.rpath: update from gettext.
50205
50206 2003-05-28  Paul Eggert  <eggert@twinsun.com>
50207
50208         Assume the headers required for C89 freestanding compilers.
50209         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
50210         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
50211         * m4/human.m4 (gl_HUMAN): Likewise.
50212         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
50213         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
50214         * m4/userspec.m4 (gl_USERSPEC): Likewise.
50215         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
50216         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
50217         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
50218
50219 2003-05-28  Paul Eggert  <eggert@twinsun.com>
50220
50221         Assume the headers required for C89 freestanding compilers.
50222         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
50223         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
50224         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
50225         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
50226         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
50227         define, since <limits.h> is guaranteed to do that.
50228         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
50229         * lib/exclude.c: Include <stdbool.h> unconditionally.
50230         * lib/tempname.c: Include <stddef.h> unconditionally.
50231         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
50232         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
50233         <stddef.h> does that.
50234         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
50235         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
50236         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
50237         needed.
50238         * lib/xstrtol.c: Likewise.
50239         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
50240         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
50241
50242         * lib/addext.c (addext): Use assignment rather than cast, to avoid
50243         warnings on some platforms.
50244
50245         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
50246         arbitrarily.
50247
50248 2003-05-26  Jim Meyering  <jim@meyering.net>
50249
50250         Merge in a change from coreutils:
50251         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
50252         that is guaranteed to be `no'.  Use `no_such_member' to indicate
50253         that condition, rather than `-1' which is slightly misleading.
50254         Change the name of the cache variable to have the gl_ prefix.
50255         Prompted by a patch from Richard Dawe for DJGPP.
50256
50257 2003-05-24  Karl Berry  <karl@gnu.org>
50258
50259         * config/config.guess: update from prep.
50260
50261 2003-05-22  Karl Berry  <karl@gnu.org>
50262
50263         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
50264
50265 2003-05-20  Karl Berry  <karl@gnu.org>
50266
50267         * config/config.guess: update from prep.
50268
50269 2003-05-18  Karl Berry  <karl@gnu.org>
50270
50271         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
50272         might actually be set by the user.
50273
50274         * config/depcomp, install-sh, mdate-sh: update from automake.
50275
50276 2003-05-17  Bruno Haible  <bruno@clisp.org>
50277
50278         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
50279         invalid expansion for AC_EGREP_CPP.
50280         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
50281         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
50282         Suggested by Akim Demaille <akim@epita.fr> in
50283         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
50284
50285 2003-05-12  Jim Meyering  <jim@meyering.net>
50286
50287         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
50288         the space-padded-by-default conversion specifiers, %e, %k, %l.
50289
50290 2003-05-12  Bruno Haible  <bruno@clisp.org>
50291
50292         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
50293         the string is longer than 4 KB.
50294
50295 2003-05-11  Karl Berry  <karl@gnu.org>
50296
50297         * config/config.{guess,sub}: update from prep.
50298
50299 2003-05-09  Bruno Haible  <bruno@clisp.org>
50300
50301         * modules/error: Add m4/strerror_r.m4 to file list.
50302
50303 2003-05-03  Bruno Haible  <bruno@clisp.org>
50304
50305         Upgrade to Unicode-4.0.
50306         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
50307         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
50308         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
50309         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
50310         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
50311         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
50312         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
50313         Change width of U+E0100..U+E01EF from 1 to 0.
50314
50315 2003-04-25  Jim Meyering  <jim@meyering.net>
50316
50317         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
50318         of type size_t, not int.
50319
50320 2003-04-25  Bruno Haible  <bruno@clisp.org>
50321
50322         * lib/copy-file.c: Include <stddef.h>, for size_t.
50323
50324 2003-04-21  Paul Eggert  <eggert@twinsun.com>
50325
50326         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
50327         code which expansion is under static control.  Patch imported from
50328         Akim Demaille's patch to Bison; see
50329         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
50330
50331 2003-04-14  Bruno Haible  <bruno@clisp.org>
50332
50333         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
50334
50335 2003-04-11  Jim Meyering  <jim@meyering.net>
50336
50337         Merge changes from Coreutils.
50338
50339         2003-03-22  Jim Meyering  <jim@meyering.net>
50340
50341         * lib/strftime.c (widen): Cast alloca return value to proper type.
50342
50343         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
50344
50345         From GNU libc.
50346         * lib/strftime.c (my_strftime): Handle very large width
50347         specifications for numeric values correctly.  Improve checks for
50348         overflow.
50349
50350         2003-01-19  Jim Meyering  <jim@meyering.net>
50351
50352         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
50353         definitions.
50354         (nl_get_alt_digit) [! defined my_strftime]: Define.
50355         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
50356         _nl_get_alt_digit and _nl_get_walt_digit.
50357
50358         * lib/strftime.c (my_strftime): Merge in locale-related changes from
50359         libc. These changes have no effect outside of _LIBC.
50360
50361 2003-04-10  Bruno Haible  <bruno@clisp.org>
50362
50363         * modules/findprog: New file.
50364         * MODULES.html.sh (func_all_modules): Add it.
50365
50366 2003-04-10  Bruno Haible  <bruno@clisp.org>
50367
50368         * m4/findprog.m4: New file.
50369         * m4/eaccess.m4: New file.
50370
50371 2003-04-10  Bruno Haible  <bruno@clisp.org>
50372
50373         * lib/findprog.h: New file, from GNU gettext.
50374         * lib/findprog.c: New file, from GNU gettext.
50375
50376 2003-04-05  Jim Meyering  <jim@meyering.net>
50377
50378         Merge changes from Coreutils.
50379
50380         * lib/exclude.h (PARAMS): Remove definition and uses.
50381         * lib/exclude.c: Remove uses of `PARAMS'.
50382
50383         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
50384         Add test-cases for DOS filenames. Declare program_name.
50385         (main): Set up program_name.  Patch by Rich Dawe.
50386
50387         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
50388         error from mntctl.
50389         Use mntctl's return value to drive the entry-processing loop, since
50390         we can't rely on the value of the vmt_length member in the last
50391         entry.  On some systems doing so could result in exhausting
50392         virtual memory.  Based in part on a patch from Mike Jetzer.
50393
50394 2003-04-04  Bruno Haible  <bruno@clisp.org>
50395
50396         * modules/linebreak: New file.
50397         * MODULES.html.sh (func_all_modules): Add it.
50398
50399 2003-04-04  Bruno Haible  <bruno@clisp.org>
50400
50401         * m4/linebreak.m4: New file.
50402
50403 2003-04-04  Bruno Haible  <bruno@clisp.org>
50404
50405         * lib/linebreak.h: New file, from GNU gettext.
50406         * lib/linebreak.c: New file, from GNU gettext with slight
50407         modifications.
50408         * lib/lbrkprop.h: New file, from GNU gettext.
50409
50410 2003-04-03  Bruno Haible  <bruno@clisp.org>
50411
50412         * modules/utf8-ucs4: New file.
50413         * modules/utf16-ucs4: New file.
50414         * modules/ucs4-utf8: New file.
50415         * modules/ucs4-utf16: New file.
50416         * MODULES.html.sh (func_all_modules): Add them.
50417
50418 2003-04-03  Bruno Haible  <bruno@clisp.org>
50419
50420         * m4/utf-ucs4.m4: New file.
50421         * m4/ucs4-utf.m4: New file.
50422
50423 2003-04-03  Bruno Haible  <bruno@clisp.org>
50424
50425         * lib/utf8-ucs4.h: New file, from GNU gettext.
50426         * lib/utf16-ucs4.h: New file, from GNU gettext.
50427         * lib/ucs4-utf8.h: New file, from GNU gettext.
50428         * lib/ucs4-utf16.h: New file, from GNU gettext.
50429
50430 2003-04-02  Bruno Haible  <bruno@clisp.org>
50431
50432         * modules/binary-io: New file.
50433         * MODULES.html.sh (func_all_modules): Add it.
50434
50435 2003-04-02  Bruno Haible  <bruno@clisp.org>
50436
50437         * lib/binary-io.h: New file, from GNU gettext.
50438
50439 2003-04-01  Bruno Haible  <bruno@clisp.org>
50440
50441         * modules/pathname: New file.
50442         * MODULES.html.sh (func_all_modules): Add it.
50443
50444 2003-04-01  Bruno Haible  <bruno@clisp.org>
50445
50446         * lib/pathname.h: New file, from GNU gettext.
50447         * lib/concatpath.c: New file, from GNU gettext.
50448
50449 2003-03-30  Bruno Haible  <bruno@clisp.org>
50450
50451         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
50452
50453 2003-03-30  Bruno Haible  <bruno@clisp.org>
50454
50455         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
50456         function chown() doesn't exist.
50457
50458 2003-03-28  Bruno Haible  <bruno@clisp.org>
50459
50460         * modules/copy-file: New file.
50461         * MODULES.html.sh (func_all_modules): Add it.
50462
50463 2003-03-28  Bruno Haible  <bruno@clisp.org>
50464
50465         * m4/copy-file.m4: New file.
50466
50467 2003-03-28  Bruno Haible  <bruno@clisp.org>
50468
50469         * lib/copy-file.h: New file, from GNU gettext.
50470         * lib/copy-file.c: New file, from GNU gettext.
50471
50472 2003-03-18  Jim Meyering  <jim@meyering.net>
50473
50474         * lib/quote.c (quote_n): Fix typo in comment.
50475
50476 2003-03-18  Bruno Haible  <bruno@clisp.org>
50477
50478         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
50479         checking.
50480         * m4/onceonly_2_57.m4: Likewise.
50481
50482 2003-03-17  Bruno Haible  <bruno@clisp.org>
50483
50484         * m4/onceonly.m4: Require autoconf 2.54 or newer.
50485         (m4_quote): Remove macro.
50486         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
50487
50488 2003-03-14  Jim Meyering  <jim@meyering.net>
50489
50490         Merge changes from Coreutils.
50491         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
50492         to be const, in order to avoid warnings.
50493         (obstack_room): Likewise.
50494         (obstack_empty_p): Likewise.
50495
50496 2003-03-14  Bruno Haible  <bruno@clisp.org>
50497
50498         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
50499         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
50500
50501 2003-03-13  Paul Eggert  <eggert@twinsun.com>
50502
50503         Merge changes from Bison.
50504         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
50505         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
50506         when compiling Bison 1.875's `bitset bset = obstack_alloc
50507         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
50508         * lib/hash.c: Include <stdbool.h> unconditionally.
50509
50510 2003-03-13  Paul Eggert  <eggert@twinsun.com>
50511
50512         * m4/onceonly.m4 (m4_quote): New macro.
50513         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
50514         Quote AC_FOREACH variable-expansions properly.
50515
50516 2003-03-13  Paul Eggert  <eggert@twinsun.com>
50517
50518         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
50519
50520 2003-03-09  Paul Eggert  <eggert@twinsun.com>
50521
50522         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
50523         Reported by Bruce Becker; see:
50524         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
50525
50526 2003-03-03  Paul Eggert  <eggert@twinsun.com>
50527             Bruno Haible  <bruno@clisp.org>
50528
50529         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
50530         Reported by John Hughes, see
50531         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
50532
50533 2003-02-20  Bruno Haible  <bruno@clisp.org>
50534
50535         * MODULES.html.sh (func_all_modules): Add poll.
50536
50537 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
50538
50539         * modules/poll: New file.
50540
50541 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
50542
50543         * lib/poll_.h: New file.
50544         * lib/poll.c: New file.
50545
50546 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
50547
50548         * m4/poll.m4: New file.
50549
50550 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
50551
50552         * modules/mathl: New file.
50553
50554 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
50555
50556         * lib/mathl.h: New file.
50557         * lib/acosl.c: New file.
50558         * lib/asinl.c: New file.
50559         * lib/atanl.c: New file.
50560         * lib/ceill.c: New file.
50561         * lib/cosl.c: New file.
50562         * lib/expl.c: New file.
50563         * lib/floorl.c: New file.
50564         * lib/frexpl.c: New file.
50565         * lib/ldexpl.c: New file.
50566         * lib/logl.c: New file.
50567         * lib/sincosl.c: New file.
50568         * lib/sinl.c: New file.
50569         * lib/sqrtl.c: New file.
50570         * lib/tanl.c: New file.
50571         * lib/trigl.c: New file.
50572         * lib/trigl.h: New file.
50573
50574 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
50575
50576         * m4/mathl.m4: New file.
50577
50578 2003-02-18  Bruno Haible  <bruno@clisp.org>
50579
50580         * MODULES.html.sh (func_all_modules): Add mathl.
50581
50582 2003-02-17  Bruno Haible  <bruno@clisp.org>
50583
50584         * modules/mkdtemp: New module.
50585         * MODULES.html.sh (func_all_modules): Add it.
50586
50587 2003-02-17  Bruno Haible  <bruno@clisp.org>
50588
50589         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
50590
50591 2003-02-17  Bruno Haible  <bruno@clisp.org>
50592
50593         * lib/mkdtemp.h: New file, from GNU gettext.
50594         * lib/mkdtemp.c: New file, from GNU gettext.
50595
50596 2003-02-02  Jim Meyering  <jim@meyering.net>
50597
50598         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
50599         e.g. glibc-2.2.93.
50600
50601 2003-01-31  Bruno Haible  <bruno@clisp.org>
50602
50603         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
50604         'rpl_rename'.
50605         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
50606         'rpl_strnlen'.
50607         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
50608         'rpl_strtod'.
50609         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
50610         'rpl_utime'.
50611
50612 2003-01-31  Bruno Haible  <bruno@clisp.org>
50613
50614         * lib/rename.c: #undef rename before defining rpl_rename.
50615         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
50616
50617 2003-01-30  Bruno Haible  <bruno@clisp.org>
50618
50619         * modules/vasnprintf, modules/vasprintf: New modules.
50620         * MODULES.html.sh (func_all_modules): Add them.
50621
50622 2003-01-30  Bruno Haible  <bruno@clisp.org>
50623
50624         * m4/signed.m4: New file, from GNU gettext.
50625         * m4/longdouble.m4: New file, from GNU gettext.
50626         * m4/wchar_t.m4: New file, from GNU gettext.
50627         * m4/wint_t.m4: New file, from GNU gettext.
50628         * m4/vasnprintf.m4: New file.
50629         * m4/vasprintf.m4: New file.
50630
50631 2003-01-30  Bruno Haible  <bruno@clisp.org>
50632
50633         * lib/printf-args.h: New file, from GNU gettext.
50634         * lib/printf-args.c: New file, from GNU gettext.
50635         * lib/printf-parse.h: New file, from GNU gettext.
50636         * lib/printf-parse.c: New file, from GNU gettext.
50637         * lib/vasnprintf.h: New file, from GNU gettext.
50638         * lib/vasnprintf.c: New file, from GNU gettext.
50639         * lib/asnprintf.c: New file, from GNU gettext.
50640         * lib/vasprintf.h: New file, from GNU gettext with modifications.
50641         * lib/vasprintf.c: New file, from GNU gettext.
50642         * lib/asprintf.c: New file, from GNU gettext.
50643
50644 2003-01-29  Bruno Haible  <bruno@clisp.org>
50645
50646         * modules/stpncpy: New module.
50647         * MODULES.html.sh (func_all_modules): Add it.
50648
50649 2003-01-29  Bruno Haible  <bruno@clisp.org>
50650
50651         * m4/stpncpy.m4: New file.
50652
50653 2003-01-29  Bruno Haible  <bruno@clisp.org>
50654
50655         * lib/stpncpy.h: New file, from GNU gettext with modifications.
50656         * lib/stpncpy.c: New file, from GNU gettext with modifications.
50657
50658 2003-01-28  Bruno Haible  <bruno@clisp.org>
50659
50660         * modules/c-ctype: New module.
50661         * MODULES.html.sh (func_all_modules): Add it.
50662
50663 2003-01-28  Bruno Haible  <bruno@clisp.org>
50664
50665         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
50666         Paul Eggert.
50667         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
50668         Paul Eggert.
50669
50670 2003-01-27  Bruno Haible  <bruno@clisp.org>
50671
50672         * modules/xsetenv: New module.
50673         * MODULES.html.sh (func_all_modules): Add it.
50674
50675 2003-01-27  Bruno Haible  <bruno@clisp.org>
50676
50677         * lib/xsetenv.h: New file, from GNU gettext.
50678         * lib/xsetenv.c: New file, from GNU gettext.
50679
50680 2003-01-23  Jim Meyering  <jim@meyering.net>
50681
50682         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
50683         from working on systems without dirfd (at least Irix and OSF1/Tru64).
50684
50685 2003-01-23  Bruno Haible  <bruno@clisp.org>
50686
50687         * modules/minmax: New module.
50688         * MODULES.html.sh (func_all_modules): Add it.
50689
50690 2003-01-23  Bruno Haible  <bruno@clisp.org>
50691
50692         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
50693         Eggert.
50694
50695 2003-01-22  Bruno Haible  <bruno@clisp.org>
50696
50697         * modules/exit: New module.
50698         * MODULES.html.sh (func_all_modules): Add it.
50699
50700 2003-01-22  Bruno Haible  <bruno@clisp.org>
50701
50702         * lib/exit.h: New file, from GNU gettext.
50703
50704 2003-01-19  Bruno Haible  <bruno@clisp.org>
50705
50706         * gnulib-tool: Recognize option --extract-maintainer.
50707         (func_get_maintainer): New function.
50708         * modules/*: Add Maintainer entry.
50709
50710 2003-01-16  Jim Meyering  <jim@meyering.net>
50711
50712         * m4/regex.m4: The `regex' struct is both input and output.
50713         Initialize it before each use.  Patch by Tim Waugh.
50714
50715 2003-01-16  Bruno Haible  <bruno@clisp.org>
50716
50717         * MODULES.html.sh: Add a table of contents. Add the module name as
50718         leftmost column. Add hyperlinks.
50719
50720 2003-01-15  Bruno Haible  <bruno@clisp.org>
50721
50722         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
50723
50724 2003-01-15  Bruno Haible  <bruno@clisp.org>
50725
50726         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
50727         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
50728         suffix.
50729
50730 2003-01-15  Bruno Haible  <bruno@clisp.org>
50731
50732         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
50733
50734 2003-01-15  Bruno Haible  <bruno@clisp.org>
50735
50736         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
50737         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
50738
50739 2003-01-14  Jim Meyering  <jim@meyering.net>
50740
50741         * lib/same.c (same_name): Tweak a comment.
50742
50743 2003-01-14  Bruno Haible  <bruno@clisp.org>
50744
50745         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
50746         when a string comparison is sufficient.
50747
50748 2003-01-14  Bruno Haible  <bruno@clisp.org>
50749
50750         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
50751         'unsigned int'.
50752
50753 2003-01-14  Bruno Haible  <bruno@clisp.org>
50754
50755         * lib/hash-pjw.c: Add comment about low quality of this function.
50756
50757 2003-01-13  Bruno Haible  <bruno@clisp.org>
50758
50759         * modules/stpcpy: Distribute lib/stpcpy.h.
50760         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
50761
50762 2003-01-13  Bruno Haible  <bruno@clisp.org>
50763
50764         * modules/*: Add a description.
50765         * modules/strpbrk: Fix Makefile.am snippet.
50766         * modules/strtoimax: Fix dependencies.
50767         * modules/strtoumax: Likewise.
50768
50769 2003-01-13  Bruno Haible  <bruno@clisp.org>
50770
50771         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
50772         * modules/alloca (Makefile.am): All object files depend on alloca.h.
50773         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
50774
50775 2003-01-13  Bruno Haible  <bruno@clisp.org>
50776
50777         * gnulib-tool (func_create_testdir): Store config/* files in the main
50778         directory.
50779         * config.rpath: Move to ...
50780         * config/config.rpath: ... here.
50781         * modules/gettext: Contains config/config.rpath, not config.rpath.
50782         * modules/iconv: Likewise.
50783
50784 2003-01-12  Paul Eggert  <eggert@twinsun.com>
50785
50786         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
50787         to avoid collisions with libcurses and libreadline.
50788
50789         * m4/getstr.m4: Remove.
50790         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
50791
50792 2003-01-12  Paul Eggert  <eggert@twinsun.com>
50793
50794         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
50795         to avoid collisions with libcurses and libreadline.
50796
50797         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
50798         * lib/getstr.h, getstr.c: Remove.
50799         * lib/getline.c: Include "getline.h", to check interface.
50800         Move body of old getstr.c here: this defines MIN_CHUNK and
50801         declares getdelim2, which is renamed from getstr.
50802         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
50803
50804         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
50805         All uses changed.
50806         * lib/linebuffer.h: Likewise.
50807         (readline): Remove backward-compatibility macro.
50808
50809 2003-01-12  Paul Eggert  <eggert@twinsun.com>
50810
50811         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
50812         to avoid collisions with libcurses and libreadline.
50813         * getstr: Remove.
50814         * MODULES.html.sh: Remove getstr.
50815         * modules/getline: Depend on unlocked-io, not getstr.
50816
50817 2003-01-12  Jim Meyering  <jim@meyering.net>
50818
50819         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
50820
50821 2003-01-10  Bruno Haible  <bruno@clisp.org>
50822
50823         * modules/alloca: Change Makefile.am requirements. Simplify Include
50824         requirements. Add lib/alloca_.h to file list.
50825
50826 2003-01-10  Bruno Haible  <bruno@clisp.org>
50827
50828         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
50829
50830 2003-01-10  Bruno Haible  <bruno@clisp.org>
50831
50832         * lib/alloca_.h: New file.
50833         * lib/getdate.y: Unconditionally include alloca.h.
50834         * lib/makepath.c: Likewise.
50835         * lib/setenv.c: Likewise.
50836         * lib/userspec.c: Likewise.
50837
50838 2003-01-09  Karl Berry  <karl@gnu.org>
50839
50840         * MODULES.html.sh: include `dirname $0` in PATH, to find
50841         gnulib-tool.
50842
50843 2003-01-09  Bruno Haible  <bruno@clisp.org>
50844
50845         * modules/stdbool: Change configure.ac, Makefile.am requirements.
50846         Simplify Include requirements. Add lib/stdbool.h.in to file list.
50847
50848 2003-01-09  Bruno Haible  <bruno@clisp.org>
50849
50850         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
50851
50852 2003-01-09  Bruno Haible  <bruno@clisp.org>
50853
50854         * lib/stdbool.h.in: New file.
50855
50856 2003-01-09  Bruno Haible  <bruno@clisp.org>
50857
50858         * gnulib-tool (func_all_modules): Ignore files ending in ~.
50859         * MODULES.html.sh: Likewise.
50860
50861 2003-01-08  Jim Meyering  <jim@meyering.net>
50862
50863         * lib/full-write.c: Undefine and define-away `const' after inclusion
50864         of errno.h, not before.  Suggestion from Bruno Haible.
50865
50866 2003-01-08  Bruno Haible  <bruno@clisp.org>
50867
50868         * modules/full-read: Depend on full-write.
50869
50870 2003-01-08  Bruno Haible  <bruno@clisp.org>
50871
50872         * lib/safe-read.c: Include specification header first, to ensure its
50873         selfcontainedness.
50874         * lib/full-write.c: Likewise.
50875
50876 2003-01-07  Jim Meyering  <jim@meyering.net>
50877
50878         * lib/full-write.c: Rework so that it may serve to define full_read,
50879         too.
50880         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
50881
50882 2003-01-07  Bruno Haible  <bruno@clisp.org>
50883
50884         * lib/strtoimax.c: Include <stdint.h> as an alternative to
50885         <inttypes.h>.
50886         * lib/xstrtol.h: Likewise.
50887         * lib/xstrtoimax.c: Likewise.
50888         * lib/xstrtoumax.c: Likewise.
50889         * lib/human.h: Likewise.
50890
50891         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
50892         on systems that have <inttypes.h> but not <stdint.h>.
50893
50894 2003-01-07  Bruno Haible  <bruno@clisp.org>
50895
50896         * MODULES.html.sh: Add copyright notice.
50897         (missed_files): Omit CVS directory entries.
50898         (func_module): Make it work with sed-3.02.
50899         * MODULES.txt: Remove file.
50900
50901 2003-01-06  Jim Meyering  <jim@meyering.net>
50902
50903         * lib/version-etc.c: Update year in translatable copyright string.
50904
50905 2003-01-03  Karl Berry  <karl@gnu.org>
50906
50907         * config/config.{guess,sub}: update from prep.
50908
50909 2003-01-02  Karl Berry  <karl@gnu.org>
50910
50911         * doc/COPYING.DOC: belatedly updated to 1.2.
50912
50913 2003-01-01  Karl Berry  <karl@gnu.org>
50914
50915         * gnulib-tool (func_verify_module): report module name $module in
50916         error message, not $1.
50917         * gnulib-tool (create-testdir): don't complain if destdir couldn't
50918         be created, only if it doesn't exist.
50919         * gnulib-tool (last_checkin_date): don't expand the $Date here.
50920
50921 2002-12-31  Paul Eggert  <eggert@twinsun.com>
50922
50923         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
50924
50925 2002-12-31  Paul Eggert  <eggert@twinsun.com>
50926
50927         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
50928         memcmp if strcoll doesn't work.
50929
50930 2002-12-31  Bruno Haible  <bruno@clisp.org>
50931
50932         * lib/utime.c (utime_null): No need to call ftruncate if the file was
50933         nonempty.
50934
50935 2002-12-31  Bruno Haible  <bruno@clisp.org>
50936
50937         * lib/memcoll.c (STRCOLL): New macro.
50938         (memcoll): Use it.
50939
50940 2002-12-31  Bruno Haible  <bruno@clisp.org>
50941
50942         * lib/localcharset.h: New file.
50943         * lib/localcharset.c: Include it.
50944         * lib/unicodeio.c: Likewise.
50945
50946 2002-12-31  Bruno Haible  <bruno@clisp.org>
50947
50948         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
50949         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
50950
50951 2002-12-31  Bruno Haible  <bruno@clisp.org>
50952
50953         * lib/getline.h: Include <stddef.h>, for size_t.
50954
50955         * lib/unicodeio.h: Include <stddef.h>, for size_t.
50956         * lib/unicodeio.c: Don't include <stddef.h>.
50957
50958 2002-12-31  Bruno Haible  <bruno@clisp.org>
50959
50960         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
50961         HAVE_TM_ZONE.
50962
50963 2002-12-24  Karl Berry  <karl@gnu.org>
50964
50965         * config/config.guess: update from prep.
50966
50967 2002-12-24  Bruno Haible  <bruno@clisp.org>
50968
50969         General infrasructure.
50970         * m4/README: Rewritten.
50971         * m4/onceonly.m4: New file.
50972         * m4/onceonly_2_57.m4: New file.
50973
50974         Module atexit.
50975         * m4/atexit.m4: New file.
50976
50977         Module strtod.
50978         * m4/strtod.m4: New file.
50979
50980         Module strtol.
50981         * m4/strtol.m4: New file.
50982
50983         Module strtoul.
50984         * m4/strtoul.m4: New file.
50985
50986         Module memchr.
50987         * m4/memchr.m4: New file.
50988
50989         Module memcmp.
50990         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
50991         (jm_FUNC_MEMCMP): Invoke it.
50992
50993         Module memcpy.
50994         * m4/memcpy.m4: New file.
50995
50996         Module memmove.
50997         * m4/memmove.m4: New file.
50998
50999         Module memset.
51000         * m4/memset.m4: New file.
51001
51002         Module strcspn.
51003         * m4/strcspn.m4: New file.
51004
51005         Module strpbrk.
51006         * m4/strpbrk.m4: New file.
51007
51008         Module strstr.
51009         * m4/strstr.m4: New file.
51010
51011         Module strerror.
51012         * m4/strerror.m4: New file.
51013
51014         Module mktime.
51015         * m4/mktime.m4: Renamed from jm-mktime.m4.
51016         (gl_PREREQ_MKTIME): New macro.
51017         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
51018
51019         Module malloc.
51020         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
51021         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
51022         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
51023
51024         Module realloc.
51025         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
51026         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
51027         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
51028
51029         Module strftime.
51030         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
51031         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
51032         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
51033         gl_TM_GMTOFF.
51034         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
51035
51036         Module xalloc.
51037         * m4/xalloc.m4: New file.
51038
51039         Module alloca.
51040         * m4/alloca.m4: New file.
51041
51042         Module putenv.
51043         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
51044         (jm_FUNC_PUTENV): Invoke it.
51045
51046         Module setenv.
51047         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
51048         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
51049         when invoked twice.
51050         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
51051         gt_FUNC_SETENV.
51052
51053         Module memrchr.
51054         * m4/memrchr.m4: New file.
51055
51056         Module stpcpy.
51057         * m4/stpcpy.m4: New file.
51058
51059         Module strcase.
51060         * m4/strcase.m4: New file.
51061
51062         Module strdup.
51063         * m4/strdup.m4: New file.
51064
51065         Module strnlen.
51066         * m4/strnlen.m4: New file.
51067
51068         Module strndup.
51069         * m4/strndup.m4: New file.
51070
51071         Module xstrtod.
51072         * m4/xstrtod.m4: New file.
51073
51074         Module xstrtol.
51075         * m4/xstrtol.m4: New file.
51076
51077         Module getdate.
51078         * m4/getdate.m4: New file.
51079
51080         Module unlocked-io.
51081         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
51082         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
51083         * m4/jm-glibc-io.m4n: Remove file.
51084
51085         Module long-options.
51086         * m4/long-options.m4: New file.
51087
51088         Module md5.
51089         * m4/md5.m4: New file.
51090
51091         Module sha.
51092         * m4/sha.m4: New file.
51093
51094         Module getstr.
51095         * m4/getstr.m4: New file.
51096
51097         Module getline.
51098         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
51099         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
51100         <sys/types.h>, for size_t. Use the function name gnu_getline, not
51101         simply getline. Infoke gl_PREREQ_GETLINE.
51102
51103         Module obstack.
51104         * m4/obstack.m4: New file.
51105
51106         Module hash.
51107         * m4/hash.m4: New file.
51108
51109         Module readtokens.
51110         * m4/readtokens.m4: New file.
51111
51112         Module strverscmp.
51113         * m4/strverscmp.m4: New file.
51114
51115         Module stdbool.
51116         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
51117         OSF/1.
51118
51119         Module strtoll.
51120         * m4/strtoll.m4: New file.
51121
51122         Module strtoull.
51123         * m4/strtoull.m4: New file.
51124
51125         Module strtoimax.
51126         * m4/strtoimax.m4: New file.
51127
51128         Module strtoumax.
51129         * m4/strtoumax.m4: New file.
51130
51131         Module xstrtoimax.
51132         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
51133         jm_AC_PREREQ_XSTRTOIMAX.
51134         Moved the strtol prerequisites to strtol.m4.
51135         Moved the strtoll prerequisites to strtoll.m4.
51136         Moved the strtoimax prerequisites to strtoimax.m4.
51137
51138         Module xstrtoumax.
51139         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
51140         jm_AC_PREREQ_XSTRTOUMAX.
51141         Moved the strtoul prerequisites to strtoul.m4.
51142         Moved the strtoull prerequisites to strtoull.m4.
51143         Moved the strtoumax prerequisites to strtoumax.m4.
51144
51145         Module chown.
51146         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
51147         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
51148
51149         Module dup2.
51150         * m4/dup2.m4: New file.
51151
51152         Module ftruncate.
51153         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
51154         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
51155
51156         Module getgroups.
51157         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
51158         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
51159
51160         Module gettimeofday.
51161         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
51162         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
51163         gl_PREREQ_GETTIMEOFDAY.
51164
51165         Module mkdir.
51166         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
51167         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
51168
51169         Module mkstemp.
51170         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
51171         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
51172         jm_AC_TYPE_UINTMAX_T.
51173         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
51174
51175         Module stat.
51176         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
51177         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
51178
51179         Module lstat.
51180         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
51181         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
51182
51183         Module timespec.
51184         * m4/timespec.m4 (gl_TIMESPEC): New macro.
51185         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
51186         * m4/st_mtim.m4: Indentation.
51187
51188         Module nanosleep.
51189         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
51190         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
51191         gl_PREREQ_NANOSLEEP.
51192
51193         Module regex.
51194         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
51195         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
51196         (gl_REGEX): New macro.
51197
51198         Module rename.
51199         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
51200         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
51201
51202         Module rmdir.
51203         * m4/rmdir.m4: New file.
51204
51205         Module utime.
51206         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
51207         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
51208         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
51209
51210         Module dirname.
51211         * m4/dirname.m4: New file.
51212
51213         Module getopt.
51214         * m4/getopt.m4: New file.
51215
51216         Module unistd-safer.
51217         * m4/unistd-safer.m4: New file.
51218
51219         Module fnmatch.
51220         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
51221         declaration.
51222         (gl_PREREQ_FNMATCH_EXTRA): New macro.
51223         (gl_FUNC_FNMATCH_POSIX): New macro.
51224         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
51225         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
51226         simply fnmatch.
51227
51228         Module exclude.
51229         * m4/exclude.m4: New file.
51230
51231         Module human.
51232         * m4/human.m4: New file.
51233
51234         Module acl.
51235         * m4/acl.m4: Nop.
51236
51237         Module backupfile.
51238         * m4/backupfile.m4: New file.
51239         * m4/d-ino.m4: Indentation.
51240
51241         Module fsusage.
51242         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
51243         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
51244         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
51245
51246         Module dirfd.
51247         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
51248         requirements.
51249
51250         Module euidaccess.
51251         * m4/euidaccess.m4: New file.
51252
51253         Module file-type.
51254         * m4/file-type.m4: New file.
51255
51256         Module fileblocks.
51257         * m4/fileblocks.m4: New file.
51258
51259         Module filemode.
51260         * m4/filemode.m4: New file.
51261
51262         Module isdir.
51263         * m4/isdir.m4: New file.
51264
51265         Module lchown.
51266         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
51267         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
51268
51269         Module makepath.
51270         * m4/makepath.m4: New file.
51271
51272         Module modechange.
51273         * m4/modechange.m4: New file.
51274
51275         Module mountlist.
51276         * m4/mountlist.m4: New file.
51277         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
51278         Indentation.
51279
51280         Module path-concat.
51281         * m4/path-concat.m4: New file.
51282
51283         Module pathmax.
51284         * m4/pathmax.m4: New file.
51285
51286         Module same.
51287         * m4/same.m4: New file.
51288
51289         Module save-cwd.
51290         * m4/save-cwd.m4: New file.
51291
51292         Module savedir.
51293         * m4/savedir.m4: New file.
51294
51295         Module xgetcwd.
51296         * m4/xgetcwd.m4: New file.
51297         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
51298
51299         Module xreadlink.
51300         * m4/xreadlink.m4: New file.
51301
51302         Module safe-read.
51303         * m4/safe-read.m4: New file.
51304
51305         Module safe-write.
51306         * m4/safe-write.m4: New file.
51307
51308         Module closeout.
51309         * m4/closeout.m4: New file.
51310
51311         Module stdio-safer.
51312         * m4/stdio-safer.m4: New file.
51313
51314         Module getpass.
51315         * m4/getpass.m4: New file.
51316
51317         Module getugroups.
51318         * m4/getugroups.m4: New file.
51319
51320         Module group-member.
51321         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
51322         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
51323
51324         Module idcache.
51325         * m4/idcache.m4: New file.
51326
51327         Module userspec.
51328         * m4/userspec.m4: New file.
51329
51330         Module gettime.
51331         * m4/clock_time.m4: New file.
51332         * m4/gettime.m4: New file.
51333
51334         Module settime.
51335         * m4/settime.m4: New file.
51336
51337         Module posixtm.
51338         * m4/posixtm.m4: New file.
51339
51340         Module gethostname.
51341         * m4/gethostname.m4: New file.
51342
51343         Module canon-host.
51344         * m4/canon-host.m4: New file.
51345
51346         Module gettext.
51347         * m4/codeset.m4: New file, from gettext-0.11.5.
51348         * m4/gettext.m4: New file, from gettext-0.11.5.
51349         * m4/glibc21.m4: New file, from gettext-0.11.5.
51350         * m4/iconv.m4: New file, from gettext-0.11.5.
51351         * m4/intdiv0.m4: New file, from gettext-0.11.5.
51352         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
51353         * m4/inttypes.m4: New file, from gettext-0.11.5.
51354         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
51355         * m4/isc-posix.m4: New file, from gettext-0.11.5.
51356         * m4/lcmessage.m4: New file, from gettext-0.11.5.
51357         * m4/lib-ld.m4: New file, from gettext-0.11.5.
51358         * m4/lib-link.m4: New file, from gettext-0.11.5.
51359         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
51360         * m4/progtest.m4: New file, from gettext-0.11.5.
51361         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
51362         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
51363         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
51364
51365         Module localcharset.
51366         * m4/localcharset.m4: New file.
51367
51368         Module hard-locale.
51369         * m4/hard-locale.m4: New file.
51370
51371         Module mbswidth.
51372         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
51373         onceonly macros.
51374         * m4/mbrtowc.m4: Add comment.
51375
51376         Module memcasecmp.
51377         * m4/memcasecmp.m4: New file.
51378
51379         Module memcoll.
51380         * m4/memcoll.m4: New file.
51381
51382         Module unicodeio.
51383         * m4/unicodeio.m4: New file.
51384
51385         Module rpmatch.
51386         * m4/rpmatch.m4: New file.
51387
51388         Module yesno.
51389         * m4/yesno.m4: New file.
51390
51391         Module exitfail.
51392         * m4/exitfail.m4: New file.
51393
51394         Module c-stack.
51395         * m4/c-stack.m4 (gl_C_STACK): New macro.
51396         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
51397
51398         Module error.
51399         * m4/error.m4 (gl_ERROR): New macro.
51400         (jm_PREREQ_ERROR): Use onceonly macros.
51401
51402         Module fatal.
51403         * m4/fatal.m4: New file.
51404
51405         Module getloadavg.
51406         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
51407         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
51408
51409         Module getpagesize.
51410         * m4/getpagesize.m4: New file.
51411
51412         Module getusershell.
51413         * m4/getusershell.m4: New file.
51414
51415         Module physmem.
51416         * m4/physmem.m4: New file.
51417
51418         Module posixver.
51419         * m4/posixver.m4: New file.
51420
51421         Module quotearg.
51422         * m4/quotearg.m4: New file.
51423
51424         Module quote.
51425         * m4/quote.m4: New file.
51426
51427         Module readutmp.
51428         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
51429
51430         Module sig2str.
51431         * m4/sig2str.m4: New file.
51432
51433         Other.
51434         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
51435         ulonglong.m4.
51436         * m4/intmax_t.m4: New file.
51437         * m4/d-type.m4: Indentation.
51438         * m4/jm-macros.m4: Update.
51439         * m4/prereq.m4 (jm_PREREQ): Update.
51440         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
51441         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
51442         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
51443         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
51444         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
51445         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
51446         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
51447         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
51448         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
51449         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
51450         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
51451         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
51452         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
51453         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
51454         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
51455         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
51456         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
51457         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
51458         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
51459
51460 2002-12-24  Bruno Haible  <bruno@clisp.org>
51461
51462         * MODULES.txt: Update according to m4/ changes.
51463
51464         Module gettext.
51465         * config.rpath: New file, from gettext-0.11.5.
51466
51467         * modules/*: New module descriptions.
51468         * gnulib-tool: New file.
51469         * MODULES.html.sh: New file.
51470
51471 2002-12-21  Karl Berry  <karl@gnu.org>
51472
51473         * doc/fdl.texi: update to version 1.2.
51474
51475 2002-12-19  Karl Berry  <karl@gnu.org>
51476
51477         * config/config.guess: update from prep.
51478
51479 2002-12-18  Bruno Haible  <bruno@clisp.org>
51480
51481         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
51482         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
51483
51484 2002-12-17  Bruno Haible  <bruno@clisp.org>
51485
51486         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
51487         stdlib.h, string.h.
51488
51489 2002-12-17  Bruno Haible  <bruno@clisp.org>
51490
51491         * lib/canon-host.c (strdup): Remove unused declaration.
51492
51493         * lib/fsusage.c: Include full_read.h.
51494         (get_fs_usage): Use full_read instead of safe_read.
51495
51496         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
51497
51498 2002-12-12  Karl Berry  <karl@gnu.org>
51499
51500         * config/config.guess: update from prep.
51501
51502 2002-12-11  Bruno Haible  <bruno@clisp.org>
51503
51504         * m4/setenv.m4: New file, from gettext-0.11.5.
51505
51506 2002-12-11  Bruno Haible  <bruno@clisp.org>
51507
51508         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
51509         not unsetenv().
51510         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
51511         modifications:
51512
51513         2002-12-11  Bruno Haible  <bruno@clisp.org>
51514
51515                 * setenv.c (alloca): Fall back to malloc.
51516                 (freea): New macro.
51517                 (setenv): Use freea() to free memory allocated with alloca().
51518
51519         2002-11-13  Bruno Haible  <bruno@clisp.org>
51520
51521                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
51522                 function declarations.
51523                 * unsetenv.c (unsetenv): Likewise.
51524
51525         2002-03-04  Bruno Haible  <bruno@clisp.org>
51526
51527                 Portability to AIX 4.3.3.
51528                 * unsetenv.c: New file, extracted from setenv.c.
51529                 * setenv.c: Move the unsetenv() function to unsetenv.c.
51530
51531         2001-12-20  Bruno Haible  <bruno@clisp.org>
51532
51533                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
51534                 use malloc instead. For SunOS 4.
51535
51536         2001-12-11  Bruno Haible  <bruno@clisp.org>
51537
51538                 * setenv.c: Declare alloca.
51539                 (compar_fn_t): New typedef.
51540                 (KNOWN_VALUE, STORE_VALUE): Use it.
51541
51542         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
51543         setenv.h.
51544
51545 2002-12-10  Paul Eggert  <eggert@twinsun.com>
51546
51547         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
51548         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
51549         Choose values that are less likely to collide with system fnmatch
51550         options.
51551         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
51552         defined (e.g., a pure POSIX system).
51553         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
51554         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
51555
51556 2002-12-06  Paul Eggert  <eggert@twinsun.com>
51557
51558         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
51559         a pain in practice to deal with generated m4 files.  This change
51560         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
51561
51562         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
51563         and jm-glibc-io.m4, as they are no longer a special case.
51564         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
51565         kludge and the auto-generation stuff.  Check only whether the
51566         functions are declared, not whether they exist, since older hosts
51567         that don't declare the functions can't use the optimization anyway.
51568
51569 2002-12-06  Jim Meyering  <jim@meyering.net>
51570
51571         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
51572
51573         Merge in changes from libc's misc/error.c, in preparation
51574         for the merge of gnulib's changes back into libc.
51575
51576         * lib/error.c (_): Define only if not already defined.
51577         Move definition to follow all #include directives.
51578         Include unlocked-io.h only if !_LIBC.
51579         [_LIBC]: Include <libio/libioP.h>.
51580         [USE_IN_LIBIO]: Include <libio/iolibio.h>
51581         (fflush): Tweak definition to use INTUSE.
51582         (putc): Define.
51583
51584 2002-12-05  Paul Eggert  <eggert@twinsun.com>
51585
51586         * lib/alloca.c [defined emacs]: Include "lisp.h".
51587         (xalloc_die) [defined emacs]: New macro.
51588         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
51589         [! defined emacs]: Include <xalloc.h>.
51590         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
51591         (pointer): Typedef to POINTER_TYPE *.
51592         (malloc): Remove decl; we now always use xmalloc.
51593         (alloca): Use old-style definition, since Emacs needs this.
51594         Check for arithmetic overflow when computing combined size.
51595
51596 2002-12-04  Paul Eggert  <eggert@twinsun.com>
51597
51598         Do not generate unlocked-io.h automatically, since it's easier to
51599         maintain it by hand.
51600
51601         * lib/unlocked-io.h: New file, from GNU diffutils,
51602         but with proper copyright notice and attribution.
51603         * lib/gen-uio: Remove.
51604         * lib/Makefile.am: Add copyright notice.
51605         (libfetish_a_SOURCES): Add unlocked-io.h.
51606         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
51607         (DISTCLEANFILES, io_functions): Remove macros.
51608         (EXTRA_DIST): Remove gen_uio.
51609         (unlocked-io.h): Remove rule.
51610
51611 2002-12-04  Jim Meyering  <jim@meyering.net>
51612
51613         Reflect the fact that stat.c and lstat.c are no longer generated.
51614         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
51615         (DISTCLEANFILES): Likewise.
51616         (EXTRA_DIST): Likewise.
51617         (all_local): Don't depend on stat.c or lstat.c.
51618         (stat.c, lstat.c): Remove rules.
51619         (EXTRA_DIST): Remove xstat.in.
51620
51621         * lib/xstat.in: Remove file.  Contents moved into stat.c.
51622         * lib/stat.c: New file.  Contents mostly from xstat.in.
51623         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
51624         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
51625
51626         * lib/safe-read.c: Rework so that it may serve to define safe_write,
51627         too.
51628         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
51629
51630 2002-12-03  Jim Meyering  <jim@meyering.net>
51631
51632         * lib/safe-read.c, safe-write.c: Change variable names and comments,
51633         but not semantics, to minimize the differences between these two files.
51634         (safe_read): Change comment to mention SAFE_READ_ERROR.
51635
51636         * lib/safe-read.c (IS_EINTR): Define.
51637         (safe_read): Use IS_EINTR in place of in-function cpp directives.
51638
51639 2002-12-02  Jim Meyering  <jim@meyering.net>
51640
51641         * lib/safe-read.c (EINTR): Define.
51642         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
51643         (INT_MAX): Provide fallback.
51644         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
51645
51646         * lib/safe-read.h (SAFE_READ_ERROR): Define.
51647
51648 2002-12-02  Bruno Haible  <bruno@clisp.org>
51649
51650         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
51651         Define, taken from safe-read.c.
51652         (INT_MAX): Provide fallback.
51653         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
51654         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
51655
51656         * lib/safe-read.c (EINTR): Remove definition.
51657         (safe_read): Don't use EINTR if it is absent.
51658
51659 2002-12-01  Jim Meyering  <jim@meyering.net>
51660
51661         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
51662         zero.
51663         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
51664
51665 2002-11-27  Paul Eggert  <eggert@twinsun.com>
51666
51667         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
51668         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
51669         with `if (! (value < limit)) abort ();', for readability.
51670
51671 2002-11-26  Karl Berry  <karl@gnu.org>
51672
51673         * lib/strdup.c: copy from libc again, with jim's ok.
51674         * lib/.cppi-disable: re-add strdup.c
51675
51676 2002-11-25  Karl Berry  <karl@gnu.org>
51677
51678         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
51679         instead of "strtol.c".
51680
51681 2002-11-25  Karl Berry  <karl@gnu.org>
51682
51683         * config/install-sh: update from automake for variable quoting, $0 in
51684         error msgs, etc.
51685
51686         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
51687         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
51688         entry.
51689
51690 2002-11-25  Jim Meyering  <jim@meyering.net>
51691
51692         * lib/mktime.c: Sync from libc, now that it has the latest fix.
51693
51694 2002-11-24  Karl Berry  <karl@gnu.org>
51695
51696         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
51697         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
51698
51699 2002-11-24  Jim Meyering  <jim@meyering.net>
51700
51701         Update from coreutils:
51702
51703         * lib/mktime.c: Merge in changes from libc.
51704
51705         Avoid a link-time failure on some Linux systems.
51706         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
51707         (otherwise).
51708         (__mon_yday): Declare with the STATIC attribute.
51709         (__mktime_internal): Likewise.
51710         Based on a report from Greg Schafer.
51711
51712 2002-11-23  Jim Meyering  <jim@meyering.net>
51713
51714         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
51715         Use `unsigned', not `int', as type of index.
51716
51717         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
51718
51719         * lib/fsusage.c: Remove unneeded parentheses around operands of
51720         `defined'.
51721
51722 2002-11-22  Paul Eggert  <eggert@twinsun.com>
51723
51724         * lib/quotearg.h: Allow multiple inclusion by surrounding with
51725         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
51726         so that we can be included first.
51727         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
51728         * lib/quotearg.c: Include quotearg.h immediately after config.h.
51729         No need to include stddef.h or sys/types.h any more.
51730         Surround local include files with "", not "<>".
51731         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
51732         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
51733         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
51734         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
51735         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
51736         (ISPRINT): Remove; no longer needed now that we assume C89.
51737
51738         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
51739         Preserve errno.
51740
51741         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
51742         quotearg_char): Use SIZE_MAX rather than
51743         (size_t) -1 when we are talking about "infinity".
51744
51745         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
51746
51747 2002-11-22  Paul Eggert  <eggert@twinsun.com>
51748
51749         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
51750         hint that one should use `if (! x) abort ();' rather than `assert
51751         (x);', and anyway it's one less thing to worry about configuring.
51752         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
51753         hash_rehash, hash_insert): Use abort rather than assert.
51754
51755 2002-11-22  Bruno Haible  <bruno@clisp.org>
51756
51757         * lib/safe-read.h: Assume C89. Add comments.
51758         (safe_read): Change return type to size_t.
51759         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
51760         byte counts > SSIZE_MAX correctly.
51761         * lib/safe-write.h: New file.
51762         * lib/safe-write.c: New file.
51763         * lib/full-read.h: New file.
51764         * lib/full-read.c: New file.
51765         * lib/full-write.h: Assume C89. Add comments.
51766         * lib/full-write.c: Include safe-write.h.
51767         (full_write): Rewritten to use safe_write.
51768         Suggested by Jim Meyering and Paul Eggert.
51769
51770 2002-11-21  Jim Meyering  <jim@meyering.net>
51771
51772         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
51773
51774         Merge in changes from the coreutils.
51775
51776         2002-09-25  Paul Eggert  <eggert@twinsun.com>
51777         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
51778         <stdint.h>.
51779         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
51780         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
51781         int.  Work more efficiently if X is the same width as uintmax_t.
51782         Do not compare X to -1, to avoid bogus compiler warning.
51783         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
51784         Don't assume that f_frsize and f_bsize are the same type.
51785
51786         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
51787         warning on FreeBSD.
51788
51789         * lib/makepath.c (make_path): Restore umask *before* creating the final
51790         component.
51791         (make_path): Minor reformatting.
51792
51793         * lib/xmalloc.c: Adjust to work with new autoconf macros,
51794         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
51795         HAVE_MALLOC/HAVE_REALLOC.
51796
51797         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
51798         dummy ones.  At least on GNU/Linux systems, `auto' means something
51799         else.
51800         From Michael Stone.
51801
51802 2002-11-21  Bruno Haible  <bruno@clisp.org>
51803
51804         Remove case insensitive option matching.
51805         * lib/argmatch.h (argcasematch): Remove declaration.
51806         (ARGCASEMATCH): Remove macro.
51807         (__xargmatch_internal): Remove case_sensitive argument.
51808         (XARGMATCH): Update.
51809         (XARGCASEMATCH): Remove macro.
51810         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
51811         case_sensitive argument.
51812         (argcasematch): Remove function.
51813         (__xargmatch_internal): Remove case_sensitive argument.
51814         (main): Use XARGMATCH instead of XARGCASEMATCH.
51815
51816         * lib/xmalloc.c: Change compile-time error message. Add comment about
51817         required autoconf version.
51818
51819 2002-11-20  Paul Eggert  <eggert@twinsun.com>
51820
51821         Merge argmatch cleanups from Bison.  Assume C89.
51822
51823         * lib/argmatch.c: Include config.h here, not in argmatch.h.
51824         Include stdlib.h, for EXIT_FAILURE.
51825         Always include <string.h>, since we assume C89.
51826         (EXIT_FAILURE): Remove pre-C89 bug workaround.
51827         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
51828         Include <stddef.h> instead, since it's all we need for size_t.
51829         (PARAMS): Remove.  All uses removed.
51830         (ARRAY_CARDINALITY): Do not bother to #undef.
51831         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
51832         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
51833         Remove unnecessary parentheses.
51834         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
51835         Insert necessary parentheses.
51836         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
51837         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
51838
51839 2002-11-19  Bruno Haible  <bruno@clisp.org>
51840
51841         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
51842         * lib/mbswidth.h: Include <stddef.h>, for size_t.
51843
51844         * lib/mbswidth.h (PARAMS): Remove macro.
51845         (mbswidth, mbsnwidth): Use ANSI C function declarations.
51846         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
51847
51848         * lib/gcd.h (PARAMS): Remove macro.
51849         (gcd): Use ANSI C function declarations.
51850         * lib/gcd.c (gcd): Likewise.
51851
51852 2002-11-15  Bruno Haible  <bruno@clisp.org>
51853
51854         * lib/strcspn.c: Include <stddef.h>.
51855         (strcspn): Use ANSI C function declaration. Change return type to
51856         size_t. Use NULL.
51857         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
51858         (strpbrk): Use NULL.
51859         * lib/strpbrk.h (PARAMS): Remove macro.
51860         (strpbrk): Use ANSI C function declaration.
51861         * lib/strstr.c: Don't include <sys/types.h>.
51862         * lib/strstr.h (PARAMS): Remove macro.
51863         (strstr): Use ANSI C function declarations.
51864
51865 2002-11-14  Karl Berry  <karl@gnu.org>
51866
51867         * config/mkinstalldirs: `do' on separate line, instead of
51868         `for var; do'.
51869
51870 2002-11-06  Bruno Haible  <bruno@clisp.org>
51871
51872         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
51873         * lib/gcd.c (gcd): Likewise.
51874
51875 2002-11-05  Bruno Haible  <bruno@clisp.org>
51876
51877         * lib/gcd.h: New file, from gettext-0.11.5.
51878         * lib/gcd.c: New file, from gettext-0.11.5.
51879
51880 2002-11-05  Bruno Haible  <bruno@clisp.org>
51881
51882         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
51883         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
51884         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
51885         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
51886
51887         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
51888         <libintl.h>.
51889         * lib/makepath.c: Include gettext.h instead of <locale.h> and
51890         <libintl.h>.
51891
51892         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
51893         * lib/human.c: Include gettext.h instead of <libintl.h>.
51894         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
51895         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
51896         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
51897         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
51898         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
51899         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
51900         (textdomain): Remove definition.
51901         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
51902
51903         * lib/long-options.c: Remove include of <libintl.h> and definition of
51904         _.
51905         * lib/same.c: Remove include of <libintl.h> and definition of _.
51906
51907 2002-11-04  Owen Taylor  <otaylor@redhat.com>
51908
51909         * lib/config.charset: A few additions for Solaris.
51910
51911 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
51912
51913         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
51914         * lib/localcharset.c (locale_charset): Declare as extern "C".
51915
51916 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
51917
51918         * lib/config.charset: msdos in uk_UA uses CP1125.
51919
51920 2002-11-04  Bruno Haible  <bruno@clisp.org>
51921
51922         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
51923         * lib/strcase.h: New file, from GNU gettext-0.11.5.
51924         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
51925         * lib/strstr.h: New file, from GNU gettext-0.11.5.
51926         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
51927
51928 2002-11-04  Bruno Haible  <bruno@clisp.org>
51929
51930         * lib/localcharset.c (locale_charset): Don't return an empty string.
51931
51932 2002-11-04  Bruno Haible  <bruno@clisp.org>
51933
51934         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
51935         aliases.
51936
51937 2002-11-04  Bruno Haible  <bruno@clisp.org>
51938
51939         * lib/config.charset: Update for newest glibc. Add canonical names
51940         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
51941
51942 2002-11-04  Bruno Haible  <bruno@clisp.org>
51943
51944         * lib/config.charset: Add support for NetBSD.
51945
51946 2002-11-04  Bruno Haible  <bruno@clisp.org>
51947
51948         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
51949
51950 2002-11-01  Bruno Haible  <bruno@clisp.org>
51951
51952         * configure.in: Add AC_CONFIG_AUX_DIR call.
51953         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
51954         test/Makefile.
51955         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
51956
51957 2002-09-28  Karl Berry  <karl@gnu.org>
51958
51959         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
51960         installed automake until the next release, since changes have been
51961         made.
51962
51963 2002-09-25  Karl Berry  <karl@gnu.org>
51964
51965         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
51966         * lib/getopt*: copy from libc/posix.
51967         * lib/gettext.h: copy from gettext.
51968         * lib/.cppi-disable: add strdup.c, gettext.h.
51969
51970 2002-09-25  Karl Berry  <karl@gnu.org>
51971
51972         * config/srclist.txt: enable gettext.h check.
51973         * config/config.{guess,sub}: update from prep.
51974         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
51975                 from automake 1.6.3.
51976         See srclist*.
51977
51978 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
51979
51980         * regex.c (PATFETCH): Remove the translating fetch.
51981         (PATFETCH_RAW): Rename to PATFETCH.
51982         (set_image_of_range): New fun.
51983         (SET_RANGE_TABLE_WORK_AREA): Use it.
51984         (regex_compile): Don't translate the pattern chars so eagerly.
51985         Only do it when inserting an `exactn' bytecode or when handling
51986         a char-range.
51987         (mutually_exclusive_p): Avoid empty statement.
51988
51989 2002-07-06  Jim Meyering  <meyering@lucent.com>
51990
51991         * m4/README: Don't mention Makefile.am.in.
51992         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
51993
51994 2002-07-01  Jim Meyering  <meyering@lucent.com>
51995
51996         * lib/c-stack.c: Include sys/time.h.
51997         From Volker Borchert.
51998
51999 2002-06-26  Paul Eggert  <eggert@twinsun.com>
52000
52001         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
52002
52003 2002-06-26  Paul Eggert  <eggert@twinsun.com>
52004
52005         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
52006         New macro.  Use it uniformly instead of
52007         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
52008         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
52009         reported by Vin Shelton.
52010
52011 2002-06-22  Paul Eggert  <eggert@twinsun.com>
52012
52013         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
52014         Do not assume SA_SIGINFO behavior.
52015         Bug reported by Jim Meyering on NetBSD 1.5.2.
52016
52017 2002-06-22  Jim Meyering  <meyering@lucent.com>
52018
52019         * m4/c-stack.m4: New file, from diffutils-2.8.2.
52020         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
52021
52022         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
52023         now that configure.ac uses AC_GNU_SOURCE.
52024         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
52025         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
52026
52027         Update to latest tools.  Suggestions from Paul Eggert.
52028         * m4/stdbool.m4: New file, from diffutils-2.8.2.
52029         * m4/gnu-source.m4: Update from diffutils-2.8.2.
52030         * m4/fnmatch.m4: Likewise.
52031         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
52032         to AC_HEADER_STDBOOL
52033
52034 2002-06-22  Jim Meyering  <meyering@lucent.com>
52035
52036         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
52037         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
52038
52039 2002-06-22  Jim Meyering  <meyering@lucent.com>
52040
52041         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
52042
52043         * lib/exitfail.c, exitfail.h: Likewise.
52044         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
52045
52046         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
52047         of fnmatch.h.
52048         (EXTRA_DIST): Add fnmatch_loop.c.
52049         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
52050
52051         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
52052         * lib/fnmatch.c: Update from diffutils-2.8.2.
52053         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
52054         * lib/fnmatch.h: Remove file.
52055
52056 2002-06-21  Jim Meyering  <meyering@lucent.com>
52057
52058         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
52059         * m4/mbrtowc.m4: Likewise.
52060
52061         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
52062         * m4/mbswidth.m4: Reflect name change:
52063         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
52064         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
52065
52066         * m4/lib-link.m4: Update from gettext-0.11.2.
52067         * m4/gettext.m4: Likewise.
52068
52069         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
52070         From Alfred M. Szmidt.
52071
52072 2002-06-18  Paul Eggert  <eggert@twinsun.com>
52073
52074         * lib/file-type.h: Report an error if neither S_ISREG nor
52075         S_IFREG is defined, instead of using a test specific to glibc
52076         2.2.  This should be safe, since POSIX requires S_ISREG and
52077         Unix Version 7 had S_IFREG.  We don't need to check for
52078         <sys/types.h> since we don't use any symbols that it defines.
52079
52080 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
52081
52082         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
52083         $@-t, so that each temporary file name is unique and valid in the first
52084         8 characters, for operation under DOS.
52085
52086 2002-06-15  Paul Eggert  <eggert@twinsun.com>
52087
52088         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
52089
52090 2002-06-15  Jim Meyering  <meyering@lucent.com>
52091
52092         Work even with DJGPP 2.03, which lacks support for symlinks.
52093         From Richard Dawe.
52094         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
52095         is defined.
52096         * lib/lchown.c (S_ISLNK): Likewise.
52097
52098 2002-06-15  Jim Meyering  <meyering@lucent.com>
52099
52100         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
52101         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
52102         have been included before this file.
52103
52104 2002-06-14  Jim Meyering  <meyering@lucent.com>
52105
52106         * lib/file-type.h: Use the version from diffutils-2.8.2.
52107         * lib/file-type.c: Likewise.
52108
52109 2002-06-07  Jim Meyering  <meyering@lucent.com>
52110
52111         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
52112         They're needed at least for NetBSD 1.5.2.
52113         ($statxfs_includes): Include those same headers.
52114         ($statxfs_includes): Include sys/vfs.h if available.
52115         ($statxfs_includes): Likewise for sys/statvfs.h.
52116         Check for the following members in both structs statfs and statvfs:
52117         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
52118
52119 2002-06-01  Jim Meyering  <meyering@lucent.com>
52120
52121         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
52122         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
52123
52124 2002-05-28  Jim Meyering  <meyering@lucent.com>
52125
52126         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
52127         Reported by Volker Borchert.
52128
52129 2002-05-27  Jim Meyering  <meyering@lucent.com>
52130
52131         Fix a problem seen only on nonconforming systems whereby ls.c's
52132         use of localtime, and then of gettimeofday would cause trouble:
52133         the localtime call used to initialize rpl_gettimeofday's save
52134         mechanism would clobber ls's current local time information so
52135         that in any long listing the first file would always be listed
52136         with date 1970-01-01.  Analysis by Volker Borchert.
52137
52138         * lib/gettimeofday.c (localtime): Undefine.
52139         (rpl_localtime): New function.
52140
52141 2002-05-27  Jim Meyering  <meyering@lucent.com>
52142
52143         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
52144         localtime.
52145
52146         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
52147         use the replacement function; it wouldn't resolve at link time.
52148         Reported by Volker Borchert.
52149
52150 2002-05-22  Jim Meyering  <meyering@lucent.com>
52151
52152         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
52153         file-type.h.
52154         * lib/file-type.h: New file.
52155         * lib/file-type.c (file_type): New file/function.  Extracted from
52156         diffutils.
52157
52158 2002-04-30  Jim Meyering  <meyering@lucent.com>
52159
52160         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
52161
52162 2002-04-29  Paul Eggert  <eggert@twinsun.com>
52163
52164         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
52165
52166 2002-04-29  Paul Eggert  <eggert@twinsun.com>
52167
52168         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
52169         Do not check for alloca.h (no longer used) or stdbool.h (was never
52170         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
52171
52172 2002-04-29  Paul Eggert  <eggert@twinsun.com>
52173
52174         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
52175
52176 2002-04-29  Jim Meyering  <meyering@lucent.com>
52177
52178         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
52179         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
52180         Use AC_FUNC_STRNLEN here instead.
52181
52182         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
52183         With autoconf-2.53a, it's part of AC_PROG_CC.
52184
52185 2002-04-28  Paul Eggert  <eggert@twinsun.com>
52186
52187         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
52188         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
52189
52190 2002-04-28  Paul Eggert  <eggert@twinsun.com>
52191
52192         * lib/sig2str.h, lib/sig2str.c: New files.
52193         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
52194
52195 2002-04-28  Paul Eggert  <eggert@twinsun.com>
52196
52197         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
52198         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
52199         of 127, since 64 is the largest conceivable number for ancient
52200         nonstandard hosts.
52201         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
52202
52203 2002-04-28  Jim Meyering  <meyering@lucent.com>
52204
52205         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
52206
52207 2002-04-24  Jim Meyering  <meyering@lucent.com>
52208
52209         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
52210         (jm_PREREQ): Use it.
52211
52212         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
52213         mach/mach.h fcntl.h.
52214         Check for this function: setlocale.
52215
52216 2002-04-24  Jim Meyering  <meyering@lucent.com>
52217
52218         * lib/gettext.h: New file, from Gettext.
52219         * lib/Makefile.am (INCLUDES): Remove -I../intl.
52220         (libfetish_a_SOURCES): Add gettext.h.
52221
52222 2002-04-16  Jim Meyering  <meyering@lucent.com>
52223
52224         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
52225         ut_pid, ut_id, ut_exit.
52226
52227 2002-04-16  Jim Meyering  <meyering@lucent.com>
52228
52229         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
52230         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
52231         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
52232
52233 2002-04-12  Jim Meyering  <meyering@lucent.com>
52234
52235         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
52236         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
52237         existence of the getmntinfo function.  Needed for Darwin 5.3.
52238
52239         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
52240         This is necessary at least on Darwin 5.3.
52241
52242         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
52243         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
52244         strnlen.o in the library, and that makes some versions of ranlib
52245         object.
52246
52247 2002-04-12  Jim Meyering  <meyering@lucent.com>
52248
52249         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
52250
52251 2002-04-09  Jim Meyering  <meyering@lucent.com>
52252
52253         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
52254         to be more precise.  Rather than saying we're checking whether the
52255         function `works', say what we're testing.
52256         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
52257         Reported by Bruno Haible.
52258
52259 2002-03-10  Jim Meyering  <meyering@lucent.com>
52260
52261         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
52262         Suggestion from Santiago Vila.
52263
52264 2002-03-08  Jim Meyering  <meyering@lucent.com>
52265
52266         * lib/rename.c: Mention that this wrapper is needed also on
52267         mips-dec-ultrix4.4 systems.
52268
52269 2002-03-02  Jim Meyering  <meyering@lucent.com>
52270
52271         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
52272         not HAVE_CLOCK_SETTIME.
52273
52274 2002-02-27  Paul Eggert  <eggert@twinsun.com>
52275
52276         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
52277         Check for clock_settime.
52278
52279 2002-02-27  Paul Eggert  <eggert@twinsun.com>
52280
52281         * lib/nanosleep.h: Rename to....
52282         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
52283
52284         * lib/gettime.c: New file.
52285         * lib/settime.c: New file.
52286         * lib/stime.c: Remove.
52287
52288         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
52289         timespec.h.  Remove nanosleep.h.
52290
52291 2002-02-25  Paul Eggert  <eggert@twinsun.com>
52292
52293         * m4/acl.m4: New file.
52294         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
52295         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
52296
52297 2002-02-25  Paul Eggert  <eggert@twinsun.com>
52298
52299         * lib/acl.c, lib/acl.h: New files.
52300         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
52301
52302 2002-02-24  Jim Meyering  <meyering@lucent.com>
52303
52304         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
52305         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
52306         cause trouble.  Reported by Nelson Beebe.
52307
52308 2002-02-23  Paul Eggert  <eggert@twinsun.com>
52309
52310         * lib/path-concat.c (xpath_concat): Reorder code to pacify
52311         compilers that don't know that xalloc_die never returns.
52312
52313 2002-02-20  Jim Meyering  <meyering@lucent.com>
52314
52315         * lib/getdate.c: Regenerate using bison-1.33.
52316
52317 2002-02-17  Jim Meyering  <meyering@lucent.com>
52318
52319         * config/config.guess (main): Don't use `head -1'; it's no longer
52320         portable. Use `sed 1q' instead.
52321
52322 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
52323
52324         * m4/codeset.m4: Upgrade to gettext-0.11.
52325         * m4/gettext.m4: Upgrade to gettext-0.11.
52326         * m4/glibc21.m4: Upgrade to gettext-0.11.
52327         * m4/iconv.m4: Upgrade to gettext-0.11.
52328         * m4/isc-posix.m4: Upgrade to gettext-0.11.
52329         * m4/lcmessage.m4: Upgrade to gettext-0.11.
52330         * m4/lib-ld.m4: New file, from gettext-0.11.
52331         * m4/lib-link.m4: New file, from gettext-0.11.
52332         * m4/lib-prefix.m4: New file, from gettext-0.11.
52333         * m4/progtest.m4: Upgrade to gettext-0.11.
52334
52335 2002-02-15  Paul Eggert  <eggert@twinsun.com>
52336
52337         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
52338         (jm_PREREQ): Use it.
52339
52340 2002-02-15  Paul Eggert  <eggert@twinsun.com>
52341
52342         * lib/posixver.c, lib/posixver.h: New files.
52343         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
52344
52345 2002-02-02  Paul Eggert  <eggert@twinsun.com>
52346             Bruno Haible  <bruno@clisp.org>
52347
52348         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
52349         (fwrite_success_callback): New declaration.
52350         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
52351         print_unicode_char. Call failure callback instead of error.
52352         (fwrite_success_callback): New function.
52353         (exit_failure_callback): New function.
52354         (fallback_failure_callback): New function.
52355         (print_unicode_char): Call unicode_to_mb.
52356
52357 2002-01-26  Jim Meyering  <meyering@lucent.com>
52358
52359         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
52360         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
52361
52362 2002-01-26  Jim Meyering  <meyering@lucent.com>
52363
52364         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
52365
52366 2002-01-22  Paul Eggert  <eggert@twinsun.com>
52367
52368         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
52369
52370 2002-01-22  Jim Meyering  <meyering@lucent.com>
52371
52372         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
52373         Otherwise, some versions of automake would omit the rule that makes
52374         Makefile from Makefile.in.
52375
52376 2002-01-21  Paul Eggert  <eggert@twinsun.com>
52377
52378         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
52379         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
52380         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
52381         (memcoll): Set errno to zero if there is no error.
52382
52383         * lib/quotearg.c (quotearg_buffer_restyled):
52384         Fix bug with quoting buffers containing NUL when backslashing escapes.
52385         This bug was exposed by the other changes in this patch.
52386         (quotearg_n_options): New arg ARGSIZE.
52387         All callers changed.
52388         (quoting_options_from_style): New function.
52389         (quotearg_n_style): Use it.
52390         (quotearg_n_style_mem): New function.
52391
52392         * lib/quotearg.h (quotearg_n_style_mem): New function.
52393
52394 2002-01-19  Jim Meyering  <meyering@lucent.com>
52395
52396         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
52397         Remove useless quotes: DF_PROG="df".
52398         * m4/strnlen.m4: New file.
52399
52400 2002-01-16  Paul Eggert  <eggert@twinsun.com>
52401
52402         * lib/backupfile.c (ISDIGIT): Comment fix.
52403         * lib/getdate.y (ISDIGIT): Likewise.
52404         * lib/posixtm.c (ISDIGIT, year): Likewise.
52405         * lib/strverscmp.c (ISDIGIT): Likewise.
52406         * lib/userspec.c (ISDIGIT): Likewise.
52407
52408 2002-01-16  Jim Meyering  <meyering@lucent.com>
52409
52410         * lib/getdate.y: Add three semicolons, each just before a closing
52411         brace. Bison (as of version 1.31) no longer papers over that mistake.
52412
52413 2002-01-05  Jim Meyering  <meyering@lucent.com>
52414
52415         * lib/version-etc.c (version_etc_copyright): Update copyright year.
52416
52417 2001-12-19  Paul Eggert  <eggert@twinsun.com>
52418
52419         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
52420         not silently exit merely because the output buffer happens to
52421         have nothing pending.
52422
52423 2001-12-18  Paul Eggert  <eggert@twinsun.com>
52424
52425         See the big note in ../ChangeLog.
52426         * lib/human.c (suffixes): Prefer K to k for 1024.
52427         (generate_suffix_backwards): New function.
52428         (human_readable_inexact): Use it.
52429         * lib/xstrtol.c (__xstrtol): If there is no number but there
52430         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
52431         Accept 'K' as well as 'k'.
52432
52433 2001-12-15  Jim Meyering  <meyering@lucent.com>
52434
52435         * lib/regex.h (__restrict_arr): Update from libc.
52436
52437         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
52438         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
52439         (STREQ): Define.
52440
52441 2001-12-14  Jim Meyering  <meyering@lucent.com>
52442
52443         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
52444         Suggestion from Bruno Haible.
52445
52446 2001-12-10  Jim Meyering  <meyering@lucent.com>
52447
52448         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
52449         xrealloc, Instead, include "xalloc.h".
52450         (initbuffer): Don't cast xmalloc return value to char*.
52451         (readline): Reword comment.
52452         Don't cast xrealloc return value to char*
52453         Return NULL, not 0.
52454
52455 2001-12-09  Jim Meyering  <meyering@lucent.com>
52456
52457         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
52458         about `signed and unsigned type in conditional expression'.
52459         * lib/posixtm.c (posix_time_parse): Likewise.
52460
52461         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
52462
52463         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
52464         to avoid a pedantic warning.
52465
52466         * lib/getstr.c: Don't include assert.h.
52467         (getstr): Remove warning-evoking assertions.
52468         Return -1 if offset parameter is out of bounds.
52469         Change the type of a local from int to size_t.
52470
52471         * lib/strftime.c (my_strftime_localtime_r): Include this function
52472         definition in the `#if ! HAVE_TM_GMTOFF' block.
52473
52474         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
52475         Include xalloc.h instead.
52476
52477 2001-12-02  Jim Meyering  <meyering@lucent.com>
52478
52479         * lib/tempname.c: Don't declare getenv, thus reverting the change of
52480         2001-11-18.  It's no longer necessary, now that stdlib.h is always
52481         included.
52482
52483         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
52484         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
52485
52486 2001-11-30  Akim Demaille  <akim@epita.fr>
52487
52488         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
52489         before being defined.
52490
52491 2001-11-27  Paul Eggert  <eggert@twinsun.com>
52492
52493         * lib/quotearg.h (quotearg_n, quotearg_n_style):
52494         First arg is int, not unsigned.
52495         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
52496         (SIZE_MAX, UINT_MAX): New macros.
52497         (quotearg_n_options): Abort if N is negative.
52498         Avoid overflow check on hosts where size_t is 64 bits and int
52499         is 32 bits, as overflow is impossible there.
52500         Fix off-by-one typo that caused unnecessary reallocation.
52501
52502 2001-11-27  Jim Meyering  <meyering@lucent.com>
52503
52504         * lib/tempname.c: Merge with version from libc.
52505         * lib/regex.c: Likewise.
52506
52507         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
52508         systems for which STDC_HEADERS is 0, it was not included, resulting in
52509         a warning about an integer-to-pointer conversion problem with getenv.
52510         Reported by Volker Borchert.
52511
52512 2001-11-26  Jim Meyering  <meyering@lucent.com>
52513
52514         * lib/gtod.h: Remove file.
52515         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
52516         * lib/gettimeofday.c: Don't include gtod.h.
52517         (GTOD_init): Remove function.
52518         (rpl_gettimeofday): Do its job here instead, rather than aborting.
52519         Suggestion from Volker Borchert.
52520
52521 2001-11-23  Jim Meyering  <meyering@lucent.com>
52522
52523         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
52524         it.
52525         * lib/hash.c (struct hash_table): Define it here instead.
52526
52527 2001-11-22  Jim Meyering  <meyering@lucent.com>
52528
52529         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
52530
52531 2001-11-20  Jim Meyering  <meyering@lucent.com>
52532
52533         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
52534         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
52535
52536 2001-11-19  Jim Meyering  <meyering@lucent.com>
52537
52538         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
52539         directory.  Use "conftestXXXXXX" as the template.
52540         Suggestion from Paul Eggert.
52541
52542         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
52543         immediately, so the test doesn't mistakenly hit the max-open-files
52544         limit.
52545
52546 2001-11-18  Paul Eggert  <eggert@twinsun.com>
52547
52548         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
52549         (TEMPORARIES): New macro.
52550         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
52551         removes an artificial limitation (e.g. HP-UX 10.20, where
52552         TMP_MAX is 17576).
52553
52554 2001-11-18  Jim Meyering  <meyering@lucent.com>
52555
52556         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
52557
52558 2001-11-18  Jim Meyering  <meyering@lucent.com>
52559
52560         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
52561         on SunOS 4.
52562
52563         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
52564         files will be created before anything else.
52565
52566 2001-11-17  Paul Eggert  <eggert@twinsun.com>
52567
52568         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
52569         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
52570
52571 2001-11-17  Jim Meyering  <meyering@lucent.com>
52572
52573         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
52574         Prompted by a report from Bob Proulx.
52575
52576         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
52577         Instead, require UTILS_FUNC_MKSTEMP.
52578
52579 2001-11-17  Jim Meyering  <meyering@lucent.com>
52580
52581         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
52582         Now, that's done as part of AC_FUNC_STRTOD.
52583
52584 2001-11-17  Jim Meyering  <meyering@lucent.com>
52585
52586         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
52587         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
52588         rather than group writable.  Patch by Juan F. Codagnone.
52589
52590         * lib/readtokens.c: Remove explicit declarations of xmalloc and
52591         xrealloc, Instead, include "xalloc.h".
52592
52593         * lib/mountlist.c: Include unlocked-io.h after all system headers.
52594         Remove explicit declarations of xmalloc, xrealloc,
52595         and xstrdup.  Instead, include "xalloc.h".
52596
52597         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
52598         unlocked-io.h.
52599         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
52600         Likewise.
52601         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
52602
52603         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
52604         Reported by Padraig Brady.
52605
52606         * lib/mkstemp.c: #undef mkstemp.
52607         Include config.h.
52608         (rpl_mkstemp): Rename from mkstemp.
52609         Protoize.
52610
52611 2001-11-16  Jim Meyering  <meyering@lucent.com>
52612
52613         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
52614         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
52615         determine the amount of total physical memory, use pstat_getstatic.
52616         HPUX-11 doesn't define _SC_PHYS_PAGES.
52617         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
52618         If sysconf couldn't be used to determine the amount of available
52619         physical memory, use both pstat_getstatic and pstat_getdynamic.
52620         Based on a patch from Bob Proulx.
52621
52622 2001-11-10  Jim Meyering  <meyering@lucent.com>
52623
52624         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
52625         (jm_PREREQ): Use it.
52626
52627 2001-11-09  Jim Meyering  <meyering@lucent.com>
52628
52629         * m4/jm-macros.m4: Require autoconf-2.52f.
52630         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
52631         Use these AC_-prefixed names, not the AM_-prefixed ones.
52632
52633         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
52634
52635 2001-11-05  Jim Meyering  <meyering@lucent.com>
52636
52637         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
52638
52639 2001-11-04  Jim Meyering  <meyering@lucent.com>
52640
52641         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
52642         $DEFS.
52643
52644 2001-11-03  Jim Meyering  <meyering@lucent.com>
52645
52646         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
52647         of AC_DEFUN.
52648
52649         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
52650         know the name of the variable in the macro definition.
52651
52652 2001-11-03  Jim Meyering  <meyering@lucent.com>
52653
52654         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
52655         in argmatch_to_argument call.
52656
52657         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
52658         argument.
52659
52660         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
52661         e.g., a fault due to an attempt to free a NULL pointer.
52662
52663 2001-11-01  Jim Meyering  <meyering@lucent.com>
52664
52665         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
52666         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
52667
52668 2001-11-01  Jim Meyering  <meyering@lucent.com>
52669
52670         * lib/dirfd.c, lib/dirfd.h: New files.
52671         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
52672
52673         * lib/hash.c (hash_print) [TESTING]: Clean up.
52674
52675 2001-10-22  Paul Eggert  <eggert@twinsun.com>
52676
52677         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
52678         to avoid a warning if -Wall.
52679
52680 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
52681
52682         * README: New file
52683         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
52684         (per RMS's instructions, this is now the canonical source)
52685         * lgpl/, gpl/: New directories.
52686
52687 2001-10-21  Paul Eggert  <eggert@twinsun.com>
52688
52689         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
52690
52691 2001-10-21  Jim Meyering  <meyering@lucent.com>
52692
52693         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
52694         this code would end up calling gettext even in packages built
52695         with --disable-nls.
52696         * lib/getopt.c (_): Likewise.
52697         * lib/regex.c (_): Likewise.
52698
52699 2001-10-20  Paul Eggert  <eggert@twinsun.com>
52700
52701         * m4/error.m4 (jm_PREREQ_ERROR):
52702         Do not invoke AC_CHECK_FUNCS with strerror_r, as
52703         AC_FUNC_STRERROR_R does that.
52704         Check for strerror declaration.
52705
52706         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
52707         are supposed to have them these days.
52708         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
52709         Merge changes from latest Autoconf CVS.
52710         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
52711         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
52712         POSIX decided to standardize on the int flavor of strerror_r.
52713
52714 2001-10-20  Paul Eggert  <eggert@twinsun.com>
52715
52716         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
52717         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
52718         Use strerror_r that is only a macro, even if it is not a function.
52719         (strerror): Check for HAVE_DECL_STRERROR before declaring.
52720         (private_strerror): Use prototypes, not old-style function definition.
52721         (print_errno_message): New function.
52722         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
52723         char*-flavored one.
52724         (error_tail, error, error_at_line): Use it.
52725
52726 2001-10-11  Jim Meyering  <meyering@lucent.com>
52727
52728         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
52729         and quote_n (1, ... to avoid clobbering a buffer.
52730
52731 2001-10-05  Jim Meyering  <meyering@lucent.com>
52732
52733         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
52734         hash-pjw.h.
52735         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
52736         * lib/hash-pjw.h: New file.
52737
52738 2001-09-30  Jim Meyering  <meyering@lucent.com>
52739
52740         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
52741         `struct fsstat' has the `f_fstypename' member.
52742         Use that to define FS_TYPE, which is now used to make
52743         the getfsstat link test tighter.
52744
52745 2001-09-30  Jim Meyering  <meyering@lucent.com>
52746
52747         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
52748         Include <sys/ucred.h>, for Apple Darwin.
52749         Include sys/mount.h and sys/fs_types.h only if available.
52750         (FS_TYPE): Define.
52751         (read_filesystem_list): Use FS_TYPE.
52752
52753 2001-09-29  Paul Eggert  <eggert@twinsun.com>
52754
52755         * lib/exclude.c (excluded_filename): 0 -> false, since it's
52756         a boolean context.
52757
52758 2001-09-29  Jim Meyering  <meyering@lucent.com>
52759
52760         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
52761         [one-argument getmntent function]): Include stdio.h before mntent.h.
52762         SunOS 4.1.x needs it for the declaration of `FILE'.
52763         Patch by Volker Borchert.
52764
52765         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
52766         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
52767         sys/fs_types.h, and make the link-test for getfsstat guard #include
52768         directives with appropriate #if HAVE_*_H tests so that we can
52769         detect getfsstat on Apple Darwin1.3.7 systems.
52770         Reported by Nelson Beebe.
52771         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
52772
52773 2001-09-28  Paul Eggert  <eggert@twinsun.com>
52774
52775         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
52776         #defines strtoimax.  Also treat the other strto* functions
52777         like strtoimax.
52778
52779         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
52780         Check for strtoul and strtoumax,
52781         as those declarations are made even in the signed case.
52782         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
52783         Likewise, for strtol and strtoimax.
52784
52785 2001-09-28  Paul Eggert  <eggert@twinsun.com>
52786
52787         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
52788         #defines strtoimax.  Also treat the other strto* functions
52789         like strtoimax.
52790
52791         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
52792         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
52793         (strtoimax, strtoumax): Do not declare if already defined as a macro.
52794
52795 2001-09-26  Jim Meyering  <meyering@lucent.com>
52796
52797         Most macros in unlocked-io.h had the wrong number of arguments.
52798         * lib/gen-uio: New script.
52799         (USE_UNLOCKED_IO): Define to 1 if not already defined.
52800         * lib/unlocked-io.hin: Remove file.
52801         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
52802         rather than trying to embed it here.
52803         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
52804         Reported by Padraig Brady.
52805
52806 2001-09-25  Volker Borchert  <bt@teknon.de>
52807
52808         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
52809         `result'.
52810
52811 2001-09-24  Jim Meyering  <meyering@lucent.com>
52812
52813         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
52814
52815 2001-09-23  Jim Meyering  <meyering@lucent.com>
52816
52817         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
52818         instead of the mere test for existence of mntent.h.  The latter
52819         would get a false-positive on AIX 3.4 systems.
52820         In the outer getmntent if-block, don't die if neither of the getmntent
52821         tests succeeds.  Instead, just fall through and continue with the
52822         remaining tests.
52823
52824 2001-09-23  Jim Meyering  <meyering@lucent.com>
52825
52826         * lib/mountlist.c: Remove useless parentheses in #if directives.
52827         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
52828         the deprecated MOUNTED symbol is no longer defined in mntent.h.
52829
52830 2001-09-22  Jim Meyering  <meyering@lucent.com>
52831
52832         * m4/gettext.m4: New file.  From gettext.
52833         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
52834         * m4/progtest.m4: Likewise
52835         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
52836         * m4/glibc21.m4: Likewise.
52837
52838         * m4/libintl.m4: Remove.  No longer used.
52839
52840 2001-09-22  Jim Meyering  <meyering@lucent.com>
52841
52842         * lib/localcharset.c: Update from latest gettext.
52843         * lib/config.charset: Likewise.
52844
52845 2001-09-20  Jim Meyering  <meyering@lucent.com>
52846
52847         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
52848         strtoimax.
52849         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
52850         strtoumax.
52851
52852 2001-09-20  Jim Meyering  <meyering@lucent.com>
52853
52854         * lib/xstrtol.c (strtoimax): Guard declaration with
52855         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
52856         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
52857         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
52858         (strtoumax): Likewise, for completeness (it wasn't necessary).
52859
52860 2001-09-17  Paul Eggert  <eggert@twinsun.com>
52861
52862         * lib/strtoimax.c (HAVE_LONG_LONG):
52863         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
52864         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
52865         to work around bug in IBM C compiler.
52866
52867 2001-09-17  Jim Meyering  <meyering@lucent.com>
52868
52869         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
52870         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
52871         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
52872         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
52873         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
52874         whenever the right hand side need not be expanded by the shell.
52875
52876 2001-09-16  Paul Eggert  <eggert@twinsun.com>
52877
52878         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
52879         library.  It's not correct, as some older glibcs are buggy.
52880         fnmatch wasn't fixed until glibc 2.2.
52881
52882         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
52883         special shell magic here.
52884
52885 2001-09-16  Jim Meyering  <meyering@lucent.com>
52886
52887         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
52888         * m4/jm-macros.m4: Require it.
52889
52890 2001-09-16  Jim Meyering  <meyering@lucent.com>
52891
52892         * lib/mkdir.c: New file.
52893
52894 2001-09-15  Jim Meyering  <meyering@lucent.com>
52895
52896         * m4/jm-macros.m4: Check for help2man.
52897
52898 2001-09-11  Jim Meyering  <meyering@lucent.com>
52899
52900         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
52901         The body, by Paul Eggert, was moved here from configure.in.
52902         * m4/jm-macros.m4: Require UTILS_HOST_OS.
52903
52904 2001-09-04  Paul Eggert  <eggert@twinsun.com>
52905
52906         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
52907         (jm_PREREQ): Use it.
52908
52909 2001-09-04  Paul Eggert  <eggert@twinsun.com>
52910
52911         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
52912         Use ssize_t, not int, to store result of readlink.
52913         Check for ssize_t overflow as well as size_t overflow,
52914         as POSIX says the result of readlink is implementation-defined
52915         when ssize_t overflows.
52916         Remove unnecessary cast to char*.
52917         Use free+malloc instead of realloc, as the storage doesn't need
52918         to be preserved and it's clearer and can be more efficient that way.
52919         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
52920         * lib/xreadlink.h (xreadlink): Update prototype.
52921
52922 2001-09-04  Paul Eggert  <eggert@twinsun.com>
52923
52924         * lib/xgetcwd.c: Revert some of the previous change; intead,
52925         fix the HAVE_GETCWD_NULL code to behave more like the
52926         !HAVE_GETCWD_NULL code used to.
52927
52928         Include "xalloc.h".
52929         (xgetcwd): Do not return NULL when memory is exhausted; instead,
52930         invoke xalloc_die.
52931
52932 2001-09-03  Paul Eggert  <eggert@twinsun.com>
52933
52934         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
52935         sys/param.h, as pathmax.h includes them.
52936
52937 2001-09-03  Paul Eggert  <eggert@twinsun.com>
52938
52939         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
52940         (jm_PREREQ_XGETCWD): New macro.
52941
52942         * m4/getcwd.m4: New file.
52943
52944 2001-09-03  Paul Eggert  <eggert@twinsun.com>
52945
52946         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
52947         like the HAVE_GETCWD_NULL code.
52948         Include pathmax.h if not HAVE_GETCWD.
52949         Do not include xalloc.h.
52950         (INITIAL_BUFFER_SIZE): New symbol.
52951         Do not use xmalloc / xrealloc, since the caller is responsible for
52952         handling errors.  Preserve errno around `free' during failure.
52953         Do not overrun buffer when using getwd.
52954
52955 2001-09-03  Paul Eggert  <eggert@twinsun.com>
52956
52957         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
52958         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
52959         getcwd (NULL, 0).
52960
52961 2001-09-03  Paul Eggert  <eggert@twinsun.com>
52962
52963         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
52964         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
52965         spotted by Jim Meyering.
52966
52967 2001-09-03  Jim Meyering  <meyering@lucent.com>
52968
52969         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
52970         failure.
52971
52972 2001-09-02  Jim Meyering  <meyering@lucent.com>
52973
52974         * lib/error.c: Update from GNU libc.
52975
52976 2001-09-01  Jim Meyering  <meyering@lucent.com>
52977
52978         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
52979         Used by df.
52980
52981 2001-09-01  Jim Meyering  <meyering@lucent.com>
52982
52983         * lib/xreadlink.c: New file.
52984         * lib/xreadlink.h: New file.
52985         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
52986         xreadlink.h.
52987
52988         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
52989         doesn't conflict with sparc Solaris 7's definition in
52990         /usr/include/sys/int_types.h.
52991
52992         * lib/exclude.c: Use `""', not `<>' to #include non-system header
52993         files.
52994         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
52995         and strncasecmp as r-values.  Unixware didn't have declarations.
52996
52997 2001-08-31  Paul Eggert  <eggert@twinsun.com>
52998
52999         * lib/xstrtol.h: Add copyright notice.
53000         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
53001         LONGINT_INVALID_SUFFIX_CHAR.
53002
53003 2001-08-31  Paul Eggert  <eggert@twinsun.com>
53004
53005         * lib/xstrtol.c (strtoimax): New decl.
53006
53007 2001-08-31  Paul Eggert  <eggert@twinsun.com>
53008
53009         * lib/xgetcwd.c: Don't include pathmax.h.
53010         Include stdlib.h and unistd.h if available.
53011         Include xalloc.h.
53012         (xmalloc, xstrdup, free): Remove decls.
53013         (xgetcwd): Don't assume sizes fit in unsigned.
53014         Check for overflow when computing sizes.
53015         Simplify reallocation code.
53016
53017 2001-08-31  Paul Eggert  <eggert@twinsun.com>
53018
53019         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
53020         a directory's st_size can have an arbitrary value, so the old
53021         usage could waste an arbitrary amount of memory.  All uses
53022         changed.
53023         * lib/savedir.h: Update prototype.
53024
53025 2001-08-31  Paul Eggert  <eggert@twinsun.com>
53026
53027         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
53028
53029         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
53030         old strtoimax.c.
53031
53032         Also, make the following further changes to make this file's
53033         configuration more similar to that of strtol.c:
53034         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
53035         (strtoumax, uintmax_t, strtoull, strtol): Remove.
53036         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
53037         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
53038         changed to signed values.
53039
53040         And make the following changes as well:
53041         Fix copyright notice, as 1999 was missing.
53042         (verify): New macro.
53043         (strtoimax): Check sizes at compile-time, not run-time.
53044         Prefer strtol to strtoll if both work.
53045         (main): Remove; it was not that useful and was a pain to maintain.
53046
53047         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
53048
53049 2001-08-31  Jim Meyering  <meyering@lucent.com>
53050
53051         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
53052         Use an initial, malloc'd, buffer of length 128 rather than
53053         a statically allocated one of length 1024.
53054
53055 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53056
53057         Simplify code, partly by assuming autoconf 2.52 semantics.
53058
53059         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
53060
53061         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
53062         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
53063         All uses removed.
53064         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
53065         Move AC_REQUIRE to next-to-top level, to avoid confusion.
53066         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
53067         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
53068         jm_AC_HEADER_INTTYPES_H.
53069         * m4/jm-macros.m4 (jm_MACROS): Likewise.
53070
53071         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
53072
53073         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
53074         Quote first arg of AC_DEFUN.
53075         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
53076         since they are needed to parse the include file even if we need
53077         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
53078         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
53079         but with opposite signedness.
53080
53081 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53082
53083         Merge 'exclude' changes from tar 1.13.22.
53084         This fixes one or two unlikely storage allocation overflow bugs,
53085         but doesn't change user-visible behavior otherwise.
53086
53087 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53088
53089         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
53090         (jm_PREREQ_EXCLUDE): New macro.
53091
53092 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53093
53094         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
53095         tm to be declared.
53096
53097 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53098
53099         * lib/hash.c: Remove '2001' from copyright notice.
53100
53101 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53102
53103         * lib/full-write.h: New file.
53104         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
53105         * lib/full-write.c: Correct credits, as cccp.c no longer
53106         exists and anyway it was so heavily changed from the old cccp
53107         code as to be unrecognizable.  Include full-write.h.
53108         (full_write) Return size_t, with short writes meaning failure.
53109         All callers changed.  This fixes a bug with large buffers
53110         on 64-bit hosts.
53111         * lib/utime.c: Include full-write.h.
53112
53113 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53114
53115         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
53116         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
53117         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
53118         Include if available.
53119         (<xalloc.h>): Include
53120         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
53121         (verify): New macro.  Use it to verify that EXCLUDE macros do not
53122         collide with FNM macros.
53123         (struct patopts): New struct.
53124         (struct exclude): Use it, as exclude patterns now come with options.
53125         (new_exclude): Support above changes.
53126         (new_exclude, add_exclude_file):
53127         Initial size must now be a power of two to simplify overflow checking.
53128         (free_exclude, fnmatch_no_wildcards): New function.
53129         (excluded_filename): No longer requires options arg, as the options
53130         are determined by add_exclude.  Now returns bool, not int.
53131         (excluded_filename, add_exclude):
53132         Add support for the fancy new exclusion options.
53133         (add_exclude, add_exclude_file): Now takes int options arg.
53134         Check for arithmetic overflow when computing sizes.
53135         (add_exclude_file): xrealloc might modify errno, so don't
53136         realloc until after errno might be used.
53137
53138         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
53139         New macros.
53140         (free_exclude): New decl.
53141         (add_exclude, add_exclude_file): Now takes int options arg.
53142         (excluded_filename): No longer requires options arg, as the options
53143         are determined by add_exclude.  Now returns bool, not int.
53144
53145 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53146
53147         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
53148
53149 2001-08-27  Jim Meyering  <meyering@lucent.com>
53150
53151         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
53152
53153         * lib/version-etc.c (N_): Remove definition.
53154         Revert most of last change.
53155         Instead, simply don't mark the `Copyright...' string for translation.
53156         Based on advice from Paul Eggert.
53157
53158         * lib/strtoxmax.c: Tweak comment.
53159
53160 2001-08-26  Jim Meyering  <meyering@lucent.com>
53161
53162         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
53163
53164         * m4/xstrtoimax.m4: New file.
53165         * m4/xstrtoumax.m4: Add comments explaining why we
53166         AC_REPLACE_FUNCS(strtol).
53167
53168 2001-08-26  Jim Meyering  <meyering@lucent.com>
53169
53170         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
53171         of copyright with `%s' so translators don't get an untranslated
53172         message in 2002.
53173         (COPYRIGHT_YEAR): Define.
53174         (version_etc): Use fprintf rather than fputs.
53175         Suggestion from Ulrich Drepper.
53176
53177         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
53178
53179         * lib/strtoll.c: New file, from GNU libc.
53180         * lib/xstrtoimax.c: New file.
53181
53182         * lib/xstrtol.h: Add xstrtoimax.
53183         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
53184         * lib/strtoimax.c: New file.  Likewise, but first define
53185         STRTOUXMAX_SIGNED.
53186
53187         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
53188         ...
53189         * lib/strtoxmax.c: ... then renamed to this.
53190
53191 2001-08-18  Paul Eggert  <eggert@twinsun.com>
53192
53193         * m4/inttypes.m4: Add AC_PREREQ(2.13).
53194         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
53195         (jm_AC_TYPE_INTMAX_T): New macro.
53196         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
53197
53198         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
53199
53200         * m4/longlong.m4: Renamed from ulonglong.m4.
53201         * m4/inttypes.m4: Renamed from inttypes_h.m4.
53202         * m4/uintmax_t.m4: Removed.
53203
53204 2001-08-13  Paul Eggert  <eggert@twinsun.com>
53205
53206         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
53207         Port to Solaris 8, where 'sed' requires a space after the 'r'
53208         command, and where sh dislikes "$/".  Clean up the spacing a bit.
53209         Redirect output to $tmp just once.
53210
53211 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
53212
53213         * lib/addext.c (<errno.h>): Include.
53214         (errno): Declare if not defined.
53215         (addext): Work correctly when pathconf returns -1 and leaves
53216         errno alone because there is no limit.  Also, work even if
53217         pathconf returns a value greater than SIZE_MAX.
53218
53219 2001-08-12  Jim Meyering  <meyering@lucent.com>
53220
53221         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
53222         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
53223         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
53224         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
53225         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
53226         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
53227         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
53228         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
53229         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
53230         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
53231         utime.m4, utimes.m4, xstrtoumax.m4:
53232         Quote the first argument in each use of AC_DEFUN.
53233
53234 2001-08-12  Jim Meyering  <meyering@lucent.com>
53235
53236         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
53237         Simply `return getcwd (NULL, 0);'.
53238         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
53239         Use 1300 as initial value for length, not PATH_MAX.
53240
53241         * lib/pathmax.h: Clean up cpp syntax.
53242
53243 2001-08-12  Jim Meyering  <meyering@lucent.com>
53244
53245         * lib/gettimeofday.c: New file.
53246         * lib/gtod.h: New file.
53247         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
53248
53249 2001-08-05  Jim Meyering  <meyering@lucent.com>
53250
53251         * m4/jm-macros.m4: Require autoconf-2.52.
53252
53253 2001-08-04  Jim Meyering  <meyering@lucent.com>
53254
53255         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
53256         stmt, to get in sync with glibc.
53257
53258 2001-08-03  Paul Eggert  <eggert@twinsun.com>
53259
53260         The following changes are from gettext 0.10.39 as maintained by
53261         Bruno Haible.
53262
53263         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
53264         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
53265         with inverted sense.  All uses changed.
53266
53267         * lib/mbswidth.c: Don't include <limits.h>.
53268         Include <stdlib.h> and <string.h> unconditionally.
53269         (iswcntrl, mbsinit, ISCNTRL): New macros.
53270         (mbsnwidth): Use K&R style function declarations.
53271         Don't bother checking for MB_LEN_MAX == 1, since the compiler
53272         can optimize it when MB_CUR_MAX == 1.
53273         The width of control characters is zero, not 1.
53274
53275 2001-08-03  Paul Eggert  <eggert@twinsun.com>
53276
53277         The following changes are from gettext 0.10.39 as maintained by
53278         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
53279
53280         * m4/codeset.m4: Upgrade to serial AM1.
53281         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
53282         all uses changed.  Quote first arg of AC_DEFUN.
53283         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
53284
53285         * m4/iconv.m4: Upgrade to serial AM2.
53286         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
53287         Add --with-libconv-prefix.
53288         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
53289         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
53290         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
53291         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
53292         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
53293
53294         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
53295         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
53296         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
53297         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
53298         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
53299         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
53300         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
53301         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
53302         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
53303
53304         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
53305         string.h any more.
53306
53307         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
53308         not the default value.
53309
53310         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
53311         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
53312         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
53313         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
53314         Also check for iswcntrl, used for wcwidth fallback.
53315         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
53316         to Autoconf 2.13.
53317
53318 2001-08-03  Jim Meyering  <meyering@lucent.com>
53319
53320         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
53321         as it was in the original.  Reported by Paul Eggert.
53322
53323 2001-07-16  Jim Meyering  <meyering@lucent.com>
53324
53325         * m4/gettimeofday.m4: New file.
53326         Prompted by a report from Bernhard Baehr.
53327
53328 2001-07-15  Jim Meyering  <meyering@lucent.com>
53329
53330         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
53331         stuff. Now it's in ../Makefile.cfg.
53332
53333 2001-07-15  Jim Meyering  <meyering@lucent.com>
53334
53335         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
53336         (BUILT_SOURCES): Add unlocked-io.h.
53337         (io_functions): Define.
53338         (unlocked-io.h): New rule.
53339         (DISTCLEANFILES): Add unlocked-io.h.
53340         (all-local): Depend on unlocked-io.h, to ensure it is created.
53341
53342         * lib/unlocked-io.hin: New file
53343
53344         * lib/regex.c: Update from glibc.
53345
53346 2001-07-05  Jim Meyering  <meyering@lucent.com>
53347
53348         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
53349         recommendation.
53350         (libfetish_a_SOURCES): Put all .h files here instead.
53351         Remove a thus-exposed (better checks in automake) duplicate and
53352         two unnecessary .h files.
53353
53354 2001-07-04  Jim Meyering  <meyering@lucent.com>
53355
53356         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
53357         that generates jm-glibc-io.m4 so that it doesn't trigger any make
53358         distcheck failure.
53359
53360 2001-07-02  Jim Meyering  <meyering@lucent.com>
53361
53362         The following changes were prompted by suggestions from Bruno Haible.
53363
53364         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
53365         is now generated.
53366         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
53367         definition of EXTRA_DIST.
53368         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
53369         ensure that the generated file is created/updated whenever the list
53370         of $(unlocked_functions) is changed.
53371         (jm-glibc-io.m4): New rule.
53372         (unlocked-io.h): New rule -- currently unused.
53373
53374 2001-06-24  Jim Meyering  <meyering@lucent.com>
53375
53376         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
53377         unmatched right bracket, rather than kludging it with an extra,
53378         falsely-matching quote in a comment.  Patch by Akim Demaille.
53379
53380 2001-06-11  Jim Meyering  <meyering@lucent.com>
53381
53382         * lib/regex.c: Update from GNU libc.
53383
53384 2001-05-27  Jim Meyering  <meyering@lucent.com>
53385
53386         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
53387         Check for ut_type in struct utmp.
53388
53389 2001-05-27  Jim Meyering  <meyering@lucent.com>
53390
53391         * lib/readutmp.h (UT_TYPE): Define.
53392
53393 2001-05-24  Jim Meyering  <meyering@lucent.com>
53394
53395         * lib/argmatch.c: Include "quote.h".
53396         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
53397         quote function.  Reported by Göran Uddeborg.
53398
53399 2001-05-22  Jim Meyering  <meyering@lucent.com>
53400
53401         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
53402         now that we use the package-supplied version unconditionally.
53403         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
53404
53405 2001-05-21  Jim Meyering  <meyering@lucent.com>
53406
53407         * m4/regex.m4: Change a couple backticks to single quotes to avoid
53408         shell syntax errors.
53409
53410 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
53411
53412         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
53413
53414 2001-05-20  Paul Eggert  <eggert@twinsun.com>
53415
53416         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
53417         Don't bother to check library strftime, since
53418         we'll be using our own my_strftime function anyway.
53419         Define my_strftime instead of strftime.
53420
53421 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
53422
53423         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
53424         which is not yet declared.
53425
53426 2001-05-15  Jim Meyering  <meyering@lucent.com>
53427
53428         * m4/regex.m4: Use proper quoting so brackets appear in the test
53429         program.
53430         Reported by, and with help from, Bruno Haible.
53431
53432 2001-05-13  Jim Meyering  <meyering@lucent.com>
53433
53434         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
53435         undefined.
53436
53437 2001-05-11  Paul Eggert  <eggert@twinsun.com>
53438
53439         dirname code cleanup.  base_name now behaves more compatibly
53440         with POSIX basename when given file names that have trailing
53441         slashes, and similarly for dir_name.  Add new primitives
53442         base_len and dir_len.  Put the directory-name-related decls
53443         into dirname.h.
53444
53445         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
53446         * lib/backupfile.c (base_name): Likewise.
53447         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
53448         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
53449         * lib/makepath.c (strip_trailing_slashes): Likewise.
53450         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
53451         ISSLASH): Likewise.
53452         * lib/rename.c (strip_trailing_slashes): Likewise.
53453         * lib/same.c (base_name): Likewise.
53454         * lib/stripslash.c (ISSLASH): Likewise.
53455
53456         * lib/addext.c: Include <dirname.h> after size_t is defined.
53457         * lib/backupfile.c: Likewise.
53458
53459         * lib/addext.c (addext): Use base_len to trim redundant
53460         trailing slashes instead of doing it ourselves.
53461         But do not trim the last slash if it is not redundant.
53462
53463         * lib/backupfile.c (find_backup_file_name,
53464         max_backup_version): Use base_len instead of rolling it ourselves.
53465         Handle the case of "" and (on DOS) "C:" correctly.
53466
53467         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
53468         needed. Include <string.h>, <dirname.h>.
53469         (base_name): Allow file names ending in slashes, other than names
53470         that are all slashes.  In this case, return the basename followed
53471         by the slashes.  This is more general, and can be used in places
53472         where the original base_name purposely had an assertion failure.
53473         (base_len): New function.
53474
53475         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
53476         Do not include <assert.h>; no longer needed.
53477         Include xalloc.h.
53478         (memrchr): Remove decl.
53479         (dir_name_r): Remove.
53480         (dir_len): Renamed from dirlen.  All callers changed.
53481         Rewrite in terms of base_name, for simplicity and consistency.
53482         (dir_name): Never return NULL.  All callers changed.
53483         Do not include <stdlib.h> in test program; no longer needed.
53484         return 0; is fine for test program.
53485
53486         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
53487         New macros.
53488         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
53489
53490         * lib/path-concat.c (path_concat): Use base_len to compute
53491         base length, not strlen; this means we cannot rely on memcpy
53492         to null-terminate.
53493
53494         * lib/same.c (STREQ): Remove.
53495         (same_name): Handle the case where the basename ends in trailing '/'.
53496
53497         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
53498         a slash was stripped.  Do not strip the last slash after a
53499         file system prefix.
53500
53501 2001-05-11  Paul Eggert  <eggert@twinsun.com>
53502
53503         * lib/Makefile.am (libfetish_a_SOURCES):
53504         Add strftime.c, since we now compile it on all hosts.
53505
53506         * lib/strftime.c (my_strftime):
53507         Define to nstrftime if emacs, but only if my_strftime is not defined.
53508         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
53509         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
53510         Add one more extra argument: a nanoseconds value.
53511         All uses changed.
53512         (ns): New macro.
53513         (my_strftime function): Add %N format.
53514         (emacs_strftimeu): Renamed from emacs_strftime,
53515         with extra ut argument.
53516
53517 2001-05-09  Paul Eggert  <eggert@twinsun.com>
53518
53519         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
53520
53521 2001-04-21  Jim Meyering  <meyering@lucent.com>
53522
53523         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
53524         doesn't interfere.
53525
53526 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
53527
53528         * m4/ftruncate.m4: Check for chsize.
53529         Link with ftruncate.o unconditionally if ftruncate is missing.
53530         This was required when cross-compiling to i586-mingw32msvc.
53531
53532 2001-04-08  Jim Meyering  <meyering@lucent.com>
53533
53534         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
53535         recomputed; that's necessary when the offset spans a DST transition.
53536         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
53537
53538 2001-04-02  Jim Meyering  <meyering@lucent.com>
53539
53540         * lib/regex.h, regex.c: Update from GNU libc.
53541
53542 2001-03-24  Jim Meyering  <meyering@lucent.com>
53543
53544         * m4/jm-macros.m4: Require autoconf-2.49d.
53545
53546 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
53547
53548         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
53549
53550 2001-03-19  Paul Eggert  <eggert@twinsun.com>
53551
53552         * lib/version-etc.c (version_etc_copyright): Update to 2001.
53553
53554 2001-03-17  Jim Meyering  <meyering@lucent.com>
53555
53556         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
53557         now that the version in autoconf is equivalent.
53558         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
53559
53560         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
53561         Suggestion from Akim Demaille.
53562
53563         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
53564         (jm_PREREQ_TEMPNAME): New function.
53565
53566 2001-03-16  Paul Eggert  <eggert@twinsun.com>
53567
53568         * lib/tempname.c (uint64_t): Define to uintmax_t if
53569         not defined, and if UINT64_MAX is not defined.
53570         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
53571         Reported by John David Anglin.
53572
53573 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
53574
53575         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
53576         resolve alias if codeset is empty.
53577         * lib/config.charset (BeOS): Use wildcard syntax.
53578
53579 2001-03-13  Jim Meyering  <meyering@lucent.com>
53580
53581         * lib/path-concat.c (path_concat)
53582         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
53583         concatenating e.g., `C:' and `foo'.
53584         From Bruno Haible.
53585
53586 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
53587
53588         * lib/localcharset.c (locale_charset): Don't use
53589         setlocale(LC_CTYPE,NULL). Don't return NULL.
53590         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
53591
53592 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
53593
53594         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
53595         support for DOS/DJGPP.
53596
53597 2001-03-01  Paul Eggert  <eggert@twinsun.com>
53598
53599         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
53600         lacks mkstemp.  Compile our own tempname.c if we compile our own
53601         mkstemp.c, as mkstemp relies on tempname.
53602
53603 2001-03-01  Jim Meyering  <meyering@lucent.com>
53604
53605         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
53606         AH_VERBATIM really does output its argument verbatim.
53607
53608 2001-02-28  Paul Eggert  <eggert@twinsun.com>
53609
53610         * lib/Makefile.am (libfetish_a_SOURCES):
53611         Add dup-safer.c, fopen-safer.c.
53612         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
53613
53614         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
53615         * lib/unistd-safer.h: New files.
53616
53617 2001-02-25  Paul Eggert  <eggert@twinsun.com>
53618
53619         The mkstemp replacement is taken from glibc 2.2.2, with some
53620         portability fixes for use outside glibc, as follows:
53621
53622         * lib/tempname.c (struct_stat64): New macro.
53623         (direxists, __gen_tempname): Use it.
53624         This avoids a portability problem with Solaris 8.
53625
53626         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
53627         (<stddef.h>, <stdint.h>, <string.h>):
53628         Include only if STDC_HEADERS || _LIBC.
53629         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
53630         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
53631         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
53632         (__set_errno): Define this macro if <errno.h> doesn't.
53633         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
53634         Define these macros if <stdio.h> doesn't.
53635         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
53636         Define these macros if <sys/stat.h>
53637         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
53638         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
53639         __xstat64): Define if not _LIBC.
53640         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
53641         (__gen_tempname): Invoke gettimeofday only if
53642         HAVE_GETTIMEOFDAY || _LIBC;
53643         otherwise, fall back on plain "time".
53644         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
53645
53646         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
53647
53648         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
53649
53650 2001-02-18  Paul Eggert  <eggert@twinsun.com>
53651
53652         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
53653
53654 2001-02-17  Paul Eggert  <eggert@twinsun.com>
53655
53656         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
53657         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
53658         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
53659         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
53660
53661 2001-02-17  Paul Eggert  <eggert@twinsun.com>
53662
53663         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
53664         Remove workaround macros for hosts that have mbrtowc but not
53665         mbstate_t, as we now insist on proper declarations for both
53666         before using mbrtowc.
53667
53668 2001-02-17  Jim Meyering  <meyering@lucent.com>
53669
53670         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
53671         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
53672         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
53673         UnixWare 7.1.1.
53674
53675         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
53676         rather than AC_CACHE_VAL.
53677
53678 2001-02-17  Jim Meyering  <meyering@lucent.com>
53679
53680         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
53681         around included file name.
53682
53683         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
53684
53685         * lib/strftime.c: Update from GNU libc (the only changes were to
53686         comments).
53687
53688 2001-02-17  Jim Meyering  <meyering@lucent.com>
53689
53690         * lib/regex.c: Update from libc.
53691
53692 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
53693
53694         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
53695         clash.
53696
53697 2001-02-16  Paul Eggert  <eggert@twinsun.com>
53698
53699         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
53700         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
53701         Reported by Mark Hounschell via Paul Eggert.
53702
53703 2001-02-07  Jim Meyering  <meyering@lucent.com>
53704
53705         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
53706
53707 2001-02-05  Jim Meyering  <meyering@lucent.com>
53708
53709         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
53710         it includes the patch required for `large file' support with at least
53711         HP-UX's 10.20 /bin/cc.
53712
53713 2001-02-03  Jim Meyering  <meyering@lucent.com>
53714
53715         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
53716         AS_IF, now that it works once again (mysteriously).
53717         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
53718
53719 2001-01-30  Jim Meyering  <meyering@lucent.com>
53720
53721         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
53722         * m4/chown.m4: Rename conftestchown to conftest.chown.
53723         * m4/rename.m4: s/conftestdir/conftest.d1/ and
53724         s/conftestdir2/conftest.d2/.
53725         * m4/utimes.m4: s/conftestdata/conftest.data/
53726         Inspired by Pavel Roskin's change in autoconf.
53727
53728 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
53729
53730         * lib/config.charset: Update for FreeBSD 4.2.
53731
53732 2001-01-27  Jim Meyering  <meyering@lucent.com>
53733
53734         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
53735         a use of AS_IF.
53736         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
53737
53738 2001-01-26  Jim Meyering  <meyering@lucent.com>
53739
53740         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
53741         quotearg.c includes it.
53742
53743 2001-01-26  Jim Meyering  <meyering@lucent.com>
53744
53745         * lib/quotearg.c: Include stddef.h.
53746         * lib/quote.c: Include stddef.h.
53747         Reported by Axel Kittenberger.
53748
53749         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
53750         line in double quotes so that it evokes a better diagnostic.
53751         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
53752         Reported by Axel Kittenberger.
53753
53754 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
53755
53756         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
53757         as if it was a `charset'.
53758
53759 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
53760
53761         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
53762         has const.
53763
53764 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
53765
53766         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
53767         to avoid a warning.  Add back 'const' to inptr.
53768
53769 2001-01-20  Jim Meyering  <meyering@lucent.com>
53770
53771         Be sure that headers are checked before used in code compiled
53772         for the type checks.
53773         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
53774         In place of that, invoke jm_CHECK_ALL_TYPES.
53775         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
53776         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
53777         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
53778         The check for ssize_t was mistakenly run before the test for unistd.h.
53779
53780         The configure-time check for stdbool.h was missing.
53781         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
53782         (jm_PREREQ_HASH): New function.
53783
53784 2001-01-17  Jim Meyering  <meyering@lucent.com>
53785
53786         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
53787         for autoconf-2.49c.
53788         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
53789
53790 2001-01-16  Jim Meyering  <meyering@lucent.com>
53791
53792         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
53793         From Bruno Haible.
53794
53795 2001-01-14  Jim Meyering  <meyering@lucent.com>
53796
53797         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
53798         foo and bar.  Create conftestdir/ in the script, not in the C code.
53799         Remove directories in the script, not in the C code.
53800         Remove conftestdir{,2} before trying to create the directory.
53801         Make the entire configure script fail if the mkdir fails.
53802
53803 2001-01-14  Jim Meyering  <meyering@lucent.com>
53804
53805         * lib/rename.c: New file.  From Volker Borchert.
53806         Include stdlib.h, string.h or strings.h, and xalloc.h.
53807         Use strip_trailing_slashes rather than open-coding it.
53808
53809 2001-01-03  Paul Eggert  <eggert@twinsun.com>
53810
53811         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
53812
53813 2001-01-03  Jim Meyering  <meyering@lucent.com>
53814
53815         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
53816         of local `inptr' to avoid warning with some system declarations of
53817         iconv.
53818
53819 2001-01-02  Volker Borchert  <bt@teknon.de>
53820
53821         * m4/rename.m4: New file.
53822         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
53823
53824 2001-01-01  Jim Meyering  <meyering@lucent.com>
53825
53826         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
53827         even on systems with utmpx.h.  It's necessary for the declaration of
53828         utmp's ut_user member.  Reported by Andreas Jaeger.
53829
53830         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
53831         available. They are required for the declarations of getgrgid and
53832         getpwuid resp.
53833         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
53834         Reported by Andreas Jaeger.
53835
53836 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
53837
53838         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
53839         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
53840         so `make install' also works in VPATH builds.
53841
53842 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
53843
53844         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
53845         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
53846         can be used in subdirectories.
53847
53848 2000-12-29  Paul Eggert  <eggert@twinsun.com>
53849
53850         * lib/modechange.c: Do not assume that mode_t uses the
53851         traditional octal encoding.  E.g. "chmod 1 FOO" should set
53852         the other-execute bit of FOO even if S_IXOTH != 1.
53853
53854         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
53855         WOTH, XOTH, ALLM): New macros.
53856         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
53857          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
53858         Use them.
53859         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
53860         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
53861         (mode_compile):
53862         No need to use uintmax_t; unsigned long is long enough.
53863         Don't bother to get suffix since we don't use it.
53864
53865 2000-12-26  Jim Meyering  <meyering@lucent.com>
53866
53867         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
53868         better with autoheader.
53869
53870 2000-12-24  Jim Meyering  <meyering@lucent.com>
53871
53872         * lib/hash.c (is_prime): Return explicit boolean values.
53873         (hash_get_first): Return NULL to appease Irix5.6's 89.
53874         Reported by Nelson Beebe.
53875
53876 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
53877
53878         * lib/localcharset.c (locale_charset): Add support for Win32.
53879
53880 2000-12-18  Paul Eggert  <eggert@twinsun.com>
53881
53882         * lib/physmem.h, lib/physmem.c: New files.
53883
53884         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
53885         (noinst_HEADERS): Add physmem.h.
53886
53887         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
53888         't' for compatibility with Solaris 8 sort.
53889
53890 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
53891
53892         * lib/config.charset: Add support for BeOS.
53893
53894 2000-12-17  Jim Meyering  <meyering@lucent.com>
53895
53896         * m4/dos.m4 (jm_AC_DOS): New file and macro.
53897         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
53898
53899 2000-12-16  Jim Meyering  <meyering@lucent.com>
53900
53901         This bug had a serious impact on chown: `chown N:M FILE' (for integer
53902         N and M) would have treated it like `chown N:N FILE'.
53903
53904         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
53905
53906 2000-12-16  Jim Meyering  <meyering@lucent.com>
53907
53908         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
53909         SHELLS_FILE to a file name that's useful on djgpp systems.
53910         Include stdlib.h.
53911         (ADDITIONAL_DEFAULT_SHELLS): Define.
53912         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
53913         Based mostly on a patch from Prashant TR.
53914
53915 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
53916
53917         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
53918         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
53919         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
53920
53921 2000-12-08  Andreas Schwab  <schwab@suse.de>
53922
53923         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
53924         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
53925
53926 2000-12-07  Jim Meyering  <meyering@lucent.com>
53927
53928         * lib/stripslash.c (ISSLASH): Define.
53929         (strip_trailing_slashes): Use ISSLASH rather than comparing against
53930         `/'.
53931         From Prashant TR.
53932
53933         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
53934         (dir_name_r): Declare this function as static.
53935         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
53936         manifest itself on a name containing a mix of slashes and
53937         backslashes.
53938         Make this function work with names starting with a DOS-style
53939         drive letter and colon prefix.
53940         (dir_name): Append `.' if necessary.
53941         Based mostly on patches from Prashant TR and Eli Zaretskii.
53942
53943         * lib/dirname.h (dir_name_r): Remove prototype.
53944
53945 2000-12-06  Paul Eggert  <eggert@twinsun.com>
53946
53947         * m4/off_t-format.m4: Remove this file.
53948         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
53949
53950 2000-12-06  Jim Meyering  <meyering@lucent.com>
53951
53952         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
53953         replacement strtoull, we may well need the replacement strtoul, too.
53954         Check for declarations of strtoul and strtoull.
53955         Check for strtol.  Mainly as a cue to cause automake to include
53956         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
53957         Check for limits.h -- strtol.c needs it.
53958
53959 2000-12-05  Jim Meyering  <meyering@lucent.com>
53960
53961         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
53962
53963 2000-12-04  Jim Meyering  <meyering@lucent.com>
53964
53965         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
53966         Also include memory.h, stdlib.h, unistd.h if appropriate.
53967         Reported by Andreas Jaeger (conflicting declaration of malloc).
53968
53969 2000-12-02  Jim Meyering  <meyering@lucent.com>
53970
53971         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
53972         * m4/jm-macros.m4 (jm_MACROS): require it.
53973
53974 2000-12-02  Jim Meyering  <meyering@lucent.com>
53975
53976         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
53977
53978 2000-12-01  Paul Eggert  <eggert@twinsun.com>
53979
53980         * lib/memrchr.c: Include <config.h> before any system include file.
53981
53982 2000-11-30  Jim Meyering  <meyering@lucent.com>
53983
53984         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
53985
53986 2000-11-30  Jim Meyering  <meyering@lucent.com>
53987
53988         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
53989
53990 2000-11-29  Paul Eggert  <eggert@twinsun.com>
53991
53992         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
53993
53994 2000-11-26  Jim Meyering  <meyering@lucent.com>
53995
53996         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
53997
53998 2000-11-22  Paul Eggert  <eggert@twinsun.com>
53999
54000         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
54001         size of (size_t) -1; it's not portable.
54002
54003 2000-11-17  Jim Meyering  <meyering@lucent.com>
54004
54005         * lib/strstr.c: Update from GNU libc.
54006
54007 2000-11-17  Akim Demaille  <akim@epita.fr>
54008
54009         * lib/obstack.h: Formatting changes.
54010         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
54011         prevent type checking.
54012         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
54013         cast the value to (void *): assigning a `foo *' to a `void *'
54014         variable is valid.
54015         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
54016
54017 2000-11-16  Jim Meyering  <meyering@lucent.com>
54018
54019         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
54020
54021 2000-11-11  Jim Meyering  <meyering@lucent.com>
54022
54023         * lib/error.c: Add a couple #includes, merging from GNU libc version.
54024
54025 2000-11-10  Jim Meyering  <meyering@lucent.com>
54026
54027         * lib/obstack.h: Update from GNU libc.
54028         * lib/obstack.c: Likewise.
54029
54030 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
54031
54032         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
54033
54034 2000-11-06  Paul Eggert  <eggert@twinsun.com>
54035
54036         * lib/getusershell.c (setusershell): Use rewind rather than
54037         fseek/fseeko, to avoid configuration hassles with fseeko.
54038         Don't bother opening SHELLS_FILE if shellstream is NULL;
54039         it's not necessary.
54040
54041 2000-11-05  Jim Meyering  <meyering@lucent.com>
54042
54043         * lib/makepath.h (make_dir): Declare.
54044         * lib/makepath.c (make_dir): Remove `static' attribute.
54045         Tweak a comment.
54046
54047 2000-11-04  Jim Meyering  <meyering@lucent.com>
54048
54049         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
54050
54051 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
54052
54053         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
54054         last one in a bucket, advance to the next bucket.
54055
54056 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
54057
54058         * lib/fnmatch.c: Do not comment out all the code if we are using
54059         the GNU C library, because in some cases we are replacing buggy
54060         code in the GNU C library itself.
54061
54062 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
54063
54064         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
54065         (regex_compile): Catch bogus \(\1\).
54066
54067 2000-10-30  Paul Eggert  <eggert@twinsun.com>
54068
54069         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
54070         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
54071         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
54072
54073 2000-10-30  Paul Eggert  <eggert@twinsun.com>
54074
54075         * lib/error.h, getline.h, modechange.h:
54076         Remove "2000" from Copyright line, as the file hasn't been
54077         changed this year other than in the copyright notice.
54078
54079         * lib/xalloc.h: Add "2000" to Copyright line, as this file
54080         was changed this year.
54081
54082 2000-10-29  Jim Meyering  <meyering@lucent.com>
54083
54084         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
54085         renaming.
54086         * m4/ls-mntd-fs.m4: Likewise
54087
54088 2000-10-29  Jim Meyering  <meyering@lucent.com>
54089
54090         * lib/xstat.in: Fix grammar in comment.
54091
54092 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
54093
54094         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
54095         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
54096         doesn't define __restrict_arr.
54097
54098 2000-10-28  Jim Meyering  <meyering@lucent.com>
54099
54100         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
54101         (jm_PREREQ_MEMCHR): New function.
54102
54103 2000-10-28  Jim Meyering  <meyering@lucent.com>
54104
54105         * lib/memchr.c: Update from libc.
54106         Adjust for portability:
54107         [HAVE_STDLIB_H]: Include stdlib.h.
54108         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
54109         Undef __memchr, too.
54110         [!weak_alias]: Define __memchr to memchr.
54111
54112         * lib/regex.c: Update from libc.
54113         * lib/regex.h: Likewise.
54114         * lib/getopt1.c: Likewise.
54115         * lib/memcmp.c: Likewise.
54116
54117         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
54118         Avoid using fseek, when possible -- it's broken by design.
54119         Patch by Ulrich Drepper.
54120
54121 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
54122
54123         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
54124         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
54125         Giving in to popular pressure to shut up the compiler with casts.
54126
54127 2000-10-26  Jim Meyering  <meyering@lucent.com>
54128
54129         * lib/strftime.c: Update from libc.
54130
54131 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
54132
54133         * regex.c: More `unsigned char' -> `re_char' changes.
54134         Also change several `int' into `re_wchar_t'.
54135         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
54136         (PUSH_FAILURE_POINTER): Don't cast any more.
54137         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
54138         We want GCC to complain, since this piece of code makes
54139         re_match non-reentrant, which *should* be fixed.
54140         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
54141         (EXTEND_BUFFER): Use RETALLOC.
54142         (SET_LIST_BIT): Don't cast.
54143         (re_wchar_t): New type.
54144         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
54145         that those two functions will always properly return.
54146         (IMMEDIATE_QUIT_CHECK): Cast to void.
54147         (analyse_first): Use recursion rather than an explicit stack.
54148         (re_compile_fastmap): Can't fail anymore.
54149         (re_search_2): Don't check re_compile_fastmap for failure.
54150         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
54151         Now also sets the new value (passed in a new argument).
54152         (re_match_2_internal): Use it.
54153         Also, use a new var `reg' of type size_t when looping through regs
54154         rather than reuse the inappropriate `mcnt'.
54155
54156 2000-10-25  Jim Meyering  <meyering@lucent.com>
54157
54158         * lib/obstack.c: Update from libc.
54159
54160 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
54161
54162         * regex.c (regex_compile): Change the way of handling a range from
54163         a char less than 256 to a char not less than 256.
54164
54165 2000-10-24  Andrew Innes  <andrewi@gnu.org>
54166
54167         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
54168         NT-Emacs only.
54169         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
54170         so that re_search functions only quit when callers expect them to.
54171
54172 2000-10-23  Jim Meyering  <meyering@lucent.com>
54173
54174         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
54175         wrong.  That set_locale call must not have any side effects.
54176         From Paul Eggert.
54177
54178 2000-10-22  Jim Meyering  <meyering@lucent.com>
54179
54180         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
54181         [CYCLIC]: Remove now-unused definition.
54182
54183         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
54184         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
54185         Suggestion from Ulrich Drepper.
54186
54187 2000-10-21  Jim Meyering  <meyering@lucent.com>
54188
54189         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
54190         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
54191         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
54192
54193 2000-10-21  Jim Meyering  <meyering@lucent.com>
54194
54195         * lib/dirname.c (memrchr): Declare if necessary.
54196         (dir_name): Remove the restriction that there be no
54197         trailing slashes.  Now, this code skips past them, effectively
54198         ignoring them.
54199         [TEST_DIRNAME] (main): New unit tests.
54200
54201         * lib/memrchr.c: New file from GNU libc.
54202         Undef __memrchr, too.
54203         [!weak_alias]: Define __memrchr to memrchr.
54204         Guard weak_alias use with `#ifdef weak_alias'.
54205
54206 2000-10-21  Jim Meyering  <meyering@lucent.com>
54207
54208         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
54209         (dir_name): Use dir_name_r.
54210         * lib/dirname.h (dir_name_r): Declare it.
54211
54212 2000-10-17  Jim Meyering  <meyering@lucent.com>
54213
54214         * lib/quote.h (PARAMS): Define and use.
54215         Reported by Akim Demaille.
54216
54217         * lib/getopt.c: Update from libc.
54218
54219 2000-10-16  Jim Meyering  <meyering@lucent.com>
54220
54221         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
54222         setlocale.
54223         From Jan Fedak.
54224
54225 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
54226
54227         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
54228
54229 2000-09-25  Jim Meyering  <meyering@lucent.com>
54230
54231         * lib/md5.h (rol): Define (from GnuPG).
54232
54233         * lib/sha.c: Give credit (GnuPG) where due.
54234         (M): Use rol rather than open-coding it.
54235         Add a FIXME comment.
54236
54237 2000-09-21  Jim Meyering  <meyering@lucent.com>
54238
54239         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
54240         Reported by Michael Stone.
54241
54242 2000-09-20  Jim Meyering  <meyering@lucent.com>
54243
54244         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
54245         (noinst_HEADERS): Add sha.h.
54246         Based on code from Scott G. Miller and from GnuPG.
54247
54248 2000-09-18  Jim Meyering  <meyering@lucent.com>
54249
54250         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
54251         LIBS. Otherwise, everyone ends up linking with -lelf for some
54252         configurations.
54253         Reported by Mike Stone.
54254
54255 2000-09-15  Jim Meyering  <meyering@lucent.com>
54256
54257         * lib/regex.c: Update from libc.
54258
54259 2000-09-10  Jim Meyering  <meyering@lucent.com>
54260
54261         * lib/getopt.c (_getopt_internal): Update from glibc.
54262
54263 2000-09-09  Jim Meyering  <meyering@lucent.com>
54264
54265         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
54266         think it should be used as a general replacement for isascii.
54267         * lib/fnmatch.c: Likewise.
54268         * lib/mbswidth.c: Likewise
54269         * lib/regex.c: Likewise.
54270
54271         Don't use atoi.
54272         * lib/userspec.c: Include sys/param.h and limits.h.
54273         Include xstrtol.h.
54274         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
54275         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
54276         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
54277         UID, GID.  Check range.
54278
54279 2000-09-06  Jim Meyering  <meyering@lucent.com>
54280
54281         * lib/getopt.c (_getopt_internal): Update from glibc.
54282
54283 2000-08-30  Jim Meyering  <meyering@lucent.com>
54284
54285         * lib/strftime.c: Merge in changes from GNU libc.
54286
54287 2000-08-26  Jim Meyering  <meyering@lucent.com>
54288
54289         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
54290         * m4/fpending.m4: New file.
54291
54292 2000-08-26  Jim Meyering  <meyering@lucent.com>
54293
54294         * lib/closeout.c: Include "__fpending.h".
54295         (close_stdout_status): Return right away if there's nothing to flush.
54296
54297         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
54298         * lib/__fpending.c: New file.
54299         * lib/__fpending.h: New file.
54300
54301 2000-08-20  Jim Meyering  <meyering@lucent.com>
54302
54303         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
54304         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
54305         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
54306
54307 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
54308
54309         Improve fileutils installation on systems where running
54310         programs (like install) can't be unlinked.
54311         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
54312         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
54313
54314 2000-08-07  Paul Eggert  <eggert@twinsun.com>
54315
54316         Standardize on "memory exhausted" instead of "Memory exhausted"
54317         or "virtual memory exhausted".
54318         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
54319         "virtual memory exhausted".
54320         * lib/same.c (same_name): Invoke xalloc_die instead of printing
54321         our own message.
54322         * lib/userspec.c (parse_user_spec): Likewise.
54323         * lib/bumpalloc.h: comment fix
54324         * lib/same.c, userspec.c: Include xalloc.h.
54325
54326         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
54327         not char *const and pointing to a constant array.
54328         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
54329         (xrealloc): Comment fix.
54330
54331         * lib/userspec.c (parse_user_spec):
54332         Don't translate a message until just before returning,
54333         to avoid unnecessary translation.
54334
54335 2000-08-07  Jim Meyering  <meyering@lucent.com>
54336
54337         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
54338         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
54339         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
54340         getgroups.c, gethostname.c, getopt.h, group-member.c,
54341         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
54342         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
54343         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
54344         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
54345         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
54346         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
54347         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
54348         yesno.c: Back out Copyright date changes for each file with no change
54349         this year.  This eases coordination with other programs using the same
54350         source code modules.  From Paul Eggert.
54351
54352 2000-08-06  Paul Eggert  <eggert@twinsun.com>
54353
54354         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
54355         not char, for compatibility with glibc 2.1.3 strftime.c.
54356
54357 2000-08-03  Greg McGary  <greg@mcgary.org>
54358
54359         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
54360         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
54361         (EXTEND_BUFFER): Use them.
54362
54363 2000-08-01  Jim Meyering  <meyering@lucent.com>
54364
54365         * lib/dirname.c (ISSLASH): Define.
54366         (BACKSLASH_IS_PATH_SEPARATOR): Define.
54367         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
54368         both `\' and `/' may be use as path separators.
54369         Based on a patch from Prashant TR.
54370
54371 2000-07-31  Paul Eggert  <eggert@twinsun.com>
54372
54373         * lib/quotearg.c (quotearg_n_options): Don't make the initial
54374         slot vector a constant, since it might get modified.
54375
54376 2000-07-31  Jim Meyering  <meyering@lucent.com>
54377
54378         * lib/xmalloc.c: Use `virtual memory exhausted', not
54379         `Memory exhausted'.
54380         * lib/obstack.c (print_and_abort): Likewise.
54381
54382 2000-07-30  Paul Eggert  <eggert@twinsun.com>
54383
54384         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
54385         buffer, so that the caller can always quote one small
54386         component of a "memory exhausted" message in slot 0.
54387         From a suggestion by Jim Meyering.
54388
54389 2000-07-30  Jim Meyering  <meyering@lucent.com>
54390
54391         * lib/makepath.c (make_path): Quote the other instance, too.
54392
54393         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
54394         (STATIC_BUF_SIZE): Define.
54395         (quotearg_n_options): Use only statically allocated storage when
54396         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
54397         than STATIC_BUF_SIZE.
54398
54399 2000-07-29  Jim Meyering  <meyering@lucent.com>
54400
54401         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
54402         * lib/dirname.c (dir_name): Likewise.
54403
54404         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
54405         `/'.
54406
54407         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
54408         (dir_name): Assert that there are no trailing slashes.
54409
54410 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
54411
54412         * lib/mbswidth.h (mbswidth): Add a flags argument.
54413         (mbswidth): New declaration.
54414         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
54415         * lib/mbswidth.c (mbswidth): Add a flags argument.
54416         (mbsnwidth): New function.
54417
54418 2000-07-24  Jim Meyering  <meyering@lucent.com>
54419
54420         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
54421
54422 2000-07-23  Paul Eggert  <eggert@twinsun.com>
54423
54424         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
54425
54426 2000-07-23  Paul Eggert  <eggert@twinsun.com>
54427
54428         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
54429         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
54430         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
54431         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
54432         invoke multibyte primitives.
54433
54434 2000-07-23  Paul Eggert  <eggert@twinsun.com>
54435
54436         * lib/quotearg.c:
54437         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
54438         so that mbstate_t is always defined.
54439
54440         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
54441         be 1 in at least one GCC installation, and this configuration
54442         error is likely to be common.  Ignoring MB_LEN_MAX hurts
54443         performance on hosts that have mbrtowc but have only unibyte
54444         locales, but I assume these hosts are rare.
54445
54446 2000-07-23  Paul Eggert  <eggert@twinsun.com>
54447
54448         * lib/mbswidth.c (_XOPEN_SOURCE):
54449         Don't define; this causes problems on Solaris 7.
54450         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
54451
54452 2000-07-23  Jim Meyering  <meyering@lucent.com>
54453
54454         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
54455         too: getgrgid, getpwuid, getuid.
54456
54457 2000-07-23  Jim Meyering  <meyering@lucent.com>
54458
54459         * lib/basename.c (base_name): Add an assertion.
54460
54461 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
54462
54463         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
54464         shadow its mbsinit function.
54465
54466 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
54467
54468         * lib/mbswidth.h: New file.
54469         * lib/mbswidth.c: New file.
54470         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
54471         (noinst_HEADERS): Add mbswidth.h.
54472
54473 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
54474
54475         * lib/config.charset: Add support for FreeBSD. Improve support for
54476         HP-UX and IRIX 6.
54477
54478 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
54479
54480         * m4/mbswidth.m4: New file.
54481         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
54482
54483 2000-07-15  Jim Meyering  <meyering@lucent.com>
54484
54485         * lib/makepath.c: Include quote.h.
54486         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
54487         corresponding argument in a `quote (...)' call.
54488         Give better diagnostics.
54489
54490         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
54491         (noinst_HEADERS): Add quote.h.
54492
54493         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
54494         from tar's src/misc.c.
54495         * lib/quote.h: New file.  Prototypes for same.
54496
54497 2000-07-14  Paul Eggert  <eggert@twinsun.com>
54498
54499         From a suggestion by Bruno Haible.
54500         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
54501         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
54502         to decide whether to define the BeOS workaround macro;
54503         this adjusts to the change to AC_MBSTATE_T.
54504
54505 2000-07-14  Jim Meyering  <meyering@lucent.com>
54506
54507         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
54508         jm_AC_TYPE_UINTMAX_T.
54509
54510 2000-07-13  Paul Eggert  <eggert@twinsun.com>
54511
54512         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
54513
54514         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
54515         quotearg_buffer_restyled): Add support for
54516         clocale_quoting_style.  Undo previous change to
54517         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
54518         and "{RIGHT QUOTATION MARK}" msgids.
54519
54520 2000-07-10  Paul Eggert  <eggert@twinsun.com>
54521
54522         From a suggestion by Bruno Haible.
54523         * m4/mbstate_t.m4 (AC_MBSTATE_T):
54524         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
54525         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
54526         and mbstate_t, to a single-part test that simply defines mbstate_t.
54527         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
54528         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
54529
54530 2000-07-10  Jim Meyering  <meyering@lucent.com>
54531
54532         * m4/strerror_r.m4: Mirror the correction made in autoconf.
54533
54534         * m4/gnu-source.m4: Output to confdefs.h directly.
54535         Suggestion from Akim Demaille.
54536
54537 2000-07-09  Paul Eggert  <eggert@twinsun.com>
54538
54539         The old behavior of quoting `like this' doesn't look good with
54540         newer, ISO-style fonts.  See:
54541         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
54542
54543         Instead, quote "like this" by default.  Let the translator
54544         tailor the locale-specific quoting behavior by providing
54545         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
54546
54547         * lib/quotearg.c (N_): New macro.
54548         (gettext_default): New function.
54549         (quotearg_buffer_restyled): Use
54550         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
54551         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
54552
54553 2000-07-09  Jim Meyering  <meyering@lucent.com>
54554
54555         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
54556         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
54557
54558         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
54559         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
54560
54561 2000-07-09  Jim Meyering  <meyering@lucent.com>
54562
54563         * lib/Most files: Update copyright dates to include 2000.
54564
54565 2000-07-08  Jim Meyering  <meyering@lucent.com>
54566
54567         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
54568         if not defined.
54569         (xgethostname): Remove now-unnecessary #ifdef.
54570         Move declaration of `err' into loop where it's used.
54571
54572 2000-07-05  Paul Eggert  <eggert@twinsun.com>
54573         and Bruno Haible  <haible@clisp.cons.org>
54574
54575         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
54576         only if the test for an object-type mbstate_t fails.  This
54577         prevents us from mistakenly reporting that mbstate_t is a
54578         system object type after we "#define mbstate_t int" to work
54579         around its lack.
54580
54581 2000-07-05  Paul Eggert  <eggert@twinsun.com>
54582         and Bruno Haible  <haible@clisp.cons.org>
54583
54584         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
54585
54586 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
54587
54588         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
54589         to strerror_r.
54590         Include <ctype.h> for use of isalpha.
54591
54592 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
54593
54594         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
54595         by allocating a larger buffer. Test the gethostname return value for
54596         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
54597         returns an error and ENAMETOOLONG isn't defined.
54598
54599 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
54600
54601         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
54602         dimension.
54603
54604 2000-07-04  Jim Meyering  <meyering@lucent.com>
54605
54606         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
54607         of the deprecated AC_CHECKING.
54608
54609 2000-07-04  Jim Meyering  <meyering@lucent.com>
54610
54611         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
54612         Reported by Bruno Haible.
54613
54614 2000-07-04  Jim Meyering  <meyering@lucent.com>
54615
54616         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
54617         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
54618         lacks mbrtowc.
54619
54620 2000-07-03  Paul Eggert  <eggert@twinsun.com>
54621
54622         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
54623         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
54624
54625 2000-07-03  Paul Eggert  <eggert@twinsun.com>
54626         and Bruno Haible  <haible@clisp.cons.org>
54627
54628         * lib/quotearg.c (mbrtowc):
54629         Assign to *pwc, and return 1 only if result is nonzero.
54630         (iswprint): Use ISPRINT when substituting our own mbrtowc.
54631
54632 2000-07-03  Jim Meyering  <meyering@lucent.com>
54633
54634         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
54635
54636 2000-07-03  Jim Meyering  <meyering@lucent.com>
54637
54638         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
54639         This is necessary to get a definition of e.g., UTMP_FILE on
54640         HP-UX 10.20.
54641         From Bob Proulx.
54642
54643 2000-07-02  Jim Meyering  <meyering@lucent.com>
54644
54645         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
54646
54647         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
54648         AC_LIBOBJ(function_name).
54649         * m4/chown.m4: Likewise.
54650         * m4/fnmatch.m4: Likewise.
54651         * m4/ftruncate.m4: Likewise.
54652         * m4/getgroups.m4: Likewise.
54653         * m4/getline.m4: Likewise.
54654         * m4/group-member.m4: Likewise.
54655         * m4/jm-macros.m4: Likewise.
54656         * m4/lstat.m4: Likewise.
54657         * m4/malloc.m4: Likewise.
54658         * m4/memcmp.m4: Likewise.
54659         * m4/nanosleep.m4: Likewise.
54660         * m4/putenv.m4: Likewise.
54661         * m4/realloc.m4: Likewise.
54662         * m4/regex.m4: Likewise.
54663         * m4/stat.m4: Likewise.
54664         * m4/strftime.m4: Likewise.
54665
54666 2000-07-02  Jim Meyering  <meyering@lucent.com>
54667
54668         * lib/quotearg.c (mbstate_t): Don't define here.
54669
54670 2000-07-02  Jim Meyering  <meyering@lucent.com>
54671
54672         * lib/nanosleep.c (SIGCONT): Define if not already defined.
54673
54674 2000-07-01  Jim Meyering  <meyering@lucent.com>
54675
54676         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
54677
54678 2000-07-01  Jim Meyering  <meyering@lucent.com>
54679
54680         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
54681         problem.
54682
54683 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
54684
54685         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
54686         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
54687
54688 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
54689
54690         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
54691         per change in ../m4/ls-mntd-fs.m4.
54692         (read_filesystem_list): Ignore symbolic links.
54693
54694 2000-06-29  Jim Meyering  <meyering@lucent.com>
54695
54696         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
54697         for declaration of strcmp.
54698
54699         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
54700
54701         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
54702         Avoid warning by casting result to `char *' to remove `const'.
54703
54704 2000-06-28  Jim Meyering  <meyering@lucent.com>
54705
54706         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
54707         included by quotearg.c, for which we perform this test.  From
54708         Bruno Haible.
54709
54710 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
54711
54712         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
54713         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
54714         <utmpx.h> exists, put readutmp.o into LIBOBJS.
54715
54716 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
54717
54718         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
54719
54720 2000-06-26  Paul Eggert  <eggert@twinsun.com>
54721
54722         savedir now sets errno on failure and invokes xmalloc to get memory.
54723         Fix a couple of other minor bugs while we're at it.
54724
54725         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
54726         (NAMLEN): Remove macro.
54727         (malloc, realloc): Remove decls.
54728         (stpcpy): Likewise.
54729         ("xalloc.h"): Include.
54730         (NAME_SIZE_DEFAULT): New macro.
54731         (savedir): Use xmalloc / xrealloc to allocate memory.
54732         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
54733         Skip "" directory entries.
54734         Use strlen to calculate directory entry length, since the old method
54735         is rarely used these days and isn't worth supporting.
54736         Don't use a pointer after freeing it.
54737         Check for integer overflow when calculating allocation size.
54738         Use memcpy to copy entries, instead of stpcpy.
54739         Set errno properly when returning NULL.
54740         Check for readdir error.
54741
54742 2000-06-26  Jim Meyering  <meyering@lucent.com>
54743
54744         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
54745
54746 2000-06-25  Jim Meyering  <meyering@lucent.com>
54747
54748         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
54749         Linux header bug when _XOPEN_SOURCE is defined to 500.
54750
54751 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
54752
54753         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
54754         deficiency.
54755
54756 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
54757
54758         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
54759         Include xalloc.h.
54760         Don't include <stdlib.h>.  Don't declare malloc, realloc.
54761
54762 2000-06-24  Jim Meyering  <meyering@lucent.com>
54763
54764         * m4/strerror_r.m4: Revive this file -- to try out an experimental
54765         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
54766         for which strerror does return char*, but which lacks a conveniently
54767         accessible declaration of the function.  If the compile-test says
54768         strerror_r doesn't work, then resort to a `run'-test that works on
54769         BeOS and segfaults on DEC Unix.
54770
54771 2000-06-24  Jim Meyering  <meyering@lucent.com>
54772
54773         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
54774
54775 2000-06-23  Paul Eggert  <eggert@twinsun.com>
54776
54777         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
54778         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
54779
54780 2000-06-23  Paul Eggert  <eggert@twinsun.com>
54781
54782         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
54783         (mbrtowc, mbstate_t): Define substitutes if
54784         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
54785         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
54786         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
54787
54788 2000-06-23  Jim Meyering  <meyering@lucent.com>
54789
54790         * m4/afs.m4: Add missing AC_MSG_RESULT.
54791         Reported by Bruno Haible.
54792
54793         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
54794         Suggestion from Bruno Haible.
54795
54796 2000-06-23  Jim Meyering  <meyering@lucent.com>
54797
54798         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
54799
54800 2000-06-21  Jim Meyering  <meyering@lucent.com>
54801
54802         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
54803
54804 2000-06-21  Jim Meyering  <meyering@lucent.com>
54805
54806         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
54807         (noinst_HEADERS): Add getstr.h.
54808
54809         * lib/getline.c (getstr): Move into a separate file.
54810         * lib/getstr.c (getstr): New file, extracted from getline.c, with
54811         the following changes: new parameter, delim2; both delim[12]
54812         parameters have type `int', not `char'.  The latter would lose
54813         with 8-bit delimiters.
54814         * lib/getstr.h: New file.
54815
54816 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
54817
54818         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
54819         than 1024, return a memory chunk of least possible size, instead
54820         of size PATH_MAX + 2. In the loop, increment the size proportionally.
54821         Use free/xmalloc instead of xrealloc to avoid copying for very long
54822         paths.
54823
54824 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
54825
54826         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
54827         the empty string.
54828
54829 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
54830
54831         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
54832         address, not strdup.  Include <stdlib.h> and don't declare free().
54833
54834 2000-06-19  Jim Meyering  <meyering@lucent.com>
54835
54836         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
54837
54838 2000-06-18  Jim Meyering  <meyering@lucent.com>
54839
54840         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
54841
54842         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
54843         `checking whether...' message to be consistent with that of the
54844         lstat test.
54845
54846 2000-06-18  Jim Meyering  <meyering@lucent.com>
54847
54848         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
54849         Besides, these days every porting target provides a mkdir function.
54850
54851         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
54852         needed. (this snippet comes from src/system.h).
54853
54854 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
54855
54856         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
54857
54858 2000-06-15  Paul Eggert  <eggert@twinsun.com>
54859
54860         * lib/human.c (adjust_value): New function.
54861         (human_readable_inexact): Apply rounding style even when
54862         printing approximate values.
54863
54864 2000-06-14  Paul Eggert  <eggert@twinsun.com>
54865
54866         * lib/human.c (human_readable_inexact): Allow an input block
54867         size that is not a multiple of the output block size, and vice versa.
54868         Reported by Piergiorgio Sartor.
54869
54870 2000-06-14  Paul Eggert  <eggert@twinsun.com>
54871
54872         * lib/getdate.y (get_date): Apply relative times after time
54873         zone indicator, not before.  Reported by Todd A. Jacobs.
54874
54875 2000-06-13  Jim Meyering  <meyering@lucent.com>
54876
54877         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
54878
54879         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
54880
54881 2000-06-12  Paul Eggert  <eggert@twinsun.com>
54882
54883         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
54884
54885 2000-06-12  Jim Meyering  <meyering@lucent.com>
54886
54887         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
54888         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
54889         optional argument.
54890         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
54891         the optional argument, `lib'.
54892
54893 2000-06-08  Jim Meyering  <meyering@lucent.com>
54894
54895         * m4/largefile.m4: Remove file (now that it's part of autoconf).
54896
54897 2000-06-04  Paul Eggert  <eggert@twinsun.com>
54898
54899         Rewrite largefile configuration so that we don't need to run
54900         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
54901         AC_CANONICAL_HOST in configure.in -- jmm]
54902
54903         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
54904         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
54905         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
54906         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
54907         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
54908         All uses changed.
54909         Instead of inspecting the output of getconf, try to compile the
54910         test program without and with the macro definition.
54911         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
54912         for getconf.  Instead, check for the needed flags by compiling
54913         test programs.
54914
54915 2000-06-04  Paul Eggert  <eggert@twinsun.com>
54916
54917         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
54918
54919 2000-06-04  Jim Meyering  <meyering@lucent.com>
54920
54921         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
54922         SunOS 4.1.4 for which gid_t is an unsigned type.
54923
54924 2000-06-03  Jim Meyering  <meyering@lucent.com>
54925
54926         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
54927         now that autoconf requires that.
54928
54929         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
54930         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
54931         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
54932
54933 2000-06-03  Jim Meyering  <meyering@lucent.com>
54934
54935         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
54936
54937 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
54938
54939         * m4/glibc21.m4: New file.
54940         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
54941
54942 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
54943
54944         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
54945         newer, don't install charset.alias.
54946         * lib/config.charset: Change the Linux/glibc rules so they become empty
54947         on glibc-2.1 or newer.
54948
54949 2000-06-02  Jim Meyering  <meyering@lucent.com>
54950
54951         * lib/mountlist.c: Back out last change.  Instead, do this...
54952         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
54953         me_dummy member using the same `ignore'-testing code.
54954         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
54955         fs_type strings.
54956         From Mark D. Roth.
54957
54958 2000-05-29  Jim Meyering  <meyering@lucent.com>
54959
54960         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
54961         mounts with the `ignore' attribute.  Based on a patch from
54962         Mark D. Roth.
54963
54964 2000-05-28  Jim Meyering  <meyering@lucent.com>
54965
54966         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
54967         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
54968         * m4/stat.m4: Likewise.
54969         * m4/lstat.m4: Likewise.
54970         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
54971
54972         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
54973         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
54974
54975 2000-05-26  Jim Meyering  <meyering@lucent.com>
54976
54977         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
54978
54979 2000-05-24  Jim Meyering  <meyering@lucent.com>
54980
54981         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
54982         autoconf requires that.
54983         * m4/lib-check.m4: Likewise.
54984         * m4/jm-macros.m4: Likewise.
54985         * m4/strftime.m4: Likewise.
54986
54987         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
54988         AC_CHECK_DECLS, now that autoconf requires that.
54989
54990 2000-05-22  Jim Meyering  <meyering@lucent.com>
54991
54992         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
54993         * m4/lstat.m4: Likewise.
54994
54995 2000-05-22  Jim Meyering  <meyering@lucent.com>
54996
54997         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
54998
54999 2000-05-20  Jim Meyering  <meyering@lucent.com>
55000
55001         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
55002         (jm_PREREQ): Use it.
55003
55004 2000-05-18  Jim Meyering  <meyering@lucent.com>
55005
55006         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
55007         back, too, since it may have been modified by allocate_entry.
55008         (hash_delete): Rewrite to use neither the assignment operator
55009         nor the comma operator in an if-expression.
55010
55011 2000-05-15  Paul Eggert  <eggert@twinsun.com>
55012
55013         * lib/closeout.c:
55014         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
55015         Remove; no longer needed.
55016         "quotearg.h": Add include.
55017         (file_name): Do not bother to explicitly initialize to NULL; it's less
55018         efficient on some hosts.
55019         (close_stdout_status): Remove test as to whether stdout was already
55020         closed; it breaks for the case "echo x | sort >&-".
55021         Quote file name colons.
55022         Do not assume that _("write error") lacks format strings.
55023
55024 2000-05-15  Jim Meyering  <meyering@lucent.com>
55025
55026         * lib/version-etc.c (version_etc_copyright): Update the copyright
55027         string used in all --version output.
55028
55029 2000-05-14  Jim Meyering  <meyering@lucent.com>
55030
55031         * lib/closeout.c (close_stdout_set_file_name): New function.
55032         (close_stdout_status): Use new file-scoped global.
55033         Return right away if fstat says the stdout file descriptor is invalid.
55034         * lib/closeout.h (close_stdout_set_file_name): Declare.
55035
55036 2000-05-10  Jim Meyering  <meyering@lucent.com>
55037
55038         * lib/closeout.c [default_exit_status]: New file-scoped variable.
55039         (close_stdout_set_status): New function.
55040         * lib/closeout.h (close_stdout_set_status): Declare.
55041
55042 2000-05-09  Jim Meyering  <meyering@lucent.com>
55043
55044         * m4/gettext.m4: Rename this...
55045         * m4/libintl.m4: ...to this.
55046
55047 2000-05-08  Jim Meyering  <meyering@lucent.com>
55048
55049         * lib/long-options.c: Don't include closeout.h.
55050         (parse_long_options): Don't call close_stdout for --version.
55051
55052 2000-05-06  Paul Eggert  <eggert@twinsun.com>
55053
55054         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
55055         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
55056         2.1.3 bug.  This avoids a clash when files like regex.c define
55057         _GNU_SOURCE.
55058
55059 2000-05-06  Jim Meyering  <meyering@lucent.com>
55060
55061         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
55062         (AC_REPLACE_FUNCS): Add strnlen.
55063
55064         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
55065         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
55066
55067         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
55068         AC_SEARCH_LIBS call for nanosleep.
55069         (LIB_NANOSLEEP): Set and AC_SUBST.
55070
55071 2000-05-06  Jim Meyering  <meyering@lucent.com>
55072
55073         * lib/strnlen.c: Undefine __strnlen and strnlen.
55074         [!weak_alias]: Define __strnlen to strnlen.
55075
55076         * lib/atexit.c: New file, from libiberty.
55077
55078 2000-05-06  Jim Meyering  <meyering@lucent.com>
55079
55080         * lib/closeout.c (close_stdout_status): Also check for errors on the
55081         stderr stream.
55082
55083 2000-05-05  Jim Meyering  <meyering@lucent.com>
55084
55085         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
55086         AC_SEARCH_LIBS call for clock_gettime.
55087         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
55088
55089         * m4/search-libs.m4: Update from autoconf.
55090
55091         su doesn't work on Solaris 2.6.
55092         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
55093         <shadow.h>.  Reported by Dragos Harabor.
55094
55095 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
55096
55097         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
55098         memcpy instead of xmalloc, xrealloc, path_concat.
55099         (locale_charset): Treat empty environment variables as absent.
55100         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
55101
55102 2000-05-04  Jim Meyering  <meyering@lucent.com>
55103
55104         * lib/getopt.c: Update from glibc.
55105         * lib/obstack.c: Likewise.
55106         * lib/obstack.h: Likewise.
55107         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
55108         file
55109
55110         * lib/regex.h: Likewise.
55111         * lib/strndup.c: Likewise.
55112         * lib/strnlen.c: New file, from glibc.
55113
55114 2000-05-03  Jim Meyering  <meyering@lucent.com>
55115
55116         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
55117
55118 2000-05-02  Paul Eggert  <eggert@twinsun.com>
55119
55120         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
55121         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
55122         compile-time test, rather than inspecting host and OS, to
55123         decide whether to define _LARGEFILE_SOURCE.
55124
55125 2000-05-01  Jim Meyering  <meyering@lucent.com>
55126
55127         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
55128
55129         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
55130         Based on a patch from Bruno Haible.
55131
55132 2000-05-01  Jim Meyering  <meyering@lucent.com>
55133
55134         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
55135
55136 2000-04-29  Jim Meyering  <meyering@lucent.com>
55137
55138         * lib/path-concat.c: Declare strdup only if it's not defined.
55139         * lib/canon-host.c: Likewise.
55140
55141 2000-04-28  Jim Meyering  <meyering@lucent.com>
55142
55143         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
55144         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
55145         is included first, then limits.h is included by locale.h by libintl.h.
55146         From John David Anglin.
55147
55148 2000-04-25  Jim Meyering  <meyering@lucent.com>
55149
55150         * lib/makepath.c (S_IRWXUGO): Define.
55151         (make_path): Always perform explicit chmod if MODE specifies any
55152         of the `special' permission bits.  Prompted by a bug report against
55153         install from Mate Wierdl and Joost van Baal.
55154
55155 2000-04-18  Jim Meyering  <meyering@lucent.com>
55156
55157         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
55158         (jm_PREREQ): Use it.
55159
55160 2000-04-18  Jim Meyering  <meyering@lucent.com>
55161
55162         * lib/README: New file.
55163
55164         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
55165         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
55166
55167 2000-04-17  Jim Meyering  <meyering@lucent.com>
55168
55169         Get it right :-)
55170         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
55171         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
55172         Suggestion from Akim Demaille.
55173
55174 2000-04-17  Jim Meyering  <meyering@lucent.com>
55175
55176         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
55177         the definition of it to rpl_strftime also defined-away the system's
55178         declaration.
55179
55180 2000-04-15  Jim Meyering  <meyering@lucent.com>
55181
55182         Use `C' to denote so-called `contiguous' files, the same way
55183         that tar does.
55184         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
55185         (ftypelet): Use S_ISCTG.
55186         From Michael Deutschmann.
55187
55188 2000-04-14  Jim Meyering  <meyering@lucent.com>
55189
55190         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
55191         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
55192         clobbered.
55193
55194 2000-04-14  Jim Meyering  <meyering@lucent.com>
55195
55196         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
55197
55198 2000-04-13  Jim Meyering  <meyering@lucent.com>
55199
55200         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
55201         AH_VERBATIM to insert required #ifndef into config.h.in.
55202         Suggestion from Akim Demaille.
55203
55204 2000-04-12  Jim Meyering  <meyering@lucent.com>
55205
55206         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
55207         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
55208         Christian Krackowizer.
55209
55210         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
55211         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
55212         (AC_SYS_LARGEFILE): Require.
55213         (AM_C_PROTOTYPES): Require.
55214
55215 2000-04-08  Jim Meyering  <meyering@lucent.com>
55216
55217         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
55218         names don't conflict.  Reported by Eli Zaretskii.
55219
55220 2000-04-07  Jim Meyering  <meyering@lucent.com>
55221
55222         * lib/putenv.c: Move inclusion of errno.h so it follows that of
55223         sys/types.h, to work around system header problems on AIX 3.2.5.
55224         From Bruno Haible.
55225
55226 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
55227
55228         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
55229         bug.  Deal with the different error behavior of Irix iconv.
55230
55231 2000-04-05  Paul Eggert  <eggert@twinsun.com>
55232
55233         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
55234         IRIX if the installer said otherwise.
55235
55236 2000-04-05  Jim Meyering  <meyering@lucent.com>
55237
55238         Portability tweaks required for ultrix4.3.
55239         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
55240         (jm_CHECK_DECLS): Add getutent to the list of functions.
55241         (_jm_DECL_HEADERS): Add utmpx.h.
55242         From John David Anglin.
55243
55244         * m4/strftime.m4: Back out the 2000-04-02 change.
55245         Instead of that change, simply undefine putenv in the test program.
55246
55247 2000-04-05  Jim Meyering  <meyering@lucent.com>
55248
55249         Portability tweaks required for ultrix4.3.
55250         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
55251         getutent.
55252         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
55253         * lib/canon-host.c: Declare strdup.
55254         * lib/path-concat.c: Likewise.
55255         From John David Anglin.
55256
55257 2000-04-04  Jim Meyering  <meyering@lucent.com>
55258
55259         Be more DOS 8.3-friendly.
55260         * lib/ref-add.sin: Renamed from ref-add.sed.in.
55261         * lib/ref-del.sin: Renamed from ref-del.sed.in.
55262         * lib/Makefile.am: Reflect renaming.
55263         Reported by Eli Zaretskii.
55264
55265         Use a temporary file name that won't clash with `charset.alias'
55266         in the DOS 8.3 name space.
55267         * lib/Makefile.am (charset_tmp): Define.
55268         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
55269         (uninstall-local): Likewise.
55270         Reported by Eli Zaretskii.
55271
55272 2000-04-03  Jim Meyering  <meyering@lucent.com>
55273
55274         * m4/gettext.m4: Fix typo in comment.
55275
55276         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
55277         textutils/configure.in).  Suggestion from Paul Eggert.
55278         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
55279
55280 2000-04-02  Paul Eggert  <eggert@twinsun.com>
55281
55282         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
55283         variable in the shell rather than using putenv, which isn't
55284         portable.  This avoids the configure-time inter-test dependency
55285         on the potentially-renamed putenv function.
55286
55287 2000-03-30  Paul Eggert  <eggert@twinsun.com>
55288
55289         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
55290         before checking struct stat.st_blksize, so that
55291         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
55292
55293 2000-03-29  Paul Eggert  <eggert@twinsun.com>
55294
55295         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
55296         since strftime.c uses HAVE_STRFTIME to decide whether to use
55297         the underlying strftime.
55298
55299 2000-03-29  Paul Eggert  <eggert@twinsun.com>
55300
55301         * lib/time/strftime.c (my_strftime): Make sure we call the system
55302         strftime, not ourselves, when invoking the underlying strftime.
55303
55304 2000-03-24  Jim Meyering  <meyering@lucent.com>
55305
55306         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
55307         (charset_alias): Define.
55308         (install-exec-local): Factor out common code.
55309         (uninstall-local): Split lines longer than 80.
55310         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
55311         (SUFFIXES): Define.
55312         (.sed.in.sed): New rule.  Don't redirect directly to $@.
55313         (CLEANFILES): Add ref-add.sed and ref-del.sed.
55314
55315 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
55316
55317         * lib/config.charset: Output a line containing "Packages using this
55318         file".
55319         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
55320         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
55321         ref-del.sed): New rules.
55322
55323 2000-03-17  Jim Meyering  <meyering@lucent.com>
55324
55325         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
55326         Otherwise, include <strings.h>
55327
55328 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
55329
55330         * lib/unicodeio.c (utf8_wctomb): New function.
55331         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
55332         format instead of in UCS-4 with platform dependent endianness.
55333
55334 2000-03-10  Jim Meyering  <meyering@lucent.com>
55335
55336         * m4/lib-check.m4: Look for getspnam in -lgen, too.
55337         From Marco Franzen.
55338
55339 2000-03-07  Paul Eggert  <eggert@twinsun.com>
55340
55341         * lib/savedir.c (savedir): Work even if directory size is
55342         negative; this can happen with some screwy NFS configurations.
55343
55344 2000-03-06  Jim Meyering  <meyering@lucent.com>
55345
55346         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
55347         if it's NULL (because we ran out of memory).  From Bruno Haible.
55348
55349 2000-03-05  Jim Meyering  <meyering@lucent.com>
55350
55351         * lib/localcharset.c ("path-concat.h"): Include.
55352         (get_charset_aliases): Use path_concat instead of ANSI string
55353         concatenation.
55354
55355         * lib/unicodeio.h (PARAMS): Define.
55356         Use it to guard prototype.
55357
55358 2000-03-04  Jim Meyering  <meyering@lucent.com>
55359
55360         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
55361         for lib/localcharset.c.
55362
55363 2000-03-04  Jim Meyering  <meyering@lucent.com>
55364
55365         * lib/Makefile.am (install-exec-local): Create $(libdir) before
55366         installing into it.
55367         (uninstall-local): Uncomment this rule so `make distcheck' works
55368         once again.
55369
55370         * lib/unicodeio.c (<errno.h>): Include it.
55371         (errno): Declare if not defined.
55372
55373         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
55374
55375         * lib/config.charset: New version, incorporating remarks from a linux
55376         i18n mailing list.  From Bruno Haible.
55377
55378 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
55379
55380         * m4/codeset.m4: New file.
55381         * m4/iconv.m4: New file.
55382         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
55383
55384 2000-03-03  Jim Meyering  <meyering@lucent.com>
55385
55386         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
55387
55388 2000-03-02  Jim Meyering  <meyering@lucent.com>
55389
55390         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
55391         the messages come out on separate lines.
55392
55393         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
55394         rather than jm_CHECK_DECLARATIONS.
55395         * m4/decl.m4: Remove now-unused file.
55396
55397         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
55398         geteuid.
55399
55400 2000-03-02  Jim Meyering  <meyering@lucent.com>
55401
55402         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
55403
55404 2000-03-01  Jim Meyering  <meyering@lucent.com>
55405
55406         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
55407         * lib/unicodeio.c: Likewise.
55408
55409 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
55410
55411         * lib/config.charset: New file.
55412         * lib/localcharset.c: New file.
55413         * lib/unicodeio.h, lib/unicodeio.c: New files.
55414         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
55415         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
55416         (noinst_HEADERS): Add unicodeio.h.
55417         (all-local, install-exec-local, charset.alias): New targets.
55418
55419 2000-02-28  Paul Eggert  <eggert@twinsun.com>
55420
55421         * lib/quotearg.c (ALERT_CHAR): New macro.
55422         (quotearg_buffer_restyled): Use it.
55423
55424 2000-02-27  Jim Meyering  <meyering@lucent.com>
55425
55426         * m4/check-decl.m4: Add getenv to the list.
55427
55428 2000-02-27  Jim Meyering  <meyering@lucent.com>
55429
55430         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
55431         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
55432
55433         * lib/backupfile.c: Guard inclusion of stdlib.h with
55434         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
55435         Declare malloc if needed.
55436
55437         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
55438         `#ifndef HAVE_DECL..'
55439         now that autoconf always defines the HAVE_DECL_ symbols.
55440         * lib/human.c: Likewise.
55441         * lib/same.c: Likewise.
55442         * lib/strtoumax.c: Likewise.
55443
55444         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
55445         declaration check was not run.
55446         * lib/hash.c: Likewise.
55447         * lib/human.c: Likewise.
55448         * lib/same.c: Likewise.
55449         * lib/strtoumax.c: Likewise.
55450
55451         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
55452         `.', then first look up the entire `.'-containing string as a login
55453         name.
55454
55455 2000-02-23  Jim Meyering  <meyering@lucent.com>
55456
55457         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
55458         in place of my hack.
55459
55460 2000-02-18  Paul Eggert  <eggert@twinsun.com>
55461
55462         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
55463         (textint): New typedef.
55464         (parser_control): Member year changed from int to textint.
55465         All uses changed.
55466         (YYSTYPE): Removed; replaced by %union with int and textint members.
55467         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
55468         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
55469         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
55470         (tSNUMBER, tUNUMBER): Now of type <textintval>.
55471         (date, number, to_year): Use width of number in digits, not its value,
55472         to determine whether it's a 2-digit year, or a 2-digit time.
55473         (yylex): Store number of digits of numeric tokens.
55474         Reported by John Kendall.
55475
55476         (parser_control): Changed from struct parser_control to typedef (for
55477         consistency).  All uses changed.
55478
55479         (tID): Removed; not used.
55480         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
55481
55482 2000-02-14  Paul Eggert  <eggert@twinsun.com>
55483
55484         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
55485         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
55486
55487 2000-02-12  Jim Meyering  <meyering@lucent.com>
55488
55489         * lib/userspec.c (ISDIGIT): Define it.
55490         (isdigit): Remove definition.
55491         (is_number): Use ISDIGIT, not isdigit.
55492         <libintl.h>: Include.
55493         (_ and N_): Define.
55494         (parse_user_spec): Mark translatable strings.
55495
55496 2000-02-10  Jim Meyering  <meyering@lucent.com>
55497
55498         With these changes, nanosleep.[ch] are finally enough like the other
55499         lib/* replacement files to compile on a few more losing systems.
55500
55501         * lib/nanosleep.h: Don't include config.h.
55502         Remove prototype from declaration of nanosleep.
55503         (PARAMS): Remove now-unneeded definition.
55504         * lib/nanosleep.c: #undef nanosleep.
55505         (rpl_nanosleep): Rename from nanosleep.
55506
55507 2000-02-10  Jim Meyering  <meyering@lucent.com>
55508
55509         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
55510         gnu_nanosleep to rpl_nanosleep.
55511
55512 2000-02-09  Jim Meyering  <meyering@lucent.com>
55513
55514         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
55515         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
55516
55517 2000-02-08  Akim Demaille  <akim@epita.fr>
55518
55519         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
55520         `[' and `]' and remove uses of `changequote'.
55521         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
55522         (AC_SYS_LARGEFILE): Likewise.
55523         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
55524         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
55525         of changequote.
55526         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
55527         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
55528         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
55529         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
55530
55531 2000-02-05  Jim Meyering  <meyering@lucent.com>
55532
55533         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
55534         Remove explicit use of AC_HEADER_TIME.  It is required by
55535         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
55536         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
55537         in autoconf whereby the expansion of the latter ended up preceding
55538         the expansion of its prerequisite, AC_HEADER_TIME.
55539         Reported by Volker Borchert.
55540
55541 2000-02-03  Jim Meyering  <meyering@lucent.com>
55542
55543         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
55544
55545 2000-02-03  Jim Meyering  <meyering@lucent.com>
55546
55547         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
55548         rather than with `#if HAVE_UTMPNAME'.
55549
55550 2000-02-02  Jim Meyering  <meyering@lucent.com>
55551
55552         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
55553         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
55554         Reported by Eli Zaretskii.
55555
55556 2000-02-01  Jim Meyering  <meyering@lucent.com>
55557
55558         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
55559
55560 2000-01-31  Jim Meyering  <meyering@lucent.com>
55561
55562         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
55563         functions.  Add the time.h and sys/time.h headers along with the
55564         AC_REQUIRE'ment of AC_HEADER_TIME.
55565
55566 2000-01-31  Jim Meyering  <meyering@lucent.com>
55567
55568         * lib/nanosleep.h (nanosleep): Guard declaration with
55569         `#if ! HAVE_DECL_NANOSLEEP'.
55570         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
55571         the declaration in that vendor's sys/timers.h.
55572         Reported by Christian Krackowizer.
55573
55574         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
55575         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
55576         (ISPRINT): Likewise.
55577         Reported by Tom Tromey.
55578
55579 2000-01-30  Jim Meyering  <meyering@lucent.com>
55580
55581         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
55582
55583         * m4/prereq.m4 (utmp_includes): Define.
55584         Check for ut_user and ut_name members in both struct utmpx
55585         and struct utmp.
55586
55587 2000-01-30  Jim Meyering  <meyering@lucent.com>
55588
55589         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
55590         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
55591         header files where only utmpx.ut_user is declared.
55592
55593         * lib/readutmp.h (UT_USER): Define.
55594
55595 2000-01-29  Jim Meyering  <meyering@lucent.com>
55596
55597         * m4/lib-check.m4: New file containing library-related checks from
55598         fileutils and sh-utils (textutils had none).
55599
55600 2000-01-28  Jim Meyering  <meyering@lucent.com>
55601
55602         * m4/perl.m4: Change format of warning message to look more like that
55603         from the missing script.  Suggestion from François Pinard.
55604
55605 2000-01-25  Jim Meyering  <meyering@lucent.com>
55606
55607         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
55608         well as time.h in the compile check.
55609         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
55610         Fix typo in cross-compiling case: s/yes/no/.
55611
55612 2000-01-23  Jim Meyering  <meyering@lucent.com>
55613
55614         * m4/jm-macros.m4: Move df-related tests here from
55615         fileutils/configure.in
55616
55617         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
55618         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
55619
55620         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
55621         s/space/ac_fsusage_space/.
55622         (jm_FILE_SYSTEM_USAGE): Take two parameters.
55623
55624         * m4/ftruncate.m4: New file (derived from part of
55625         fileutils/configure.in).
55626         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
55627         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
55628
55629         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
55630         AC_SUBST these here, rather than just in sh-util/configure.in, so
55631         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
55632         all the same.
55633         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
55634         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
55635         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
55636         (AC_SUBST(POW_LIBM)): Likewise.
55637         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
55638
55639 2000-01-23  Jim Meyering  <meyering@lucent.com>
55640
55641         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
55642         obstack.c.
55643
55644 2000-01-22  Jim Meyering  <meyering@lucent.com>
55645
55646         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
55647
55648         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
55649
55650         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
55651         configure.in
55652         (AC_CHECK_HEADERS): Likewise for sh-utils.
55653         (AC_CHECK_HEADERS): Likewise for textutils.
55654         Merge the three lists of headers.
55655
55656         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
55657         from fileutils' configure.in.
55658
55659         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
55660         code. Moved tests into their own function (_jm_DECL_HEADERS) in
55661         check-decl.m4.
55662
55663         * m4/check-decl.m4: Use #if rather than #ifdef.
55664         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
55665         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
55666         (_jm_DECL_HEADERS): Define new function.
55667         (jm_CHECK_DECLARATIONS): Require it.
55668
55669 2000-01-22  Jim Meyering  <meyering@lucent.com>
55670
55671         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
55672         [! HAVE_DECL_STRTOULL]: Declare strtoull.
55673         Required for some AIX systems.  Reported by Christian Krackowizer.
55674         [TESTING] (main): New function.
55675
55676         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
55677         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
55678         letters.
55679
55680         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
55681         iswprint.
55682
55683         * lib/strverscmp.c (ISDIGIT): Define.
55684         (strverscmp): Use ISDIGIT, not isdigit.
55685
55686 2000-01-19  Jim Meyering  <meyering@lucent.com>
55687
55688         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
55689         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
55690         defines `struct timespec' in <sys/time.h>
55691
55692         * m4/c-bs-a.m4: Remove uses of changequote altogether.
55693         Thanks to Akim for explaining.
55694
55695 2000-01-17  Paul Eggert  <eggert@twinsun.com>
55696
55697         * lib/nanosleep.c (nanosleep):
55698         Don't use SA_INTERRUPT to decide whether to call sigaction, as
55699         POSIX.1 doesn't require SA_INTERRUPT and some systems
55700         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
55701         it's been part of POSIX.1 since day 1 (in 1988).
55702
55703 2000-01-17  Jim Meyering  <meyering@lucent.com>
55704
55705         * lib/interlock: Remove unused file.  Reported by François Pinard.
55706
55707 2000-01-16  Paul Eggert  <eggert@twinsun.com>
55708
55709         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
55710         alert, backslash, formfeed, and vertical tab unnecessarily in
55711         shell quoting style.
55712
55713 2000-01-16  Jim Meyering  <meyering@lucent.com>
55714
55715         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
55716         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
55717         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
55718         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
55719
55720 2000-01-16  Jim Meyering  <meyering@lucent.com>
55721
55722         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
55723         because the latter didn't work.
55724
55725 2000-01-15  Jim Meyering  <meyering@lucent.com>
55726
55727         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
55728         (AC_REPLACE_FUNCS): Add memcpy and memset.
55729         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
55730         Add strpbrk.
55731         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
55732
55733 2000-01-12  Jim Meyering  <meyering@lucent.com>
55734
55735         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
55736         (jm_PREREQ): Use it.
55737         (jm_PREREQ_READUTMP): New macro.
55738         (jm_PREREQ): Use it.
55739
55740 2000-01-11  Paul Eggert  <eggert@twinsun.com>
55741
55742         Quote multibyte characters correctly.
55743         * m4/c-bs-a.m4: New file.
55744         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
55745         (jm_PREREQ): Use it.
55746
55747 2000-01-11  Paul Eggert  <eggert@twinsun.com>
55748
55749         * m4/uintmax_t.m4: Port to autoconf 2.13.
55750
55751 2000-01-08  Jim Meyering  <meyering@ascend.com>
55752
55753         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
55754         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
55755
55756 2000-01-04  Jim Meyering  <meyering@ascend.com>
55757
55758         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
55759         jm_STRUCT_DIRENT_D_TYPE.
55760         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
55761         jm_STRUCT_DIRENT_D_INO.
55762         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
55763         jm_STRUCT_UTIMBUF.
55764         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
55765         renamings.
55766         * m4/utime.m4: Likewise.
55767
55768         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
55769         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
55770
55771 2000-01-03  Paul Eggert  <eggert@twinsun.com>
55772
55773         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
55774         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
55775
55776 2000-01-02  Jim Meyering  <meyering@ascend.com>
55777
55778         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
55779         remember if this is necessary.
55780
55781 1999-12-26  Jim Meyering  <meyering@ascend.com>
55782
55783         * m4/jm-macros.m4: Use it here.
55784         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
55785
55786 1999-12-23  Jim Meyering  <meyering@ascend.com>
55787
55788         * m4/jm-macros.m4: Check for clock_gettime (moved from
55789         fileutils/configure.in)
55790         Check for gettimeofday.
55791
55792 1999-12-20  Jim Meyering  <meyering@ascend.com>
55793
55794         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
55795         autoconf-2.14a-1999-12-20.
55796
55797 1999-12-19  Jim Meyering  <meyering@ascend.com>
55798
55799         * m4/lstat-slash.m4: New file.
55800         * m4/jm-macros.m4: Use the new macro:
55801         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
55802
55803 1999-12-07  Jim Meyering  <meyering@ascend.com>
55804
55805         * m4/perl.m4: Require that File::Compare be available, too.
55806         Too many systems seem to lack it.
55807
55808         * m4/strftime.m4: Add checks for most of the cpp macros tested in
55809         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
55810
55811 1999-11-18  Paul Eggert  <eggert@twinsun.com>
55812
55813         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
55814         problem with the QNX 4.25 shell, which doesn't propagate exit
55815         status of failed commands inside shell assignments.
55816
55817 1999-11-17  Jim Meyering  <meyering@ascend.com>
55818
55819         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
55820
55821 1999-11-07  Jim Meyering  <meyering@ascend.com>
55822
55823         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
55824
55825 1999-11-06  Jim Meyering  <meyering@ascend.com>
55826
55827         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
55828         * m4/jm-macros.m4 (jm_MACROS): Use it here.
55829
55830 1999-11-05  Jim Meyering  <meyering@ascend.com>
55831
55832         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
55833         configure.in of textutils, fileutils, and sh-utils into this one
55834         (shared between those packages) file.
55835         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
55836         AC_STRUCT_ST_BLKSIZE.
55837
55838 1999-11-03  Jim Meyering  <meyering@ascend.com>
55839
55840         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
55841         of AC_CHECK_TYPE checks includes unistd.h.
55842         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
55843         Suggestion from Akim Demaille.
55844
55845 1999-10-30  Jim Meyering  <meyering@ascend.com>
55846
55847         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
55848         m4-quoted string.
55849         * m4/ls-mntd-fs.m4: Likewise.
55850         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
55851         * m4/jm-winsz1.m4: Likewise.
55852
55853         * m4/const.m4: Remove file, since the fix made it into the experimental
55854         version of autoconf.
55855         * m4/mktime.m4: Likewise.
55856
55857         * m4/check-type.m4: Remove file, now that the latest version of
55858         AC_CHECK_TYPE takes a third arg to specify additional #includes.
55859
55860         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
55861         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
55862         AC_CHECK_TYPE.
55863
55864 1999-10-04  Jim Meyering  <meyering@ascend.com>
55865
55866         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
55867
55868 1999-09-22  Paul Eggert  <eggert@twinsun.com>
55869
55870         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
55871         2.95.1 bug with HP-UX 10.20.
55872
55873 1999-09-17  Jim Meyering  <meyering@ascend.com>
55874
55875         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
55876         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
55877         due to missing strdup (against sh-utils-2.0).
55878
55879 1999-08-29  Jim Meyering  <meyering@ascend.com>
55880
55881         * m4/jm-macros.m4: Require jm_BISON.
55882         * m4/bison.m4: New file.
55883
55884 1999-08-17  Paul Eggert  <eggert@twinsun.com>
55885
55886         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
55887         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
55888
55889 1999-08-05  Jim Meyering  <meyering@ascend.com>
55890
55891         * m4/getline.m4: Rename test file from conftestdata to conftest.data
55892         to avoid conflicts with `conftest' on 8+3 filesystems.
55893         Suggestion from Eli Zaretskii.
55894
55895 1999-08-04  Jim Meyering  <meyering@ascend.com>
55896
55897         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
55898         fileutils and sh-utils (textutils's getline test was inadequate).
55899         (AM_FUNC_GETLINE): Run this test.
55900         (AC_CHECK_FUNCS): Check for getdelim.
55901         Reported by Bob Proulx.
55902
55903 1999-08-02  Jim Meyering  <meyering@ascend.com>
55904
55905         * m4/jm-macros.m4: Add a comment.
55906
55907 1999-08-01  Paul Eggert  <eggert@twinsun.com>
55908
55909         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
55910         <inttypes.h> defines strtoumax as a macro (and not as a
55911         function).
55912
55913 1999-08-01  Paul Eggert  <eggert@twinsun.com>
55914
55915         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
55916         that we can shift, multiply and divide unsigned long long
55917         values; Ultrix cc can't do it.
55918
55919 1999-08-01  Paul Eggert  <eggert@twinsun.com>
55920
55921         * m4/mktime.m4: New file, which is a preview of what should appear
55922         in the next public autoconf release.
55923
55924 1999-08-01  Paul Eggert  <eggert@twinsun.com>
55925
55926         * m4/lfs.m4: Remove this file.
55927         * m4/largefile.m4: New file.  It contains the old contents of
55928         lfs.m4, except that all names with prefix AC_LFS have been
55929         changed to use the prefix AC_SYS_LARGEFILE instead, to be
55930         compatible with future autoconf versions.  Also, some minor m4
55931         quoting problems have been fixed.
55932
55933 1999-08-01  Paul Eggert  <eggert@twinsun.com>
55934
55935         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
55936         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
55937         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
55938         and simplify the shell code.
55939
55940 1999-08-01  Jim Meyering  <meyering@ascend.com>
55941
55942         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
55943         m4.
55944
55945 1999-07-20  Jim Meyering  <meyering@ascend.com>
55946
55947         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
55948
55949 1999-07-15  Jim Meyering  <meyering@ascend.com>
55950
55951         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
55952
55953 1999-05-22  Jim Meyering  <meyering@ascend.com>
55954
55955         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
55956
55957 1999-05-20  Jim Meyering  <meyering@ascend.com>
55958
55959         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
55960         Add a colon after each `then' in case $4 is empty.
55961
55962 1999-05-16  Jim Meyering  <meyering@ascend.com>
55963
55964         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
55965
55966 1999-05-10  Jim Meyering  <meyering@ascend.com>
55967
55968         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
55969
55970         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
55971         AC_FUNC_MKTIME.
55972
55973 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
55974
55975         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
55976
55977 1999-05-04  Paul Eggert  <eggert@twinsun.com>
55978
55979         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
55980         not CPPFLAGS, so that linking works correctly in IRIX.
55981
55982 1999-04-30  Paul Eggert  <eggert@twinsun.com>
55983
55984         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
55985
55986 1999-04-20  Paul Eggert  <eggert@twinsun.com>
55987
55988         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
55989         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
55990         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
55991         jm_AC_TYPE_UNSIGNED_LONG_LONG.
55992         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
55993
55994         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
55995
55996 1999-04-20  Jim Meyering  <meyering@ascend.com>
55997
55998         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
55999         AC_REPLACE xstroull if necessary.  From Paul Eggert.
56000         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
56001
56002 1999-04-18  Jim Meyering  <meyering@ascend.com>
56003
56004         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
56005         * m4/jm-macros.m4: Use it.
56006
56007 1999-04-06  Jim Meyering  <meyering@ascend.com>
56008
56009         * m4/strftime.m4: Remove test for %f.
56010
56011 1999-03-29  Jim Meyering  <meyering@ascend.com>
56012
56013         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
56014         superset of the AC_TYPE_* checks in the textutils, fileutils,
56015         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
56016         AC_TYPE_PID_T.
56017
56018 1999-03-28  Jim Meyering  <meyering@ascend.com>
56019
56020         * m4/jm-macros.m4: Define GNU_PACKAGE here.
56021         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
56022         replaced e.g., in the *.sh files of the sh-utils.
56023
56024 1999-03-20  Jim Meyering  <meyering@ascend.com>
56025
56026         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
56027         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
56028         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
56029
56030 1999-03-19  Jim Meyering  <meyering@ascend.com>
56031
56032         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
56033
56034 1999-03-12  Jim Meyering  <meyering@ascend.com>
56035
56036         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
56037
56038 1999-03-07  Jim Meyering  <meyering@ascend.com>
56039
56040         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
56041         declared.
56042
56043 1999-02-17  Jim Meyering  <meyering@ascend.com>
56044
56045         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
56046         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
56047
56048 1999-02-07  Jim Meyering  <meyering@ascend.com>
56049
56050         * m4/group-member.m4: New file -- extracted from sh-utils'
56051         configure.in.
56052
56053         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
56054         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
56055
56056 1999-02-06  Jim Meyering  <meyering@ascend.com>
56057
56058         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
56059         * m4/fnmatch.m4: Likewise.
56060         * m4/getgroups.m4: Likewise.
56061         * m4/lstat.m4: Likewise.
56062         * m4/malloc.m4: Likewise.
56063         * m4/putenv.m4: Likewise.
56064         * m4/realloc.m4: Likewise.
56065         * m4/regex.m4: Likewise.
56066         * m4/stat.m4: Likewise.
56067         * m4/strftime.m4: Likewise.
56068         Suggestion from Alain Magloire.
56069
56070         * m4/chown.m4: Use `.$ac_objext', not `.o'.
56071         * m4/fnmatch.m4: Likewise.
56072         * m4/getgroups.m4: Likewise.
56073         * m4/getline.m4: Likewise.
56074         * m4/lstat.m4: Likewise.
56075         * m4/malloc.m4: Likewise.
56076         * m4/memcmp.m4: Likewise.
56077         * m4/putenv.m4: Likewise.
56078         * m4/realloc.m4: Likewise.
56079         * m4/regex.m4: Likewise.
56080         * m4/stat.m4: Likewise.
56081         * m4/strftime.m4: Likewise.
56082         Suggestion from Alain Magloire.
56083
56084         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
56085         an argument.
56086
56087         * m4/regex.m4: Add a run-time Test for proper operation of
56088         re_compile_pattern.
56089
56090 1999-01-31  Jim Meyering  <meyering@ascend.com>
56091
56092         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
56093
56094 1999-01-30  Jim Meyering  <meyering@ascend.com>
56095
56096         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
56097
56098         * m4/jm-mktime.m4: Make this a wrapper around the official
56099         AM_FUNC_MKTIME rather than my private copy, now that the official one
56100         is up to date.
56101         * m4/mktime.m4: Remove file.
56102
56103         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
56104         * m4/uptime.m4: Likewise.
56105         * m4/uintmax_t.m4: Likewise.
56106
56107 1999-01-28  Jim Meyering  <meyering@ascend.com>
56108
56109         * m4/jm-macros.m4: Use jm_AFS.
56110         * m4/afs.m4: New file (from fileutils' configure.in).
56111
56112         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
56113         * m4/chown.m4: Likewise.
56114         * m4/d-ino.m4: Likewise.
56115         * m4/d-type.m4: Likewise.
56116         * m4/fnmatch.m4: Likewise.
56117         * m4/getgroups.m4: Likewise.
56118         * m4/gettext.m4: Likewise.
56119         * m4/jm-mktime.m4: Likewise.
56120         * m4/jm-winsz2.m4: Likewise.
56121         * m4/lcmessage.m4: Likewise.
56122         * m4/ls-mntd-fs.m4: Likewise.
56123         * m4/malloc.m4: Likewise.
56124         * m4/memcmp.m4: Likewise.
56125         * m4/putenv.m4: Likewise.
56126         * m4/realloc.m4: Likewise.
56127         * m4/st_mtim.m4: Likewise.
56128         * m4/strftime.m4: Likewise.
56129
56130 1999-01-16  Jim Meyering  <meyering@ascend.com>
56131
56132         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
56133         (ARGMATCH_DIE_DECL): Define.
56134
56135 1999-01-12  Jim Meyering  <meyering@ascend.com>
56136
56137         * m4/Makefile.am.in: Rewrite to avoid using fmt.
56138         Reported by Lars Hecking.
56139
56140 1999-01-10  Jim Meyering  <meyering@ascend.com>
56141
56142         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
56143         gross kludge.
56144         * m4/inttypes_h.m4: Likewise.
56145         * m4/lstat.m4: Likewise.
56146         * m4/malloc.m4: Likewise.
56147         * m4/readdir.m4: Likewise.
56148         * m4/realloc.m4: Likewise.
56149         * m4/st_dm_mode.m4: Likewise.
56150         * m4/stat.m4: Likewise.
56151         * m4/utimbuf.m4: Likewise.
56152         * m4/utimes.m4: Likewise.
56153
56154         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
56155         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
56156         comments in config.h.in are meaningful.
56157
56158         * m4/jm-macros.m4: Require autoconf-2.13 here.
56159
56160         * m4/regex.m4: By default, don't use the included regex.c on systems
56161         with glibc 2.  Suggestion from Uli Drepper.
56162
56163 1999-01-02  Jim Meyering  <meyering@ascend.com>
56164
56165         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
56166
56167 1998-12-18  Jim Meyering  <meyering@ascend.com>
56168
56169         * m4/Makefile.am.in (Makefile.am): Simplify rule.
56170         Based on a suggestion from Lars Hecking.
56171
56172 1998-11-16  Paul Eggert  <eggert@twinsun.com>
56173
56174         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
56175
56176 1998-11-16  Jim Meyering  <meyering@ascend.com>
56177
56178         * m4/lfs.m4: Double-quote the `uname...` expression.
56179
56180 1998-11-14  Jim Meyering  <meyering@ascend.com>
56181
56182         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
56183         * m4/stat.m4: Likewise.
56184
56185 1998-11-03  Jim Meyering  <meyering@ascend.com>
56186
56187         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
56188         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
56189
56190 1998-10-18  Jim Meyering  <meyering@ascend.com>
56191
56192         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
56193
56194 1998-10-17  Jim Meyering  <meyering@ascend.com>
56195
56196         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
56197         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
56198         calls for those previously hard-coded headers.  Instead, take a new
56199         parameter.
56200         (jm_CHECK_DECLARATIONS): Reflect interface change.
56201         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
56202         (jm_CHECK_DECL_LOCALTIME_R): New macro.
56203
56204         * m4/mktime.m4: Test for spring-forward gap before long-running test.
56205
56206 1998-10-14  Jim Meyering  <meyering@ascend.com>
56207
56208         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
56209         instead of "TZ=America/Vancouver".  From Paul Eggert.
56210
56211 1998-10-11  Jim Meyering  <meyering@ascend.com>
56212
56213         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
56214         This adds a test for a recently added compatibility fix for mktime.c.
56215         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
56216
56217 1998-09-27  Jim Meyering  <meyering@ascend.com>
56218
56219         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
56220
56221         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
56222         ../configure.in, including a change from Gordon Matzigkeit to allow
56223         cross-compiling for the Hurd.
56224
56225         * m4/glibc.m4: New file/macro to test for the GNU C Library
56226         versions 1 and 2.  From Gordon Matzigkeit.
56227         Indent.
56228
56229 1998-09-21  Jim Meyering  <meyering@ascend.com>
56230
56231         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
56232
56233 1998-08-18  Paul Eggert  <eggert@twinsun.com>
56234
56235         Port nanosecond-resolution times to UnixWare 2.1.2 and
56236         pedantic Solaris 2.6.
56237
56238         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
56239         AC_STRUCT_ST_MTIM.
56240         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
56241         Generate name of ns member, instead of just 1 or undef.
56242         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
56243
56244 1998-08-15  Jim Meyering  <meyering@ascend.com>
56245
56246         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
56247         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
56248         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
56249         instead of jm_TYPE_SSIZE_T.
56250
56251 1998-08-12  Jim Meyering  <meyering@ascend.com>
56252
56253         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
56254
56255 1998-08-02  Jim Meyering  <meyering@ascend.com>
56256
56257         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
56258         in acconfig.h manually.
56259
56260 1998-07-31  Paul Eggert  <eggert@twinsun.com>
56261
56262         * m4/st_mtim.m4: New file.
56263
56264 1998-07-28  Jim Meyering  <meyering@ascend.com>
56265
56266         * m4/utimes.m4: Undef stat.
56267
56268 1998-07-25  Jim Meyering  <meyering@ascend.com>
56269
56270         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
56271         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
56272
56273 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
56274
56275         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
56276         uid and gid actually remain unchanged.
56277
56278 1998-07-07  Jim Meyering  <meyering@ascend.com>
56279
56280         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
56281
56282 1998-07-04  Jim Meyering  <meyering@ascend.com>
56283
56284         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
56285         to prove that this macro can be used in packages without regex.c.
56286
56287 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
56288
56289         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
56290         is to be used.
56291
56292 1998-07-03  Jim Meyering  <meyering@ascend.com>
56293
56294         * m4/gettext.m4: Add -lintl if it's found to be necessary.
56295
56296         * m4/gettext.m4: New file -- from gettext-0.10.35.
56297         * m4/lcmessage.m4: Likewise.
56298         * m4/progtest.m4: Likewise.
56299
56300         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
56301         * m4/jm-macros.m4: Require the new macro.
56302
56303 1998-06-29  Jim Meyering  <meyering@ascend.com>
56304
56305         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
56306         for the definition of NGROUPS (used in a system header included
56307         by sys/mount.h).
56308
56309 1998-06-28  Jim Meyering  <meyering@ascend.com>
56310
56311         * m4/ls-mntd-fs.m4: New file.
56312         * m4/fstypename.m4: New file.
56313
56314         * m4/jm-macros.m4: Require the new macro.
56315         * m4/jm-glibc-io.m4: New file.
56316
56317 1998-05-19  Jim Meyering  <meyering@ascend.com>
56318
56319         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
56320         * m4/lchown.m4: New file.
56321
56322         * m4/Makefile.am.in: New file.
56323         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
56324
56325 1998-05-14  Jim Meyering  <meyering@ascend.com>
56326
56327         * m4/Makefile.am (EXTRA_DIST): Add them.
56328         * m4/jm-macros.m4: New file.
56329         * m4/utimbuf.m4: New file.
56330
56331 1998-05-12  Jim Meyering  <meyering@ascend.com>
56332
56333         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
56334
56335 1998-05-11  Jim Meyering  <meyering@ascend.com>
56336
56337         * m4/isc-posix.m4: New file.
56338
56339 1998-05-10  Jim Meyering  <meyering@ascend.com>
56340
56341         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
56342
56343 1998-05-09  Jim Meyering  <meyering@ascend.com>
56344
56345         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
56346         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
56347         with automake.
56348
56349         * m4/ssize_t.m4: New file.
56350         * m4/mktime.m4: Remove file -- the new automake has this now.
56351
56352 1998-04-26  Jim Meyering  <meyering@ascend.com>
56353
56354         * m4/assert.m4: New file.
56355         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
56356
56357 1998-04-05  Jim Meyering  <meyering@ascend.com>
56358
56359         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
56360         (jm_PREREQ): Use it here.
56361
56362 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
56363
56364         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
56365         in acconfig.h.
56366
56367 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
56368
56369         * m4/prereq.m4: New file.
56370         * m4/error.m4: New file.
56371         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
56372
56373 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
56374
56375         * m4/getline.m4: Don't set am_cv_func_working_getline before the
56376         cache-check for the same variable -- that defeated the purpose of
56377         the test; the test program was never run.  This was a problem only
56378         on systems with losing getline functions -- HP-UX 10.20 is one.
56379         Reported by Bjorn Helgaas.
56380
56381 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
56382
56383         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
56384
56385 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
56386
56387         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
56388
56389         * m4/const.m4: New file.  Use an initializer in this declaration
56390         typedef int charset[2]; const charset x;
56391         Reported by Bob Glickstein.
56392
56393 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
56394
56395         * m4/chown.m4: Fix reversed types on -1 args to chown.
56396         From Kaveh Ghazi.
56397
56398 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
56399
56400         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
56401         Add lseek and memchr.
56402
56403         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
56404         T.E.Dickey <dickey@clark.net> said that some older preprocessors
56405         have a 20-character limit on names.
56406
56407 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
56408
56409         * m4/inttypes_h.m4: New file.
56410         * m4/uintmax_t.m4: New file.
56411         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
56412
56413
56414         -----
56415
56416         Local Variables:
56417         coding: utf-8
56418         End:
56419
56420         Copyright (C) 1997-2009 Free Software Foundation, Inc.
56421
56422         Copying and distribution of this file, with or without
56423         modification, are permitted provided the copyright notice
56424         and this notice are preserved.