openat: provide more convenience names
[gnulib.git] / ChangeLog
1 2009-09-07  Eric Blake  <ebb9@byu.net>
2
3         openat: provide more convenience names
4         * modules/faccessat (configure.ac): Add C witness.
5         * lib/unistd.in.h (readlinkat): Fix typo.
6         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
7         convenience wrappers.
8         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
9         wrappers in syntax checks.
10
11 2009-09-06  Eric Blake  <ebb9@byu.net>
12
13         doc: fix comments in recent patches
14         * lib/faccessat.c: Mention correct function.
15         * lib/fchmodat.c: Likewise.
16         * lib/fchownat.c: Likewise.
17         * lib/symlinkat.c: Likewise.
18         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
19         constants.
20
21         faccessat, symlinkat: continue cleanup of previous patch
22         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
23         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
24         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
25         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
26         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
27         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
28         set.
29
30 2009-09-06  Bruno Haible  <bruno@clisp.org>
31
32         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
33         (fstatat): Declare if GNULIB_FSTATAT is set.
34         (mkdirat): Declare if GNULIB_MKDIRAT is set.
35         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
36         (unlinkat): Declare if GNULIB_UNLINKAT is set.
37         * modules/fcntl-h (Files): Remove m4/openat.m4.
38         * modules/sys_stat (Files): Remove m4/openat.m4.
39         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
40         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
41         * modules/unistd (Files): Remove m4/openat.m4.
42         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
43         GNULIB_OPENAT.
44         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
45         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
46         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
47         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
48         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
49         gl_OPENAT_DEFAULTS.
50         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
51         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
52         Don't require gl_OPENAT_DEFAULTS.
53         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
54         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
55         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
56         (gl_OPENAT_DEFAULTS): Remove macro.
57
58 2009-09-06  Bruno Haible  <bruno@clisp.org>
59
60         * modules/openat (configure.ac): Remove unneeded witness.
61
62 2009-09-06  Bruno Haible  <bruno@clisp.org>
63
64         Set errno to ENOSYS when a function is entirely unsupported.
65         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
66         EOPNOTSUPP.
67         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
68         * modules/chown (Depends-on): Remove errno.
69
70 2009-09-06  Bruno Haible  <bruno@clisp.org>
71
72         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
73
74 2009-09-06  Bruno Haible  <bruno@clisp.org>
75
76         * lib/sys_stat.in.h: Fix preprocessor command indentation.
77
78 2009-09-06  Ben Pfaff  <blp@gnu.org>
79             Bruno Haible  <bruno@clisp.org>
80
81         Work around a glibc bug in strtok_r.
82         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
83         Undefine if UNDEFINE_STRTOK_R is set.
84         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
85         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
86         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
87         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
88         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
89         UNDEFINE_STRTOK_R.
90         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
91
92 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
93
94         exclude: minor fix
95         * lib/exclude.c: Include wctype.h
96
97 2009-09-06  Akim Demaille  <demaille@gostai.com>
98
99         bootstrap: improve error message
100         * build-aux/bootstrap (find_tool): Upon failure, report the list
101         of candidates.
102         Honor the initial value of the envvar.
103
104 2009-09-05  Eric Blake  <ebb9@byu.net>
105
106         symlinkat: new module
107         * modules/symlinkat: New file.
108         * lib/symlinkat.c: Likewise.
109         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
110         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
111         * modules/unistd (Makefile.am): Use them.
112         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
113         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
114         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
115         * MODULES.html.sh (File system functions): Mention module.
116         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
117         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
118         * modules/symlinkat-tests: New test.
119         * tests/test-symlinkat.c: Likewise.
120
121         test-openat-safer: add more checks
122         * tests/test-openat-safer.c (main): Check more code paths.
123
124 2009-09-05  Jim Meyering  <meyering@redhat.com>
125
126         syntax-check: detect unnecessary inclusion of openat.h
127         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
128
129 2009-09-05  Bruno Haible  <bruno@clisp.org>
130
131         Support towlower, towupper.
132         * doc/posix-functions/towlower.texi: Mention module wctype.
133         * doc/posix-functions/towupper.texi: Likewise.
134         * lib/wctype.in.h (towlower, towupper): New functions.
135         * tests/test-wctype.c: Include stdio.h, stdlib.h.
136         (ASSERT): New macro.
137         (e): New variable.
138         (main): Test also towlower, towupper. Test WEOF argument.
139         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
140
141 2009-09-05  Bruno Haible  <bruno@clisp.org>
142
143         Fix conversion behaviour when the input is invalid.
144         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
145         mark occurring in first pass of indirect conversion.
146         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
147         input.
148         Found by clang's static analyzer.
149
150 2009-09-05  Bruno Haible  <bruno@clisp.org>
151
152         * tests/test-striconveh.c (main): Test indirect conversion on platforms
153         where direct conversion is possible.
154
155 2009-09-04  Eric Blake  <ebb9@byu.net>
156
157         openat: fail with ENOENT on empty name
158         * lib/openat-proc.c (openat_proc_name): Special-case the empty
159         buffer.
160
161         link-follow: fix logic bug in prior patch
162         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
163         reversed sense of yes and no in prior patch.  Avoid confusing
164         compilation failure with desired semantics.
165
166         link-follow: accomodate mingw and cross-compilation
167         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
168         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
169         cross-compilation results to -1, to make linkat easier to
170         implement when cross-compiling.  Trivially support mingw.
171         * modules/link-follow (configure.ac): Call new name.
172         * NEWS: Mention this.
173
174 2009-09-03  Eric Blake  <ebb9@byu.net>
175
176         faccessat: compile replacement
177         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
178         needed.
179
180         fts: fix compilation error
181         * lib/fts.c (includes): Re-add "openat.h", for
182         openat_needs_fchdir.
183
184         faccessat: new module
185         * modules/faccessat: New file.
186         * lib/faccessat.c: Likewise.
187         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
188         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
189         * modules/unistd (Makefile.am): Use it.
190         * lib/unistd.in.h (faccessat): Declare it.
191         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
192         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
193         * MODULES.html.sh (File system functions): Mention it.
194         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
195         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
196
197         euidaccess: prefer POSIX over non-standard implementation
198         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
199         * lib/euidaccess.c (euidaccess): Use it if available.
200
201         openat: make template easier to use
202         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
203         AT_FUNC_F2 to be undefined.
204         (VALIDATE_FLAG): New macro; use it to reject bad flags.
205         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
206         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
207         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
208         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
209         Likewise.
210         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
211         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
212         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
213         Likewise.
214
215         openat: declare in POSIX headers
216         * NEWS: Mention this.
217         * modules/openat (configure.ac): Declare witnesses.
218         (Depends-on): Add fcntl-h, sys_stat, unistd.
219         (Include): Mention correct headers.
220         * modules/fcntl-h (Depends-on): Add link-warning.
221         (Files): Add openat.m4.
222         (Makefile.am): Substitute witnesses.
223         * modules/sys_stat (Files, Makefile.am): Likewise.
224         * modules/unistd (Files, Makefile.am): Likewise.
225         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
226         (gl_OPENAT_DEFAULTS): New macro.
227         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
228         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
229         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
230         (SYS_STAT_H): Remove unused variable.
231         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
232         * lib/fcntl--.h (includes): Remove unneeded header.
233         * lib/openat-safer.c (includes): Likewise.
234         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
235         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
236         appropriate headers.
237         (__OPENAT_PREFIX): Delete.
238         * lib/fcntl.in.h (openat): Provide declaration.
239         (AT_FDCWD): Fix Solaris bug.
240         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
241         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
242         * lib/fchmodat.c (includes):  Adjust to find declaration.
243         * lib/fchownat.c (includes): Likewise.
244         * lib/mkdirat.c (includes): Likewise.
245         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
246         still visible.
247
248 2009-09-02  Eric Blake  <ebb9@byu.net>
249
250         errno: use consistently
251         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
252         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
253         * lib/canonicalize.c (ELOOP): Likewise.
254         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
255         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
256         * lib/lchown.c (EOPNOTSUPP): Likewise.
257         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
258         * lib/savewd.c (ESTALE): Likewise.
259         * lib/settime.c (ENOSYS): Likewise.
260         * lib/utimens.c (ENOSYS): Likewise.
261         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
262         * lib/chdir-safer.c (ELOOP): Likewise.
263         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
264         * modules/c-stack (Depends-on): Add errno.
265         * modules/canonicalize (Depends-on): Likewise.
266         * modules/chdir-safer (Depends-on): Likewise.
267         * modules/fdopendir (Depends-on): Likewise.
268         * modules/inet_ntop (Depends-on): Likewise.
269         * modules/inet_pton (Depends-on): Likewise.
270         * modules/lchown (Depends-on): Likewise.
271         * modules/openat (Depends-on): Likewise.
272         * modules/savewd (Depends-on): Likewise.
273         * modules/settime (Depends-on): Likewise.
274         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
275
276         fts: avoid leaking fds
277         * modules/fts (Depends-on): Add cloexec.
278         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
279         flag.
280
281         fts: make directory fds more robust
282         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
283         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
284
285         backupfile, chdir-long, fts, savedir: make safer
286         * lib/backupfile.c (includes): Use "dirent--.h", since
287         numbered_backup can write to stderr during readdir.
288         * lib/savedir.c (includes): Likewise.
289         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
290         emulation can write to stderr on failure.
291         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
292         * lib/getcwd.c: Document why opendir_safer is unused.
293         * lib/glob.c: Likewise.
294         * lib/scandir.c: Likewise.
295         * lib/openat-proc.c: Likewise, for open_safer.
296         * modules/backupfile (Depends-on): Add dirent-safer.
297         * modules/savedir (Depends-on): Likewise.
298         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
299         * modules/chdir-long (Depends-on): Add openat-safer.
300
301         openat-safer: new module
302         * modules/openat-safer: New file.
303         * lib/openat-safer.c: Likewise.
304         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
305         * lib/fcntl-safer.h (openat_safer): Declare.
306         * lib/fcntl--.h (openat): Override.
307         * MODULES.html.sh (File descriptor based I/O): Mention it.
308         * lib/openat.h: Add double-inclusion guards.
309         * lib/openat.c (includes): Only include "fcntl-safer.h", not
310         "fcntl--.h", so we can implement openat.
311         * modules/openat-safer-tests: New test.
312         * tests/test-openat-safer.c: New file.
313
314         dirent-safer: new module
315         * modules/dirent-safer: New file.
316         * lib/dirent--.h: Likewise.
317         * lib/dirent-safer.h: Likewise.
318         * lib/opendir-safer.c: Likewise.
319         * m4/dirent-safer.m4: Likewise.
320         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
321         * modules/dirent-safer-tests: New test.
322         * tests/test-dirent-safer.c: New file.
323         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
324
325         fdopendir: optimize on mingw
326         * lib/unistd.in.h (_gl_directory_name): New prototype.
327         * lib/fchdir.c (_gl_directory_name): Implement it.
328         (fchdir): Use it to simplify implementation.
329         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
330         fchdir, when available, to avoid calling [f]chdir().
331
332         fdopendir: split into its own module
333         * lib/openat.c (fdopendir): Move...
334         * lib/fdopendir.c: ...into new file.
335         * modules/fdopendir: New module.
336         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
337         * modules/openat (Depends-on): Add fdopendir.
338         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
339         fdopendir here.
340         * modules/savedir (Depends-on): Only need fdopendir, not full
341         openat.
342         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
343         * lib/openat.h (fdopendir): Drop prototype.
344         * lib/dirent.in.h (fdopendir): Provide prototype.
345         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
346         * modules/dirent (Makefile.am): Substitute them.
347         * MODULES.html.sh (File system functions): Mention it.
348         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
349         * modules/fdopendir-tests: New file.
350         * tests/test-fdopendir.c: Likewise.
351
352         fchdir: use more consistent macro convention
353         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
354         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
355         REPLACE_FCHDIR, rather than relying on config.h macros.
356         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
357         inside a single make-time REPLACE_FCHDIR block, rather than using
358         the config.h FCHDIR_REPLACEMENT.
359         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
360         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
361         Manage fstat replacement.
362         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
363         REPLACE_FCHDIR.
364         * modules/sys_stat (Files): Add m4/unistd_h.m4.
365         (Makefile.am): Substitute REPLACE_FCHDIR.
366         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
367         FCHDIR_REPLACEMENT.
368         * lib/dup-safer.c (dup_safer): Likewise.
369         * lib/dup2.c (rpl_dup2): Likewise.
370         * lib/dup3.c (rpl_dup3): Likewise.
371         * lib/open.c (rpl_open): Likewise.
372
373         fchdir: simplify error handling, and support dup3
374         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
375         stdbool, malloc-posix, realloc-posix.
376         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
377         (ensure_dirs_slot): Return false on allocation failure.
378         (rpl_dup2): Delete.
379         (_gl_register_dup): New function.
380         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
381         (_gl_register_fd): Close fd on allocation failure.
382         * lib/fcntl.in.h (_gl_register_fd): Update signature.
383         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
384         prototype.
385         (rpl_dup2_fchdir): Delete prototype.
386         * lib/open.c (open): Update caller.
387         * lib/dup2.c (dup2): Track fchdir metadata.
388         * lib/dup3.c (dup3): Likewise.
389         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
390         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
391
392 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
393
394         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
395         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
396         don't pass arguments to AC_OUTPUT.
397
398 2009-09-02  Bruno Haible  <bruno@clisp.org>
399
400         * modules/mkdtemp (License): Relicense under LGPLv2+.
401         Reported by Paolo Bonzini.
402
403 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
404
405         Replace uses of obsolete autoconf macros in Jim's modules.
406         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
407         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
408         can evoke a warning from autoconf when run with -Wobsolete
409         enabled.  They were declared obsolete for good reasons (see
410         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
411         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
412         should not continue using the deprecated macros.
413         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
414         obsolete Autoconf macros with modern counterparts.
415         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
416         * m4/dos.m4 (gl_AC_DOS): Likewise.
417         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
418         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
419         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
420         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
421         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
422         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
423         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
424         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
425         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
426         Likewise.
427         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
428         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
429         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
430         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
431         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
432         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
433
434 2009-09-01  Eric Blake  <ebb9@byu.net>
435
436         fchdir: fix off-by-one bug in previous patch
437         * lib/fchdir.c (rpl_fstat): Use correct bounds.
438         (_gl_unregister_fd): Delete useless if.
439
440 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
441
442         maint.mk: sort the list of syntax-check rules
443         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
444         easier to get a sense of progress when the rules are run sequentially
445         and take a long time.
446
447 2009-09-01  Simon Josefsson  <simon@josefsson.org>
448
449         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
450         * modules/netinet_in: Likewise.
451         * modules/sys_file: Likewise.
452         * modules/sys_ioctl: Likewise.
453         * modules/sys_select: Likewise.
454         * modules/sys_socket: Likewise.
455         * modules/sys_stat: Likewise.
456         * modules/sys_time: Likewise.
457         * modules/sys_times: Likewise.
458         * modules/sys_utsname: Likewise.
459         * modules/sys_wait: Likewise.
460
461 2009-09-01  Jim Meyering  <meyering@redhat.com>
462
463         fts: help ensure that return values are not ignored
464         * lib/fts_.h (__GNUC_PREREQ): Define.
465         (__attribute_warn_unused_result__): Define.
466         (fts_children, fts_close, fts_open, fts_read): Declare with
467         __attribute_warn_unused_result__.
468
469         fts: fts_close now fails also when closing a dir file descriptor fails
470         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
471         and propagate to caller, along with errno.
472
473         announce-gen: correct formatting in --help output
474         * build-aux/announce-gen (usage): Move the one-line description in
475         --help output "up", to where it belongs, just after Usage:.
476
477 2009-08-31  Eric Blake  <ebb9@byu.net>
478
479         fchdir: port to mingw
480         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
481         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
482         opened, then use a substitute.
483         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
484         replacement.
485         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
486         (_gl_register_fd): No need to check stat if open already filters
487         all directories.
488         (fchdir): Fix error condition to match POSIX.
489         * modules/fchdir (Depends-on): Add sys_stat.
490         * doc/posix-functions/open.texi (open): Document the limitation.
491         * modules/fchdir-tests: New file.
492         * tests/test-fchdir.c: Likewise.
493
494         canonicalize: allow cross-testing from cygwin to mingw
495         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
496         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
497         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
498         Likewise.
499         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
500         target does not support symlinks.
501         * tests/test-canonicalize-lgpl.sh: Likewise.
502
503         chown: avoid compilation warning on mingw
504         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
505         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
506         mingw.
507         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
508         * modules/chown (Depends-on): Add errno.
509
510 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
511
512         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
513         command.
514
515 2009-08-31  Jim Meyering  <meyering@redhat.com>
516
517         canonicalize: remove useless initialization
518         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
519         initialization of local, "end".
520
521 2009-08-30  Bruno Haible  <bruno@clisp.org>
522
523         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
524         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
525         ENOSYS.
526
527 2009-08-30  Bruno Haible  <bruno@clisp.org>
528
529         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
530         /usr/xpg4/bin/tr when it exists.
531         * tests/test-pipe-filter-gi1.sh: Likewise.
532
533 2009-08-30  Bruno Haible  <bruno@clisp.org>
534
535         Work around deficient /usr/bin/id program on Solaris.
536         * tests/test-file-has-acl.sh (ID): New variable.
537         * tests/test-set-mode-acl.sh (ID): Likewise.
538         * tests/test-copy-acl.sh (ID): Likewise.
539         * tests/test-copy-file.sh (ID): Likewise.
540
541 2009-08-30  Bruno Haible  <bruno@clisp.org>
542
543         New module 'xstriconveh'.
544         * lib/xstriconveh.h: New file.
545         * lib/xstriconveh.c: New file.
546         * modules/xstriconveh: New file.
547
548 2009-08-30  Bruno Haible  <bruno@clisp.org>
549
550         Make it easier to use mem_cd_iconveh.
551         * lib/striconveh.h (iconveh_t): New type.
552         (iconveh_open, iconveh_close): New declarations.
553         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
554         with a single 'const iconveh_t *' argument.
555         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
556         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
557         with a single 'const iconveh_t *' argument.
558         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
559         * tests/test-striconveh.c (main): Update.
560         * NEWS: Mention the change.
561
562 2009-08-30  Bruno Haible  <bruno@clisp.org>
563
564         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
565         problem.
566
567 2009-08-30  Bruno Haible  <bruno@clisp.org>
568
569         Work around iconv_open problem on Solaris.
570         * lib/iconv_open-solaris.gperf: New file.
571         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
572         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
573         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
574         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
575         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
576         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
577
578 2009-08-29  Jim Meyering  <meyering@redhat.com>
579
580         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
581         * top/maint.mk (cvs-check): Remove target; it was just an alias
582         to the better-named vc-diff-check.
583         (maintainer-distcheck): Remove rule.  It was used only from
584         the (alpha/beta/major) target, and all of its commands but one
585         were coreutils-specific.
586         (vc-dist): Remove rule.
587         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
588         Run vc-diff-check, not vc-dist.
589         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
590
591 2009-08-27  Bruno Haible  <bruno@clisp.org>
592
593         * tests/test-bitrotate.c (main): Remove test that uses a shift count
594         of 0.
595
596 2009-08-27  Bruno Haible  <bruno@clisp.org>
597
598         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
599         compilers.
600         * doc/func.texi: Document the SunPRO C bug.
601
602 2009-08-27  Bruno Haible  <bruno@clisp.org>
603
604         Fix link error on Solaris.
605         * tests/test-parse-duration.c (xstrdup): Remove function.
606
607 2009-08-26  Pádraig Brady  <P@draigbrady.com>
608
609         ignore-value: handle pointer types, too
610         * lib/ignore-value.h (__attribute__): Remove definition.
611         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
612         of a more concise and more-often effective "(void) i" statement.
613         (ignore_ptr): New function to suppress warnings from functions that
614         return pointers, and to make it explicit that one function doesn't
615         handle all cases.
616
617 2009-08-25  Bruno Haible  <bruno@clisp.org>
618
619         dup2: work around a Linux bug.
620         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
621         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
622         * doc/posix-functions/dup2.texi: Mention the Linux bug.
623         Reported by Simon Josefsson.
624
625 2009-08-25  Jim Meyering  <meyering@redhat.com>
626
627         libguestfs uses gnulib
628         * users.txt: Add libguestfs.
629
630 2009-08-24  Eric Blake  <ebb9@byu.net>
631
632         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
633         * lib/pipe2.c (includes): Add binary-io.h.
634         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
635
636 2009-08-24  Bruno Haible  <bruno@clisp.org>
637
638         Tolerate declared but missing accept4 syscall.
639         * lib/accept4.c (accept4): Invoke original accept4 function first, if
640         available.
641         * lib/sys_socket.in.h (accept4): If the function is already present,
642         override it.
643         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
644         * modules/accept4 (Makefile.am): Compile accept4.c always.
645         Reported by Paolo Bonzini and Eric Blake.
646
647 2009-08-23  Bruno Haible  <bruno@clisp.org>
648
649         New module 'accept4'.
650         * lib/sys_socket.in.h (accept4): New declaration.
651         * lib/accept4.c: New file.
652         * m4/accept4.m4: New file.
653         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
654         GNULIB_ACCEPT4, HAVE_ACCEPT4.
655         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
656         HAVE_ACCEPT4.
657         * modules/accept4: New file.
658         * doc/glibc-functions/accept4.texi: Mention the new module.
659
660 2009-08-24  Jim Meyering  <meyering@redhat.com>
661
662         progname: also set global program_invocation_name, when possible
663         Before this change, a libtool-enabled program that calls glibc's
664         error function would report the program name as
665         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
666         * modules/progname (configure.ac): Check for a declaration of
667         program_invocation_name.
668         * lib/progname.c:  Include <errno.h>.
669         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
670         Set program_invocation_name.
671
672 2009-08-23  Bruno Haible  <bruno@clisp.org>
673
674         * lib/dup3.c: Include <string.h>.
675
676 2009-08-23  Bruno Haible  <bruno@clisp.org>
677
678         * lib/dup3.c (dup3): Test only once whether the system actually exists.
679         * lib/pipe2.c (pipe2): Likewise.
680         Suggested by Eric Blake.
681
682 2009-08-23  Bruno Haible  <bruno@clisp.org>
683
684         Tolerate declared but missing dup3 syscall.
685         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
686         * lib/unistd.in.h (dup3): If the function is already present,
687         override it.
688         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
689         * modules/dup3 (Makefile.am): Compile dup3.c always.
690         Reported by Paolo Bonzini.
691
692 2009-08-23  Bruno Haible  <bruno@clisp.org>
693
694         Tolerate declared but missing pipe2 syscall.
695         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
696         available.
697         * lib/unistd.in.h (pipe2): If the function is already present,
698         override it.
699         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
700         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
701         Reported by Paolo Bonzini.
702
703 2009-08-23  Bruno Haible  <bruno@clisp.org>
704
705         * lib/pipe2.c (pipe2): Move #ifs inside function.
706
707 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
708
709         quotearg: document limitations of quote_these_too
710         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
711         those limitations are created.
712         * lib/quotearg.h (set_char_quoting): Document that digits and
713         letters that are special after backslash are not permitted.
714         (quotearg_char): Cross-reference set_char_quoting documentation.
715
716 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
717
718         quotearg: implement custom_quoting_style
719         * lib/quotearg.c: (struct quoting_options): Add left_quote and
720         right_quote fields.
721         (set_custom_quoting): New public function.
722         (quotearg_buffer_restyled): Add left_quote and right_quote
723         arguments, handle them very much like locale quoting, and update
724         all uses.
725         (quotearg_n_custom): New public function.
726         (quotearg_n_custom_mem): New public function.
727         (quotearg_custom): New public function.
728         (quotearg_custom_mem): New public function.
729         * lib/quotearg.h: Prototype and document new public functions.
730         (enum quoting_style): For escape_quoting_style and
731         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
732         ignored even though they're otherwise like c_quoting_style.
733         Add custom_quoting_style member and document with comparison to
734         clocale_quoting_style.
735         * tests/test-quotearg.c (custom_quotes): New array.
736         (custom_results): New array.
737         (main): Extend to test custom quoting.
738
739 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
740
741         quotearg: fix right quote escaping when it's in quote_these_too
742         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
743         quote, be sure to prepend only one backslash.
744         * tests/test-quotearg.c (use_quote_double_quotes): New function.
745         (main): Test it.
746
747 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
748
749         quotearg-tests: test escaping of embedded locale quotes
750         * tests/test-quotearg.c (struct result_strings): Add member for
751         new input.
752         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
753         (inputs): Add new input.
754         (results_g): Add expected results.
755         (flag_results): Likewise.
756         (locale_results): Likewise.
757         (compare_strings): Check those.
758
759 2009-08-23  Bruno Haible  <bruno@clisp.org>
760
761         Tests for module 'dup3'.
762         * modules/dup3-tests: New file.
763         * tests/test-dup3.c: New file.
764
765         New module 'dup3'.
766         * lib/unistd.in.h (dup3): New declaration.
767         * lib/dup3.c: New file.
768         * m4/dup3.m4: New file.
769         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
770         HAVE_DUP3.
771         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
772         * modules/dup3: New file.
773         * doc/glibc-functions/dup3.texi: Mention the new module.
774
775 2009-08-23  Bruno Haible  <bruno@clisp.org>
776
777         Tweak the dup2 test.
778         * tests/test-dup2.c (main): Create the test file empty. Verify that an
779         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
780         the test file is still empty. Fix argument order of lseek.
781
782 2009-08-23  Bruno Haible  <bruno@clisp.org>
783
784         Avoid test link errors when the modules getopt-gnu, gettext are used.
785         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
786         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
787
788 2009-08-23  Bruno Haible  <bruno@clisp.org>
789
790         Fix getdtablesize() on mingw.
791         * lib/getdtablesize.c (getdtablesize): Implement differently.
792         * lib/unistd.in.h (getdtablesize): Improve comment.
793
794 2009-08-23  Bruno Haible  <bruno@clisp.org>
795
796         New module 'mkostemp'.
797         Based on Ulrich Drepper's 2007-08-10 change in glibc.
798         * lib/stdlib.in.h (mksotemp): New declaration.
799         * lib/mkostemp.c: New file, from glibc with modifications.
800         * lib/tempname.h (GT_FILE): Remove outdated comment.
801         (gen_tempname): Add flags argument.
802         * lib/tempname.c (__GT_BIGFILE): Remove macro.
803         (__GT_FILE): Map to 1.
804         (small_open, large_open): Remove macros.
805         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
806         * lib/mkstemp.c (mkstemp): Update.
807         * lib/mkdtemp.c (mkdtemp): Likewise.
808         * m4/mkostemp.m4: New file.
809         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
810         HAVE_MKOSTEMP.
811         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
812         HAVE_MKOSTEMP.
813         * modules/mkostemp: New file, based on modules/mkstemp.
814         * doc/glibc-functions/mkostemp.texi: Mention the new module.
815         * NEWS: Mention the change.
816
817 2009-08-23  Bruno Haible  <bruno@clisp.org>
818
819         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
820         Reported by Eric Blake.
821
822 2009-08-23  Bruno Haible  <bruno@clisp.org>
823
824         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
825         Reported by Eric Blake.
826
827 2009-08-23  Bruno Haible  <bruno@clisp.org>
828
829         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
830         * modules/pipe2 (Depends-on): Likewise.
831
832 2009-08-23  Eric Blake  <ebb9@byu.net>
833
834         fcntl-h: add O_TTY_INIT support
835         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
836         * tests/test-fcntl-h.c (o): Test it.
837         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
838
839         fcntl-h: rename from fcntl, in preparation for fcntl(2)
840         * modules/fcntl: Move <fcntl.h> header replacement...
841         * modules/fcntl-h: ...to new name, so as not to collide with
842         like-named function.
843         * tests/test-fcntl.c: Rename...
844         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
845         * modules/fcntl-tests: Rename...
846         * modules/fcntl-h-tests: ...to this.  Update test file name.
847         * modules/chdir-long (Depends-on): Update clients.
848         * modules/chdir-safer (Depends-on): Likewise.
849         * modules/fcntl-safer (Depends-on): Likewise.
850         * modules/fts (Depends-on): Likewise.
851         * modules/mkancesdirs (Depends-on): Likewise.
852         * modules/mkdir-p (Depends-on): Likewise.
853         * modules/open (Depends-on): Likewise.
854         * modules/savewd (Depends-on): Likewise.
855         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
856         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
857
858 2009-08-22  Bruno Haible  <bruno@clisp.org>
859
860         * modules/binary-io (License): Relicense under LGPL.
861         * modules/pipe2 (License): Likewise.
862
863 2009-08-22  Bruno Haible  <bruno@clisp.org>
864
865         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
866         return value.
867         * lib/pipe-filter-gi.c (filter_init): Likewise.
868         Reported by Eric Blake.
869
870 2009-08-22  Bruno Haible  <bruno@clisp.org>
871
872         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
873         * modules/pipe (Depends-on): Add pipe2.
874
875 2009-08-22  Bruno Haible  <bruno@clisp.org>
876
877         Tests for module 'pipe2'.
878         * modules/pipe2-tests: New file.
879         * tests/test-pipe2.c: New file.
880
881         New module 'pipe2'.
882         * lib/unistd.in.h (pipe2): New declaration.
883         * lib/pipe2.c: New file.
884         * m4/pipe2.m4: New file.
885         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
886         HAVE_PIPE2.
887         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
888         * modules/pipe2: New file.
889         * doc/glibc-functions/pipe2.texi: Mention the new module.
890
891 2009-08-22  Bruno Haible  <bruno@clisp.org>
892
893         Reference some new glibc functions.
894         * doc/glibc-functions/accept4.texi: New file.
895         * doc/glibc-functions/dup3.texi: New file.
896         * doc/glibc-functions/mkostemp.texi: New file.
897         * doc/glibc-functions/pipe2.texi: New file.
898         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
899         (Glibc sys/socket.h): Refer to accept4.
900         (Glibc unistd.h): Refer to dup3, pipe2.
901         Reported by Eric Blake.
902
903 2009-08-22  Jim Meyering  <meyering@redhat.com>
904             Bruno Haible  <bruno@clisp.org>
905
906         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
907         This makes it so packages using automake-1.11's silent-rules option
908         can print e.g., a single "GEN    configmake.h" line, rather than
909         the 30+ statements that perform the job.  If you want to see the
910         actual commands, you can still run "make V=1".
911         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
912         so that make output is abbreviated when those variables are defined
913         appropriately.
914         * modules/argz: Likewise.
915         * modules/arpa_inet: Likewise.
916         * modules/byteswap: Likewise.
917         * modules/configmake: Likewise.
918         * modules/dirent: Likewise.
919         * modules/errno: Likewise.
920         * modules/fcntl: Likewise.
921         * modules/float: Likewise.
922         * modules/fnmatch: Likewise.
923         * modules/getopt-posix: Likewise.
924         * modules/glob: Likewise.
925         * modules/iconv_open: Likewise.
926         * modules/inttypes: Likewise.
927         * modules/localcharset: Likewise.
928         * modules/locale: Likewise.
929         * modules/math: Likewise.
930         * modules/netdb: Likewise.
931         * modules/netinet_in: Likewise.
932         * modules/poll: Likewise.
933         * modules/posix_spawnp-tests: Likewise.
934         * modules/sched: Likewise.
935         * modules/search: Likewise.
936         * modules/selinux-h: Likewise.
937         * modules/signal: Likewise.
938         * modules/spawn: Likewise.
939         * modules/stdarg: Likewise.
940         * modules/stdbool: Likewise.
941         * modules/stddef: Likewise.
942         * modules/stdint: Likewise.
943         * modules/stdio: Likewise.
944         * modules/stdlib: Likewise.
945         * modules/string: Likewise.
946         * modules/strings: Likewise.
947         * modules/sys_file: Likewise.
948         * modules/sys_ioctl: Likewise.
949         * modules/sys_select: Likewise.
950         * modules/sys_socket: Likewise.
951         * modules/sys_stat: Likewise.
952         * modules/sys_time: Likewise.
953         * modules/sys_times: Likewise.
954         * modules/sys_utsname: Likewise.
955         * modules/sys_wait: Likewise.
956         * modules/sysexits: Likewise.
957         * modules/time: Likewise.
958         * modules/unistd: Likewise.
959         * modules/wchar: Likewise.
960         * modules/wctype: Likewise.
961
962 2009-08-22  Jim Meyering  <meyering@redhat.com>
963
964         announce-gen: detect write failure
965         * build-aux/announce-gen: Add Coda at end.
966         Remove equivalent-but-more-verbose block at top.
967
968 2009-08-19  Akim Demaille  <demaille@gostai.com>
969
970         bootstrap: --help to stdout.
971         * bootstrap (usage): Don't send --help to stderr.
972         Use a here doc instead of a long string.
973
974 2009-08-21  Eric Blake  <ebb9@byu.net>
975
976         test-popen-safer: split from test-popen
977         * tests/test-popen.c (main): Move...
978         * tests/test-popen.h: ...into new file.
979         * tests/test-popen-safer2.c: New file.
980         * modules/popen-tests (Files): Add test-popen.h.
981         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
982         Suggested by Bruno Haible.
983
984         test-fcntl-safer: split from test-open
985         * tests/test-open.c (main): Move...
986         * tests/test-open.h: ...into new file.
987         * tests/test-fcntl-safer.c: New file.
988         * modules/open-tests (Files): Add test-open.h.
989         * modules/fcntl-safer-tests: New file.
990         Suggested by Bruno Haible.
991
992         test-fopen-safer: split from test-fopen
993         * tests/test-fopen.c (main): Move...
994         * tests/test-fopen.h: ...into new file.
995         * tests/test-fopen-safer.c: New file.
996         * modules/fopen-tests (Files): Add test-fopen.h.
997         * modules/fopen-safer-tests: New file.
998         Suggested by Bruno Haible.
999
1000 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
1001
1002         popen-safer: test O_CLOEXEC at run-time.
1003         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
1004
1005 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
1006
1007         fcntl: move more flags to the header
1008         * lib/cloexec.c: Do not define FD_CLOEXEC here.
1009         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
1010         * lib/fcntl.in.h: Do both things here.
1011
1012 2009-08-21  Jim Meyering  <meyering@redhat.com>
1013
1014         consistently remove $@-t before redirecting to it
1015         * modules/argz: Remove $@-t and $@ before redirecting to the former.
1016         * modules/alloca-opt: Likewise.
1017         * modules/byteswap: Likewise.
1018         * modules/fnmatch: Likewise.
1019         * modules/getopt-posix: Likewise.
1020         * modules/glob: Likewise.
1021         * modules/poll: Likewise.
1022         * modules/posix_spawnp-tests: Likewise.
1023         * modules/sys_socket: Likewise.
1024         * modules/sysexits: Likewise.
1025
1026 2009-08-21  Eric Blake  <ebb9@byu.net>
1027
1028         popen: simplify access to original popen
1029         * lib/popen.c (rpl_popen): No need to worry about popen being a
1030         macro.
1031         Reported by Bruno Haible.
1032
1033 2009-08-20  Eric Blake  <ebb9@byu.net>
1034
1035         build: avoid some compiler warnings
1036         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
1037         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
1038         type.
1039         (new_exclude_segment, excluded_file_pattern_p)
1040         (excluded_file_name_p): Reduce scope.
1041         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
1042         old-style declaration.
1043
1044 2009-08-20  Simon Josefsson  <simon@josefsson.org>
1045
1046         * tests/test-exclude1.sh: Handle Windows EOL.
1047         * tests/test-exclude2.sh: Likewise.
1048         * tests/test-exclude3.sh: Likewise.
1049         * tests/test-exclude4.sh: Likewise.
1050         * tests/test-exclude5.sh: Likewise.
1051         * tests/test-exclude6.sh: Likewise.
1052         * tests/test-exclude7.sh: Likewise.
1053
1054 2009-08-19  Akim Demaille  <demaille@gostai.com>
1055
1056         bootstrap: find sha1sum when named gsha1sum.
1057         * bootstrap (find_tool): New.
1058         ($SHA1SUM): New.
1059         Use it.
1060
1061 2009-08-20  Jim Meyering  <meyering@redhat.com>
1062
1063         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
1064         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
1065         expression that converts "." in a file name to "\." in the resulting
1066         regexp.  Start with a dummy statement, so that prior shell variable
1067         definitions are expanded portably.  Reported by Simon Josefsson.
1068
1069 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
1070
1071         Fix polling for writeability of a screen buffer.
1072         * lib/poll.c: Distinguish input and screen buffers for the
1073         Win32 implementation.
1074         * lib/select.c: Likewise.
1075
1076 2009-08-19  Eric Blake  <ebb9@byu.net>
1077
1078         popen-safer: prevent popen from clobbering std descriptors
1079         * modules/popen-safer: New file.
1080         * lib/popen-safer.c: Likewise.
1081         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
1082         * lib/stdio--.h (popen): Provide override.
1083         * lib/stdio-safer.h (popen_safer): Provide declaration.
1084         * tests/test-popen.c (includes): Partially test this.
1085         * modules/popen-safer-tests: New file, for more tests.
1086         * tests/test-popen-safer.c: Likewise.
1087         * MODULES.html.sh (file stream based Input/Output): Mention it.
1088
1089         tests: test some of the *-safer modules
1090         * modules/fopen-safer (Depends-on): Add fopen.
1091         * modules/fcntl-safer (Depends-on): Add fcntl.
1092         * modules/stdlib-safer (Depends-on): Add stdlib.
1093         (configure.ac): Set indicator.
1094         * modules/unistd-safer (configure.ac): Likewise.
1095         * modules/tmpfile-safer (configure.ac): Likewise.
1096         (Depends-on): Add tmpfile.
1097         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
1098         active.
1099         * tests/test-fopen.c (includes): Test safer versions when they are
1100         in use.
1101         * tests/test-open.c (includes): Likewise.
1102
1103         popen: fix cygwin 1.5 bug when stdin closed
1104         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
1105         * modules/popen: New file.
1106         * modules/popen-tests: Likewise.
1107         * tests/test-popen.c: Likewise.
1108         * m4/popen.m4: Likewise.
1109         * lib/popen.c: Likewise.
1110         * lib/stdio.in.h (popen): New declaration.
1111         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
1112         * modules/stdio (Makefile.am): Likewise.
1113         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
1114
1115 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
1116
1117         maint.mk: give full control over update-copyright exclusions
1118         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
1119         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
1120         (update-copyright): Don't force inclusion of top-level
1121         ChangeLog.  Don't force exclusion of all COPYING files, but make
1122         them the default exclusion instead.
1123
1124 2009-08-16  Bruno Haible  <bruno@clisp.org>
1125
1126         Fix test failures on Solaris 10.
1127         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
1128         tests when Solaris iconv() is used.
1129         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
1130         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
1131         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
1132         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
1133         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
1134
1135 2009-08-16  Bruno Haible  <bruno@clisp.org>
1136
1137         Fix test failures on Solaris 10.
1138         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
1139         'tr' program and pass it as first argument.
1140         * tests/test-pipe-filter-gi1.sh: Likewise.
1141         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
1142         program as first argument.
1143         * tests/test-pipe-filter-gi1.c (main): Likewise.
1144
1145 2009-08-16  Eric Blake  <ebb9@byu.net>
1146
1147         fpurge: fix previous commits
1148         * modules/fpurge (Makefile.am): Make replacement conditional,
1149         partially reverting 2007-04-29 change; missed in previous
1150         attempt.
1151         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
1152         is missing.
1153
1154 2009-08-16  Bruno Haible  <bruno@clisp.org>
1155
1156         Clarify fpurge's effect on the file position.
1157         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
1158         * tests/test-fpurge.c (main): Make a second pass for checking the file
1159         position.
1160
1161 2009-08-16  Bruno Haible  <bruno@clisp.org>
1162
1163         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
1164         declaration of fpurge is missing.
1165         * tests/test-fpurge.c (main): Check that the file has not more contents
1166         than expected. Close the file before removing it.
1167
1168 2009-08-15  Eric Blake  <ebb9@byu.net>
1169
1170         fpurge: don't wrap working cygwin implementation
1171         * lib/fpurge.c (fpurge): Fix comment typo.
1172         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
1173         1.7 to avoid replacement.
1174         * tests/test-fpurge.c (main): Enhance test.
1175
1176 2009-08-15  Eric Blake  <ebb9@byu.net>
1177         and Jim Meyering  <meyering@redhat.com>
1178
1179         test-update-copyright: skip if perl is insufficient
1180         * tests/test-update-copyright.sh: Failure to run maintainer tool
1181         should not cause testsuite failure on cygwin 1.5.
1182
1183 2009-08-14  Eric Blake  <ebb9@byu.net>
1184
1185         doc: mention more functions added in cygwin 1.7.0
1186         * doc/posix-headers/limits.texi (limits.h): Update for recent
1187         cygwin additions.
1188         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
1189         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
1190         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
1191         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
1192         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
1193
1194 2009-08-14  Eric Blake  <ebb9@byu.net>
1195
1196         maint.mk: simplify update-copyright rule
1197         * top/maint.mk (update-copyright-local): Delete, and document how
1198         to do it in cfg.mk instead.
1199         (update-copyright-exclude-regexp): Delete, and document how to do
1200         it in .x-update-copyright instead.
1201         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
1202         exclude ChangeLog.
1203
1204 2009-08-14  Bruno Haible  <bruno@clisp.org>
1205
1206         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
1207
1208 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
1209
1210         maint.mk: support update-copyright-env
1211         * top/maint.mk (update-copyright-env): Define place-holder.
1212         (update-copyright): Expand $(update-copyright-env) before
1213         invoking update-copyright.
1214
1215 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
1216
1217         update-copyright: implement forced reformatting
1218         * build-aux/update-copyright: Implement and document
1219         UPDATE_COPYRIGHT_FORCE.
1220         * tests/test-update-copyright.sh: Test it.
1221
1222 2009-08-14  Eric Blake  <ebb9@byu.net>
1223         and Bruno Haible  <bruno@clisp.org>
1224
1225         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
1226         * tests/test-locale.c: Revert previous patch related to NULL.
1227         * tests/test-stdio.c: Likewise.
1228         * tests/test-stdlib.c: Likewise.
1229         * tests/test-string.c: Likewise.
1230         * tests/test-unistd.c: Likewise.
1231         * modules/time-tests (Depends-on): Add verify.
1232         * modules/wchar-tests (Depends-on): Likewise.
1233         * tests/test-time.c: Test for NULL compliance.
1234         * tests/test-wchar.c: Likewise.
1235         * modules/locale (Depends-on): Add stddef.
1236         * modules/stdio (Depends-on): Likewise.
1237         * modules/stdlib (Depends-on): Likewise.
1238         * modules/string (Depends-on): Likewise.
1239         * modules/time (Depends-on): Likewise.
1240         * modules/unistd (Depends-on): Likewise.
1241         * modules/wchar (Depends-on): Likewise.
1242         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
1243         * lib/stdlib.in.h (includes): Likewise.
1244         * lib/string.in.h (includes): Likewise.
1245         * lib/time.in.h (includes): Likewise.
1246         * lib/unistd.in.h (includes): Likewise.
1247         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
1248         replaced.
1249         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1250         * m4/stddef_h.m4: New file.
1251         * modules/stddef: Likewise.
1252         * lib/stddef.in.h: Likewise.
1253         * modules/stddef-tests: Likewise.
1254         * tests/test-stddef.c: Likewise.
1255         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
1256         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
1257         * doc/posix-headers/locale.texi (locale.h): Likewise.
1258         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
1259         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
1260         * doc/posix-headers/string.texi (string.h): Likewise.
1261         * doc/posix-headers/time.texi (time.h): Likewise.
1262         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
1263         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
1264
1265 2009-08-14  Eric Blake  <ebb9@byu.net>
1266
1267         doc: improve git diff of texinfo files
1268         * .gitattributes: Add rule for *.texi files, with hint on how to
1269         use it.
1270         Copied from m4, and based on a report by Bruno Haible.
1271
1272 2009-08-14  Bruno Haible  <bruno@clisp.org>
1273
1274         Disable multithread support by default on Cygwin 1.5.x for real.
1275         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
1276
1277 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
1278
1279         update-copyright: much ado about intervals
1280         * build-aux/update-copyright: Implement and document
1281         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
1282         of copyright year intervals.
1283         Also, document UPDATE_COPYRIGHT_YEAR.
1284         * tests/test-update-copyright.sh: Test it.
1285
1286         update-copyright: convert 2-digit to 4-digit years
1287         * build-aux/update-copyright: Implement and document.
1288         * tests/test-update-copyright.sh: Update.
1289
1290 2009-08-14  Jim Meyering  <meyering@redhat.com>
1291
1292         test-exclude: avoid coreutils "make check" failure
1293         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
1294         just as in test-argmatch.c.
1295
1296 2009-08-13  Eric Blake  <ebb9@byu.net>
1297
1298         test-dup2: fix bad assumption
1299         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
1300         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
1301
1302         test-version-etc: fix CRLF portability issue
1303         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
1304         recognize \r.
1305         * tests/test-argp-version-etc-1.sh: Likewise.
1306
1307         getopt: update client modules
1308         * modules/argp (Depends-on): Use getopt-gnu.
1309         * modules/git-merge-changelog (Depends-on): Likewise.
1310         * modules/long-options (Depends-on): Likewise.
1311         * modules/xstrtol (Depends-on): Likewise.
1312
1313 2009-08-13  Simon Josefsson  <simon@josefsson.org>
1314
1315         * tests/test-version-etc.sh: Don't fail on different
1316         project/version.  Don't fail on CRLF differences.  Rewrite to use
1317         multiple -e instead of multiple sed forks, suggested by Eric Blake
1318         <ebb9@byu.net>.
1319         * tests/test-argp-version-etc-1.sh: Likewise.
1320
1321 2009-08-13  Simon Josefsson  <simon@josefsson.org>
1322
1323         * tests/test-version-etc.sh: Don't fail on different
1324         project/version.
1325
1326 2009-08-12  Bruno Haible  <bruno@clisp.org>
1327
1328         Tests for modules 'getopt-posix', 'getopt-gnu'.
1329         * modules/getopt-posix-tests: New file.
1330         * tests/test-getopt.c: New file.
1331         * tests/test-getopt.h: New file.
1332         * tests/test-getopt_long.h: New file.
1333
1334         New modules 'getopt-posix', 'getopt-gnu'.
1335         * modules/getopt-gnu: New file, renamed from modules/getopt.
1336         * modules/getopt-posix: New file.
1337         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
1338         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
1339         (gl_GETOPT): Remove macro.
1340         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
1341         Disable the test against BSD systems that declare optreset. Test
1342         against mingw bug. Test against lack of support of optional arguments
1343         on many platforms.
1344         * doc/glibc-headers/getopt.texi: Update module name and list of
1345         relevant platforms.
1346         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
1347         'getopt-gnu' and more portability problems.
1348         * NEWS: Mention the changes.
1349
1350 2009-08-12  Bruno Haible  <bruno@clisp.org>
1351
1352         Ensure that optarg etc. get declared by <unistd.h>.
1353         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
1354         AC_USE_SYSTEM_EXTENSIONS.
1355         * modules/getopt (Depends-on): Add 'extensions'.
1356
1357 2009-08-12  Bruno Haible  <bruno@clisp.org>
1358
1359         Avoid test link errors.
1360         * modules/pipe-filter-ii-tests (Makefile.am): Define
1361         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
1362         * modules/pipe-filter-gi-tests (Makefile.am): Define
1363         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
1364         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1365
1366 2009-08-12  Bruno Haible  <bruno@clisp.org>
1367
1368         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
1369         gl_GETOPT_SUBSTITUTE before.
1370         (gl_GETOPT): Use it.
1371         * m4/argp.m4 (gl_ARGP): Update.
1372         Reported by Sergey Poznyakoff.
1373
1374         * m4/getopt.m4: Reorder macros.
1375         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
1376         (gl_GETOPT_SUBSTITUTE): Remove macro.
1377
1378 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1379
1380         Minor improvement in gitlog-to-changelog
1381
1382         * build-aux/gitlog-to-changelog: New option `--format' makes
1383         output format string configurable.
1384
1385 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1386
1387         Optimize exclude: use hash tables for non-wildcard patterns.
1388
1389         * lib/exclude.c: Include hash.h and mbuiter.h
1390         (struct exclude_pattern, exclude_segment): New data types.
1391         (struct exclude): Rewrite.
1392         (fnmatch_pattern_has_wildcards): New function.
1393         (new_exclude_segment, free_exclude_segment): New functions.
1394         (excluded_file_pattern_p, excluded_file_name_p): New functions.
1395         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
1396         * lib/exclude.h (is_fnmatch_pattern): New prototype.
1397         * modules/exclude: Depend on hash and mbuiter.
1398
1399         * modules/exclude-tests: New file.
1400         * tests/test-exclude.c: New file.
1401         * tests/test-exclude1.sh: New file.
1402         * tests/test-exclude2.sh: New file.
1403         * tests/test-exclude3.sh: New file.
1404         * tests/test-exclude4.sh: New file.
1405         * tests/test-exclude5.sh: New file.
1406         * tests/test-exclude6.sh: New file.
1407         * tests/test-exclude7.sh: New file.
1408
1409 2009-08-12  Bruno Haible  <bruno@clisp.org>
1410
1411         Ensure that getopt() gets declared by <unistd.h>.
1412         * lib/unistd.in.h: Conditionally include getopt.h.
1413         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
1414         Set GNULIB_UNISTD_H_GETOPT.
1415         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1416         GNULIB_UNISTD_H_GETOPT.
1417         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
1418
1419 2009-08-12  Bruno Haible  <bruno@clisp.org>
1420
1421         Clarify logic.
1422         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
1423         gl_replace_getopt instead of GETOPT_H.
1424
1425 2009-08-12  Bruno Haible  <bruno@clisp.org>
1426
1427         * m4/getopt.m4: Add comments.
1428
1429 2009-08-12  Bruno Haible  <bruno@clisp.org>
1430
1431         Disable multithread support by default on Cygwin 1.5.x.
1432         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
1433         set gl_use_threads=no if not specified otherwise.
1434
1435 2009-08-11  Bruno Haible  <bruno@clisp.org>
1436
1437         Avoid compilation error on NetBSD 5.0.
1438         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
1439         * tests/test-stdio.c: Likewise.
1440         * tests/test-stdlib.c: Likewise.
1441         * tests/test-string.c: Likewise.
1442         * tests/test-unistd.c: Likewise.
1443         Reported by Greg Troxel <gdt@ir.bbn.com>
1444         at <https://savannah.gnu.org/support/?106973>.
1445
1446 2009-08-11  Bruno Haible  <bruno@clisp.org>
1447
1448         * modules/dup2-tests (Depends-on): Remove close.
1449
1450         Undo 2009-07-19 commit.
1451         * modules/acl-tests (Depends-on): Remove close.
1452         * modules/binary-io-tests (Depends-on): Likewise.
1453         * modules/closein-tests (Depends-on): Likewise.
1454         * modules/flock-tests (Depends-on): Likewise.
1455         * modules/fsync-tests (Depends-on): Likewise.
1456         * modules/lseek-tests (Depends-on): Likewise.
1457         * modules/pipe-tests (Depends-on): Likewise.
1458         * modules/posix_spawn-tests (Depends-on): Likewise.
1459         * modules/posix_spawnp-tests (Depends-on): Likewise.
1460         * modules/stat-time-tests (Depends-on): Likewise.
1461         * modules/yesno-tests (Depends-on): Likewise.
1462
1463 2009-08-10  Bruno Haible  <bruno@clisp.org>
1464
1465         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
1466
1467 2009-08-10  Bruno Haible  <bruno@clisp.org>
1468
1469         Fix a gcc warning.
1470         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
1471
1472 2009-08-10  Bruno Haible  <bruno@clisp.org>
1473
1474         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
1475         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
1476         not only the first time.
1477         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
1478         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
1479         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
1480         is 1, not only the the first time.
1481
1482 2009-08-10  Bruno Haible  <bruno@clisp.org>
1483
1484         Make it possible to use module 'gethostname' without module 'close'.
1485         * lib/unistd.in.h (close): Evoke a link error only if
1486         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
1487         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1488         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1489         * modules/unistd (Makefile.am): Substitute
1490         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1491         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
1492         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
1493         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
1494         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1495         * modules/sys_ioctl (Makefile.am): Substitute
1496         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1497         * modules/socket (configure.ac): On native Windows, set
1498         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
1499         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1500         Reported by Sam Steingold <sds@gnu.org>.
1501
1502 2009-08-10  Bruno Haible  <bruno@clisp.org>
1503
1504         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
1505         * modules/ioctl (configure.ac): Likewise.
1506
1507 2009-08-10  Bruno Haible  <bruno@clisp.org>
1508
1509         Avoid collision between gnulib wrapper and libintl wrapper.
1510         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
1511         already defined in intl/printf.c.
1512         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
1513         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
1514
1515 2009-08-09  Bruno Haible  <bruno@clisp.org>
1516
1517         Make <sys/select.h> really self-contained, also on Solaris 10.
1518         * lib/sys_select.in.h: Include <string.h>.
1519         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
1520         Solaris 10 problem.
1521         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
1522         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
1523         Reported by Jim Meyering.
1524
1525 2009-08-09  Bruno Haible  <bruno@clisp.org>
1526
1527         Avoid warnings from 'aclocal' that are due to a use of macro name
1528         AM_XGETTEXT_OPTION that is not defined in automake.
1529         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
1530         automake.
1531         * modules/error (configure.ac): Likewise.
1532         * modules/propername (configure.ac): Likewise.
1533         * modules/vasprintf (configure.ac): Likewise.
1534         * modules/verror (configure.ac): Likewise.
1535         * modules/xprintf (configure.ac): Likewise.
1536         * modules/xvasprintf (configure.ac): Likewise.
1537
1538 2009-08-08  Bruno Haible  <bruno@clisp.org>
1539
1540         Avoid compilation error in C++ mode.
1541         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
1542         Reported by Sam Steingold <sds@gnu.org>.
1543
1544 2009-08-08  Bruno Haible  <bruno@clisp.org>
1545
1546         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
1547         for the various Unix platforms.
1548         * doc/posix-headers/limits.texi: Update platforms list regarding
1549         HOST_NAME_MAX.
1550         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1551
1552 2009-08-07  Jim Meyering  <meyering@redhat.com>
1553
1554         selinux-at: fix typo in a comment
1555         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
1556         Spotted by Paolo Bonzini.
1557
1558         selinux-at: remove redundant m4 code, add documentation
1559         * modules/selinux-at (configure.ac): Remove redundant code.
1560         LIB_SELINUX is already set via the dependent module, selinux-h.
1561         (Include): Add quotes around selinux-at.h.
1562         * lib/selinux-at.h: Add documentation.
1563         Reported by Bruno Haible in
1564         http://marc.info/?l=gnulib-bug&m=124958988300749
1565
1566 2009-08-07  Bruno Haible  <bruno@clisp.org>
1567
1568         Avoid link error on MacOS X 10.3 and 10.4.
1569         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
1570         on non-ELF systems.
1571         * lib/argp-pv.c (argp_program_version): Likewise.
1572         Reported by Simon Josefsson.
1573
1574 2009-08-07  Simon Josefsson  <simon@josefsson.org>
1575
1576         * tests/test-version-etc.sh: Use $EXEEXT.
1577
1578 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
1579
1580         update-copyright: update documentation to point to maint.mk
1581         * build-aux/update-copyright: Here.
1582
1583 2009-08-06  Jim Meyering  <meyering@redhat.com>
1584
1585         maint.mk: support update-copyright-local
1586         * top/maint.mk (update-copyright-local): Define place-holder.
1587         (update-copyright): Depend on $(update-copyright-local).
1588
1589 2009-08-06  Jim Meyering  <meyering@redhat.com>
1590
1591         selinux-at: new module
1592         Initially written for coreutils, this module will soon be
1593         used by findutils, too.
1594         * MODULES.html.sh [Misc]: Add selinux-at.
1595         * lib/selinux-at.h: New file, from coreutils.
1596         * lib/selinux-at.c: Likewise.
1597         * modules/selinux-at: Likewise.
1598         (License): Change from LGPL to GPL, since it depends
1599         on the GPL'd openat module.
1600
1601         doc: update README
1602         * README: Remove references to cogito.
1603         Remove cvs-repo-updating instructions from 2007.
1604         Don't imply that CVS is better if you have limited disk space.
1605
1606 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
1607
1608         update-copyright: support C-style comments
1609         * build-aux/update-copyright: Implement and document.
1610         * tests/test-update-copyright.sh: Test.
1611
1612 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
1613
1614         update-copyright: support omitted "(C)"
1615         * build-aux/update-copyright: Implement and document.  Also,
1616         allow variable whitespace before "(C)".
1617         * tests/test-update-copyright.sh: Test.
1618
1619 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
1620
1621         update-copyright: don't trip on non-FSF copyright statements
1622         * build-aux/update-copyright: Fix so that the first correctly
1623         formatted FSF copyright statement is recognized no matter what
1624         appears before it.  Update documentation.
1625         * tests/test-update-copyright.sh: Test that.
1626
1627 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
1628
1629         update-copyright: clean up code a little
1630         * build-aux/update-copyright: Append "_re" to the name of any
1631         variable holding a regular expression.
1632         Replace "old" and "new" with "stmt" in variable names.
1633         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
1634         handled correctly.
1635         Format code more consistently.
1636
1637 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
1638
1639         update-copyright-tests: improve portability
1640         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
1641         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
1642
1643 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
1644
1645         update-copyright: support @copyright{} and &copy;
1646         * build-aux/update-copyright: Implement and document.
1647         * tests/test-update-copyright.sh: Test.
1648
1649 2009-08-04  Jim Meyering  <meyering@redhat.com>
1650
1651         update-copyright-tests: correctly test EOL=\r\n handling
1652         * tests/test-update-copyright.sh: Put \r at the end of some lines
1653         for the dos-eol tests.  Based on a patch by Joel E. Denny.
1654
1655         maint.mk: make update-copyright exclusion list more configurable
1656         * top/maint.mk (update-copyright): Default to excluding COPYING,
1657         but allow an override, in case someone does want to update that file.
1658
1659         maint.mk: don't update copyright date in COPYING
1660         * top/maint.mk (update-copyright): Exclude COPYING.
1661
1662         maint.mk: add a copyright-updating rule
1663         * top/maint.mk (update-copyright): New rule.
1664         Derived from coreutils/Makefile.am.
1665
1666         update-copyright: rename some variables
1667         * build-aux/update-copyright: Rename a few variables for clarity.
1668         Tweak syntax.  List Joel E. Denny as coauthor.
1669
1670 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
1671
1672         update-copyright: fix bug for 2-digit last year and add tests
1673         * build-aux/update-copyright: Fix bug.
1674         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
1675         specified.
1676         * modules/update-copyright-tests: New
1677         * tests/test-update-copyright.sh: New.
1678
1679 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
1680
1681         update-copyright: handle leading tabs in line prefix
1682         * build-aux/update-copyright: Count leading tabs as 8 spaces
1683         when computing margin.  This helps with the formatting of
1684         ChangeLogs, for example.
1685         Fix documentation a little.
1686
1687 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
1688
1689         update-copyright: support EOL=\r\n
1690         * build-aux/update-copyright: Implement that.
1691
1692 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
1693
1694         update-copyright: automatically format copyright statements
1695         * build-aux/update-copyright: Implement that.
1696         Also, be a little more predictable and safer by always failing
1697         when the full copyright format is not perfectly recognized as an
1698         unbroken whole.  Discussed at
1699         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
1700         Rewrite documentation.
1701
1702 2009-08-03  Bruno Haible  <bruno@clisp.org>
1703
1704         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
1705
1706 2009-08-02  Bruno Haible  <bruno@clisp.org>
1707
1708         Tests for module 'uname'.
1709         * modules/uname-tests: New file.
1710         * tests/test-uname.c: New file.
1711
1712         New module 'uname'.
1713         * lib/uname.c: New file.
1714         * m4/uname.m4: New file.
1715         * modules/uname: New file.
1716         * doc/posix-functions/uname.texi: Mention the new module.
1717
1718 2009-08-02  Bruno Haible  <bruno@clisp.org>
1719
1720         Tests for module 'sys_utsname'.
1721         * modules/sys_utsname-tests: New file.
1722         * tests/test-sys_utsname.c: New file.
1723
1724         New module 'sys_utsname'.
1725         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
1726         * m4/sys_utsname_h.m4: New file.
1727         * modules/sys_utsname: New file.
1728         * doc/posix-headers/sys_utsname.texi: Mention the new module.
1729
1730 2009-08-02  Bruno Haible  <bruno@clisp.org>
1731
1732         Implicitly initialize the sockets library.
1733         * lib/gethostname.c: Include sockets.h.
1734         (rpl_gethostname): Invoke gl_sockets_startup.
1735         * lib/socket.c: Include sockets.h.
1736         (rpl_socket): Invoke gl_sockets_startup.
1737         * modules/gethostname (Depends-on): Add sockets.
1738         * modules/socket (Depends-on): Likewise.
1739         * tests/test-poll.c: Don't include sockets.h.
1740         (main): Don't invoke gl_sockets_startup.
1741         * tests/test-select.c: Don't include sockets.h.
1742         (main): Don't invoke gl_sockets_startup.
1743
1744 2009-08-02  Bruno Haible  <bruno@clisp.org>
1745
1746         Allow multiple calls to gl_sockets_startup.
1747         * lib/sockets.c (initialized_sockets_version): New variable.
1748         (gl_sockets_startup): Do nothing if already called for this or a higher
1749         version.
1750         (gl_sockets_cleanup): Reset initialized_sockets_version.
1751
1752 2009-08-03  Simon Josefsson  <simon@josefsson.org>
1753
1754         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
1755         different project/version.
1756
1757 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
1758             Bruno Haible  <bruno@clisp.org>
1759
1760         Tests for module 'pipe-filter-gi'.
1761         * modules/pipe-filter-gi-tests: New file.
1762         * tests/test-pipe-filter-gi1.sh: New file.
1763         * tests/test-pipe-filter-gi1.c: New file.
1764         * tests/test-pipe-filter-gi2.sh: New file.
1765         * tests/test-pipe-filter-gi2-main.c: New file.
1766         * tests/test-pipe-filter-gi2-child.c: New file.
1767
1768         New module 'pipe-filter-gi'.
1769         * lib/pipe-filter-gi.c: New file.
1770         * modules/pipe-filter-gi: New file.
1771
1772 2009-08-02  Bruno Haible  <bruno@clisp.org>
1773             Paolo Bonzini  <bonzini@gnu.org>
1774
1775         Tests for module 'pipe-filter-ii'.
1776         * modules/pipe-filter-ii-tests: New file.
1777         * tests/test-pipe-filter-ii1.sh: New file.
1778         * tests/test-pipe-filter-ii1.c: New file.
1779         * tests/test-pipe-filter-ii2.sh: New file.
1780         * tests/test-pipe-filter-ii2-main.c: New file.
1781         * tests/test-pipe-filter-ii2-child.c: New file.
1782
1783         New module 'pipe-filter-ii'.
1784         * lib/pipe-filter.h: New file.
1785         * lib/pipe-filter-ii.c: New file.
1786         * lib/pipe-filter-aux.h: New file.
1787         * modules/pipe-filter-ii: New file.
1788
1789 2009-08-02  Simon Josefsson  <simon@josefsson.org>
1790
1791         * lib/gc-libgcrypt.c: Change copyright to FSF.
1792         * lib/gc-gnulib.c: Likewise.
1793
1794 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
1795
1796         * lib/gethostname.c: Include limits.h.
1797
1798 2009-08-02  Simon Josefsson  <simon@josefsson.org>
1799             Bruno Haible  <bruno@clisp.org>
1800
1801         Ensure HOST_NAME_MAX as part of the gethostname module.
1802         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
1803         define also HOST_NAME_MAX.
1804         * tests/test-gethostname.c: Include <limits.h>.
1805         (main): Check also HOST_NAME_MAX.
1806         * doc/posix-headers/limits.texi: Document the mingw problem.
1807
1808 2009-08-02  Bruno Haible  <bruno@clisp.org>
1809
1810         * lib/gethostname.c (gethostname): Fix handling of large len argument.
1811         Add comments.
1812
1813 2009-03-31  Simon Josefsson  <simon@josefsson.org>
1814
1815         * lib/gethostname.c: Add Windows wrapper.
1816         * m4/gethostname.m4: Look for gethostname in -lws2_32.
1817         * modules/gethostname: Depend on sys_socket & errno, for also
1818         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
1819         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
1820
1821 2009-07-31  Jim Meyering  <meyering@redhat.com>
1822
1823         getloadavg: fix symbol name in comment
1824         * lib/getloadavg.c: Correct a typo I introduced when adding
1825         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
1826         Matt Kraai spotted the problem.
1827
1828 2009-07-29  Matt Kraai  <mkraai@beckman.com>
1829
1830         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
1831         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
1832         code also if ! defined N_NAME_POINTER.
1833         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
1834         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
1835         but the n_name member is a 12-byte array.
1836
1837 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
1838
1839         update-copyright: generalize comment handling
1840         * build-aux/update-copyright: Handle copyright statements
1841         within more comment styles.
1842         Document usage.
1843         Report any file with an external copyright holder or parse failure.
1844
1845 2009-07-29  Jim Meyering  <meyering@redhat.com>
1846
1847         mktime: correct setting of REPLACE_MKTIME
1848         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
1849
1850         update-copyright: new module
1851         * modules/update-copyright: New file.
1852         * build-aux/update-copyright: New file.
1853         * MODULES.html.sh (maint+release support): Add update-copyright.
1854
1855 2009-07-27  Bruno Haible  <bruno@clisp.org>
1856
1857         Fix compilation error when <ctime> is used and mktime is replaced.
1858         * lib/time.in.h (mktime): New declaration.
1859         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
1860         REPLACE_MKTIME instead of defining mktime in config.h.
1861         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
1862         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
1863         Reported by Ross McFarland <rwmcfa1@neces.com>.
1864
1865 2009-07-27  Bruno Haible  <bruno@clisp.org>
1866
1867         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
1868         Reported by Matt Kraai <mkraai@beckman.com>.
1869
1870 2009-07-25  Jim Meyering  <meyering@redhat.com>
1871
1872         maint.mk: avoid warnings about missing files
1873         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
1874         diagnostic when .prev-version does not exist.
1875         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
1876         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
1877         nonexistent cfg.mk.
1878         Suggestions from Simon Josefsson.
1879
1880 2009-07-25  Bruno Haible  <bruno@clisp.org>
1881
1882         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
1883         defined as macros. Needed on QNX 6.4.1.
1884         Reported by Matt Kraai <mkraai@beckman.com>.
1885
1886 2009-07-23  Jim Meyering  <meyering@redhat.com>
1887
1888         maint.mk: invoke "make dist" with a working value of XZ_OPT
1889         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
1890
1891 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
1892
1893         Make fseeko.c compile on QNX.
1894         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
1895
1896 2009-07-22  Peter Simons  <simons@cryp.to>
1897
1898         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
1899         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
1900         * lib/md4.h: Likewise.
1901         * lib/md5.h: Likewise.
1902         * lib/sha1.h: Likewise.
1903         * lib/sha256.h: Likewise.
1904         * lib/sha512.h: Likewise.
1905
1906         tests-sha1: don't assign literal string to 'char *' variable
1907         * tests/test-sha1.c (main): Declare locals with "const" to match
1908         attributes of the right hand side.
1909
1910 2009-07-21  Eric Blake  <ebb9@byu.net>
1911
1912         dup2: fix more mingw problems
1913         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
1914         fd to itself.
1915         * doc/posix-functions/dup2.texi (dup2): Document the bug.
1916         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
1917         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
1918         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
1919         care of mingw bugs.
1920
1921 2009-07-21  Jim Meyering  <meyering@redhat.com>
1922
1923         vc-list-files: avoid failure when /bin/sh is dash
1924         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
1925         On some Debian based systems, /bin/sh is a symlink to dash, and running
1926         this command would omit the "/" following each 'tests' prefix:
1927           dash -x build-aux/vc-list-files -C . tests
1928         That is because bash and dash work differently:
1929           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
1930           bash ok
1931           dash odd
1932
1933 2009-07-21  Eric Blake  <ebb9@byu.net>
1934
1935         dup2-tests: test previous patch
1936         * modules/dup2-tests: New file.
1937         * tests/test-dup2.c: Likewise.
1938         * tests/test-open.c (main): Avoid unspecified behavior.
1939         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
1940         test.
1941
1942         dup2: work around mingw and cygwin 1.5 bug
1943         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
1944         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
1945         * modules/unistd (Makefile.am): Substitute it.
1946         * lib/unistd.in.h (dup2): Declare the replacement.
1947         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
1948         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
1949         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
1950         * modules/execute (Depends-on): Add dup2.
1951         * modules/fseterr (Depends-on): Likewise.
1952         * modules/pipe (Depends-on): Likewise.
1953         * modules/posix_spawn-internal (Depends-on): Likewise.
1954
1955 2009-07-21  Bruno Haible  <bruno@clisp.org>
1956
1957         * modules/.gitattributes: New file.
1958
1959 2009-07-20  Bruno Haible  <bruno@clisp.org>
1960
1961         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
1962         (main): Use it.
1963
1964 2009-07-20  Eric Blake  <ebb9@byu.net>
1965
1966         test-pipe: make a bit more robust.
1967         * tests/test-pipe.c (myerr): Allow error messages regardless of
1968         what we do to stderr.
1969         (test_pipe): Rearrange to avoid deadlock.
1970         (child_main): Try a larger read, to ensure we avoided deadlock.
1971         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
1972         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
1973         if misused.
1974
1975 2009-07-19  Jim Meyering  <meyering@redhat.com>
1976
1977         fts: avoid false-positive cycle-detection
1978         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
1979         for each new command line argument.
1980
1981 2009-07-19  Bruno Haible  <bruno@clisp.org>
1982
1983         Fix build error on mingw with the modules sys_select and unistd.
1984         * modules/acl-tests (Depends-on): Add close.
1985         * modules/binary-io-tests (Depends-on): Likewise.
1986         * modules/closein-tests (Depends-on): Likewise.
1987         * modules/flock-tests (Depends-on): Likewise.
1988         * modules/fsync-tests (Depends-on): Likewise.
1989         * modules/lseek-tests (Depends-on): Likewise.
1990         * modules/pipe-tests (Depends-on): Likewise.
1991         * modules/posix_spawn-tests (Depends-on): Likewise.
1992         * modules/posix_spawnp-tests (Depends-on): Likewise.
1993         * modules/stat-time-tests (Depends-on): Likewise.
1994         * modules/yesno-tests (Depends-on): Likewise.
1995
1996 2009-07-19  Bruno Haible  <bruno@clisp.org>
1997
1998         Unify conditionals.
1999         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
2000         macros, not at the compiler macros.
2001         * lib/pipe.c: Likewise.
2002         * lib/execute.c: Likewise.
2003         * lib/spawni.c: Likewise.
2004
2005 2009-07-19  Bruno Haible  <bruno@clisp.org>
2006
2007         Fix handling of closed stdin/stdout/stderr on mingw.
2008         * lib/w32spawn.h: Include unistd.h.
2009         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
2010         file descriptor with O_NOINHERIT flag.
2011         (fd_safer_noinherit): New function, based on fd-safer.c.
2012         (dup_safer_noinherit): New function, based on dup-safer.c.
2013         (undup_safer_noinherit): New function.
2014         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
2015         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
2016         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
2017         instead of fd_safer.
2018         * tests/test-pipe.c: Include <windows.h>.
2019         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
2020
2021         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
2022         from main.
2023         (test_pipe): Pass an extra argument for disambiguation.
2024         (main): Invoke parent_main or child_main.
2025
2026         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
2027         consistently.
2028
2029 2009-07-18  Eric Blake  <ebb9@byu.net>
2030
2031         test-pipe: fix mingw build
2032         * tests/test-pipe.c (main): Avoid fcntl on mingw.
2033
2034 2009-07-18  Bruno Haible  <bruno@clisp.org>
2035
2036         * modules/pipe-tests (Makefile.am): Fix typo.
2037
2038 2009-07-18  Eric Blake  <ebb9@byu.net>
2039
2040         error: fix mingw build
2041         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
2042         Reported by Bruno Haible.
2043
2044         error: avoid undefined use of stdout
2045         * lib/error.c (error, error_at_line): Check that fd 1 is open
2046         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
2047         is handling faults and the close_stdout module wants to report the
2048         detection of closed stdout as an error.
2049
2050 2009-07-17  Eric Blake  <ebb9@byu.net>
2051
2052         pipe: be robust in face of closed fds
2053         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
2054         should cause child to misbehave.
2055         * modules/pipe-tests: New module.
2056         * tests/test-pipe.c: New file.
2057         * tests/test-pipe.sh: New file.
2058         Reported by Akim Demaille.
2059
2060 2009-07-14  Bruno Haible  <bruno@clisp.org>
2061
2062         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
2063         Reported by anonymous kc.
2064
2065 2009-07-07  Jim Meyering  <meyering@redhat.com>
2066
2067         maint.mk: don't look for translatable strings in *.m4 or *.mk
2068         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
2069         when searching for translatable strings.
2070
2071 2009-07-05  Jim Meyering  <meyering@redhat.com>
2072
2073         remove superfluous parentheses in STREQ definition
2074         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
2075         * lib/getugroups.c (STREQ): Likewise.
2076         * lib/fnmatch.c (STREQ): Likewise.
2077         Spotted by Bruno Haible.
2078
2079 2009-07-04  Jim Meyering  <meyering@redhat.com>
2080
2081         argv-iter: new module
2082         * MODULES.html.sh: Add argv-iter.
2083         * lib/argv-iter.c, lib/argv-iter.h: New files.
2084         * modules/argv-iter: New file.
2085         * modules/argv-iter-tests: New file.
2086         * tests/test-argv-iter.c: Test it.
2087
2088 2009-07-04  Bruno Haible  <bruno@clisp.org>
2089
2090         Fix assertion.
2091         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
2092         contains more exact copies of a given entry than file2, leave the extra
2093         copies unpaired rather than aborting.
2094         Reported by Eric Blake.
2095
2096 2009-07-02  Bruno Haible  <bruno@clisp.org>
2097
2098         Speedup git-merge-changelog for git cherry-pick.
2099         * lib/git-merge-changelog.c (struct entries_mapping): New type.
2100         (entries_mapping_get): New function, extracted from compute_mapping.
2101         (entries_mapping_reverse_get): New function.
2102         (compute_mapping): Add a 'full' argument. Return the result in a
2103         'struct entries_mapping'.
2104         (main): Update. Access the mappings through entries_mapping_get.
2105         Reported by Eric Blake.
2106
2107 2009-07-02  Bruno Haible  <bruno@clisp.org>
2108
2109         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
2110         best_i.
2111
2112 2009-07-02  Bruno Haible  <bruno@clisp.org>
2113
2114         Speed up approximate search for matching ChangeLog entries.
2115         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
2116         argument. Call fstrcmp_bounded instead of fstrcmp.
2117         (compute_mapping, try_split_merged_entry, main): Update callers.
2118
2119 2009-07-02  Bruno Haible  <bruno@clisp.org>
2120
2121         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
2122
2123 2009-06-30  Bruno Haible  <bruno@clisp.org>
2124
2125         Reduce the number of uc_is_cased calls.
2126         * lib/unicase.h (casing_suffix_context_t): Add
2127         'first_char_except_ignorable' field.
2128         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
2129         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
2130         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
2131         Update initializer.
2132         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
2133         case-ignorable characters.
2134         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
2135         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
2136         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
2137         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
2138         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
2139
2140 2009-06-30  Bruno Haible  <bruno@clisp.org>
2141
2142         Tests for module 'unicase/ignorable'.
2143         * modules/unicase/ignorable-tests: New file.
2144         * tests/unicase/test-ignorable.c: New file, generated by
2145         gen-uni-tables.
2146
2147         Tests for module 'unicase/cased'.
2148         * modules/unicase/cased-tests: New file.
2149         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
2150         * tests/unicase/test-predicate-part1.h: New file, derived from
2151         tests/unictype/test-predicate-part1.h.
2152         * tests/unicase/test-predicate-part2.h: New file, same as
2153         tests/unictype/test-predicate-part2.h.
2154
2155         Fix evaluation of "Before C" condition of FINAL_SIGMA.
2156         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
2157         (output_casing_properties): New function.
2158         (main): Call it.
2159         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
2160         * lib/unicase/cased.c: Include unictype/bitmap.h.
2161         (uc_is_cased): Define through a bitmap lookup.
2162         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
2163         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
2164         (uc_is_case_ignorable): Define through a bitmap lookup.
2165         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
2166         lib/unictype/bitmap.h.
2167         (Depends-on): Add inline. Clean up.
2168         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
2169         lib/unictype/bitmap.h.
2170         (Depends-on): Add inline. Clean up.
2171         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
2172         recognition.
2173         * tests/unicase/test-u16-tolower.c (main): Likewise.
2174         * tests/unicase/test-u32-tolower.c (main): Likewise.
2175
2176 2009-06-30  Bruno Haible  <bruno@clisp.org>
2177
2178         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
2179         * lib/unicase/u16-casemap.c: Likewise.
2180         * lib/unicase/u32-casemap.c: Likewise.
2181
2182 2009-06-29  Bruno Haible  <bruno@clisp.org>
2183
2184         Define u32_casefold as a wrapper around u32_ct_casefold.
2185         * lib/unicase/u32-casefold.c: Update.
2186         * modules/unicase/u32-casefold (Depends-on): Add
2187         unicase/u32-ct-casefold, unicase/empty-prefix-context,
2188         unicase/empty-suffix-context. Clean up.
2189
2190         Define u16_casefold as a wrapper around u16_ct_casefold.
2191         * lib/unicase/u16-casefold.c: Update.
2192         * modules/unicase/u16-casefold (Depends-on): Add
2193         unicase/u16-ct-casefold, unicase/empty-prefix-context,
2194         unicase/empty-suffix-context. Clean up.
2195
2196         Define u8_casefold as a wrapper around u8_ct_casefold.
2197         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
2198         * lib/unicase/u8-casefold.c: Update.
2199         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
2200         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
2201
2202         Define u32_totitle as a wrapper around u32_ct_totitle.
2203         * lib/unicase/u32-totitle.c: Update.
2204         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
2205         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
2206
2207         Define u16_totitle as a wrapper around u16_ct_totitle.
2208         * lib/unicase/u16-totitle.c: Update.
2209         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
2210         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
2211
2212         Define u8_totitle as a wrapper around u8_ct_totitle.
2213         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
2214         functions.
2215         (FUNC): Delegate to U_CT_TOTITLE.
2216         * lib/unicase/u8-totitle.c: Update.
2217         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
2218         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
2219
2220         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
2221         invocation.
2222         * modules/unicase/u32-tolower (Depends-on): Add
2223         unicase/empty-prefix-context, unicase/empty-suffix-context.
2224
2225         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
2226         invocation.
2227         * modules/unicase/u16-tolower (Depends-on): Add
2228         unicase/empty-prefix-context, unicase/empty-suffix-context.
2229
2230         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
2231         * modules/unicase/u8-tolower (Depends-on): Add
2232         unicase/empty-prefix-context, unicase/empty-suffix-context.
2233
2234         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
2235         invocation.
2236         * modules/unicase/u32-toupper (Depends-on): Add
2237         unicase/empty-prefix-context, unicase/empty-suffix-context.
2238
2239         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
2240         invocation.
2241         * modules/unicase/u16-toupper (Depends-on): Add
2242         unicase/empty-prefix-context, unicase/empty-suffix-context.
2243
2244         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
2245         * modules/unicase/u8-toupper (Depends-on): Add
2246         unicase/empty-prefix-context, unicase/empty-suffix-context.
2247
2248         New module 'unicase/u32-ct-casefold'.
2249         * lib/unicase/u32-ct-casefold.c: New file.
2250         * modules/unicase/u32-ct-casefold: New file.
2251
2252         New module 'unicase/u16-ct-casefold'.
2253         * lib/unicase/u16-ct-casefold.c: New file.
2254         * modules/unicase/u16-ct-casefold: New file.
2255
2256         New module 'unicase/u8-ct-casefold'.
2257         * lib/unicase/u8-ct-casefold.c: New file.
2258         * lib/unicase/u-ct-casefold.h: New file, derived from
2259         lib/unicase/u-casefold.h.
2260         * modules/unicase/u8-ct-casefold: New file.
2261
2262         New module 'unicase/u32-ct-totitle'.
2263         * lib/unicase/u32-ct-totitle.c: New file.
2264         * modules/unicase/u32-ct-totitle: New file.
2265
2266         New module 'unicase/u16-ct-totitle'.
2267         * lib/unicase/u16-ct-totitle.c: New file.
2268         * modules/unicase/u16-ct-totitle: New file.
2269
2270         New module 'unicase/u8-ct-totitle'.
2271         * lib/unicase/u8-ct-totitle.c: New file.
2272         * lib/unicase/u-ct-totitle.h: New file, derived from
2273         lib/unicase/u-totitle.h.
2274         * modules/unicase/u8-ct-totitle: New file.
2275
2276         New module 'unicase/u32-ct-tolower'.
2277         * lib/unicase/u32-ct-tolower.c: New file.
2278         * modules/unicase/u32-ct-tolower: New file.
2279
2280         New module 'unicase/u16-ct-tolower'.
2281         * lib/unicase/u16-ct-tolower.c: New file.
2282         * modules/unicase/u16-ct-tolower: New file.
2283
2284         New module 'unicase/u8-ct-tolower'.
2285         * lib/unicase/u8-ct-tolower.c: New file.
2286         * modules/unicase/u8-ct-tolower: New file.
2287
2288         New module 'unicase/u32-ct-toupper'.
2289         * lib/unicase/u32-ct-toupper.c: New file.
2290         * modules/unicase/u32-ct-toupper: New file.
2291
2292         New module 'unicase/u16-ct-toupper'.
2293         * lib/unicase/u16-ct-toupper.c: New file.
2294         * modules/unicase/u16-ct-toupper: New file.
2295
2296         New module 'unicase/u8-ct-toupper'.
2297         * lib/unicase/u8-ct-toupper.c: New file.
2298         * modules/unicase/u8-ct-toupper: New file.
2299
2300         Add context arguments to u*_casemap functions.
2301         * lib/unicase/unicasemap.h: Include unicase.h.
2302         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
2303         suffix_context arguments.
2304         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
2305         functions.
2306         (FUNC): Add prefix_context and suffix_context arguments. Use
2307         uc_is_cased and uc_is_case_ignorable.
2308         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
2309         * lib/unicase/u16-casemap.c: Likewise.
2310         * lib/unicase/u32-casemap.c: Likewise.
2311         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
2312         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
2313         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
2314         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
2315         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
2316         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
2317
2318         New module 'unicase/u32-suffix-context'.
2319         * lib/unicase/u32-suffix-context.c: New file.
2320         * modules/unicase/u32-suffix-context: New file.
2321
2322         New module 'unicase/u16-suffix-context'.
2323         * lib/unicase/u16-suffix-context.c: New file.
2324         * modules/unicase/u16-suffix-context: New file.
2325
2326         New module 'unicase/u8-suffix-context'.
2327         * lib/unicase/u8-suffix-context.c: New file.
2328         * lib/unicase/u-suffix-context.h: New file.
2329         * modules/unicase/u8-suffix-context: New file.
2330
2331         New module 'unicase/empty-suffix-context'.
2332         * lib/unicase/empty-suffix-context.c: New file.
2333         * modules/unicase/empty-suffix-context: New file.
2334
2335         New module 'unicase/u32-prefix-context'.
2336         * lib/unicase/u32-prefix-context.c: New file.
2337         * modules/unicase/u32-prefix-context: New file.
2338
2339         New module 'unicase/u16-prefix-context'.
2340         * lib/unicase/u16-prefix-context.c: New file.
2341         * modules/unicase/u16-prefix-context: New file.
2342
2343         New module 'unicase/u8-prefix-context'.
2344         * lib/unicase/u8-prefix-context.c: New file.
2345         * lib/unicase/u-prefix-context.h: New file.
2346         * lib/unicase/context.h: New file.
2347         * modules/unicase/u8-prefix-context: New file.
2348
2349         New module 'unicase/empty-prefix-context'.
2350         * lib/unicase/empty-prefix-context.c: New file.
2351         * modules/unicase/empty-prefix-context: New file.
2352
2353         New module 'unicase/ignorable'.
2354         * lib/unicase/ignorable.c: New file.
2355         * modules/unicase/ignorable: New file.
2356
2357         New module 'unicase/cased'.
2358         * lib/unicase/caseprop.h: New file.
2359         * lib/unicase/cased.c: New file.
2360         * modules/unicase/cased: New file.
2361
2362         New functions for case mapping of substrings.
2363         * lib/unicase.h (casing_prefix_context_t): New type.
2364         (unicase_empty_prefix_context): New variable.
2365         (u8_casing_prefix_context, u16_casing_prefix_context,
2366         u32_casing_prefix_context, u8_casing_prefixes_context,
2367         u16_casing_prefixes_context, u32_casing_prefixes_context): New
2368         declarations.
2369         (casing_suffix_context_t): New type.
2370         (unicase_empty_suffix_context): New variable.
2371         (u8_casing_suffix_context, u16_casing_suffix_context,
2372         u32_casing_suffix_context, u8_casing_suffixes_context,
2373         u16_casing_suffixes_context, u32_casing_suffixes_context,
2374         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
2375         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
2376         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
2377         declarations.
2378
2379 2009-06-28  Jim Meyering  <meyering@redhat.com>
2380
2381         boostrap: indent only with spaces
2382         * build-aux/bootstrap: Indent only with spaces, never TABs.
2383
2384         bootstrap: split long lines
2385         * build-aux/bootstrap: Keep line length < 80.
2386
2387         bootstrap: sync from coreutils
2388         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
2389         just as autoreconf does.  Verify a list of prerequisite
2390         package-name,version-number pairs if defined in bootstrap.conf.
2391         Refer to README-prereq, if prerequisites are not satisfied.
2392
2393 2009-06-27  Eric Blake  <ebb9@byu.net>
2394
2395         tests: add test for bogus NULL definition
2396         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
2397         * tests/test-stdlib.c: Likewise.
2398         * tests/test-string.c: Likewise.
2399         * tests/test-locale.c: Likewise.
2400         * tests/test-unistd.c: Likewise.
2401         * modules/stdio-tests (Depends-on): Add verify.
2402         * modules/stdlib-tests (Depends-on): Likewise.
2403         * modules/string-tests (Depends-on): Likewise.
2404         * modules/locale-tests (Depends-on): Likewise.
2405         * modules/unistd-tests (Depends-on): Likewise.
2406
2407 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
2408
2409         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
2410         self-explaining comment.
2411         * m4/selinux-selinux-h: Update serial.
2412         (gl_LIBSELINUX): New macro, adding a warning for missing development
2413         packages to code extracted from...
2414         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
2415         Add warning for missing development packages here, too.
2416
2417 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
2418
2419         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
2420
2421 2009-06-25  Eric Blake  <ebb9@byu.net>
2422
2423         version-etc: fix regression
2424         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
2425         gcc.
2426         (version_etc): Use it, to catch bugs with trailing NULL.
2427         * lib/version-etc.c (version_etc_arn): Delete unused argument.
2428         (version_etc_va): Fix logic bug.
2429         * modules/version-etc-tests: Add test.
2430         * tests/test-version-etc.c: New file.
2431         * tests/test-version-etc.sh: Likewise.
2432
2433 2009-06-25  Sam Steingold  <sds@gnu.org>
2434
2435         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
2436         mbtowc declaration.
2437
2438 2009-06-25  Eric Blake  <ebb9@byu.net>
2439
2440         fpurge: migrate into <stdio.h>
2441         * lib/fpurge.h: Delete...
2442         * lib/stdio.in.h (fpurge): ...and declare here, instead.
2443         * lib/fpurge.c (fpurge): Change declaring header.
2444         * modules/fpurge (Files): Drop deleted file.
2445         (Depends-on): Add stdio.
2446         (configure.ac): Set witness.
2447         * modules/stdio (Makefile.am): Support fpurge macros.
2448         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2449         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
2450         * lib/fflush.c: Update client.
2451         * tests/test-fpurge.c: Likewise.
2452         * NEWS: Mention the change.
2453
2454 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
2455
2456        * lib/argp-version-etc.c (program_authors): Add const
2457        qualifier.
2458        * lib/version-etc.c: Fix typos in the comments.
2459        * modules/argp-version-etc: Depends on version-etc.
2460
2461 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
2462
2463         argp-version-etc: new module.
2464
2465         * lib/argp-version-etc.c: New file.
2466         * lib/argp-version-etc.h: New file.
2467         * modules/argp-version-etc: New file.
2468         * modules/argp-version-etc-tests: New file.
2469         * tests/test-argp-version-etc.c: New test.
2470         * tests/test-argp-version-etc-1.sh: New test.
2471
2472 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
2473
2474         Provide additional interfaces and documentation for version-etc
2475         module.
2476
2477         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
2478         interfaces.
2479         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
2480         prototypes.
2481
2482 2009-06-24  Bruno Haible  <bruno@clisp.org>
2483
2484         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
2485         HAVE_LIB${NAME} macro.
2486         Reported by Sam Steingold <sds@gnu.org>.
2487
2488 2009-06-23  Simon Josefsson  <simon@josefsson.org>
2489
2490         * modules/hash-tests (test_hash_LDADD): Link to libintl when
2491         needed.
2492
2493 2009-06-21  Bruno Haible  <bruno@clisp.org>
2494
2495         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
2496         work.
2497         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
2498         together with LIB${NAME}, LTLIB${NAME}.
2499         Reported by Sam Steingold <sds@gnu.org>.
2500
2501 2009-06-20  Jim Meyering  <meyering@redhat.com>
2502
2503         tests: make sc_require_test_exit_idiom more generic
2504         * top/maint.mk (Exit_witness_file): New overridable variable.
2505         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
2506         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
2507
2508 2009-06-19  Jim Meyering  <meyering@redhat.com>
2509
2510         hash: reverse order of src/dst parameters in an internal interface
2511         * lib/hash.c (transfer_entries): Reverse order of parameters to
2512         put DST before SRC.  Adjust callers.
2513
2514         tests: test-hash: avoid wholesale duplication
2515         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
2516         Instead, use a loop and add a single conditional.
2517
2518         tests: test-hash: allow seed selection via a command line argument
2519         * tests/test-hash.c (get_seed): New function.
2520         (main): Use it.
2521
2522 2009-06-19  Eric Blake  <ebb9@byu.net>
2523
2524         hash: avoid memory leak on allocation failure
2525         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
2526         failure.  Factor repeated algorithm...
2527         (transfer_entries): ...into new helper routine.
2528         (hash_delete): React to hash_rehash return value.
2529
2530         hash: reduce memory pressure in hash_rehash no-op case
2531         * lib/hash.c (next_prime): Avoid overflow.
2532         (hash_initialize): Factor bucket size computation...
2533         (compute_bucket_size): ...into new helper function.
2534         (hash_rehash): Use new function and open coding to reduce memory
2535         pressure, and avoid a memory leak in USE_OBSTACK code.
2536         Reported by Jim Meyering.
2537
2538 2009-06-18  Eric Blake  <ebb9@byu.net>
2539
2540         hash: make rotation more obvious
2541         * modules/hash (Depends-on): Add bitrotate and stdint.
2542         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
2543         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
2544         (SIZE_MAX): Rely on headers for definition.
2545         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
2546         (raw_hasher): Use rotr_sz.
2547         Suggested by Jim Meyering.
2548
2549         hash: fix memory leak in last patch
2550         * lib/hash.c (hash_rehash): Avoid memory leak.
2551
2552         hash: avoid no-op rehashing
2553         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
2554
2555         hash: provide default callback functions
2556         * lib/hash.c (raw_hasher, raw_comparator): New functions.
2557         (hash_initialize): Use them as defaults.
2558         * tests/test-hash.c (main): Test this.
2559
2560         hash: minor optimization
2561         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
2562         when possible.
2563         (hash_initialize): Document this promise.
2564         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
2565         * tests/test-hash.c (hash_compare_strings): Test this.
2566
2567 2009-06-18  Bruno Haible  <bruno@clisp.org>
2568
2569         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
2570         going to be replaced anyway.
2571
2572 2009-06-18  Bruno Haible  <bruno@clisp.org>
2573
2574         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
2575         in one place.
2576         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
2577         be replaced anyway.
2578
2579 2009-06-18  Eric Blake  <ebb9@byu.net>
2580
2581         hash: check for resize before insertion
2582         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
2583         threshold before insertion, so that a pathological hash_rehash
2584         that fills every bucket can still trigger another rehash.
2585
2586 2009-06-18  Jim Meyering  <meyering@redhat.com>
2587
2588         hash-tests: add a loop around the small tests
2589         * tests/test-hash.c (main): Repeat small tests with selected
2590         small initial table sizes.
2591
2592 2009-06-17  Eric Blake  <ebb9@byu.net>
2593
2594         hash: minor cleanups
2595         * lib/hash.h (hash_entry): Make opaque, by moving...
2596         * lib/hash.c (hash_entry): ...here.
2597         (hash_insert): Clarify restrictions on what can be inserted.
2598         (hash_get_next): Clarify when it is safe to remove an element
2599         during traversal.
2600         (check_tuning): Skip verification when tuning is known safe.
2601         (hash_initialize): Clarify restrictions on tuning.
2602
2603 2009-06-17  Jim Meyering  <jim@meyering.net>
2604         and Eric Blake  <ebb9@byu.net>
2605
2606         hash-tests: new module
2607         * modules/hash-tests: New file.
2608         * tests/test-hash.c: New file.
2609
2610 2009-06-17  Eric Blake  <ebb9@byu.net>
2611
2612         strstr-simple: document new module
2613         * MODULES.html.sh: Document new module.
2614
2615         strstr, strcasestr: replace on platforms with broken memchr
2616         * modules/strstr: Split into...
2617         * modules/strstr-simple: ...new module that does not care about
2618         performance, but does care about glibc bug.
2619         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
2620         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
2621         if platform memchr is broken, per Debian bug 521737.
2622         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
2623         memchr.
2624         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
2625         * doc/posix-functions/strstr.texi (strstr): Document the fix.
2626         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
2627         * modules/mountlist (Depends-on): Add strstr-simple.
2628         * modules/gen-uni-tables (Depends-on): Likewise.
2629         * modules/argz (Depends-on): Add strstr.
2630
2631 2009-06-17  Bruno Haible  <bruno@clisp.org>
2632
2633         * modules/posix_spawn-internal (Depends-on): Add errno.
2634
2635 2009-06-17  Bruno Haible  <bruno@clisp.org>
2636
2637         Define missing ESTALE on Interix 3.5.
2638         * lib/errno.in.h (ESTALE): Assign a value if missing.
2639         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
2640         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
2641         missing.
2642         * doc/posix-headers/errno.texi: Mention the Interix bug.
2643         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
2644
2645 2009-06-15  Eric Blake  <ebb9@byu.net>
2646
2647         memchr, memchr2: add valgrind exception
2648         * lib/memchr.valgrind: New file.
2649         * lib/memchr2.valgrind: New file.
2650         * modules/memchr (Files): Distribute valgrind file.
2651         * modules/memchr2 (Files): Likewise.
2652
2653         docs: memchr is no longer obsolete
2654         * MODULES.html.sh: Move memchr from obsolete to string.h section.
2655         * lib/string.in.h (memchr): Simplify logic.
2656
2657 2009-06-14  Jim Meyering  <meyering@redhat.com>
2658
2659         link-follow: fix the "checking..." message to not mention trailing slash
2660         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
2661         never considered trailing slashes.
2662
2663 2009-06-14  Bruno Haible  <bruno@clisp.org>
2664
2665         * m4/memchr.m4: Mention also the bug on IA-64.
2666         * doc/posix-functions/memchr.texi: Likewise.
2667
2668 2009-06-12  Eric Blake  <ebb9@byu.net>
2669
2670         memchr: detect broken x86_64 and alpha implementations
2671         * modules/memchr-tests (Depends-on): Move mmap detection...
2672         * modules/memchr (Depends-on): ...here.
2673         (configure.ac): Set indicator.
2674         * lib/string.in.h (memchr): Declare replacement.
2675         * modules/string (Makefile.am): Trigger replacement.
2676         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
2677         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
2678         bugs.
2679         * doc/posix-functions/memchr.texi (memchr): Document the bug.
2680         * modules/getpagesize (License): Relax license.
2681
2682 2009-06-11  Bruno Haible  <bruno@clisp.org>
2683
2684         * lib/idpriv.h: Add more references.
2685
2686 2009-06-08  Bruno Haible  <bruno@clisp.org>
2687
2688         Tests for module 'idpriv-droptemp'.
2689         * modules/idpriv-droptemp-tests: New file.
2690         * tests/test-idpriv-droptemp.sh: New file.
2691         * tests/test-idpriv-droptemp.su.sh: New file.
2692         * tests/test-idpriv-droptemp.c: New file.
2693
2694         New module 'idpriv-droptemp'.
2695         * lib/idpriv-droptemp.c: New file.
2696         * modules/idpriv-droptemp: New file.
2697
2698 2009-06-08  Bruno Haible  <bruno@clisp.org>
2699
2700         Tests for module 'idpriv-drop'.
2701         * modules/idpriv-drop-tests: New file.
2702         * tests/test-idpriv-drop.sh: New file.
2703         * tests/test-idpriv-drop.su.sh: New file.
2704         * tests/test-idpriv-drop.c: New file.
2705
2706         New module 'idpriv-drop'.
2707         * lib/idpriv.h: New file.
2708         * lib-idpriv-drop.c: New file.
2709         * m4/idpriv.m4: New file.
2710         * modules/idpriv-drop: New file.
2711
2712 2009-06-08  Bruno Haible  <bruno@clisp.org>
2713
2714         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
2715         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2716         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2717         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2718         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2719         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2720         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2721
2722 2009-06-08  Eric Blake  <ebb9@byu.net>
2723
2724         test-strstr: use memory fence, when possible
2725         * tests/test-strstr.c (main): Use memory fence, in order to be
2726         more likely to trigger Debian bug 521737.
2727         * modules/strstr-tests (Files): Pull in additional files.
2728
2729         memchr: no longer obsolete, for wider field testing
2730         * modules/memchr (Status, Notice): Delete, this module is no
2731         longer obsolete.
2732         * modules/vasnprintf (Depends-on): Add memchr.
2733
2734 2009-06-07  Jim Meyering  <meyering@redhat.com>
2735
2736         hash: declare some functions with the warn_unused_result attribute
2737         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
2738
2739 2009-06-07  Bruno Haible  <bruno@clisp.org>
2740
2741         * tests/test-alignof.c: Don't test int64_t if it does not exist.
2742         Reported by Eric Blake.
2743
2744 2009-06-06  Eric Blake  <ebb9@byu.net>
2745
2746         test-alignof: fix typo with long double
2747         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
2748         compiler error.
2749
2750 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
2751
2752         Escape non-texinfo { and }s.
2753         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
2754         markup error.
2755
2756 2009-06-04  Jim Meyering  <meyering@redhat.com>
2757
2758         gitlog-to-changelog: don't infloop on an empty commit log
2759         * build-aux/gitlog-to-changelog: Warn about an empty log message.
2760         Reported by Boris Petersen <transacid@centerim.org>.
2761
2762 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
2763
2764         version-etc: extend for packagers
2765         Add three new configure options, intended for packagers:
2766           --with-packager="packager name"
2767           --with-packager-version="packager-specific version"
2768           --with-packager-bug-reports="packager bug reporting"
2769         An example with coreutils:
2770           $ ./configure \
2771             --with-packager=Gentoo \
2772             --with-packager-bug-report=http://bugs.gentoo.org/ \
2773             --with-packager-version="patchset 1.6"
2774           $ ./src/ls --version | head -n3
2775           ls (GNU coreutils) 7.1-dirty
2776           Packaged by Gentoo (patchset 1.6)
2777           Copyright (C) 2009 Free Software Foundation, Inc.
2778         Note that the bug reporting info via --help doesn't show up because
2779         coreutils uses its own custom emit_bug_reporting_address() implementation
2780         in src/system.h.  If it didn't, it'd look like:
2781           $ ./src/ls --help | tail -n4
2782           Report bugs to <bug-coreutils@gnu.org>.
2783           Report Gentoo bugs to <http://bugs.gentoo.org/>.
2784           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
2785           General help using GNU software: <http://www.gnu.org/gethelp/>.
2786         * lib/version-etc.c: Print new information, if provided.
2787         * m4/version-etc.m4: New file.
2788         * modules/version-etc (Files): Add m4/version-etc.m4.
2789         (configure.ac): Add gl_VERSION_ETC.
2790
2791 2009-05-31  Bruno Haible  <bruno@clisp.org>
2792
2793         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
2794         and 'int64_t'.
2795         * modules/alignof-tests (Dependencies): Add stdint.
2796         Reported by Eric Blake.
2797
2798 2009-05-31  Bruno Haible  <bruno@clisp.org>
2799
2800         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
2801         restriction due to compiler bugs.
2802         Reported by Eric Blake.
2803
2804 2009-05-31  Simon Josefsson  <simon@josefsson.org>
2805             Bruno Haible  <bruno@clisp.org>
2806
2807         Fix test-alignof failure.
2808         * lib/alignof.h (alignof_slot): New macro.
2809         (alignof_type): New macro, with the same semantics as the previous
2810         'alignof'.
2811         (alignof): Alias to alignof_slot.
2812         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
2813         check that the results are usable as constant expressions.
2814
2815 2009-05-31  Bruno Haible  <bruno@clisp.org>
2816
2817         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
2818         * tests/test-memchr.c (main): Check that memchr does not read past the
2819         first occurrence of the byte.
2820         * tests/test-strstr.c (main): Update comment.
2821         Suggested by Eric Blake.
2822
2823 2009-05-30  Bruno Haible  <bruno@clisp.org>
2824
2825         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
2826         detail how to use dumpbin.
2827         Reported by David Byron <dbyron@dbyron.com>.
2828
2829 2009-06-02  Simon Josefsson  <simon@josefsson.org>
2830
2831         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
2832
2833 2009-06-02  Simon Josefsson  <simon@josefsson.org>
2834
2835         * m4/manywarnings.m4: Add GCC 4.4 warnings.
2836
2837 2009-05-28  Bruno Haible  <bruno@clisp.org>
2838
2839         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
2840         build-aux/ files.
2841
2842 2009-05-28  Simon Josefsson  <simon@josefsson.org>
2843
2844         * gnulib-tool (func_import): Transform license on build-aux/ files too.
2845
2846 2009-05-27  Simon Josefsson  <simon@josefsson.org>
2847
2848         * gnulib-tool (sed_transform_main_lib_file)
2849         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
2850         regexps.
2851
2852 2009-05-26  Simon Josefsson  <simon@josefsson.org>
2853
2854         * tests/test-strstr.c: Add another self-test.
2855         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
2856         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
2857
2858 2009-05-23  Bruno Haible  <bruno@clisp.org>
2859
2860         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
2861         change.
2862
2863 2009-05-21  Bruno Haible  <bruno@clisp.org>
2864
2865         Simplify use of mode_t varargs.
2866         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
2867         uses 'mode_t' or 'int'.
2868         * lib/openat.c (openat): Likewise.
2869         * lib/open-safer.c (open_safer): Likewise.
2870         * m4/mode_t.m4: New file.
2871         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
2872         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
2873         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
2874         * modules/open (Files): Add m4/mode_t.m4.
2875         * modules/openat (Files): Likewise.
2876         * modules/fcntl-safer (Files): Likewise.
2877         Suggested by Eric Blake.
2878
2879 2009-05-21  Pádraig Brady  <P@draigbrady.com>
2880
2881         * doc/glibc-functions/fallocate.texi: New file.
2882         * doc/gnulib.texi: Include it.
2883
2884 2009-05-21  Eric Blake  <ebb9@byu.net>
2885             Bruno Haible  <bruno@clisp.org>
2886
2887         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
2888         invocations.
2889         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2890
2891 2009-05-21  Eric Blake  <ebb9@byu.net>
2892             Bruno Haible  <bruno@clisp.org>
2893
2894         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
2895         include_next. Fix of 2008-11-20 commit.
2896         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
2897         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
2898         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
2899         NEXT_MATH_H.
2900         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
2901         instead of NEXT_MATH_H.
2902
2903 2009-05-21  Bruno Haible  <bruno@clisp.org>
2904
2905         Avoid redefinition warnings for SIZE_MAX.
2906         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
2907         Reported by Simon Josefsson.
2908
2909 2009-05-21  Bruno Haible  <bruno@clisp.org>
2910
2911         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
2912         AC_CACHE_VAL.
2913
2914 2009-05-20  Bruno Haible  <bruno@clisp.org>
2915
2916         Make zeroptr.h work on mingw.
2917         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
2918         mprotect.
2919         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
2920         * modules/memchr2-tests (configure.ac): Likewise.
2921         * modules/memcmp-tests (configure.ac): Likewise.
2922         * modules/memmem-tests (configure.ac): Likewise.
2923         * modules/memrchr-tests (configure.ac): Likewise.
2924         Reported by Simon Josefsson.
2925
2926 2009-05-20  Simon Josefsson  <simon@josefsson.org>
2927
2928         * tests/test-glob.c: Include string.h for strcmp prototype.
2929
2930 2009-05-20  Simon Josefsson  <simon@josefsson.org>
2931
2932         * modules/getdelim (Depends-on): Add explicit stdint, although it
2933         was implicitly already pulled in via realloc-posix.
2934         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
2935
2936 2009-05-20  Simon Josefsson  <simon@josefsson.org>
2937
2938         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
2939         G. Christensen" <tgc@jupiterrise.com>.
2940         * m4/sys_socket_h.m4: Check for sa_family_t.
2941         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
2942         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
2943         * tests/test-sys_socket.c: Check that sa_family_t works.
2944
2945 2009-05-18  Eric Blake  <ebb9@byu.net>
2946
2947         maint.mk: allow gnulib_dir in VPATH build
2948         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
2949
2950 2009-05-15  Jim Meyering  <meyering@redhat.com>
2951
2952         maint.mk: Give gnulib_dir a default definition.
2953         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
2954         Thus, most packages no longer need to specify this variable in cfg.mk
2955
2956 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
2957
2958         rename.m4: fix typos that would make non-mingw cross-configure fail
2959         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
2960
2961 2009-05-13  Eric Blake  <ebb9@byu.net>
2962
2963         mmap-anon: avoid out-of-order autoconf expansion
2964         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
2965         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
2966         * modules/memchr-tests (Depends-on): Add extensions.
2967         * modules/memchr2-tests (Depends-on): Add extensions.
2968         * modules/memcmp-tests (Depends-on): Add extensions.
2969         * modules/memmem-tests (Depends-on): Add extensions.
2970         * modules/memrchr-tests (Depends-on): Add extensions.
2971
2972 2009-05-13  Bruno Haible  <bruno@clisp.org>
2973
2974         Make some tests ISO C 99 compliant.
2975         * tests/zerosize-ptr.h: New file.
2976         * tests/test-memchr.c: Include zerosize-ptr.h.
2977         (main): Use a zero-size object pointer instead of NULL.
2978         * tests/test-memchr2.c: Include zerosize-ptr.h.
2979         (main): Use a zero-size object pointer instead of NULL.
2980         * tests/test-memcmp.c: Include zerosize-ptr.h.
2981         (main): Use a zero-size object pointer instead of NULL.
2982         * tests/test-memmem.c: Include zerosize-ptr.h.
2983         (main): Use a zero-size object pointer instead of NULL.
2984         * tests/test-memrchr.c: Include zerosize-ptr.h.
2985         (main): Use a zero-size object pointer instead of NULL.
2986         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
2987         m4/mmap-anon.m4.
2988         (Depends-on): Add getpagesize.
2989         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
2990         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
2991         m4/mmap-anon.m4.
2992         (Depends-on): Add getpagesize.
2993         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
2994         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
2995         m4/mmap-anon.m4.
2996         (Depends-on): Add getpagesize.
2997         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
2998         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
2999         m4/mmap-anon.m4.
3000         (Depends-on): Add getpagesize.
3001         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
3002         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
3003         m4/mmap-anon.m4.
3004         (Depends-on): Add getpagesize.
3005         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
3006
3007 2009-05-12  Bruno Haible  <bruno@clisp.org>
3008
3009         Tests for module 'alignof'.
3010         * modules/alignof-tests: New file.
3011         * tests/test-alignof.c: New file.
3012
3013 2009-05-12  Bruno Haible  <bruno@clisp.org>
3014
3015         Fix alignof macro.
3016         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
3017         vendor compilers that are always correct.
3018
3019 2009-05-12  Bruno Haible  <bruno@clisp.org>
3020
3021         Make the MAP_ANONYMOUS detection work on HP-UX 11.
3022         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
3023         not whether its fully works.
3024
3025 2009-05-12  Bruno Haible  <bruno@clisp.org>
3026
3027         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
3028
3029 2009-05-12  Jim Meyering  <meyering@redhat.com>
3030
3031         * top/maint.mk: Adjust backslash alignment.
3032
3033 2009-05-11  Simon Josefsson  <simon@josefsson.org>
3034
3035         * top/maint.mk: Make $(srcdir)/build-aux configurable.
3036
3037 2009-05-11  Eric Blake  <ebb9@byu.net>
3038
3039         argp: avoid undefined behavior
3040         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
3041         macros.
3042
3043 2009-05-08  Simon Josefsson  <simon@josefsson.org>
3044
3045         * tests/test-vc-list-files-git.sh: Do git config of user.email and
3046         user.name to prevent git commit from complaining.
3047
3048 2009-05-10  Bruno Haible  <bruno@clisp.org>
3049
3050         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
3051         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
3052         it rewrites every file name only once.
3053         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
3054
3055 2009-05-08  Bruno Haible  <bruno@clisp.org>
3056
3057         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
3058         instead of 'max'.
3059
3060 2009-05-08  Simon Josefsson  <simon@josefsson.org>
3061
3062         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
3063         sockaddr_storage test.
3064
3065 2009-05-07  Simon Josefsson  <simon@josefsson.org>
3066
3067         * modules/sys_socket (Makefile.am): Substitute
3068         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
3069         * m4/sys_socket_h.m4: Check for sockaddr_storage.
3070         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
3071         * tests/test-sys_socket.c: Check sockaddr_storage.
3072
3073 2009-05-08  Bruno Haible  <bruno@clisp.org>
3074
3075         New module 'alignof'.
3076         * lib/alignof.h: New file.
3077         * modules/alignof: New file.
3078
3079 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
3080             Bruno Haible  <bruno@clisp.org>
3081
3082         Fix test-file-has-acl on FreeBSD.
3083         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
3084         mask is implicitly added.
3085         * tests/test-file-has-acl.c: Include <signal.h>.
3086         (main): Terminate the test after 5 seconds.
3087         * modules/acl-tests (configure.ac): Check for alarm function.
3088
3089 2009-05-04  Bruno Haible  <bruno@clisp.org>
3090
3091         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
3092         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
3093         * modules/errno (configure.ac): Drop AC_REQUIRE.
3094         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
3095         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
3096
3097 2009-05-04  Simon Josefsson  <simon@josefsson.org>
3098
3099         * modules/glob-tests: New module.
3100         * tests/test-glob.c: Add.
3101
3102 2009-05-04  Simon Josefsson  <simon@josefsson.org>
3103
3104         * modules/fnmatch-tests: New module.
3105         * tests/test-fnmatch.c: Add.
3106
3107 2009-05-04  Eric Blake  <ebb9@byu.net>
3108
3109         maint: make the new no-submodule-changes rule VPATH-safe
3110         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
3111
3112 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
3113             Bruno Haible  <bruno@clisp.org>
3114
3115         acl: Fix infinite loop on FreeBSD.
3116         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
3117         of return value from acl_get_entry.
3118         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
3119         Likewise.
3120
3121 2009-05-03  Bruno Haible  <bruno@clisp.org>
3122
3123         * lib/acl-internal.h (acl_entries): Clarify return value.
3124         * lib/acl_entries.c (acl_entries): Likewise.
3125
3126 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
3127
3128         Bug fix in acl module.
3129         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
3130
3131 2009-05-03  Bruno Haible  <bruno@clisp.org>
3132
3133         Create gperf-generated file in the source dir, not in the build dir.
3134         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
3135         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
3136         * modules/unicase/locale-language (unicase/locale-languages.h):
3137         Likewise.
3138         * modules/unicase/special-casing (unicase/special-casing-table.h):
3139         Likewise.
3140         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
3141         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
3142         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
3143         Reported by Ralf Wildenhues.
3144
3145 2009-05-03  Bruno Haible  <bruno@clisp.org>
3146
3147         * modules/fnmatch (Description, configure.ac): Taken from
3148         fnmatch-posix.
3149         * modules/fnmatch-posix: Turn into a symbolic reference to the
3150         'fnmatch' module, and deprecate.
3151         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
3152
3153 2009-05-03  Bruno Haible  <bruno@clisp.org>
3154
3155         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
3156         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
3157         Reported by Ralf Wildenhues.
3158
3159 2009-05-04  Simon Josefsson  <simon@josefsson.org>
3160
3161         * m4/fnmatch.m4: Fix fnmatch re-define.
3162
3163 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
3164
3165         priv-set: new module and tests; adapt write-any-file
3166         * lib/priv-set.c: New file.
3167         * lib/priv-set.h: New file.
3168         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
3169         * lib/write-any-file.c: Simplify by using priv-set module.
3170         * m4/priv-set.m4: New file.
3171         * modules/priv-set: New file.
3172         * modules/unlinkdir: Add dependency on priv-set module.
3173         * modules/write-any-file: Likewise.
3174
3175         Tests for module 'priv-set'.
3176         * modules/priv-set-tests: New file.
3177         * tests/test-priv-set.c: New file.
3178
3179 2009-05-03  Jim Meyering  <meyering@redhat.com>
3180             Bruno Haible  <bruno@clisp.org>
3181
3182         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
3183         use the converted UTF-8 variant of the name instead.
3184
3185 2009-05-03  Jim Meyering  <meyering@redhat.com>
3186
3187         tests: tighten some getdate tests
3188         * tests/test-getdate.c (main): Tighten tests: require equality,
3189         not just greater than.  Set TZ envvar to UTC0.
3190
3191 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
3192
3193         getdate: correctly interpret "next monday" when run on a Monday
3194         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
3195         that e.g., "next tues" (when run on a tuesday) results in a date
3196         that is one week in the future, and not today's date.
3197         I.e., add a week when the wday is the same as the current one.
3198         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
3199         and earlier by Martin Bernreuther and Jan Minář.
3200         * tests/test-getdate.c (main): Check that "next DAY" is always in
3201         the future and that "last DAY" is always in the past.
3202
3203 2009-05-02  Jim Meyering  <meyering@redhat.com>
3204
3205         build: ensure that a release build fails when a submodule is unclean
3206         * top/maint.mk (no-submodule-changes): New rule.
3207         (alpha beta major): Depend on it.
3208
3209 2009-05-02  Bruno Haible  <bruno@clisp.org>
3210
3211         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
3212         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
3213         shell variable gl_fnmatch_required to detect which variant is
3214         requested.
3215         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
3216         gl_FUNC_FNMATCH_POSIX.
3217         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
3218         exclude fnmatch-posix.
3219
3220 2009-05-02  Bruno Haible  <bruno@clisp.org>
3221
3222         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
3223         * modules/mbsrtowcs (License): Change to LGPLv2+.
3224         * modules/strnlen1 (License): Likewise.
3225         Reported by Simon Josefsson.
3226
3227 2009-05-02  Bruno Haible  <bruno@clisp.org>
3228
3229         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
3230         "cross".
3231         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
3232         gnulib-tool was called with option --source-base=lib.
3233
3234 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3235
3236         Use automake *-local hooks without commands, for extensibility.
3237         * modules/localcharset (Makefile.am): Rename install-exec-local
3238         rule to install-exec-localcharset, and make it a prerequisite of
3239         install-exec-local.  Likewise, rename the uninstall-local rule to
3240         uninstall-localcharset, and make it a prerequisite of the former.
3241
3242 2009-05-01  Bruno Haible  <bruno@clisp.org>
3243
3244         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
3245         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
3246         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
3247         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
3248         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
3249         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
3250         m4/locale-zh.m4, m4/codeset.m4.
3251
3252         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
3253         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
3254         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
3255         m4/locale-zh.m4.
3256
3257         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
3258         REPLACE_WCRTOMB if mbstate_t must be replaced.
3259         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
3260         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
3261
3262 2009-05-01  Bruno Haible  <bruno@clisp.org>
3263
3264         Avoid compiler warnings when redefining macros defined by <libintl.h>.
3265         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
3266         dngettext, dcngettext, textdomain, bindtextdomain,
3267         bind_textdomain_codeset): Undefine before redefining.
3268
3269 2009-04-30  Bruno Haible  <bruno@clisp.org>
3270
3271         Fix bug introduced on 2009-04-25.
3272         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
3273         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
3274         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
3275         is defined.
3276         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
3277         is defined.
3278         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
3279         is defined.
3280         Reported by Elbert_Pol <elbert.pol@gmail.com>.
3281
3282 2009-04-28  Bruno Haible  <bruno@clisp.org>
3283
3284         Comment tweaks.
3285         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
3286         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
3287         * lib/unicase.h (u*_casexfrm): Likewise.
3288         Reported by Paolo Bonzini.
3289
3290 2009-04-28  Bruno Haible  <bruno@clisp.org>
3291
3292         Fix a compilation error.
3293         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
3294         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
3295         Reported by Jim Meyering.
3296
3297 2009-04-27  Bruno Haible  <bruno@clisp.org>
3298
3299         New module 'libunistring'.
3300         * modules/libunistring: New file.
3301         * m4/libunistring.m4: New file.
3302         * MODULES.html.sh (Unicode string functions): Add it.
3303
3304 2009-04-27  Eric Blake  <ebb9@byu.net>
3305
3306         maint.mk: allow package-specific header to provide <config.h>
3307         * top/maint.mk (sc_require_config_h): New variable.
3308         (sc_require_config_h, sc_require_config_h_first): Use it.
3309
3310 2009-04-27  Simon Josefsson  <simon@josefsson.org>
3311
3312         * top/maint.mk (sc_avoid_if_before_free): Except
3313         useless-if-before-free script.
3314
3315 2009-04-27  Eric Blake  <ebb9@byu.net>
3316
3317         maintainer-makefile: depend on all required helper scripts
3318         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
3319         useless-if-before-free.
3320         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
3321         version, rather than assuming gnulib checkout is available.
3322         Reported by Simen Josefsson.
3323
3324 2009-04-26  Bruno Haible  <bruno@clisp.org>
3325
3326         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
3327         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
3328         "../" or "..".
3329
3330 2009-04-26  Bruno Haible  <bruno@clisp.org>
3331
3332         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
3333         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
3334         AC_LIB_HAVE_LINKFLAGS.
3335
3336 2009-04-26  Bruno Haible  <bruno@clisp.org>
3337
3338         Simplify calling convention of u*_conv_from_encoding.
3339         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
3340         u32_conv_from_encoding): Expect a resultbuf argument and return the
3341         result directly as a pointer.
3342         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
3343         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
3344         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
3345         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
3346         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
3347         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
3348         Update.
3349         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
3350         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
3351         * lib/vasnprintf.c (VASNPRINTF): Update.
3352         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
3353         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
3354         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
3355         * NEWS: Mention the change.
3356
3357 2009-04-26  Bruno Haible  <bruno@clisp.org>
3358
3359         Simplify calling convention of u*_conv_to_encoding.
3360         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
3361         u32_conv_to_encoding): Expect a resultbuf argument and return the
3362         result directly as a pointer.
3363         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
3364         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
3365         freeing scaled_offsets if mem_iconveha failed.
3366         * lib/unicase/u-casexfrm.h (FUNC): Update.
3367         * lib/uninorm/u-normxfrm.h (FUNC): Update.
3368         * lib/vasnprintf.c (VASNPRINTF): Update.
3369         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
3370         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
3371         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
3372         * NEWS: Mention the change.
3373
3374 2009-04-26  Bruno Haible  <bruno@clisp.org>
3375
3376         Avoid test failures on AIX and OSF/1.
3377         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
3378         malloc(0).
3379         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
3380         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
3381         Likewise.
3382         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
3383         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
3384         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
3385         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
3386         * doc/posix-functions/malloc.texi: Document the portability problem
3387         related to malloc(0).
3388
3389 2009-04-26  Bruno Haible  <bruno@clisp.org>
3390
3391         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
3392         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
3393         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
3394
3395 2009-04-25  Bruno Haible  <bruno@clisp.org>
3396
3397         Avoid link error when creating a namespace clean library.
3398         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
3399         as macro with arguments if already defined as an alias.
3400         * lib/signbitf.c (gl_signbitf): Don't undefine.
3401         * lib/signbitd.c (gl_signbitd): Don't undefine.
3402         * lib/signbitl.c (gl_signbitl): Don't undefine.
3403
3404 2009-04-25  Jim Meyering  <meyering@redhat.com>
3405
3406         vc-list-files: fix another quoting bug
3407         * build-aux/vc-list-files: Avoid sed backslash expansion
3408         of pathological directory names.
3409
3410 2009-04-25  Eric Blake  <ebb9@byu.net>
3411
3412         vc-list-files: fix shell quoting error
3413         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
3414         timestamp.
3415
3416 2009-04-25  Jim Meyering  <meyering@redhat.com>
3417
3418         vc-list-files: restore lost functionality with subdir argument
3419         * build-aux/vc-list-files: When given a non-"." sub-directory
3420         argument, substitute the $dir/ prefix back onto each resulting name.
3421         Otherwise, coreutils' root_tests check would fail.
3422
3423 2009-04-24  Eric Blake  <ebb9@byu.net>
3424
3425         vc-list-files: ignore git symlinks
3426         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
3427         than ls-files, to ignore git symlinks.
3428
3429         maint.mk: import improvements from m4
3430         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
3431         (move_if_change): Delete unused macro.
3432         (news-date-check, vc-diff-check): Support VPATH builds.
3433         (announcement): Likewise.  Split --bootstrap-tools list...
3434         (boostrap-tools): ...into separate list, which can be overridden
3435         in cfg.mk.
3436         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
3437         requiring dependency on useless-if-before-free module.
3438         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
3439         Support VPATH builds.
3440
3441 2009-04-24  Jim Meyering  <meyering@redhat.com>
3442
3443         maint.mk: remove coreutils-specific rules and variables
3444         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
3445         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
3446         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
3447
3448         maint.mk: remove obsolete rule
3449         * top/maint.mk (rel-check): Remove rule.
3450         (WGET, WGETFLAGS): Remove now-unused variables.
3451
3452 2009-04-24  Simon Josefsson  <simon@josefsson.org>
3453
3454         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
3455         consistency.
3456
3457         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
3458         '$(PATH_SEPARATOR)' instead of ':'.
3459
3460 2009-04-24  Simon Josefsson  <simon@josefsson.org>
3461
3462         * lib/getopt1.c (main): Use 'const' for static array.
3463
3464 2009-04-24  Simon Josefsson  <simon@josefsson.org>
3465
3466         * top/maint.mk: Sync with coreutils.
3467         * NEWS: Explain incompatibilities.
3468
3469 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3470             Bruno Haible  <bruno@clisp.org>
3471
3472         Fix cross-compilation results.
3473         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
3474         statement, as third argument of AC_TRY_RUN.
3475         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
3476         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
3477         Likewise.
3478         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
3479         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
3480         Likewise.
3481         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
3482         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
3483         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
3484
3485 2009-04-20  Bruno Haible  <bruno@clisp.org>
3486
3487         Avoid test failure on mingw.
3488         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
3489
3490 2009-04-20  Bruno Haible  <bruno@clisp.org>
3491
3492         Avoid compilation error on mingw.
3493         * modules/localename-tests (Depends-on): Add locale.
3494
3495 2009-04-19  Bruno Haible  <bruno@clisp.org>
3496
3497         Support for building a shared library on Windows platforms.
3498         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
3499         (main): Test the presence of UNINORM_NFC here.
3500         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
3501         (main): Test the presence of UNINORM_NFD here.
3502         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
3503         (main): Test the presence of UNINORM_NFKC here.
3504         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
3505         (main): Test the presence of UNINORM_NFKD here.
3506
3507 2009-04-19  Bruno Haible  <bruno@clisp.org>
3508
3509         Avoid a compiler warning.
3510         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
3511         Change type of variable 'sequence'.
3512
3513 2009-04-19  Bruno Haible  <bruno@clisp.org>
3514
3515         * modules/configmake (Makefile.am): When the contents of configmake.h
3516         does not change, arrange to preserve its modification time.
3517
3518 2009-04-17  Simon Josefsson  <simon@josefsson.org>
3519
3520         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
3521         gettext domain.
3522
3523 2009-04-16  Jim Meyering  <meyering@redhat.com>
3524
3525         useless-if-before-free: improve conversion code
3526         * build-aux/useless-if-before-free: Adjust code-in-comment to match
3527         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
3528
3529 2009-04-14  Bruno Haible  <bruno@clisp.org>
3530
3531         * modules/fcntl (Depends-on): Add extensions.
3532         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
3533
3534 2009-04-12  Ben Pfaff  <blp@gnu.org>
3535
3536         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
3537         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
3538
3539 2009-03-20  Ben Pfaff  <blp@gnu.org>
3540
3541         Make rename replace existing destinations on Windows.
3542         * m4/rename.m4: Add test for Mingw.
3543         * lib/rename.c: Add rename replacement that uses MoveFileEx with
3544         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
3545         * doc/posix-functions/rename.texi: Document.
3546
3547 2009-04-10  Bruno Haible  <bruno@clisp.org>
3548
3549         New include file "iconveh.h".
3550         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
3551         * lib/striconveh.h: Include it.
3552         (enum iconv_ilseq_handler): Remove definition.
3553         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
3554         striconveh.h.
3555         * lib/striconveha.c: Include striconveh.h.
3556         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
3557         * modules/striconveh (Files): Add lib/iconveh.h.
3558         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
3559         lib/striconveh.h.
3560
3561 2009-04-10  Bruno Haible  <bruno@clisp.org>
3562
3563         * lib/uniconv.h: Update comment.
3564
3565 2009-04-10  Bruno Haible  <bruno@clisp.org>
3566
3567         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
3568         always.
3569         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
3570         * lib/unistr/u16-mbtouc-aux.c: Likewise.
3571         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
3572         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
3573         "unistring-notinline.h", so that the function gets defined always.
3574         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
3575         * lib/unistr/u8-uctomb.c: Likewise.
3576         * lib/unistr/u16-mbtouc.c: Likewise.
3577         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
3578         * lib/unistr/u16-uctomb.c: Likewise.
3579         * lib/unistr/u32-mbtouc.c: Likewise.
3580         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
3581         * lib/unistr/u32-uctomb.c: Likewise.
3582
3583 2009-04-10  Bruno Haible  <bruno@clisp.org>
3584
3585         Mark 'utime' obsolete.
3586         * modules/utime (Status, Notice): New sections.
3587         Suggested by Jim Meyering.
3588
3589         Fix cross-compile guess for utime test.
3590         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
3591         autoconf.
3592         * doc/posix-functions/utime.texi: Give more precisions.
3593         Reported by Jan <ipif@ymail.com>.
3594
3595 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
3596
3597         filevercmp: correct today's change
3598         * lib/filevercmp.c: Also handle coreutils' test inputs.
3599         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
3600
3601         Fix regression in 'filevercmp' module. Thanks Sven Joachim
3602         for reporting it.
3603         * lib/filevercmp.c: Special handle for "", "." and "..".
3604         * tests/test-filevercmp.c: Enlarge the set suite.
3605
3606 2009-04-07  Jim Meyering  <meyering@redhat.com>
3607
3608         useless-if-before-free: show how to remove braced useless free, too
3609         * build-aux/useless-if-before-free: still only in a comment, though.
3610
3611 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
3612
3613         maint.mk: import changes to syntax-check macros from coreutils
3614         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
3615         Use them in the relevant macros.
3616
3617 2009-04-06  Bruno Haible  <bruno@clisp.org>
3618
3619         Fix unportable use of bit-fields.
3620         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
3621         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
3622         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
3623
3624 2009-04-06  Bruno Haible  <bruno@clisp.org>
3625
3626         Avoid test failures on AIX and OSF/1.
3627         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
3628         that malloc(0) = NULL.
3629         * tests/unicase/test-u8-tolower.c (check): Likewise.
3630         * tests/unicase/test-u8-totitle.c (check): Likewise.
3631         * tests/unicase/test-u8-toupper.c (check): Likewise.
3632         * tests/unicase/test-u16-casefold.c (check): Likewise.
3633         * tests/unicase/test-u16-tolower.c (check): Likewise.
3634         * tests/unicase/test-u16-totitle.c (check): Likewise.
3635         * tests/unicase/test-u16-toupper.c (check): Likewise.
3636         * tests/unicase/test-u32-casefold.c (check): Likewise.
3637         * tests/unicase/test-u32-tolower.c (check): Likewise.
3638         * tests/unicase/test-u32-totitle.c (check): Likewise.
3639         * tests/unicase/test-u32-toupper.c (check): Likewise.
3640         * tests/uninorm/test-u8-nfc.c (check): Likewise.
3641         * tests/uninorm/test-u8-nfd.c (check): Likewise.
3642         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
3643         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
3644         * tests/uninorm/test-u16-nfc.c (check): Likewise.
3645         * tests/uninorm/test-u16-nfd.c (check): Likewise.
3646         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
3647         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
3648         * tests/uninorm/test-u32-nfc.c (check): Likewise.
3649         * tests/uninorm/test-u32-nfd.c (check): Likewise.
3650         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
3651         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
3652
3653 2009-04-05  Bruno Haible  <bruno@clisp.org>
3654
3655         Work around an autoconf limitation.
3656         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
3657         comment line if it would be longer than 3 KB.
3658
3659 2009-04-05  Bruno Haible  <bruno@clisp.org>
3660
3661         Avoid test failure with libiconv-1.13.
3662         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
3663         of the expected test results.
3664
3665 2009-04-05  Bruno Haible  <bruno@clisp.org>
3666
3667         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
3668         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
3669         that it should be installed.
3670
3671 2009-04-05  Bruno Haible  <bruno@clisp.org>
3672
3673         * gnulib-tool: New option --copy-file.
3674         (func_usage): Document it.
3675         (func_dest_tmpfilename): Moved out of func_import.
3676         (func_add_file, func_update_file): New functions, extracted from
3677         func_import.
3678         (func_import): Update.
3679
3680 2009-04-05  Karl Berry  <karl@gnu.org>
3681
3682         * README: prominently mention gnulib-tool.
3683         Rearrange sections so getting the code is near the top.
3684
3685 2009-04-05  Bruno Haible  <bruno@clisp.org>
3686
3687         * lib/unicase.h: Mention u*_cmp2.
3688         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
3689         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
3690         * lib/unicase/ulc-casecmp.c: Likewise.
3691         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
3692         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
3693         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
3694         unistr/u8-cmp.
3695         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
3696         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
3697         unistr/u16-cmp.
3698         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
3699         unistr/u32-cmp.
3700
3701         * lib/uninorm.h: Mention u*_cmp2.
3702         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
3703         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
3704         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
3705         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
3706         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
3707         unistr/u8-cmp.
3708         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
3709         unistr/u16-cmp.
3710         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
3711         unistr/u32-cmp.
3712
3713         New module 'unistr/u32-cmp2'.
3714         * lib/unistr/u32-cmp2.c: New file.
3715         * modules/unistr/u32-cmp2: New file.
3716
3717         New module 'unistr/u16-cmp2'.
3718         * lib/unistr/u16-cmp2.c: New file.
3719         * modules/unistr/u16-cmp2: New file.
3720
3721         New module 'unistr/u8-cmp2'.
3722         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
3723         * lib/unistr/u8-cmp2.c: New file.
3724         * lib/unistr/u-cmp2.h: New file.
3725         * modules/unistr/u8-cmp2: New file.
3726
3727 2009-04-05  Bruno Haible  <bruno@clisp.org>
3728
3729         * lib/unictype.h (uc_property_is_valid): New macro.
3730         * tests/unictype/test-pr_byname.c (main): Use it.
3731
3732         * lib/unistr.h: Doc fixes.
3733         * lib/uniconv.h: Doc fixes.
3734         * lib/unictype.h: Doc fixes.
3735
3736 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
3737
3738         Port coreutils 7.2 to Solaris 8.
3739
3740         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
3741         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
3742         for Solaris 8.  This is a bit of a hack, as it means it's the
3743         caller's responsibility to add -lnsl if needed, but most likely it
3744         won't be needed since only getaddrinfo uses this and getaddrinfo
3745         isn't needed on Solaris 8.
3746
3747         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
3748         problem to Solaris 8 encountered with coreutils 7.2, which
3749         resulted in a message "fnmatch.c:292: warning: passing argument 4
3750         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
3751         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
3752
3753 2009-04-03  Simon Josefsson  <simon@josefsson.org>
3754
3755         * m4/ld-version-script.m4: Add FIXME comment.
3756
3757 2009-04-02  Simon Josefsson  <simon@josefsson.org>
3758
3759         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
3760         SOVERSION variable.
3761
3762 2009-04-02  Bruno Haible  <bruno@clisp.org>
3763
3764         * Makefile (info, html, dvi, pdf): Combine the rules.
3765         Suggested by Jim Meyering.
3766
3767 2009-04-01  Bruno Haible  <bruno@clisp.org>
3768
3769         * Makefile (info, html, dvi, pdf): New targets.
3770         Reported by Reuben Thomas <rrt@sc3d.org>.
3771
3772 2009-04-01  Bruno Haible  <bruno@clisp.org>
3773
3774         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
3775         can be put into PATH.
3776         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
3777
3778 2009-04-01  Bruno Haible  <bruno@clisp.org>
3779
3780         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
3781
3782 2009-04-01  Bruno Haible  <bruno@clisp.org>
3783
3784         Rename module 'visibility'.
3785         * modules/lib-symbol-visibility: Renamed from modules/visibility.
3786         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
3787         * doc/gnulib.texi: Update.
3788         * MODULES.html.sh (Misc): Update.
3789         * NEWS: Mention the change.
3790
3791 2009-04-01  Simon Josefsson  <simon@josefsson.org>
3792
3793         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
3794         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
3795         Eric Blake <ebb9@byu.net> for review.
3796         * MODULES.html.sh: Add lib-msvc-compat.
3797         * doc/gnulib.texi: Link to new section.
3798         * m4/ld-output-def.m4: New file.
3799         * doc/ld-output-def.texi: New file.
3800
3801 2009-04-01  Simon Josefsson  <simon@josefsson.org>
3802
3803         Rename ld-version-script to lib-symbol-versions.  Suggested by
3804         Bruno Haible <bruno@clisp.org>.
3805         * modules/ld-version-script: Renamed to lib-symbol-versions.
3806         * doc/ld-version-script.texi: Fix module name.
3807         * MODULES.html.sh: Add lib-symbol-versions.
3808
3809 2009-03-31  Simon Josefsson  <simon@josefsson.org>
3810
3811         * modules/u64-tests: New file.
3812         * tests/test-u64.c: New file.
3813
3814 2009-03-04  Simon Josefsson  <simon@josefsson.org>
3815
3816         * MODULES.html.sh: Mention u64.
3817         * modules/u64: New module.
3818         * modules/crypto/sha512: Depend on u64 module instead of providing
3819         u64.h.
3820
3821 2009-03-27  Eric Blake  <ebb9@byu.net>
3822
3823         test-strerror: make debugging EAI_SYSTEM easier
3824         * modules/getaddrinfo-tests (Depends-on): Add strerror.
3825         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
3826         failure was EAI_SYSTEM.
3827
3828 2009-03-25  Bruno Haible  <bruno@clisp.org>
3829
3830         Fix a problem with --enable-relocatable on Solaris 7.
3831         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
3832         since 2008-02-24.
3833
3834 2009-03-25  Eric Blake  <ebb9@byu.net>
3835
3836         test-sockets: avoid gcc warning
3837         * tests/test-sockets.c (main): Silence compiler warning.
3838
3839 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
3840
3841         New modules nproc, pthread, contributed by Glen Lenker.
3842
3843         * MODULES.html.sh: Add pthread, nproc.
3844         * lib/nproc.c: New file.
3845         * lib/nproc.h: New file.
3846         * lib/pthread.in.h: New file.
3847         * m4/pthread.m4: New file.
3848         * modules/nproc: New file.
3849         * modules/pthread: New file.
3850
3851 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3852
3853         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
3854         New variable.
3855
3856 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
3857
3858         filevercmp: handle simple~ and numbered.~3~ backup suffixes
3859         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
3860         * tests/test-filevercmp.c: Add tests for backup suffixes.
3861
3862 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3863
3864         * modules/stdlib (Depends-on): Add stdint, needed when defining
3865         struct random_data on, for example, HP-UX 10.20.  Reported by
3866         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3867
3868 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3869
3870         * lib/readline.c (readline): Call fflush on stdout after printing
3871         prompt.
3872
3873 2009-03-20  Bruno Haible  <bruno@clisp.org>
3874
3875         Remove dependency from 'close' module to -lws2_32 on native Windows.
3876         * lib/close-hook.h: New file.
3877         * lib/close-hook.c: New file.
3878         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
3879         w32sock.h.
3880         (_gl_close_fd_maybe_socket): Remove function.
3881         (rpl_close): Invoke execute_all_close_hooks instead of
3882         _gl_close_fd_maybe_socket.
3883         * lib/sockets.c: Include close-hook.h, w32sock.h.
3884         (close_fd_maybe_socket): New function, essentially from lib/close.c.
3885         (close_sockets_hook): New variable.
3886         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
3887         (gl_sockets_cleanup): Unregister it.
3888         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
3889         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
3890         * modules/close-hook: New file.
3891         * modules/close (Files): Remove lib/w32sock.h.
3892         (Depends-on): Add close-hook.
3893         (Link): Remove section.
3894         * modules/sockets (Files): Add lib/w32sock.h.
3895         (Depends-on): Add close-hook.
3896         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
3897         invocation.
3898         * NEWS: Mention that LIB_CLOSE is gone.
3899
3900 2009-03-23  Eric Blake  <ebb9@byu.net>
3901
3902         signal-tests: test previous patch
3903         * tests/test-signal.c: New file.
3904         * modules/signal-tests: Likewise.
3905
3906         signal.h: always support 'volatile sig_atomic_t'
3907         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
3908         (gl_SIGNAL_H_DEFAULTS): Add a default.
3909         * modules/signal (Makefile.am): Substitute if needed.
3910         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
3911         users can blindly add volatile.
3912         * doc/posix-headers/signal.texi (signal.h): Document it.
3913         Reported by Matthew Woehlke.
3914
3915 2009-03-23  Jim Meyering  <meyering@redhat.com>
3916
3917         pathmax: PATH_MAX: use pathconf only when available
3918         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
3919         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
3920         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
3921         This avoids a link failure in a PSP cross-compilation environment
3922         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
3923
3924         * lib/vasnprintf.c (divide): Fix typo in comment.
3925
3926 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3927
3928         * gnulib-tool (func_filter_filelist): Fix comment.
3929
3930 2009-03-20  Bruno Haible  <bruno@clisp.org>
3931
3932         Make sockets.h self-contained.
3933         * lib/sockets.c: Include sockets.h first.
3934         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
3935
3936 2009-03-19  Eric Blake  <ebb9@byu.net>
3937
3938         doc: mention more functions added in cygwin 1.7.0
3939         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
3940         addition.
3941         * doc/posix-functions/log2f.texi: Likewise.
3942
3943 2009-03-19  Jim Meyering  <meyering@redhat.com>
3944
3945         fsusage: avoid syntax error due to statement-before-declaration
3946         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
3947         after all declarations.  Reported by Matthew Woehlke in
3948         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
3949
3950 2009-03-18  Eric Blake  <ebb9@byu.net>
3951
3952         build-aux/compile: sync from automake
3953         * build-aux/compile: New file, from automake.
3954         * config/srclist.txt: Mention build-aux/compile.
3955
3956 2009-03-17  Bruno Haible  <bruno@clisp.org>
3957
3958         * lib/git-merge-changelog.c: Fix typo in comment.
3959         Reported by Reuben Thomas <rrt@sc3d.org>.
3960
3961 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
3962
3963         * m4/regex.m4: update and improve help for
3964         --without-included-regex.
3965
3966 2009-03-17  Simon Josefsson  <simon@josefsson.org>
3967
3968         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
3969         failure on missing include files.
3970
3971 2009-03-17  Eric Blake  <ebb9@byu.net>
3972
3973         doc: mention more functions added in cygwin 1.7.0
3974         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
3975         addition.
3976         * doc/posix-functions/fwscanf.texi: Likewise.
3977         * doc/posix-functions/swprintf.texi: Likewise.
3978         * doc/posix-functions/swscanf.texi: Likewise.
3979         * doc/posix-functions/vfwprintf.texi: Likewise.
3980         * doc/posix-functions/vfwscanf.texi: Likewise.
3981         * doc/posix-functions/vswprintf.texi: Likewise.
3982         * doc/posix-functions/vswscanf.texi: Likewise.
3983         * doc/posix-functions/vwprintf.texi: Likewise.
3984         * doc/posix-functions/vwscanf.texi: Likewise.
3985         * doc/posix-functions/wcscasecmp.texi: Likewise.
3986         * doc/posix-functions/wcsdup.texi: Likewise.
3987         * doc/posix-functions/wcsftime.texi: Likewise.
3988         * doc/posix-functions/wcsncasecmp.texi: Likewise.
3989         * doc/posix-functions/wprintf.texi: Likewise.
3990         * doc/posix-functions/wscanf.texi: Likewise.
3991         * doc/glibc-functions/gethostbyname2.texi: Likewise.
3992
3993 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3994
3995         maint.mk: really add $(AM_MAKEFLAGS)
3996         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
3997         was inadvertently omitted in the last commit.
3998         Spotted by Bruno Haible.
3999
4000         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
4001         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
4002         $(AM_MAKEFLAGS)' rather than plain `make'.
4003
4004         gnulib-tool: execute $MAKE not make
4005         * gnulib-tool: Default $MAKE to 'make'.
4006         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
4007         than make.  Initialize $MAKE in the do-autobuild script.
4008
4009         gnulib-tool: use $MAKE not make in generated files
4010         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
4011         make, in generated files.  Initialize $MAKE in the do-autobuild
4012         script.
4013
4014         * top/GNUmakefile (_have-git-version-gen): Fix typo.
4015
4016         GNUmakefile: disable parallelism only for multiple, recursive targets
4017         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
4018         additions in the Makefile.
4019         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
4020         by Automake.
4021         (.NOTPARALLEL): Only disable parallel builds if multiple targets
4022         are listed on the command line and at least one of them is
4023         listed in $(ALL_RECURSIVE_TARGETS).
4024
4025 2009-03-14  Bruno Haible  <bruno@clisp.org>
4026
4027         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
4028         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
4029         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
4030         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
4031         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
4032         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
4033         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
4034         unistr/u8-uctomb.
4035         * modules/unistr/u8-strchr (Depends-on): Likewise.
4036         * modules/unistr/u8-strrchr (Depends-on): Likewise.
4037         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
4038         unistr/u16-uctomb.
4039         * modules/unistr/u16-strchr (Depends-on): Likewise.
4040         * modules/unistr/u16-strrchr (Depends-on): Likewise.
4041
4042 2009-03-12  Bruno Haible  <bruno@clisp.org>
4043
4044         Work around select() bug on Interix 3.5.
4045         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
4046         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
4047         * m4/select.m4: New file.
4048         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
4049         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
4050         * modules/select (Files): Add m4/select.m4.
4051         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
4052         * modules/nanosleep (Depends-on): Add select.
4053         * modules/poll (Depends-on): Likewise.
4054         * doc/posix-functions/select.texi: Mention the Interix bug.
4055         Reported by Markus Duft <mduft@gentoo.org>.
4056
4057         * lib/select.c: Renamed from lib/winsock-select.c.
4058         * modules/select (Files): Add lib/select.c, remove
4059         lib/winsock-select.c.
4060         (configure.ac): Update.
4061
4062 2009-03-12  Jim Meyering  <meyering@redhat.com>
4063
4064         avoid gcc warnings about unused macro definitions
4065         * lib/readtokens.c (STREQ): Remove unused definition.
4066         * lib/xmalloc.c (SIZE_MAX): Likewise.
4067         * lib/openat-die.c (N_): Likewise.
4068         * lib/mountlist.c (SIZE_MAX): Remove definition.
4069         Instead, include <stdint.h>.
4070         * lib/readutmp.c: Likewise.
4071         * modules/readutmp (Depends-on): Add stdint.
4072         * modules/mountlist (Depends-on): Add stdint.
4073         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
4074
4075 2009-03-10  Bruno Haible  <bruno@clisp.org>
4076
4077         Tests for module 'mbmemcasecoll'.
4078         * modules/mbmemcasecoll-tests: New file.
4079         * tests/test-mbmemcasecoll1.sh: New file.
4080         * tests/test-mbmemcasecoll2.sh: New file.
4081         * tests/test-mbmemcasecoll3.sh: New file.
4082         * tests/test-mbmemcasecoll.c: New file.
4083
4084         New module 'mbmemcasecoll'.
4085         * lib/mbmemcasecoll.h: New file.
4086         * lib/mbmemcasecoll.c: New file.
4087         * modules/mbmemcasecoll: New file.
4088
4089         * tests/test-mbmemcasecmp.h: New file, extracted from
4090         tests/test-mbmemcasecmp.c.
4091         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
4092         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
4093         (main): Update.
4094         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
4095
4096 2009-03-09  Bruno Haible  <bruno@clisp.org>
4097
4098         Tests for module 'mbmemcasecmp'.
4099         * modules/mbmemcasecmp-tests: New file.
4100         * tests/test-mbmemcasecmp1.sh: New file.
4101         * tests/test-mbmemcasecmp2.sh: New file.
4102         * tests/test-mbmemcasecmp3.sh: New file.
4103         * tests/test-mbmemcasecmp.c: New file.
4104
4105         New module 'mbmemcasecmp'.
4106         * lib/mbmemcasecmp.h: New file.
4107         * lib/mbmemcasecmp.c: New file.
4108         * modules/mbmemcasecmp: New file.
4109
4110 2009-03-09  Bruno Haible  <bruno@clisp.org>
4111
4112         Tests for module 'unicase/ulc-casecoll'.
4113         * modules/unicase/ulc-casecoll-tests: New file.
4114         * tests/unicase/test-ulc-casecoll1.sh: New file.
4115         * tests/unicase/test-ulc-casecoll2.sh: New file.
4116         * tests/unicase/test-ulc-casecoll.c: New file.
4117
4118         New module 'unicase/ulc-casecoll'.
4119         * lib/unicase.h (ulc_casecoll): New declaration.
4120         * lib/unicase/ulc-casecoll.c: New file.
4121         * modules/unicase/ulc-casecoll: New file.
4122
4123         New module 'unicase/ulc-casexfrm'.
4124         * lib/unicase.h (ulc_casexfrm): New declaration.
4125         * lib/unicase/ulc-casexfrm.c: New file.
4126         * modules/unicase/ulc-casexfrm: New file.
4127
4128 2009-03-09  Bruno Haible  <bruno@clisp.org>
4129
4130         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
4131         invocations.
4132
4133         * m4/mbscasecmp.m4: Remove file.
4134         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
4135         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
4136
4137         * m4/mbscasestr.m4: Remove file.
4138         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
4139         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
4140
4141         * m4/mbschr.m4: Remove file.
4142         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
4143         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
4144
4145         * m4/mbscspn.m4: Remove file.
4146         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
4147         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
4148
4149         * m4/mbslen.m4: Remove file.
4150         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
4151         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
4152
4153         * m4/mbsncasecmp.m4: Remove file.
4154         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
4155         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
4156
4157         * m4/mbsnlen.m4: Remove file.
4158         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
4159         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
4160
4161         * m4/mbspbrk.m4: Remove file.
4162         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
4163         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
4164
4165         * m4/mbspcasecmp.m4: Remove file.
4166         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
4167         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
4168
4169         * m4/mbsrchr.m4: Remove file.
4170         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
4171         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
4172
4173         * m4/mbssep.m4: Remove file.
4174         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
4175         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
4176
4177         * m4/mbsspn.m4: Remove file.
4178         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
4179         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
4180
4181         * m4/mbsstr.m4: Remove file.
4182         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
4183         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
4184
4185         * m4/mbstok_r.m4: Remove file.
4186         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
4187         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
4188
4189         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
4190
4191         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
4192         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
4193
4194         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
4195
4196 2009-03-08  Bruno Haible  <bruno@clisp.org>
4197
4198         Tests for module 'unicase/ulc-casecmp'.
4199         * modules/unicase/ulc-casecmp-tests: New file.
4200         * tests/unicase/test-ulc-casecmp1.sh: New file.
4201         * tests/unicase/test-ulc-casecmp2.sh: New file.
4202         * tests/unicase/test-ulc-casecmp.c: New file.
4203
4204         New module 'unicase/ulc-casecmp'.
4205         * lib/unicase.h (ulc_casecmp): New declaration.
4206         * lib/unicase/ulc-casecmp.c: New file.
4207         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
4208         'const SRC_UNIT *'.
4209         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
4210         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
4211         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
4212         * modules/unicase/ulc-casecmp: New file.
4213
4214         Tests for module 'unicase/u32-is-cased'.
4215         * modules/unicase/u32-is-cased-tests: New file.
4216         * tests/unicase/test-u32-is-cased.c: New file.
4217
4218         Tests for module 'unicase/u16-is-cased'.
4219         * modules/unicase/u16-is-cased-tests: New file.
4220         * tests/unicase/test-u16-is-cased.c: New file.
4221
4222         Tests for module 'unicase/u8-is-cased'.
4223         * modules/unicase/u8-is-cased-tests: New file.
4224         * tests/unicase/test-u8-is-cased.c: New file.
4225         * tests/unicase/test-is-cased.h: New file.
4226
4227         New module 'unicase/u32-is-cased'.
4228         * lib/unicase/u32-is-cased.c: New file.
4229         * modules/unicase/u32-is-cased: New file.
4230
4231         New module 'unicase/u16-is-cased'.
4232         * lib/unicase/u16-is-cased.c: New file.
4233         * modules/unicase/u16-is-cased: New file.
4234
4235         New module 'unicase/u8-is-cased'.
4236         * lib/unicase/u8-is-cased.c: New file.
4237         * lib/unicase/u-is-cased.h: New file.
4238         * modules/unicase/u8-is-cased: New file.
4239
4240         Tests for module 'unicase/u32-is-casefolded'.
4241         * modules/unicase/u32-is-casefolded-tests: New file.
4242         * tests/unicase/test-u32-is-casefolded.c: New file.
4243
4244         Tests for module 'unicase/u16-is-casefolded'.
4245         * modules/unicase/u16-is-casefolded-tests: New file.
4246         * tests/unicase/test-u16-is-casefolded.c: New file.
4247
4248         Tests for module 'unicase/u8-is-casefolded'.
4249         * modules/unicase/u8-is-casefolded-tests: New file.
4250         * tests/unicase/test-u8-is-casefolded.c: New file.
4251         * tests/unicase/test-is-casefolded.h: New file.
4252
4253         New module 'unicase/u32-is-casefolded'.
4254         * lib/unicase/u32-is-casefolded.c: New file.
4255         * modules/unicase/u32-is-casefolded: New file.
4256
4257         New module 'unicase/u16-is-casefolded'.
4258         * lib/unicase/u16-is-casefolded.c: New file.
4259         * modules/unicase/u16-is-casefolded: New file.
4260
4261         New module 'unicase/u8-is-casefolded'.
4262         * lib/unicase/u8-is-casefolded.c: New file.
4263         * modules/unicase/u8-is-casefolded: New file.
4264
4265         Tests for module 'unicase/u32-is-titlecase'.
4266         * modules/unicase/u32-is-titlecase-tests: New file.
4267         * tests/unicase/test-u32-is-titlecase.c: New file.
4268
4269         Tests for module 'unicase/u16-is-titlecase'.
4270         * modules/unicase/u16-is-titlecase-tests: New file.
4271         * tests/unicase/test-u16-is-titlecase.c: New file.
4272
4273         Tests for module 'unicase/u8-is-titlecase'.
4274         * modules/unicase/u8-is-titlecase-tests: New file.
4275         * tests/unicase/test-u8-is-titlecase.c: New file.
4276         * tests/unicase/test-is-titlecase.h: New file.
4277
4278         New module 'unicase/u32-is-titlecase'.
4279         * lib/unicase/u32-is-titlecase.c: New file.
4280         * modules/unicase/u32-is-titlecase: New file.
4281
4282         New module 'unicase/u16-is-titlecase'.
4283         * lib/unicase/u16-is-titlecase.c: New file.
4284         * modules/unicase/u16-is-titlecase: New file.
4285
4286         New module 'unicase/u8-is-titlecase'.
4287         * lib/unicase/u8-is-titlecase.c: New file.
4288         * modules/unicase/u8-is-titlecase: New file.
4289
4290         Tests for module 'unicase/u32-is-lowercase'.
4291         * modules/unicase/u32-is-lowercase-tests: New file.
4292         * tests/unicase/test-u32-is-lowercase.c: New file.
4293
4294         Tests for module 'unicase/u16-is-lowercase'.
4295         * modules/unicase/u16-is-lowercase-tests: New file.
4296         * tests/unicase/test-u16-is-lowercase.c: New file.
4297
4298         Tests for module 'unicase/u8-is-lowercase'.
4299         * modules/unicase/u8-is-lowercase-tests: New file.
4300         * tests/unicase/test-u8-is-lowercase.c: New file.
4301         * tests/unicase/test-is-lowercase.h: New file.
4302
4303         New module 'unicase/u32-is-lowercase'.
4304         * lib/unicase/u32-is-lowercase.c: New file.
4305         * modules/unicase/u32-is-lowercase: New file.
4306
4307         New module 'unicase/u16-is-lowercase'.
4308         * lib/unicase/u16-is-lowercase.c: New file.
4309         * modules/unicase/u16-is-lowercase: New file.
4310
4311         New module 'unicase/u8-is-lowercase'.
4312         * lib/unicase/u8-is-lowercase.c: New file.
4313         * modules/unicase/u8-is-lowercase: New file.
4314
4315         Tests for module 'unicase/u32-is-uppercase'.
4316         * modules/unicase/u32-is-uppercase-tests: New file.
4317         * tests/unicase/test-u32-is-uppercase.c: New file.
4318
4319         Tests for module 'unicase/u16-is-uppercase'.
4320         * modules/unicase/u16-is-uppercase-tests: New file.
4321         * tests/unicase/test-u16-is-uppercase.c: New file.
4322
4323         Tests for module 'unicase/u8-is-uppercase'.
4324         * modules/unicase/u8-is-uppercase-tests: New file.
4325         * tests/unicase/test-u8-is-uppercase.c: New file.
4326         * tests/unicase/test-is-uppercase.h: New file.
4327
4328         New module 'unicase/u32-is-uppercase'.
4329         * lib/unicase/u32-is-uppercase.c: New file.
4330         * modules/unicase/u32-is-uppercase: New file.
4331
4332         New module 'unicase/u16-is-uppercase'.
4333         * lib/unicase/u16-is-uppercase.c: New file.
4334         * modules/unicase/u16-is-uppercase: New file.
4335
4336         New module 'unicase/u8-is-uppercase'.
4337         * lib/unicase/u8-is-uppercase.c: New file.
4338         * modules/unicase/u8-is-uppercase: New file.
4339
4340         New module 'unicase/u32-is-invariant'.
4341         * lib/unicase/u32-is-invariant.c: New file.
4342         * modules/unicase/u32-is-invariant: New file.
4343
4344         New module 'unicase/u16-is-invariant'.
4345         * lib/unicase/u16-is-invariant.c: New file.
4346         * modules/unicase/u16-is-invariant: New file.
4347
4348         New module 'unicase/u8-is-invariant'.
4349         * lib/unicase/u8-is-invariant.c: New file.
4350         * lib/unicase/invariant.h: New file.
4351         * lib/unicase/u-is-invariant.h: New file.
4352         * modules/unicase/u8-is-invariant: New file.
4353
4354         Tests for module 'unicase/u32-casecoll'.
4355         * modules/unicase/u32-casecoll-tests: New file.
4356         * tests/unicase/test-u32-casecoll.c: New file.
4357
4358         Tests for module 'unicase/u16-casecoll'.
4359         * modules/unicase/u16-casecoll-tests: New file.
4360         * tests/unicase/test-u16-casecoll.c: New file.
4361
4362         Tests for module 'unicase/u8-casecoll'.
4363         * modules/unicase/u8-casecoll-tests: New file.
4364         * tests/unicase/test-u8-casecoll.c: New file.
4365
4366         New module 'unicase/u32-casecoll'.
4367         * lib/unicase/u32-casecoll.c: New file.
4368         * modules/unicase/u32-casecoll: New file.
4369
4370         New module 'unicase/u16-casecoll'.
4371         * lib/unicase/u16-casecoll.c: New file.
4372         * modules/unicase/u16-casecoll: New file.
4373
4374         New module 'unicase/u8-casecoll'.
4375         * lib/unicase/u8-casecoll.c: New file.
4376         * lib/unicase/u-casecoll.h: New file.
4377         * modules/unicase/u8-casecoll: New file.
4378
4379         New module 'unicase/u32-casexfrm'.
4380         * lib/unicase/u32-casexfrm.c: New file.
4381         * modules/unicase/u32-casexfrm: New file.
4382
4383         New module 'unicase/u16-casexfrm'.
4384         * lib/unicase/u16-casexfrm.c: New file.
4385         * modules/unicase/u16-casexfrm: New file.
4386
4387         New module 'unicase/u8-casexfrm'.
4388         * lib/unicase/u8-casexfrm.c: New file.
4389         * lib/unicase/u-casexfrm.h: New file.
4390         * modules/unicase/u8-casexfrm: New file.
4391
4392         Tests for module 'unicase/u32-casecmp'.
4393         * modules/unicase/u32-casecmp-tests: New file.
4394         * tests/unicase/test-u32-casecmp.c: New file.
4395
4396         Tests for module 'unicase/u16-casecmp'.
4397         * modules/unicase/u16-casecmp-tests: New file.
4398         * tests/unicase/test-u16-casecmp.c: New file.
4399
4400         Tests for module 'unicase/u8-casecmp'.
4401         * modules/unicase/u8-casecmp-tests: New file.
4402         * tests/unicase/test-u8-casecmp.c: New file.
4403         * tests/unicase/test-casecmp.h: New file.
4404
4405         New module 'unicase/u32-casecmp'.
4406         * lib/unicase/u32-casecmp.c: New file.
4407         * modules/unicase/u32-casecmp: New file.
4408
4409         New module 'unicase/u16-casecmp'.
4410         * lib/unicase/u16-casecmp.c: New file.
4411         * modules/unicase/u16-casecmp: New file.
4412
4413         New module 'unicase/u8-casecmp'.
4414         * lib/unicase/u8-casecmp.c: New file.
4415         * lib/unicase/u-casecmp.h: New file.
4416         * modules/unicase/u8-casecmp: New file.
4417
4418         Tests for module 'unicase/u32-casefold'.
4419         * modules/unicase/u32-casefold-tests: New file.
4420         * tests/unicase/test-u32-casefold.c: New file.
4421
4422         Tests for module 'unicase/u16-casefold'.
4423         * modules/unicase/u16-casefold-tests: New file.
4424         * tests/unicase/test-u16-casefold.c: New file.
4425
4426         Tests for module 'unicase/u8-casefold'.
4427         * modules/unicase/u8-casefold-tests: New file.
4428         * tests/unicase/test-u8-casefold.c: New file.
4429
4430         New module 'unicase/u32-casefold'.
4431         * lib/unicase/u32-casefold.c: New file.
4432         * modules/unicase/u32-casefold: New file.
4433
4434         New module 'unicase/u16-casefold'.
4435         * lib/unicase/u16-casefold.c: New file.
4436         * modules/unicase/u16-casefold: New file.
4437
4438         New module 'unicase/u8-casefold'.
4439         * lib/unicase/u8-casefold.c: New file.
4440         * lib/unicase/u-casefold.h: New file.
4441         * modules/unicase/u8-casefold: New file.
4442
4443         New module 'unicase/tocasefold'.
4444         * lib/unicase/casefold.h: New file.
4445         * lib/unicase/tocasefold.c: New file.
4446         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
4447         * modules/unicase/tocasefold: New file.
4448
4449         Tests for module 'unicase/u32-totitle'.
4450         * modules/unicase/u32-totitle-tests: New file.
4451         * tests/unicase/test-u32-totitle.c: New file.
4452
4453         Tests for module 'unicase/u16-totitle'.
4454         * modules/unicase/u16-totitle-tests: New file.
4455         * tests/unicase/test-u16-totitle.c: New file.
4456
4457         Tests for module 'unicase/u8-totitle'.
4458         * modules/unicase/u8-totitle-tests: New file.
4459         * tests/unicase/test-u8-totitle.c: New file.
4460
4461         New module 'unicase/u32-totitle'.
4462         * lib/unicase/u32-totitle.c: New file.
4463         * modules/unicase/u32-totitle: New file.
4464
4465         New module 'unicase/u16-totitle'.
4466         * lib/unicase/u16-totitle.c: New file.
4467         * modules/unicase/u16-totitle: New file.
4468
4469         New module 'unicase/u8-totitle'.
4470         * lib/unicase/u8-totitle.c: New file.
4471         * lib/unicase/u-totitle.h: New file.
4472         * modules/unicase/u8-totitle: New file.
4473
4474         Tests for module 'unicase/u32-tolower'.
4475         * modules/unicase/u32-tolower-tests: New file.
4476         * tests/unicase/test-u32-tolower.c: New file.
4477
4478         Tests for module 'unicase/u16-tolower'.
4479         * modules/unicase/u16-tolower-tests: New file.
4480         * tests/unicase/test-u16-tolower.c: New file.
4481
4482         Tests for module 'unicase/u8-tolower'.
4483         * modules/unicase/u8-tolower-tests: New file.
4484         * tests/unicase/test-u8-tolower.c: New file.
4485
4486         New module 'unicase/u32-tolower'.
4487         * lib/unicase/u32-tolower.c: New file.
4488         * modules/unicase/u32-tolower: New file.
4489
4490         New module 'unicase/u16-tolower'.
4491         * lib/unicase/u16-tolower.c: New file.
4492         * modules/unicase/u16-tolower: New file.
4493
4494         New module 'unicase/u8-tolower'.
4495         * lib/unicase/u8-tolower.c: New file.
4496         * modules/unicase/u8-tolower: New file.
4497
4498         Tests for module 'unicase/u32-toupper'.
4499         * modules/unicase/u32-toupper-tests: New file.
4500         * tests/unicase/test-u32-toupper.c: New file.
4501
4502         Tests for module 'unicase/u16-toupper'.
4503         * modules/unicase/u16-toupper-tests: New file.
4504         * tests/unicase/test-u16-toupper.c: New file.
4505
4506         Tests for module 'unicase/u8-toupper'.
4507         * modules/unicase/u8-toupper-tests: New file.
4508         * tests/unicase/test-u8-toupper.c: New file.
4509
4510         New module 'unicase/u32-toupper'.
4511         * lib/unicase/u32-toupper.c: New file.
4512         * modules/unicase/u32-toupper: New file.
4513
4514         New module 'unicase/u16-toupper'.
4515         * lib/unicase/u16-toupper.c: New file.
4516         * modules/unicase/u16-toupper: New file.
4517
4518         New module 'unicase/u8-toupper'.
4519         * lib/unicase/u8-toupper.c: New file.
4520         * modules/unicase/u8-toupper: New file.
4521
4522         New module 'unicase/u32-casemap'.
4523         * lib/unicase/u32-casemap.c: New file.
4524         * modules/unicase/u32-casemap: New file.
4525
4526         New module 'unicase/u16-casemap'.
4527         * lib/unicase/u16-casemap.c: New file.
4528         * modules/unicase/u16-casemap: New file.
4529
4530         New module 'unicase/u8-casemap'.
4531         * lib/unicase/unicasemap.h: New file.
4532         * lib/unicase/u8-casemap.c: New file.
4533         * lib/unicase/u-casemap.h: New file.
4534         * modules/unicase/u8-casemap: New file.
4535
4536         New module 'unicase/special-casing'.
4537         * lib/unicase/special-casing.h: New file.
4538         * lib/unicase/special-casing.c: New file.
4539         * lib/unicase/special-casing-table.gperf: New file, generated by
4540         gen-uni-tables.c.
4541         * modules/unicase/special-casing: New file.
4542
4543         Tests for module 'unicase/locale-language'.
4544         * modules/unicase/locale-language-tests: New file.
4545         * tests/unicase/test-locale-language.sh: New file.
4546         * tests/unicase/test-locale-language.c: New file.
4547
4548         New module 'unicase/locale-language'.
4549         * lib/unicase/locale-language.c: New file.
4550         * lib/unicase/locale-languages.gperf: New file.
4551         * modules/unicase/locale-language: New file.
4552
4553         Generate more tables for case conversion and case folding.
4554         * lib/gen-uni-tables.c (SCC_*): New enum items.
4555         (struct special_casing_rule): New type.
4556         (casing_rules, num_casing_rules, allocated_casing_rules): New
4557         variables.
4558         (add_casing_rule, fill_casing_rules): New functions.
4559         (struct casefold_rule): New type.
4560         (casefolding_rules, num_casefolding_rules,
4561         allocated_casefolding_rules): New variables.
4562         (fill_casefolding_rules): New function.
4563         (unicode_casefold): New variable.
4564         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
4565         sort_casing_rules, output_casing_rules): New functions.
4566         (main): Accept to more arguments: SpecialCasing.txt and
4567         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
4568         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
4569         Output mapping for casefolding.
4570
4571         * lib/unicase.h: Include stdbool.h, uninorm.h.
4572         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
4573         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
4574         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
4575         arguments.
4576         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
4577         resultp arguments.
4578         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
4579         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
4580         resultp arguments.
4581         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
4582         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
4583         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
4584         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
4585         declarations.
4586         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
4587
4588 2009-03-08  Bruno Haible  <bruno@clisp.org>
4589
4590         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
4591         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
4592         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
4593         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
4594
4595 2009-03-07  Bruno Haible  <bruno@clisp.org>
4596
4597         Adjust u*_normcmp, u*_normcoll API.
4598         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
4599         u16_normcoll, u32_normcoll): Change failure conventions.
4600         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
4601         errno and return -1.
4602         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
4603
4604 2009-03-07  Bruno Haible  <bruno@clisp.org>
4605
4606         Tests for module 'uninorm/u32-normcoll'.
4607         * modules/uninorm/u32-normcoll-tests: New file.
4608         * tests/uninorm/test-u32-normcoll.c: New file.
4609
4610         Tests for module 'uninorm/u16-normcoll'.
4611         * modules/uninorm/u16-normcoll-tests: New file.
4612         * tests/uninorm/test-u16-normcoll.c: New file.
4613
4614         Tests for module 'uninorm/u8-normcoll'.
4615         * modules/uninorm/u8-normcoll-tests: New file.
4616         * tests/uninorm/test-u8-normcoll.c: New file.
4617
4618 2009-03-07  Bruno Haible  <bruno@clisp.org>
4619
4620         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
4621         tests/uninorm/test-u32-normcmp.c.
4622         * tests/uninorm/test-u32-normcmp.c: Include it.
4623         (test_nonascii): New function, extracted from main. Add some more
4624         tests.
4625         (main): Invoke test_ascii and test_nonascii.
4626         * modules/uninorm/u32-normcmp-tests (Files): Add
4627         tests/uninorm/test-u32-normcmp.h.
4628         (Depends-on): Remove uninorm/u32-normcmp.
4629
4630         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
4631         tests/uninorm/test-u16-normcmp.c.
4632         * tests/uninorm/test-u16-normcmp.c: Include it.
4633         (test_nonascii): New function, extracted from main. Add some more
4634         tests.
4635         (main): Invoke test_ascii and test_nonascii.
4636         * modules/uninorm/u16-normcmp-tests (Files): Add
4637         tests/uninorm/test-u16-normcmp.h.
4638         (Depends-on): Remove uninorm/u16-normcmp.
4639
4640         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
4641         tests/uninorm/test-u8-normcmp.c.
4642         * tests/uninorm/test-u8-normcmp.c: Include it.
4643         (test_nonascii): New function, extracted from main. Add some more
4644         tests.
4645         (main): Invoke test_ascii and test_nonascii.
4646         * modules/uninorm/u8-normcmp-tests (Files): Add
4647         tests/uninorm/test-u8-normcmp.h.
4648         (Depends-on): Remove uninorm/u8-normcmp.
4649
4650 2009-03-07  Bruno Haible  <bruno@clisp.org>
4651
4652         New module 'uninorm/u32-normcoll'.
4653         * lib/uninorm/u32-normcoll.c: New file.
4654         * modules/uninorm/u32-normcoll: New file.
4655
4656         New module 'uninorm/u16-normcoll'.
4657         * lib/uninorm/u16-normcoll.c: New file.
4658         * modules/uninorm/u16-normcoll: New file.
4659
4660         New module 'uninorm/u8-normcoll'.
4661         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
4662         declarations.
4663         * lib/uninorm/u8-normcoll.c: New file.
4664         * lib/uninorm/u-normcoll.h: New file.
4665         * modules/uninorm/u8-normcoll: New file.
4666
4667         New module 'uninorm/u32-normxfrm'.
4668         * lib/uninorm/u32-normxfrm.c: New file.
4669         * modules/uninorm/u32-normxfrm: New file.
4670
4671         New module 'uninorm/u16-normxfrm'.
4672         * lib/uninorm/u16-normxfrm.c: New file.
4673         * modules/uninorm/u16-normxfrm: New file.
4674
4675         New module 'uninorm/u8-normxfrm'.
4676         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
4677         declarations.
4678         * lib/uninorm/u8-normxfrm.c: New file.
4679         * lib/uninorm/u-normxfrm.h: New file.
4680         * modules/uninorm/u8-normxfrm: New file.
4681
4682 2009-03-07  Bruno Haible  <bruno@clisp.org>
4683
4684         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
4685         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
4686         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
4687
4688 2009-03-07  Bruno Haible  <bruno@clisp.org>
4689
4690         New module 'memxfrm'.
4691         * lib/memxfrm.h: New file.
4692         * lib/memxfrm.c: New file.
4693         * modules/memxfrm: New file.
4694
4695 2009-03-07  Bruno Haible  <bruno@clisp.org>
4696
4697         New module 'memcmp2'.
4698         * lib/memcmp2.h: New file.
4699         * lib/memcmp2.c: New file.
4700         * modules/memcmp2: New file.
4701
4702 2009-03-07  Bruno Haible  <bruno@clisp.org>
4703
4704         Tests for module 'uninorm/decomposing-form'.
4705         * modules/uninorm/decomposing-form-tests: New file.
4706         * tests/uninorm/test-decomposing-form.c: New file.
4707
4708         New module 'uninorm/decomposing-form'.
4709         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
4710         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
4711         Add 'decomposing_variant' field.
4712         * lib/uninorm/decomposing-form.c: New file.
4713         * lib/uninorm/nfc.c (uninorm_nfc): Update.
4714         * lib/uninorm/nfd.c (uninorm_nfd): Update.
4715         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
4716         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
4717         * modules/uninorm/decomposing-form: New file.
4718         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
4719         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
4720
4721 2009-03-07  Bruno Haible  <bruno@clisp.org>
4722
4723         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
4724         strings.
4725
4726 2009-03-06  Bruno Haible  <bruno@clisp.org>
4727
4728         Tests for module 'uninorm/u32-normcmp'.
4729         * tests/uninorm/test-u32-normcmp.c: New file.
4730         * modules/uninorm/u32-normcmp-tests: New file.
4731
4732         Tests for module 'uninorm/u16-normcmp'.
4733         * tests/uninorm/test-u16-normcmp.c: New file.
4734         * modules/uninorm/u16-normcmp-tests: New file.
4735
4736         Tests for module 'uninorm/u8-normcmp'.
4737         * tests/uninorm/test-u8-normcmp.c: New file.
4738         * modules/uninorm/u8-normcmp-tests: New file.
4739
4740         New module 'uninorm/u32-normcmp'.
4741         * lib/uninorm/u32-normcmp.c: New file.
4742         * modules/uninorm/u32-normcmp: New file.
4743
4744         New module 'uninorm/u16-normcmp'.
4745         * lib/uninorm/u16-normcmp.c: New file.
4746         * modules/uninorm/u16-normcmp: New file.
4747
4748         New module 'uninorm/u8-normcmp'.
4749         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
4750         declarations.
4751         * lib/uninorm/u8-normcmp.c: New file.
4752         * lib/uninorm/u-normcmp.h: New file.
4753         * modules/uninorm/u8-normcmp: New file.
4754
4755 2009-03-06  Bruno Haible  <bruno@clisp.org>
4756
4757         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
4758         Reported by Eric Blake.
4759
4760 2009-03-06  Eric Blake  <ebb9@byu.net>
4761             Bruno Haible  <bruno@clisp.org>
4762
4763         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
4764         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
4765         condition.
4766         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
4767         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
4768         condition.
4769         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
4770
4771 2009-03-06  Eric Blake  <ebb9@byu.net>
4772
4773         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
4774         to avoid compiler warnings.
4775         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
4776
4777 2009-03-05  Bruno Haible  <bruno@clisp.org>
4778
4779         * tests/test-ftell.c (main): Disable test beyond end of file on
4780         FreeMiNT.
4781         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
4782
4783 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
4784
4785         * lib/filevercmp.c: Move hidden files up in ordering.
4786         * tests/test-filevercmp.c: Add tests for hidden files.
4787
4788 2009-03-04  Bruno Haible  <bruno@clisp.org>
4789
4790         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
4791         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
4792         AM_CFLAGS.
4793         Reported by Simon Josefsson.
4794
4795 2009-03-03  Bruno Haible  <bruno@clisp.org>
4796
4797         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
4798         Reported by Simon Josefsson.
4799
4800         * doc/ld-version-script.texi: Update node reference.
4801
4802 2009-03-03  Bruno Haible  <bruno@clisp.org>
4803
4804         * modules/visibility (License): Change to 'unlimited'.
4805         Suggested by Simon Josefsson.
4806
4807 2009-03-03  Jim Meyering  <meyering@redhat.com>
4808
4809         unlinkdir: cannot_unlink_dir may modify process state
4810         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
4811         it's neither thread-safe nor appropriate for use in a library.
4812
4813 2009-03-03  Eric Blake  <ebb9@byu.net>
4814
4815         test-closein: silence test under Darwin
4816         * tests/test-closein.sh: Ignore stderr from cat, since we don't
4817         care if it dies from EPIPE or EBADF.
4818
4819 2009-03-03  Bruno Haible  <bruno@clisp.org>
4820
4821         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
4822         earlier.
4823         * doc/visibility.texi: Fix @node and @section.
4824
4825 2009-03-03  Simon Josefsson  <simon@josefsson.org>
4826
4827         * doc/gnulib.texi: Link to sections for ld version script and
4828         visibility.
4829         * doc/visibility.texi: Add @node and @section.
4830         * modules/ld-version-script: New module.
4831         * m4/ld-version-script.m4: New file.
4832         * doc/ld-version-script.texi: New file.
4833
4834 2009-03-02  David Lutterkort  <lutter@redhat.com>
4835
4836         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
4837         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
4838
4839 2009-03-02  Bruno Haible  <bruno@clisp.org>
4840
4841         * doc/visibility.texi: Mention libtool's -export-symbols option.
4842
4843 2009-03-02  Jim Meyering  <meyering@redhat.com>
4844
4845         announce-gen: new option: --no-print-checksums
4846         * build-aux/announce-gen (usage): Describe it.
4847         (print_checksums): Print a newline here, not in the [*] footnote.
4848         (main): Honor it.
4849
4850 2009-03-01  Bruno Haible  <bruno@clisp.org>
4851
4852         Use socklen_t in the native Windows replacements prototypes.
4853         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
4854         instead of 'int'.
4855         * lib/getsockopt.c (rpl_getsockopt): Likewise.
4856         * lib/setsockopt.c (rpl_setsockopt): Likewise.
4857         * modules/getsockopt (Depends-on): Add socklen.
4858         * modules/setsockopt (Depends-on): Add socklen.
4859
4860 2009-03-01  Bruno Haible  <bruno@clisp.org>
4861
4862         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
4863         least 4.2.
4864
4865 2009-03-01  Eric Blake  <ebb9@byu.net>
4866             Bruno Haible  <bruno@clisp.org>
4867
4868         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
4869         error messages.
4870         * lib/wait-process.c (wait_subprocess): Omit error message about
4871         deadly signal sent to the child of termsigp != NULL.
4872
4873 2009-03-01  Eric Blake  <ebb9@byu.net>
4874
4875         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
4876
4877 2009-03-01  Bruno Haible  <bruno@clisp.org>
4878
4879         Avoid a gcc warning.
4880         * tests/test-sched.c (b): Make global.
4881         Reported by Eric Blake.
4882
4883 2009-01-19  Martin Lambers  <marlam@marlam.de>
4884
4885         Provide POSIX semantics for socket timeout options on W32.
4886         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
4887         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
4888         * modules/setsockopt: Depend on sys_time module for struct timeval.
4889         * modules/getsockopt: Depend on sys_time module for struct timeval.
4890
4891 2009-03-01  Simon Josefsson  <simon@josefsson.org>
4892
4893         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
4894         __USE_GNU, for consistency with netdb.in.h.
4895         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4896
4897 2009-03-01  Bruno Haible  <bruno@clisp.org>
4898
4899         More support for FreeMiNT.
4900         * lib/fseeko.c (rpl_fseeko): Complete last commit.
4901         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4902
4903 2009-03-01  Bruno Haible  <bruno@clisp.org>
4904
4905         More support for FreeMiNT.
4906         * lib/fpurge.c (fpurge): Correct last commit.
4907         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4908
4909 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4910
4911         Fix unportable awk script in vc-list-files.
4912         * build-aux/vc-list-files: In the replacement awk script, use
4913         substr with a second argument of 1, not zero.
4914         Report by Simon Josefsson.
4915
4916 2009-02-28  Bruno Haible  <bruno@clisp.org>
4917
4918         More support for FreeMiNT.
4919         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
4920         to FreeMiNT today.
4921         * lib/fwriting.c (fwriting): Likewise.
4922         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
4923
4924 2009-02-28  Bruno Haible  <bruno@clisp.org>
4925
4926         * tests/test-freadseek.c (main): Disable test beyond end of file on
4927         FreeMiNT.
4928         * tests/test-ftello.c (main): Likewise.
4929         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
4930
4931 2009-02-28  Bruno Haible  <bruno@clisp.org>
4932
4933         Add tentative support for FreeMiNT.
4934         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
4935         * lib/fpurge.c (fpurge): Likewise.
4936         * lib/freadable.c (freadable): Likewise.
4937         * lib/freading.c (freading): Likewise.
4938         * lib/freadptr.c (freadptr): Likewise.
4939         * lib/freadseek.c (freadptrinc): Likewise.
4940         * lib/fseeko.c (rpl_fseeko): Likewise.
4941         * lib/fseterr.c (fseterr): Likewise.
4942         * lib/fwritable.c (fwritable): Likewise.
4943         * lib/fwriting.c (fwriting): Likewise.
4944         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
4945         Hourihane.
4946         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4947
4948 2009-02-28  Bruno Haible  <bruno@clisp.org>
4949
4950         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
4951         SIGCHLD.
4952         Reported by Jim Meyering.
4953
4954 2009-02-28  Bruno Haible  <bruno@clisp.org>
4955
4956         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
4957         Mention the results of these tests on various platforms.
4958         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
4959         order.
4960         * doc/posix-functions/printf.texi: Likewise.
4961         * doc/posix-functions/snprintf.texi: Likewise.
4962         * doc/posix-functions/sprintf.texi: Likewise.
4963         * doc/posix-functions/vfprintf.texi: Likewise.
4964         * doc/posix-functions/vprintf.texi: Likewise.
4965         * doc/posix-functions/vsnprintf.texi: Likewise.
4966         * doc/posix-functions/vsprintf.texi: Likewise.
4967         * doc/glibc-functions/obstack_printf.texi: Likewise.
4968         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
4969
4970 2009-02-28  Bruno Haible  <bruno@clisp.org>
4971
4972         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
4973         Reported by Loïc Minier <lool@dooz.org>.
4974
4975 2009-02-27  Bruno Haible  <bruno@clisp.org>
4976
4977         * gnulib-tool (func_import): Make the sed expression used to create the
4978         sed script for updating the .gitignore file POSIX compliant.
4979         Reported by Eric Blake.
4980
4981 2009-02-27  Bruno Haible  <bruno@clisp.org>
4982
4983         * gnulib-tool (sed): Don't alias as "sed --posix".
4984         Reported by Eric Blake.
4985
4986 2009-02-27  Bruno Haible  <bruno@clisp.org>
4987
4988         Avoid test link errors.
4989         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
4990         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
4991         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
4992         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
4993         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
4994
4995 2009-02-27  Bruno Haible  <bruno@clisp.org>
4996
4997         Avoid spurious "(cached)" in configure output.
4998         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
4999         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
5000         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
5001         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
5002         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
5003         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
5004         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
5005         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
5006         Reported by Eric Blake.
5007
5008 2009-02-27  Eric Blake  <ebb9@byu.net>
5009
5010         printf: fix regression in previous patch
5011         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
5012
5013 2009-02-27  Bruno Haible  <bruno@clisp.org>
5014
5015         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
5016         value.
5017         * lib/stdint.in.h: Likewise.
5018         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
5019
5020 2009-02-27  Eric Blake  <ebb9@byu.net>
5021
5022         doc: mention more functions added in cygwin 1.7.0
5023         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
5024         addition.
5025         * doc/posix-functions/open_wmemstream.texi: Likewise.
5026         * doc/posix-functions/wcsnlen.texi: Likewise.
5027         * doc/posix-functions/wcsnrtombs.texi: Likewise.
5028         * doc/posix-functions/wcstod.texi: Likewise.
5029         * doc/posix-functions/wcstof.texi: Likewise.
5030         * doc/posix-functions/wcstoimax.texi: Likewise.
5031         * doc/posix-functions/wcstok.texi: Likewise.
5032         * doc/posix-functions/wcstoumax.texi: Likewise.
5033
5034         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
5035         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
5036         * doc/posix-functions/fprintf.texi: Update.
5037         * doc/posix-functions/printf.texi: Update.
5038         * doc/posix-functions/snprintf.texi: Update.
5039         * doc/posix-functions/sprintf.texi: Update.
5040         * doc/posix-functions/vfprintf.texi: Update.
5041         * doc/posix-functions/vprintf.texi: Update.
5042         * doc/posix-functions/vsnprintf.texi: Update.
5043         * doc/posix-functions/vsprintf.texi: Update.
5044         * doc/glibc-functions/obstack_printf.texi: Update.
5045         * doc/glibc-functions/obstack_vprintf.texi: Update.
5046
5047 2009-02-26  Eric Blake  <ebb9@byu.net>
5048
5049         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
5050         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
5051         compilation bug by using runtime conversion.
5052         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
5053         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
5054         * modules/ceill-tests (Files): Use nan.h.
5055         * modules/floorl-tests (Files): Likewise.
5056         * modules/frexpl-tests (Files): Likewise.
5057         * modules/isnanl-tests (Files): Likewise.
5058         * modules/ldexpl-tests (Files): Likewise.
5059         * modules/roundl-tests (Files): Likewise.
5060         * modules/truncl-tests (Files): Likewise.
5061         * tests/test-ceill.c (main): Use a working NaN.
5062         * tests/test-floorl.c (main): Likewise.
5063         * tests/test-frexpl.c (main): Likewise.
5064         * tests/test-isnan.c (test_long_double): Likewise.
5065         * tests/test-isnanl.h (main): Likewise.
5066         * tests/test-ldexpl.h (main): Likewise.
5067         * tests/test-roundl.h (main): Likewise.
5068         * tests/test-truncl.h (main): Likewise.
5069         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
5070
5071 2009-02-26  Eric Blake  <ebb9@byu.net>
5072             Bruno Haible  <bruno@clisp.org>
5073
5074         Work around a *printf bug with %ls on Solaris.
5075         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
5076         precision is specified, sprintf stops converting the wide string
5077         argument when the number of bytes that have been produced by this
5078         conversion equals or exceeds the precision.
5079         * doc/posix-functions/fprintf.texi: Update.
5080         * doc/posix-functions/printf.texi: Update.
5081         * doc/posix-functions/snprintf.texi: Update.
5082         * doc/posix-functions/sprintf.texi: Update.
5083         * doc/posix-functions/vfprintf.texi: Update.
5084         * doc/posix-functions/vprintf.texi: Update.
5085         * doc/posix-functions/vsnprintf.texi: Update.
5086         * doc/posix-functions/vsprintf.texi: Update.
5087         * doc/glibc-functions/obstack_printf.texi: Update.
5088         * doc/glibc-functions/obstack_vprintf.texi: Update.
5089
5090 2009-02-26  Eric Blake  <ebb9@byu.net>
5091
5092         stdlib: favor compiler check of random.h
5093         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
5094         to avoid an ObjC random.h installed by Swarm.
5095
5096 2009-02-26  Bruno Haible  <bruno@clisp.org>
5097
5098         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
5099         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
5100         Reported by Gary V. Vaughan <gary@gnu.org>.
5101
5102 2009-02-26  Bruno Haible  <bruno@clisp.org>
5103
5104         Fix *printf behaviour regarding the %ls directive.
5105         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
5106         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
5107         NEED_PRINTF_DIRECTIVE_LS.
5108         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
5109         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5110         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5111         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
5112         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
5113         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
5114         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
5115         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5116         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5117         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5118         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5119         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
5120         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5121         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5122         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5123         * doc/posix-functions/fprintf.texi: Update.
5124         * doc/posix-functions/printf.texi: Update.
5125         * doc/posix-functions/snprintf.texi: Update.
5126         * doc/posix-functions/sprintf.texi: Update.
5127         * doc/posix-functions/vfprintf.texi: Update.
5128         * doc/posix-functions/vprintf.texi: Update.
5129         * doc/posix-functions/vsnprintf.texi: Update.
5130         * doc/posix-functions/vsprintf.texi: Update.
5131         * doc/glibc-functions/obstack_printf.texi: Update.
5132         * doc/glibc-functions/obstack_vprintf.texi: Update.
5133         Reported by Eric Blake.
5134
5135 2009-02-25  Bruno Haible  <bruno@clisp.org>
5136
5137         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
5138         with known value.
5139         Reported by Gary V. Vaughan <gary@gnu.org>.
5140
5141 2009-02-25  Bruno Haible  <bruno@clisp.org>
5142
5143         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
5144         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
5145         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
5146         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
5147         Reported by Gary V. Vaughan <gary@gnu.org>.
5148
5149 2009-02-25  Bruno Haible  <bruno@clisp.org>
5150
5151         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
5152         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
5153         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
5154         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
5155         Reported by Gary V. Vaughan <gary@gnu.org>.
5156
5157 2009-02-25  Eric Blake  <ebb9@byu.net>
5158
5159         tests: skip fseek/ftell tests if ungetc is broken
5160         * m4/ungetc.m4: New file.
5161         * modules/fseek-tests: Split test, so ungetc dependency is
5162         separate from rest of test.
5163         * modules/fseeko-tests: Likewise.
5164         * modules/ftell-tests: Likewise.
5165         * modules/ftello-tests: Likewise.
5166         * tests/test-fseek.c (main): Isolate ungetc dependency.
5167         * tests/test-fseeko.c (main): Likewise.
5168         * tests/test-ftell.c (main): Likewise.
5169         * tests/test-ftello.c (main): Likewise.
5170         * tests/test-fseek2.sh: New file.
5171         * tests/test-fseeko2.sh: Likewise.
5172         * tests/test-ftell2.sh: Likewise.
5173         * tests/test-ftello2.sh: Likewise.
5174
5175 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
5176
5177         test-getaddrinfo: fix usage of skip return code 77
5178         * tests/test-gettaddrinfo.c: Return skip code 77 only
5179         for first occurance of skip (4x77 is not 77)
5180
5181 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
5182
5183         strtod: avoid C99 decl-after-statement
5184         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
5185
5186 2009-02-24  Eric Blake  <ebb9@byu.net>
5187
5188         strtod: detect HP-UX 11.31 bug
5189         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
5190         Reported by Gary V. Vaughan.
5191
5192 2009-02-23  Bruno Haible  <bruno@clisp.org>
5193
5194         Fix invalid read past end of memory block.
5195         * lib/vasnprintf.c (DCHAR_SET): Define.
5196         (local_wcslen): Define only when needed.
5197         (local_strnlen, local_wcsnlen): New functions.
5198         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
5199         directives that involve a conversion ourselves.
5200         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
5201         wcsnlen, mbrtowc, wcrtomb.
5202         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
5203         * tests/test-vasprintf-posix.c (test_function): Likewise.
5204         * tests/test-snprintf-posix.h (test_function): Likewise.
5205         * tests/test-sprintf-posix.h (test_function): Likewise.
5206         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5207
5208 2009-02-22  Bruno Haible  <bruno@clisp.org>
5209
5210         Implement new clarified decomposition of Hangul syllables.
5211         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
5212         of type LTV, return only a pairwise decomposition.
5213         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
5214         Likewise.
5215         * tests/uninorm/test-decomposition.c (main): Updated expected result.
5216         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
5217         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
5218
5219 2009-02-22  Bruno Haible  <bruno@clisp.org>
5220
5221         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
5222         zero-length results and shrink excess allocated memory.
5223         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
5224         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
5225         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
5226         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
5227         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
5228         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
5229         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
5230         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
5231         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
5232         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
5233         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
5234         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
5235
5236 2009-02-21  Bruno Haible  <bruno@clisp.org>
5237
5238         * doc/gnulib.texi: Include safe-alloc.texi earlier.
5239         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
5240         spaces after a period. Put a space between a macro name and its
5241         argument list. Trivial rewordings.
5242         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
5243         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
5244         (main): Return 0 explicitly.
5245
5246 2009-02-21  Bruno Haible  <bruno@clisp.org>
5247
5248         Tests for module 'uninorm/filter'.
5249         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
5250         * modules/uninorm/filter-tests: New file.
5251
5252         New module 'uninorm/filter'.
5253         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
5254         uninorm_filter_flush, uninorm_filter_free): New declarations.
5255         * lib/uninorm/uninorm-filter.c: New file.
5256         * modules/uninorm/filter: New file.
5257
5258 2009-02-21  Bruno Haible  <bruno@clisp.org>
5259
5260         Tests for module 'uninorm/nfkc'.
5261         * tests/uninorm/test-nfkc.c: New file.
5262         * tests/uninorm/test-u8-nfkc.c: New file.
5263         * tests/uninorm/test-u16-nfkc.c: New file.
5264         * tests/uninorm/test-u32-nfkc.c: New file.
5265         * tests/uninorm/test-u32-nfkc-big.sh: New file.
5266         * tests/uninorm/test-u32-nfkc-big.c: New file.
5267         * modules/uninorm/nfkc-tests: New file.
5268
5269         New module 'uninorm/nfkc'.
5270         * lib/uninorm/nfkc.c: New file.
5271         * modules/uninorm/nfkc: New file.
5272
5273         Tests for module 'uninorm/nfkd'.
5274         * tests/uninorm/test-nfkd.c: New file.
5275         * tests/uninorm/test-u8-nfkd.c: New file.
5276         * tests/uninorm/test-u16-nfkd.c: New file.
5277         * tests/uninorm/test-u32-nfkd.c: New file.
5278         * tests/uninorm/test-u32-nfkd-big.sh: New file.
5279         * tests/uninorm/test-u32-nfkd-big.c: New file.
5280         * modules/uninorm/nfkd-tests: New file.
5281
5282         New module 'uninorm/nfkd'.
5283         * lib/uninorm/nfkd.c: New file.
5284         * modules/uninorm/nfkd: New file.
5285
5286         Tests for module 'uninorm/nfc'.
5287         * tests/uninorm/test-nfc.c: New file.
5288         * tests/uninorm/test-u8-nfc.c: New file.
5289         * tests/uninorm/test-u16-nfc.c: New file.
5290         * tests/uninorm/test-u32-nfc.c: New file.
5291         * tests/uninorm/test-u32-nfc-big.sh: New file.
5292         * tests/uninorm/test-u32-nfc-big.c: New file.
5293         * modules/uninorm/nfc-tests: New file.
5294
5295         New module 'uninorm/nfc'.
5296         * lib/uninorm/nfc.c: New file.
5297         * modules/uninorm/nfc: New file.
5298
5299         Tests for module 'uninorm/nfd'.
5300         * tests/uninorm/test-nfd.c: New file.
5301         * tests/uninorm/test-u8-nfd.c: New file.
5302         * tests/uninorm/test-u16-nfd.c: New file.
5303         * tests/uninorm/test-u32-nfd.c: New file.
5304         * tests/uninorm/test-u32-nfd-big.sh: New file.
5305         * tests/uninorm/test-u32-nfd-big.c: New file.
5306         * tests/uninorm/test-u32-normalize-big.h: New file.
5307         * tests/uninorm/test-u32-normalize-big.c: New file.
5308         * tests/uninorm/NormalizationTest.txt: New file, created from
5309         Unicode 5.1.0 NormalizationTest.txt.
5310         * modules/uninorm/nfd-tests: New file.
5311
5312         New module 'uninorm/nfd'.
5313         * lib/uninorm/nfd.c: New file.
5314         * modules/uninorm/nfd: New file.
5315
5316         New module 'uninorm/u32-normalize'.
5317         * lib/uninorm/u32-normalize.c: New file.
5318         * modules/uninorm/u32-normalize: New file.
5319
5320         New module 'uninorm/u16-normalize'.
5321         * lib/uninorm/u16-normalize.c: New file.
5322         * modules/uninorm/u16-normalize: New file.
5323
5324         New module 'uninorm/u8-normalize'.
5325         * lib/uninorm/u8-normalize.c: New file.
5326         * lib/uninorm/normalize-internal.h: New file.
5327         * lib/uninorm/u-normalize-internal.h: New file.
5328         * modules/uninorm/u8-normalize: New file.
5329
5330         New module 'uninorm/decompose-internal'.
5331         * lib/uninorm/decompose-internal.c: New file.
5332         * modules/uninorm/decompose-internal: New file.
5333
5334         Tests for module 'uninorm/composition'.
5335         * tests/uninorm/test-composition.c: New file.
5336         * modules/uninorm/composition-tests: New file.
5337
5338         New module 'uninorm/composition'.
5339         * lib/uninorm/composition.c: New file.
5340         * lib/uninorm/composition-table.gperf: New file, generated by
5341         gen-uni-tables.
5342         * modules/uninorm/composition: New file.
5343
5344         Tests for module 'uninorm/compat-decomposition'.
5345         * tests/uninorm/test-compat-decomposition.c: New file.
5346         * modules/uninorm/compat-decomposition-tests: New file.
5347
5348         New module 'uninorm/compat-decomposition'.
5349         * lib/uninorm/decompose-internal.h: New file.
5350         * lib/uninorm/compat-decomposition.c: New file.
5351         * modules/uninorm/compat-decomposition: New file.
5352
5353         Tests for module 'uninorm/canonical-decomposition'.
5354         * tests/uninorm/test-canonical-decomposition.c: New file.
5355         * modules/uninorm/canonical-decomposition-tests: New file.
5356
5357         New module 'uninorm/canonical-decomposition'.
5358         * lib/uninorm/canonical-decomposition.c: New file.
5359         * modules/uninorm/canonical-decomposition: New file.
5360
5361         Tests for module 'uninorm/decomposition'.
5362         * tests/uninorm/test-decomposition.c: New file.
5363         * modules/uninorm/decomposition-tests: New file.
5364
5365         New module 'uninorm/decomposition'.
5366         * lib/uninorm/decomposition.c: New file.
5367         * modules/uninorm/decomposition: New file.
5368
5369         New module 'uninorm/decomposition-table'.
5370         * lib/uninorm/decomposition-table.h: New file.
5371         * lib/uninorm/decomposition-table.c: New file.
5372         * lib/uninorm/decomposition-table1.h: New file, generated by
5373         gen-uni-tables.
5374         * lib/uninorm/decomposition-table2.h: New file, generated by
5375         gen-uni-tables.
5376         * modules/uninorm/decomposition-table: New file.
5377
5378         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
5379         (UC_DECOMP_*): New enumeration items.
5380         (get_decomposition): New function.
5381         (struct decomp_table): New type.
5382         (output_decomposition, output_decomposition_tables): New functions.
5383         (unicode_composition_exclusions): New variable.
5384         (fill_composition_exclusions, debug_output_composition_tables): New
5385         functions.
5386         (main): Accept one more argument. Invoke fill_composition_exclusions.
5387         Output decomposition and composition tables.
5388
5389         New module 'uninorm/base'.
5390         * lib/uninorm.h: New file.
5391         * lib/unictype.h: Update comment.
5392         * modules/uninorm/base: New file.
5393
5394 2009-02-21  David Lutterkort  <lutter@redhat.com>
5395
5396         Tests for module 'safe-alloc'.
5397         * tests/test-safe-alloc.c: New file.
5398         * modules/safe-alloc-tests: New file.
5399
5400         New module 'safe-alloc'.
5401         * lib/safe-alloc.h: New file.
5402         * lib/safe-alloc.c: New file.
5403         * m4/safe-alloc.m4: New file.
5404         * modules/safe-alloc: New file.
5405         * doc/safe-alloc.texi: New file.
5406         * doc/gnulib.texi: Include it.
5407         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
5408         safe-alloc.
5409
5410 2009-02-18  Bruno Haible  <bruno@clisp.org>
5411
5412         Fix link error on non-glibc systems.
5413         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
5414         variable.
5415         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5416
5417 2009-02-18  Jim Meyering  <meyering@redhat.com>
5418
5419         fts: avoid used-uninitialized error due to recent change
5420         * lib/fts.c (fts_read): Guard uses of the new member,
5421         parent->fts_n_dirs_remaining, since it's not relevant for
5422         the parent of a directory specified on the command-line.
5423
5424 2009-02-17  James Youngman  <jay@gnu.org>
5425             Bruno Haible  <bruno@clisp.org>
5426
5427         * m4/include_next.m4: Reformulate comment.
5428
5429 2009-02-16  Jim Meyering  <meyering@redhat.com>
5430
5431         fts: add #if guards so that the fts_lgpl module still builds
5432         * lib/fts.c: Guard just-added hash-table-using parts with
5433         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
5434         Reported by Simon Josefsson.
5435
5436 2009-02-15  Bruno Haible  <bruno@clisp.org>
5437
5438         * modules/array-mergesort-tests: New file.
5439         * tests/test-array-mergesort.c: New file.
5440
5441         New module 'array-mergesort'.
5442         * modules/array-mergesort: New file.
5443         * lib/array-mergesort.h: New file.
5444
5445 2009-02-15  Bruno Haible  <bruno@clisp.org>
5446
5447         Fix 2009-02-07 commit.
5448         * lib/gen-uni-tables.c (output_predicate, output_category,
5449         output_combclass, output_bidi_category, output_decimal_digit,
5450         output_digit, output_numeric, output_mirror, output_scripts,
5451         output_ident_category, output_simple_mapping): Fix format directives.
5452         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
5453
5454 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
5455
5456         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
5457         fixes are available from IBM.
5458
5459 2009-02-13  Jim Meyering  <meyering@redhat.com>
5460
5461         fts: arrange not to stat non-directories in more cases
5462         This makes GNU find (when it doesn't need to stat each file)
5463         *much* more efficient at traversing reiserfs file systems.
5464         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
5465         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
5466         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
5467         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
5468         (leaf_optimization_applies): New function.
5469         (LCO_hash, LCO_compare): New helper functions.
5470         (link_count_optimize_ok): New function.
5471         (fts_stat): Initialize new member (if dir).
5472         (fts_read): Decrement parent's fts_n_dirs_remaining count if
5473         we've just stat'ed a directory.  Skip the stat call when possible.
5474         ---
5475         Note this AFS-related exchange:
5476         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
5477         and note find's pioctl call in find/fstype.c.
5478         But that is necessary only if you want to enable the
5479         optimization for AFS, and for now, I don't.
5480
5481         fts: move a function definition "up" (no semantic change)
5482         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
5483         "up" to precede upcoming use of a related function.
5484
5485 2009-02-11  Jim Meyering  <meyering@redhat.com>
5486
5487         fts: correct internal computation of nlinks (optimization-related)
5488         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
5489         whether the current entry is a directory, so don't test it.
5490
5491 2009-02-10  Bruno Haible  <bruno@clisp.org>
5492
5493         Tests for module 'uniwbrk/ulc-wordbreaks'.
5494         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
5495         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
5496         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
5497
5498         Tests for module 'uniwbrk/u32-wordbreaks'.
5499         * modules/uniwbrk/u32-wordbreaks-tests: New file.
5500         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
5501
5502         Tests for module 'uniwbrk/u16-wordbreaks'.
5503         * modules/uniwbrk/u16-wordbreaks-tests: New file.
5504         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
5505
5506         Tests for module 'uniwbrk/u8-wordbreaks'.
5507         * modules/uniwbrk/u8-wordbreaks-tests: New file.
5508         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
5509
5510 2009-02-10  Bruno Haible  <bruno@clisp.org>
5511
5512         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
5513         property.
5514         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
5515         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
5516         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
5517
5518 2009-02-10  Simon Josefsson  <simon@josefsson.org>
5519
5520         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
5521         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
5522
5523 2009-02-10  Bruno Haible  <bruno@clisp.org>
5524
5525         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
5526         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
5527         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
5528         * lib/unilbrk/u8-possible-linebreaks.c: Update.
5529         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
5530         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
5531
5532 2009-02-09  Simon Josefsson  <simon@josefsson.org>
5533
5534         * lib/sockets.h (gl_fd_to_handle): New function.
5535
5536         * tests/test-sockets.c: Call gl_fd_to_handle.
5537
5538 2009-02-09  Bruno Haible  <bruno@clisp.org>
5539
5540         * doc/havelib.texi: Document the conventions on bi-arch systems.
5541
5542 2009-02-08  Bruno Haible  <bruno@clisp.org>
5543
5544         Document the AC_LIB_LINKFLAGS macro.
5545         * doc/havelib.texi: New file, mostly written on 2005-05-24.
5546         * doc/gnulib.texi: Include it.
5547
5548 2009-02-08  Bruno Haible  <bruno@clisp.org>
5549
5550         Fix wrong order of sections, compared to TOC.
5551         * doc/gnulib.texi: Include relocatable-maint.texi after the
5552         "Regular expressions" node, not before.
5553
5554 2009-02-08  Bruno Haible  <bruno@clisp.org>
5555
5556         Tests for module 'unicase/totitle'.
5557         * modules/unicase/totitle-tests: New file.
5558
5559         Tests for module 'unicase/tolower'.
5560         * modules/unicase/tolower-tests: New file.
5561
5562         Tests for module 'unicase/toupper'.
5563         * modules/unicase/toupper-tests: New file.
5564         * tests/unicase/test-mapping-part1.h: New file.
5565         * tests/unicase/test-mapping-part2.h: New file.
5566
5567         New module 'unicase/totitle'.
5568         * modules/unicase/totitle: New file.
5569         * lib/unicase/totitle.c: New file.
5570
5571         New module 'unicase/tolower'.
5572         * modules/unicase/tolower: New file.
5573         * lib/unicase/tolower.c: New file.
5574
5575         New module 'unicase/toupper'.
5576         * modules/unicase/toupper: New file.
5577         * lib/unicase/toupper.c: New file.
5578         * lib/unicase/simple-mapping.h: New file.
5579
5580         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
5581         (mapping_table): New structure.
5582         (output_simple_mapping): New function.
5583         (main): Invoke output_simple_mapping_test and output_simple_mapping.
5584         * modules/gen-uni-tables (Description): Update.
5585         * lib/unicase/toupper.h: New file, automatically generated by
5586         gen-uni-tables.
5587         * lib/unicase/tolower.h: New file, automatically generated by
5588         gen-uni-tables.
5589         * lib/unicase/totitle.h: New file, automatically generated by
5590         gen-uni-tables.
5591         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
5592         gen-uni-tables.
5593         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
5594         gen-uni-tables.
5595         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
5596         gen-uni-tables.
5597
5598         New module 'unicase/base'.
5599         * modules/unicase/base: New file.
5600         * lib/unicase.h: New file.
5601
5602 2009-02-08  Bruno Haible  <bruno@clisp.org>
5603
5604         New module 'uniwbrk/ulc-wordbreaks'.
5605         * modules/uniwbrk/ulc-wordbreaks: New file.
5606         * lib/uniwbrk/ulc-wordbreaks.c: New file.
5607
5608         New module 'uniwbrk/u32-wordbreaks'.
5609         * modules/uniwbrk/u32-wordbreaks: New file.
5610         * lib/uniwbrk/u32-wordbreaks.c: New file.
5611
5612         New module 'uniwbrk/u16-wordbreaks'.
5613         * modules/uniwbrk/u16-wordbreaks: New file.
5614         * lib/uniwbrk/u16-wordbreaks.c: New file.
5615
5616         New module 'uniwbrk/u8-wordbreaks'.
5617         * modules/uniwbrk/u8-wordbreaks: New file.
5618         * lib/uniwbrk/u8-wordbreaks.c: New file.
5619         * lib/uniwbrk/u-wordbreaks.h: New file.
5620
5621         New module 'uniwbrk/table'.
5622         * modules/uniwbrk/table: New file.
5623         * lib/uniwbrk/wbrktable.h: New file.
5624         * lib/uniwbrk/wbrktable.c: New file.
5625
5626         New module 'uniwbrk/wordbreak-property'.
5627         * modules/uniwbrk/wordbreak-property: New file.
5628         * lib/uniwbrk/wordbreak-property.c: New file.
5629
5630         * lib/gen-uni-tables.c (WBP_*): New enum items.
5631         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
5632         (unicode_org_wbp): New variable.
5633         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
5634         New functions.
5635         (wbp_table): New structure.
5636         (output_wbp, output_wbrk_tables): New functions.
5637         (main): Accept additional argument. Invoke fill_org_wbp,
5638         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
5639         output_wbrk_tables.
5640         * modules/gen-uni-tables (Description): Update.
5641         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
5642         gen-uni-tables.
5643
5644         New module 'uniwbrk/base'.
5645         * modules/uniwbrk/base: New file.
5646         * lib/uniwbrk.h: New file.
5647
5648 2009-02-08  Bruno Haible  <bruno@clisp.org>
5649
5650         Update to Unicode 5.1.0.
5651         * lib/gen-uni-tables.c (is_property_alphabetic): Include
5652         U+2185..U+2188.
5653         (is_property_default_ignorable_code_point): Don't include characters
5654         of category Cc or Cs and not-a-characters.
5655         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
5656         U+0D79, U+109E, U+109F, U+A60C.
5657         * lib/unictype/bidi_of.h: Regenerated.
5658         * lib/unictype/blocks.h: Regenerated.
5659         * lib/unictype/categ_C.h: Regenerated.
5660         * lib/unictype/categ_Cf.h: Regenerated.
5661         * lib/unictype/categ_Cn.h: Regenerated.
5662         * lib/unictype/categ_L.h: Regenerated.
5663         * lib/unictype/categ_Ll.h: Regenerated.
5664         * lib/unictype/categ_Lm.h: Regenerated.
5665         * lib/unictype/categ_Lo.h: Regenerated.
5666         * lib/unictype/categ_Lu.h: Regenerated.
5667         * lib/unictype/categ_M.h: Regenerated.
5668         * lib/unictype/categ_Mc.h: Regenerated.
5669         * lib/unictype/categ_Me.h: Regenerated.
5670         * lib/unictype/categ_Mn.h: Regenerated.
5671         * lib/unictype/categ_N.h: Regenerated.
5672         * lib/unictype/categ_Nd.h: Regenerated.
5673         * lib/unictype/categ_Nl.h: Regenerated.
5674         * lib/unictype/categ_No.h: Regenerated.
5675         * lib/unictype/categ_P.h: Regenerated.
5676         * lib/unictype/categ_Pd.h: Regenerated.
5677         * lib/unictype/categ_Pe.h: Regenerated.
5678         * lib/unictype/categ_Pf.h: Regenerated.
5679         * lib/unictype/categ_Pi.h: Regenerated.
5680         * lib/unictype/categ_Po.h: Regenerated.
5681         * lib/unictype/categ_Ps.h: Regenerated.
5682         * lib/unictype/categ_S.h: Regenerated.
5683         * lib/unictype/categ_Sk.h: Regenerated.
5684         * lib/unictype/categ_Sm.h: Regenerated.
5685         * lib/unictype/categ_So.h: Regenerated.
5686         * lib/unictype/categ_of.h: Regenerated.
5687         * lib/unictype/combining.h: Regenerated.
5688         * lib/unictype/ctype_alnum.h: Regenerated.
5689         * lib/unictype/ctype_alpha.h: Regenerated.
5690         * lib/unictype/ctype_graph.h: Regenerated.
5691         * lib/unictype/ctype_lower.h: Regenerated.
5692         * lib/unictype/ctype_print.h: Regenerated.
5693         * lib/unictype/ctype_punct.h: Regenerated.
5694         * lib/unictype/ctype_upper.h: Regenerated.
5695         * lib/unictype/decdigit.h: Regenerated.
5696         * lib/unictype/digit.h: Regenerated.
5697         * lib/unictype/mirror.h: Regenerated.
5698         * lib/unictype/numeric.h: Regenerated.
5699         * lib/unictype/pr_alphabetic.h: Regenerated.
5700         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
5701         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
5702         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
5703         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
5704         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
5705         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
5706         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
5707         * lib/unictype/pr_combining.h: Regenerated.
5708         * lib/unictype/pr_dash.h: Regenerated.
5709         * lib/unictype/pr_decimal_digit.h: Regenerated.
5710         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
5711         * lib/unictype/pr_deprecated.h: Regenerated.
5712         * lib/unictype/pr_diacritic.h: Regenerated.
5713         * lib/unictype/pr_extender.h: Regenerated.
5714         * lib/unictype/pr_format_control.h: Regenerated.
5715         * lib/unictype/pr_grapheme_base.h: Regenerated.
5716         * lib/unictype/pr_grapheme_extend.h: Regenerated.
5717         * lib/unictype/pr_grapheme_link.h: Regenerated.
5718         * lib/unictype/pr_id_continue.h: Regenerated.
5719         * lib/unictype/pr_id_start.h: Regenerated.
5720         * lib/unictype/pr_ideographic.h: Regenerated.
5721         * lib/unictype/pr_ignorable_control.h: Regenerated.
5722         * lib/unictype/pr_lowercase.h: Regenerated.
5723         * lib/unictype/pr_math.h: Regenerated.
5724         * lib/unictype/pr_numeric.h: Regenerated.
5725         * lib/unictype/pr_other_alphabetic.h: Regenerated.
5726         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
5727         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
5728         * lib/unictype/pr_other_id_continue.h: Regenerated.
5729         * lib/unictype/pr_other_lowercase.h: Regenerated.
5730         * lib/unictype/pr_other_math.h: Regenerated.
5731         * lib/unictype/pr_punctuation.h: Regenerated.
5732         * lib/unictype/pr_sentence_terminal.h: Regenerated.
5733         * lib/unictype/pr_soft_dotted.h: Regenerated.
5734         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
5735         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
5736         * lib/unictype/pr_unified_ideograph.h: Regenerated.
5737         * lib/unictype/pr_uppercase.h: Regenerated.
5738         * lib/unictype/pr_xid_continue.h: Regenerated.
5739         * lib/unictype/pr_xid_start.h: Regenerated.
5740         * lib/unictype/pr_zero_width.h: Regenerated.
5741         * lib/unictype/scripts.h: Regenerated.
5742         * lib/unictype/scripts_byname.gperf: Regenerated.
5743         * lib/unictype/sy_java_ident.h: Regenerated.
5744         * lib/unilbrk/lbrkprop1.h: Regenerated.
5745         * lib/unilbrk/lbrkprop2.h: Regenerated.
5746         * tests/unictype/test-categ_C.c: Regenerated.
5747         * tests/unictype/test-categ_Cf.c: Regenerated.
5748         * tests/unictype/test-categ_Cn.c: Regenerated.
5749         * tests/unictype/test-categ_L.c: Regenerated.
5750         * tests/unictype/test-categ_Ll.c: Regenerated.
5751         * tests/unictype/test-categ_Lm.c: Regenerated.
5752         * tests/unictype/test-categ_Lo.c: Regenerated.
5753         * tests/unictype/test-categ_Lu.c: Regenerated.
5754         * tests/unictype/test-categ_M.c: Regenerated.
5755         * tests/unictype/test-categ_Mc.c: Regenerated.
5756         * tests/unictype/test-categ_Me.c: Regenerated.
5757         * tests/unictype/test-categ_Mn.c: Regenerated.
5758         * tests/unictype/test-categ_N.c: Regenerated.
5759         * tests/unictype/test-categ_Nd.c: Regenerated.
5760         * tests/unictype/test-categ_Nl.c: Regenerated.
5761         * tests/unictype/test-categ_No.c: Regenerated.
5762         * tests/unictype/test-categ_P.c: Regenerated.
5763         * tests/unictype/test-categ_Pd.c: Regenerated.
5764         * tests/unictype/test-categ_Pe.c: Regenerated.
5765         * tests/unictype/test-categ_Pf.c: Regenerated.
5766         * tests/unictype/test-categ_Pi.c: Regenerated.
5767         * tests/unictype/test-categ_Po.c: Regenerated.
5768         * tests/unictype/test-categ_Ps.c: Regenerated.
5769         * tests/unictype/test-categ_S.c: Regenerated.
5770         * tests/unictype/test-categ_Sk.c: Regenerated.
5771         * tests/unictype/test-categ_Sm.c: Regenerated.
5772         * tests/unictype/test-categ_So.c: Regenerated.
5773         * tests/unictype/test-ctype_alnum.c: Regenerated.
5774         * tests/unictype/test-ctype_alpha.c: Regenerated.
5775         * tests/unictype/test-ctype_graph.c: Regenerated.
5776         * tests/unictype/test-ctype_lower.c: Regenerated.
5777         * tests/unictype/test-ctype_print.c: Regenerated.
5778         * tests/unictype/test-ctype_punct.c: Regenerated.
5779         * tests/unictype/test-ctype_upper.c: Regenerated.
5780         * tests/unictype/test-decdigit.h: Regenerated.
5781         * tests/unictype/test-digit.h: Regenerated.
5782         * tests/unictype/test-numeric.h: Regenerated.
5783         * tests/unictype/test-pr_alphabetic.c: Regenerated.
5784         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
5785         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
5786         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
5787         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
5788         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
5789         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
5790         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
5791         * tests/unictype/test-pr_combining.c: Regenerated.
5792         * tests/unictype/test-pr_dash.c: Regenerated.
5793         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
5794         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
5795         * tests/unictype/test-pr_deprecated.c: Regenerated.
5796         * tests/unictype/test-pr_diacritic.c: Regenerated.
5797         * tests/unictype/test-pr_extender.c: Regenerated.
5798         * tests/unictype/test-pr_format_control.c: Regenerated.
5799         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
5800         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
5801         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
5802         * tests/unictype/test-pr_id_continue.c: Regenerated.
5803         * tests/unictype/test-pr_id_start.c: Regenerated.
5804         * tests/unictype/test-pr_ideographic.c: Regenerated.
5805         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
5806         * tests/unictype/test-pr_lowercase.c: Regenerated.
5807         * tests/unictype/test-pr_math.c: Regenerated.
5808         * tests/unictype/test-pr_numeric.c: Regenerated.
5809         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
5810         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
5811         Regenerated.
5812         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
5813         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
5814         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
5815         * tests/unictype/test-pr_other_math.c: Regenerated.
5816         * tests/unictype/test-pr_punctuation.c: Regenerated.
5817         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
5818         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
5819         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
5820         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
5821         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
5822         * tests/unictype/test-pr_uppercase.c: Regenerated.
5823         * tests/unictype/test-pr_xid_continue.c: Regenerated.
5824         * tests/unictype/test-pr_xid_start.c: Regenerated.
5825         * tests/unictype/test-pr_zero_width.c: Regenerated.
5826
5827         Update to Unicode 5.1.0.
5828         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
5829         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
5830         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
5831         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
5832         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
5833         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
5834         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
5835         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
5836         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
5837         (nonspacing_table_ind): Update.
5838         * tests/uniwidth/test-uc_width2.sh: Update expected result.
5839
5840         Update to Unicode 5.1.0.
5841         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
5842         code transform.
5843         * lib/uniname/uniname.c (unicode_character_name,
5844         unicode_name_character): Add the range 0x1Fxxx to the code transform.
5845         * lib/uniname/uninames.h: Regenerated.
5846         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
5847
5848 2009-02-07  Bruno Haible  <bruno@clisp.org>
5849
5850         Merge gen-ctype and gen-lbrk into a single program.
5851         * lib/gen-uni-tables.c: New file, incorporating
5852         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
5853         Add directory prefixes to the names of the generated files.
5854         * lib/unictype/gen-ctype.c: Remove file.
5855         * lib/unilbrk/gen-lbrk.c: Remove file.
5856         * modules/gen-uni-tables: New file.
5857         * modules/unictype/gen-ctype: Remove file.
5858         * modules/unilbrk/gen-lbrk: Remove file.
5859
5860 2009-02-07  Bruno Haible  <bruno@clisp.org>
5861
5862         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
5863
5864         New module 'unistr/u32-strcoll'.
5865         * modules/unistr/u32-strcoll: New file.
5866         * lib/unistr/u32-strcoll.c: New file.
5867
5868         New module 'unistr/u16-strcoll'.
5869         * modules/unistr/u16-strcoll: New file.
5870         * lib/unistr/u16-strcoll.c: New file.
5871
5872         New module 'unistr/u8-strcoll'.
5873         * modules/unistr/u8-strcoll: New file.
5874         * lib/unistr/u8-strcoll.c: New file.
5875         * lib/unistr/u-strcoll.h: New file.
5876
5877 2009-02-07  Bruno Haible  <bruno@clisp.org>
5878
5879         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
5880         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
5881         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
5882         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
5883         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
5884         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
5885
5886 2009-02-07  Bruno Haible  <bruno@clisp.org>
5887
5888         Make 64-bit clean.
5889         * lib/unictype/gen-ctype.c (output_predicate, output_category,
5890         output_combclass, output_bidi_category, output_decimal_digit,
5891         output_digit, output_numeric, output_mirror, output_scripts,
5892         output_ident_category): Use proper width specifier in format strings.
5893
5894 2009-02-07  Bruno Haible  <bruno@clisp.org>
5895
5896         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
5897         failure behaviour.
5898
5899 2009-02-07  Jim Meyering  <meyering@redhat.com>
5900
5901         regex: avoid compilation failure with upcoming gcc-4.4
5902         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
5903         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
5904         "... error: integer overflow in preprocessor expression".
5905
5906 2009-02-05  Ben Pfaff  <blp@gnu.org>
5907
5908         Fix link errors on Windows when close module is used.
5909         * modules/close: Add $(LIB_CLOSE) to Link section.
5910         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
5911         $(LIB_CLOSE) on Windows.
5912
5913 2009-02-05  Jim Meyering  <meyering@redhat.com>
5914
5915         still avoid unused-parameter warnings, but do it cleanly
5916         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
5917         (get_fs_usage): Cast to void instead.
5918         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
5919         (dev_from_mount_options, read_file_system_list): Cast to void.
5920         Prompted by Bruno Haible.
5921
5922 2009-02-04  Jim Meyering  <meyering@redhat.com>
5923
5924         fsusage.c: correct copyright year
5925         * lib/fsusage.c: Reflect year in which the change is pushed into
5926
5927         avoid misc. warnings
5928         * lib/fsusage.c (UNUSED_PARAM): Define.
5929         (get_fs_usage): Mark parameter "disk" as unused.
5930         * lib/getugroups.c (getgrent): Use "void" in prototype.
5931         * lib/mountlist.c: Mark unused parameters.
5932         (read_file_system_list): Declare a local with "const".
5933         * lib/nanosleep.c (getnow): Declare static.
5934         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
5935
5936         dirfd: set errno upon failure
5937         * lib/dirfd.c: Include <errno.h>.
5938         Set errno to ENOTSUP when returning -1.
5939         * modules/dirfd (Depends-on): Add errno.
5940         Suggested by John Kodis <kodis@comcast.net>.
5941
5942 2009-02-01  Bruno Haible  <bruno@clisp.org>
5943
5944         Don't assume sizeof (long) >= sizeof (void *).
5945         * lib/memcmp.c: Include stdint.h.
5946         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
5947         srcp2 to 'const byte *'.
5948         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
5949         types to uintptr_t.
5950         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
5951         * modules/memcmp (Depends-on): Add stdint.
5952         Reported by Ozkan Sezer <sezeroz@gmail.com>.
5953
5954 2009-01-30  Eric Blake  <ebb9@byu.net>
5955
5956         fix more require-before-expand issues
5957         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
5958         expand, AC_PROG_AWK.
5959         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
5960
5961 2009-01-28  Eric Blake  <ebb9@byu.net>
5962
5963         version-etc: use consistent URL formatting
5964         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
5965         Improve formatting.  Use fputs for string without %.
5966
5967 2009-01-28  Jim Meyering  <meyering@redhat.com>
5968
5969         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
5970         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
5971         "underquoted definition of NAME" from autoconf-2.59.
5972
5973 2009-01-28  Bruno Haible  <bruno@clisp.org>
5974
5975         * doc/gnulib.texi: Add "Obsolete modules" to index.
5976
5977 2009-01-28  Jim Meyering  <meyering@redhat.com>
5978
5979         useless-if-before-free: recognize more variants
5980         * build-aux/useless-if-before-free: Also recognize e.g.,
5981         if (NULL != p) free (p);
5982
5983 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
5984
5985         test-getaddrinfo: skip (don't fail) this test when there's no network
5986         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
5987         on the presumption that it means you lack network access.
5988
5989 2009-01-26  Jim Meyering  <meyering@redhat.com>
5990
5991         fflush: avoid warnings on modern systems
5992         * lib/fflush.c (rpl_fflush): Move declarations of locals,
5993         pos and result, into scopes where they're used.
5994
5995 2009-01-26  Eric Blake  <ebb9@byu.net>
5996
5997         Silence warning reintroduced by recent extensions patch.
5998         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
5999         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
6000         autoconf.
6001
6002         Backport improved autoconf semantics of AC_DEFUN_ONCE.
6003         * m4/00gnulib.m4: New file.
6004         * gnulib-tool (func_get_filelist): Always use it.
6005         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
6006         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
6007
6008 2009-01-25  Bruno Haible  <bruno@clisp.org>
6009
6010         Make test-quotearg work on MacOS X and AIX.
6011         * tests/test-quotearg.sh: New file.
6012         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
6013         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
6014         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
6015         include <libintl.h>.
6016         (fake_locale): Remove variable.
6017         (gettext, dgettext, dcgettext): Remove functions.
6018         (main): Instead of setting a fake locale, set a real locale. Call
6019         textdomain and bindtextdomain.
6020         * modules/quotearg-tests (Files): Add the new files.
6021         (Depends-on): Add gettext, setenv, unsetenv.
6022         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
6023         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
6024         Augment TESTS_ENVIRONMENT.
6025
6026 2009-01-25  Bruno Haible  <bruno@clisp.org>
6027
6028         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
6029         fr_FR.ISO8859-1 locale on MacOS X.
6030         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
6031         ja_JP.eucJP locale on MacOS X.
6032         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
6033         zh_CN.GB18030 locale on MacOS X.
6034
6035 2009-01-25  Bruno Haible  <bruno@clisp.org>
6036
6037         Avoid link errors on MacOS X 10.3.
6038         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
6039         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
6040
6041 2009-01-25  Bruno Haible  <bruno@clisp.org>
6042
6043         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
6044         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
6045         * modules/pipe (Files): Remove m4/posix_spawn.m4.
6046         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
6047         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
6048         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
6049         posix_spawnattr_init, posix_spawnattr_setsigmask,
6050         posix_spawnattr_setflags, posix_spawnattr_destroy.
6051
6052         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
6053         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
6054         * modules/execute (Files): Remove m4/posix_spawn.m4.
6055         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
6056         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
6057         posix_spawnattr_init, posix_spawnattr_setsigmask,
6058         posix_spawnattr_setflags, posix_spawnattr_destroy.
6059
6060 2009-01-25  Bruno Haible  <bruno@clisp.org>
6061
6062         * lib/glthread/threadlib.c: Include <stdlib.h>.
6063
6064 2009-01-25  Bruno Haible  <bruno@clisp.org>
6065
6066         * lib/glthread/threadlib.c (dummy): New declaration.
6067
6068 2009-01-25  Bruno Haible  <bruno@clisp.org>
6069
6070         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
6071         multibyte characters also for the GB18030 encoding. Don't crash when
6072         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
6073
6074 2009-01-25  Bruno Haible  <bruno@clisp.org>
6075
6076         Avoid redefining 'struct random_data' on OSF/1 5.1.
6077         * lib/stdlib.in.h: Include <random.h> if it exists.
6078         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
6079         HAVE_RANDOM_H. Include <random.h> when testing whether
6080         'struct random_data' exists.
6081         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
6082
6083 2009-01-25  Bruno Haible  <bruno@clisp.org>
6084
6085         Don't install charset.alias on MacOS X >= 10.3.
6086         * lib/localcharset.c (DARWIN7): New macro.
6087         (get_charset_aliases): Hardcode the result for Darwin7.
6088         * modules/localcharset (install-exec-local): Don't install
6089         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
6090
6091 2009-01-25  Bruno Haible  <bruno@clisp.org>
6092
6093         Don't install charset.alias on mingw and Cygwin.
6094         * modules/localcharset (install-exec-local): Don't install
6095         charset.alias on mingw and Cygwin, if the file does not yet exist.
6096         The result for these platforms is hardcoded in localcharset.c.
6097
6098 2009-01-25  Bruno Haible  <bruno@clisp.org>
6099
6100         Make it possible again to use AC_GNU_SOURCE together with gnulib.
6101         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
6102         before requiring AC_USE_SYSTEM_EXTENSIONS.
6103
6104 2009-01-25  Jim Meyering  <meyering@redhat.com>
6105
6106         c-strtod: avoid warnings
6107         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
6108         "assignment discards qualifiers from pointer target type" warnings.
6109
6110 2009-01-24  Bruno Haible  <bruno@clisp.org>
6111
6112         Add support for non-UTF-8 locales on MacOS X.
6113         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
6114         canonical encodings. For Darwin 7 and newer, don't map traditional
6115         encodings to UTF-8.
6116         Reported by Vincent Lefevre <vincent@vinc17.org>
6117         at <http://savannah.gnu.org/bugs/?25235>.
6118
6119 2009-01-24  Bruno Haible  <bruno@clisp.org>
6120
6121         * doc/gnulib.texi (Obsolete modules): New section.
6122         Reported by Mike Frysinger <vapier@gentoo.org>.
6123
6124 2009-01-24  Bruno Haible  <bruno@clisp.org>
6125
6126         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
6127         (%.dvi): New rule.
6128
6129 2009-01-24  Bruno Haible  <bruno@clisp.org>
6130
6131         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
6132         Reported by Eric Blake.
6133
6134 2009-01-24  Bruno Haible  <bruno@clisp.org>
6135
6136         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
6137         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
6138         Reported by Gary V. Vaughan <gary@gnu.org>.
6139
6140 2009-01-24  Bruno Haible  <bruno@clisp.org>
6141
6142         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
6143
6144 2009-01-23  Bruno Haible  <bruno@clisp.org>
6145
6146         Make c-strtod, c-strtold usable in libraries.
6147         * lib/c-strtod.c: Include string.h instead of xalloc.h.
6148         (C_STRTOD): Call strdup instead of xstrdup.
6149         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
6150         * modules/c-strtold (Depends-on): Likewise.
6151         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
6152         * NEWS: Mention the change.
6153         Reported by Michael Gold <mgold@ncf.ca>.
6154
6155 2009-01-23  Jim Meyering  <meyering@redhat.com>
6156
6157         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
6158         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
6159         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
6160
6161 2009-01-23  Simon Josefsson  <simon@josefsson.org>
6162
6163         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
6164         GNU CoreUtils.
6165         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
6166         * modules/version-etc (Description): Update.
6167
6168 2009-01-22  Bruno Haible  <bruno@clisp.org>
6169
6170         Cache the C locale object.
6171         * lib/c-strtod.c (c_locale_cache): New variable.
6172         (c_locale): New function.
6173         (C_STRTOD): Use it, and don't call freelocale.
6174         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
6175         Suggested by Paolo Bonzini.
6176
6177 2009-01-21  Bruno Haible  <bruno@clisp.org>
6178
6179         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
6180         conditions other than overflow.
6181
6182 2009-01-21  Bruno Haible  <bruno@clisp.org>
6183
6184         * lib/c-strtod.c: Include errno.h.
6185         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
6186         value from STRTOD_L and STRTOD.
6187
6188 2009-01-21  Bruno Haible  <bruno@clisp.org>
6189         and Jim Meyering  <meyering@redhat.com>
6190
6191         nanosleep: skip configure test (fail it) for apple universal builds
6192         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
6193         universal builds, assume that nanosleep does not work.
6194         * modules/nanosleep (Depends-on): Add multiarch.
6195
6196         mktime: skip configure test (fail it) for apple universal builds
6197         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
6198         universal builds, assume that mktime does not work.
6199         * modules/mktime (Depends-on): Add multiarch.
6200
6201 2009-01-21  Eric Blake  <ebb9@byu.net>
6202
6203         multiarch: avoid expand-before-require warning
6204         * modules/multiarch (configure.ac): Require, rather than expand,
6205         gl_MULTIARCH.
6206         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
6207         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
6208         enforce that all clients require it.  Partial reversion of
6209         2008-12-29 patch.
6210
6211         error: avoid expand-before-require warning
6212         * modules/errno (configure.ac): Require, rather than expand,
6213         gl_HEADER_ERRNO_H.
6214         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
6215         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
6216         enforce that all clients require it.
6217
6218         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
6219         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
6220         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
6221         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
6222
6223 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
6224
6225         Revert:
6226         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
6227
6228         regex: do not depend on obsolete modules.
6229         * modules/regex: Remove memcmp and memmove.
6230
6231 2009-01-20  Bruno Haible  <bruno@clisp.org>
6232
6233         Make the 'link' module link on Windows NT 4.
6234         * lib/link.c (_WIN32_WINNT): Don't define.
6235         (CreateHardLinkFuncType): New type.
6236         (CreateHardLinkFunc, initialized): New variables.
6237         (initialize): New function.
6238         (link): Invoke CreateHardLink indirectly through the function pointer.
6239
6240 2009-01-20  Bruno Haible  <bruno@clisp.org>
6241
6242         Fix compilation failure on mingw.
6243         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
6244
6245 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
6246
6247         * doc/c-strtod.texi: Mention a couple of restrictions.
6248
6249 2009-01-20  Jim Meyering  <meyering@redhat.com>
6250
6251         gettimeofday: move more declarations out of functions
6252         * lib/gettimeofday.c: Move extern declarations of tzset and
6253         gmtime out of containing functions.  Prompted by Bruno Haible.
6254
6255 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
6256
6257         regex: do not depend on obsolete modules.
6258         * modules/regex: Remove memcmp and memmove.
6259
6260 2009-01-19  Bruno Haible  <bruno@clisp.org>
6261
6262         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
6263         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
6264         gl_BIGENDIAN, not AC_C_BIGENDIAN.
6265         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
6266         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
6267
6268 2009-01-19  Bruno Haible  <bruno@clisp.org>
6269
6270         * tests/test-link.c: Include <errno.h>.
6271         (main): Exit with code 77 when a hard link cannot be created due to
6272         the file system.
6273         * tests/test-link.sh: Skip test when a hard link cannot be created due
6274         to the file system.
6275         Suggested by Eric Blake.
6276
6277 2009-01-19  Martin Lambers  <marlam@marlam.de>
6278
6279         * modules/link-tests: New file.
6280         * tests/test-link.sh: New file.
6281         * tests/test-link.c: New file.
6282
6283 2009-01-19  Eric Blake  <ebb9@byu.net>
6284
6285         doc: mention another function added in cygwin 1.7.0
6286         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
6287         Another new function in cygwin 1.7.
6288
6289 2009-01-19  Bruno Haible  <bruno@clisp.org>
6290
6291         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
6292         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
6293         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
6294         gl_BIGENDIAN, not AC_C_BIGENDIAN.
6295         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
6296         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
6297         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
6298         * m4/md4.m4 (gl_MD4): Likewise.
6299         * m4/md5.m4 (gl_MD5): Likewise.
6300         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
6301         * m4/sha1.m4 (gl_SHA1): Likewise.
6302         * m4/sha256.m4 (gl_SHA256): Likewise.
6303         * m4/sha512.m4 (gl_SHA512): Likewise.
6304
6305 2009-01-19  Bruno Haible  <bruno@clisp.org>
6306
6307         * modules/uniname/uniname-tests (Depends-on): Add progname.
6308         * tests/uniname/test-uninames.c: Include progname.h.
6309         (main): Call set_program_name.
6310
6311         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
6312         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
6313         (main): Call set_program_name.
6314
6315         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
6316         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
6317         (main): Call set_program_name.
6318
6319         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
6320         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
6321         (main): Call set_program_name.
6322
6323         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
6324         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
6325         (main): Call set_program_name.
6326
6327         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
6328         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
6329         (main): Call set_program_name.
6330
6331         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
6332         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
6333         (main): Call set_program_name.
6334
6335         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
6336         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
6337         (main): Call set_program_name.
6338
6339         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
6340         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
6341         (main): Call set_program_name.
6342
6343 2009-01-19  Eric Blake  <ebb9@byu.net>
6344
6345         test-unistd: test previous patch
6346         * tests/test-unistd.c: Test *_FILENO macros.
6347
6348         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
6349         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
6350         Guarantee a definition.
6351         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
6352         * modules/unistd-safer (Depends-on): Add dependency on unistd.
6353         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
6354         * lib/dup-safer.c (STDERR_FILENO): Likewise.
6355         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
6356         Likewise.
6357         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
6358         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
6359         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
6360         Likewise.
6361         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
6362         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
6363         (STDERR_FILENO): Likewise.
6364         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
6365         (STDERR_FILENO): Likewise.
6366         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
6367         (STDERR_FILENO): Likewise.
6368         Reported by Elbert Pol.
6369
6370 2009-01-19  Eric Blake  <ebb9@byu.net>
6371
6372         doc: mention more functions added in cygwin 1.7.0
6373         * doc/posix-functions/abort.texi (abort): Update wording related
6374         to cygwin.
6375         * doc/posix-functions/daylight.texi (daylight): Likewise.
6376         * doc/posix-functions/optarg.texi (optarg): Likewise.
6377         * doc/posix-functions/optarg.texi (opterr): Likewise.
6378         * doc/posix-functions/optarg.texi (optind): Likewise.
6379         * doc/posix-functions/optarg.texi (optopt): Likewise.
6380         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
6381         worked in 1.5.x, and was withdrawn in 1.7.
6382         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
6383         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
6384         cygwin versions.
6385         * doc/posix-functions/perror.texi (perror): Likewise.
6386         * doc/posix-functions/printf.texi (printf): Likewise.
6387         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
6388         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
6389         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
6390         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
6391         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
6392         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
6393         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
6394         Likewise.
6395         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
6396         Likewise.
6397         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
6398         this function.
6399         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
6400         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
6401         Likewise.
6402         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
6403         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
6404         * doc/posix-functions/confstr.texi (confstr): Likewise.
6405         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
6406         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
6407         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
6408         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
6409         * doc/posix-functions/fputws.texi (fputws): Likewise.
6410         * doc/posix-functions/fwide.texi (fwide): Likewise.
6411         * doc/posix-functions/getwc.texi (getwc): Likewise.
6412         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
6413         * doc/posix-functions/putwc.texi (putwc): Likewise.
6414         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
6415         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
6416         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
6417         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
6418         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
6419         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
6420         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
6421         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
6422         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
6423         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
6424         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
6425
6426 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
6427
6428         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
6429         * lib/ioctl.c: Include <sys/ioctl.h>.
6430
6431 2009-01-19  Simon Josefsson  <simon@josefsson.org>
6432
6433         * modules/getdate-tests (Depends-on): Add progname.
6434         * tests/test-getdate.c: Use progname module, to avoid link errors
6435         on non-glibc systems.
6436
6437 2009-01-18  Simon Josefsson  <simon@josefsson.org>
6438
6439         * modules/filenamecat-tests (Depends-on): Add progname.
6440         * modules/fstrcmp-tests (Depends-on): Likewise.
6441
6442         * tests/test-filenamecat.c: Use progname module, to avoid link
6443         errors on non-glibc systems.
6444         * tests/test-fstrcmp.c: Likewise.
6445
6446 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
6447
6448         gettimeofday: avoid warning: nested extern declaration of 'localtime'
6449         * lib/gettimeofday.c: Move extern declaration out of function.
6450
6451 2009-01-18  Bruno Haible  <bruno@clisp.org>
6452
6453         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
6454         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
6455         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
6456
6457 2009-01-18  Bruno Haible  <bruno@clisp.org>
6458
6459         * lib/strftime.c (MEMPCPY): Remove unused macro.
6460         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
6461
6462 2009-01-18  Martin Lambers  <marlam@marlam.de>
6463
6464         New module 'link'.
6465         * lib/unistd.in.h (link): New declaration.
6466         * lib/link.c: New file.
6467         * m4/link.m4: New file.
6468         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
6469         HAVE_LINK.
6470         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
6471         * modules/link: New file.
6472         * doc/posix-functions/link.texi: Mention the new module.
6473
6474 2009-01-18  Bruno Haible  <bruno@clisp.org>
6475
6476         * tests/test-avltree_list.c (main): Call set_program_name.
6477         * tests/test-avltree_oset.c (main): Likewise.
6478         * tests/test-obstack-printf.c: Include progname.h.
6479         (main): Call set_program_name.
6480         * tests/test-quotearg.c: Include progname.h.
6481         (main): Call set_program_name.
6482         * tests/test-xmemdup0.c: Include progname.h.
6483         (main): Call set_program_name.
6484
6485 2009-01-18  Bruno Haible  <bruno@clisp.org>
6486
6487         New module 'alphasort'.
6488         * lib/dirent.in.h (alphasort): New declaration.
6489         * lib/alphasort.c: New file, from glibc with modifications.
6490         * m4/alphasort.m4: New file.
6491         * modules/alphasort: New file.
6492         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
6493         HAVE_ALPHASORT.
6494         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
6495         HAVE_ALPHASORT.
6496         * doc/posix-functions/alphasort.texi: Mention the new module and the
6497         portability problems.
6498
6499 2009-01-18  Bruno Haible  <bruno@clisp.org>
6500
6501         New module 'scandir'.
6502         * lib/dirent.in.h (scandir): New declaration.
6503         * lib/scandir.c: New file, from glibc with modifications.
6504         * m4/scandir.m4: New file.
6505         * modules/scandir: New file.
6506         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
6507         HAVE_SCANDIR.
6508         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
6509         HAVE_SCANDIR.
6510         * doc/posix-functions/scandir.texi: Mention the new module and the
6511         portability problems.
6512
6513 2009-01-17  Bruno Haible  <bruno@clisp.org>
6514
6515         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
6516         Update documentation.
6517         (func_remove_suffix): Escape all dots in the suffix. Update
6518         documentation.
6519         (func_filter_filelist): Update documentation.
6520         Reported by Ralf Wildenhues.
6521
6522 2009-01-17  Bruno Haible  <bruno@clisp.org>
6523
6524         * modules/dprintf-posix-tests: New file.
6525         * tests/test-dprintf-posix.sh: New file.
6526         * tests/test-dprintf-posix.c: New file.
6527
6528         New modules 'dprintf', 'dprintf-posix'.
6529         * lib/stdio.in.h (dprintf): New declaration.
6530         * lib/dprintf.c: New file.
6531         * m4/dprintf.m4: New file.
6532         * m4/dprintf-posix.m4: New file.
6533         * modules/dprintf: New file.
6534         * modules/dprintf-posix: New file.
6535         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
6536         HAVE_DPRINTF, REPLACE_DPRINTF.
6537         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
6538         HAVE_DPRINTF, REPLACE_DPRINTF.
6539         * doc/posix-functions/dprintf.texi: Mention the new modules.
6540
6541 2009-01-17  Bruno Haible  <bruno@clisp.org>
6542
6543         * modules/vdprintf-posix-tests: New file.
6544         * tests/test-vdprintf-posix.sh: New file.
6545         * tests/test-vdprintf-posix.c: New file.
6546
6547         New modules 'vdprintf', 'vdprintf-posix'.
6548         * lib/stdio.in.h (vdprintf): New declaration.
6549         * lib/vdprintf.c: New file.
6550         * m4/vdprintf.m4: New file.
6551         * m4/vdprintf-posix.m4: New file.
6552         * modules/vdprintf: New file.
6553         * modules/vdprintf-posix: New file.
6554         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
6555         HAVE_VDPRINTF, REPLACE_VDPRINTF.
6556         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
6557         HAVE_VDPRINTF, REPLACE_VDPRINTF.
6558         * doc/posix-functions/vdprintf.texi: Mention the new modules.
6559
6560 2009-01-17  Bruno Haible  <bruno@clisp.org>
6561
6562         Fix replacement of fopen on mingw.
6563         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
6564         mingw.
6565
6566 2009-01-17  Bruno Haible  <bruno@clisp.org>
6567
6568         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
6569         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
6570
6571 2009-01-17  Bruno Haible  <bruno@clisp.org>
6572
6573         Avoid test-fflush2.sh failure on mingw.
6574         * tests/test-fflush2.c: Include binary-io.h.
6575         (main): Put standard input into binary mode.
6576         * modules/fflush-tests (Depends-on): Add binary-io.
6577
6578 2009-01-17  Bruno Haible  <bruno@clisp.org>
6579
6580         * lib/wchar.in.h: In another particular situation, include only the
6581         system's <wchar.h> file.
6582         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
6583         Reported by Albert Chin-A-Young <china@thewrittenword.com>
6584         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
6585
6586 2009-01-17  Bruno Haible  <bruno@clisp.org>
6587
6588         Support for stripping executables in --enable-relocatable.
6589         * build-aux/install-reloc: Expect one more argument, or an environment
6590         variable RELOC_STRIP_PROG. If set, strip the destination program and
6591         its wrapper.
6592         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
6593         RELOC_STRIP_PROG.
6594         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
6595         to set RELOCATABLE_STRIP.
6596         * NEWS: Mention the new Makefile requirement.
6597
6598 2009-01-17  Bruno Haible  <bruno@clisp.org>
6599
6600         * build-aux/install-reloc: Remove debugging information left over by
6601         C compiler on MacOS X.
6602
6603 2009-01-17  Bruno Haible  <bruno@clisp.org>
6604
6605         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
6606         * lib/progreloc.c (find_executable): Fix type of pointer passed to
6607         _NSGetExecutablePath.
6608
6609 2009-01-16  Jim Meyering  <meyering@redhat.com>
6610
6611         strerror: avoid warnings about discarding "const"
6612         * lib/strerror.c (rpl_strerror): Instead of returning a const
6613         string from each and every "case", use a variable, and add a single
6614         cast after the switch.
6615
6616 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
6617
6618         * lib/arpa_inet.in.h: Add extern "C" block for C++.
6619
6620 2009-01-16  Bruno Haible  <bruno@clisp.org>
6621
6622         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
6623         array initializer syntax that also works in C++ mode.
6624         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6625
6626 2009-01-16  Jim Meyering  <meyering@redhat.com>
6627
6628         poll: suppress a warning
6629         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
6630         to ignore "...unsigned expression < 0 is always false" warnings.
6631
6632 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
6633
6634         poll: remove declarations of unused variables
6635         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
6636         sockbuf and optlen.
6637
6638 2009-01-15  Bruno Haible  <bruno@clisp.org>
6639
6640         Make fflush-after-ungetc POSIX compliant on BSD systems.
6641         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
6642         (clear_ungetc_buffer): Implement also for other systems.
6643         (rpl_fflush): On glibc systems, invoke
6644         clear_ungetc_buffer_preserving_position. Otherwise, invoke
6645         clear_ungetc_buffer after fetching the stream's position, not before.
6646
6647 2009-01-15  Bruno Haible  <bruno@clisp.org>
6648
6649         Make fflush-after-ungetc POSIX compliant on glibc systems.
6650         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
6651         after ungetc.
6652         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
6653         (rpl_fflush): On glibc systems, simply call the system's fflush
6654         function after clearing the ungetc buffer.
6655         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
6656         Instead, lseek only to the end of file, then use the system's fseeko
6657         for the rest. On glibc systems, reset the EOF indicator bit.
6658
6659 2009-01-15  Jim Meyering  <meyering@redhat.com>
6660
6661         openmp.m4: revert quote-adding change, for portability to older autoconf
6662         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
6663         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
6664         Simon Josefsson noticed the problem when using autoconf-2.61.
6665
6666 2009-01-15  Bruno Haible  <bruno@clisp.org>
6667
6668         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
6669         * tests/test-fflush2.c (ASSERT): Always fail.
6670         (main): Add two tests for fflush() after ungetc(), taking into account
6671         the Austin Group's clarification.
6672         Suggested by Eric Blake.
6673
6674 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
6675
6676         mktime.m4: remove K&R-style function prototypes
6677         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
6678         for the Sun C++ compiler.
6679
6680 2009-01-14  Bruno Haible  <bruno@clisp.org>
6681
6682         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
6683         while including <wchar.h>.
6684         * lib/wchar.in.h: In two particular situations on HP-UX, include only
6685         the system's <wchar.h> file.
6686         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6687
6688 2009-01-14  Bruno Haible  <bruno@clisp.org>
6689
6690         * m4/csharp.m4: Don't mention gettext on the serial number line.
6691         * m4/csharpexec.m4: Likewise.
6692         * m4/eaccess.m4: Likewise.
6693         * m4/javaexec.m4: Likewise.
6694         * m4/sig_atomic_t.m4: Likewise.
6695         * m4/tmpdir.m4: Likewise.
6696         * m4/intldir.m4: Bump gettext version.
6697         * m4/lib-ld.m4: Likewise.
6698
6699 2009-01-14  Bruno Haible  <bruno@clisp.org>
6700
6701         * lib/progname.c (set_program_name): Add more comments.
6702         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
6703
6704 2009-01-14  Simon Josefsson  <simon@josefsson.org>
6705
6706         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
6707         were sys/stat.h does not define it.
6708
6709 2009-01-14  Jim Meyering  <meyering@redhat.com>
6710
6711         many *.m4 files: improve m4 quoting
6712         99% of this change was performed by running the following commands:
6713         git ls-files | grep '\.m4$' | xargs perl -pi \
6714           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
6715           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
6716           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
6717           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
6718         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
6719         The remainder were to add Copyright dates, increment serial numbers,
6720         undo some changes in comments, exclude m4/intl.m4, and add quotes
6721         around the "1" in ",1" where the unusual spacing prohibited the
6722         above regexps from doing the job.  For more details, see
6723         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
6724         * m4/acl.m4: Modified.
6725         * m4/afs.m4: Likewise.
6726         * m4/alloca.m4: Likewise.
6727         * m4/argp.m4: Likewise.
6728         * m4/argz.m4: Likewise.
6729         * m4/atexit.m4: Likewise.
6730         * m4/bison-i18n.m4: Likewise.
6731         * m4/bison.m4: Likewise.
6732         * m4/byteswap.m4: Likewise.
6733         * m4/c-stack.m4: Likewise.
6734         * m4/c-strtod.m4: Likewise.
6735         * m4/calloc.m4: Likewise.
6736         * m4/canonicalize-lgpl.m4: Likewise.
6737         * m4/chown.m4: Likewise.
6738         * m4/clock_time.m4: Likewise.
6739         * m4/codeset.m4: Likewise.
6740         * m4/copy-file.m4: Likewise.
6741         * m4/csharp.m4: Likewise.
6742         * m4/csharpcomp.m4: Likewise.
6743         * m4/csharpexec.m4: Likewise.
6744         * m4/d-ino.m4: Likewise.
6745         * m4/d-type.m4: Likewise.
6746         * m4/dirfd.m4: Likewise.
6747         * m4/double-slash-root.m4: Likewise.
6748         * m4/eaccess.m4: Likewise.
6749         * m4/eealloc.m4: Likewise.
6750         * m4/environ.m4: Likewise.
6751         * m4/errno_h.m4: Likewise.
6752         * m4/euidaccess.m4: Likewise.
6753         * m4/execute.m4: Likewise.
6754         * m4/fatal-signal.m4: Likewise.
6755         * m4/fchdir.m4: Likewise.
6756         * m4/fcntl_h.m4: Likewise.
6757         * m4/fileblocks.m4: Likewise.
6758         * m4/filenamecat.m4: Likewise.
6759         * m4/findprog.m4: Likewise.
6760         * m4/flexmember.m4: Likewise.
6761         * m4/fnmatch.m4: Likewise.
6762         * m4/fopen.m4: Likewise.
6763         * m4/fpending.m4: Likewise.
6764         * m4/fprintf-posix.m4: Likewise.
6765         * m4/free.m4: Likewise.
6766         * m4/frexp.m4: Likewise.
6767         * m4/frexpl.m4: Likewise.
6768         * m4/fsusage.m4: Likewise.
6769         * m4/ftruncate.m4: Likewise.
6770         * m4/gc-camellia.m4: Likewise.
6771         * m4/gc-random.m4: Likewise.
6772         * m4/gc.m4: Likewise.
6773         * m4/getaddrinfo.m4: Likewise.
6774         * m4/getcwd-abort-bug.m4: Likewise.
6775         * m4/getcwd-path-max.m4: Likewise.
6776         * m4/getdate.m4: Likewise.
6777         * m4/getdomainname.m4: Likewise.
6778         * m4/getgroups.m4: Likewise.
6779         * m4/gethostname.m4: Likewise.
6780         * m4/gethrxtime.m4: Likewise.
6781         * m4/getline.m4: Likewise.
6782         * m4/getloadavg.m4: Likewise.
6783         * m4/getndelim2.m4: Likewise.
6784         * m4/getpass.m4: Likewise.
6785         * m4/gettext.m4: Likewise.
6786         * m4/gettime.m4: Likewise.
6787         * m4/gettimeofday.m4: Likewise.
6788         * m4/gnulib-common.m4: Likewise.
6789         * m4/group-member.m4: Likewise.
6790         * m4/host-os.m4: Likewise.
6791         * m4/iconv.m4: Likewise.
6792         * m4/iconv_open.m4: Likewise.
6793         * m4/inet_ntop.m4: Likewise.
6794         * m4/inet_pton.m4: Likewise.
6795         * m4/inline.m4: Likewise.
6796         * m4/intldir.m4: Likewise.
6797         * m4/intlmacosx.m4: Likewise.
6798         * m4/intmax.m4: Likewise.
6799         * m4/intmax_t.m4: Likewise.
6800         * m4/inttypes.m4: Likewise.
6801         * m4/inttypes_h.m4: Likewise.
6802         * m4/inttypes-pri.m4: Likewise.
6803         * m4/isapipe.m4: Likewise.
6804         * m4/isnand.m4: Likewise.
6805         * m4/isnanf.m4: Likewise.
6806         * m4/isnanl.m4: Likewise.
6807         * m4/javacomp.m4: Likewise.
6808         * m4/javaexec.m4: Likewise.
6809         * m4/jm-winsz1.m4: Likewise.
6810         * m4/jm-winsz2.m4: Likewise.
6811         * m4/lchown.m4: Likewise.
6812         * m4/lcmessage.m4: Likewise.
6813         * m4/ldexpl.m4: Likewise.
6814         * m4/lib-ld.m4: Likewise.
6815         * m4/lib-link.m4: Likewise.
6816         * m4/libsigsegv.m4: Likewise.
6817         * m4/link-follow.m4: Likewise.
6818         * m4/localcharset.m4: Likewise.
6819         * m4/locale-fr.m4: Likewise.
6820         * m4/locale-ja.m4: Likewise.
6821         * m4/locale-tr.m4: Likewise.
6822         * m4/locale-zh.m4: Likewise.
6823         * m4/lock.m4: Likewise.
6824         * m4/longlong.m4: Likewise.
6825         * m4/ls-mntd-fs.m4: Likewise.
6826         * m4/lstat.m4: Likewise.
6827         * m4/malloc.m4: Likewise.
6828         * m4/mathl.m4: Likewise.
6829         * m4/mbrtowc.m4: Likewise.
6830         * m4/mbstate_t.m4: Likewise.
6831         * m4/mbswidth.m4: Likewise.
6832         * m4/memchr.m4: Likewise.
6833         * m4/memcmp.m4: Likewise.
6834         * m4/memcpy.m4: Likewise.
6835         * m4/memmem.m4: Likewise.
6836         * m4/memmove.m4: Likewise.
6837         * m4/mempcpy.m4: Likewise.
6838         * m4/memrchr.m4: Likewise.
6839         * m4/memset.m4: Likewise.
6840         * m4/minmax.m4: Likewise.
6841         * m4/mkdir-slash.m4: Likewise.
6842         * m4/mkdtemp.m4: Likewise.
6843         * m4/mktime.m4: Likewise.
6844         * m4/mmap-anon.m4: Likewise.
6845         * m4/mountlist.m4: Likewise.
6846         * m4/nanosleep.m4: Likewise.
6847         * m4/nls.m4: Likewise.
6848         * m4/nocrash.m4: Likewise.
6849         * m4/open.m4: Likewise.
6850         * m4/openat.m4: Likewise.
6851         * m4/openmp.m4: Likewise.
6852         * m4/pathmax.m4: Likewise.
6853         * m4/perl.m4: Likewise.
6854         * m4/physmem.m4: Likewise.
6855         * m4/pipe.m4: Likewise.
6856         * m4/po.m4: Likewise.
6857         * m4/poll.m4: Likewise.
6858         * m4/posixtm.m4: Likewise.
6859         * m4/posixver.m4: Likewise.
6860         * m4/printf-frexp.m4: Likewise.
6861         * m4/printf-frexpl.m4: Likewise.
6862         * m4/printf-posix.m4: Likewise.
6863         * m4/printf-posix-rpl.m4: Likewise.
6864         * m4/printf.m4: Likewise.
6865         * m4/progtest.m4: Likewise.
6866         * m4/putenv.m4: Likewise.
6867         * m4/readline.m4: Likewise.
6868         * m4/readlink.m4: Likewise.
6869         * m4/readutmp.m4: Likewise.
6870         * m4/realloc.m4: Likewise.
6871         * m4/regex.m4: Likewise.
6872         * m4/relocatable.m4: Likewise.
6873         * m4/relocatable-lib.m4: Likewise.
6874         * m4/rename-dest-slash.m4: Likewise.
6875         * m4/rename.m4: Likewise.
6876         * m4/rmdir-errno.m4: Likewise.
6877         * m4/rmdir.m4: Likewise.
6878         * m4/roundf.m4: Likewise.
6879         * m4/roundl.m4: Likewise.
6880         * m4/rpmatch.m4: Likewise.
6881         * m4/save-cwd.m4: Likewise.
6882         * m4/selinux-selinux-h.m4: Likewise.
6883         * m4/setenv.m4: Likewise.
6884         * m4/settime.m4: Likewise.
6885         * m4/sig2str.m4: Likewise.
6886         * m4/sig_atomic_t.m4: Likewise.
6887         * m4/signalblocking.m4: Likewise.
6888         * m4/signbit.m4: Likewise.
6889         * m4/sigpipe.m4: Likewise.
6890         * m4/sockets.m4: Likewise.
6891         * m4/sockpfaf.m4: Likewise.
6892         * m4/st_dm_mode.m4: Likewise.
6893         * m4/stat-time.m4: Likewise.
6894         * m4/stdbool.m4: Likewise.
6895         * m4/stdint.m4: Likewise.
6896         * m4/stdint_h.m4: Likewise.
6897         * m4/stpcpy.m4: Likewise.
6898         * m4/stpncpy.m4: Likewise.
6899         * m4/strcase.m4: Likewise.
6900         * m4/strchrnul.m4: Likewise.
6901         * m4/strcspn.m4: Likewise.
6902         * m4/strdup.m4: Likewise.
6903         * m4/strftime.m4: Likewise.
6904         * m4/strndup.m4: Likewise.
6905         * m4/strnlen.m4: Likewise.
6906         * m4/strpbrk.m4: Likewise.
6907         * m4/strptime.m4: Likewise.
6908         * m4/strsep.m4: Likewise.
6909         * m4/strtod.m4: Likewise.
6910         * m4/strtoimax.m4: Likewise.
6911         * m4/strtok_r.m4: Likewise.
6912         * m4/strtol.m4: Likewise.
6913         * m4/strtoll.m4: Likewise.
6914         * m4/strtoul.m4: Likewise.
6915         * m4/strtoull.m4: Likewise.
6916         * m4/strtoumax.m4: Likewise.
6917         * m4/strverscmp.m4: Likewise.
6918         * m4/threadlib.m4: Likewise.
6919         * m4/timegm.m4: Likewise.
6920         * m4/tm_gmtoff.m4: Likewise.
6921         * m4/tmpdir.m4: Likewise.
6922         * m4/tmpfile.m4: Likewise.
6923         * m4/tzset.m4: Likewise.
6924         * m4/uintmax_t.m4: Likewise.
6925         * m4/unlinkdir.m4: Likewise.
6926         * m4/unlocked-io.m4: Likewise.
6927         * m4/uptime.m4: Likewise.
6928         * m4/userspec.m4: Likewise.
6929         * m4/utimbuf.m4: Likewise.
6930         * m4/utime.m4: Likewise.
6931         * m4/utimes-null.m4: Likewise.
6932         * m4/utimes.m4: Likewise.
6933         * m4/vararrays.m4: Likewise.
6934         * m4/vasnprintf.m4: Likewise.
6935         * m4/vfprintf-posix.m4: Likewise.
6936         * m4/vprintf-posix.m4: Likewise.
6937         * m4/wait-process.m4: Likewise.
6938         * m4/wchar_t.m4: Likewise.
6939         * m4/wint_t.m4: Likewise.
6940         * m4/write-any-file.m4: Likewise.
6941         * m4/yield.m4: Likewise.
6942
6943 2009-01-13  Bruno Haible  <bruno@clisp.org>
6944
6945         Avoid test-copy-file.sh failures when ACL support insufficient.
6946         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
6947         TESTS_ENVIRONMENT.
6948         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
6949         Reported by Jim Meyering.
6950
6951 2009-01-13  Bruno Haible  <bruno@clisp.org>
6952
6953         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
6954         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
6955         * modules/unistdio/u8-printf-parse (Files): Likewise.
6956         * modules/unistdio/u32-printf-parse (Files): Likewise.
6957         * modules/unistdio/ulc-printf-parse (Files): Likewise.
6958
6959 2009-01-13  Simon Josefsson  <simon@josefsson.org>
6960
6961         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
6962         and m4/inttypes_h.m4 too.
6963
6964 2009-01-12  Eric Blake  <ebb9@byu.net>
6965
6966         tests: IRIX 6.2 cc can't compile -0.0 into .data
6967         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
6968         rather than at compile-time.
6969         * tests/test-floorl.c (minus_zero): Likewise.
6970         * tests/test-frexpl.c (minus_zero): Likewise.
6971         * tests/test-isnan.c (minus_zerol): Likewise.
6972         * tests/test-isnanl.h (minus_zero): Likewise.
6973         * tests/test-ldexpl.c (minus_zero): Likewise.
6974         * tests/test-roundl.c (minus_zero): Likewise.
6975         * tests/test-signbit.c (minus_zerol): Likewise.
6976         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
6977         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
6978         * tests/test-truncl.c (minus_zero): Likewise.
6979         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
6980         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
6981         Reported by Tom G. Christensen and Nelson H. F. Beebe.
6982
6983 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
6984
6985         regex: fix glibc bug 9697
6986         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
6987         handling.
6988
6989 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
6990
6991         regex: fix glibc bug 697
6992         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
6993         being NULL also if there are no backreferences.
6994
6995 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
6996
6997         regex: merge glibc changes
6998         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
6999         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
7000         re_string_skip_chars, re_string_reconstruct): Likewise.
7001         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
7002
7003 2009-01-07  Jim Meyering  <meyering@redhat.com>
7004
7005         poll: filter through cppi
7006         * lib/poll.c: Indent cpp directives to reflect nesting.
7007
7008 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
7009
7010         poll: don't return uninitialized
7011         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
7012
7013 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
7014
7015         avoid compile failure on AIX 6.1
7016         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
7017         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
7018
7019 2009-01-04  Jim Meyering  <meyering@redhat.com>
7020
7021         remove duplicate inclusion of <stdio.h>
7022         * tests/test-fprintf-posix.c: Likewise.
7023         * tests/test-printf-posix.c: Likewise.
7024         * tests/test-snprintf-posix.c: Likewise.
7025         * tests/test-sprintf-posix.c: Likewise.
7026         * tests/test-vasprintf-posix.c: Likewise.
7027         * tests/test-vfprintf-posix.c: Likewise.
7028         * tests/test-vprintf-posix.c: Likewise.
7029         * tests/test-vsnprintf-posix.c: Likewise.
7030         * tests/test-vsprintf-posix.c: Likewise.
7031
7032 2009-01-03  Jim Meyering  <meyering@redhat.com>
7033
7034         gnulib-tool: fix sed-based filtering
7035         * gnulib-tool (func_filter_filelist): Remove extra backslash
7036         in sed_fff_filter definition.
7037
7038 2009-01-02  Jim Meyering  <meyering@redhat.com>
7039
7040         strftime: avoid compilation failure on Solaris 2.6
7041         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
7042         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
7043         Don't #define mbrlen or mbsinit, since now they're guaranteed to
7044         be available.  Reported by Tom G. Christensen.  Details in
7045         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
7046
7047 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7048             Bruno Haible  <bruno@clisp.org>
7049
7050         Speed up gnulib-tool by doing more string processing through shell
7051         built-ins.
7052         * gnulib-tool (fast_func_append): New variable.
7053         (func_remove_prefix, func_remove_suffix): New functions.
7054         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
7055         (func_filter_filelist): New function.
7056         (func_get_dependencies): Use func_remove_suffix instead of sed.
7057         (func_get_automake_snippet): Use func_filter_filelist instead of a
7058         subshell and sed invocation.
7059
7060 2009-01-01  Bruno Haible  <bruno@clisp.org>
7061
7062         Fix a security bug.
7063         * gnulib-tool (func_import, import, update): Don't allow the characters
7064         '"', '$', '`', '\' in macro arguments that become part of commands that
7065         are evaluated.
7066
7067 2009-01-01  Bruno Haible  <bruno@clisp.org>
7068
7069         * gnulib-tool (func_reset_sigpipe): Add more comments.
7070
7071 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7072
7073         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
7074         func_emit_tests_Makefile_am, func_import): Abort loops early if we
7075         already know the answer.
7076
7077 2009-01-01  Jim Meyering  <meyering@redhat.com>
7078
7079         * lib/version-etc.c (version_etc_va): Update copyright year.
7080
7081 2008-12-30  Bruno Haible  <bruno@clisp.org>
7082
7083         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
7084         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
7085         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
7086
7087 2008-12-29  Eric Blake  <ebb9@byu.net>
7088
7089         multiarch: avoid autoconf AC_REQUIRE bug
7090         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
7091         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
7092         2.63 and older.
7093         Reported by Bruno Haible, and analyzed in
7094         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
7095
7096 2008-12-29  Bruno Haible  <bruno@clisp.org>
7097
7098         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
7099         files in subdirectories correctly.
7100         Reported by Ralf Wildenhues.
7101
7102 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7103
7104         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
7105         rather than 'join FILE -', for Solaris join.
7106
7107 2008-12-29  Bruno Haible  <bruno@clisp.org>
7108
7109         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
7110         quoting.
7111         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
7112         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
7113         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
7114         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
7115         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
7116         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
7117         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
7118         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
7119         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
7120         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
7121         * m4/nls.m4 (AM_NLS): Likewise.
7122         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
7123         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
7124         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
7125         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
7126         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
7127         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
7128         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
7129         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
7130         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
7131         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7132         * m4/xsize.m4 (gl_XSIZE): Likewise.
7133         Suggested by Jim Meyering.
7134
7135 2008-11-17  Bruce Korb  <bkorb@gnu.org>
7136
7137         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
7138         * lib/parse-duration.c: use a switch instead of cascading if's.
7139
7140 2008-12-29  Eric Blake  <ebb9@byu.net>
7141
7142         wchar.h: supply WEOF on Irix 5.3
7143         * lib/wchar.in.h (wint_t): Also supply WEOF.
7144         * lib/wctype.in.h (wint_t): Likewise.
7145         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
7146         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
7147         Reported by Tom G. Christensen.
7148
7149 2008-12-26  Bruno Haible  <bruno@clisp.org>
7150
7151         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
7152         i486, i586, i686.
7153
7154 2008-12-26  Bruno Haible  <bruno@clisp.org>
7155
7156         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
7157
7158 2008-12-26  Bruno Haible  <bruno@clisp.org>
7159
7160         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
7161         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
7162         not __STDC_CONSTANT_MACROS.
7163         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
7164
7165 2008-12-25  Bruno Haible  <bruno@clisp.org>
7166
7167         Add support for universal builds to vasnprintf.
7168         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
7169         universal builds, guess no.
7170         * modules/vasnprintf-posix (Depends-on): Add multiarch.
7171         * modules/vasprintf-posix (Depends-on): Likewise.
7172         * modules/fprintf-posix (Depends-on): Likewise.
7173         * modules/vfprintf-posix (Depends-on): Likewise.
7174         * modules/snprintf-posix (Depends-on): Likewise.
7175         * modules/vsnprintf-posix (Depends-on): Likewise.
7176         * modules/sprintf-posix (Depends-on): Likewise.
7177         * modules/vsprintf-posix (Depends-on): Likewise.
7178         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7179         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7180         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7181         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7182         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7183         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7184         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7185
7186         Add support for universal builds to <inttypes.h>.
7187         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
7188         _SCNu64_PREFIX): In Apple
7189         universal builds, define directly, using _LP64.
7190         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
7191         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
7192         * modules/inttypes (Depends-on): Add multiarch.
7193         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
7194
7195         Add support for universal builds to <stdint.h>.
7196         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
7197         universal builds, define directly, using _LP64.
7198         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
7199         Apple universal builds, don't test for the size and suffix of ptrdiff_t
7200         and size_t.
7201         * modules/stdint (Depends-on): Add multiarch.
7202         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
7203
7204         New module 'multiarch'.
7205         * modules/multiarch: New file.
7206         * m4/multiarch.m4: New file.
7207
7208 2008-12-25  Bruno Haible  <bruno@clisp.org>
7209
7210         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
7211
7212 2008-12-25  Bruno Haible  <bruno@clisp.org>
7213
7214         * modules/btowc (License): Relicense under LGPLv2+.
7215         * modules/mbsinit (License): Likewise.
7216         * modules/mbrtowc (License): Likewise.
7217         * modules/wcrtomb (License): Likewise.
7218         * modules/streq (License): Likewise.
7219         Reported by David Lutterkort <lutter@redhat.com>.
7220
7221 2008-12-23  Bruno Haible  <bruno@clisp.org>
7222
7223         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
7224
7225 2008-12-23  Bruno Haible  <bruno@clisp.org>
7226
7227         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
7228         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
7229         GETADDRINFO_LIB, not in LIBS.
7230         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
7231         * modules/canon-host (Link): Likewise.
7232         * NEWS: Mention the change.
7233         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
7234         GETADDRINFO_LIB.
7235
7236 2008-12-22  Bruno Haible  <bruno@clisp.org>
7237
7238         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
7239         * doc/posix-functions/iswalpha_l.texi: Likewise.
7240         * doc/posix-functions/iswblank_l.texi: Likewise.
7241         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7242         * doc/posix-functions/iswctype_l.texi: Likewise.
7243         * doc/posix-functions/iswdigit_l.texi: Likewise.
7244         * doc/posix-functions/iswgraph_l.texi: Likewise.
7245         * doc/posix-functions/iswlower_l.texi: Likewise.
7246         * doc/posix-functions/iswprint_l.texi: Likewise.
7247         * doc/posix-functions/iswpunct_l.texi: Likewise.
7248         * doc/posix-functions/iswspace_l.texi: Likewise.
7249         * doc/posix-functions/iswupper_l.texi: Likewise.
7250         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7251         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
7252         * doc/posix-functions/open_wmemstream.texi: Likewise.
7253         * doc/posix-functions/swscanf.texi: Likewise.
7254         * doc/posix-functions/towctrans_l.texi: Likewise.
7255         * doc/posix-functions/towlower.texi: Likewise.
7256         * doc/posix-functions/towlower_l.texi: Likewise.
7257         * doc/posix-functions/towupper.texi: Likewise.
7258         * doc/posix-functions/towupper_l.texi: Likewise.
7259         * doc/posix-functions/vfwprintf.texi: Likewise.
7260         * doc/posix-functions/vfwscanf.texi: Likewise.
7261         * doc/posix-functions/vswscanf.texi: Likewise.
7262         * doc/posix-functions/vwprintf.texi: Likewise.
7263         * doc/posix-functions/vwscanf.texi: Likewise.
7264         * doc/posix-functions/wcpcpy.texi: Likewise.
7265         * doc/posix-functions/wcpncpy.texi: Likewise.
7266         * doc/posix-functions/wcscasecmp.texi: Likewise.
7267         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
7268         * doc/posix-functions/wcscoll_l.texi: Likewise.
7269         * doc/posix-functions/wcsdup.texi: Likewise.
7270         * doc/posix-functions/wcsncasecmp.texi: Likewise.
7271         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
7272         * doc/posix-functions/wcsnlen.texi: Likewise.
7273         * doc/posix-functions/wcsnrtombs.texi: Likewise.
7274         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7275         * doc/posix-functions/wctrans_l.texi: Likewise.
7276         * doc/posix-functions/wctype_l.texi: Likewise.
7277         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
7278         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
7279         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
7280         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
7281         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
7282         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
7283         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
7284         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
7285         * doc/glibc-functions/wcschrnul.texi: Likewise.
7286         * doc/glibc-functions/wcsftime_l.texi: Likewise.
7287         * doc/glibc-functions/wcstod_l.texi: Likewise.
7288         * doc/glibc-functions/wcstof_l.texi: Likewise.
7289         * doc/glibc-functions/wcstol_l.texi: Likewise.
7290         * doc/glibc-functions/wcstold_l.texi: Likewise.
7291         * doc/glibc-functions/wcstoll_l.texi: Likewise.
7292         * doc/glibc-functions/wcstoq.texi: Likewise.
7293         * doc/glibc-functions/wcstoul_l.texi: Likewise.
7294         * doc/glibc-functions/wcstoull_l.texi: Likewise.
7295         * doc/glibc-functions/wcstouq.texi: Likewise.
7296         * doc/glibc-functions/wmempcpy.texi: Likewise.
7297
7298 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
7299             Eric Blake  <ebb9@byu.net>
7300             Paolo Bonzini  <bonzini@gnu.org>
7301             Bruno Haible  <bruno@clisp.org>
7302
7303         Make c-stack work on Haiku.
7304         * lib/c-stack.c (SA_ONSTACK): Define fallback.
7305         (c_stack_action): Use SA_ONSTACK flag.
7306
7307 2008-12-22  Bruno Haible  <bruno@clisp.org>
7308
7309         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
7310
7311 2008-12-22  Bruno Haible  <bruno@clisp.org>
7312
7313         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
7314         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
7315         being overridden.
7316         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
7317         New macros.
7318         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
7319         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
7320         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
7321         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
7322
7323 2008-12-22  Bruno Haible  <bruno@clisp.org>
7324
7325         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
7326         from test code.
7327
7328 2008-12-22  Eric Blake  <ebb9@byu.net>
7329
7330         Avoid gcc warnings on cygwin.
7331         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
7332         Avoid unused variable.
7333         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
7334         Likewise.
7335
7336 2008-12-22  Bruno Haible  <bruno@clisp.org>
7337
7338         Remove HAVE_MBRTOWC conditionals.
7339         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
7340         (mbscasecmp): Assume mbrtowc function.
7341         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
7342         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
7343         * lib/mbschr.c: Include mbuiter.h unconditionally.
7344         (mbschr): Assume mbrtowc function.
7345         * lib/mbscspn.c: Include mbuiter.h unconditionally.
7346         (mbscspn): Assume mbrtowc function.
7347         * lib/mbslen.c: Include mbuiter.h unconditionally.
7348         (mbslen): Assume mbrtowc function.
7349         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
7350         (mbsncasecmp): Assume mbrtowc function.
7351         * lib/mbsnlen.c: Include mbiter.h unconditionally.
7352         (mbsnlen): Assume mbrtowc function.
7353         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
7354         (mbspbrk): Assume mbrtowc function.
7355         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
7356         (mbspcasecmp): Assume mbrtowc function.
7357         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
7358         (mbsrchr): Assume mbrtowc function.
7359         * lib/mbssep.c: Include mbuiter.h unconditionally.
7360         (mbssep): Assume mbrtowc function.
7361         * lib/mbsspn.c: Include mbuiter.h unconditionally.
7362         (mbsspn): Assume mbrtowc function.
7363         * lib/mbsstr.c: Include mbuiter.h unconditionally.
7364         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
7365         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
7366         (mbstok_r): Assume mbrtowc function.
7367         * lib/propername.c: Include mbuiter.h unconditionally.
7368         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
7369         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
7370         (trim2): Assume mbrtowc function.
7371         * lib/mbswidth.c (mbsinit): Remove fallback definition.
7372         (mbsnwidth): Assume mbrtowc function.
7373         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
7374         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
7375         fallback definitions.
7376         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
7377
7378 2008-12-22  Bruno Haible  <bruno@clisp.org>
7379
7380         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
7381
7382 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
7383
7384         * modules/regex: Request emulations for the mb*/wc* functions we need.
7385         * m4/regex.m4: Don't look for those functions here.
7386         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
7387
7388 2008-12-22  Bruno Haible  <bruno@clisp.org>
7389
7390         * modules/fnmatch (Depends-on): Remove duplicated dependency.
7391
7392 2008-12-21  Bruno Haible  <bruno@clisp.org>
7393
7394         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
7395         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
7396         (Include): Remove conditionalization.
7397         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
7398         (Include): Remove conditionalization.
7399         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
7400         (Include): Remove conditionalization.
7401         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
7402         * m4/mbfile.m4 (gl_MBFILE): Likewise.
7403         * NEWS: Mention the change.
7404         Reported by Alan Hourihane <alanh@fairlite.co.uk>
7405         via Sergey Poznyakoff <gray@gnu.org.ua>.
7406
7407 2008-12-21  Bruno Haible  <bruno@clisp.org>
7408
7409         * MODULES.html.sh (Extended multibyte and wide character utilities
7410         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
7411         wcrtomb, wcsrtombs.
7412         (Support for systems lacking POSIX:2008): Add accept, bind, close,
7413         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
7414         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
7415         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
7416
7417 2008-12-21  Bruno Haible  <bruno@clisp.org>
7418
7419         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
7420
7421 2008-12-21  Bruno Haible  <bruno@clisp.org>
7422
7423         * modules/wcsnrtombs-tests: New file.
7424         * tests/test-wcsnrtombs1.sh: New file.
7425         * tests/test-wcsnrtombs2.sh: New file.
7426         * tests/test-wcsnrtombs3.sh: New file.
7427         * tests/test-wcsnrtombs4.sh: New file.
7428         * tests/test-wcsnrtombs.c: New file.
7429
7430         New module 'wcsnrtombs'.
7431         * lib/wchar.in.h (wcsnrtombs): New declaration.
7432         * lib/wcsnrtombs.c: New file.
7433         * lib/wcsrtombs-state.c: New file.
7434         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
7435         (internal_state): Remove variable.
7436         * m4/wcsnrtombs.m4: New file.
7437         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
7438         compilation units.
7439         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
7440         HAVE_WCSNRTOMBS.
7441         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
7442         HAVE_WCSNRTOMBS.
7443         * modules/wcsnrtombs: New file.
7444         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
7445         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
7446
7447 2008-12-21  Bruno Haible  <bruno@clisp.org>
7448
7449         * modules/wcsrtombs-tests: New file.
7450         * tests/test-wcsrtombs1.sh: New file.
7451         * tests/test-wcsrtombs2.sh: New file.
7452         * tests/test-wcsrtombs3.sh: New file.
7453         * tests/test-wcsrtombs4.sh: New file.
7454         * tests/test-wcsrtombs.c: New file.
7455
7456         New module 'wcsrtombs'.
7457         * lib/wchar.in.h (wcsrtombs): New declaration.
7458         * lib/wcsrtombs.c: New file.
7459         * m4/wcsrtombs.m4: New file.
7460         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
7461         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
7462         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
7463         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
7464         * modules/wcsrtombs: New file.
7465         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
7466         bugs.
7467
7468 2008-12-21  Bruno Haible  <bruno@clisp.org>
7469
7470         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
7471         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
7472         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
7473         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
7474         if not correct.
7475         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
7476         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
7477         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
7478         m4/locale-zh.m4, m4/codeset.m4.
7479         * doc/posix-functions/wcrtomb.texi: Document the bug.
7480
7481 2008-12-21  Bruno Haible  <bruno@clisp.org>
7482
7483         Work around a btowc() bug on IRIX 6.5.
7484         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
7485         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
7486         REPLACE_WTOBC if not.
7487         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
7488         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
7489         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
7490
7491 2008-12-21  Bruno Haible  <bruno@clisp.org>
7492
7493         * modules/wcrtomb-tests: New file.
7494         * tests/test-wcrtomb.sh: New file.
7495         * tests/test-wcrtomb.c: New file.
7496
7497         New module 'wcrtomb'.
7498         * lib/wchar.in.h (wcrtomb): New declaration.
7499         * lib/wcrtomb.c: New file.
7500         * m4/wcrtomb.m4: New file.
7501         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
7502         HAVE_WCRTOMB.
7503         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
7504         HAVE_WCRTOMB.
7505         * modules/wcrtomb: New file.
7506         * doc/posix-functions/wcrtomb.texi: Mention the new module.
7507
7508 2008-12-21  Bruno Haible  <bruno@clisp.org>
7509
7510         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
7511         * modules/mbsrtowcs (Files): Likewise.
7512         * modules/wctob (Files): Likewise.
7513         * modules/c-strcase-tests (Files): Likewise.
7514         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
7515         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
7516         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
7517         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
7518         * modules/vasnprintf-posix-tests (Files): Likewise.
7519
7520 2008-12-21  William Pursell  <bill.pursell@gmail.com>
7521
7522         gitlog-to-changelog: pass all command-line arguments to git-log
7523         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
7524         it is sometimes convenient to filter the commits in various ways.
7525         gitlog-to-changelog only allows --since to specify a start date,
7526         but git-log itself supports many other filtering mechanisms.
7527         At the moment, I want to filter by branch name.  Rather than
7528         adding a --branch option to gitlog-to-changelog, it seems more
7529         flexible to simply pass all options directly to git-log and let
7530         git do the work.  Notice that this effectively makes --since a
7531         redundant option for gitlog-to-changelog, but removing it would
7532         require current usage to change since calls would then require
7533         an additional '--'.
7534
7535 2008-12-21  Bruno Haible  <bruno@clisp.org>
7536
7537         * modules/mbsnrtowcs-tests: New file.
7538         * tests/test-mbsnrtowcs1.sh: New file.
7539         * tests/test-mbsnrtowcs2.sh: New file.
7540         * tests/test-mbsnrtowcs3.sh: New file.
7541         * tests/test-mbsnrtowcs4.sh: New file.
7542         * tests/test-mbsnrtowcs.c: New file.
7543
7544         New module 'mbsnrtowcs'.
7545         * lib/wchar.in.h (mbsnrtowcs): New declaration.
7546         * lib/mbsnrtowcs.c: New file.
7547         * lib/mbsrtowcs-state.c: New file.
7548         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
7549         (internal_state): Remove variable.
7550         * m4/mbsnrtowcs.m4: New file.
7551         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
7552         compilation units.
7553         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
7554         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
7555         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
7556         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
7557         * modules/mbsnrtowcs: New file.
7558         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
7559         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
7560         portability problem.
7561
7562 2008-12-21  Bruno Haible  <bruno@clisp.org>
7563
7564         Work around mbsrtowcs bug.
7565         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
7566         (gl_FUNC_MBSRTOWCS): Invoke it.
7567         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
7568         m4/locale-zh.m4.
7569         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
7570
7571 2008-12-21  Bruno Haible  <bruno@clisp.org>
7572
7573         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
7574
7575 2008-12-21  Bruno Haible  <bruno@clisp.org>
7576
7577         Update doc for AIX.
7578         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
7579         16-bit wchar_t type.
7580         * doc/posix-functions/btowc.texi: Likewise.
7581         * doc/posix-functions/fgetwc.texi: Likewise.
7582         * doc/posix-functions/fgetws.texi: Likewise.
7583         * doc/posix-functions/fputwc.texi: Likewise.
7584         * doc/posix-functions/fputws.texi: Likewise.
7585         * doc/posix-functions/fwide.texi: Likewise.
7586         * doc/posix-functions/fwprintf.texi: Likewise.
7587         * doc/posix-functions/fwscanf.texi: Likewise.
7588         * doc/posix-functions/getwchar.texi: Likewise.
7589         * doc/posix-functions/getwc.texi: Likewise.
7590         * doc/posix-functions/iswalnum.texi: Likewise.
7591         * doc/posix-functions/iswalpha.texi: Likewise.
7592         * doc/posix-functions/iswblank.texi: Likewise.
7593         * doc/posix-functions/iswcntrl.texi: Likewise.
7594         * doc/posix-functions/iswctype.texi: Likewise.
7595         * doc/posix-functions/iswdigit.texi: Likewise.
7596         * doc/posix-functions/iswgraph.texi: Likewise.
7597         * doc/posix-functions/iswlower.texi: Likewise.
7598         * doc/posix-functions/iswprint.texi: Likewise.
7599         * doc/posix-functions/iswpunct.texi: Likewise.
7600         * doc/posix-functions/iswspace.texi: Likewise.
7601         * doc/posix-functions/iswupper.texi: Likewise.
7602         * doc/posix-functions/iswxdigit.texi: Likewise.
7603         * doc/posix-functions/mbrtowc.texi: Likewise.
7604         * doc/posix-functions/mbsrtowcs.texi: Likewise.
7605         * doc/posix-functions/mbstowcs.texi: Likewise.
7606         * doc/posix-functions/mbtowc.texi: Likewise.
7607         * doc/posix-functions/putwchar.texi: Likewise.
7608         * doc/posix-functions/putwc.texi: Likewise.
7609         * doc/posix-functions/swprintf.texi: Likewise.
7610         * doc/posix-functions/tolower.texi: Likewise.
7611         * doc/posix-functions/toupper.texi: Likewise.
7612         * doc/posix-functions/towctrans.texi: Likewise.
7613         * doc/posix-functions/ungetwc.texi: Likewise.
7614         * doc/posix-functions/vswprintf.texi: Likewise.
7615         * doc/posix-functions/wcrtomb.texi: Likewise.
7616         * doc/posix-functions/wcscat.texi: Likewise.
7617         * doc/posix-functions/wcschr.texi: Likewise.
7618         * doc/posix-functions/wcscmp.texi: Likewise.
7619         * doc/posix-functions/wcscoll.texi: Likewise.
7620         * doc/posix-functions/wcscpy.texi: Likewise.
7621         * doc/posix-functions/wcscspn.texi: Likewise.
7622         * doc/posix-functions/wcsftime.texi: Likewise.
7623         * doc/posix-functions/wcslen.texi: Likewise.
7624         * doc/posix-functions/wcsncat.texi: Likewise.
7625         * doc/posix-functions/wcsncmp.texi: Likewise.
7626         * doc/posix-functions/wcsncpy.texi: Likewise.
7627         * doc/posix-functions/wcspbrk.texi: Likewise.
7628         * doc/posix-functions/wcsrchr.texi: Likewise.
7629         * doc/posix-functions/wcsrtombs.texi: Likewise.
7630         * doc/posix-functions/wcsspn.texi: Likewise.
7631         * doc/posix-functions/wcsstr.texi: Likewise.
7632         * doc/posix-functions/wcstod.texi: Likewise.
7633         * doc/posix-functions/wcstof.texi: Likewise.
7634         * doc/posix-functions/wcstoimax.texi: Likewise.
7635         * doc/posix-functions/wcstok.texi: Likewise.
7636         * doc/posix-functions/wcstold.texi: Likewise.
7637         * doc/posix-functions/wcstoll.texi: Likewise.
7638         * doc/posix-functions/wcstol.texi: Likewise.
7639         * doc/posix-functions/wcstombs.texi: Likewise.
7640         * doc/posix-functions/wcstoull.texi: Likewise.
7641         * doc/posix-functions/wcstoul.texi: Likewise.
7642         * doc/posix-functions/wcstoumax.texi: Likewise.
7643         * doc/posix-functions/wcswidth.texi: Likewise.
7644         * doc/posix-functions/wcsxfrm.texi: Likewise.
7645         * doc/posix-functions/wctob.texi: Likewise.
7646         * doc/posix-functions/wctomb.texi: Likewise.
7647         * doc/posix-functions/wctrans.texi: Likewise.
7648         * doc/posix-functions/wctype.texi: Likewise.
7649         * doc/posix-functions/wcwidth.texi: Likewise.
7650         * doc/posix-functions/wmemchr.texi: Likewise.
7651         * doc/posix-functions/wmemcmp.texi: Likewise.
7652         * doc/posix-functions/wmemcpy.texi: Likewise.
7653         * doc/posix-functions/wmemmove.texi: Likewise.
7654         * doc/posix-functions/wmemset.texi: Likewise.
7655         * doc/posix-functions/wprintf.texi: Likewise.
7656         * doc/posix-functions/wscanf.texi: Likewise.
7657
7658 2008-12-21  Bruno Haible  <bruno@clisp.org>
7659
7660         Update doc for HP-UX 11.11.
7661         * doc/posix-functions/btowc.texi: Clarify that the function is missing
7662         in HP-UX version 11.00, not in all versions of HP-UX 11.
7663         * doc/posix-functions/fwide.texi: Likewise.
7664         * doc/posix-functions/fwprintf.texi: Likewise.
7665         * doc/posix-functions/fwscanf.texi: Likewise.
7666         * doc/posix-functions/inet_ntop.texi: Likewise.
7667         * doc/posix-functions/inet_pton.texi: Likewise.
7668         * doc/posix-functions/mbrlen.texi: Likewise.
7669         * doc/posix-functions/mbrtowc.texi: Likewise.
7670         * doc/posix-functions/mbsinit.texi: Likewise.
7671         * doc/posix-functions/mbsrtowcs.texi: Likewise.
7672         * doc/posix-functions/swprintf.texi: Likewise.
7673         * doc/posix-functions/swscanf.texi: Likewise.
7674         * doc/posix-functions/towctrans.texi: Likewise.
7675         * doc/posix-functions/vfwprintf.texi: Likewise.
7676         * doc/posix-functions/vswprintf.texi: Likewise.
7677         * doc/posix-functions/vwprintf.texi: Likewise.
7678         * doc/posix-functions/wcrtomb.texi: Likewise.
7679         * doc/posix-functions/wcsrtombs.texi: Likewise.
7680         * doc/posix-functions/wcsstr.texi: Likewise.
7681         * doc/posix-functions/wctob.texi: Likewise.
7682         * doc/posix-functions/wctrans.texi: Likewise.
7683         * doc/posix-functions/wmemchr.texi: Likewise.
7684         * doc/posix-functions/wmemcmp.texi: Likewise.
7685         * doc/posix-functions/wmemcpy.texi: Likewise.
7686         * doc/posix-functions/wmemmove.texi: Likewise.
7687         * doc/posix-functions/wmemset.texi: Likewise.
7688         * doc/posix-functions/wprintf.texi: Likewise.
7689         * doc/posix-functions/wscanf.texi: Likewise.
7690
7691 2008-12-21  Bruno Haible  <bruno@clisp.org>
7692
7693         Work around a portability problem.
7694         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
7695         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
7696
7697 2008-12-20  Bruno Haible  <bruno@clisp.org>
7698
7699         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
7700         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
7701         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
7702         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
7703         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
7704
7705         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
7706         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
7707         set.
7708         (GNULIB_defined_mbstate_t): New macro.
7709         (mbsinit): Redefine if REPLACE_MBSINIT is set.
7710         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
7711         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
7712         reuses the system's mbrtowc function but works around the bugs.
7713         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
7714         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
7715         macros.
7716         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
7717         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
7718         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
7719         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
7720         REPLACE_MBSINIT if mbsinit needs to be overridden.
7721         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
7722         REPLACE_MBSINIT, REPLACE_MBRTOWC.
7723         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
7724         REPLACE_MBSINIT, REPLACE_MBRTOWC.
7725         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
7726         m4/locale-zh.m4.
7727         (Depends): Add mbsinit.
7728         * modules/mbsinit (Depends): Add mbrtowc.
7729         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
7730
7731 2008-12-20  Bruno Haible  <bruno@clisp.org>
7732
7733         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
7734         so that there are no conversion errors on AIX.
7735         * tests/test-mbsrtowcs.c (main): LIkewise.
7736
7737 2008-12-20  Bruno Haible  <bruno@clisp.org>
7738
7739         Work around wctob bug on Solaris <= 9.
7740         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
7741         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
7742         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
7743         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
7744         * modules/wctob (Files): Add m4/locale-fr.m4.
7745         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
7746
7747 2008-12-20  Bruno Haible  <bruno@clisp.org>
7748
7749         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
7750         /dev/null.
7751         * tests/test-select-in.sh: Likewise.
7752         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7753
7754 2008-12-20  Bruno Haible  <bruno@clisp.org>
7755
7756         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
7757         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
7758         Cygwin 1.5.x.
7759
7760 2008-12-20  Bruno Haible  <bruno@clisp.org>
7761
7762         Ensure mbstate_t is defined on HP-UX 11.11.
7763         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
7764         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
7765         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
7766         AC_USE_SYSTEM_EXTENSIONS.
7767         * modules/fnmatch (Depends-on): Add extensions.
7768         * modules/mbrlen (Depends-on): Likewise.
7769         * modules/mbrtowc (Depends-on): Likewise.
7770         * modules/mbsinit (Depends-on): Likewise.
7771         * modules/mbsrtowcs (Depends-on): Likewise.
7772         * modules/mbswidth (Depends-on): Likewise.
7773         * modules/quotearg (Depends-on): Likewise.
7774         * modules/strftime (Depends-on): Likewise.
7775
7776 2008-12-20  Bruno Haible  <bruno@clisp.org>
7777
7778         Ensure wctob is declared on IRIX 6.5.
7779         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
7780         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
7781         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
7782         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
7783         of HAVE_WCTOB.
7784         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
7785         HAVE_WCTOB.
7786         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
7787
7788 2008-12-19  Bruno Haible  <bruno@clisp.org>
7789
7790         * modules/mbsrtowcs-tests: New file.
7791         * tests/test-mbsrtowcs1.sh: New file.
7792         * tests/test-mbsrtowcs2.sh: New file.
7793         * tests/test-mbsrtowcs3.sh: New file.
7794         * tests/test-mbsrtowcs4.sh: New file.
7795         * tests/test-mbsrtowcs.c: New file.
7796
7797         New module 'mbsrtowcs'.
7798         * lib/wchar.in.h (mbsrtowcs): New declaration.
7799         * lib/mbsrtowcs.c: New file.
7800         * m4/mbsrtowcs.m4: New file.
7801         * modules/mbsrtowcs: New file.
7802         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
7803         HAVE_MBSRTOWCS.
7804         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
7805         HAVE_MBSRTOWCS.
7806         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
7807
7808 2008-12-19  Bruno Haible  <bruno@clisp.org>
7809
7810         New module 'mbrlen'.
7811         * lib/wchar.in.h (mbrlen): New declaration.
7812         * lib/mbrlen.c: New file.
7813         * m4/mbrlen.m4: New file.
7814         * modules/mbrlen: New file.
7815         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
7816         HAVE_MBRLEN.
7817         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
7818         HAVE_MBRLEN.
7819         * doc/posix-functions/mbrlen.texi: Document the new module.
7820
7821 2008-12-19  Bruno Haible  <bruno@clisp.org>
7822
7823         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
7824         * modules/mbrtowc (Depends-on): Add verify.
7825         Suggested by Paul Eggert.
7826
7827 2008-12-18  Bruno Haible  <bruno@clisp.org>
7828
7829         * modules/mbsinit-tests: New file.
7830         * tests/test-mbsinit.sh: New file.
7831         * tests/test-mbsinit.c: New file.
7832
7833 2008-12-18  Bruno Haible  <bruno@clisp.org>
7834
7835         * modules/mbrtowc-tests: New file.
7836         * tests/test-mbrtowc1.sh: New file.
7837         * tests/test-mbrtowc2.sh: New file.
7838         * tests/test-mbrtowc3.sh: New file.
7839         * tests/test-mbrtowc4.sh: New file.
7840         * tests/test-mbrtowc.c: New file.
7841
7842         New module 'mbrtowc'.
7843         * lib/wchar.in.h (mbstate_t): Override when the system does not have
7844         mbsinit and mbrtowc.
7845         (mbrtowc): New declaration.
7846         * lib/mbrtowc.c: New file.
7847         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
7848         * modules/mbrtowc: New file.
7849         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
7850         HAVE_MBRTOWC.
7851         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
7852         HAVE_MBRTOWC.
7853         * doc/posix-functions/mbrtowc.texi: Document the new module.
7854
7855 2008-12-18  Bruno Haible  <bruno@clisp.org>
7856
7857         New module 'wctob'.
7858         * lib/wchar.in.h (wctob): New declaration.
7859         * lib/wctob.c: New file.
7860         * m4/wctob.m4: New file.
7861         * modules/wctob: New file.
7862         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
7863         HAVE_WCTOB.
7864         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
7865         * doc/posix-functions/wctob.texi: Document the new module.
7866
7867 2008-12-18  Bruno Haible  <bruno@clisp.org>
7868
7869         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
7870         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
7871
7872 2008-12-18  Simon Josefsson  <simon@josefsson.org>
7873
7874         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
7875         G. Christensen" <tgc@jupiterrise.com>.
7876
7877         * lib/flock.c: Need to include errno.h.  Reported by "Tom
7878         G. Christensen" <tgc@jupiterrise.com>.
7879
7880         * lib/flock.c: Need to include string.h.  Reported by "Tom
7881         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
7882         <ebb9@byu.net>.
7883
7884 2008-12-18  Bruno Haible  <bruno@clisp.org>
7885
7886         * m4/locale-ja.m4: New file, from GNU gettext.
7887
7888 2008-12-17  Bruno Haible  <bruno@clisp.org>
7889
7890         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
7891         Suggested by Eric Blake.
7892
7893 2008-12-17  Bruno Haible  <bruno@clisp.org>
7894
7895         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
7896
7897 2008-12-17  Bruno Haible  <bruno@clisp.org>
7898
7899         * lib/mbsinit.c: Include verify.h. Verify an assumption.
7900         * modules/mbsinit (Depends-on): Add verify.
7901         Suggested by Paul Eggert.
7902
7903 2008-12-17  Bruno Haible  <bruno@clisp.org>
7904
7905         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
7906         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
7907         gl_FUNC_MBRTOWC.
7908         * m4/mbiter.m4 (gl_MBITER): LIkewise.
7909         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
7910         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
7911         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
7912         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
7913         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
7914         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
7915         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
7916         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
7917         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
7918         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
7919         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
7920         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
7921         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
7922         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
7923         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7924         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
7925         * modules/trim (configure.ac): Likewise.
7926
7927 2008-12-17  Bruno Haible  <bruno@clisp.org>
7928
7929         * modules/btowc-tests: New file.
7930         * tests/test-btowc1.sh: New file.
7931         * tests/test-btowc2.sh: New file.
7932         * tests/test-btowc.c: New file.
7933
7934         New module 'btowc'.
7935         * lib/wchar.in.h (btowc): New declaration.
7936         * lib/btowc.c: New file.
7937         * m4/btowc.m4: New file.
7938         * modules/btowc: New file.
7939         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
7940         HAVE_BTOWC.
7941         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
7942         * doc/posix-functions/btowc.texi: Document the new module.
7943
7944 2008-12-17  Bruno Haible  <bruno@clisp.org>
7945
7946         New module 'mbsinit'.
7947         * lib/wchar.in.h (mbsinit): New declaration.
7948         * lib/mbsinit.c: New file.
7949         * m4/mbsinit.m4: New file.
7950         * modules/mbsinit: New file.
7951         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
7952         HAVE_MBSINIT.
7953         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
7954         HAVE_MBSINIT.
7955         * doc/posix-functions/mbsinit.texi: Document the new module.
7956
7957 2008-12-16  Bruno Haible  <bruno@clisp.org>
7958
7959         * lib/unistd.in.h: Add comment.
7960         * tests/test-environ.c: Don't include <stdlib.h>.
7961
7962 2008-12-16  Bruno Haible  <bruno@clisp.org>
7963
7964         * lib/parse-duration.h (parse_duration): Document return value
7965         convention.
7966         * lib/parse-duration.c: Include specification header first. Add
7967         comments.
7968         (_): Remove macro.
7969         (parse_year_month_day, parse_hour_minute_second): Move side effects
7970         outside of strchr call.
7971         (parse_non_iso8601): Move side effects outside of isspace call.
7972         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
7973         call.
7974
7975 2008-12-16  Bruno Haible  <bruno@clisp.org>
7976
7977         * tests/test-parse-duration.sh: Produce no output when the test
7978         succeeds.
7979
7980 2008-12-16  Bruno Haible  <bruno@clisp.org>
7981
7982         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
7983         expressions.
7984
7985 2008-12-15  Bruno Haible  <bruno@clisp.org>
7986
7987         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
7988         * doc/glibc-functions/flistxattr.texi: Likewise.
7989         * doc/glibc-functions/fopencookie.texi: Likewise.
7990         * doc/glibc-functions/fremovexattr.texi: Likewise.
7991         * doc/glibc-functions/fsetxattr.texi: Likewise.
7992         * doc/glibc-functions/getxattr.texi: Likewise.
7993         * doc/glibc-functions/lgetxattr.texi: Likewise.
7994         * doc/glibc-functions/listxattr.texi: Likewise.
7995         * doc/glibc-functions/llistxattr.texi: Likewise.
7996         * doc/glibc-functions/lremovexattr.texi: Likewise.
7997         * doc/glibc-functions/lsetxattr.texi: Likewise.
7998         * doc/glibc-functions/removexattr.texi: Likewise.
7999         * doc/glibc-functions/setxattr.texi: Likewise.
8000         * doc/posix-functions/open_memstream.texi: Likewise.
8001
8002 2008-12-15  Eric Blake  <ebb9@byu.net>
8003
8004         Update doc for cygwin 1.7.
8005         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
8006         functions.
8007         * doc/posix-functions/fchmodat.texi: Likewise.
8008         * doc/posix-functions/fchownat.texi: Likewise.
8009         * doc/posix-functions/fdopendir.texi: Likewise.
8010         * doc/posix-functions/fmemopen.texi: Likewise.
8011         * doc/posix-functions/freeaddrinfo.texi: Likewise.
8012         * doc/posix-functions/fstatat.texi: Likewise.
8013         * doc/posix-functions/futimens.texi: Likewise.
8014         * doc/posix-functions/gai_strerror.texi: Likewise.
8015         * doc/posix-functions/getaddrinfo.texi: Likewise.
8016         * doc/posix-functions/getnameinfo.texi: Likewise.
8017         * doc/posix-functions/if_freenameindex.texi: Likewise.
8018         * doc/posix-functions/if_indextoname.texi: Likewise.
8019         * doc/posix-functions/if_nameindex.texi: Likewise.
8020         * doc/posix-functions/if_nametoindex.texi: Likewise.
8021         * doc/posix-functions/insque.texi: Likewise.
8022         * doc/posix-functions/linkat.texi: Likewise.
8023         * doc/posix-functions/llrint.texi: Likewise.
8024         * doc/posix-functions/llrintf.texi: Likewise.
8025         * doc/posix-functions/llrintl.texi: Likewise.
8026         * doc/posix-functions/lockf.texi: Likewise.
8027         * doc/posix-functions/lrintl.texi: Likewise.
8028         * doc/posix-functions/mkdirat.texi: Likewise.
8029         * doc/posix-functions/mkfifoat.texi: Likewise.
8030         * doc/posix-functions/mknodat.texi: Likewise.
8031         * doc/posix-functions/mq_close.texi: Likewise.
8032         * doc/posix-functions/mq_getattr.texi: Likewise.
8033         * doc/posix-functions/mq_notify.texi: Likewise.
8034         * doc/posix-functions/mq_open.texi: Likewise.
8035         * doc/posix-functions/mq_receive.texi: Likewise.
8036         * doc/posix-functions/mq_send.texi: Likewise.
8037         * doc/posix-functions/mq_setattr.texi: Likewise.
8038         * doc/posix-functions/mq_timedreceive.texi: Likewise.
8039         * doc/posix-functions/mq_timedsend.texi: Likewise.
8040         * doc/posix-functions/mq_unlink.texi: Likewise.
8041         * doc/posix-functions/open_memstream.texi: Likewise.
8042         * doc/posix-functions/openat.texi: Likewise.
8043         * doc/posix-functions/posix_fadvise.texi: Likewise.
8044         * doc/posix-functions/posix_fallocate.texi: Likewise.
8045         * doc/posix-functions/posix_madvise.texi: Likewise.
8046         * doc/posix-functions/posix_memalign.texi: Likewise.
8047         * doc/posix-functions/posix_openpt.texi: Likewise.
8048         * doc/posix-functions/readlinkat.texi: Likewise.
8049         * doc/posix-functions/remque.texi: Likewise.
8050         * doc/posix-functions/renameat.texi: Likewise.
8051         * doc/posix-functions/rintl.texi: Likewise.
8052         * doc/posix-functions/sem_unlink.texi: Likewise.
8053         * doc/posix-functions/shm_open.texi: Likewise.
8054         * doc/posix-functions/shm_unlink.texi: Likewise.
8055         * doc/posix-functions/signgam.texi: Likewise.
8056         * doc/posix-functions/sigset.texi: Likewise.
8057         * doc/posix-functions/stpcpy.texi: Likewise.
8058         * doc/posix-functions/stpncpy.texi: Likewise.
8059         * doc/posix-functions/strerror.texi: Likewise.
8060         * doc/posix-functions/strtod.texi: Likewise.
8061         * doc/posix-functions/symlinkat.texi: Likewise.
8062         * doc/posix-functions/unlinkat.texi: Likewise.
8063         * doc/posix-functions/utimensat.texi: Likewise.
8064         * doc/glibc-functions/bindresvport.texi: Likewise.
8065         * doc/glibc-functions/dn_expand.texi: Likewise.
8066         * doc/glibc-functions/exp10.texi: Likewise.
8067         * doc/glibc-functions/exp10f.texi: Likewise.
8068         * doc/glibc-functions/fgetxattr.texi: Likewise.
8069         * doc/glibc-functions/flistxattr.texi: Likewise.
8070         * doc/glibc-functions/fopencookie.texi: Likewise.
8071         * doc/glibc-functions/freeifaddrs.texi: Likewise.
8072         * doc/glibc-functions/fremovexattr.texi: Likewise.
8073         * doc/glibc-functions/fsetxattr.texi: Likewise.
8074         * doc/glibc-functions/getifaddrs.texi: Likewise.
8075         * doc/glibc-functions/getxattr.texi: Likewise.
8076         * doc/glibc-functions/lgetxattr.texi: Likewise.
8077         * doc/glibc-functions/listxattr.texi: Likewise.
8078         * doc/glibc-functions/llistxattr.texi: Likewise.
8079         * doc/glibc-functions/lremovexattr.texi: Likewise.
8080         * doc/glibc-functions/lsetxattr.texi: Likewise.
8081         * doc/glibc-functions/pow10.texi: Likewise.
8082         * doc/glibc-functions/pow10f.texi: Likewise.
8083         * doc/glibc-functions/rcmd_af.texi: Likewise.
8084         * doc/glibc-functions/removexattr.texi: Likewise.
8085         * doc/glibc-functions/res_init.texi: Likewise.
8086         * doc/glibc-functions/res_mkquery.texi: Likewise.
8087         * doc/glibc-functions/res_query.texi: Likewise.
8088         * doc/glibc-functions/res_querydomain.texi: Likewise.
8089         * doc/glibc-functions/res_send.texi: Likewise.
8090         * doc/glibc-functions/rresvport_af.texi: Likewise.
8091         * doc/glibc-functions/setxattr.texi: Likewise.
8092         * doc/glibc-functions/strcasestr.texi: Likewise.
8093
8094 2008-12-15  Bruno Haible  <bruno@clisp.org>
8095
8096         Fix compilation error on OSF/1 4.0.
8097         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
8098         <sys/time.h>, simply delegate to the system header.
8099         Reported by Daniel Richard G. <oss@teragram.com>.
8100
8101 2008-12-15  Bruno Haible  <bruno@clisp.org>
8102
8103         * doc/posix-functions/openat.texi: Mention the 'openat' module.
8104         * doc/posix-functions/fchmodat.texi: Likewise.
8105         * doc/posix-functions/fchownat.texi: Likewise.
8106         * doc/posix-functions/fdopendir.texi: Likewise.
8107         * doc/posix-functions/fstatat.texi: Likewise.
8108         * doc/posix-functions/mkdirat.texi: Likewise.
8109         * doc/posix-functions/unlinkat.texi: Likewise.
8110
8111 2008-12-14  Bruno Haible  <bruno@clisp.org>
8112
8113         Update doc for POSIX:2008.
8114         * doc/posix-functions/faccessat.texi: New file.
8115         * doc/posix-functions/fchmodat.texi: New file.
8116         * doc/posix-functions/fchownat.texi: New file.
8117         * doc/posix-functions/fdopendir.texi: New file.
8118         * doc/posix-functions/fstatat.texi: New file.
8119         * doc/posix-functions/futimens.texi: New file.
8120         * doc/posix-functions/linkat.texi: New file.
8121         * doc/posix-functions/mkdirat.texi: New file.
8122         * doc/posix-functions/mkfifoat.texi: New file.
8123         * doc/posix-functions/mknodat.texi: New file.
8124         * doc/posix-functions/open_wmemstream.texi: New file.
8125         * doc/posix-functions/openat.texi: New file.
8126         * doc/posix-functions/psiginfo.texi: New file.
8127         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
8128         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
8129         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
8130         * doc/posix-functions/readlinkat.texi: New file.
8131         * doc/posix-functions/renameat.texi: New file.
8132         * doc/posix-functions/strerror_l.texi: New file.
8133         * doc/posix-functions/symlinkat.texi: New file.
8134         * doc/posix-functions/unlinkat.texi: New file.
8135         * doc/posix-functions/utimensat.texi: New file.
8136         * doc/gnulib.texi (Function Substitutes): Add these subsections.
8137
8138 2008-12-14  Bruno Haible  <bruno@clisp.org>
8139
8140         Update doc for POSIX:2008.
8141         * doc/posix-functions/alphasort.texi: Renamed from
8142         doc/glibc-functions/alphasort.texi.
8143         * doc/posix-functions/dirfd.texi: Renamed from
8144         doc/glibc-functions/dirfd.texi.
8145         * doc/posix-functions/dprintf.texi: Renamed from
8146         doc/glibc-functions/dprintf.texi.
8147         * doc/posix-functions/duplocale.texi: Renamed from
8148         doc/glibc-functions/duplocale.texi.
8149         * doc/posix-functions/fexecve.texi: Renamed from
8150         doc/glibc-functions/fexecve.texi.
8151         * doc/posix-functions/fmemopen.texi: Renamed from
8152         doc/glibc-functions/fmemopen.texi.
8153         * doc/posix-functions/freelocale.texi: Renamed from
8154         doc/glibc-functions/freelocale.texi.
8155         * doc/posix-functions/getdate_err.texi: Renamed from
8156         doc/glibc-functions/getdate_err.texi.
8157         * doc/posix-functions/isalnum_l.texi: Renamed from
8158         doc/glibc-functions/isalnum_l.texi.
8159         * doc/posix-functions/isalpha_l.texi: Renamed from
8160         doc/glibc-functions/isalpha_l.texi.
8161         * doc/posix-functions/isblank_l.texi: Renamed from
8162         doc/glibc-functions/isblank_l.texi.
8163         * doc/posix-functions/iscntrl_l.texi: Renamed from
8164         doc/glibc-functions/iscntrl_l.texi.
8165         * doc/posix-functions/isdigit_l.texi: Renamed from
8166         doc/glibc-functions/isdigit_l.texi.
8167         * doc/posix-functions/isgraph_l.texi: Renamed from
8168         doc/glibc-functions/isgraph_l.texi.
8169         * doc/posix-functions/islower_l.texi: Renamed from
8170         doc/glibc-functions/islower_l.texi.
8171         * doc/posix-functions/isprint_l.texi: Renamed from
8172         doc/glibc-functions/isprint_l.texi.
8173         * doc/posix-functions/ispunct_l.texi: Renamed from
8174         doc/glibc-functions/ispunct_l.texi.
8175         * doc/posix-functions/isspace_l.texi: Renamed from
8176         doc/glibc-functions/isspace_l.texi.
8177         * doc/posix-functions/isupper_l.texi: Renamed from
8178         doc/glibc-functions/isupper_l.texi.
8179         * doc/posix-functions/iswalnum_l.texi: Renamed from
8180         doc/glibc-functions/iswalnum_l.texi.
8181         * doc/posix-functions/iswalpha_l.texi: Renamed from
8182         doc/glibc-functions/iswalpha_l.texi.
8183         * doc/posix-functions/iswblank_l.texi: Renamed from
8184         doc/glibc-functions/iswblank_l.texi.
8185         * doc/posix-functions/iswcntrl_l.texi: Renamed from
8186         doc/glibc-functions/iswcntrl_l.texi.
8187         * doc/posix-functions/iswctype_l.texi: Renamed from
8188         doc/glibc-functions/iswctype_l.texi.
8189         * doc/posix-functions/iswdigit_l.texi: Renamed from
8190         doc/glibc-functions/iswdigit_l.texi.
8191         * doc/posix-functions/iswgraph_l.texi: Renamed from
8192         doc/glibc-functions/iswgraph_l.texi.
8193         * doc/posix-functions/iswlower_l.texi: Renamed from
8194         doc/glibc-functions/iswlower_l.texi.
8195         * doc/posix-functions/iswprint_l.texi: Renamed from
8196         doc/glibc-functions/iswprint_l.texi.
8197         * doc/posix-functions/iswpunct_l.texi: Renamed from
8198         doc/glibc-functions/iswpunct_l.texi.
8199         * doc/posix-functions/iswspace_l.texi: Renamed from
8200         doc/glibc-functions/iswspace_l.texi.
8201         * doc/posix-functions/iswupper_l.texi: Renamed from
8202         doc/glibc-functions/iswupper_l.texi.
8203         * doc/posix-functions/iswxdigit_l.texi: Renamed from
8204         doc/glibc-functions/iswxdigit_l.texi.
8205         * doc/posix-functions/isxdigit_l.texi: Renamed from
8206         doc/glibc-functions/isxdigit_l.texi.
8207         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
8208         doc/glibc-functions/mbsnrtowcs.texi.
8209         * doc/posix-functions/mkdtemp.texi: Renamed from
8210         doc/glibc-functions/mkdtemp.texi.
8211         * doc/posix-functions/newlocale.texi: Renamed from
8212         doc/glibc-functions/newlocale.texi.
8213         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
8214         doc/glibc-functions/nl_langinfo_l.texi.
8215         * doc/posix-functions/open_memstream.texi: Renamed from
8216         doc/glibc-functions/open_memstream.texi.
8217         * doc/posix-functions/opterr.texi: Renamed from
8218         doc/glibc-functions/opterr.texi.
8219         * doc/posix-functions/optind.texi: Renamed from
8220         doc/glibc-functions/optind.texi.
8221         * doc/posix-functions/optopt.texi: Renamed from
8222         doc/glibc-functions/optopt.texi.
8223         * doc/posix-functions/psignal.texi: Renamed from
8224         doc/glibc-functions/psignal.texi.
8225         * doc/posix-functions/scandir.texi: Renamed from
8226         doc/glibc-functions/scandir.texi.
8227         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
8228         doc/glibc-functions/sched_get_priority_min.texi.
8229         * doc/posix-functions/signgam.texi: Renamed from
8230         doc/glibc-functions/signgam.texi.
8231         * doc/posix-functions/stpcpy.texi: Renamed from
8232         doc/glibc-functions/stpcpy.texi.
8233         * doc/posix-functions/stpncpy.texi: Renamed from
8234         doc/glibc-functions/stpncpy.texi.
8235         * doc/posix-functions/strcasecmp_l.texi: Renamed from
8236         doc/glibc-functions/strcasecmp_l.texi.
8237         * doc/posix-functions/strcoll_l.texi: Renamed from
8238         doc/glibc-functions/strcoll_l.texi.
8239         * doc/posix-functions/strfmon_l.texi: Renamed from
8240         doc/glibc-functions/strfmon_l.texi.
8241         * doc/posix-functions/strftime_l.texi: Renamed from
8242         doc/glibc-functions/strftime_l.texi.
8243         * doc/posix-functions/strncasecmp_l.texi: Renamed from
8244         doc/glibc-functions/strncasecmp_l.texi.
8245         * doc/posix-functions/strndup.texi: Renamed from
8246         doc/glibc-functions/strndup.texi.
8247         * doc/posix-functions/strnlen.texi: Renamed from
8248         doc/glibc-functions/strnlen.texi.
8249         * doc/posix-functions/strsignal.texi: Renamed from
8250         doc/glibc-functions/strsignal.texi.
8251         * doc/posix-functions/strxfrm_l.texi: Renamed from
8252         doc/glibc-functions/strxfrm_l.texi.
8253         * doc/posix-functions/timer_gettime.texi: Renamed from
8254         doc/glibc-functions/timer_gettime.texi.
8255         * doc/posix-functions/tolower_l.texi: Renamed from
8256         doc/glibc-functions/tolower_l.texi.
8257         * doc/posix-functions/toupper_l.texi: Renamed from
8258         doc/glibc-functions/toupper_l.texi.
8259         * doc/posix-functions/towctrans_l.texi: Renamed from
8260         doc/glibc-functions/towctrans_l.texi.
8261         * doc/posix-functions/towlower_l.texi: Renamed from
8262         doc/glibc-functions/towlower_l.texi.
8263         * doc/posix-functions/towupper_l.texi: Renamed from
8264         doc/glibc-functions/towupper_l.texi.
8265         * doc/posix-functions/uselocale.texi: Renamed from
8266         doc/glibc-functions/uselocale.texi.
8267         * doc/posix-functions/vdprintf.texi: Renamed from
8268         doc/glibc-functions/vdprintf.texi.
8269         * doc/posix-functions/wcpcpy.texi:
8270         Renamed from doc/glibc-functions/wcpcpy.texi.
8271         * doc/posix-functions/wcpncpy.texi: Renamed from
8272         doc/glibc-functions/wcpncpy.texi.
8273         * doc/posix-functions/wcscasecmp.texi: Renamed from
8274         doc/glibc-functions/wcscasecmp.texi.
8275         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
8276         doc/glibc-functions/wcscasecmp_l.texi.
8277         * doc/posix-functions/wcscoll_l.texi: Renamed from
8278         doc/glibc-functions/wcscoll_l.texi.
8279         * doc/posix-functions/wcsdup.texi: Renamed from
8280         doc/glibc-functions/wcsdup.texi.
8281         * doc/posix-functions/wcsncasecmp.texi: Renamed from
8282         doc/glibc-functions/wcsncasecmp.texi.
8283         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
8284         doc/glibc-functions/wcsncasecmp_l.texi.
8285         * doc/posix-functions/wcsnlen.texi: Renamed from
8286         doc/glibc-functions/wcsnlen.texi.
8287         * doc/posix-functions/wcsnrtombs.texi: Renamed from
8288         doc/glibc-functions/wcsnrtombs.texi.
8289         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
8290         doc/glibc-functions/wcsxfrm_l.texi.
8291         * doc/posix-functions/wctrans_l.texi: Renamed from
8292         doc/glibc-functions/wctrans_l.texi.
8293         * doc/posix-functions/wctype_l.texi: Renamed from
8294         doc/glibc-functions/wctype_l.texi.
8295         * doc/gnulib.texi (Function Substitutes): Add these subsections.
8296         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
8297         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
8298         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
8299         these subsections.
8300         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
8301         Remove sections.
8302
8303 2008-12-14  Bruno Haible  <bruno@clisp.org>
8304
8305         Update doc for POSIX:2008.
8306         * doc/posix-functions/*.texi: Update URL of POSIX specification.
8307
8308 2008-12-14  Bruno Haible  <bruno@clisp.org>
8309
8310         Update doc for POSIX:2008.
8311         * doc/pastposix-functions/bcmp.texi: Renamed from
8312         doc/posix-functions/bcmp.texi.
8313         * doc/pastposix-functions/bcopy.texi: Renamed from
8314         doc/posix-functions/bcopy.texi.
8315         * doc/pastposix-functions/bsd_signal.texi: Renamed from
8316         doc/posix-functions/bsd_signal.texi.
8317         * doc/pastposix-functions/bzero.texi: Renamed from
8318         doc/posix-functions/bzero.texi.
8319         * doc/pastposix-functions/ecvt.texi: Renamed from
8320         doc/posix-functions/ecvt.texi.
8321         * doc/pastposix-functions/fcvt.texi: Renamed from
8322         doc/posix-functions/fcvt.texi.
8323         * doc/pastposix-functions/ftime.texi: Renamed from
8324         doc/posix-functions/ftime.texi.
8325         * doc/pastposix-functions/gcvt.texi: Renamed from
8326         doc/posix-functions/gcvt.texi.
8327         * doc/pastposix-functions/getcontext.texi: Renamed from
8328         doc/posix-functions/getcontext.texi.
8329         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
8330         doc/posix-functions/gethostbyaddr.texi.
8331         * doc/pastposix-functions/gethostbyname.texi: Renamed from
8332         doc/posix-functions/gethostbyname.texi.
8333         * doc/pastposix-functions/getwd.texi: Renamed from
8334         doc/posix-functions/getwd.texi.
8335         * doc/pastposix-functions/h_errno.texi: Renamed from
8336         doc/posix-functions/h_errno.texi.
8337         * doc/pastposix-functions/index.texi: Renamed from
8338         doc/posix-functions/index.texi.
8339         * doc/pastposix-functions/makecontext.texi: Renamed from
8340         doc/posix-functions/makecontext.texi.
8341         * doc/pastposix-functions/mktemp.texi: Renamed from
8342         doc/posix-functions/mktemp.texi.
8343         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
8344         doc/posix-functions/pthread_attr_getstackaddr.texi.
8345         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
8346         doc/posix-functions/pthread_attr_setstackaddr.texi.
8347         * doc/pastposix-functions/rindex.texi: Renamed from
8348         doc/posix-functions/rindex.texi.
8349         * doc/pastposix-functions/scalb.texi: Renamed from
8350         doc/posix-functions/scalb.texi.
8351         * doc/pastposix-functions/setcontext.texi: Renamed from
8352         doc/posix-functions/setcontext.texi.
8353         * doc/pastposix-functions/swapcontext.texi: Renamed from
8354         doc/posix-functions/swapcontext.texi.
8355         * doc/pastposix-functions/ualarm.texi: Renamed from
8356         doc/posix-functions/ualarm.texi.
8357         * doc/pastposix-functions/usleep.texi: Renamed from
8358         doc/posix-functions/usleep.texi.
8359         * doc/pastposix-functions/vfork.texi: Renamed from
8360         doc/posix-functions/vfork.texi.
8361         * doc/pastposix-functions/wcswcs.texi: Renamed from
8362         doc/posix-functions/wcswcs.texi.
8363         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
8364         (Function Substitutes): Update.
8365
8366 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8367
8368         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
8369         m4/strerror.m4.
8370
8371 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8372             Bruno Haible  <bruno@clisp.org>
8373
8374         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
8375
8376 2008-12-13  Bruno Haible  <bruno@clisp.org>
8377
8378         * modules/strtoull (Depends-on): Remove unistd.
8379
8380 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8381
8382         * modules/strtoull (Depends-on): Add stdlib.
8383
8384 2008-12-11  Simon Josefsson  <simon@josefsson.org>
8385
8386         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
8387
8388 2008-12-10  Jim Meyering  <meyering@redhat.com>
8389
8390         gl_ASSERT: don't say assertions are disabled when they're not
8391         * m4/assert.m4 (gl_ASSERT): Do not make configure report
8392         "checking whether to enable assertions... no", when they are in
8393         fact enabled.  This is solely a bug in the output of configure.
8394         In spite of saying "no", NDEBUG was not defined in that case.
8395         Also, as noted by Eric Blake, leave assertions enabled upon
8396         --enable-assert=INVALID.
8397
8398 2008-12-10  Bruno Haible  <bruno@clisp.org>
8399
8400         Change MODULES.html to refer to POSIX:2008 where possible.
8401         * MODULES.html.sh (POSIX2008_URL): New variable.
8402         (posix_headers): Remove sys/timeb, ucontext.
8403         (posix2001_headers): New variable.
8404         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
8405         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
8406         index, makecontext, mktemp, pthread_attr_getstackaddr,
8407         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
8408         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
8409         (posix2001_functions): New variable.
8410         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
8411         otherwise.
8412
8413 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8414
8415         add missing include to parse-duration.c
8416         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
8417         * modules/parse-duration (Depends-on): Add xalloc.
8418
8419         fix sed script reading maint.mk
8420         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
8421         (syntax-check-rules): Use it.
8422
8423 2008-12-09  Bruno Haible  <bruno@clisp.org>
8424
8425         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
8426         MacOS X 10.4/PowerPC.
8427         Reported by Simon Josefsson.
8428
8429 2008-12-08  Jim Meyering  <meyering@redhat.com>
8430
8431         work around mingw's lack of some S_IF definitions
8432         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
8433         Reported by Simon Josefsson.
8434
8435 2008-12-08  Bruno Haible  <bruno@clisp.org>
8436
8437         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
8438         applied to variables. Needed on MacOS X 10.4/PowerPC.
8439         Reported by Simon Josefsson.
8440
8441 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
8442         and Eric Blake  <ebb9@byu.net>
8443
8444         assert: honor --enable-assert
8445         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
8446         order to honor --enable-assert, rather than treating it as a
8447         synonym for --disable-assert.
8448
8449 2008-12-08  Jim Meyering  <meyering@redhat.com>
8450
8451         * lib/posixtm.c: Remove now-useless declaration of mktime.
8452
8453         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
8454
8455 2008-12-07  Bruno Haible  <bruno@clisp.org>
8456
8457         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
8458         test_once): Mark functions as static.
8459         * tests/test-tls.c (test_tls): Likewise.
8460
8461 2008-12-07  Bruno Haible  <bruno@clisp.org>
8462
8463         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
8464         iconv_register_autodetect.
8465
8466 2008-12-07  Jim Meyering  <meyering@redhat.com>
8467
8468         posixtm.c: avoid a warning
8469         * lib/posixtm.c (posixtime): Don't initialize tm0.
8470         It's no longer needed to placate gcc4's -Wuninitialized,
8471         and the attempt to placate would elicit a new warning.
8472
8473         unicodeio.c: mark unused parameters
8474         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
8475         (fallback_failure_callback): Likewise.
8476
8477 2008-12-07  Bruno Haible  <bruno@clisp.org>
8478
8479         * gnulib-tool (func_create_testdir): When building the tests
8480         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
8481         Reported by Simon Josefsson.
8482
8483 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8484
8485         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
8486
8487 2008-12-06  Bruno Haible  <bruno@clisp.org>
8488
8489         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
8490         Suggested by Eric Blake.
8491
8492 2008-12-06  Bruno Haible  <bruno@clisp.org>
8493
8494         Fix a c-stack test failure on MacOS X.
8495         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
8496         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
8497         handler for SIGBUS as well.
8498         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
8499         install a signal handler for SIGBUS as well.
8500         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
8501
8502 2008-12-06  Bruno Haible  <bruno@clisp.org>
8503
8504         Advocacy documentation.
8505         * doc/gnulib-intro.texi (Benefits): New section.
8506         * doc/gnulib.texi: Update.
8507
8508 2008-12-06  Bruno Haible  <bruno@clisp.org>
8509
8510         Document the 'manywarnings' module.
8511         * doc/manywarnings.texi: New file.
8512         * doc/gnulib.texi: Include it.
8513
8514 2008-12-05  Eric Blake  <ebb9@byu.net>
8515
8516         tests: silence some gcc warnings
8517         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
8518         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
8519         type mismatches.
8520
8521 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8522             Bruno Haible  <bruno@clisp.org>
8523
8524         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
8525
8526 2008-11-29  Jim Meyering  <meyering@redhat.com>
8527
8528         unicodeio.c: mark unused parameters
8529         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
8530         (fallback_failure_callback): Likewise.
8531
8532         fts: fix a thinko
8533         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
8534         (set_stat_type): Return S_IF*-valued "type" directly.
8535         Prompted by James Youngman's spotting a related bug.
8536         Confirmed by further testing through find.
8537
8538         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
8539         * lib/fts.c (D_TYPE): Define.
8540         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
8541         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
8542         (s_ifmt_shift_bits): New function.
8543         (set_stat_type): New function.
8544         (fts_build): When not calling fts_stat, call set_stat_type
8545         to propagate dirent.d_type info to fts_read caller.
8546         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
8547         fts_statp->st_mode type information may be valid.
8548
8549 2008-11-28  Simon Josefsson  <simon@josefsson.org>
8550
8551         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
8552         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
8553         <sds@gnu.org>.
8554
8555 2008-11-20  Bruno Haible  <bruno@clisp.org>
8556
8557         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
8558         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
8559         INCLUDE_NEXT.
8560         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
8561         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
8562         * modules/math (Makefile.am): Substitute
8563         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
8564         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8565
8566 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
8567             Bruno Haible  <bruno@clisp.org>
8568
8569         * lib/stdint.in.h: Define all type macros so that their expansion is
8570         a single typedef'ed token. Fixes a compilation failure in Boost which
8571         does "using ::int8_t;".
8572
8573 2008-11-18  Simon Josefsson  <simon@josefsson.org>
8574
8575         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
8576         gl_MANYWARN_ALL_GCC.
8577         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
8578         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
8579         * modules/manywarnings: New file.
8580         * MODULES.html.sh: Mention manywarnings module.
8581
8582 2008-11-18  Bruno Haible  <bruno@clisp.org>
8583
8584         * doc/gnulib-tool.texi (Unit tests): New section.
8585
8586 2008-11-18  Simon Josefsson  <simon@josefsson.org>
8587
8588         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
8589         paths like 'lib/po/foo.po'.
8590
8591 2008-11-17  Simon Josefsson  <simon@josefsson.org>
8592
8593         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
8594         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
8595
8596 2008-11-17  Simon Josefsson  <simon@josefsson.org>
8597
8598         * m4/warnings.m4: Use CPPFLAGS to really check whether the
8599         parameter works.
8600
8601 2008-11-17  Simon Josefsson  <simon@josefsson.org>
8602
8603         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
8604
8605 2008-11-17  Bruce Korb  <bkorb@gnu.org>
8606
8607         * modules/parse-duration-tests: New file.
8608         * tests/test-parse-duration.sh: New file.
8609         * tests/test-parse-duration.c: New file.
8610
8611         New module 'parse-duration'.
8612         * lib/parse-duration.h: New file.
8613         * lib/parse-duration.c: New file.
8614         * modules/parse-duration: New file.
8615
8616 2008-11-17  Bruno Haible  <bruno@clisp.org>
8617
8618         * tests/test-select-out.sh: Comment out the first pipe test.
8619         Reported by Simon Josefsson.
8620
8621 2008-11-17  Bruno Haible  <bruno@clisp.org>
8622
8623         * modules/getaddrinfo (Depends-on): Add servent, hostent.
8624         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
8625         gl_HOSTENT.
8626
8627 2008-11-17  Bruno Haible  <bruno@clisp.org>
8628
8629         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
8630         -lnetwork and -lnet. Needed for Haiku and BeOS.
8631
8632 2008-11-16  Bruno Haible  <bruno@clisp.org>
8633
8634         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
8635
8636 2008-11-16  Bruno Haible  <bruno@clisp.org>
8637
8638         Avoid test failure on Haiku.
8639         * tests/test-fsync.c: Include <errno.h>.
8640         (main): Don't require that fsync (0) fails.
8641
8642 2008-11-15  Bruno Haible  <bruno@clisp.org>
8643
8644         New module 'hostent'.
8645         * modules/hostent: New file.
8646         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
8647
8648 2008-11-15  Bruno Haible  <bruno@clisp.org>
8649
8650         New module 'servent'.
8651         * modules/servent: New file.
8652         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
8653
8654 2008-11-15  Bruno Haible  <bruno@clisp.org>
8655
8656         Avoid generating same test program with two different rules.
8657         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
8658         test-frexp to test-frexp-nolibm.
8659         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
8660         test-frexpl to test-frexpl-nolibm.
8661
8662 2008-11-15  Bruno Haible  <bruno@clisp.org>
8663
8664         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
8665         $(FREXPL_LIBM).
8666
8667 2008-11-15  Bruno Haible  <bruno@clisp.org>
8668
8669         * lib/netdb.in.h: Activate the definitions also when the system's
8670         <netdb.h> has 'struct addrinfo'.
8671         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
8672         EAI_OVERFLOW or AI_NUMERICSERV.
8673         * doc/posix-headers/netdb.texi: Document the problem.
8674
8675 2008-11-15  Bruno Haible  <bruno@clisp.org>
8676
8677         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
8678
8679         Make the 'sched' module work on platforms where <sched.h> exists but
8680         is incomplete (such as Haiku).
8681         * lib/sched.in.h; Include the system's <sched.h> if it exists.
8682         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
8683         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
8684         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
8685         HAVE_STRUCT_SCHED_PARAM.
8686         * modules/sched (Depends-on): Add include_next.
8687         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
8688         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
8689         * doc/posix-headers/sched.texi: Document the issue.
8690
8691 2008-11-13  Jim Meyering  <meyering@redhat.com>
8692
8693         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
8694         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
8695         test would fail due to the difference in the Report bugs to ...
8696         line.  The expected address is empty, "<>", while the actual
8697         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
8698
8699 2008-11-12  Bruno Haible  <bruno@clisp.org>
8700
8701         lstat: don't compile lstat.c on systems lacking lstat
8702         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
8703         which don't have lstat; this is handled by lib/sys_stat.in.h already.
8704         Reported by Daniel P. Berrange via Jim Meyering.
8705
8706 2008-11-12  Jim Meyering  <meyering@redhat.com>
8707
8708         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
8709
8710 2008-11-12  Simon Josefsson  <simon@josefsson.org>
8711
8712         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
8713         instead.
8714
8715 2008-11-12  Bruno Haible  <bruno@clisp.org>
8716
8717         * lib/unicodeio.c: Include unistr.h.
8718         (utf8_wctomb): Remove function.
8719         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
8720
8721 2008-11-12  Simon Josefsson  <simon@josefsson.org>
8722
8723         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
8724         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
8725         <bruno@clisp.org>.
8726         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
8727
8728 2008-11-12  Simon Josefsson  <simon@josefsson.org>
8729
8730         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
8731         * doc/gnulib.texi: Add section for warnings.
8732
8733 2008-11-11  Bruno Haible  <bruno@clisp.org>
8734
8735         * lib/sockets.h: Add a comment.
8736
8737 2008-11-11  Karl Berry  <karl@gnu.org>
8738
8739         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
8740
8741 2008-11-11  Eric Blake  <ebb9@byu.net>
8742
8743         fdl.texi: avoid git symlinks
8744         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
8745
8746 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
8747
8748         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
8749
8750 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
8751
8752         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
8753         (gl_WARN_ADD): Substitute $2 if literal.
8754
8755 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
8756
8757         * m4/warning.m4: Remove.
8758
8759 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
8760
8761         * m4/warnings.m4: Almost complete rewrite. :-)
8762
8763 2008-11-10  Simon Josefsson  <simon@josefsson.org>
8764
8765         * modules/warnings: New module.
8766         * m4/warnings.m4: New file.
8767         * MODULES.html.sh: Mention warnings module.
8768         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
8769         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8770
8771 2008-11-10  Eric Blake  <ebb9@byu.net>
8772
8773         fdl.texi: make a symlink to the latest version
8774         * doc/standards.texi: Revert today's earlier change.
8775         * doc/fdl-1.2.texi: Rename from old fdl.texi...
8776         * doc/fdl.texi: ...and replace this with a symlink to the newer
8777         fdl-1.3.texi.
8778
8779 2008-11-10  Bruno Haible  <bruno@clisp.org>
8780
8781         * tests/test-select-fd.c (main): Accept the result file name as fourth
8782         argument.
8783         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
8784         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
8785
8786 2008-11-10  Bruno Haible  <bruno@clisp.org>
8787
8788         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
8789         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
8790         as autoconf-substituted macros.
8791         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
8792         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
8793         gl_NETDB_H_DEFAULTS. Set these variables.
8794         * modules/netdb (Makefile.am): Substitute these variables.
8795
8796 2008-11-10  Eric Blake  <ebb9@byu.net>
8797
8798         standards.texi: include correct file for FDL 1.3
8799         * doc/standards.texi (GNU Free Documentation License): Change
8800         include file to pull in FDL 1.3, not 1.2.
8801
8802         fdl.texi: revert accidental change to license
8803         * doc/fdl.texi: This is FDL 1.2, not 1.3.
8804
8805 2008-11-10  Bruno Haible  <bruno@clisp.org>
8806
8807         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
8808         cross-compiling guesses also when the native compile gives no result.
8809
8810 2008-11-10  Bruno Haible  <bruno@clisp.org>
8811
8812         * lib/spawni.c (__spawni): Force variable into the stack.
8813
8814 2008-11-10  Bruno Haible  <bruno@clisp.org>
8815
8816         Add support for Haiku.
8817         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
8818         glibc and BeOS, but also on Haiku.
8819         * lib/fpurge.c (fpurge): Likewise.
8820         * lib/freadable.c (freadable): Likewise.
8821         * lib/freadahead.c (freadahead): Likewise.
8822         * lib/freading.c (freading): Likewise.
8823         * lib/freadptr.c (freadptr): Likewise.
8824         * lib/freadseek.c (freadptrinc): Likewise.
8825         * lib/fseeko.c (rpl_fseeko): Likewise.
8826         * lib/fseterr.c (fseterr): Likewise.
8827         * lib/fwritable.c (fwritable): Likewise.
8828         * lib/fwriting.c (fwriting): Likewise.
8829         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
8830
8831 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
8832
8833         * lib/config.charset: Treat Haiku like BeOS.
8834
8835 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
8836
8837         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
8838         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
8839
8840 2008-11-08  Bruno Haible  <bruno@clisp.org>
8841
8842         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
8843         AC_CACHE_CHECK.
8844
8845 2008-11-08  Bruno Haible  <bruno@clisp.org>
8846
8847         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
8848
8849 2008-11-08  Bruno Haible  <bruno@clisp.org>
8850
8851         * tests/test-select-fd.c: New file.
8852         * tests/test-select-in.sh: New file.
8853         * tests/test-select-out.sh: New file.
8854         * tests/test-select-stdin.c: New file.
8855         * modules/select-tests (Files): Add the new files.
8856         (Depends-on): Add gettimeofday.
8857         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
8858         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
8859         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
8860
8861 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
8862             Bruno Haible  <bruno@clisp.org>
8863
8864         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
8865
8866 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
8867
8868         * build-aux/pmccabe2html: Added support for C++ source files.
8869
8870 2008-11-05  Ben Pfaff  <blp@gnu.org>
8871
8872         Fix lib/close.c build on Windows.
8873         * modules/close (Files): Add lib/w32sock.h.
8874
8875 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
8876
8877         Accept Bison's NEWS format.
8878         * build-aux/announce-gen (print_news_deltas): Tweak
8879         $re_prefix.
8880
8881 2008-11-04  Bruno Haible  <bruno@clisp.org>
8882
8883         * modules/random_r (Maintainer): Add glibc.
8884
8885 2008-11-04  Simon Josefsson  <simon@josefsson.org>
8886
8887         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
8888         by karl@freefriends.org (Karl Berry).
8889         * doc/alloca.texi: Likewise.
8890         * doc/c-ctype.texi: Likewise.
8891         * doc/c-strcase.texi: Likewise.
8892         * doc/c-strcaseeq.texi: Likewise.
8893         * doc/c-strcasestr.texi: Likewise.
8894         * doc/c-strstr.texi: Likewise.
8895         * doc/c-strtod.texi: Likewise.
8896         * doc/c-strtold.texi: Likewise.
8897         * doc/ctime.texi: Likewise.
8898         * doc/error.texi: Likewise.
8899         * doc/fdl.texi: Likewise.
8900         * doc/gcd.texi: Likewise.
8901         * doc/getdate.texi: Likewise.
8902         * doc/gnulib-intro.texi: Likewise.
8903         * doc/gnulib-tool.texi: Likewise.
8904         * doc/gnulib.texi: Likewise.
8905         * doc/inet_ntoa.texi: Likewise.
8906         * doc/maintain.texi: Likewise.
8907         * doc/make-stds.texi: Likewise.
8908         * doc/quote.texi: Likewise.
8909         * doc/regexprops-generic.texi: Likewise.
8910         * doc/standards.texi: Likewise.
8911         * doc/verify.texi: Likewise.
8912         * doc/visibility.texi: Likewise.
8913         * doc/gnulib.texi (GNU Free Documentation License): Include
8914         fdl-1.3.texi instead of fdl.texi.
8915
8916 2008-11-04  Simon Josefsson  <simon@josefsson.org>
8917
8918         * doc/fdl-1.3.texi: New file, from
8919         <http://www.gnu.org/licenses/fdl-1.3.texi>.
8920         * modules/fdl-1.3: Add.
8921         * MODULES.html.sh: Add fdl-1.3.
8922
8923 2008-11-03  Bruno Haible  <bruno@clisp.org>
8924
8925         Make determination of absolute name of header file work with AIX xlc.
8926         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
8927         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
8928         preprocessing.
8929         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
8930         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
8931
8932 2008-11-03  Simon Josefsson  <simon@josefsson.org>
8933
8934         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
8935         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
8936         <ludo@gnu.org>.
8937
8938 2008-11-02  Bruno Haible  <bruno@clisp.org>
8939
8940         Mark 'strpbrk' obsolete.
8941         * modules/strpbrk (Status, Notice): New sections.
8942         * modules/strtok_r (Depends-on): Add strpbrk.
8943
8944 2008-11-02  Bruno Haible  <bruno@clisp.org>
8945
8946         Mark 'strdup' obsolete.
8947         * modules/strdup (Status, Notice): New sections.
8948         * modules/findprog (Depends-on): Add strdup.
8949         * modules/getaddrinfo (Depends-on): Likewise.
8950         * modules/localename (Depends-on): Likewise.
8951         * modules/relocatable-lib (Depends-on): Likewise.
8952         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
8953         * modules/relocatable-prog (Depends-on): Likewise.
8954         * modules/trim (Depends-on): Likewise.
8955         * modules/unictype/gen-ctype (Depends-on): Likewise.
8956         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
8957
8958 2008-11-02  Bruno Haible  <bruno@clisp.org>
8959
8960         Mark 'strcspn' obsolete.
8961         * modules/strcspn (Status, Notice): New sections.
8962
8963 2008-11-02  Bruno Haible  <bruno@clisp.org>
8964
8965         Mark 'rmdir' obsolete.
8966         * modules/rmdir (Status, Notice): New sections.
8967         * modules/clean-temp (Depends-on): Add rmdir.
8968         * modules/openat (Depends-on): Likewise.
8969
8970 2008-11-02  Bruno Haible  <bruno@clisp.org>
8971
8972         Mark 'raise' obsolete.
8973         * modules/raise (Status, Notice): New sections.
8974         (Include): Specify <signal.h>.
8975         * modules/stdio (Depends-on): Add raise.
8976         * modules/write (Depends-on): Likewise.
8977
8978 2008-11-02  Bruno Haible  <bruno@clisp.org>
8979
8980         Mark 'memset' obsolete.
8981         * modules/memset (Status, Notice): New sections.
8982
8983 2008-11-02  Bruno Haible  <bruno@clisp.org>
8984
8985         Mark 'memmove' obsolete.
8986         * modules/memmove (Status, Notice): New sections.
8987         * modules/argp (Depends-on): Add memmove.
8988         * modules/argz (Depends-on): Likewise.
8989         * modules/canonicalize (Depends-on): Likewise.
8990         * modules/canonicalize-lgpl (Depends-on): Likewise.
8991         * modules/fts (Depends-on): Likewise.
8992         * modules/getcwd (Depends-on): Likewise.
8993         * modules/human (Depends-on): Likewise.
8994         * modules/regex (Depends-on): Likewise.
8995         * modules/striconveh (Depends-on): Likewise.
8996         * modules/trim (Depends-on): Likewise.
8997         * modules/unistr/u8-move (Depends-on): Likewise.
8998         * modules/unistr/u16-move (Depends-on): Likewise.
8999         * modules/unistr/u32-move (Depends-on): Likewise.
9000
9001 2008-11-02  Bruno Haible  <bruno@clisp.org>
9002
9003         Mark 'memcpy' obsolete.
9004         * modules/memcpy (Status, Notice): New sections.
9005
9006 2008-11-02  Bruno Haible  <bruno@clisp.org>
9007
9008         Mark 'memcmp' obsolete.
9009         * modules/memcmp (Status, Notice): New sections.
9010         * modules/argmatch (Depends-on): Add memchr.
9011         * modules/backupfile (Depends-on): Likewise.
9012         * modules/c-strcasestr (Depends-on): Likewise.
9013         * modules/crypto/des (Depends-on): Likewise.
9014         * modules/csharpcomp (Depends-on): Likewise.
9015         * modules/fnmatch (Depends-on): Likewise.
9016         * modules/git-merge-changelog (Depends-on): Likewise.
9017         * modules/isnand (Depends-on): Likewise.
9018         * modules/isnand-nolibm (Depends-on): Likewise.
9019         * modules/isnanf (Depends-on): Likewise.
9020         * modules/isnanf-nolibm (Depends-on): Likewise.
9021         * modules/isnanl (Depends-on): Likewise.
9022         * modules/isnanl-nolibm (Depends-on): Likewise.
9023         * modules/mbchar (Depends-on): Likewise.
9024         * modules/memcoll (Depends-on): Likewise.
9025         * modules/quotearg (Depends-on): Likewise.
9026         * modules/regex (Depends-on): Likewise.
9027         * modules/relocatable-prog (Depends-on): Likewise.
9028         * modules/same (Depends-on): Likewise.
9029         * modules/signbit (Depends-on): Likewise.
9030         * modules/strcasestr-simple (Depends-on): Likewise.
9031         * modules/unictype/gen-ctype (Depends-on): Likewise.
9032         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
9033         * modules/uniname/uniname (Depends-on): Likewise.
9034         * modules/unistr/u8-cmp (Depends-on): Likewise.
9035
9036 2008-11-02  Bruno Haible  <bruno@clisp.org>
9037
9038         Mark 'memchr' obsolete.
9039         * modules/memchr (Status, Notice): New sections.
9040         * modules/argp (Depends-on): Add memchr.
9041         * modules/base64 (Depends-on): Likewise.
9042         * modules/c-strcasestr (Depends-on): Likewise.
9043         * modules/chdir-long (Depends-on): Likewise.
9044         * modules/fnmatch (Depends-on): Likewise.
9045         * modules/getsubopt (Depends-on): Likewise.
9046         * modules/git-merge-changelog (Depends-on): Likewise.
9047         * modules/glob (Depends-on): Likewise.
9048         * modules/strcasestr-simple (Depends-on): Likewise.
9049         * modules/strnlen (Depends-on): Likewise.
9050
9051 2008-11-02  Bruno Haible  <bruno@clisp.org>
9052
9053         Mark 'atexit' obsolete.
9054         * modules/atexit (Status, Notice): New sections.
9055         * modules/chdir-long (Depends-on): Add atexit.
9056         * modules/wait-process (Depends-on): Likewise.
9057
9058 2008-11-02  Bruno Haible  <bruno@clisp.org>
9059
9060         * gnulib-tool: New option --with-obsolete.
9061         (func_usage): Document it.
9062         (func_modules_transitive_closure): Drop obsolete dependencies if
9063         incobsolete is not true.
9064         (func_import): Read and save the incobsolete variable to the cache.
9065
9066 2008-11-02  Bruno Haible  <bruno@clisp.org>
9067
9068         * modules/TEMPLATE-EXTENDED: New field 'Status'.
9069         * gnulib-tool: New option --extract-status.
9070         (func_usage): Document it.
9071         (sed_extract_prog): Recognize it.
9072         (func_get_status): New function.
9073
9074 2008-10-30  Simon Josefsson  <simon@josefsson.org>
9075
9076         * modules/sockets (License): Change from LGPL to LGPLv2+.
9077
9078 2008-10-28  Simon Josefsson  <simon@josefsson.org>
9079
9080         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
9081
9082 2008-10-28  Simon Josefsson  <simon@josefsson.org>
9083
9084         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9085         Mention times and sys_times.
9086         * modules/sys_times, modules/sys_times-tests: New modules.
9087         * modules/times, modules/times-tests: Likewise
9088         * m4/sys_times_h.m4: New file.
9089         * lib/sys_times.in.h: Likewise
9090         * lib/times.c: Likewise.
9091         * tests/test-sys_times.c: Likewise.
9092         * tests/test-times.c: Likewise.
9093         * doc/posix-headers/sys_times.texi: Update.
9094         * doc/posix-functions/times.texi: Update.
9095
9096 2008-10-28  Jim Meyering  <meyering@redhat.com>
9097
9098         * modules/tempname (Depends-on): Add lstat.
9099
9100         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
9101
9102 2008-10-28  Simon Josefsson  <simon@josefsson.org>
9103
9104         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
9105         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
9106         using idiom used elsewhere in gnulib.
9107
9108 2008-10-27  Jim Meyering  <meyering@redhat.com>
9109
9110         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
9111
9112 2008-10-27  Simon Josefsson  <simon@josefsson.org>
9113
9114         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
9115         TESTS_ENVIRONMENT, for shell scripts that needs to call built
9116         programs.
9117         * tests/test-argp-2.sh: Use $EXEEXT when needed.
9118
9119 2008-10-27  Simon Josefsson  <simon@josefsson.org>
9120
9121         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
9122
9123 2008-10-27  Bruno Haible  <bruno@clisp.org>
9124
9125         * tests/test-lstat.c: Include <stdio.h>.
9126
9127 2008-10-27  Simon Josefsson  <simon@josefsson.org>
9128
9129         * modules/lstat-tests: New module.
9130         * tests/test-lstat.c: New file.
9131
9132 2008-10-26  Jim Meyering  <meyering@redhat.com>
9133
9134         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
9135
9136 2008-10-26  Simon Josefsson  <simon@josefsson.org>
9137             Bruno Haible  <bruno@clisp.org>
9138
9139         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
9140         * modules/configmake (Include): Add a note that the include must come
9141         after all system headers.
9142         * lib/javaversion.c: Include configmake.h after all other includes.
9143
9144 2008-10-26  Bruno Haible  <bruno@clisp.org>
9145
9146         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
9147         HAVE_STRUCT_RANDOM_DATA to 1.
9148         (gl_STDLIB_H): Simplify.
9149
9150 2008-10-26  Simon Josefsson  <simon@josefsson.org>
9151
9152         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
9153         substitute HAVE_STRUCT_RANDOM_DATA.
9154         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
9155         random_data.
9156         * modules/stdlib (Makefile.am): Substitute
9157         HAVE_STRUCT_RANDOM_DATA.
9158
9159 2008-10-26  Simon Josefsson  <simon@josefsson.org>
9160
9161         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
9162         * doc/gnulib-intro.texi (Copyright): Likewise.
9163
9164 2008-10-26  Simon Josefsson  <simon@josefsson.org>
9165
9166         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
9167         findings.
9168
9169 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
9170             Bruno Haible  <bruno@clisp.org>
9171
9172         * lib/unistd.in.h: Include <winsock2.h>.
9173         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
9174         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
9175         Provide dummy declarations.
9176         (gethostname): Override.
9177         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
9178         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
9179         gl_PREREQ_SYS_H_WINSOCK2.
9180         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
9181         * doc/posix-functions/gethostname.texi: More details.
9182
9183 2008-10-25  Bruno Haible  <bruno@clisp.org>
9184
9185         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
9186         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
9187         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
9188
9189         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
9190         here ...
9191         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
9192         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
9193         gl_UNISTD_H_DEFAULTS.
9194
9195 2008-10-25  Eric Blake  <ebb9@byu.net>
9196
9197         signbit: avoid spurious compiler failure
9198         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
9199         declarations inside function.
9200
9201 2008-10-24  Simon Josefsson  <simon@josefsson.org>
9202             Bruno Haible  <bruno@clisp.org>
9203
9204         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
9205         * modules/random_r (Depends-on): Add stdint.
9206
9207 2008-10-24  Bruno Haible  <bruno@clisp.org>
9208
9209         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
9210         Eggert.
9211         * modules/strerror (License): Likewise.
9212
9213 2008-10-24  Jim Meyering  <meyering@redhat.com>
9214
9215         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
9216         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
9217
9218 2008-10-24  Eric Blake  <ebb9@byu.net>
9219
9220         getgroups: fix compilation when getgroups is available
9221         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
9222         but with <config.h> override of getgroups disabled.
9223
9224 2008-10-24  Simon Josefsson  <simon@josefsson.org>
9225
9226         * doc/gnulib.texi (Header files): Add note about C++ problems.
9227         Explained by Bruno Haible <bruno@clisp.org>.
9228
9229 2008-10-23  Bruno Haible  <bruno@clisp.org>
9230
9231         Define a dummy SA_NODEFER macro on Interix.
9232         * lib/signal.in.h (SA_NODEFER): Define fallback.
9233         Reported by Aleksey Cheusov <cheusov@tut.by> via
9234         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
9235
9236 2008-10-23  Bruno Haible  <bruno@clisp.org>
9237
9238         * modules/freadahead (License): Change to LGPLv2+.
9239         Suggested by Simon Josefsson.
9240
9241 2008-10-23  Jim Meyering  <meyering@redhat.com>
9242
9243         random_r: new module
9244         * modules/random_r: New file.
9245         * m4/random_r.m4: New file.
9246         * lib/random_r.c: New file, from glibc.
9247         * modules/random_r-tests: New file.
9248         * tests/test-random_r.c: New file.
9249         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
9250          Declare.
9251         (RAND_MAX): Define.
9252         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
9253         * modules/stdlib: Substitute them, too.
9254         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
9255         * doc/glibc-functions/initstate_r.texi: Mention the new module.
9256         * doc/glibc-functions/random_r.texi: Likewise.
9257         * doc/glibc-functions/setstate_r.texi: Likewise.
9258         * doc/glibc-functions/srandom_r.texi: Likewise.
9259         * config/srclist.txt: Mention it.
9260
9261 2008-10-23  David Lutterkort  <lutter@redhat.com>
9262
9263         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
9264         link requirement
9265
9266 2008-10-23  Jim Meyering  <meyering@redhat.com>
9267
9268         selinux-h: mark parameters of stub functions as intentionally unused
9269         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
9270         * lib/se-context.in.h: Likewise.
9271
9272 2008-10-22  Simon Josefsson  <simon@josefsson.org>
9273
9274         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
9275
9276 2008-10-22  Simon Josefsson  <simon@josefsson.org>
9277
9278         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
9279
9280 2008-10-22  Eric Blake  <ebb9@byu.net>
9281
9282         glthread/thread: avoid compiler warning
9283         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
9284         Add unreachable abort to silence compiler.
9285
9286 2008-10-22  Eric Blake  <ebb9@byu.net>
9287
9288         netdb: also supply struct addrinfo for cygwin 1.5.x
9289         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
9290         older cygwin.
9291         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
9292         cygwin.
9293         * doc/posix-headers/netdb.texi (netdb.h): Document this.
9294
9295 2008-10-22  Bruno Haible  <bruno@clisp.org>
9296
9297         * users.txt: Update entry about pspp.
9298
9299 2008-10-21  Bruno Haible  <bruno@clisp.org>
9300
9301         Simplification.
9302         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
9303         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
9304
9305         Simplification.
9306         * lib/ioctl.c (ioctl): Don't undefine.
9307         * lib/socket.c (socket): Don't undefine.
9308
9309         Remove unused module indicator macros.
9310         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
9311         GNULIB_$1 as a C macro.
9312
9313         * doc/posix-functions/close.texi: Undo last change.
9314         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
9315         Windows platforms.
9316
9317 2008-10-21  Bruno Haible  <bruno@clisp.org>
9318
9319         Add gethostname() declaration to <unistd.h>.
9320         * lib/unistd.in.h (gethostname): New declaration.
9321         * lib/gethostname.c: Include <unistd.h>.
9322         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
9323         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
9324         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
9325         and HAVE_GETHOSTNAME.
9326         * modules/gethostname (Depends-on): Add unistd.
9327         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9328         (Include): Specify <unistd.h>.
9329         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
9330         HAVE_GETHOSTNAME.
9331         * tests/test-gethostname.c: Include <unistd.h> first.
9332
9333 2008-10-21  Bruno Haible  <bruno@clisp.org>
9334
9335         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
9336         * modules/select-tests (Depends-on): Likewise.
9337         Reported by Simon Josefsson.
9338
9339 2008-10-21  Simon Josefsson  <simon@josefsson.org>
9340
9341         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
9342         * lib/accept.c: New file, based on winsock.c.
9343         * lib/bind.c: New file, based on winsock.c.
9344         * lib/connect.c: New file, based on winsock.c.
9345         * lib/getpeername.c: New file, based on winsock.c.
9346         * lib/getsockname.c: New file, based on winsock.c.
9347         * lib/getsockopt.c: New file, based on winsock.c.
9348         * lib/ioctl.c: New file, based on winsock.c.
9349         * lib/listen.c: New file, based on winsock.c.
9350         * lib/recv.c: New file, based on winsock.c.
9351         * lib/recvfrom.c: New file, based on winsock.c.
9352         * lib/send.c: New file, based on winsock.c.
9353         * lib/sendto.c: New file, based on winsock.c.
9354         * lib/setsockopt.c: New file, based on winsock.c.
9355         * lib/shutdown.c: New file, based on winsock.c.
9356         * lib/socket.c: New file, based on winsock.c.
9357         * lib/w32sock.h: New file, based on winsock.c.
9358         * lib/winsock.c: Remove file.
9359         * modules/accept: Likewise.
9360         * modules/bind: Likewise.
9361         * modules/connect: Likewise.
9362         * modules/getpeername: Likewise.
9363         * modules/getsockname: Likewise.
9364         * modules/getsockopt: Likewise.
9365         * modules/ioctl: Likewise.
9366         * modules/listen: Likewise.
9367         * modules/recv: Likewise.
9368         * modules/recvfrom: Likewise.
9369         * modules/send: Likewise.
9370         * modules/sendto: Likewise.
9371         * modules/setsockopt: Likewise.
9372         * modules/shutdown: Likewise.
9373         * modules/socket: Use socket.c instead of winsock.c.
9374         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
9375         * doc/posix-functions/accept.texi: Doc fix.
9376         * doc/posix-functions/bind.texi: Doc fix.
9377         * doc/posix-functions/close.texi: Doc fix.
9378         * doc/posix-functions/connect.texi: Doc fix.
9379         * doc/posix-functions/getpeername.texi: Doc fix.
9380         * doc/posix-functions/getsockname.texi: Doc fix.
9381         * doc/posix-functions/getsockopt.texi: Doc fix.
9382         * doc/posix-functions/ioctl.texi: Doc fix.
9383         * doc/posix-functions/listen.texi: Doc fix.
9384         * doc/posix-functions/recv.texi: Doc fix.
9385         * doc/posix-functions/recvfrom.texi: Doc fix.
9386         * doc/posix-functions/send.texi: Doc fix.
9387         * doc/posix-functions/sendto.texi: Doc fix.
9388         * doc/posix-functions/setsockopt.texi: Doc fix.
9389         * doc/posix-functions/shutdown.texi: Doc fix.
9390         * doc/posix-functions/socket.texi: Doc fix.
9391
9392 2008-10-20  Bruno Haible  <bruno@clisp.org>
9393
9394         Take into account the role of SIGABRT_COMPAT on Windows 2008.
9395         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
9396         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
9397         as an alias for SIGABRT.
9398         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
9399         (sigaction): Map it to SIGABRT.
9400         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
9401
9402 2008-10-20  Bruno Haible  <bruno@clisp.org>
9403
9404         * lib/fts.c: Don't include lstat.h.
9405         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
9406
9407         Move the lstat() declaration to <sys/stat.h>.
9408         * lib/lstat.h: Remove file.
9409         * lib/sys_stat.in.h: Add special invocation convention.
9410         (lstat): New declaration.
9411         * lib/lstat.c (orig_lstat): New function.
9412         (rpl_lstat): Use orig_lstat instead of lstat.
9413         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
9414         AC_C_INLINE. Set REPLACE_LSTAT.
9415         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
9416         and REPLACE_LSTAT.
9417         * modules/lstat (Files): Remove lib/lstat.h.
9418         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
9419         (Include): Specify <sys/stat.h> instead of lstat.h.
9420         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
9421         REPLACE_LSTAT.
9422         * NEWS: Mention the change.
9423
9424 2008-10-20  Bruno Haible  <bruno@clisp.org>
9425
9426         * modules/posix_spawn-tests: New file.
9427         * tests/test-posix_spawn3.c: New file.
9428
9429 2008-10-20  Bruno Haible  <bruno@clisp.org>
9430
9431         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
9432         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
9433         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
9434         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
9435         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
9436
9437 2008-10-20  Bruno Haible  <bruno@clisp.org>
9438
9439         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
9440         of posix_spawn on AIX 5.3.
9441
9442 2008-10-20  Bruno Haible  <bruno@clisp.org>
9443
9444         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
9445
9446 2008-10-20  Bruno Haible  <bruno@clisp.org>
9447
9448         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
9449         of AC_LANG_PROGRAM.
9450
9451 2008-10-20  Simon Josefsson  <simon@josefsson.org>
9452
9453         * lib/netdb.in.h: Don't define GNU specific constants until they
9454         are supported or needed.  Reported by Bruno Haible
9455         <bruno@clisp.org>.
9456
9457 2008-10-20  Simon Josefsson  <simon@josefsson.org>
9458
9459         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
9460
9461 2008-10-20  Simon Josefsson  <simon@josefsson.org>
9462
9463         * lib/getaddrinfo.h: Remove file.
9464         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
9465         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
9466         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
9467         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
9468         * modules/netdb: Substitute GNULIB_GETADDRINFO.
9469         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
9470         * tests/test-getaddrinfo.c: Likewise.
9471         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
9472         * NEWS: Mention change.
9473
9474 2008-10-19  Bruno Haible  <bruno@clisp.org>
9475
9476         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
9477
9478 2008-10-19  Bruno Haible  <bruno@clisp.org>
9479
9480         * lib/wait-process.c: Include simply <sys/wait.h>.
9481         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
9482         WIFSTOPPED): Remove fallback definitions.
9483         * modules/wait-process (Depends-on): Add sys_wait.
9484
9485         New module 'sys_wait'.
9486         * modules/sys_wait: New file.
9487         * lib/sys_wait.in.h: New file, partially copied from
9488         lib/wait-process.c.
9489         * m4/sys_wait_h.m4: New file.
9490         * doc/posix-headers/sys_wait.texi: Mention the new module.
9491
9492 2008-10-19  Bruno Haible  <bruno@clisp.org>
9493
9494         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
9495
9496 2008-10-19  Bruno Haible  <bruno@clisp.org>
9497
9498         Assume that waitpid() fills an 'int' status, not a 'union wait'.
9499         * lib/wait-process.c (WAIT_T): Remove type.
9500         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
9501         (wait_subprocess): Update.
9502
9503 2008-10-19  Bruno Haible  <bruno@clisp.org>
9504
9505         New module 'atoll'.
9506         * modules/atoll: New file.
9507         * lib/stdlib.in.h (atoll): New declaration.
9508         * lib/atoll.c: New file, from glibc with modifications.
9509         * m4/atoll.m4: New file.
9510         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
9511         HAVE_ATOLL.
9512         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
9513         * doc/posix-functions/atoll.texi: Mention the new module.
9514
9515 2008-10-19  Bruno Haible  <bruno@clisp.org>
9516
9517         Add strtoull() declaration to <stdlib.h>.
9518         * lib/stdlib.in.h (strtoull): New declaration.
9519         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
9520         Set HAVE_STRTOULL.
9521         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
9522         HAVE_STRTOULL.
9523         * modules/strtoull (Depends-on): Add stdlib.
9524         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9525         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
9526         HAVE_STRTOULL.
9527
9528 2008-10-19  Bruno Haible  <bruno@clisp.org>
9529
9530         Add strtoll() declaration to <stdlib.h>.
9531         * lib/stdlib.in.h (strtoll): New declaration.
9532         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
9533         Set HAVE_STRTOLL.
9534         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
9535         HAVE_STRTOLL.
9536         * modules/strtoll (Depends-on): Add stdlib.
9537         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9538         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
9539
9540 2008-10-19  Bruno Haible  <bruno@clisp.org>
9541
9542         * modules/bcopy (Depends-on): Add strings.
9543         (Include): Specify <strings.h>.
9544
9545 2008-10-19  Bruno Haible  <bruno@clisp.org>
9546
9547         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
9548
9549 2008-10-19  Bruno Haible  <bruno@clisp.org>
9550
9551         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
9552         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
9553         mingw.
9554
9555 2008-10-19  Bruno Haible  <bruno@clisp.org>
9556
9557         * lib/atanl.c: Don't include isnanl.h.
9558         * lib/cosl.c: Likewise.
9559         * lib/ldexpl.c: Likewise.
9560         * lib/logl.c: Likewise.
9561         * lib/sinl.c: Likewise.
9562         * lib/sqrtl.c: Likewise.
9563         * lib/tanl.c: Likewise.
9564
9565         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
9566         * lib/isnanf.h: Remove file.
9567         * lib/isnand.h: Remove file.
9568         * lib/isnanl.h: Remove file.
9569         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
9570         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
9571         macros.
9572         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
9573         HAVE_ISNANF, don't define it as a C macro.
9574         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
9575         HAVE_ISNAND, don't define it as a C macro.
9576         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
9577         HAVE_ISNANL, don't define it as a C macro.
9578         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
9579         HAVE_ISNAN[FDL].
9580         * modules/isnanf (Files): Remove lib/isnanf.h.
9581         (Depends-on): Add math.
9582         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
9583         (Include): Specify <math.h> instead of isnanf.h.
9584         * modules/isnand (Files): Remove lib/isnand.h.
9585         (Depends-on): Add math.
9586         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
9587         (Include): Specify <math.h> instead of isnand.h.
9588         * modules/isnanl (Files): Remove lib/isnanl.h.
9589         (Depends-on): Add math.
9590         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
9591         (Include): Specify <math.h> instead of isnanl.h.
9592         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
9593         HAVE_ISNAN[FDL].
9594         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
9595         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
9596         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
9597         * NEWS: Mention the change.
9598
9599 2008-10-18  Bruno Haible  <bruno@clisp.org>
9600
9601         Add getusershell(), setusershell(), endusershell() declarations to
9602         <unistd.h>.
9603         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
9604         declarations.
9605         * lib/getusershell.c: Include unistd.h.
9606         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
9607         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
9608         HAVE_GETUSERSHELL.
9609         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
9610         and HAVE_GETUSERSHELL.
9611         * modules/getusershell (Depends-on): Add unistd, extensions.
9612         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9613         (Include): Specify <unistd.h>.
9614         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
9615         HAVE_GETUSERSHELL.
9616
9617 2008-10-18  Bruno Haible  <bruno@clisp.org>
9618
9619         Add a getloadavg() declaration to <stdlib.h>.
9620         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
9621         getloadavg declaration.
9622         (getloadavg): New declaration.
9623         * lib/getloadavg.c: Include <stdlib.h> first.
9624         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
9625         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
9626         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
9627         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
9628         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
9629         * modules/getloadavg (Depends-on): Add stdlib, extensions.
9630         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9631         (Include): Specify <stdlib.h>.
9632         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
9633         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
9634
9635 2008-10-18  Bruno Haible  <bruno@clisp.org>
9636
9637         * lib/dirchownmod.c: Don't include lchmod.h.
9638
9639         Move the lchmod() declaration to <sys/stat.h>.
9640         * lib/lchmod.h: Remove file.
9641         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
9642         (lchmod): New declaration, moved here from lib/lchown.h.
9643         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
9644         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
9645         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
9646         and HAVE_LCHMOD.
9647         * modules/lchmod (Files): Remove lib/lchmod.h.
9648         (Depends-on): Add sys_stat, extensions.
9649         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
9650         (Include): Specify <sys/stat.h> instead of lchmod.h.
9651         * modules/sys_stat (Depends-on): Add link-warning.
9652         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
9653         definition of GL_LINK_WARNING.
9654         * NEWS: Mention the change.
9655
9656 2008-10-18  Bruno Haible  <bruno@clisp.org>
9657
9658         * lib/fchdir.c: Don't include dirfd.h.
9659         * lib/fts.c: Likewise.
9660         * lib/getcwd.c: Likewise.
9661         * lib/glob.c: Likewise.
9662
9663         Move the dirfd() declaration to <dirent.h>.
9664         * lib/dirfd.h: Remove file.
9665         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
9666         (dirfd): New declaration.
9667         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
9668         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
9669         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
9670         HAVE_DECL_DIRFD.
9671         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
9672         HAVE_DECL_DIRFD.
9673         * modules/dirfd (Files): Remove lib/dirfd.h.
9674         (Depends-on): Add dirent, extensions.
9675         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
9676         (Include): Specify <dirent.h> instead of dirfd.h.
9677         * modules/dirent (Depends-on): Add link-warning.
9678         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
9679         definition of GL_LINK_WARNING.
9680         * NEWS: Mention the change.
9681
9682 2008-10-18  Bruno Haible  <bruno@clisp.org>
9683
9684         Move the euidaccess() declaration to <unistd.h>.
9685         * lib/euidaccess.h: Remove file.
9686         * lib/unistd.in.h (euidaccess): New declaration.
9687         * lib/euidaccess.c: Don't include euidaccess.h.
9688         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
9689         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
9690         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
9691         and HAVE_EUIDACCESS.
9692         * modules/euidaccess (Files): Remove lib/euidaccess.h.
9693         (Depends-on): Add unistd.
9694         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9695         (Include): Specify <unistd.h> instead of euidaccess.h.
9696         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
9697         HAVE_EUIDACCESS.
9698         * NEWS: Mention the change.
9699
9700 2008-10-18  Bruno Haible  <bruno@clisp.org>
9701
9702         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
9703
9704         Move the getdomainname() declaration to <unistd.h>.
9705         * lib/getdomainname.h: Remove file.
9706         * lib/unistd.in.h (getdomainname): New declaration.
9707         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
9708         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
9709         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
9710         HAVE_GETDOMAINNAME.
9711         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9712         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
9713         * modules/getdomainname (Files): Remove lib/getdomainname.h.
9714         (Depends-on): Add unistd, extensions.
9715         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9716         (Includes): Specify <unistd.h> instead of getdomainname.h.
9717         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
9718         HAVE_GETDOMAINNAME.
9719         * NEWS: Mention the change.
9720
9721 2008-10-18  Bruno Haible  <bruno@clisp.org>
9722
9723         * modules/dirent: New file.
9724         * m4/dirent_h.m4: New file.
9725         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
9726         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
9727         * modules/fchdir (Files): Remove lib/dirent.in.h.
9728         (Depends-on): Add dirent.
9729         (Makefile.am): Move rules to modules/dirent.
9730         * doc/posix-headers/dirent.texi: Mention the new module.
9731
9732 2008-10-18  Bruno Haible  <bruno@clisp.org>
9733
9734         Avoid -Wunused-parameter warnings in public gnulib header files.
9735         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
9736         macro.
9737         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
9738
9739 2008-10-18  Bruno Haible  <bruno@clisp.org>
9740
9741         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
9742         * doc/glibc-functions/error.texi: Mention the module 'error'.
9743         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
9744         * doc/glibc-functions/getdomainname.texi: Mention the module
9745         'getdomainname'.
9746         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
9747         * doc/glibc-functions/getpagesize.texi: Mention the module
9748         'getpagesize'.
9749         * doc/glibc-functions/getusershell.texi: Mention the module
9750         'getusershell'.
9751         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
9752         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
9753         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
9754         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
9755         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
9756         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
9757         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
9758         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
9759         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
9760         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
9761         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
9762         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
9763         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
9764         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
9765
9766 2008-10-17  Bruno Haible  <bruno@clisp.org>
9767
9768         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
9769         HP-UX and IRIX, use -0.0L.
9770         * tests/test-ceill.c (minus_zero): Likewise.
9771         * tests/test-floorl.c (minus_zero): Likewise.
9772         * tests/test-frexpl.c (minus_zero): Likewise.
9773         * tests/test-isnan.c (minus_zerol): Likewise.
9774         * tests/test-isnanl.h (minus_zero): Likewise.
9775         * tests/test-ldexpl.c (minus_zero): Likewise.
9776         * tests/test-roundl.c (minus_zero): Likewise.
9777         * tests/test-signbit.c (minus_zerol): Likewise.
9778         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
9779         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
9780         * tests/test-truncl.c (minus_zero): Likewise.
9781         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
9782         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
9783         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
9784         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
9785
9786 2008-10-17  Bruno Haible  <bruno@clisp.org>
9787
9788         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
9789         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
9790         that it gets activated only for gcc >= 3.0.
9791         * lib/dirent.in.h: Likewise.
9792         * lib/errno.in.h: Likewise.
9793         * lib/fcntl.in.h: Likewise.
9794         * lib/float.in.h: Likewise.
9795         * lib/iconv.in.h: Likewise.
9796         * lib/inttypes.in.h: Likewise.
9797         * lib/locale.in.h: Likewise.
9798         * lib/math.in.h: Likewise.
9799         * lib/netdb.in.h: Likewise.
9800         * lib/netinet_in.in.h: Likewise.
9801         * lib/search.in.h: Likewise.
9802         * lib/signal.in.h: Likewise.
9803         * lib/spawn.in.h: Likewise.
9804         * lib/stdarg.in.h: Likewise.
9805         * lib/stdint.in.h: Likewise.
9806         * lib/stdio.in.h: Likewise.
9807         * lib/stdlib.in.h: Likewise.
9808         * lib/string.in.h: Likewise.
9809         * lib/strings.in.h: Likewise.
9810         * lib/sys_file.in.h: Likewise.
9811         * lib/sys_ioctl.in.h: Likewise.
9812         * lib/sys_select.in.h: Likewise.
9813         * lib/sys_socket.in.h: Likewise.
9814         * lib/sys_stat.in.h: Likewise.
9815         * lib/sys_time.in.h: Likewise.
9816         * lib/sysexits.in.h: Likewise.
9817         * lib/time.in.h: Likewise.
9818         * lib/unistd.in.h: Likewise.
9819         * lib/wchar.in.h: Likewise.
9820         * lib/wctype.in.h: Likewise.
9821         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9822
9823 2008-10-17  Jim Meyering  <meyering@redhat.com>
9824
9825         ignore-value: don't depend on inline module
9826         * modules/ignore-value (Depends-on): Remove 'inline'.
9827         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
9828         Suggestion from Bruno Haible.
9829
9830 2008-10-17  Bruno Haible  <bruno@clisp.org>
9831
9832         New implementation of condition variables for Win32.
9833         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
9834         (gl_linked_waitqueue_t): New type.
9835         (gl_cond_t): Use it.
9836         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
9837         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
9838         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
9839         (glthread_cond_init_func, glthread_cond_wait_func,
9840         glthread_cond_timedwait_func, glthread_cond_signal_func,
9841         glthread_cond_broadcast_func, glthread_cond_destroy_func):
9842         Reimplemented on the basis of gl_linked_waitqueue_t.
9843         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
9844         gl_waitqueue_t.
9845         (gl_rwlock_t): Update.
9846         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
9847
9848 2008-10-17  Simon Josefsson  <simon@josefsson.org>
9849
9850         * modules/recvfrom (Depends-on): Add dependency on getpeername.
9851         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
9852
9853 2008-10-17  Jim Meyering  <meyering@redhat.com>
9854
9855         ignore-value: new module
9856         * modules/ignore-value: New file.
9857         * lib/ignore-value.h: New file.
9858         * MODULES.html.sh (Compiler warning management): New section,
9859         just for this module.  More to come.
9860
9861 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9862
9863         open-safer.c: avoid 'signed and unsigned in conditional...' warning
9864         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
9865         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
9866
9867 2008-10-16  Jim Meyering  <meyering@redhat.com>
9868
9869         openat-die.c: avoid 'no previous prototype' warning
9870         * lib/openat-die.c: Include "openat.h".
9871         Reported by Reuben Thomas <rrt@sc3d.org>.
9872
9873 2008-10-16  Simon Josefsson  <simon@josefsson.org>
9874
9875         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
9876         * lib/netdb.in.h: Fix typo.
9877         Reported by Bruno Haible  <bruno@clisp.org>
9878
9879         * lib/netdb.in.h: Include sys/socket.h for platforms without
9880         netdb.h, to get structures like hostent on MinGW.
9881         * modules/netdb (Depends-on): Add sys_socket.
9882
9883 2008-10-15  Simon Josefsson  <simon@josefsson.org>
9884
9885         * modules/netdb, modules/netdb-tests: New file.
9886         * m4/netdb_h.m4: New file.
9887         * lib/netdb.in.h: Add, currently just an empty file pending
9888         definitions.
9889         * tests/test-netdb.c: New file.
9890         * doc/posix-headers/netdb.texi: Mention that we replace it if
9891         needed.
9892         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9893         netdb.
9894
9895 2008-10-15  Simon Josefsson  <simon@josefsson.org>
9896
9897         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
9898         with code.
9899
9900 2008-10-13  Bruno Haible  <bruno@clisp.org>
9901
9902         * lib/glthread/cond.c (glthread_cond_wait_func,
9903         glthread_cond_timedwait_func): Add a comment.
9904
9905 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
9906
9907         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
9908         * tests/test-select.c: Likewise,
9909
9910 2008-10-13  Bruno Haible  <bruno@clisp.org>
9911
9912         * lib/glthread/cond.c (glthread_cond_wait_func,
9913         glthread_cond_timedwait_func): Fix variable name.
9914         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
9915
9916 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
9917
9918         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
9919         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
9920         struct sockaddr.sa_len.
9921         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
9922
9923 2008-10-13  Simon Josefsson  <simon@josefsson.org>
9924
9925         * build-aux/pmccabe2html: Add css and css_url parameters.
9926
9927 2008-10-12  Bruno Haible  <bruno@clisp.org>
9928
9929         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
9930         calling aclx_get.
9931         Reported by Rainer Tammer <tammer@tammer.net>.
9932
9933 2008-10-12  Bruno Haible  <bruno@clisp.org>
9934
9935         Use msvcrt aware primitives for creation/termination of Win32 threads.
9936         * lib/glthread/thread.c: Include <process.h>.
9937         (glthread_create_func): Use _beginthreadex instead of CreateThread.
9938         (wrapper_func): Update signature.
9939         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
9940
9941 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
9942             Bruno Haible  <bruno@clisp.org>
9943
9944         Provide a Win32 implementation of the 'cond' module.
9945         * lib/glthread/cond.h [USE_WIN32]: New implementation.
9946         * lib/glthread/cond.c (glthread_cond_init_func,
9947         glthread_cond_wait_func, glthread_cond_timedwait_func,
9948         glthread_cond_signal_func, glthread_cond_broadcast_func,
9949         glthread_cond_destroy_func) [USE_WIN32]: New functions.
9950         * modules/cond (Dependencies): Add gettimeofday.
9951
9952 2008-10-11  Bruno Haible  <bruno@clisp.org>
9953
9954         Make sleep work on older versions of mingw.
9955         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
9956         only whether it exists.
9957         * doc/posix-functions/sleep.texi: Mention the problem with older
9958         versions of mingw.
9959
9960 2008-10-11  Bruno Haible  <bruno@clisp.org>
9961
9962         New module 'shutdown'.
9963         * modules/shutdown: New file.
9964         * lib/sys_socket.in.h (shutdown): New declaration.
9965         * lib/winsock.c (shutdown): New function.
9966         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
9967         GNULIB_SHUTDOWN.
9968         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
9969         * doc/posix-functions/shutdown.texi: Document the new module.
9970
9971 2008-10-11  Jim Meyering  <meyering@redhat.com>
9972
9973         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
9974
9975 2008-10-11  Bruno Haible  <bruno@clisp.org>
9976
9977         New module 'fclose'.
9978         * modules/fclose: New file.
9979         * lib/stdio.in.h (fclose): New declaration.
9980         * lib/fclose.c: New file.
9981         * m4/fclose.m4: New file.
9982         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
9983         REPLACE_FCLOSE.
9984         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
9985         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
9986         REPLACE_FCLOSE.
9987         * modules/close (Depends-on): fclose.
9988         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
9989
9990 2008-10-11  Bruno Haible  <bruno@clisp.org>
9991
9992         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
9993         set errno and don't call _close.
9994
9995 2008-10-10  Bruno Haible  <bruno@clisp.org>
9996
9997         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
9998         ACL, not afterwards. Fixes test failure on Cygwin.
9999
10000 2008-10-09  Ben Pfaff  <blp@gnu.org>
10001
10002         * build-aux/announce-gen: Fix gnulib version related part of usage
10003         message.  Die with a useful error message if no tarballs are
10004         found.
10005
10006 2008-10-10  Jim Meyering  <meyering@redhat.com>
10007
10008         bootstrap: use git's --depth=N option only if it's supported
10009         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
10010         recognize the --depth option.  Reported by Pádraig Brady.
10011
10012 2008-10-09  Bruno Haible  <bruno@clisp.org>
10013
10014         New module 'ioctl'.
10015         * modules/ioctl: New file.
10016         * lib/sys_socket.in.h (ioctl): Remove declaration.
10017         * lib/winsock.c: Include <sys/ioctl.h>.
10018         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
10019         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
10020         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
10021         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
10022         * doc/posix-functions/ioctl.texi: Mention the new module.
10023
10024 2008-10-09  Bruno Haible  <bruno@clisp.org>
10025
10026         New module 'sys_ioctl'.
10027         * lib/sys_ioctl.in.h: New file.
10028         * m4/sys_ioctl_h.m4: New file.
10029         * modules/sys_ioctl: New file.
10030         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
10031
10032 2008-10-09  Bruno Haible  <bruno@clisp.org>
10033
10034         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
10035         * lib/winsock.c: Include <stdarg.h>.
10036         (rpl_ioctl): Change to second argument 'int' and then varargs.
10037
10038 2008-10-09  Bruno Haible  <bruno@clisp.org>
10039
10040         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
10041         when the sys_socket module is present and the system has <winsock2.h>.
10042
10043 2008-10-09  Bruno Haible  <bruno@clisp.org>
10044
10045         * doc/posix-functions/close.texi: Mention module 'close' instead of
10046         module 'sys_socket'.
10047
10048 2008-10-09  Bruno Haible  <bruno@clisp.org>
10049
10050         * doc/glibc-headers/sys_ioctl.texi: New file.
10051         * doc/gnulib.texi: Include it.
10052
10053 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
10054             Bruno Haible  <bruno@clisp.org>
10055
10056         Combine the two replacements of 'close'.
10057         * lib/sys_socket.in.h (close): Define to a reminder to include
10058         <unistd.h>.
10059         (_gl_close_fd_maybe_socket): New declaration.
10060         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
10061         * lib/winsock.c (close): Remove undefinition.
10062         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
10063         needed for the gnulib module 'close'.
10064         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
10065         define to an error symbol or to a warning, if suitable.
10066         * lib/close.c: Include <sys/socket.h>.
10067         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
10068         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
10069         UNISTD_H_HAVE_WINSOCK2_H.
10070         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
10071         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10072         UNISTD_H_HAVE_WINSOCK2_H.
10073         * modules/sys_socket (Files): Add m4/unistd_h.m4.
10074         (configure.ac): Set a module indicator.
10075         (Makefile.am): Substitute GNULIB_CLOSE.
10076         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
10077         * modules/poll-tests (Depends-on): Add close.
10078         * modules/select-tests (Depends-on): Likewise.
10079
10080 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
10081             Bruno Haible  <bruno@clisp.org>
10082
10083         New module 'close'.
10084         * modules/close: New file.
10085         * lib/unistd.in.h (close): Move declaration out of the
10086         FCHDIR_REPLACEMENT scope.
10087         (_gl_unregister_fd): New declaration.
10088         * lib/close.c: New file.
10089         * lib/fchdir.c (rpl_close): Remove function.
10090         * m4/close.m4: New file.
10091         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
10092         close.
10093         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
10094         REPLACE_CLOSE.
10095         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
10096         REPLACE_CLOSE.
10097         * modules/fchdir (Depends-on): Add close.
10098
10099 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
10100             Bruno Haible  <bruno@clisp.org>
10101
10102         * lib/fcntl.in.h (open): Simplify conditionals.
10103         (_gl_register_fd): New declaration.
10104         * lib/fchdir.c (rpl_open): Remove function.
10105         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
10106         also.
10107         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
10108         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
10109         open.
10110
10111 2008-10-09  Jim Meyering  <meyering@redhat.com>
10112
10113         GNUmakefile: use the more name-space-friendly "_version"
10114         * top/GNUmakefile (_dummy): Update.
10115         (_version): Rename from "version".
10116
10117 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
10118             Bruno Haible  <bruno@clisp.org>
10119
10120         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
10121         rpl_close.
10122         (_gl_register_fd): New function, extracted from rpl_open.
10123         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
10124         (rpl_open, rpl_opendir): Use _gl_register_fd.
10125
10126 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
10127
10128         Fix organization of 'open' replacement.
10129         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
10130         (gl_FUNC_OPEN): Use it.
10131         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
10132
10133 2008-10-08  Bruno Haible  <bruno@clisp.org>
10134
10135         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
10136
10137 2008-10-08  Simon Josefsson  <simon@josefsson.org>
10138
10139         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
10140         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
10141         listen).
10142
10143 2008-10-08  Eric Blake  <ebb9@byu.net>
10144
10145         GNUmakefile: add 'make version' target
10146         * top/GNUmakefile (_curr-ver): Split version update rules...
10147         (version): ...into a target.
10148
10149 2008-10-07  Bruno Haible  <bruno@clisp.org>
10150
10151         Use a more portable replacement expression for -0.0L.
10152         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
10153         instead of -0.0L. Fix m4 quotation.
10154
10155         * tests/test-signbit.c: Include <float.h>.
10156         (minus_zero): New variable.
10157         (test_signbitl): Use minus_zero instead of -zero.
10158         * modules/signbit-tests (Depends-on): Add float.
10159
10160         * tests/test-ceill.c: Include <float.h>.
10161         (zero): Remove variable.
10162         (minus_zero): New variable.
10163         (main): Use minus_zero instead of -zero.
10164         * modules/ceill-tests (Depends-on): Add float.
10165
10166         * tests/test-floorl.c: Include <float.h>.
10167         (zero): Remove variable.
10168         (minus_zero): New variable.
10169         (main): Use minus_zero instead of -zero.
10170         * modules/floorl-tests (Depends-on): Add float.
10171
10172         * tests/test-roundl.c: Include <float.h>.
10173         (zero): Remove variable.
10174         (minus_zero): New variable.
10175         (main): Use minus_zero instead of -zero.
10176         * modules/roundl-tests (Depends-on): Add float.
10177
10178         * tests/test-truncl.c: Include <float.h>.
10179         (zero): Remove variable.
10180         (minus_zero): New variable.
10181         (main): Use minus_zero instead of -zero.
10182         * modules/truncl-tests (Depends-on): Add float.
10183
10184         * tests/test-frexpl.c (zero): Remove variable.
10185         (minus_zero): New variable.
10186         (main): Use minus_zero instead of -zero.
10187         * modules/frexpl-tests (Depends-on): Add float.
10188
10189         * tests/test-isnan.c (zerol): Remove variable.
10190         (minus_zerol): New variable.
10191         (test_long_double): Use minus_zerol instead of -zerol.
10192         * modules/isnan-tests (Depends-on): Add float.
10193
10194         * tests/test-isnanl.h (zero): Remove variable.
10195         (minus_zero): New variable.
10196         (main): Use minus_zero instead of -zero.
10197         * modules/isnanl-nolibm-tests (Depends-on): Add float.
10198         * modules/isnanl-tests (Depends-on): Add float.
10199
10200         * tests/test-ldexpl.c (zero): Remove variable.
10201         (minus_zero): New variable.
10202         (main): Use minus_zero instead of -zero.
10203         * modules/ldexpl-tests (Depends-on): Add float.
10204
10205         * tests/test-snprintf-posix.h (zerol): Remove variable.
10206         (minus_zerol): New variable.
10207         (test_function): Use minus_zerol instead of -zerol.
10208         * modules/snprintf-posix-tests (Depends-on): Add float.
10209         * modules/vsnprintf-posix-tests (Depends-on): Add float.
10210
10211         * tests/test-sprintf-posix.h (zerol): Remove variable.
10212         (minus_zerol): New variable.
10213         (test_function): Use minus_zerol instead of -zerol.
10214         * modules/sprintf-posix-tests (Depends-on): Add float.
10215         * modules/vsprintf-posix-tests (Depends-on): Add float.
10216
10217         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
10218         (minus_zerol): New variable.
10219         (test_function): Use minus_zerol instead of -zerol.
10220         * modules/vasnprintf-posix-tests (Depends-on): Add float.
10221
10222         * tests/test-vasprintf-posix.c (zerol): Remove variable.
10223         (minus_zerol): New variable.
10224         (test_function): Use minus_zerol instead of -zerol.
10225         * modules/vasprintf-posix-tests (Depends-on): Add float.
10226
10227 2008-10-07  Simon Josefsson  <simon@josefsson.org>
10228
10229         * MODULES.html.sh (Support for building documentation): Mention
10230         pmccabe2html.  Sort entries.
10231
10232         Add pmccabe2html module, from gnupdf.
10233         * build-aux/pmccabe.css: New file.
10234         * build-aux/pmccabe2html: New file.
10235         * m4/pmccabe2html.m4: New file.
10236         * modules/pmccabe2html: New file.
10237
10238 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
10239
10240         flock: new module
10241         * MODULES.html.sh: Add to list of modules.
10242         * lib/flock.c: flock implementation for Windows and Unix systems
10243         which have fcntl.
10244         * doc/glibc-functions/flock.texi: Update documentation.
10245         * lib/sys_file.in.h: <sys/file.h> header file.
10246         * m4/flock.m4: M4 macros.
10247         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
10248         * modules/flock: flock module.
10249         * modules/flock-tests: flock tests module.
10250         * modules/sys_file: sys/file.h module.
10251         * tests/test-flock.c: test suite for flock.
10252
10253 2008-10-06  Jim Meyering  <meyering@redhat.com>
10254
10255         bootstrap: check for LT_INIT more portably still ;-)
10256         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
10257         Spotted by Bruno Haible.
10258
10259 2008-10-06  Eric Blake  <ebb9@byu.net>
10260
10261         test-signbit: avoid tripping Irix cc bug on -0.0L
10262         * tests/test-signbit.c (minus_zerol): Delete, and replace with
10263         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
10264         entire testsuite consistent and avoids an Irix 6.2 bug.
10265
10266 2008-10-05  Bruno Haible  <bruno@clisp.org>
10267             Jim Meyering  <jim@meyering.net>
10268
10269         Add an option for ignoring EPIPE during close_stdout.
10270         * lib/closeout.h: Include <stdbool.h>.
10271         (close_stdout_set_ignore_EPIPE): New declaration.
10272         * lib/closeout.c: Include <stdbool.h>.
10273         (ignore_EPIPE): New variable.
10274         (close_stdout_set_ignore_EPIPE): New function.
10275         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
10276         * lib/close-stream.c (close_stream): Mention the possible EPIPE
10277         failure.
10278         * modules/closeout (Depends-on): Add stdbool.
10279
10280 2008-10-05  Bruno Haible  <bruno@clisp.org>
10281
10282         * modules/accept: New file.
10283         * modules/bind: New file.
10284         * modules/connect: New file.
10285         * modules/getpeername: New file.
10286         * modules/getsockname: New file.
10287         * modules/getsockopt: New file.
10288         * modules/listen: New file.
10289         * modules/recv: New file.
10290         * modules/recvfrom: New file.
10291         * modules/send: New file.
10292         * modules/sendto: New file.
10293         * modules/setsockopt: New file.
10294         * modules/socket: New file.
10295         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
10296         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
10297         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
10298         the particular module is requested. Add a link warning when the
10299         particular module is not requested.
10300         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
10301         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
10302         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
10303         the particular module is requested.
10304         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
10305         gl_SYS_SOCKET_H_DEFAULTS): New macros.
10306         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
10307         * modules/sys_socket (Depends-on): Add link-warning.
10308         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
10309         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
10310         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
10311         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
10312         GL_LINK_WARNING.
10313         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
10314         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
10315         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
10316         * doc/posix-functions/getpeername.texi: Mention the new module
10317         'getpeername'.
10318         * doc/posix-functions/getsockname.texi: Mention the new module
10319         'getsockname'.
10320         * doc/posix-functions/getsockopt.texi: Mention the new module
10321         'getsockopt'.
10322         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
10323         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
10324         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
10325         * doc/posix-functions/send.texi: Mention the new module 'send'.
10326         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
10327         * doc/posix-functions/setsockopt.texi: Mention the new module
10328         'setsockopt'.
10329         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
10330         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
10331         listen, connect, accept.
10332         * modules/select-tests (Depends-on): Likewise.
10333
10334 2008-10-05  Bruno Haible  <bruno@clisp.org>
10335
10336         * lib/winsock.c (strerror): Remove unused #undef.
10337         (rpl_close): Remove unused local variable.
10338
10339         * modules/sys_socket (Depends-on); Add errno.
10340
10341 2008-10-05  Bruno Haible  <bruno@clisp.org>
10342
10343         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
10344         (select): Add a link warning when the 'select' module is not used.
10345         * modules/sys_select (Depends-on): Add link-warning.
10346         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
10347         Suggested by Paolo Bonzini.
10348
10349 2008-10-05  Jim Meyering  <meyering@redhat.com>
10350
10351         bootstrap: check for LT_INIT more portably
10352         * build-aux/bootstrap: Avoid using grep -E, since it's not
10353         portable enough.  Suggestion from Bruno Haible.
10354
10355 2008-10-05  Bruno Haible  <bruno@clisp.org>
10356
10357         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
10358         as being fixed by gnulib.
10359
10360 2008-10-05  Bruno Haible  <bruno@clisp.org>
10361
10362         * modules/select-tests: New file, mostly copied from
10363         modules/sys_select-tests.
10364         * tests/test-select.c: New file, mostly copied from
10365         tests/test-sys_select.c.
10366         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
10367         * modules/sys_select-tests (Depends-on): Remove all dependencies.
10368         (Makefile.am): Remove test_sys_select_LDADD.
10369
10370         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
10371         to an undefined symbol, for an error message.
10372         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
10373         (gl_SYS_SELECT_H_DEFAULTS): New macro.
10374         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
10375         winsock-select.c here.
10376         * modules/sys_select (Files): Remove lib/winsock-select.c.
10377         (Depends-on): Remove alloca.
10378         (Makefile.am): Substitute GNULIB_SELECT.
10379         * modules/select: New file.
10380         * doc/posix-functions/select.texi: Update.
10381
10382 2008-10-05  Bruno Haible  <bruno@clisp.org>
10383
10384         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
10385         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
10386         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
10387         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
10388         getdtablesize.
10389         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
10390         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
10391
10392 2008-10-05  Bruno Haible  <bruno@clisp.org>
10393
10394         * modules/getdtablesize-tests: New file.
10395         * tests/test-getdtablesize.c: New file.
10396
10397         New module 'getdtablesize'.
10398         * lib/unistd.in.h (getdtablesize): New declaration.
10399         * lib/getdtablesize.c: New file.
10400         * m4/getdtablesize.m4: New file.
10401         * modules/getdtablesize: New file.
10402         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10403         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
10404         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
10405         HAVE_GETDTABLESIZE.
10406         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
10407
10408 2008-10-05  Bruno Haible  <bruno@clisp.org>
10409
10410         * modules/sched (Makefile.am): Fix typo.
10411         Reported by Simon Josefsson.
10412
10413 2008-10-05  Jim Meyering  <meyering@redhat.com>
10414
10415         bootstrap: check for LT_INIT, too
10416         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
10417         are deprecated.  Suggestion from Ralf Wildenhues.
10418
10419 2008-10-05  Bruno Haible  <bruno@clisp.org>
10420
10421         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
10422         overriding them by ours.
10423         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
10424
10425 2008-10-05  Jim Meyering  <meyering@redhat.com>
10426
10427         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
10428         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
10429         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
10430
10431 2008-10-04  Bruno Haible  <bruno@clisp.org>
10432
10433         * modules/dup2 (License): Change to LGPLv2+.
10434         * modules/sleep (License): Likewise.
10435         * modules/perror (License): Likewise.
10436         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
10437         Blake.
10438         * modules/signal (License): Likewise.
10439         * modules/sigprocmask (License): Likewise.
10440         * modules/raise (License): Change to LGPLv2+, with approval by Jim
10441         Meyering.
10442
10443 2008-10-04  Bruno Haible  <bruno@clisp.org>
10444
10445         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
10446         Reported by Rainer Tammer <tammer@tammer.net>.
10447
10448 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
10449             Bruno Haible  <bruno@clisp.org>
10450
10451         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
10452         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
10453         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
10454
10455 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
10456
10457         filevercmp: new module
10458         * lib/filevercmp.h: New function filevercmp comparing version strings.
10459         * lib/filevercmp.c: Implementation of filevercmp function.
10460         * modules/filevercmp: Module metadata.
10461         * tests/test-filevercmp.c: Unit test for new module.
10462         * modules/filevercmp-tests: Unit test metadata.
10463         * MODULES.html.sh: Add filevercmp module.
10464
10465 2008-10-03  Bruno Haible  <bruno@clisp.org>
10466
10467         * lib/c-ctype.h: Add comment.
10468         Reported by Jim Meyering.
10469
10470 2008-10-02  Bruno Haible  <bruno@clisp.org>
10471
10472         * modules/posix_spawn-internal (Depends-on): Add 'open'.
10473
10474 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
10475
10476         * build-aux/bootstrap: Allow renaming bootstrap, and change the
10477         name of bootstrap.conf accordingly.
10478
10479 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
10480
10481         * build-aux/bootstrap: Install git-merge-changelog configuration
10482         items into .gitconfig if needed.
10483
10484 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
10485
10486         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
10487         git repository, and initialize/update it accordingly.
10488
10489 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
10490
10491         * modules/fsync-tests: New file.
10492         * tests/test-fsync.c: New file.
10493
10494         New module 'fsync'.
10495         * lib/fsync.c: New file.
10496         * m4/fsync.m4: New file.
10497         * modules/fsync: New file.
10498         * lib/unistd.in.h (fsync): New declaration.
10499         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
10500         GNULIB_FSYNC and HAVE_FSYNC.
10501         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
10502         * MODULES.html.sh (posix_functions): Add fsync.
10503         * doc/posix-functions/fsync.texi: Mention the new module.
10504
10505 2008-10-02  Jim Meyering  <meyering@redhat.com>
10506
10507         fts.c: sync with similar code from coreutils' remove.c
10508         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
10509         Guard also with "#if defined __linux__", since for now at least,
10510         this code is Linux-kernel-specific.
10511
10512 2008-10-02  Jim Meyering  <meyering@redhat.com>
10513
10514         fts: bug fixes
10515         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
10516         Include <sys/vfs.h>, not <sys/statfs.h>.
10517
10518         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
10519         Include <sys/vfs.h>, not <sys/statfs.h>.
10520
10521 2008-10-01  Bruno Haible  <bruno@clisp.org>
10522
10523         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
10524         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
10525         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
10526         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
10527         * doc/posix-functions/posix_spawnp.texi: Likewise.
10528         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
10529         whether posix_spawn actually works.
10530         * m4/pipe.m4 (gl_PIPE): Likewise.
10531         * modules/execute (Files): Add m4/posix_spawn.m4.
10532         * modules/pipe (Files): Add m4/posix_spawn.m4.
10533         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
10534
10535 2008-10-01  Jim Meyering  <meyering@redhat.com>
10536
10537         remove trailing spaces
10538         * NEWS: Likewise.
10539         * lib/poll.c (poll): Likewise.
10540         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
10541         * lib/winsock.c (rpl_close): Likewise.
10542         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
10543         * modules/yield: Likewise.
10544         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
10545         * tests/test-sys_select.c (connect_to_socket): Likewise.
10546
10547         fts.c: adjust a new interface to be more generally useful
10548         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
10549         (fts_build): Adjust caller.
10550
10551 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10552
10553         * modules/cond-tests: New file.
10554         * tests/test-cond.c: New file.
10555
10556 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10557             Bruno Haible  <bruno@clisp.org>
10558
10559         * modules/cond (Dependencies): Add errno, time.
10560         * lib/glthread/cond.h: Include <time.h>.
10561         (gl_cond_define, gl_cond_define_initialized): Use the same definition
10562         across platforms.
10563
10564 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10565             Bruno Haible  <bruno@clisp.org>
10566
10567         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
10568
10569 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10570             Bruno Haible  <bruno@clisp.org>
10571
10572         * modules/tls-tests (Depends-on): Add thread, yield.
10573         (configure.ac): Remove all checks.
10574         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
10575         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
10576         gl_thread_self): Remove definitions. Include glthread/thread.h and
10577         glthread/yield.h instead.
10578         (test_tls): Pass an additional NULL argument to gl_thread_join.
10579
10580 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10581             Bruno Haible  <bruno@clisp.org>
10582
10583         * modules/lock-tests (Depends-on): Add thread, yield.
10584         (configure.ac): Remove all checks.
10585         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
10586         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
10587         gl_thread_self): Remove definitions. Include glthread/thread.h and
10588         glthread/yield.h instead.
10589         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
10590         additional NULL argument to gl_thread_join.
10591
10592 2008-09-30  Bruno Haible  <bruno@clisp.org>
10593
10594         Fix the Win32 implementation of the 'thread' module.
10595         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
10596         pointer type.
10597         (gl_thread_self): Invoke gl_thread_self_func.
10598         (gl_thread_self_func): New declaration.
10599         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
10600         (do_init_self_key, init_self_key): New functions.
10601         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
10602         Remove some fields.
10603         (running_threads, running_lock): Remove variables.
10604         (get_current_thread_handle): New function.
10605         (gl_thread_self_func, wrapper_func, glthread_create_func,
10606         glthread_join_func, gl_thread_exit_func): Largely rewritten and
10607         simplified.
10608
10609 2008-09-30  Bruno Haible  <bruno@clisp.org>
10610
10611         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
10612         files.
10613
10614 2008-09-30  Jim Meyering  <meyering@redhat.com>
10615
10616         fts.m4: correct the test for statfs.f_type
10617         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
10618         when checking for statfs.f_type.
10619
10620 2008-09-15  Simon Josefsson  <simon@josefsson.org>
10621
10622         tests: avoid some compiler warnings
10623         * tests/test-memchr.c (main): Pass NULL indirectly.
10624         * tests/test-getdate.c (main): Remove unused variable 'ret'.
10625
10626 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
10627
10628         getdate.y: disallow countable dayshifts like "4 yesterday ago"
10629         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
10630         exactly specified dayshifts.
10631         (dayshift): New rule.
10632         (rel): Add dayshift.
10633         (relative_time_table) [tomorrow, yesterday, today, now]:
10634         Use tDAY_SHIFT in place of tDAY_UNIT.
10635         * tests/test-getdate.c: Add tests for now-disallowed countable
10636         dayshifts, e.g., "4 yesterday ago".
10637
10638 2008-09-29  Bruno Haible  <bruno@clisp.org>
10639
10640         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
10641         * tests/test-posix_spawn1.in.sh: Renamed from
10642         tests/test-posix_spawn.in.sh.
10643         * tests/test-posix_spawn2.c: New file.
10644         * tests/test-posix_spawn2.in.sh: New file.
10645         * modules/posix_spawnp-tests (Files): Update.
10646         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
10647
10648 2008-09-29  Bruno Haible  <bruno@clisp.org>
10649
10650         Propagate effects of putenv/setenv/unsetenv to child processes.
10651         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
10652         * lib/pipe.c (create_pipe): Likewise.
10653
10654 2008-09-29  Bruno Haible  <bruno@clisp.org>
10655
10656         Enable use of shell scripts as executables in mingw.
10657         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
10658         run the program as a shell script.
10659         * lib/pipe.c (create_pipe): Likewise.
10660         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
10661         resulting array.
10662
10663 2008-09-29  Eric Blake  <ebb9@byu.net>
10664
10665         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
10666
10667 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
10668
10669         * doc/posix-functions/accept.texi: Update mingw problems.
10670         * doc/posix-functions/bind.texi: Update mingw problems.
10671         * doc/posix-functions/close.texi: Update mingw problems.
10672         * doc/posix-functions/connect.texi: Update mingw problems.
10673         * doc/posix-functions/getpeername.texi: Update mingw problems.
10674         * doc/posix-functions/getsockname.texi: Update mingw problems.
10675         * doc/posix-functions/getsockopt.texi: Update mingw problems.
10676         * doc/posix-functions/ioctl.texi: Update mingw problems.
10677         * doc/posix-functions/listen.texi: Update mingw problems.
10678         * doc/posix-functions/recv.texi: Update mingw problems.
10679         * doc/posix-functions/recvfrom.texi: Update mingw problems.
10680         * doc/posix-functions/select.texi: Update mingw problems.
10681         * doc/posix-functions/send.texi: Update mingw problems.
10682         * doc/posix-functions/sendto.texi: Update mingw problems.
10683         * doc/posix-functions/setsockopt.texi: Update mingw problems.
10684         * doc/posix-functions/socket.texi: Update mingw problems.
10685
10686 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
10687             Bruno Haible  <bruno@clisp.org>
10688
10689         * lib/sys_select.in.h: Include sys/time.h.
10690         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
10691         * modules/sys_select: Depend on sys_time.
10692         * tests/test-sys_select.c: Test that sys/select.h defines struct
10693         timeval fully.
10694
10695 2008-09-29  Bruno Haible  <bruno@clisp.org>
10696
10697         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
10698         * lib/sys_select.in.h: Likewise.
10699
10700 2008-09-29  Bruno Haible  <bruno@clisp.org>
10701
10702         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
10703
10704 2008-09-29  Bruno Haible  <bruno@clisp.org>
10705
10706         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
10707         Set LIBSOCKET instead of augmenting LIBS.
10708         * modules/sockets (Link): New section.
10709         * modules/sockets-tests (test_sockets_LDADD): New variable.
10710         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
10711         * modules/poll-tests (test_poll_LDADD): New variable.
10712         * NEWS: Document the change.
10713
10714 2008-09-29  Bruno Haible  <bruno@clisp.org>
10715
10716         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
10717         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
10718         ARPA_INET_H directly.
10719         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
10720
10721 2008-09-28  Bruno Haible  <bruno@clisp.org>
10722
10723         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
10724         from gl_HEADER_SYS_SOCKET.
10725         (gl_HEADER_SYS_SOCKET): Invoke it.
10726         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
10727
10728 2008-09-28  Bruno Haible  <bruno@clisp.org>
10729
10730         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
10731         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
10732         Needed on OSF/1 4.0.
10733
10734 2008-09-28  Bruno Haible  <bruno@clisp.org>
10735
10736         Override open more carefully.
10737         * lib/open.c (orig_open): New function.
10738         (rpl_open): Use orig_open instead of open.
10739         * lib/fcntl.in.h: Add special invocation convention.
10740         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
10741         (gl_FUNC_OPEN): Invoke it.
10742
10743         Override freopen more carefully.
10744         * lib/freopen.c (orig_freopen): New function.
10745         (rpl_freopen): Use orig_freopen instead of freopen.
10746         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
10747         (gl_FUNC_FREOPEN): Invoke it.
10748
10749         Override fopen more carefully.
10750         * lib/fopen.c (orig_fopen): New function.
10751         (rpl_fopen): Use orig_fopen instead of fopen.
10752         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
10753         (gl_FUNC_FOPEN): Invoke it.
10754         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
10755
10756 2008-09-28  Bruno Haible  <bruno@clisp.org>
10757
10758         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
10759         SIGPIPE.
10760
10761 2008-09-28  Bruno Haible  <bruno@clisp.org>
10762
10763         * tests/test-sigaction.c (handler, main): Disable the check whether
10764         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
10765         glibc systems with LinuxThreads.
10766
10767 2008-09-28  Bruno Haible  <bruno@clisp.org>
10768
10769         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
10770
10771         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
10772         with AIX xlc.
10773         * lib/fcntl.in.h (open): Likewise.
10774         Reported by Rainer Tammer <tammer@tammer.net>.
10775
10776 2008-09-28  Bruno Haible  <bruno@clisp.org>
10777
10778         * modules/posix_spawnp-tests: New file.
10779         * tests/test-posix_spawn.c: New file.
10780         * tests/test-posix_spawn.in.sh: New file.
10781
10782         New module 'posix_spawnp'.
10783         * modules/posix_spawnp: New file.
10784         * lib/spawnp.c: New file, from GNU libc with modifications.
10785         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
10786
10787         New module 'posix_spawn'.
10788         * modules/posix_spawn: New file.
10789         * lib/spawn.c: New file, from GNU libc with modifications.
10790         * doc/posix-functions/posix_spawn.texi: Mention the new module.
10791
10792         New module 'posix_spawnattr_destroy'.
10793         * modules/posix_spawnattr_destroy: New file.
10794         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
10795         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
10796         module.
10797
10798         New module 'posix_spawnattr_setsigmask'.
10799         * modules/posix_spawnattr_setsigmask: New file.
10800         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
10801         modifications.
10802         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
10803         new module.
10804
10805         New module 'posix_spawnattr_getsigmask'.
10806         * modules/posix_spawnattr_getsigmask: New file.
10807         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
10808         modifications.
10809         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
10810         new module.
10811
10812         New module 'posix_spawnattr_setsigdefault'.
10813         * modules/posix_spawnattr_setsigdefault: New file.
10814         * lib/spawnattr_setdefault.c: New file, from GNU libc with
10815         modifications.
10816         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
10817         new module.
10818
10819         New module 'posix_spawnattr_getsigdefault'.
10820         * modules/posix_spawnattr_getsigdefault: New file.
10821         * lib/spawnattr_getdefault.c: New file, from GNU libc with
10822         modifications.
10823         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
10824         new module.
10825
10826         New module 'posix_spawnattr_setschedpolicy'.
10827         * modules/posix_spawnattr_setschedpolicy: New file.
10828         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
10829         modifications.
10830         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
10831         new module.
10832
10833         New module 'posix_spawnattr_getschedpolicy'.
10834         * modules/posix_spawnattr_getschedpolicy: New file.
10835         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
10836         modifications.
10837         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
10838         new module.
10839
10840         New module 'posix_spawnattr_setschedparam'.
10841         * modules/posix_spawnattr_setschedparam: New file.
10842         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
10843         modifications.
10844         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
10845         new module.
10846
10847         New module 'posix_spawnattr_getschedparam'.
10848         * modules/posix_spawnattr_getschedparam: New file.
10849         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
10850         modifications.
10851         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
10852         new module.
10853
10854         New module 'posix_spawnattr_setpgroup'.
10855         * modules/posix_spawnattr_setpgroup: New file.
10856         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
10857         modifications.
10858         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
10859         module.
10860
10861         New module 'posix_spawnattr_getpgroup'.
10862         * modules/posix_spawnattr_getpgroup: New file.
10863         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
10864         modifications.
10865         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
10866         module.
10867
10868         New module 'posix_spawnattr_setflags'.
10869         * modules/posix_spawnattr_setflags: New file.
10870         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
10871         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
10872         module.
10873
10874         New module 'posix_spawnattr_getflags'.
10875         * modules/posix_spawnattr_getflags: New file.
10876         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
10877         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
10878         module.
10879
10880         New module 'posix_spawnattr_init'.
10881         * modules/posix_spawnattr_init: New file.
10882         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
10883         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
10884         module.
10885
10886         New module 'posix_spawn_file_actions_destroy'.
10887         * modules/posix_spawn_file_actions_destroy: New file.
10888         * lib/spawn_faction_destroy.c: New file, from GNU libc with
10889         modifications.
10890         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
10891         the new module.
10892
10893         New module 'posix_spawn_file_actions_addopen'.
10894         * modules/posix_spawn_file_actions_addopen: New file.
10895         * lib/spawn_faction_addopen.c: New file, from GNU libc with
10896         modifications.
10897         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
10898         the new module.
10899
10900         New module 'posix_spawn_file_actions_adddup2'.
10901         * modules/posix_spawn_file_actions_adddup2: New file.
10902         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
10903         modifications.
10904         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
10905         the new module.
10906
10907         New module 'posix_spawn_file_actions_addclose'.
10908         * modules/posix_spawn_file_actions_addclose: New file.
10909         * lib/spawn_faction_addclose.c: New file, from GNU libc with
10910         modifications.
10911         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
10912         the new module.
10913
10914         New module 'posix_spawn_file_actions_init'.
10915         * modules/posix_spawn_file_actions_init: New file.
10916         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
10917         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
10918         new module.
10919
10920         New module 'posix_spawn-internal'.
10921         * modules/posix_spawn-internal: New file.
10922         * lib/spawn_int.h: New file, from GNU libc with modifications.
10923         * lib/spawni.c: New file, from GNU libc with modifications.
10924         * m4/posix_spawn.m4: New file.
10925
10926         New module 'spawn'.
10927         * modules/spawn: New file.
10928         * lib/spawn.in.h: New file, from GNU libc with modifications.
10929         * m4/spawn_h.m4: New file.
10930         * doc/posix-headers/spawn.texi: Mention the new module.
10931
10932 2008-09-28  Bruno Haible  <bruno@clisp.org>
10933
10934         * modules/sched-tests: New file.
10935         * tests/test-sched.c: New file.
10936
10937         New module 'sched'.
10938         * modules/sched: New file.
10939         * lib/sched.in.h: New file.
10940         * m4/sched_h.m4: New file.
10941         * doc/posix-headers/sched.texi: Mention the new module.
10942
10943 2008-09-27  Eric Blake  <ebb9@byu.net>
10944
10945         Fix previous patch, and tweak references to $0.
10946         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
10947         (func_version, func_gnulib_dir): Don't call this program
10948         gnulib-tool.
10949         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
10950         with using $0 in function.
10951         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
10952         (func_fatal_error): Reuse the name the user invoked us with.
10953
10954 2008-09-27  Bruno Haible  <bruno@clisp.org>
10955
10956         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
10957         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
10958         (gl_ICONV_H): Not here.
10959         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
10960         instead of assigning ICONV_H directly.
10961
10962         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
10963         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
10964         WCHAR_H directly.
10965
10966 2008-09-27  Bruno Haible  <bruno@clisp.org>
10967
10968         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
10969         * modules/arpa_inet (Depends-on): Add link-warning.
10970         (Makefile.am): Insert the definition of GL_LINK-WARNING.
10971         * modules/unistd (Makefile.am): Likewise.
10972
10973 2008-09-26  Bruno Haible  <bruno@clisp.org>
10974
10975         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
10976         variables.
10977         (func_version): Essentially copied from gnulib-tool.
10978         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
10979         func_readlink): Copied from gnulib-tool.
10980
10981 2008-09-26  Bruno Haible  <bruno@clisp.org>
10982
10983         * gnulib-tool (func_version): Change directory to $gnulib_dir before
10984         invoking git-version-gen.
10985
10986 2008-09-26  Bruno Haible  <bruno@clisp.org>
10987
10988         * posix-modules: Update to directory names changed on 2008-01-19.
10989         Remove commas in output before splitting into words. No more need to
10990         avoid 'ftruncate' since 2007-02-19.
10991
10992 2008-09-26  Bruno Haible  <bruno@clisp.org>
10993
10994         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
10995
10996 2008-09-26  Bruno Haible  <bruno@clisp.org>
10997
10998         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
10999         * modules/fwriteerror (Depends-on): Add errno.
11000
11001 2008-09-26  Bruno Haible  <bruno@clisp.org>
11002
11003         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
11004         * tests/test-vc-list-files-cvs.sh: Likewise.
11005
11006 2008-09-26  Bruno Haible  <bruno@clisp.org>
11007
11008         * doc/posix-headers/sys_resource.texi: Reorder items.
11009
11010 2008-09-26  Jim Meyering  <meyering@redhat.com>
11011
11012         fts: tweak inode comparison function
11013         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
11014         inode numbers, as documented.
11015
11016         fts: sort dirent entries on inode number before traversing
11017         This avoids a quadratic, seek-related performance penalty when
11018         operating on a directory containing many entries (measurable at 10k;
11019         3.5 hours at 2 million entries with a cold cache) on certain types
11020         of file systems, including ext3 and ext4, but not tmpfs.
11021         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
11022         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
11023         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
11024         (fs_handles_readdir_ordered_dirents_efficiently): New function.
11025         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
11026         (fts_build): Set the stat.st_ino member from D_INO.
11027         If it is likely to be useful, sort dirent entries on inode number.
11028
11029         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
11030         and the struct statfs.f_type member.
11031         * modules/fts (Depends-on): Add d-ino.
11032
11033 2008-09-26  Bruno Haible  <bruno@clisp.org>
11034
11035         * modules/sigpipe-die (Depends-on): Add sigpipe.
11036
11037         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
11038         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
11039         and GNULIB_STDIO_H_SIGPIPE are set.
11040         * lib/stdio-write.c: New file.
11041         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
11042         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
11043         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
11044         REPLACE_STDIO_WRITE_FUNCS.
11045         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
11046         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
11047         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
11048         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
11049         * modules/stdio (Files): Add lib/stdio-write.c.
11050         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
11051         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
11052         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
11053         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
11054         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
11055         REPLACE_FPRINTF_POSIX.
11056         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
11057         REPLACE_PRINTF_POSIX.
11058         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
11059         REPLACE_VFPRINTF_POSIX.
11060         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
11061         REPLACE_VPRINTF_POSIX.
11062         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
11063         SIGPIPE issue.
11064         * doc/posix-functions/fputc.texi: Likewise.
11065         * doc/posix-functions/fputs.texi: Likewise.
11066         * doc/posix-functions/fwrite.texi: Likewise.
11067         * doc/posix-functions/printf.texi: Likewise.
11068         * doc/posix-functions/putc.texi: Likewise.
11069         * doc/posix-functions/putchar.texi: Likewise.
11070         * doc/posix-functions/puts.texi: Likewise.
11071         * doc/posix-functions/vfprintf.texi: Likewise.
11072         * doc/posix-functions/vprintf.texi: Likewise.
11073
11074         * modules/safe-write (Depends-on): Add write.
11075
11076         * modules/sigpipe-tests: New file.
11077         * tests/test-sigpipe.c: New file.
11078         * tests/test-sigpipe.sh: New file.
11079
11080         * modules/write: New file.
11081         * lib/unistd.in.h: Include <sys/types.h>.
11082         (write): New declaration.
11083         * lib/write.c: New file.
11084         * m4/write.m4: New file.
11085         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11086         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
11087         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
11088         GNULIB_WRITE, REPLACE_WRITE.
11089         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
11090         and the SIGPIPE issue.
11091
11092         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
11093         (raise): New declaration.
11094         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
11095         (ext_signal): New function.
11096         (rpl_raise): New function.
11097         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
11098         GNULIB_SIGNAL_H_SIGPIPE.
11099         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
11100         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
11101
11102         * modules/sigpipe: New file.
11103         * m4/sigpipe.m4: New file.
11104
11105 2008-09-25  Derek Price  <derek@ximbiot.com>
11106             Bruno Haible  <bruno@clisp.org>
11107
11108         * gnulib-tool (func_import): Report all license incompatibilities, not
11109         just the first one.
11110
11111 2008-09-25  Bruno Haible  <bruno@clisp.org>
11112
11113         * gnulib-tool (func_import): When computing the edits, consider not
11114         only the Makefile.ams that exist but also those that will be generated.
11115
11116 2008-09-25  Simon Josefsson  <simon@josefsson.org>
11117
11118         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
11119         fixes gnulib-tool --test warning about duplicate dependency.
11120
11121 2008-09-25  Bruno Haible  <bruno@clisp.org>
11122
11123         * gnulib-tool: Don't ask the user to perform edits in the generated
11124         Makefile.ams.
11125         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
11126         apply to the Makefile.am being generated.
11127         (func_emit_tests_Makefile_am): Execute edits that apply to the
11128         Makefile.am being generated.
11129         (func_import): Setup list of Makefile.am edits before emitting the
11130         Makefile.ams, not at the end.
11131         (func_create_testdir): Update.
11132         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11133
11134 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11135
11136         * gnulib-tool (func_import): Store the --tests-base option in the
11137         comment in gnulib-cache.m4.
11138
11139 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
11140
11141         * NEWS: Document increased portability that sys_select now provides.
11142
11143         * lib/sys_select.in.h: Install select wrapper.
11144         * lib/sys_socket.in.h: Use more descriptive name when there is no
11145         select wrapper.
11146         * lib/winsock-select.c: New.
11147         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
11148         Require gl_HEADER_SYS_SOCKET.
11149         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
11150         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
11151         * tests/test-sys_select.c: Add functional tests.
11152
11153 2008-09-24  Eric Blake  <ebb9@byu.net>
11154
11155         open, fopen: close fd leak in last patch
11156         * lib/open.c (rpl_open): Close fd before returning error.
11157         * lib/fopen.c (rpl_fopen): Close fd before returning error.
11158         * doc/posix-functions/open.texi (open): Document that Irix also
11159         has the bug.
11160         * doc/posix-functions/fopen.texi (fopen): Likewise.
11161         Reported by Paolo Bonzini.
11162
11163 2008-09-24  Bruno Haible  <bruno@clisp.org>
11164
11165         Ensure that a filename ending in a slash cannot be used to access a
11166         non-directory.
11167         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
11168         to check whether it's really a directory.
11169         * lib/fopen.c: Include fcntl.h, unistd.h.
11170         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
11171         and fdopen().
11172         * modules/fopen (Depends-on): Add unistd.
11173         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
11174         * tests/test-fopen.c (main): Likewise.
11175         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
11176         * doc/posix-functions/fopen.texi: Likewise.
11177         Reported by Eric Blake.
11178
11179 2008-09-23  Eric Blake  <ebb9@byu.net>
11180
11181         c-stack: avoid compiler optimizations when provoking overflow
11182         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
11183         recursion harder to optimize, to ensure a stack overflow occurs.
11184         * tests/test-c-stack.c (recurse): Likewise.
11185         Borrowed from libsigsegv.
11186
11187         c-stack: work around Irix sigaltstack bug
11188         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
11189         whether sigaltstack uses wrong end of stack_t (copied in part from
11190         libsigsegv).
11191         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
11192         Irix bug, without requiring an over-allocation.
11193         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
11194         bug.
11195
11196         fopen: document mingw bug on directories
11197         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
11198         not allowing a stream visiting a directory, even though reading
11199         from such a stream is not portable.
11200
11201 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
11202
11203         * lib/poll.c: Rewrite.
11204         * modules/poll: Depend on alloca.
11205
11206 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
11207
11208         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
11209         instead define prototypes for a full set of wrappers.  Ensure
11210         that Cygwin does not use the compatibility code, which is only
11211         for MinGW.
11212         * lib/winsock.c: New.
11213         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
11214         * modules/sys_socket: Add lib/winsock.c.
11215
11216         * modules/poll-tests: Add errno and perror.
11217         * tests/test-poll.c: Use ioctl, not ioctlsocket.
11218
11219 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
11220
11221         * tests/test-poll.c: Downgrade minimum needed Winsock version.
11222
11223 2008-09-23  Bruno Haible  <bruno@clisp.org>
11224
11225         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
11226         * doc/glibc-functions/*: Likewise.
11227
11228 2008-09-23  Simon Josefsson  <simon@josefsson.org>
11229
11230         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
11231         success.
11232
11233 2008-09-22  Eric Blake  <ebb9@byu.net>
11234             Bruno Haible  <bruno@clisp.org>
11235
11236         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
11237         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
11238         supply %A but mishandle pseudo-NaN.
11239         Reported by Simon Josefsson.
11240
11241 2008-09-21  Bruno Haible  <bruno@clisp.org>
11242
11243         * tests/test-lock.c (main): Tweak skip message.
11244         * tests/test-tls.c (main): Likewise.
11245
11246 2008-09-21  Bruno Haible  <bruno@clisp.org>
11247
11248         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
11249         whether 'struct sigaction' has sa_sigaction here...
11250         (gl_PREREQ_SIG_HANDLER_H): ... not here.
11251         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
11252
11253 2008-09-21  Bruno Haible  <bruno@clisp.org>
11254
11255         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
11256         section.
11257         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
11258         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
11259         the new section.
11260         (Support for obsolete systems lacking POSIX:2001): New section.
11261         (String handling <string.h>): Move strdup to the new section.
11262         Suggested by Simon Josefsson and Paolo Bonzini.
11263
11264 2008-09-21  Bruno Haible  <bruno@clisp.org>
11265
11266         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
11267         exponents in %e and %g results on 'long double'. Needed for mingw's
11268         improved *printf functions.
11269         * tests/test-vasprintf-posix.c (test_function): Likewise.
11270         * tests/test-snprintf-posix.h (test_function): Likewise.
11271         * tests/test-sprintf-posix.h (test_function): Likewise.
11272         Reported by Eric Blake.
11273
11274 2008-09-21  Bruno Haible  <bruno@clisp.org>
11275
11276         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
11277         * tests/test-sprintf-posix.h (test_function): Likewise.
11278
11279 2008-09-21  Bruno Haible  <bruno@clisp.org>
11280
11281         * modules/getpass (Depends-on): Add strdup-posix.
11282
11283         New module 'strdup-posix'.
11284         * modules/strdup-posix: New file.
11285         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
11286         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
11287         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11288         REPLACE_STRDUP.
11289         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
11290         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
11291         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11292         strdup-posix.
11293
11294         * modules/strdup (Depends-on): Remove malloc-posix.
11295
11296 2008-09-20  Bruno Haible  <bruno@clisp.org>
11297
11298         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
11299         Wildenhues.
11300
11301 2008-09-20  Bruno Haible  <bruno@clisp.org>
11302
11303         Ensure that wint_t gets defined on IRIX 5.3.
11304         * lib/wchar.in.h (wint_t): Define if not defined by the system.
11305         * lib/wctype.in.h (wint_t): Likewise.
11306         (__wctype_wint_t): Remove type.
11307         (isw*): Use wint_t instead of __wctype_wint_t.
11308         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
11309         * modules/wchar (Files): Add m4/wint_t.m4.
11310         (Makefile.am): Substitute HAVE_WINT_T.
11311         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
11312         * tests/test-wctype.c: Check that wint_t is defined.
11313         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
11314         * doc/posix-headers/wctype.texi: Likewise.
11315         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11316
11317 2008-09-18  Bruno Haible  <bruno@clisp.org>
11318
11319         * gnulib-tool (func_exit): Update comment.
11320
11321 2008-09-18  Simon Josefsson  <simon@josefsson.org>
11322
11323         * modules/getaddrinfo (Depends-on): Remove strdup, this module
11324         assumes strdup exists and does not depend on strdup to return
11325         ENOMEM on out of memory conditions.
11326
11327 2008-09-18  Bruno Haible  <bruno@clisp.org>
11328
11329         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
11330         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
11331         digits for the exponent.
11332
11333 2008-09-18  Jim Meyering  <meyering@redhat.com>
11334             Bruno Haible  <bruno@clisp.org>
11335
11336         * lib/vasnprintf.c (decimal_point_char): Define also if
11337         NEED_PRINTF_INFINITE_LONG_DOUBLE.
11338
11339 2008-09-16  Bruno Haible  <bruno@clisp.org>
11340         and Eric Blake  <ebb9@byu.net>
11341
11342         vasnprintf: support Irix 5.3
11343         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
11344         that mishandle long double infinity.
11345         Reported by Tom G. Christensen.
11346
11347 2008-09-16  Bruno Haible  <bruno@clisp.org>
11348
11349         * doc/glibc-functions/scandir.texi: Mention the function is missing on
11350         Solaris 9.
11351         * doc/glibc-functions/alphasort.texi: Likewise.
11352         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
11353
11354 2008-09-16  Jim Meyering  <meyering@redhat.com>
11355
11356         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
11357         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
11358         a umask modification leak out of a subshell.  Otherwise, the
11359         opensolaris /bin/sh would be accepted and thus cause unwarranted
11360         failures in the coreutils test suite.
11361
11362 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
11363
11364         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
11365         to succeed.
11366
11367 2008-09-16  Jim Meyering  <meyering@redhat.com>
11368
11369         avoid spurious test failure when library is built without ACL support
11370         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
11371         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
11372         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
11373         * tests/test-copy-acl.sh: Likewise.
11374
11375 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11376
11377         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
11378         based on character occurrence counts.
11379
11380 2008-09-15  Eric Blake  <ebb9@byu.net>
11381
11382         tests: avoid some compiler warnings
11383         * tests/test-memchr.c (main): Pass NULL indirectly.
11384         * tests/test-closein.c (main): Avoid unused variable.
11385
11386 2008-09-15  Bruno Haible  <bruno@clisp.org>
11387
11388         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
11389         are missing on OpenBSD 4.0 individually.
11390         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11391
11392 2008-09-15  Bruno Haible  <bruno@clisp.org>
11393
11394         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
11395         * doc/posix-functions/strerror.texi: Mention also Cygwin.
11396         * doc/posix-functions/perror.texi: Likewise.
11397         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
11398         is missing.
11399         Reported by Eric Blake.
11400
11401         * lib/errno.in.h: Use replacement values >= 2000.
11402         Reported by Eric Blake.
11403
11404 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11405
11406         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
11407         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
11408         limit.
11409         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
11410         compareseq was aborted.
11411
11412 2008-09-14  Bruno Haible  <bruno@clisp.org>
11413
11414         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
11415         yvec_edit_count.
11416         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
11417         (fstrcmp_bounded): Simplify result computation accordingly.
11418
11419 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11420
11421         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
11422         (fstrcmp): Define in terms of fstrcmp_bounded.
11423         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
11424         lower_bound argument.
11425         Return quickly if the result is certainly < lower_bound.
11426         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
11427
11428 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11429
11430         * lib/diffseq.h (EARLY_ABORT): New macro.
11431         (compareseq): Change return type to bool. Return true when EARLY_ABORT
11432         evaluates to true.
11433
11434 2008-09-14  Bruno Haible  <bruno@clisp.org>
11435
11436         * modules/perror-tests: New file.
11437         * tests/test-perror.sh: New file.
11438         * tests/test-perror.c: New file.
11439
11440         New module 'perror'.
11441         * lib/stdio.in.h (perror): New declaration.
11442         * lib/perror.c: New file.
11443         * m4/perror.m4: New file.
11444         * modules/perror: New file.
11445         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
11446         * doc/posix-functions/perror.texi: Mention the perror module.
11447         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
11448         REPLACE_PERROR.
11449         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
11450         REPLACE_PERROR.
11451
11452 2008-09-14  Bruno Haible  <bruno@clisp.org>
11453
11454         * modules/stdio (Makefile.am): Reorder to match the order in
11455         lib/stdio.in.h.
11456         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11457
11458 2008-09-13  Bruno Haible  <bruno@clisp.org>
11459
11460         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
11461
11462 2008-09-13  Bruno Haible  <bruno@clisp.org>
11463
11464         Extend strerror to cover the added errno values.
11465         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
11466         (rpl_strerror): Provide error messages for the added errno values and
11467         for the WSA* values.
11468         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
11469         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
11470         strerror.
11471         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
11472         * modules/strerror (Depends-on): Add errno.
11473         * doc/posix-functions/strerror.texi: Document the change.
11474         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
11475         and EOVERFLOW.
11476
11477 2008-09-13  Bruno Haible  <bruno@clisp.org>
11478
11479         * modules/EOVERFLOW: Remove file.
11480         * m4/eoverflow.m4: Remove file.
11481         * modules/EOVERFLOW-tests: Remove file.
11482         * tests/test-EOVERFLOW.c: Remove file.
11483         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
11484         * modules/ftell (Depends-on): Likewise.
11485         * modules/getdelim (Depends-on): Likewise.
11486         * modules/getugroups (Depends-on): Likewise.
11487         * modules/poll (Depends-on): Likewise.
11488         * modules/snprintf (Depends-on): Likewise.
11489         * modules/sprintf-posix (Depends-on): Likewise.
11490         * modules/vasnprintf (Depends-on): Likewise.
11491         * modules/vasprintf (Depends-on): Likewise.
11492         * modules/vfprintf-posix (Depends-on): Likewise.
11493         * modules/vsnprintf (Depends-on): Likewise.
11494         * modules/vsprintf-posix (Depends-on): Likewise.
11495         * modules/xvasprintf (Depends-on): Likewise.
11496         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
11497         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
11498         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
11499         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
11500         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
11501         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
11502         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
11503         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
11504         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
11505         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
11506         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
11507         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
11508         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
11509         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
11510         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
11511         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
11512         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
11513         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
11514         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
11515         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
11516         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
11517         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
11518         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
11519         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
11520         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
11521         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
11522         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
11523         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
11524         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
11525         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
11526         * MODULES.html.sh: Remove EOVERFLOW.
11527         * NEWS: Mention the change.
11528
11529 2008-09-13  Bruno Haible  <bruno@clisp.org>
11530
11531         * modules/errno-tests: New file.
11532         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
11533
11534         * lib/errno.in.h: New file.
11535         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
11536         * modules/errno: New file.
11537         * doc/posix-headers/errno.texi: Update documentation.
11538         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
11539
11540 2008-09-13  Bruno Haible  <bruno@clisp.org>
11541
11542         * tests/test-poll.c: Use #if for native Windows, rather than testing
11543         __MSVCRT__.
11544
11545 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11546             Bruno Haible  <bruno@clisp.org>
11547
11548         * lib/glob.c: Don't include <pwd.h> on native Windows.
11549         (WINDOWS32): New macro.
11550         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
11551
11552 2008-09-13  Bruno Haible  <bruno@clisp.org>
11553
11554         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
11555         (ETIMEDOUT): Remove macro.
11556         (glthread_cond_timedwait_multithreaded): New declaration.
11557         (glthread_cond_timedwait): Use it.
11558         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
11559         (glthread_cond_timedwait_multithreaded): New function.
11560
11561 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
11562
11563         * modules/poll-tests: Do not check for io.h.
11564         * tests/test-poll.c: Check for __MSVCRT__ instead.
11565
11566 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
11567
11568         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
11569         * modules/poll-tests: Add inet_pton, stdbool, sockets.
11570         * tests/test-poll.c: Use them.  Use _pipe on Windows.
11571
11572 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
11573
11574         * modules/poll-tests: New.
11575         * tests/test-poll.c: New.
11576
11577 2008-09-12  Eric Blake  <ebb9@byu.net>
11578
11579         frexp: test for NetBSD failure on -0.0
11580         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
11581         not all, bugs from NetBSD 3.0 have been fixed.
11582         * doc/posix-functions/frexp.texi (frexp): Document bug.
11583         Reported by Thomas Klausner.
11584
11585         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
11586         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
11587         literal -0.0.
11588         Reported by Jonathan C. Patschke <jp@centtech.com>.
11589
11590 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11591
11592         * lib/glthread/cond.h: Use dummy implementation also if
11593         USE_WIN32_THREADS.
11594
11595 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11596
11597         * modules/fnmatch-posix (License): Change to LGPLv2+.
11598         * modules/fnmatch-gnu (License): Likewise.
11599
11600 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11601
11602         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
11603
11604 2008-09-11  Jim Meyering  <meyering@redhat.com>
11605
11606         * users.txt: Add gtk-vnc.
11607
11608 2008-09-08  Simon Josefsson  <simon@josefsson.org>
11609
11610         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
11611         rotate amounts.
11612
11613         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
11614         required for 16-bit and 8-bit rotates.
11615         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
11616         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
11617         UINT8_MAX instead of hard-coded constants.
11618         Suggested by Paul Eggert.
11619
11620 2008-09-07  Bruno Haible  <bruno@clisp.org>
11621
11622         * tests/test-striconveh.c (main): Check behaviour when converting from
11623         UTF-7.
11624
11625         Make striconveh work better with stateful encodings.
11626         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
11627         that iconv does not increment the inptr when returning -1/EINVAL.
11628
11629 2008-09-07  Bruno Haible  <bruno@clisp.org>
11630
11631         * build-aux/config.rpath: Update according to libtool-2.2.6.
11632         * build-aux/config.libpath: Likewise.
11633
11634 2008-09-06  Bruno Haible  <bruno@clisp.org>
11635
11636         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
11637         * lib/freadptr.c (freadptr): Likewise.
11638         * lib/freadseek.c (freadptrinc): Likewise.
11639         Reported by Simon Josefsson.
11640
11641 2008-09-06  Bruno Haible  <bruno@clisp.org>
11642
11643         * modules/freadptr (License): Change to LGPLv2+.
11644         * modules/freadseek (License): Likewise.
11645         Suggested by Eric Blake.
11646
11647         * modules/memchr2 (License): Change to LGPLv2+.
11648         Approved by Eric Blake.
11649
11650 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11651             Bruno Haible  <bruno@clisp.org>
11652
11653         Make gnulib-tool work with native 'sed' on AIX.
11654         * gnulib-tool (sed_noop): New variable.
11655         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
11656         func_add_or_update, func_create_testdir): Use it to initialize sed
11657         script variables.
11658         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
11659
11660 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
11661             Bruno Haible  <bruno@clisp.org>
11662
11663         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
11664         also works after #include directives.
11665
11666 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
11667
11668         getdate.y: reject an out-of-range timezone value
11669         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
11670         the range [-24...+24].  When specified with only one or two digits,
11671         * tests/test-getdate.c: Tests for the fix.
11672         * doc/getdate.texi: Document this change.
11673
11674 2008-09-03  Bruno Haible  <bruno@clisp.org>
11675
11676         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
11677
11678 2008-09-02  Simon Josefsson  <simon@josefsson.org>
11679
11680         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
11681         <bruce.korb@gmail.com> with ideas from Ben Pfaff
11682         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
11683         Blake <ebb9@byu.net>.
11684
11685         * tests/test-bitrotate.c: Add more test vectors.
11686
11687 2008-09-02  Eric Blake  <ebb9@byu.net>
11688
11689         vasnprintf-posix: handle large precision via %.*d
11690         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
11691         when handling it ourselves.
11692         * tests/test-vasnprintf-posix.c (test_function): Add test.
11693         * tests/test-snprintf-posix.h (test_function): Likewise.
11694         * tests/test-sprintf-posix.h (test_function): Likewise.
11695         * tests/test-vasprintf-posix.c (test_function): Likewise.
11696         Reported by Alain Guibert.
11697
11698 2008-09-01  Eric Blake  <ebb9@byu.net>
11699
11700         c-stack: make configure-time check more robust
11701         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
11702         successful sigaction call.
11703         Reported by Tom G. Christensen.
11704
11705 2008-09-01  Bruno Haible  <bruno@clisp.org>
11706
11707         New module 'findprog-lgpl'.
11708         * modules/findprog-lgpl: New file.
11709         * lib/findprog-lgpl.c: New file.
11710         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
11711         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
11712         to decide whether to use strdup or xstrdup, concatenated_filename or
11713         xconcatenated_filename.
11714
11715 2008-09-01  Bruno Haible  <bruno@clisp.org>
11716
11717         Split module 'concat-filename' into 'concat-filename' (LGPL) and
11718         'xconcat-filename' (GPL).
11719         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
11720         (License): Change to LGPLv2+.
11721         * modules/xconcat-filename: New file.
11722         * lib/concat-filename.h (concatenated_filename): Change specification.
11723         (xconcatenated_filename): New declaration.
11724         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
11725         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
11726         memory situations.
11727         * lib/xconcat-filename.c: New file.
11728         * NEWS: Mention the change.
11729         * lib/findprog.c: Include concat-filename.h, not filename.h.
11730         (find_in_path): Use xconcatenated_filename instead of
11731         concatenated_filename.
11732         * lib/javacomp.c: Include concat-filename.h, not filename.h.
11733         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
11734         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
11735         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
11736         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
11737         instead of concatenated_filename.
11738         * lib/javaexec.c: Include concat-filename.h, not filename.h.
11739         (execute_java_class): Use xconcatenated_filename instead of
11740         concatenated_filename.
11741         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
11742         * modules/javacomp (Depends-on): Likewise.
11743         * modules/javaexec (Depends-on): Likewise.
11744
11745 2008-09-01  Bruno Haible  <bruno@clisp.org>
11746
11747         Split module 'filename' into 'filename' and 'concat-filename'.
11748         * modules/filename: Keep only lib/filename.h.
11749         (License): Change to LGPLv2+.
11750         * modules/concat-filename: New file, extracted from modules/filename.
11751         * lib/filename.h (concatenated_filename): Remove declaration.
11752         * lib/concat-filename.h: New file, extracted from lib/filename.h.
11753         * lib/concat-filename.c: Include concat-filename.h.
11754         * NEWS: Mention the change.
11755
11756 2008-09-01  Simon Josefsson  <simon@josefsson.org>
11757
11758         * lib/bitrotate.h (rotl8, rotr8): Add.
11759
11760         * modules/bitrotate (configure.ac): Need
11761         AC_REQUIRE([AC_C_INLINE]).
11762         (Description): Mention stdint.h.  Reported by Bruno Haible
11763         <bruno@clisp.org>.
11764
11765         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
11766         Paolo Bonzini <bonzini@gnu.org>.
11767
11768 2008-08-31  Bruno Haible  <bruno@clisp.org>
11769
11770         Assume Solaris specific bi-arch conventions on Solaris systems.
11771         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
11772         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
11773         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
11774         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
11775         like acl_libdirstem.
11776         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
11777         acl_libdirstem.
11778         * NEWS: Mention the change.
11779         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
11780
11781 2008-08-31  Jim Meyering  <meyering@redhat.com>
11782
11783         * lib/strftime.h: Add comments describing the two added arguments.
11784
11785         remove duplicate #include directives
11786         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
11787         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
11788
11789 2008-08-31  Bruno Haible  <bruno@clisp.org>
11790
11791         New module 'sigpipe-die'.
11792         * modules/sigpipe-die: New file.
11793         * lib/sigpipe-die.h: New file.
11794         * lib/sigpipe-die.c: New file.
11795         * MODULES.html.sh (Signal handling): Add sigpipe-die.
11796
11797 2008-08-31  Bruno Haible  <bruno@clisp.org>
11798
11799         Don't override previously installed signal handlers.
11800         * lib/fatal-signal.c (saved_sigactions): New variable.
11801         (uninstall_handlers): Reset the signal to the saved handler, not
11802         to SIG_DFL (except when ignored).
11803         (install_handlers): Save the previous handlers.
11804
11805 2008-08-30  Bruno Haible  <bruno@clisp.org>
11806
11807         * gnulib-tool (func_reset_sigpipe): New function.
11808         (func_get_automake_snippet, func_modules_transitive_closure,
11809         func_import): Invoke it before a join command that reads from stdin,
11810         to avoid "echo: write error: Broken pipe" error messages on stderr.
11811         Reported by Sam Steingold <sds@gnu.org>.
11812
11813 2008-08-30  Bruno Haible  <bruno@clisp.org>
11814
11815         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
11816         Code copied from m4/open.m4.
11817         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
11818         access and the filename ends in a slash. Code copied from lib/open.c.
11819         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
11820         * tests/test-fopen.c (main): Check against bug with trailing slash.
11821
11822 2008-08-29  Bruno Haible  <bruno@clisp.org>
11823
11824         Avoid some "gcc -pedantic" warnings.
11825         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
11826         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
11827         * lib/dirent.in.h: Likewise.
11828         * lib/fcntl.in.h: Likewise.
11829         * lib/float.in.h: Likewise.
11830         * lib/iconv.in.h: Likewise.
11831         * lib/inttypes.in.h: Likewise.
11832         * lib/locale.in.h: Likewise.
11833         * lib/math.in.h: Likewise.
11834         * lib/netinet_in.in.h: Likewise.
11835         * lib/search.in.h: Likewise.
11836         * lib/signal.in.h: Likewise.
11837         * lib/stdarg.in.h: Likewise.
11838         * lib/stdint.in.h: Likewise.
11839         * lib/stdio.in.h: Likewise.
11840         * lib/stdlib.in.h: Likewise.
11841         * lib/string.in.h: Likewise.
11842         * lib/strings.in.h: Likewise.
11843         * lib/sys_select.in.h: Likewise.
11844         * lib/sys_socket.in.h: Likewise.
11845         * lib/sys_stat.in.h: Likewise.
11846         * lib/sys_time.in.h: Likewise.
11847         * lib/sysexits.in.h: Likewise.
11848         * lib/time.in.h: Likewise.
11849         * lib/unistd.in.h: Likewise.
11850         * lib/wchar.in.h: Likewise.
11851         * lib/wctype.in.h: Likewise.
11852         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
11853         * modules/fchdir (Makefile.am): Likewise.
11854         * modules/fcntl (Makefile.am): Likewise.
11855         * modules/float (Makefile.am): Likewise.
11856         * modules/iconv_open (Makefile.am): Likewise.
11857         * modules/inttypes (Makefile.am): Likewise.
11858         * modules/locale (Makefile.am): Likewise.
11859         * modules/math (Makefile.am): Likewise.
11860         * modules/netinet_in (Makefile.am): Likewise.
11861         * modules/search (Makefile.am): Likewise.
11862         * modules/signal (Makefile.am): Likewise.
11863         * modules/stdarg (Makefile.am): Likewise.
11864         * modules/stdint (Makefile.am): Likewise.
11865         * modules/stdio (Makefile.am): Likewise.
11866         * modules/stdlib (Makefile.am): Likewise.
11867         * modules/string (Makefile.am): Likewise.
11868         * modules/strings (Makefile.am): Likewise.
11869         * modules/sys_select (Makefile.am): Likewise.
11870         * modules/sys_socket (Makefile.am): Likewise.
11871         * modules/sys_stat (Makefile.am): Likewise.
11872         * modules/sys_time (Makefile.am): Likewise.
11873         * modules/sysexits (Makefile.am): Likewise.
11874         * modules/time (Makefile.am): Likewise.
11875         * modules/unistd (Makefile.am): Likewise.
11876         * modules/wchar (Makefile.am): Likewise.
11877         * modules/wctype (Makefile.am): Likewise.
11878         Reported by Reuben Thomas <rrt@sc3d.org>.
11879
11880 2008-08-29  Bruno Haible  <bruno@clisp.org>
11881
11882         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
11883         any more.
11884
11885 2008-08-29  Simon Josefsson  <simon@josefsson.org>
11886
11887         * MODULES.html.sh (Misc): Add bitrotate.
11888
11889         * modules/bitrotate: New file.
11890
11891         * lib/bitrotate.h: New file.
11892
11893         * modules/bitrotate-tests: New file.
11894
11895         * tests/test-bitrotate.c: New file.
11896
11897         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
11898         on the bitrotate module.
11899
11900         * lib/arctwo.c: Use new bitrotate module.
11901
11902 2008-08-29  Jim Meyering  <meyering@redhat.com>
11903
11904         bootstrap: merge changes from coreutils
11905         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
11906         of copied files.  Remove a kludge, now that this is fixed.
11907         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
11908         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
11909         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
11910
11911 2008-08-29  Bruno Haible  <bruno@clisp.org>
11912
11913         * MODULES.html.sh: Remove --cvs-urls option.
11914
11915 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
11916
11917         maint.mk: adjust to file name change
11918         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
11919
11920 2008-08-28  Jim Meyering  <meyering@redhat.com>
11921
11922         * modules/getndelim2 (License): Relicense to LGPLv2+.
11923         Approved by Richard Stallman for the version of 1995, and by
11924         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
11925
11926 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
11927
11928         * lib/getdelim.c (flockfile, funlockfile): Make all of them
11929         dummy if one is not available.  Do not touch them if
11930         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
11931         (getc_maybe_unlocked): New.
11932         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
11933
11934 2008-08-26  Eric Blake  <ebb9@byu.net>
11935
11936         doc/INSTALL: resync from autoconf
11937         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
11938         (INSTALL_PRELUDE): Delete; this is done more efficiently by
11939         moving...
11940         * install.texi [!autoconf]: ...here.  Resync from autoconf.
11941         * INSTALL: Regenerate.
11942         * INSTALL.ISO: New file.
11943         * INSTALL.UTF-8: Likewise.
11944
11945 2008-08-26  Jim Meyering  <meyering@redhat.com>
11946
11947         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
11948         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
11949         these definitions conditional, so that they may be overridden, too.
11950
11951 2008-08-26  Bruno Haible  <bruno@clisp.org>
11952
11953         Generate INSTALL file variants with prettier quotes.
11954         * doc/Makefile (INSTALL_PRELUDE): New macro.
11955         (INSTALL): Use it.
11956         (INSTALL.ISO, INSTALL.UTF-8): New rules.
11957
11958 2008-08-26  Bruno Haible  <bruno@clisp.org>
11959
11960         Run makeinfo in an English locale.
11961         * doc/Makefile (MAKEINFO): New variable.
11962
11963 2008-08-26  Bruno Haible  <bruno@clisp.org>
11964
11965         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
11966         Suggested by Eric Blake.
11967
11968 2008-08-25  Bruno Haible  <bruno@clisp.org>
11969
11970         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
11971
11972 2008-08-25  Eric Blake  <ebb9@byu.net>
11973
11974         c-stack: test that stack overflow can be caught
11975         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
11976         that platform allows handling stack overflow; at least OS/2 EMX
11977         has sigaltstack, but crashes before transferring control to
11978         handler on stack overflow.
11979         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
11980         check for HAVE_STACK_OVERFLOW_HANDLING.
11981         Reported by Elbert Pol.
11982
11983 2008-08-25  Bruno Haible  <bruno@clisp.org>
11984
11985         * doc/posix-functions/strftime.texi: Fix description of strftime
11986         module.
11987
11988 2008-08-24  Bruno Haible  <bruno@clisp.org>
11989
11990         * tests/uniwidth/test-uc_width2.c: New file.
11991         * tests/uniwidth/test-uc_width2.sh: New file.
11992         * modules/uniwidth/width-tests (Files): Add the new files.
11993         (TESTS): Add uniwidth/test-uc_width2.sh.
11994         (TESTS_ENVIRONMENT): New variable.
11995         (check_PROGRAMS): Add test-uc_width2.
11996         (test_uc_width2_SOURCES): New variable.
11997
11998         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
11999         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
12000         not 0x00AB.
12001         Reported by Alexander V. Lukyanov <lav@netis.ru>.
12002
12003 2008-08-22  Eric Blake  <ebb9@byu.net>
12004
12005         test-lock, test-tls: mention why a test is skipped
12006         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
12007         skipped.
12008         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
12009
12010         count-one-bits: relax license
12011         * modules/count-one-bits (License): Relicense to LGPLv2+.
12012         Suggested by Ludovic Courtès, approved by Ben Pfaff.
12013
12014 2008-08-22  Andreas Schwab  <schwab@suse.de>
12015
12016         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
12017         Remove spurious space in assignment.
12018
12019 2008-08-21  Simon Josefsson  <simon@josefsson.org>
12020
12021         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
12022         Paul Eggert <eggert@CS.UCLA.EDU>.
12023
12024 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
12025
12026         * modules/gettext: Add m4/threadlib.m4.
12027
12028 2008-08-19  Eric Blake  <ebb9@byu.net>
12029
12030         test-c-stack: fix compilation failure on FreeBSD 5.0
12031         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
12032         headers before <sys/resource.h>.
12033         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
12034         the bug.
12035         Reported by Nelson H. F. Beebe.
12036
12037         strverscmp: migrate from "strverscmp.h" to <string.h>
12038         * modules/string (Makefile.am): Add new hooks.
12039         * modules/strverscmp (Files): Remove strverscmp.h.
12040         (Depends-on): Add string.
12041         (configure.ac): Add indicator.
12042         (Include): Mention new header.
12043         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
12044         defaults.
12045         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
12046         results.
12047         * lib/strverscmp.h: Delete.
12048         * lib/string.in.h (strverscmp): Provide declaration, when needed.
12049         * tests/test-strverscmp.c (includes): Adjust client.
12050         * lib/check-version.c (includes): Likewise.
12051         * NEWS: Document the change.
12052
12053         strverscmp: add unit test
12054         * modules/strverscmp-tests: New file.
12055         * tests/test-strverscmp.c: Likewise.
12056
12057 2008-08-19  Simon Josefsson  <simon@josefsson.org>
12058
12059         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
12060         regarding Windows crypto stuff, from Mono.
12061
12062 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
12063
12064         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
12065         if present, for intel RND.  Return error on failures.
12066
12067 2008-08-18  Ben Pfaff  <blp@gnu.org>
12068
12069         gitlog-to-changelog: give better diagnostic for failed pipe-open
12070         * build-aux/gitlog-to-changelog: Improve error message: suggest
12071         that the version of Git may be too old.
12072
12073 2008-08-18  Simon Josefsson  <simon@josefsson.org>
12074
12075         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
12076         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
12077
12078 2008-08-18  Bruno Haible  <bruno@clisp.org>
12079
12080         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
12081         pthread_in_use().
12082
12083 2008-08-18  Bruno Haible  <bruno@clisp.org>
12084
12085         * lib/glthread/threadlib.c: Include <pthread.h>.
12086
12087 2008-08-18  Bruno Haible  <bruno@clisp.org>
12088
12089         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
12090         glthread_recursive_lock_* macros.
12091         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
12092         Fix syntax error.
12093
12094 2008-08-18  Bruno Haible  <bruno@clisp.org>
12095
12096         * lib/glthread/thread.c: Avoid forcing a context switch right after
12097         thread creation.
12098
12099 2008-08-17  Bruno Haible  <bruno@clisp.org>
12100
12101         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
12102         * lib/glthread/thread.h: Provide Win32 specific implementation.
12103         * modules/thread (Files): Add lib/glthread/thread.c.
12104         (Depends-on): Add lock.
12105         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
12106
12107 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12108
12109         New module 'yield'.
12110         * modules/yield: New file.
12111         * lib/glthread/yield.h: New file.
12112         * m4/yield.m4: New file.
12113         * MODULES.html.sh (Multithreading): Add yield.
12114
12115 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12116
12117         New module 'thread'.
12118         * modules/thread: New file.
12119         * lib/glthread/thread.h: New file.
12120         * m4/thread.m4: New file.
12121         * MODULES.html.sh (Multithreading): Add thread.
12122
12123 2008-08-17  Bruno Haible  <bruno@clisp.org>
12124
12125         * lib/glthread/lock.h: Include <stdlib.h> always.
12126         * lib/glthread/tls.h: Likewise.
12127         * lib/glthread/cond.h: Likewise.
12128
12129 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12130
12131         New module 'cond'.
12132         * modules/cond: New file.
12133         * lib/glthread/cond.h: New file.
12134         * lib/glthread/cond.c: New file.
12135         * m4/cond.m4: New file.
12136         * MODULES.html.sh (Multithreading): Add cond.
12137
12138 2008-08-16  Eric Blake  <ebb9@byu.net>
12139
12140         c-stack: fix regression on Irix 5.3 from 2008-06-21
12141         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
12142         sa_sigaction...
12143         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
12144         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
12145         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
12146         * modules/signal (Makefile.am): Use the value.
12147         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
12148         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
12149         * doc/posix-headers/signal.texi (signal.h): Document this
12150         portability issue.
12151         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
12152         Reported by Tom G. Christensen.
12153
12154 2008-08-17  Bruno Haible  <bruno@clisp.org>
12155
12156         New module 'threadlib'.
12157         * modules/threadlib: New file.
12158         * lib/glthread/threadlib.c: New file, extracted from
12159         lib/glthread/lock.c.
12160         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
12161         functions.
12162         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
12163         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
12164         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
12165         macros.
12166         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
12167         (gl_DISABLE_THREADS): Remove macro.
12168         * modules/lock (Files): Remove build-aux/config.rpath.
12169         (Depends-on): Remove havelib. Add threadlib.
12170         (configure.ac-early): Remove section.
12171         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
12172         * modules/tls (Depends-on): Remove lock. Add threadlib.
12173         (Link): New section, copied from threadlib.
12174         * MODULES.html.sh (Multithreading): Add threadlib.
12175
12176 2008-08-14  Bruno Haible  <bruno@clisp.org>
12177
12178         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
12179         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
12180         glthread_rwlock_unlock, glthread_rwlock_destroy,
12181         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
12182         glthread_recursive_lock_destroy): Define as macros always.
12183         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
12184         glthread_lock_lock.
12185         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
12186         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
12187         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
12188         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
12189         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
12190         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
12191         (glthread_recursive_lock_lock_func): Renamed from
12192         glthread_recursive_lock_lock.
12193         (glthread_recursive_lock_unlock_func): Renamed from
12194         glthread_recursive_lock_unlock.
12195         (glthread_recursive_lock_destroy_func): Renamed from
12196         glthread_recursive_lock_destroy.
12197
12198 2008-08-14  Bruno Haible  <bruno@clisp.org>
12199
12200         * lib/glthread/lock.h: Renamed from lib/lock.h.
12201         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
12202         * lib/glthread/tls.h: Renamed from lib/tls.h.
12203         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
12204         * lib/fstrcmp.c: Update includes.
12205         * lib/strsignal.c: Update includes.
12206         * modules/lock (Files, Makefile.am): Update.
12207         (Include): Change to "glthread/lock.h".
12208         * modules/tls (Files, Makefile.am): Update.
12209         (Include): Change to "glthread/tls.h".
12210         * tests/test-lock.c: Update includes.
12211         * tests/test-tls.c: Update includes.
12212         * NEWS: Mention the renamed header files.
12213
12214 2008-08-11  Jim Meyering  <meyering@redhat.com>
12215
12216         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
12217
12218 2008-08-11  Eric Blake  <ebb9@byu.net>
12219
12220         test-c-stack: avoid C99-ism
12221         * tests/test-c-stack.c (main): Fix whitespace, move declaration
12222         before statement.
12223         Reported by Alain Guibert.
12224
12225 2008-08-10  Jim Meyering  <meyering@redhat.com>
12226
12227         ensure that return value of uinttostr et al are not ignored
12228         * lib/inttostr.h (__GNUC_PREREQ): Define.
12229         (__attribute_warn_unused_result__): Define.
12230         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
12231
12232 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
12233
12234         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
12235         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
12236
12237 2008-08-07  Jim Meyering  <meyering@redhat.com>
12238
12239         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
12240
12241         * modules/mkstemp (License): Relicense under LGPLv2+.
12242         * modules/tempname (License): Likewise.
12243
12244 2008-08-06  Bruno Haible  <bruno@clisp.org>
12245
12246         * lib/poll.c (poll): Further micro-optimization.
12247
12248 2008-08-06  Jim Meyering  <meyering@redhat.com>
12249
12250         inet_pton.c: use locale-independent tolower
12251         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
12252         (inet_pton6): Use c_tolower rather than tolower.
12253         * modules/inet_pton (Depends-on): Add c-ctype.
12254
12255 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
12256
12257         * lib/poll.c (poll): Avoid division when timeout is 0, cache
12258         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
12259
12260 2008-08-06  Jim Meyering  <meyering@redhat.com>
12261
12262         * modules/inet_pton (License): Relicense under LGPLv2+.
12263
12264 2008-08-03  Bruno Haible  <bruno@clisp.org>
12265
12266         Additional non-aborting API for lock and tls.
12267         * lib/lock.h: Include <errno.h>.
12268         (glthread_lock_init): New macro/function.
12269         (gl_lock_init): Define as wrapper around glthread_lock_init.
12270         (glthread_lock_lock): New macro/function.
12271         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
12272         (glthread_lock_unlock): New macro/function.
12273         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
12274         (glthread_lock_destroy): New macro/function.
12275         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
12276         (glthread_rwlock_init): New macro/function.
12277         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
12278         (glthread_rwlock_rdlock): New macro/function.
12279         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
12280         (glthread_rwlock_wrlock): New macro/function.
12281         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
12282         (glthread_rwlock_unlock): New macro/function.
12283         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
12284         (glthread_rwlock_destroy): New macro/function.
12285         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
12286         (glthread_recursive_lock_init): New macro/function.
12287         (gl_recursive_lock_init): Define as wrapper around
12288         glthread_recursive_lock_init.
12289         (glthread_recursive_lock_lock): New macro/function.
12290         (gl_recursive_lock_lock): Define as wrapper around
12291         glthread_recursive_lock_lock.
12292         (glthread_recursive_lock_unlock): New macro/function.
12293         (gl_recursive_lock_unlock): Define as wrapper around
12294         glthread_recursive_lock_unlock.
12295         (glthread_recursive_lock_destroy): New macro/function.
12296         (gl_recursive_lock_destroy): Define as wrapper around
12297         glthread_recursive_lock_destroy.
12298         (glthread_once): New macro/function.
12299         (gl_once): Define as wrapper around glthread_once.
12300         Update function declarations.
12301         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
12302         glthread_rwlock_init. Return error code.
12303         (glthread_rwlock_rdlock_multithreaded): Renamed from
12304         glthread_rwlock_rdlock. Return error code.
12305         (glthread_rwlock_wrlock_multithreaded): Renamed from
12306         glthread_rwlock_wrlock. Return error code.
12307         (glthread_rwlock_unlock_multithreaded): Renamed from
12308         glthread_rwlock_unlock. Return error code.
12309         (glthread_rwlock_destroy_multithreaded): Renamed from
12310         glthread_rwlock_destroy. Return error code.
12311         (glthread_recursive_lock_init_multithreaded): Renamed from
12312         glthread_recursive_lock_init. Return error code.
12313         (glthread_recursive_lock_lock_multithreaded): Renamed from
12314         glthread_recursive_lock_lock. Return error code.
12315         (glthread_recursive_lock_unlock_multithreaded): Renamed from
12316         glthread_recursive_lock_unlock. Return error code.
12317         (glthread_recursive_lock_destroy_multithreaded): Renamed from
12318         glthread_recursive_lock_destroy. Return error code.
12319         (glthread_once_call): Make static.
12320         (glthread_once_multithreaded): Renamed from glthread_once.
12321         * lib/tls.h: Include <errno.h>.
12322         (glthread_tls_key_init): New macro/function.
12323         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
12324         (glthread_tls_set): New macro/function.
12325         (gl_tls_set): Define as wrapper around glthread_tls_set.
12326         (glthread_tls_key_destroy): New macro/function.
12327         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
12328         Update function declarations.
12329         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
12330         glthread_tls_get.
12331         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
12332
12333 2008-08-04  Eric Blake  <ebb9@byu.net>
12334
12335         gnumakefile: use space, not TAB, outside of targets
12336         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
12337
12338 2008-08-02  Jim Meyering  <meyering@redhat.com>
12339
12340         getdate.y: avoid locale-dependent date parsing failure
12341         In Turkish locales, getdate would fail to recognize keywords
12342         containing a lowercase "i".  The solution is not to rely on
12343         locale-sensitive case-conversion.
12344         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
12345         (lookup_word): Use c_toupper in place of toupper.
12346         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
12347         Reported by Vefa Bicakci <bicave@superonline.com> in
12348         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
12349         * modules/getdate (Depends-on): Add c-ctype.
12350
12351 2008-08-02  Bruno Haible  <bruno@clisp.org>
12352
12353         * gnulib-tool (func_import): When updating or creating a .gitignore
12354         file, prepend each added line with a slash, and ignore leading slashes
12355         from the existing lines.
12356         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
12357
12358 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12359
12360         Portability fix for GNU make 3.79.1.
12361         * top/GNUmakefile: Avoid 'else COND', which older GNU make
12362         versions do not understand.
12363
12364 2008-08-01  Bruno Haible  <bruno@clisp.org>
12365
12366         Work around bug of HP-UX 10.20 cc with -0.0 literal.
12367         * tests/test-isnanf.h (zero): New variable.
12368         (main): Avoid literal -0.0f.
12369         * tests/test-isnand.h (zero): New variable.
12370         (main): Avoid literal -0.0.
12371         * tests/test-isnanl.h (zero): New variable.
12372         (main): Avoid literal -0.0L.
12373         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
12374         (test_float, test_double, test_long_double): Avoid literals -0.0f,
12375         -0.0, -0.0L.
12376         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
12377         (test_signbitd): Avoid literal -0.0.
12378         (test_signbitl): Avoid literal -0.0L.
12379         * tests/test-ceilf1.c (zero): New variable.
12380         (main): Avoid literal -0.0f.
12381         * tests/test-ceill.c (zero): New variable.
12382         (main): Avoid literal -0.0L.
12383         * tests/test-floorf1.c (zero): New variable.
12384         (main): Avoid literal -0.0f.
12385         * tests/test-floorl.c (zero): New variable.
12386         (main): Avoid literal -0.0L.
12387         * tests/test-roundf1.c (zero): New variable.
12388         (main): Avoid literal -0.0f.
12389         * tests/test-round1.c (zero): New variable.
12390         (main): Avoid literal -0.0.
12391         * tests/test-roundl.c (zero): New variable.
12392         (main): Avoid literal -0.0L.
12393         * tests/test-truncf1.c (zero): New variable.
12394         (main): Avoid literal -0.0f.
12395         * tests/test-trunc1.c (zero): New variable.
12396         (main): Avoid literal -0.0.
12397         * tests/test-truncl.c (zero): New variable.
12398         (main): Avoid literal -0.0L.
12399         * tests/test-frexp.c (zero): New variable.
12400         (main): Avoid literal -0.0.
12401         * tests/test-frexpl.c (zero): New variable.
12402         (main): Avoid literal -0.0L.
12403         * tests/test-ldexpl.c (zero): New variable.
12404         (main): Avoid literal -0.0L.
12405         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
12406         (zerod, zerol): New variables.
12407         (test_function): Avoid literals -0.0, -0.0L.
12408         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
12409         (zerod, zerol): New variables.
12410         (test_function): Avoid literals -0.0, -0.0L.
12411         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
12412         (zerod, zerol): New variables.
12413         (test_function): Avoid literals -0.0, -0.0L.
12414         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
12415         (zerod, zerol): New variables.
12416         (test_function): Avoid literals -0.0, -0.0L.
12417         * tests/test-strtod.c (zero): New variable.
12418         (main): Avoid literal -0.0.
12419         Reported by Jonathan C. Patschke <jp@centtech.com>.
12420
12421 2008-07-31  Jim Meyering  <meyering@redhat.com>
12422
12423         sha256.h: correct definition of SHA224_DIGEST_SIZE
12424         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
12425         Reported by Paulie Pena IV <paulie4@gmail.com>.
12426         Define as 224 / 8, rather than as a literal.
12427         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
12428         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
12429         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
12430
12431 2008-07-31  Bruno Haible  <bruno@clisp.org>
12432
12433         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
12434         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
12435         Reported by Jonathan Patschke <jp@centtech.com>.
12436
12437 2008-07-31  Bruno Haible  <bruno@clisp.org>
12438
12439         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
12440         Reported by Paolo Bonzini <bonzini@gnu.org>.
12441
12442 2008-07-30  Eric Blake  <ebb9@byu.net>
12443
12444         test-strtod: allow compilation without -lm
12445         * tests/test-strtod.c (main): Avoid link dependence on fabs.
12446         Reported by Dennis Clarke <blastwave@gmail.com>.
12447
12448 2008-07-28  Jim Meyering  <meyering@redhat.com>
12449
12450         bootstrap: work also when there are no .po files in po/
12451         * build-aux/bootstrap (update_po_files): Complete the change
12452         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
12453
12454 2008-07-27  Jim Meyering  <meyering@redhat.com>
12455
12456         * users.txt: Add zile.
12457
12458 2008-07-26  Ben Pfaff  <blp@gnu.org>
12459
12460         Add missing dependencies on new m4/exponent[fdl].m4 files.
12461         * modules/isnanf-nolibm: Add m4/exponentf.m4.
12462         * modules/isnand-nolibm: Add m4/exponentd.m4.
12463         * modules/isnanl-nolibm: Add m4/exponentl.m4.
12464         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
12465         m4/isnan[fdl].m4, because the macros actually used moved.
12466         Reported by Jim Meyering.
12467
12468 2008-07-14  Ben Pfaff  <blp@gnu.org>
12469
12470         Add isinf module.
12471         * lib/isinf.c: New file.
12472         * lib/math.in.h: Define isinf macro if we have decided to replace
12473         it.
12474         * m4/isinf.m4: New file.
12475         * m4/math_h.m4: Initialize and substitute variables for isinf
12476         module.
12477         * modules/isinf: New file.
12478         * modules/isinf-tests: New file.
12479         * modules/math: Add substitutions for new module.
12480         * tests/test-isinf.c: New file.
12481         * doc/posix-functions/isinf.texi: Mention new module.
12482         * MODULES.html.sh: Mention new module.
12483
12484 2008-07-14  Ben Pfaff  <blp@gnu.org>
12485
12486         Factor out some macros for use by additional modules.
12487         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
12488         exponentf.m4.
12489         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
12490         exponentd.m4.
12491         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
12492         file exponentl.m4.
12493         * m4/exponentf.m4: New file.
12494         * m4/exponentd.m4: New file.
12495         * m4/exponentl.m4: New file.
12496         * modules/isnanf: Use new file m4/exponentf.m4.
12497         * modules/isnand: Use new file m4/exponentd.m4.
12498         * modules/isnanl: Use new file m4/exponentl.m4.
12499
12500 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
12501
12502         mktime.c: normalize tp->tm_isdst value to -1/0/1.
12503         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
12504         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
12505         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
12506
12507         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
12508         readlink on platforms without PATH_MAX.
12509
12510 2008-07-21  Eric Blake  <ebb9@byu.net>
12511
12512         Warn, not fail, on stale version.
12513         * top/GNUmakefile (_curr-ver): Tone down previous patch.
12514
12515         Don't allow installation with stale devel version number.
12516         * top/GNUmakefile (_is-install-target): New macro.
12517         (_curr-ver): Forbid installation with stale version number.
12518
12519 2008-07-20  Bruno Haible  <bruno@clisp.org>
12520
12521         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
12522         TESTS_ENVIRONMENT.
12523         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
12524
12525 2008-07-20  Bruno Haible  <bruno@clisp.org>
12526
12527         * lib/c-stack.h (c_stack_action): Add documentation.
12528         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
12529
12530 2008-07-20  Bruno Haible  <bruno@clisp.org>
12531
12532         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
12533         * modules/readlink (License): Likewise.
12534
12535 2008-07-17  Eric Blake  <ebb9@byu.net>
12536
12537         * modules/c-stack (Link): Fix typo.
12538
12539         Make c-stack use libsigsegv, when available.
12540         * modules/c-stack (Depends-on): Add libsigsegv.
12541         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
12542         needed.
12543         * lib/c-stack.c (SIGSTKSZ): Define fallback.
12544         (segv_handler, overflow_handler, c_stack_action)
12545         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
12546         implementation when libsigsegv is available, but only when using
12547         the library is necessary.
12548         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
12549         comment, explaining why XSI check fails on Linux.
12550         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
12551         * tests/test-c-stack2.sh: Tweak skip message.
12552         * NEWS: Document new link-time requirements.
12553
12554 2008-07-16  Eric Blake  <ebb9@byu.net>
12555
12556         c-stack: Expose false positives when not using libsigsegv.
12557         * modules/c-stack-tests (Files): Expand test.
12558         * tests/test-c-stack.c (main): Add means to conditionally trigger
12559         non-overflow SIGSEGV.
12560         * tests/test-c-stack2.sh: New file.
12561
12562 2008-07-14  Bruno Haible  <bruno@clisp.org>
12563
12564         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
12565         Reported by Eric Blake.
12566
12567 2008-07-14  Sam Steingold  <sds@gnu.org>
12568             Bruno Haible  <bruno@clisp.org>
12569
12570         New module libsigsegv.
12571         * modules/libsigsegv: New file.
12572         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
12573         modifications.
12574         * MODULES.html.sh (Signal handling): New section.
12575
12576 2008-07-14  Bruno Haible  <bruno@clisp.org>
12577
12578         * modules/unictype/ctype-* (Description): Add the word "function".
12579         Improves the resulting doc in MODULES.html.
12580
12581 2008-07-12  Ben Pfaff  <blp@gnu.org>
12582
12583         Add longlong module.
12584         * modules/longlong: New file.
12585
12586 2008-07-12  Bruno Haible  <bruno@clisp.org>
12587
12588         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
12589         to empty.
12590
12591 2008-07-10  Ben Pfaff  <blp@gnu.org>
12592
12593         Add isnan module.
12594         * doc/posix-functions/isnan.texi: Mention new module.
12595         * lib/math.in.h: Define isnan macro if we have decided to replace
12596         it.
12597         * m4/isnan.m4: New file.
12598         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
12599         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
12600         also.
12601         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
12602         redundancy.
12603         * m4/math_h.m4: Initialize and substitute variables for isnan
12604         module.
12605         * modules/isnan: New file.
12606         * modules/isnan-tests: New file.
12607         * modules/math: Add substitutions for new module.
12608         * tests/test-isnan.c: New file.
12609         * MODULES.html.sh: Mention new module.
12610
12611 2008-07-10  Ben Pfaff  <blp@gnu.org>
12612
12613         Add isnanf module.
12614         * lib/isnanf.m4: New file.
12615         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
12616         (gl_HAVE_ISNANF_IN_LIBM): New macro.
12617         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
12618         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
12619         * modules/isnanf: New file.
12620         * modules/isnanf-tests: New file.
12621         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
12622         files.
12623         * tests/test-isnanf-nolibm.c: factored most of its contents into
12624         new file tests/test-isnanf.h.
12625         * tests/test-isnanf.h: New file.
12626         * tests/test-isnanf.c: New file.
12627         * MODULES.html.sh: Mention new module.
12628         * doc/glibc-functions/isnanf.texi: Mention new module.
12629
12630 2008-07-10  Ben Pfaff  <blp@gnu.org>
12631
12632         Add isnand module.
12633         * lib/isnand.h: New file.
12634         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
12635         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
12636         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
12637         functionality also.
12638         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
12639         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
12640         (gl_HAVE_ISNAND_IN_LIBM): New macro.
12641         * modules/isnand: New file.
12642         * modules/isnand-tests: New file.
12643         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
12644         files.
12645         * tests/test-isnand-nolibm.c: factored most of its contents into
12646         new file tests/test-isnand.h.
12647         * tests/test-isnand.h: New file.
12648         * tests/test-isnand.c: New file.
12649         * MODULES.html.sh: Mention new module.
12650
12651 2008-07-10  Ben Pfaff  <blp@gnu.org>
12652
12653         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
12654         * lib/isnand.h: Rename lib/isnand-nolibm.h.
12655         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
12656         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
12657         * modules/isnanf-nolibm: Update references to renamed files.
12658         * modules/isnand-nolibm: Likewise.
12659         * modules/isnanf-nolibm-tests: Likewise.
12660         * modules/isnand-nolibm-tests: Likewise.
12661         * lib/frexp.c: Likewise.
12662         * lib/isfinite.c: Likewise.
12663         * lib/signbitd.c: Likewise.
12664         * lib/signbitf.c: Likewise.
12665         * lib/vasnprintf.c: Likewise.
12666         * tests/test-ceilf1.c: Likewise.
12667         * tests/test-ceilf2.c: Likewise.
12668         * tests/test-floorf1.c: Likewise.
12669         * tests/test-floorf2.c: Likewise.
12670         * tests/test-frexp.c: Likewise.
12671         * tests/test-round1.c: Likewise.
12672         * tests/test-round2.c: Likewise.
12673         * tests/test-roundf1.c: Likewise.
12674         * tests/test-strtod.c: Likewise.
12675         * tests/test-trunc1.c: Likewise.
12676         * tests/test-trunc2.c: Likewise.
12677         * tests/test-truncf1.c: Likewise.
12678         * tests/test-truncf2.c: Likewise.
12679         * NEWS: Mention the renamed header files.
12680
12681 2008-07-11  Jim Meyering  <meyering@redhat.com>
12682
12683         vc-list-files: make the last-resort awk code more portable
12684         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
12685         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
12686         does not support it.
12687
12688 2008-07-10  Eric Blake  <ebb9@byu.net>
12689
12690         Work with tar's bootstrap.
12691         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
12692         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
12693         an m4 comment.
12694
12695 2008-07-09  Jim Meyering  <meyering@redhat.com>
12696
12697         posix-shell.m4: fix typo that made this test malfunction
12698         * m4/posix-shell.m4: Remove capitalization in variable name.
12699
12700 2008-07-08  Bruno Haible  <bruno@clisp.org>
12701
12702         * m4/onceonly.m4: Update comments.
12703         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12704
12705 2008-07-04  Jim Meyering  <meyering@redhat.com>
12706
12707         * users.txt: Add vc-dwim.
12708         (bison, coreutils): Use the gitweb URL.
12709
12710 2008-07-03  Jim Meyering  <meyering@redhat.com>
12711
12712         * users.txt: Add libffcall.  From Sam Steingold.
12713
12714 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
12715
12716         getdate.y: do not ignore TZ with relative day, month or year offset
12717         * lib/getdate.y (get_date): Move the tz-handling block to follow the
12718         relative-date-handling, since otherwise, the latter would clobber the
12719         sole output (an updated Start value) of the tz-handling block.
12720         * tests/test-getdate.c: Tests for the fix
12721
12722 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12723
12724         Recognize 'foo_LIBRARIES += libgnu.a'.
12725         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
12726         makefile snippet has already specified an installation location,
12727         also using '+='.
12728
12729 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
12730
12731         getdate.y: factor out common actions
12732         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
12733         Use them in place of open-coded actions.
12734
12735 2008-07-01  Simon Josefsson  <simon@josefsson.org>
12736
12737         Add self-test for getdate module.
12738         * modules/getdate-tests: New file.
12739         * tests/test-getdate.c: New file.
12740
12741 2008-06-29  Bruno Haible  <bruno@clisp.org>
12742
12743         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
12744         .gitignore.
12745         Reported by Sylvain Beucler <beuc@beuc.net>.
12746
12747 2008-06-29  Bruno Haible  <bruno@clisp.org>
12748
12749         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
12750         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
12751
12752 2008-06-29  Bruno Haible  <bruno@clisp.org>
12753
12754         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
12755         EXTRA_DIST.
12756         Reported by Sylvain Beucler <beuc@beuc.net>.
12757
12758 2008-06-26  Jim Meyering  <meyering@redhat.com>
12759
12760         make several modules depend on the "open" module
12761         This provides slightly increased consistency when opening-for-write
12762         the name of a non-directory spelled with a trailing slash.
12763         * modules/chdir-safer: Likewise.
12764         * modules/chown: Likewise.
12765         * modules/clean-temp: Likewise.
12766         * modules/copy-file: Likewise.
12767         * modules/fchdir: Likewise.
12768         * modules/fcntl-safer: Likewise.
12769         * modules/pipe: Likewise.
12770         * modules/utime: Likewise.
12771         Prompted by Eric Blake and Bruno Haible.
12772
12773 2008-06-24  Andreas Schwab  <schwab@suse.de>
12774
12775         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
12776         literals can be used as initializers for global variables.
12777
12778 2008-06-23  Eric Blake  <ebb9@byu.net>
12779
12780         Make gnulib-cache.m4 easier to diff.
12781         * gnulib-tool (func_import): Allow newlines when reading cached
12782         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
12783
12784 2008-06-23  Bruno Haible  <bruno@clisp.org>
12785
12786         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
12787         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
12788         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
12789         m4/signalblocking.m4.
12790         (gl_PREREQ_SIGACTION): Don't invoke it.
12791         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
12792         gl_PREREQ_SIG_HANDLER_H.
12793         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
12794         Don't check for sigaction here.
12795
12796 2008-06-23  Bruno Haible  <bruno@clisp.org>
12797
12798         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
12799         (install_handlers): Don't set the SA_RESETHAND flag.
12800
12801 2008-06-23  Bruno Haible  <bruno@clisp.org>
12802
12803         * m4/sigaction.m4: Comment fixes.
12804         * lib/signal.in.h: Likewise.
12805
12806 2008-06-23  Eric Blake  <ebb9@byu.net>
12807
12808         Fix typo.
12809         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
12810
12811         Avoid SA_ namespace.
12812         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
12813         Reported by Ralf Wildenhues.
12814
12815         Avoid test failure due to SA_RESTORER.
12816         * tests/test-sigaction.c (SA_MASK): New macro.
12817         (main): Avoid failing due to extension flags being set.
12818         Reported by Jim Meyering.
12819
12820         Revert use of sig-handler.h in sigprocmask.c.
12821         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
12822         it requires the existence of struct sigaction.
12823         * lib/sigprocmask.c (handler_t): Restore typedef.
12824         (rpl_signal, old_handlers): Use local type.
12825
12826 2008-06-22  Bruno Haible  <bruno@clisp.org>
12827
12828         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
12829         conditionally.
12830         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12831
12832 2008-06-22  Bruno Haible  <bruno@clisp.org>
12833
12834         * doc/posix-functions/siginterrupt.texi: Move note.
12835
12836         * lib/signal.in.h (SA_RESTART): New macro.
12837         * lib/sigaction.c: Update comment.
12838
12839         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
12840
12841         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
12842         (gl_PREREQ_SIGPROCMASK): Invoke it.
12843         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
12844
12845         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
12846
12847         * lib/sigprocmask.c: Update a comment.
12848
12849 2008-06-21  Eric Blake  <ebb9@byu.net>
12850
12851         Use sigaction module rather than signal().
12852         * modules/c-stack (Depends-on): Add sigaction.
12853         * modules/fatal-signal (Depends-on): Likewise.
12854         * modules/nanosleep (Depends-on): Likewise.
12855         * modules/sigprocmask (Files): Add sig-handler.h.
12856         * modules/sigaction (Files): Likewise.
12857         * lib/sig-handler.h (get_handler): New file, suggested by Paul
12858         Eggert.
12859         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
12860         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
12861         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
12862         (init_fatal_signals): Likewise.
12863         * lib/nanosleep.c (rpl_nanosleep): Likewise.
12864         (siginterrupt): Delete fallback.
12865         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
12866         instead.
12867         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
12868         siginterrupt.
12869
12870         New module sigaction, for mingw.
12871         * modules/sigaction: New module...
12872         * modules/sigaction-tests: ...and its test.
12873         * m4/sigaction.m4: New file.
12874         * lib/sigaction.c: Likewise.
12875         * tests/test-sigaction.c: Likewise.
12876         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
12877         * modules/signal (Makefile.am): Likewise.
12878         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
12879         needed.
12880         * doc/posix-headers/signal.texi (signal.h): Mention provided
12881         types.
12882         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
12883         that sigaction is preferable.
12884         * doc/posix-functions/sigaction.texi (sigaction): Mention new
12885         module.
12886         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12887         sigaction.
12888
12889         Improve robustness of sigprocmask by overriding signal.
12890         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
12891         is in use.
12892         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
12893         (SIGKILL, SIGSTOP): Provide fallbacks.
12894         (rpl_signal): Implement.
12895         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
12896         signal can be called inside handlers.
12897
12898         Fix nanosleep module on mingw.
12899         * modules/nanosleep (Depends-on): Add sys_select.
12900         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
12901
12902         Fix licensing of sigprocmask.
12903         * modules/raise (License): Relicense as LGPL.
12904
12905 2008-06-21  Bruno Haible  <bruno@clisp.org>
12906
12907         * lib/propername.c (proper_name_utf8): Don't use the transliterated
12908         result if it contains question marks.
12909         Reported by Michael Geng <linux@michaelgeng.de>.
12910
12911 2008-06-19  Bruno Haible  <bruno@clisp.org>
12912
12913         Fix CVS-ism.
12914         * doc/gnulib.texi: Include updated-stamp.texi.
12915         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
12916         (updated-stamp.texi): New rule.
12917         (gnulib.info): Depend on it.
12918         * doc/.gitignore: Add updated-stamp.texi.
12919         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
12920
12921 2008-06-19  Bruno Haible  <bruno@clisp.org>
12922
12923         * doc/Makefile (gnulib.info): Update and simplify dependencies.
12924         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
12925
12926 2008-06-19  Eric Blake  <ebb9@byu.net>
12927
12928         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
12929         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
12930         Reported by Stepan Kasal.
12931
12932 2008-06-18  Bruno Haible  <bruno@clisp.org>
12933
12934         * lib/fatal-signal.c (init_fatal_signals): Add comment.
12935         Reported by Eric Blake.
12936
12937 2008-06-18  Eric Blake  <ebb9@byu.net>
12938
12939         Work around cygwin 1.5.25 strsignal bug.
12940         * tests/test-strsignal.c: Allow for const char *.
12941         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
12942
12943 2008-06-18  Simon Josefsson  <simon@josefsson.org>
12944
12945         * users.txt: Update URL to article and add author/date
12946         information.
12947
12948 2008-06-17  Bruno Haible  <bruno@clisp.org>
12949
12950         New macro gl_DISABLE_THREADS.
12951         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
12952         if the user did not pass --enable-threads or --disable-threads option.
12953         (gl_DISABLE_THREADS): New macro.
12954         Reported by Eric Blake <ebb9@byu.net>.
12955
12956 2008-06-17  Bruno Haible  <bruno@clisp.org>
12957
12958         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
12959         when the macro ignores it.
12960         Based on a patch by Eric Blake <ebb9@byu.net>.
12961
12962 2008-06-17  Bruno Haible  <bruno@clisp.org>
12963
12964         * modules/tls (License): Change to LGPLv2+.
12965         Reported by Eric Blake.
12966
12967 2008-06-17  Eric Blake  <ebb9@byu.net>
12968
12969         Simplify c-stack prerequisites.
12970         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
12971         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
12972         no longer requires <ucontext.h> to exist.  Optimize setrlimit
12973         check.
12974         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
12975         <sys/resource.h>.
12976
12977         Move c-stack test into testsuite.
12978         * modules/c-stack-tests: New file.
12979         * lib/c-stack.c [DEBUG]: Move test program...
12980         * tests/test-c-stack.c: ...into this new file.  Skip rather than
12981         fail test if sigaltstack is lacking.
12982         * tests/test-c-stack.sh: New driver file.
12983
12984 2008-06-16  Eric Blake  <ebb9@byu.net>
12985
12986         Use raise module consistently.
12987         * modules/fatal-signal (Depends-on): Add raise.
12988         * modules/sigprocmask (Depends-on): Likewise.
12989         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
12990         * lib/sigprocmask.c (sigprocmask): Likewise.
12991         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
12992         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
12993
12994         Fix compliance bug in sigpending.
12995         * lib/sigprocmask.c (sigpending): Return pending array via
12996         parameter, not return value.
12997
12998 2008-06-14  Eric Blake  <ebb9@byu.net>
12999
13000         Improve obstack-printf test code.
13001         * tests/test-obstack-printf.c (test_function): Fix comment, and
13002         simplify usage of obstack_* in macros.  Add a test for coverage.
13003         Reported by Bruno Haible.
13004
13005 2008-06-14  Bruno Haible  <bruno@clisp.org>
13006
13007         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
13008         array size as a constant, not as a const variable.
13009         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
13010         AC_USE_SYSTEM_EXTENSIONS.
13011         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
13012         Test whether the obstack_printf function actually exists.
13013         * modules/obstack-printf (Depends-on): Add extensions.
13014         (Include): Remove obstack.h.
13015         * modules/obstack-printf-posix (Depends-on): Add extensions.
13016         (Include): Remove obstack.h.
13017
13018 2008-06-13  Eric Blake  <ebb9@byu.net>
13019
13020         Add obstack-printf and obstack-printf-posix modules.
13021         * modules/obstack-printf: New file.
13022         * modules/obstack-printf-posix: Likewise.
13023         * MODULES.html.sh (Misc): Mention them.
13024         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
13025         Likewise.
13026         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
13027         Likewise.
13028         * modules/stdio (Makefile.am): Accomodate new modules.
13029         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13030         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
13031         Declare.
13032         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
13033         functions.
13034         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
13035         (gl_REPLACE_OBSTACK_PRINTF): New macros
13036         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
13037         * tests/test-obstack-printf.c: New file.
13038         * modules/obstack-printf-tests: Likewise.
13039         * modules/obstack-printf-posix-tests: Likewise.
13040
13041 2008-06-11  Bruno Haible  <bruno@clisp.org>
13042
13043         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
13044         * lib/open.c: Include errno.h.
13045         (open): Fail when attempting to write to a file that has a trailing
13046         slash.
13047         * tests/test-open.c (main): Test against trailing slash bug.
13048         * doc/posix-functions/open.texi: Mention the trailing slash bug.
13049
13050 2008-06-10  Bruno Haible  <bruno@clisp.org>
13051
13052         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
13053         for $? to work inside the trap command, with various /bin/sh-s.
13054         * tests/test-vc-list-files-cvs.sh: Likewise.
13055
13056 2008-06-10  Bruno Haible  <bruno@clisp.org>
13057
13058         * lib/acl-internal.h: Don't include gettext.h here.
13059         * lib/set-mode-acl.c: Include gettext.h here.
13060         * lib/copy-acl.c: Likewise.
13061
13062 2008-06-10  Bruno Haible  <bruno@clisp.org>
13063
13064         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
13065         * lib/wait-process.c (wait_subprocess): Likewise.
13066         * lib/execute.h (execute): Add termsigp argument.
13067         * lib/execute.c (execute): Likewise.
13068         * lib/csharpcomp.c (compile_csharp_using_pnet,
13069         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
13070         * lib/csharpexec.c (execute_csharp_using_pnet,
13071         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
13072         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
13073         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
13074         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
13075         is_jikes_present): Update.
13076         * lib/javaexec.c (execute_java_class): Update.
13077         * lib/javaversion.c (execute_and_read_line): Update.
13078         * NEWS: Document the changes.
13079         Reported by Eric Blake.
13080
13081 2008-06-10  Eric Blake  <ebb9@byu.net>
13082
13083         Add missing include.
13084         * tests/test-strstr.c (includes): Add <signal.h>.
13085         * tests/test-strcasestr.c (includes): Likewise.
13086         * tests/test-memmem.c (includes): Likewise.
13087
13088 2008-06-10  Bruno Haible  <bruno@clisp.org>
13089
13090         * lib/wait-process.c (wait_subprocess): Add an assertion.
13091
13092 2008-06-10  Bruno Haible  <bruno@clisp.org>
13093
13094         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
13095
13096 2008-06-10  Bruno Haible  <bruno@clisp.org>
13097
13098         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
13099         using alarm().
13100         * tests/test-strcasestr.c (main): Likewise.
13101         * tests/test-strstr.c (main): Likewise.
13102
13103 2008-06-09  Bruno Haible  <bruno@clisp.org>
13104
13105         Work around the Solaris 10 ACE ACLs ABI change.
13106         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
13107         declare if ACL_NO_TRIVIAL is present.
13108         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
13109         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
13110         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
13111         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
13112         define if ACL_NO_TRIVIAL is present.
13113         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
13114         and use the current ABI.
13115         (file_has_acl): Use same #if condition as elsewhere.
13116         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
13117         in use, and use the current ABI.
13118         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
13119         Reported by Jim Meyering.
13120
13121 2008-06-09  Eric Blake  <ebb9@byu.net>
13122
13123         Work around environments that (stupidly) ignore SIGALRM.
13124         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
13125         before using alarm().
13126         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
13127         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
13128         Reported by Ian Beckwith <ianb@erislabs.net>.
13129
13130         Produce autobuild blurb earlier in log.
13131         * modules/autobuild (configure.ac-early): Move AB_INIT here.
13132
13133 2008-06-09  Jim Meyering  <meyering@redhat.com>
13134         and OndÅ™ej Vašík  <ovasik@redhat.com>
13135
13136         utimens.c: correct kernel bug work-around
13137         OndÅ™ej Vašík found that the invalid return value of 280 indicates
13138         failure, not success, and the kernel bug we're trying to work
13139         around affects not just the utimensat call, but also the fallback
13140         futimens call.
13141         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
13142         not success.
13143         [HAVE_FUTIMENS]: Use the same work-around, here.
13144
13145 2008-06-09  Jim Meyering  <meyering@redhat.com>
13146
13147         add more guards around definition of ACE_-related code
13148         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
13149         ALLOW and ACE_OWNER are also defined.
13150
13151 2008-06-08  Bruno Haible  <bruno@clisp.org>
13152
13153         * lib/acl-internal.h: Add me as co-author.
13154         * lib/file-has-acl.c: Likewise.
13155         * lib/set-mode-acl.c: Likewise.
13156         * lib/copy-acl.c: Likewise.
13157
13158 2008-06-08  Bruno Haible  <bruno@clisp.org>
13159
13160         Add support for AIX ACLs.
13161         * lib/acl-internal.h (acl_nontrivial): New declaration.
13162         * lib/file-has-acl.c (acl_nontrivial): New function.
13163         (file_has_acl): Add implementation using AIX 4 ACL API.
13164         * lib/set-mode-acl.c (qset_acl): Likewise.
13165         * lib/copy-acl.c (qcopy_acl): Likewise.
13166
13167 2008-06-08  Bruno Haible  <bruno@clisp.org>
13168
13169         Add support for HP-UX ACLs.
13170         * lib/acl-internal.h (acl_nontrivial): New declaration.
13171         * lib/file-has-acl.c (acl_nontrivial): New function.
13172         (file_has_acl): Add implementation using HP-UX 11 ACL API.
13173         * lib/set-mode-acl.c (qset_acl): Likewise.
13174         * lib/copy-acl.c (qcopy_acl): Likewise.
13175
13176 2008-06-08  Bruno Haible  <bruno@clisp.org>
13177
13178         Add support for Cygwin ACLs.
13179         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
13180         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
13181         the chmod_or_fchmod call.
13182         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
13183
13184 2008-06-08  Bruno Haible  <bruno@clisp.org>
13185
13186         Fix bug with setuid modes in Solaris 10+ code.
13187         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
13188         succeeded, when the mode contains some special bits.
13189
13190 2008-06-08  Bruno Haible  <bruno@clisp.org>
13191
13192         Add support for Solaris 7..10 ACLs.
13193         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
13194         declarations.
13195         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
13196         functions.
13197         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
13198         * lib/set-mode-acl.c (qset_acl): Likewise.
13199         * lib/copy-acl.c (qcopy_acl): Likewise.
13200
13201 2008-06-08  Bruno Haible  <bruno@clisp.org>
13202
13203         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
13204         declaration.
13205         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
13206         (acl_access_nontrivial): Remove MacOS X case.
13207         (file_has_acl): Use acl_extended_nontrivial.
13208         * lib/copy-acl.c (qcopy_acl): Likewise.
13209
13210 2008-06-08  Bruno Haible  <bruno@clisp.org>
13211
13212         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
13213
13214 2008-06-08  Jim Meyering  <meyering@redhat.com>
13215
13216         * modules/acl (Maintainer): Add Bruno Haible.
13217
13218 2008-06-07  Bruno Haible  <bruno@clisp.org>
13219
13220         Improve support for Tru64 ACLs.
13221         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
13222         ACL on OSF/1.
13223
13224 2008-06-07  Bruno Haible  <bruno@clisp.org>
13225
13226         Add support for MacOS X ACLs.
13227         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
13228         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
13229         * lib/set-mode-acl.c (qset_acl): Likewise.
13230         * lib/copy-acl.c (qcopy_acl): Likewise.
13231
13232 2008-06-07  Bruno Haible  <bruno@clisp.org>
13233
13234         Fix memory leak introduced on 2008-05-22.
13235         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
13236         use.
13237
13238 2008-06-07  Bruno Haible  <bruno@clisp.org>
13239
13240         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
13241         to construct an empty ACL.
13242
13243 2008-06-07  Bruno Haible  <bruno@clisp.org>
13244
13245         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
13246         precisely.
13247         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
13248
13249 2008-06-07  Bruno Haible  <bruno@clisp.org>
13250
13251         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
13252         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
13253
13254 2008-06-07  Bruno Haible  <bruno@clisp.org>
13255
13256         * doc/posix-functions/_setjmp.texi: Explain the use of this function
13257         regardless of POSIX.
13258         * doc/posix-functions/_longjmp.texi: Likewise.
13259         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
13260         SystemV platform in this case.
13261
13262 2008-06-06  Eric Blake  <ebb9@byu.net>
13263
13264         Document abort() bugs.
13265         * doc/posix-functions/abort.texi (abort): Mention anomalies.
13266
13267         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
13268         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
13269         sigsetjmp.
13270         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
13271         siglongjmp, but only as a macro.
13272         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
13273         is obsolete.
13274         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
13275
13276         Tweak documentation to cover cygwin argz bugs.
13277         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
13278         argz bug fix; no code change needed since no cygwin releases
13279         occurred between the last fix and the bug being tested.
13280         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
13281         module and recently fixed cygwin bugs.
13282         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
13283         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
13284         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
13285         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
13286         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
13287         Likewise.
13288         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
13289         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
13290         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
13291         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
13292         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
13293         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
13294         Likewise.
13295
13296         Avoid gcc warning on cygwin.
13297         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
13298         !ACL_NO_TRIVIAL]: Avoid unused variable.
13299
13300 2008-06-05  Eric Blake  <ebb9@byu.net>
13301
13302         Be tolerant of UNKNOWN version in gnulib-tool test dir.
13303         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
13304         git-version-gen fails to come up with a version.
13305         Reported by Simon Josefsson.
13306
13307 2008-06-05  Jim Meyering  <meyering@redhat.com>
13308             Paul Eggert  <eggert@cs.ucla.edu>
13309
13310         utimens.c: work around a probable Linux kernel bug
13311         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
13312         appears to be a kernel bug that causes utimensat to return 280
13313         instead of 0, indicating success.
13314
13315 2008-06-04  Bruno Haible  <bruno@clisp.org>
13316
13317         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
13318         2008-06-01 commit.
13319
13320 2008-06-04  Bruno Haible  <bruno@clisp.org>
13321
13322         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
13323         * lib/file-has-acl.c (acl_access_nontrivial): New function.
13324         (file_has_acl): Use it. Save errno afterwards.
13325         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
13326
13327 2008-06-03  Bruno Haible  <bruno@clisp.org>
13328
13329         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
13330         draft code. Simplify #ifs.
13331         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
13332         Put Solaris code after POSIX-draft code. Fix comments regarding
13333         Solaris 10, HP-UX. Mention Cygwin.
13334         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
13335
13336 2008-06-03  Eric Blake  <ebb9@byu.net>
13337
13338         Provide fallback for older kernels.
13339         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
13340         Provide runtime fallback if kernel lacks support.
13341         Reported by Mike Frysinger.
13342
13343 2008-06-02  Bruno Haible  <bruno@clisp.org>
13344
13345         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
13346         it exists.
13347
13348 2008-06-02  Bruno Haible  <bruno@clisp.org>
13349
13350         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
13351         * lib/copy-acl.c (qcopy_acl): Update comment.
13352
13353 2008-06-02  Bruno Haible  <bruno@clisp.org>
13354
13355         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
13356         like ACL APIs.
13357
13358 2008-06-02  Bruno Haible  <bruno@clisp.org>
13359
13360         * tests/test-file-has-acl.sh: Use different code for Cygwin.
13361         * tests/test-set-mode-acl.sh: Likewise.
13362         * tests/test-copy-acl.sh: Likewise.
13363         * tests/test-copy-file.sh: Likewise.
13364
13365 2008-06-02  Bruno Haible  <bruno@clisp.org>
13366
13367         * tests/test-file-has-acl.sh: Remove unused code.
13368
13369 2008-06-01  Bruno Haible  <bruno@clisp.org>
13370
13371         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
13372         (copy_acl): Just a wrapper around qcopy_acl that emits the error
13373         messages.
13374         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
13375
13376 2008-06-01  Bruno Haible  <bruno@clisp.org>
13377
13378         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
13379         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
13380         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
13381         APIs.
13382         * modules/acl-tests (configure.ac): Remove tests now contained in
13383         m4/acl.m4.
13384
13385 2008-06-02  Jim Meyering  <meyering@redhat.com>
13386
13387         announce-gen: use a better key-server host name
13388         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
13389         it may be more consistently reliable.  Suggested by Werner Koch
13390         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
13391
13392 2008-06-01  Bruno Haible  <bruno@clisp.org>
13393
13394         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
13395         Reported by Voroskoi Andras <voroskoi@gmail.com>.
13396
13397 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
13398
13399         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
13400
13401 2008-06-01  Bruno Haible  <bruno@clisp.org>
13402
13403         New ACL tests.
13404         * tests/test-file-has-acl.sh: New file.
13405         * tests/test-file-has-acl.c: New file.
13406         * tests/test-set-mode-acl.sh: New file.
13407         * tests/test-set-mode-acl.c: New file.
13408         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
13409         * tests/test-copy-acl.c: New file.
13410         * modules/acl-tests: New file, based on modules/copy-file-tests.
13411         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
13412         (Depends-on): Add acl-tests.
13413         (configure.ac): Remove checks.
13414         (Makefile.am): Don't create test-sameacls program here any more.
13415
13416 2008-06-01  Bruno Haible  <bruno@clisp.org>
13417
13418         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
13419         * tests/test-sameacls.c: Include progname.h.
13420         (main): Invoke set_program_name. Portability fixes for MacOS X,
13421         Solaris, HP-UX.
13422
13423 2008-06-01  Bruno Haible  <bruno@clisp.org>
13424
13425         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
13426         function.
13427         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
13428
13429 2008-06-01  Bruno Haible  <bruno@clisp.org>
13430
13431         * modules/rpmatch (Depends-on): Add strdup.
13432
13433 2008-06-01  Bruno Haible  <bruno@clisp.org>
13434
13435         * lib/pipe.c: Include unistd-safer.h.
13436         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
13437         * modules/pipe (Depends-on): Add unistd-safer.
13438
13439 2008-05-30  Simon Josefsson  <simon@josefsson.org>
13440
13441         * modules/autobuild (configure.ac): Call AB_INIT.
13442
13443 2008-05-30  Simon Josefsson  <simon@josefsson.org>
13444
13445         * tests/test-getaddrinfo.c: Don't print debug messages by default.
13446         Suggested by Bruno Haible <bruno@clisp.org>.
13447
13448 2008-05-30  Simon Josefsson  <simon@josefsson.org>
13449
13450         * tests/test-base64.c: Cast size_t to unsigned long when invoking
13451         printf.  Use %lu instead of %d.  Reported by Bruno Haible
13452         <bruno@clisp.org>.
13453
13454 2008-05-29  Eric Blake  <ebb9@byu.net>
13455
13456         Prefer new POSIX 200x interfaces over futimesat.
13457         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
13458         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
13459         when available.
13460         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
13461
13462 2008-05-28  Bruno Haible  <bruno@clisp.org>
13463
13464         * modules/stpcpy (License): Change to LGPLv2+.
13465         Requested by David Lutterkort <dlutter@redhat.com>.
13466
13467 2008-05-27  Bruno Haible  <bruno@clisp.org>
13468
13469         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
13470         current mingw.
13471         Reported by Jose E. Marchesi <jemarch@gnu.org>.
13472
13473 2008-05-27  Bruno Haible  <bruno@clisp.org>
13474
13475         * modules/iconv_open (Link): New section, from module 'iconv'.
13476         * modules/striconv (Link): Likewise.
13477         * modules/striconveh (Link): Likewise.
13478         * modules/xstriconv (Link): Likewise.
13479         * modules/unicodeio (Link): Likewise.
13480         * modules/propername (Link): Likewise.
13481         Reported by Jim Meyering.
13482
13483 2008-05-26  Jim Meyering  <meyering@redhat.com>
13484
13485         sha256: do not artificially restrict buffer length to be < 2^32
13486         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
13487         uint32_t to size_t.
13488         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
13489         to match.
13490
13491         avoid unaligned access errors, e.g., on sparc
13492         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
13493         direct access through a possibly-unaligned uint64* pointer.
13494         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
13495         direct access through a possibly-unaligned uint32* pointer.
13496         Prompted by this patch from Tom "spot" Callaway:
13497         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
13498
13499         sha512.c: fix typo in comment
13500         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
13501
13502 2008-05-25  Bruno Haible  <bruno@clisp.org>
13503
13504         * lib/set-mode-acl.c: Renamed from lib/acl.c.
13505         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
13506         (Makefile.am): Update lib_SOURCES.
13507
13508 2008-05-25  Bruno Haible  <bruno@clisp.org>
13509
13510         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
13511
13512 2008-05-25  Jim Meyering  <meyering@redhat.com>
13513
13514         useless-if-before-free: freed expr may have white-space differences
13515         * build-aux/useless-if-before-free: Recognize cases in which the
13516         freed expression differs from the tested one in embedded white
13517         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
13518         $1 was used, so we can't make any regexp shy.  Improved tests now
13519         detect this.
13520
13521         useless-if-before-free: accept white space in the expression.
13522         * build-aux/useless-if-before-free: For now, any white space
13523         in the expression must be identical in the free argument.
13524
13525         useless-if-before-free: efficiency tweak
13526         * build-aux/useless-if-before-free: Make the expression-matching
13527         regexp "shy".
13528         Make the *outer* regexp shy, not the expr-matching one.
13529
13530         update code-in-comment to accept cast of free arg
13531         * build-aux/useless-if-before-free: Update regexp.
13532
13533 2008-05-25  Bruno Haible  <bruno@clisp.org>
13534
13535         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
13536         * modules/copy-file-tests (Files, Makefile.am): Update.
13537         * tests/test-copy-file.c (func_test_copy): Update.
13538
13539 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
13540
13541         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
13542
13543 2008-05-23  Bruno Haible  <bruno@clisp.org>
13544
13545         Improve support for ACLs on OSF/1.
13546         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
13547         Remove fallback for unknown flavors of ACLs.
13548
13549 2008-05-22  Bruno Haible  <bruno@clisp.org>
13550
13551         Add support for ACLs on OSF/1.
13552         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
13553         replacements.
13554         (acl_free_text): New macro fallback.
13555         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
13556         acl_free.
13557         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
13558         acl_free_text function. Require AC_C_INLINE.
13559
13560 2008-05-22  Bruno Haible  <bruno@clisp.org>
13561
13562         Make copy_acl work on MacOS X 10.5.
13563         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
13564         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
13565         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
13566         If MODE_INSIDE_ACL, don't assume that every system has the same text
13567         representation for ACLs as FreeBSD.
13568         * lib/copy-acl.c (copy_acl): Add support for platforms with
13569         !MODE_INSIDE_ACL.
13570         * lib/file-has-acl.c (file_has_acl): Likewise.
13571         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
13572         FreeBSD, MacOS X, or IRIX, respectively.
13573
13574 2008-05-22  Bruno Haible  <bruno@clisp.org>
13575
13576         * lib/acl.h: Don't include <sys/acl.h>.
13577         (GETACLCNT): Move fallback to lib/acl-internal.h.
13578         * lib/acl-internal.h: Include <sys/acl.h> here.
13579         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
13580
13581 2008-05-22  Bruno Haible  <bruno@clisp.org>
13582
13583         Split off copy_acl function to separate file.
13584         * lib/copy-acl.c: New file, extracted from lib/acl.c.
13585         * lib/acl.c (copy_acl): Moved function to separate file.
13586         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
13587         * modules/acl (Files): Add lib/copy-acl.c.
13588         (Makefiles.am): Augment lib_SOURCES.
13589
13590 2008-05-22  Bruno Haible  <bruno@clisp.org>
13591
13592         * modules/copy-file-tests: New file.
13593         * tests/test-copy-file.sh: New file.
13594         * tests/test-copy-file.c: New file.
13595         * tests/test-copy-file-sameacls.c: New file.
13596
13597 2008-05-22  Eric Blake  <ebb9@byu.net>
13598
13599         Avoid gcc warning.
13600         * tests/test-memcmp.c (main): Pass NULL indirectly.
13601
13602 2008-05-21  Bruno Haible  <bruno@clisp.org>
13603
13604         Add reference doc about ACLs.
13605         * doc/acl-resources.txt: New file.
13606         * doc/acl-cygwin.txt: New file.
13607
13608 2008-05-21  Bruno Haible  <bruno@clisp.org>
13609
13610         Avoid one more warning from gcc.
13611         * lib/vasnprintf.c (IF_LINT): Update comments.
13612         (VASNPRINTF): Use it also for the 'prefix' array initializer.
13613
13614 2008-05-21  Jim Meyering  <meyering@redhat.com>
13615
13616         avoid a warning from gcc
13617         * lib/vasnprintf.c (IF_LINT): Define.
13618         (scale10_round_decimal_long_double):
13619         Use it to avoid a "may be used uninitialized" warning.
13620         (scale10_round_decimal_double): Likewise.
13621
13622 2008-05-21  Simon Josefsson  <simon@josefsson.org>
13623
13624         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
13625         declared.
13626
13627 2008-05-20  Bruno Haible  <bruno@clisp.org>
13628
13629         * tests/test-memcmp.c (main): Test also the sign of the result. Test
13630         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
13631
13632 2008-05-20  Simon Josefsson  <simon@josefsson.org>
13633
13634         * modules/memcmp-tests: New file.
13635         * tests/test-memcmp.c: New file.
13636
13637 2008-05-19  Bruno Haible  <bruno@clisp.org>
13638
13639         * modules/propername (Notice, configure.ac): Put quoted "..." into
13640         --keyword option.
13641         * lib/propername.h: Update comments accordingly.
13642         Reported by Eric Blake.
13643
13644 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
13645
13646         * modules/getpass-gnu (Depends-on): Add fseeko.
13647
13648 2008-05-19  Simon Josefsson  <simon@josefsson.org>
13649
13650         * modules/base64-tests: New file.
13651
13652 2008-05-19  Bo Borgerson <gigabo@gmail.com>
13653
13654         * lib/base64.c (base64_decode_ctx): If a decode context structure
13655         was passed in use it to ignore newlines.  If a context structure
13656         was _not_ passed in, continue to treat newlines as garbage (this
13657         is the historical behavior).  Formerly base64_decode.
13658         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
13659         takes a decode context structure.
13660         * lib/base64.h (base64_decode): Macro for four-argument calls.
13661         (base64_decode_alloc): Likewise.
13662         * lib/base64.c (base64_decode_ctx): If a decode context structure
13663         was passed in use it to ignore newlines.  If a context structure
13664         was _not_ passed in, continue to treat newlines as garbage (this
13665         is the historical behavior).  Formerly base64_decode.
13666         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
13667         takes a decode context structure.
13668         * lib/base64.h (base64_decode): Macro for four-argument calls.
13669         (base64_decode_alloc): Likewise.
13670
13671 2008-05-19  Jim Meyering  <meyering@redhat.com>
13672
13673         avoid a warning from gcc
13674         * lib/trim.c (IF_LINT): Define.
13675         (trim2): Use it to avoid a "may be used uninitialized" warning.
13676
13677         Fix doc typo.
13678         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
13679
13680 2008-05-19  Bruno Haible  <bruno@clisp.org>
13681
13682         * doc/glibc-functions/getpass.texi: Document limits of other
13683         implementations.
13684
13685 2008-05-19  Simon Josefsson  <simon@josefsson.org>
13686             Bruno Haible <bruno@clisp.org>
13687
13688         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
13689
13690 2008-05-18  Bruno Haible  <bruno@clisp.org>
13691
13692         * modules/propername: New file, from GNU gettext.
13693         * lib/propername.h: New file, from GNU gettext.
13694         * lib/propername.c: New file, from GNU gettext.
13695         * MODULES.html.sh (Internationalization functions): Add propername.
13696
13697 2008-05-16  Jim Meyering  <meyering@redhat.com>
13698             Bruno Haible  <bruno@clisp.org>
13699
13700         Avoid some warnings from "gcc -Wshadow".
13701         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
13702
13703 2008-05-15  Eric Blake  <ebb9@byu.net>
13704
13705         Extend previous patch to cygwin 1.7.0.
13706         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
13707         fast implementation in cygwin >= 1.7.0.
13708         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
13709         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
13710
13711 2008-05-15  Bruno Haible  <bruno@clisp.org>
13712
13713         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
13714         implementation in glibc >= 2.9.
13715         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
13716         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
13717
13718 2008-05-15  Bruno Haible  <bruno@clisp.org>
13719
13720         * MODULES.html.sh (Internationalization functions): Remove linebreak.
13721         (Unicode string functions): Add unilbrk/*.
13722         Reported by Karl Berry.
13723
13724 2008-05-15  Eric Blake  <ebb9@byu.net>
13725
13726         Fix violation of <stdbool.h> replacement in regex.
13727         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
13728         * lib/regexec.c (re_search_internal): Likewise.
13729         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
13730
13731 2008-05-15  Jim Meyering  <meyering@redhat.com>
13732
13733         avoid distracting test output when git or cvs is not found
13734         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
13735         * tests/test-vc-list-files-git.sh: Likewise.
13736
13737 2008-05-15  Eric Blake  <ebb9@byu.net>
13738
13739         Glibc finally accepted the memmem speedup code, bugzilla #5514.
13740         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
13741         glibc version.
13742         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13743         * doc/posix-functions/strstr.texi (strstr): Likewise.
13744         * lib/str-two-way.h (MAX): Sychronize with glibc.
13745
13746 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
13747
13748         * lib/regcomp.c (optimize_utf8): Add a note on why we test
13749         opr.ctx_type.
13750         (calc_first): Initialize constraint field.
13751         (duplicate_node_closure): Use it instead of special casing ANCHORS.
13752         Fix grammar.
13753         (duplicate_node): Merge constraint field for all node types.
13754         (calc_eclosure_iter): Look at constraint field for all node types.
13755         * lib/regex_internal.c (create_cd_newstate): Don't look at
13756         opr.ctx_type.
13757
13758 2008-05-14  Bruno Haible  <bruno@clisp.org>
13759
13760         Help GCC to do better code generation.
13761         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
13762         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
13763         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
13764         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
13765         Declare with attribute 'malloc' if supported.
13766
13767 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
13768
13769         use "echo STR|wc -c" rather than unportable "expr length STR"
13770         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
13771         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
13772
13773 2008-05-14  Jim Meyering  <meyering@redhat.com>
13774
13775         use dd ibs=$n count=1 ... rather than less-portable head -c$n
13776         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
13777         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
13778         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
13779         via Collin Lasse.
13780
13781 2008-05-14  Eric Blake  <ebb9@byu.net>
13782
13783         Avoid quadratic growth in gl_LIBSOURCES.
13784         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
13785         Suggested by Bruno Haible.
13786
13787         Test xmemdup0.
13788         * modules/xmemdup0-tests: New file.
13789         * tests/test-xmemdup0.c: Likewise.
13790
13791 2008-05-13  Eric Blake  <ebb9@byu.net>
13792
13793         Split xmemdup0 into its own module.
13794         * modules/xmemdup0: New file.
13795         * lib/xmemdup0.h: Likewise.
13796         * lib/xmemdup0.c: Likewise.
13797         * MODULES.html.sh (Memory management functions): Add xmemdup0.
13798         * lib/xalloc.h (xmemdup0): Remove.
13799         * lib/xmalloc.c (xmemdup0): Likewise.
13800
13801 2008-05-13  Eric Blake  <ebb9@byu.net>
13802             Bruno Haible  <bruno@clisp.org>
13803
13804         Reduce number of forks required during autoconf.
13805         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
13806         and gl_LIBSOURCES_DIR.
13807         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
13808         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
13809         m4_syscmd per file.
13810         <m4_foreach_w>: Move...
13811         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
13812
13813 2008-05-13  Eric Blake  <ebb9@byu.net>
13814
13815         * gnulib-tool: Fix various comment typos.
13816
13817 2008-05-12  Bruno Haible  <bruno@clisp.org>
13818
13819         Tailor the linebreaking algorithm.
13820         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
13821
13822 2008-05-12  Bruno Haible  <bruno@clisp.org>
13823
13824         Update to Unicode 5.0.0.
13825         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
13826         LBP_JV, LBP_JT. Redistribute values.
13827         (unilbrk_table): Change size.
13828         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
13829         Unicode TR#14 rev. 22.
13830         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
13831         LBP_JV, LBP_JT. Redistribute values.
13832         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
13833         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
13834         Update.
13835         * lib/unilbrk/lbrkprop1.h: Regenerated.
13836         * lib/unilbrk/lbrkprop2.h: Regenerated.
13837         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
13838         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
13839         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
13840         Likewise.
13841         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
13842         Likewise.
13843         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
13844         result.
13845         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
13846         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
13847         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
13848         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
13849         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
13850         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
13851
13852 2008-05-11  Bruno Haible  <bruno@clisp.org>
13853
13854         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
13855
13856 2008-05-11  Bruno Haible  <bruno@clisp.org>
13857
13858         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
13859         * modules/unilbrk/gen-lbrk: New file.
13860
13861 2008-05-11  Bruno Haible  <bruno@clisp.org>
13862
13863         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
13864         * m4/sha512.m4 (gl_SHA512): Likewise.
13865
13866 2008-05-11  Jim Meyering  <meyering@redhat.com>
13867
13868         New modules: crypto/sha256, crypto/sha512 (from coreutils)
13869         * modules/crypto/sha256: New file.
13870         * modules/crypto/sha512: Likewise.
13871         * lib/sha256.c: Likewise.
13872         * lib/sha256.h: Likewise.
13873         * lib/sha512.c: Likewise.
13874         * lib/sha512.h: Likewise.
13875         * lib/u64.h: Likewise.
13876         * m4/sha256.m4: Likewise.
13877         * m4/sha512.m4: Likewise.
13878         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
13879
13880 2008-05-10  Bruno Haible  <bruno@clisp.org>
13881
13882         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
13883         (Input/Output <stdio.h>): Add xprintf.
13884         (Signal handling <signal.h>): Add strsignal.
13885         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
13886         (Core language properties): Add func.
13887         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
13888         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
13889         strings.
13890         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
13891         (Input/output): New section.
13892         (File system functions): Add openat-die, stat-macros.
13893         (Networking functions): Add sockets.
13894         (Unicode string functions): Add unictype/*.
13895         (Support for building libraries and executables): Add gperf.
13896         (Support for building documentation): Add agpl-3.0.
13897         (Misc): Add nocrash.
13898
13899 2008-05-10  Bruno Haible  <bruno@clisp.org>
13900
13901         * modules/unictype/gen-ctype: New file.
13902
13903 2008-05-10  Jim Meyering  <meyering@redhat.com>
13904
13905         Make chdir-safer.c more efficient on a system with no symlinks.
13906         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
13907         also if ELOOP is zero.  Suggested by Bruno Haible.
13908
13909         Make chdir-safer.c slightly safer.
13910         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
13911         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
13912
13913         Avoid compile failure on systems without ELOOP (like mingw).
13914         * lib/chdir-safer.c (ELOOP): Define if not already defined.
13915         Reported by Bruno Haible.
13916
13917 2008-05-10  Bruno Haible  <bruno@clisp.org>
13918
13919         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
13920         (is_utf8_encoding): Use a case-insensitive comparison.
13921         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
13922         streq.
13923
13924 2008-05-10  Bruno Haible  <bruno@clisp.org>
13925
13926         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
13927         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
13928         * lib/unilbrk/ulc-common.h (iconv_string_length,
13929         iconv_string_keeping_offsets): Remove declarations.
13930         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
13931         Don't include <iconv.h>, streq.h, xsize.h.
13932         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
13933         conversion.
13934         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
13935         <iconv.h>, streq.h, xsize.h.
13936         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
13937         conversion.
13938         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
13939         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
13940         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
13941         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
13942
13943 2008-05-10  Bruno Haible  <bruno@clisp.org>
13944
13945         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
13946         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
13947
13948         * modules/unilbrk/u32-width-linebreaks-tests: New file.
13949         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
13950
13951         * modules/unilbrk/u16-width-linebreaks-tests: New file.
13952         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
13953
13954         * modules/unilbrk/u8-width-linebreaks-tests: New file.
13955         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
13956
13957         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
13958         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
13959
13960         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
13961         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
13962
13963         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
13964         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
13965
13966         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
13967         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
13968
13969 2008-05-10  Bruno Haible  <bruno@clisp.org>
13970
13971         Split up 'linebreak' module.
13972         * lib/unilbrk.h: New file, based on lib/linebreak.h.
13973         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
13974         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
13975         modifications.
13976         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
13977         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
13978         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
13979         lib/linebreak.c.
13980         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
13981         lib/linebreak.c.
13982         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
13983         lib/linebreak.c.
13984         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
13985         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
13986         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
13987         lib/linebreak.c.
13988         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
13989         lib/linebreak.c.
13990         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
13991         lib/linebreak.c.
13992         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
13993         lib/linebreak.c.
13994         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
13995         lib/linebreak.c.
13996         * modules/unilbrk/base: New file.
13997         * modules/unilbrk/tables: New file.
13998         * modules/unilbrk/u8-possible-linebreaks: New file.
13999         * modules/unilbrk/u16-possible-linebreaks: New file.
14000         * modules/unilbrk/u32-possible-linebreaks: New file.
14001         * modules/unilbrk/ulc-common: New file.
14002         * modules/unilbrk/ulc-possible-linebreaks: New file.
14003         * modules/unilbrk/u8-width-linebreaks: New file.
14004         * modules/unilbrk/u16-width-linebreaks: New file.
14005         * modules/unilbrk/u32-width-linebreaks: New file.
14006         * modules/unilbrk/ulc-width-linebreaks: New file.
14007         * lib/linebreak.h: Remove file.
14008         * lib/linebreak.c: Remove file.
14009         * m4/linebreak.m4: Remove file.
14010         * modules/linebreak: Remove file.
14011         * NEWS: Mention the changes.
14012
14013 2008-05-09  Eric Blake  <ebb9@byu.net>
14014
14015         Add xmemdup0.
14016         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
14017         implementation.
14018         * lib/xmalloc.c (xmemdup0): New C implementation.
14019
14020 2008-05-08  Bruno Haible  <bruno@clisp.org>
14021
14022         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
14023
14024 2008-05-07  Eric Blake  <ebb9@byu.net>
14025
14026         Support cross-compilation of <wctype.h>.
14027         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
14028         AC_CACHE_CHECK.
14029
14030 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
14031
14032         * build-aux/vc-list-files: Add support for bzr.
14033
14034 2008-05-03  Jim Meyering  <meyering@redhat.com>
14035
14036         avoid failed assertion with tight malloc
14037         * tests/test-getndelim2.c: Correct an off-by-one assertion.
14038
14039 2008-05-03  Simon Josefsson  <simon@josefsson.org>
14040
14041         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
14042         are needed from arpa/inet.h.
14043         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
14044         Reported by Bruno Haible.
14045
14046 2008-05-02  Jim Meyering  <meyering@redhat.com>
14047
14048         avoid compilation error on FreeBSD 6
14049         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
14050
14051 2008-05-01  Jim Meyering  <meyering@redhat.com>
14052
14053         useless-if-before-free: correct --help's exit status description
14054         * build-aux/useless-if-before-free (usage): Like grep, exit 0
14055         for one or more matches, etc.  Reported by Bruno Haible.
14056
14057         vc-list-files: make the stand-alone gnulib test work
14058         * modules/vc-list-files-tests (configure.ac):
14059         Define and AC_SUBST abs_aux_dir.
14060         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
14061         $(abs_top_srcdir) to each script and having each of them
14062         duplicate the work of setting PATH, set PATH here, using
14063         the new variable, abs_aux_dir instead.
14064         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
14065         * tests/test-vc-list-files-git.sh: Likewise.
14066         Reported by Bruno Haible.
14067
14068 2008-05-01  Bruno Haible  <bruno@clisp.org>
14069
14070         * lib/getndelim2.c (getndelim2): Fix newsize computation during
14071         reallocation. Rename 'done' to 'found_delimiter'.
14072
14073 2008-05-01  Jim Meyering  <meyering@redhat.com>
14074
14075         vc-list-files: accommodate /bin/sh like the one from Solaris 10
14076         * build-aux/vc-list-files: Use `...`, not $(...).
14077
14078 2008-04-30  Jim Meyering  <meyering@redhat.com>
14079
14080         add tests for vc-list-files
14081         * modules/vc-list-files-tests: New module.
14082         * tests/test-vc-list-files-cvs.sh: New file.
14083         * tests/test-vc-list-files-git.sh: New file.
14084
14085         avoid a warning from gcc
14086         * lib/getndelim2.c (IF_LINT): Define.
14087         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
14088
14089         vc-list-files: work properly with build-aux/cvsu, too
14090         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
14091         to all cvs-based clauses.
14092
14093         vc-list-files: work properly in the CVS+awk case, too
14094         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
14095
14096         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
14097         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
14098         take more than one file argument, so .  Add quotes, just in case $dir
14099         ever contains a shell meta-character.  Prompted by Soren Hansen in
14100         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
14101
14102 2008-04-29  Eric Blake  <ebb9@byu.net>
14103
14104         Optimize getndelim2 to use block operations when possible.
14105         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
14106         freadseek, and memchr2.
14107         * lib/getndelim2.c (getndelim2): Use them for block reads.
14108
14109 2008-04-29  Bruno Haible  <bruno@clisp.org>
14110
14111         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
14112         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
14113         * modules/inet_ntop (Depends-on): Add extensions.
14114         * modules/inet_pton (Depends-on): Likewise.
14115         Reported by Simon Josefsson.
14116
14117 2008-04-29  Jim Meyering  <meyering@redhat.com>
14118
14119         When the is more than one match in a block, match all of them.
14120         * build-aux/useless-if-before-free: Iterate through each block
14121         until there are no more matches.
14122
14123         Fix broken useless-if-before-free script.
14124         * build-aux/useless-if-before-free: Fix typo: missing "?" after
14125         the expression to match cast of argument to free-like function.
14126
14127 2008-04-29  Eric Blake  <ebb9@byu.net>
14128
14129         Use new header.
14130         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
14131
14132 2008-04-29  Jim Meyering  <meyering@redhat.com>
14133
14134         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
14135         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
14136         by gnulib to exist and to declare e.g., inet_ntop.
14137         Don't include "inet_ntop.h", now removed.
14138
14139         * m4/arpa_inet_h.m4: Remove trailing blanks.
14140
14141 2008-04-29  Eric Blake  <ebb9@byu.net>
14142
14143         Silence valgrind on safe reads beyond potential array bounds.
14144         * lib/rawmemchr.valgrind: New file.
14145         * lib/strchrnul.valgrind: Likewise.
14146         * modules/rawmemchr (Files): Distribute new file.
14147         * modules/strchrnul (Files): Likewise.
14148         Suggested by Bruno Haible.
14149
14150 2008-04-29  Bruno Haible  <bruno@clisp.org>
14151
14152         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
14153         (inet_ntop, inet_pton): Change portability warning's wording.
14154         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
14155         Invoke gl_CHECK_NEXT_HEADERS.
14156         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
14157         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
14158         set ARPA_INET_H.
14159         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
14160         * modules/arpa_inet (Description): No longer only for systems that
14161         lack it.
14162         (Depends-on): Add include_next.
14163         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
14164         HAVE_ARPA_INET_H.
14165
14166 2008-04-29  Jim Meyering  <meyering@redhat.com>
14167
14168         * modules/mkdir (License): Re-license as LGPLv2+.
14169
14170 2008-04-29  Bruno Haible  <bruno@clisp.org>
14171
14172         * modules/rawmemchr (Maintainer): Set to Eric.
14173         * modules/strchrnul (Maintainer): Likewise.
14174
14175 2008-04-29  Simon Josefsson  <simon@josefsson.org>
14176
14177         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
14178         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
14179
14180         * modules/arpa_inet (arpa/inet.h): Use them.
14181
14182 2008-04-28  Eric Blake  <ebb9@byu.net>
14183
14184         Test getndelim2.
14185         * modules/getndelim2-tests: New file.
14186         * tests/test-getndelim2.c: Likewise.
14187         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
14188         stream.
14189         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
14190
14191         * MODULES.html.sh: Document new module.
14192
14193 2008-04-20  Bruno Haible  <bruno@clisp.org>
14194
14195         * lib/c-stack.c (die): Use raise.
14196         * modules/c-stack (Depends-on): Add raise.
14197
14198 2008-04-28  Bruno Haible  <bruno@clisp.org>
14199
14200         Expect rpmatch to be declared.
14201         * lib/yesno.c (rpmatch): Remove declaration.
14202
14203         Declare rpmatch.
14204         * lib/stdlib.in.h (rpmatch): New declaration.
14205         * lib/rpmatch.c: Include <stdlib.h> first.
14206         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
14207         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
14208         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
14209         HAVE_RPMATCH.
14210         * modules/rpmatch (Depends-on): Add stdlib, extensions.
14211         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14212         (Include): Set to <stdlib.h>.
14213         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
14214         HAVE_RPMATCH.
14215         * NEWS: Document the change.
14216
14217 2008-04-28  Bruno Haible  <bruno@clisp.org>
14218
14219         Change rpmatch to use nl_langinfo when appropriate.
14220         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
14221         (N_): New macro.
14222         (localized_pattern): New function/macro.
14223         (try): Remove match, nomatch arguments. Copy the pattern into safe
14224         memory before caching it.
14225         (rpmatch): Use localized_pattern. Add translator comments.
14226         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
14227         Suggested by Eric Blake.
14228         * modules/rpmatch (Depends-on): Add stdbool.
14229
14230 2008-04-28  Eric Blake  <ebb9@byu.net>
14231
14232         Add rawmemchr module, matching glibc.
14233         * modules/string (Makefile.am): New indicator.
14234         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
14235         * lib/string.in.h (rawmemchr): Declare when appropriate.
14236         * modules/rawmemchr: New file.
14237         * m4/rawmemchr.m4: Likewise.
14238         * lib/rawmemchr.c: Likewise.
14239         * modules/rawmemchr-tests: Likewise.
14240         * tests/test-rawmemchr.c: Likewise.
14241         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
14242         module.
14243         * modules/strchrnul (Depends-on): Add rawmemchr.
14244         * lib/strchrnul.c (strchrnul): Optimize a corner case.
14245
14246         Whitespace cleanup.
14247         * tests/test-strchrnul.c: Reindent.
14248         * lib/strchrnul.c: Likewise.
14249
14250         Optimize and test strchrnul.
14251         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
14252         * modules/strchrnul-tests: New file.
14253         * tests/test-strchrnul.c: Likewise.
14254
14255         Remove intprops dependency.
14256         * modules/memchr (Depends-on): Remove intprops.
14257         * modules/memrchr (Depends-on): Likewise.
14258         * modules/memchr2 (Depends-on): Likewise.
14259         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
14260         * lib/memrchr.c (__memrchr): Likewise.
14261         * lib/memrchr2.c (memchr2): Likewise.
14262         Reported by Simon Josefsson.
14263
14264 2008-04-28  Simon Josefsson  <simon@josefsson.org>
14265
14266         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
14267         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14268
14269 2008-04-28  Simon Josefsson  <simon@josefsson.org>
14270
14271         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
14272
14273         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
14274
14275         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
14276
14277         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
14278         declarations.
14279         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
14280
14281         * m4/inet_pton.m4: Don't check for header files.
14282
14283         * m4/inet_ntop.m4: Don't check for header files.
14284
14285 2008-04-28  Simon Josefsson  <simon@josefsson.org>
14286
14287         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
14288         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
14289         trigger for cygwin).
14290         Reported by Bruno Haible  <bruno@clisp.org>.
14291
14292 2008-04-28  Bruno Haible  <bruno@clisp.org>
14293
14294         * doc/posix-functions/strdup.texi: Mention mingw problem.
14295
14296 2008-04-27  Bruno Haible  <bruno@clisp.org>
14297
14298         * modules/stat-time-tests (Depends-on): Add sleep.
14299         * tests/test-stat-time.c (force_unlink): New function.
14300         (cleanup): Use it.
14301         (test_mtime): Remove the ctime related tests.
14302         (test_ctime): New function, containing the ctime related tests.
14303         (main): Call test_ctime, except on native Windows platforms.
14304
14305 2008-04-27  Bruno Haible  <bruno@clisp.org>
14306
14307         * lib/rpmatch.c (rpmatch): Add some comments.
14308         Reported by James Youngman <jay@gnu.org>.
14309
14310 2008-04-27  Bruno Haible  <bruno@clisp.org>
14311
14312         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
14313         quiet NaNs.
14314
14315 2008-04-27  Bruno Haible  <bruno@clisp.org>
14316
14317         Make test-yesno.sh work on mingw.
14318         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
14319         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
14320         (main): Set stdin to binary mode.
14321         * modules/yesno-tests (Depends-on): Add binary-io.
14322
14323 2008-04-27  Bruno Haible  <bruno@clisp.org>
14324
14325         Fix 'isfinite' on x86, x86_64, ia64 platforms.
14326         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
14327         argument that lie outside the IEEE 854 domain.
14328         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
14329         (gl_ISFINITE): Use it.
14330         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
14331
14332 2008-04-27  Bruno Haible  <bruno@clisp.org>
14333
14334         Allow local renaming in config.h.
14335         * lib/memrchr.c (memrchr): Don't undefine outside libc.
14336
14337 2008-04-27  Bruno Haible  <bruno@clisp.org>
14338
14339         * lib/memchr.c (__memchr): Change type of 'i'.
14340         * lib/memchr2.c (memchr2): Likewise.
14341
14342 2008-04-26  Eric Blake  <ebb9@byu.net>
14343         and Bruno Haible  <bruno@clisp.org>
14344
14345         Optimize and test memrchr.
14346         * modules/memrchr (Depends-on): Add intprops.
14347         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
14348         * modules/memrchr-tests: New file.
14349         * tests/test-memrchr.c: New file.
14350
14351 2008-04-26  Bruno Haible  <bruno@clisp.org>
14352
14353         Add tentative support for DragonFly BSD.
14354         * lib/stdio-impl.h: Add macros for DragonFly BSD.
14355         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
14356         fp.
14357         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
14358         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
14359         * lib/fpurge.c (fpurge): Likewise.
14360         * lib/freadable.c (freaadable): Likewise.
14361         * lib/freadahead.c (freadahead): Likewise.
14362         * lib/freading.c (freading): Likewise.
14363         * lib/freadptr.c (freadptr): Likewise.
14364         * lib/freadseek.c (freadptrinc): Likewise.
14365         * lib/fseeko.c (fseeko): Likewise.
14366         * lib/fseterr.c (fseterr): Likewise.
14367         * lib/fwritable.c (fwritable): Likewise.
14368         * lib/fwriting.c (fwriting): Likewise.
14369
14370 2008-04-26  Bruno Haible  <bruno@clisp.org>
14371
14372         * lib/stdio-impl.h: New file.
14373         * lib/fbufmode.c: Include stdio-impl.h.
14374         (fbufmode): Use fp_, remove redundant #defines.
14375         * lib/fflush.c: Include stdio-impl.h.
14376         (clear_ungetc_buffer): Remove redundant #defines.
14377         * lib/fpurge.c: Include stdio-impl.h.
14378         (fpurge): Remove redundant #defines.
14379         * lib/freadable.c: Include stdio-impl.h.
14380         (freadable): Remove redundant #defines.
14381         * lib/freadahead.c: Include stdio-impl.h.
14382         (freadahead): Remove redundant #defines.
14383         * lib/freading.c: Include stdio-impl.h.
14384         (freading): Remove redundant #defines.
14385         * lib/freadptr.c: Include stdio-impl.h.
14386         (freadptr): Remove redundant #defines.
14387         * lib/freadseek.c: Include stdio-impl.h.
14388         (freadptrinc): Remove redundant #defines.
14389         * lib/fseeko.c: Include stdio-impl.h.
14390         (rpl_fseeko): Remove redundant #defines.
14391         * lib/fseterr.c: Include stdio-impl.h.
14392         (fseterr): Remove redundant #defines.
14393         * lib/fwritable.c: Include stdio-impl.h.
14394         (fwritable: Remove redundant #defines.
14395         * lib/fwriting.c: Include stdio-impl.h.
14396         (fwriting): Remove redundant #defines.
14397         * modules/fbufmode (Files): Add lib/stdio-impl.h.
14398         * modules/fflush (Files): Likewise.
14399         * modules/fpurge (Files): Likewise.
14400         * modules/freadable (Files): Likewise.
14401         * modules/freadahead (Files): Likewise.
14402         * modules/freading (Files): Likewise.
14403         * modules/freadptr (Files): Likewise.
14404         * modules/freadseek (Files): Likewise.
14405         * modules/fseeko (Files): Likewise.
14406         * modules/fseterr (Files): Likewise.
14407         * modules/fwritable (Files): Likewise.
14408         * modules/fwriting (Files): Likewise.
14409
14410 2008-04-26  Bruno Haible  <bruno@clisp.org>
14411
14412         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
14413         restore_seek_optimization, update_fpos_cache): New functions, extracted
14414         from rpl_fflush.
14415         (rpl_fflush): Use them.
14416         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
14417         (gl_REPLACE_FFLUSH): Use it.
14418
14419 2008-04-26  Bruno Haible  <bruno@clisp.org>
14420
14421         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
14422         on Solaris.
14423         * tests/test-xstrtoimax.sh: Likewise.
14424         * tests/test-xstrtoumax.sh: Likewise.
14425         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14426
14427 2008-04-26  Bruno Haible  <bruno@clisp.org>
14428
14429         * modules/memchr-tests: New file.
14430         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
14431
14432 2008-04-26  Eric Blake  <ebb9@byu.net>
14433             Bruno Haible  <bruno@clisp.org>
14434
14435         * lib/memchr.c: Include intprops.h.
14436         (__memchr): Optimize parallel detection of matching bytes. Rename local
14437         variables. Add explanatory comments.
14438
14439 2008-04-26  Bruno Haible  <bruno@clisp.org>
14440
14441         Fix module 'memchr', broken since 2000-10-28.
14442         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
14443
14444 2008-04-26  Bruno Haible  <bruno@clisp.org>
14445
14446         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
14447         comments.
14448
14449 2008-04-25  Eric Blake  <ebb9@byu.net>
14450
14451         Use native fstatat on cygwin 1.7.0.
14452         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
14453         first.
14454
14455 2008-04-23  Eric Blake  <ebb9@byu.net>
14456
14457         Improve memchr2 performance.
14458         * lib/memchr2.c (memchr2): Further optimize parallel detection of
14459         NUL bytes.
14460         * modules/memchr2 (Depends-on): Use intprops.h.
14461
14462 2008-04-23  Simon Josefsson  <simon@josefsson.org>
14463
14464         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
14465         an inline function instead of a CPP macro.  Patch by Ben Pfaff
14466         <blp@cs.stanford.edu>.
14467
14468 2008-04-23  Simon Josefsson  <simon@josefsson.org>
14469
14470         * lib/arpa_inet.in.h: New file.
14471
14472         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
14473         (Makefile.am): Sed in substitute header file.
14474
14475         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
14476         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
14477
14478         * modules/inet_ntop (configure.ac): Use
14479         gl_ARPA_INET_MODULE_INDICATOR.
14480
14481         * modules/inet_pton (configure.ac): Use
14482         gl_ARPA_INET_MODULE_INDICATOR.
14483
14484 2008-04-22  Jim Meyering  <meyering@redhat.com>
14485
14486         * modules/verify (License): Re-license as LGPLv2+.
14487
14488 2008-04-22  Simon Josefsson  <simon@josefsson.org>
14489
14490         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
14491         parameter to void* as per POSIX standard (MinGW uses char*).
14492
14493 2008-04-21  Bruno Haible  <bruno@clisp.org>
14494
14495         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
14496         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
14497         Define to replacements if REPLACE_ISWCNTRL is 1.
14498         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
14499         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
14500         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
14501         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
14502         what it fixes.
14503         * doc/posix-functions/iswalpha.texi: Likewise.
14504         * doc/posix-functions/iswblank.texi: Likewise.
14505         * doc/posix-functions/iswcntrl.texi: Likewise.
14506         * doc/posix-functions/iswdigit.texi: Likewise.
14507         * doc/posix-functions/iswgraph.texi: Likewise.
14508         * doc/posix-functions/iswlower.texi: Likewise.
14509         * doc/posix-functions/iswprint.texi: Likewise.
14510         * doc/posix-functions/iswpunct.texi: Likewise.
14511         * doc/posix-functions/iswspace.texi: Likewise.
14512         * doc/posix-functions/iswupper.texi: Likewise.
14513         * doc/posix-functions/iswxdigit.texi: Likewise.
14514         Reported by Alain Guibert.
14515
14516 2008-04-21  Bruno Haible  <bruno@clisp.org>
14517
14518         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
14519         Patch by Alain Guibert.
14520
14521 2008-04-21  Bruno Haible  <bruno@clisp.org>
14522
14523         Fix test failures on mingw.
14524         * tests/test-xstrtol.c (print_no_progname): New function.
14525         (main): Install it in error_print_progname hook.
14526         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
14527         * tests/test-xstrtoimax.sh: Likewise.
14528         * tests/test-xstrtoumax.sh: Likewise.
14529
14530 2008-04-21  Bruno Haible  <bruno@clisp.org>
14531
14532         Fix test failure on mingw.
14533         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
14534
14535 2008-04-21  Bruno Haible  <bruno@clisp.org>
14536
14537         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
14538         Actually assign a value.
14539
14540 2008-04-20  Bruno Haible  <bruno@clisp.org>
14541
14542         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
14543         take 2.
14544         * lib/canonicalize.c (canonicalize_file_name): Elide if the
14545         'canonicalize-lgpl' module is also used.
14546         * lib/canonicalize-lgpl.c: Undo last change.
14547         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
14548
14549 2008-04-20  Bruno Haible  <bruno@clisp.org>
14550
14551         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
14552         config.h. Provide _mkdir based fallback for mingw.
14553         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
14554         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
14555         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
14556         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
14557         rather than defining mkdir in config.h.
14558         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
14559         (gl_SYS_STAT_H_DEFAULTS): New macro.
14560         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
14561         HAVE_IO_H any more.
14562         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
14563         HAVE_DECL_MKDIR and HAVE_IO_H.
14564
14565 2008-04-20  Bruno Haible  <bruno@clisp.org>
14566
14567         * lib/isapipe.c: Port to native Windows platforms.
14568
14569 2008-04-20  Bruno Haible  <bruno@clisp.org>
14570
14571         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
14572
14573 2008-04-21  Eric Blake  <ebb9@byu.net>
14574
14575         Work around preprocessors that don't handle UINTMAX_MAX.
14576         * lib/memchr2.c (memchr2): Avoid embedded #if.
14577         Reported by Alain Guibert, fix suggested by Bruno Haible.
14578
14579 2008-04-21  Simon Josefsson  <simon@josefsson.org>
14580
14581         * doc/posix-functions/strftime.texi (strftime): Explain better
14582         Windows incompatibility.  Suggested by Micah Cowan
14583         <micah@cowan.name>.
14584
14585 2008-04-20  Bruno Haible  <bruno@clisp.org>
14586
14587         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
14588         unistr/u8-mblen.
14589
14590 2008-04-20  Bruno Haible  <bruno@clisp.org>
14591
14592         Fix test failure on platforms with non-GNU iconv.
14593         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
14594         (U_TO_U8): Use it, rather than u16_to_u8.
14595         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
14596         units at the end of the input string.
14597         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
14598
14599 2008-04-20  Bruno Haible  <bruno@clisp.org>
14600
14601         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
14602         when the resulting length is 0.
14603         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
14604
14605 2008-04-20  Bruno Haible  <bruno@clisp.org>
14606
14607         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
14608         works.
14609         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
14610
14611 2008-04-20  Bruno Haible  <bruno@clisp.org>
14612
14613         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
14614         * modules/tsearch-tests (configure.ac): Test for initstate function.
14615
14616 2008-04-20  Bruno Haible  <bruno@clisp.org>
14617
14618         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
14619         for nlink_t if missing.
14620         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
14621
14622 2008-04-19  Bruno Haible  <bruno@clisp.org>
14623
14624         Work around snprintf bug on Linux libc5.
14625         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
14626         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
14627         gl_SNPRINTF_SIZE1.
14628         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14629         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
14630         that test failed.
14631         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
14632         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
14633         * modules/snprintf (Files): Add m4/printf.m4.
14634         * modules/vsnprintf (Files): Likewise.
14635         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
14636         * doc/posix-functions/vsnprintf.texi: Likewise.
14637
14638 2008-04-19  Bruno Haible  <bruno@clisp.org>
14639
14640         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
14641         from 0.0058 to less than 10^-7.
14642
14643 2008-04-19  Bruno Haible  <bruno@clisp.org>
14644
14645         Fix rounding when a precision is given.
14646         * lib/vasnprintf.c (is_borderline): New function.
14647         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
14648         9...9x.
14649         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
14650         %e, %g.
14651         * tests/test-vasprintf-posix.c (test_function): Likewise.
14652         * tests/test-snprintf-posix.h (test_function): Likewise.
14653         * tests/test-sprintf-posix.h (test_function): Likewise.
14654         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
14655         * tests/test-printf-posix.h (test_function): Likewise.
14656         * tests/test-printf-posix.output: Update.
14657         Reported by John Darrington <john@darrington.wattle.id.au> via
14658         Ben Pfaff <blp@cs.stanford.edu>.
14659
14660 2008-04-18  Simon Josefsson  <simon@josefsson.org>
14661
14662         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
14663         Suggested by Bruno Haible <bruno@clisp.org>.
14664
14665 2008-04-17  Bruno Haible  <bruno@clisp.org>
14666
14667         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
14668         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
14669         implementation.
14670         Patch by Bruce Merry <bmerry@gmail.com>.
14671
14672 2008-04-17  Simon Josefsson  <simon@josefsson.org>
14673
14674         * doc/posix-functions/strftime.texi (strftime): Mention that %e
14675         doesn't work under Windows.
14676
14677 2008-04-16  Bruno Haible  <bruno@clisp.org>
14678
14679         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
14680         New macros.
14681         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
14682         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
14683         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
14684         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
14685         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
14686         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
14687         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
14688         macros.
14689         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
14690         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
14691         Northern Sotho, Uighur.
14692
14693 2008-04-16  Bruno Haible  <bruno@clisp.org>
14694
14695         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
14696         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
14697         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
14698         Reported by Daniel Bergström <daniel@octocode.com>.
14699
14700 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
14701             Bruno Haible  <bruno@clisp.org>
14702
14703         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
14704         function.
14705         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
14706         New functions, mostly extracted from gl_locale_name_default.
14707         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
14708
14709 2008-04-16  Eric Blake  <ebb9@byu.net>
14710
14711         Adjust strtod detection to catch glibc 2.7 bug.
14712         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
14713         Reported by John Gatewood Ham.
14714
14715 2008-04-16  Bruno Haible  <bruno@clisp.org>
14716
14717         Add tentative support for Linux libc5.
14718         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
14719         * lib/fpurge.c (fpurge): Likewise.
14720         * lib/freadable.c (freadable): Likewise.
14721         * lib/freadahead.c (freadahead): Likewise.
14722         * lib/freading.c (freading): Likewise.
14723         * lib/freadptr.c (freadptr): Likewise.
14724         * lib/freadseek.c (freadptrinc): Likewise.
14725         * lib/fseeko.c (rpl_fseeko): Likewise.
14726         * lib/fseterr.c (fseterr): Likewise.
14727         * lib/fwritable.c (fwritable): Likewise.
14728         * lib/fwriting.c (fwriting): Likewise.
14729         Reported by Alain Guibert <alguibert+bts@free.fr>.
14730
14731 2008-04-15  Bruno Haible  <bruno@clisp.org>
14732
14733         * modules/mathl (configure.ac): Define module indicator.
14734
14735 2008-04-15  Bruno Haible  <bruno@clisp.org>
14736
14737         * lib/logl.c (logl): Remove unused variables.
14738
14739 2008-04-15  Bruno Haible  <bruno@clisp.org>
14740
14741         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
14742         fails.
14743
14744 2008-04-15  Bruno Haible  <bruno@clisp.org>
14745
14746         * lib/trim.c (trim2): Fix argument of isspace() macro.
14747
14748 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
14749
14750         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
14751         to 0.
14752         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
14753
14754 2008-04-14  Bruno Haible  <bruno@clisp.org>
14755
14756         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
14757         AC_LANG_PROGRAM argument.
14758         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
14759         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
14760         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
14761         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
14762         * m4/math_h.m4 (gl_MATH_H): Likewise.
14763         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
14764         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
14765         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
14766         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
14767         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14768         * m4/regex.m4 (gl_REGEX): Likewise.
14769         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
14770         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
14771         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
14772         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
14773         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
14774         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
14775         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
14776         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
14777
14778 2008-04-14  Jim Meyering  <meyering@redhat.com>
14779
14780         test-strtod: fix typos: s/abs/fabs/
14781         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
14782
14783 2008-04-13  Bruno Haible  <bruno@clisp.org>
14784
14785         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
14786         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
14787         module is also used and while not building the reloc-wrapper.
14788
14789 2008-04-13  Bruno Haible  <bruno@clisp.org>
14790
14791         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
14792
14793 2008-04-13  Bruno Haible  <bruno@clisp.org>
14794
14795         Fix AIX compilation failure introduced on 2008-04-02.
14796         * tests/test-frexp.c (exp): Undefine before redefining.
14797         * tests/test-frexpl.c (exp): Likewise.
14798
14799 2008-04-13  Bruno Haible  <bruno@clisp.org>
14800
14801         Work around a HP-UX stdio bug.
14802         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
14803         * tests/test-ftello.c (main): Likewise.
14804         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
14805         * doc/posix-functions/ftello.texi: Likewise.
14806
14807 2008-04-13  Bruno Haible  <bruno@clisp.org>
14808
14809         Make test-signbit pass on HP-UX/hppa.
14810         * tests/test-signbit.c (minus_zerol): New variable.
14811         (test_signbitl): Use it.
14812
14813 2008-04-13  Bruno Haible  <bruno@clisp.org>
14814
14815         Make truncl work on OSF/1 4.0.
14816         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
14817         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
14818         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
14819         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
14820         HAVE_DECL_TRUNCL.
14821         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
14822         HAVE_DECL_TRUNCL.
14823         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
14824
14825 2008-04-13  Bruno Haible  <bruno@clisp.org>
14826
14827         * lib/unictype.h: Remove trailing comma from enumeration definitions.
14828
14829 2008-04-13  Bruno Haible  <bruno@clisp.org>
14830
14831         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
14832         expression, so as to avoid HP-UX 11 cc compiler bug.
14833
14834 2008-04-13  Bruno Haible  <bruno@clisp.org>
14835
14836         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
14837
14838 2008-04-13  Bruno Haible  <bruno@clisp.org>
14839
14840         * lib/git-merge-changelog.c: Remove empty declaration outside of
14841         functions.
14842
14843 2008-04-13  Bruno Haible  <bruno@clisp.org>
14844
14845         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
14846
14847 2008-04-13  Bruno Haible  <bruno@clisp.org>
14848
14849         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
14850         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
14851         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
14852         also if it exists but lacks definitions of the SHUT_* macros.
14853         * modules/sys_socket (Description): Update.
14854         Reported by Elbert Pol <e.pol@chello.nl>.
14855
14856 2008-04-13  Bruno Haible  <bruno@clisp.org>
14857
14858         * lib/localcharset.c (OS2): Don't redefine if already defined.
14859         Reported by Elbert Pol <e.pol@chello.nl>.
14860
14861 2008-04-13  Bruno Haible  <bruno@clisp.org>
14862
14863         * lib/binary-io.h [__EMX__]: Include <io.h>.
14864         Reported by Elbert Pol <e.pol@chello.nl>.
14865
14866 2008-04-12  Bruno Haible  <bruno@clisp.org>
14867
14868         * lib/fpucw.h: Enable the definitions also for x86_64.
14869         Needed for NetBSD/x86_64.
14870         Reported by Thomas Klausner <tk@giga.or.at>.
14871
14872 2008-04-12  Bruno Haible  <bruno@clisp.org>
14873
14874         * tests/test-strtod.c: Include isnand.h.
14875         (main): Use isnand instead of isnan.
14876         Reported by Jim Meyering.
14877
14878 2008-04-12  Bruno Haible  <bruno@clisp.org>
14879
14880         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
14881         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
14882
14883 2008-04-12  Jim Meyering  <meyering@redhat.com>
14884
14885         * m4/math_h.m4 (gl_MATH_H): Fix typos.
14886
14887 2008-04-12  Bruno Haible  <bruno@clisp.org>
14888
14889         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
14890         Reported by Elbert Pol <e.pol@chello.nl>.
14891
14892 2008-04-12  Eric Blake  <ebb9@byu.net>
14893
14894         Work around Solaris 10 math.h bug.
14895         * m4/math_h.m4 (gl_MATH_H): Check for bug.
14896         (gl_MATH_H_DEFAULTS): Set up default.
14897         * modules/math (Makefile.am): Replace new indicators.
14898         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
14899         * tests/test-math.c (main): Test this.
14900         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
14901         * doc/posix-headers/math.texi (math.h): Mention bug.
14902         Reported by Nelson H. F. Beebe and Jim Meyering.
14903
14904 2008-04-11  Bruno Haible  <bruno@clisp.org>
14905
14906         Adapt to future versions of Apple GCC.
14907         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
14908         Reported by Peter O'Gorman <peter@pogma.com>.
14909
14910 2008-04-11  Bruno Haible  <bruno@clisp.org>
14911
14912         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
14913
14914 2008-04-11  Bruno Haible  <bruno@clisp.org>
14915
14916         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
14917
14918         * modules/getaddrinfo-tests (Makefile.am): Define
14919         test_getaddrinfo_LDADD.
14920
14921 2008-04-11  Bruno Haible  <bruno@clisp.org>
14922
14923         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
14924         (init): Fix syntax error.
14925         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
14926         is declared.
14927
14928 2008-04-11  Bruno Haible  <bruno@clisp.org>
14929
14930         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
14931         * modules/glob (Depends-on): Add stdbool.
14932
14933 2008-04-11  Bruno Haible  <bruno@clisp.org>
14934
14935         * lib/trim.c: Include <string.h>.
14936
14937 2008-04-11  Eric Blake  <ebb9@byu.net>
14938
14939         Avoid compile failure on OS/2.
14940         * lib/regex_internal.h (internal_function): Disable optimization
14941         on OS/2 (__EMX__), where it caused compiler error.
14942         Reported by Elbert Pol.
14943
14944 2008-04-11  Bruno Haible  <bruno@clisp.org>
14945
14946         Flush the standard error stream before aborting. Needed on mingw.
14947         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
14948         * tests/test-array_list.c (ASSERT): Likewise.
14949         * tests/test-array_oset.c (ASSERT): Likewise.
14950         * tests/test-avltree_list.c (ASSERT): Likewise.
14951         * tests/test-avltree_oset.c (ASSERT): Likewise.
14952         * tests/test-avltreehash_list.c (ASSERT): Likewise.
14953         * tests/test-binary-io.c (ASSERT): Likewise.
14954         * tests/test-byteswap.c (ASSERT): Likewise.
14955         * tests/test-c-ctype.c (ASSERT): Likewise.
14956         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
14957         * tests/test-c-strcasestr.c (ASSERT): Likewise.
14958         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
14959         * tests/test-c-strstr.c (ASSERT): Likewise.
14960         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
14961         * tests/test-canonicalize.c (ASSERT): Likewise.
14962         * tests/test-carray_list.c (ASSERT): Likewise.
14963         * tests/test-ceilf1.c (ASSERT): Likewise.
14964         * tests/test-ceilf2.c (ASSERT): Likewise.
14965         * tests/test-ceill.c (ASSERT): Likewise.
14966         * tests/test-count-one-bits.c (ASSERT): Likewise.
14967         * tests/test-fbufmode.c (ASSERT): Likewise.
14968         * tests/test-fflush2.c (ASSERT): Likewise.
14969         * tests/test-floorf1.c (ASSERT): Likewise.
14970         * tests/test-floorf2.c (ASSERT): Likewise.
14971         * tests/test-floorl.c (ASSERT): Likewise.
14972         * tests/test-fopen.c (ASSERT): Likewise.
14973         * tests/test-fpending.c (ASSERT): Likewise.
14974         * tests/test-fprintf-posix.c (ASSERT): Likewise.
14975         * tests/test-fpurge.c (ASSERT): Likewise.
14976         * tests/test-freadable.c (ASSERT): Likewise.
14977         * tests/test-freadahead.c (ASSERT): Likewise.
14978         * tests/test-freading.c (ASSERT): Likewise.
14979         * tests/test-freadptr.c (ASSERT): Likewise.
14980         * tests/test-freadptr2.c (ASSERT): Likewise.
14981         * tests/test-freadseek.c (ASSERT): Likewise.
14982         * tests/test-freopen.c (ASSERT): Likewise.
14983         * tests/test-frexp.c (ASSERT): Likewise.
14984         * tests/test-frexpl.c (ASSERT): Likewise.
14985         * tests/test-fseek.c (ASSERT): Likewise.
14986         * tests/test-fseeko.c (ASSERT): Likewise.
14987         * tests/test-fstrcmp.c (ASSERT): Likewise.
14988         * tests/test-ftell.c (ASSERT): Likewise.
14989         * tests/test-ftello.c (ASSERT): Likewise.
14990         * tests/test-func.c (ASSERT): Likewise.
14991         * tests/test-fwritable.c (ASSERT): Likewise.
14992         * tests/test-fwriting.c (ASSERT): Likewise.
14993         * tests/test-getdelim.c (ASSERT): Likewise.
14994         * tests/test-getline.c (ASSERT): Likewise.
14995         * tests/test-i-ring.c (ASSERT): Likewise.
14996         * tests/test-iconv-utf.c (ASSERT): Likewise.
14997         * tests/test-iconv.c (ASSERT): Likewise.
14998         * tests/test-isfinite.c (ASSERT): Likewise.
14999         * tests/test-isnand.c (ASSERT): Likewise.
15000         * tests/test-isnanf.c (ASSERT): Likewise.
15001         * tests/test-isnanl.h (ASSERT): Likewise.
15002         * tests/test-ldexpl.c (ASSERT): Likewise.
15003         * tests/test-linked_list.c (ASSERT): Likewise.
15004         * tests/test-linkedhash_list.c (ASSERT): Likewise.
15005         * tests/test-localename.c (ASSERT): Likewise.
15006         * tests/test-lseek.c (ASSERT): Likewise.
15007         * tests/test-mbscasecmp.c (ASSERT): Likewise.
15008         * tests/test-mbscasestr1.c (ASSERT): Likewise.
15009         * tests/test-mbscasestr2.c (ASSERT): Likewise.
15010         * tests/test-mbscasestr3.c (ASSERT): Likewise.
15011         * tests/test-mbscasestr4.c (ASSERT): Likewise.
15012         * tests/test-mbschr.c (ASSERT): Likewise.
15013         * tests/test-mbscspn.c (ASSERT): Likewise.
15014         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
15015         * tests/test-mbspbrk.c (ASSERT): Likewise.
15016         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
15017         * tests/test-mbsrchr.c (ASSERT): Likewise.
15018         * tests/test-mbsspn.c (ASSERT): Likewise.
15019         * tests/test-mbsstr1.c (ASSERT): Likewise.
15020         * tests/test-mbsstr2.c (ASSERT): Likewise.
15021         * tests/test-mbsstr3.c (ASSERT): Likewise.
15022         * tests/test-memchr2.c (ASSERT): Likewise.
15023         * tests/test-memmem.c (ASSERT): Likewise.
15024         * tests/test-open.c (ASSERT): Likewise.
15025         * tests/test-printf-frexp.c (ASSERT): Likewise.
15026         * tests/test-printf-frexpl.c (ASSERT): Likewise.
15027         * tests/test-printf-posix.c (ASSERT): Likewise.
15028         * tests/test-quotearg.c (ASSERT): Likewise.
15029         * tests/test-rbtree_list.c (ASSERT): Likewise.
15030         * tests/test-rbtree_oset.c (ASSERT): Likewise.
15031         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
15032         * tests/test-round1.c (ASSERT): Likewise.
15033         * tests/test-roundf1.c (ASSERT): Likewise.
15034         * tests/test-roundl.c (ASSERT): Likewise.
15035         * tests/test-signbit.c (ASSERT): Likewise.
15036         * tests/test-sleep.c (ASSERT): Likewise.
15037         * tests/test-snprintf-posix.c (ASSERT): Likewise.
15038         * tests/test-snprintf.c (ASSERT): Likewise.
15039         * tests/test-sprintf-posix.c (ASSERT): Likewise.
15040         * tests/test-stat-time.c (ASSERT): Likewise.
15041         * tests/test-strcasestr.c (ASSERT): Likewise.
15042         * tests/test-strerror.c (ASSERT): Likewise.
15043         * tests/test-striconv.c (ASSERT): Likewise.
15044         * tests/test-striconveh.c (ASSERT): Likewise.
15045         * tests/test-striconveha.c (ASSERT): Likewise.
15046         * tests/test-strsignal.c (ASSERT): Likewise.
15047         * tests/test-strstr.c (ASSERT): Likewise.
15048         * tests/test-strtod.c (ASSERT): Likewise.
15049         * tests/test-trunc1.c (ASSERT): Likewise.
15050         * tests/test-trunc2.c (ASSERT): Likewise.
15051         * tests/test-truncf1.c (ASSERT): Likewise.
15052         * tests/test-truncf2.c (ASSERT): Likewise.
15053         * tests/test-truncl.c (ASSERT): Likewise.
15054         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
15055         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
15056         * tests/test-vasnprintf.c (ASSERT): Likewise.
15057         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
15058         * tests/test-vasprintf.c (ASSERT): Likewise.
15059         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
15060         * tests/test-vprintf-posix.c (ASSERT): Likewise.
15061         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
15062         * tests/test-vsnprintf.c (ASSERT): Likewise.
15063         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
15064         * tests/test-wcwidth.c (ASSERT): Likewise.
15065         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
15066         * tests/test-xprintf-posix.c (ASSERT): Likewise.
15067         * tests/test-xvasprintf.c (ASSERT): Likewise.
15068         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
15069         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
15070         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
15071         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
15072         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
15073         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
15074         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
15075         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
15076         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
15077         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
15078         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
15079         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
15080         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
15081         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
15082         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
15083         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
15084         * tests/unictype/test-block_list.c (ASSERT): Likewise.
15085         * tests/unictype/test-block_of.c (ASSERT): Likewise.
15086         * tests/unictype/test-block_test.c (ASSERT): Likewise.
15087         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
15088         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
15089         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
15090         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
15091         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
15092         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
15093         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
15094         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
15095         * tests/unictype/test-combining.c (ASSERT): Likewise.
15096         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
15097         * tests/unictype/test-digit.c (ASSERT): Likewise.
15098         * tests/unictype/test-mirror.c (ASSERT): Likewise.
15099         * tests/unictype/test-numeric.c (ASSERT): Likewise.
15100         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
15101         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
15102         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
15103         * tests/unictype/test-scripts.c (ASSERT): Likewise.
15104         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
15105         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
15106         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
15107         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
15108         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
15109         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
15110         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
15111         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
15112         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
15113         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
15114         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
15115         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
15116         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
15117         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
15118         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
15119         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
15120         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
15121         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
15122         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
15123         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
15124         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
15125         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
15126         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
15127         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
15128         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
15129         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
15130         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
15131         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
15132         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
15133         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
15134         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
15135         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
15136         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
15137         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
15138         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
15139         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
15140         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
15141         Reported by Eric Blake.
15142
15143 2008-04-11  Bruno Haible  <bruno@clisp.org>
15144
15145         * lib/wchar.in.h: Tweak comment.
15146
15147 2008-04-11  Bruno Haible  <bruno@clisp.org>
15148
15149         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
15150         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
15151         gl_COMMON.
15152         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
15153
15154 2008-04-11  Bruno Haible  <bruno@clisp.org>
15155
15156         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
15157
15158 2008-04-11  Simon Josefsson  <simon@josefsson.org>
15159
15160         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
15161         of attempting to use non-existing /dev/*random.  Based on patch
15162         from Adam Strzelecki <ono@java.pl> in
15163         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
15164
15165 2008-04-08  Bruno Haible  <bruno@clisp.org>
15166
15167         Add tentative support for emx+gcc.
15168         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
15169         * lib/fpurge.c (fpurge): Likewise.
15170         * lib/freadable.c (freadable): Likewise.
15171         * lib/freadahead.c (freadahead): Likewise.
15172         * lib/freading.c (freading): Likewise.
15173         * lib/freadptr.c (freadptr): Likewise.
15174         * lib/freadseek.c (freadptrinc): Likewise.
15175         * lib/fseeko.c (rpl_fseeko): Likewise.
15176         * lib/fseterr.c (fseterr): Likewise.
15177         * lib/fwritable.c (fwritable): Likewise.
15178         * lib/fwriting.c (fwriting): Likewise.
15179         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
15180
15181 2008-04-09  Eric Blake  <ebb9@byu.net>
15182
15183         Avoid some autoconf warnings.
15184         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
15185         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
15186         * m4/afs.m4 (gl_AFS): Likewise.
15187         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
15188         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
15189         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
15190         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
15191         (gl_INTEGER_TYPE_SUFFIX): Likewise.
15192         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
15193         (AC_CHECK_DECLS_ONCE): Likewise.
15194         Rename file...
15195         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
15196         gnulib-tool requires autoconf 2.59 or better.
15197         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
15198
15199 2008-04-08  Eric Blake  <ebb9@byu.net>
15200
15201         Use 'git describe --match' if present (added in git 1.5.5).
15202         * build-aux/git-version-gen: Limit result to tags that match 'v*'
15203         if possible.
15204
15205 2008-04-08  Bruno Haible  <bruno@clisp.org>
15206
15207         Add tentative support for OpenServer.
15208         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
15209         _ptr, _cnt.
15210         * lib/fpurge.c (fpurge): Likewise.
15211         * lib/freadable.c (freadable): Likewise.
15212         * lib/freadahead.c (freadahead): Likewise.
15213         * lib/freading.c (freading): Likewise.
15214         * lib/freadptr.c (freadptr): Likewise.
15215         * lib/freadseek.c (freadptrinc): Likewise.
15216         * lib/fseeko.c (rpl_fseeko): Likewise.
15217         * lib/fseterr.c (fseterr): Likewise.
15218         * lib/fwritable.c (fwritable): Likewise.
15219         * lib/fwriting.c (fwriting): Likewise.
15220         Reported by Roger Cornelius <rac@tenzing.org> and
15221         Brian K. White <brian@aljex.com>.
15222
15223 2008-04-06  Jim Meyering  <meyering@redhat.com>
15224
15225         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
15226
15227 2008-04-06  Bruno Haible  <bruno@clisp.org>
15228
15229         Avoid possible error with non-ASCII bytes in UTF-8 locales.
15230         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
15231         * tests/test-printf-posix.sh: Likewise.
15232         * tests/test-vfprintf-posix.sh: Likewise.
15233         * tests/test-vprintf-posix.sh: Likewise.
15234         * tests/test-xprintf-posix.sh: Likewise.
15235
15236 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15237
15238         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
15239         hide error from 'ls', needed on OS/2.
15240         Report by Elbert Pol <elbert.pol@gmail.com>.
15241
15242 2008-04-04  Eric Blake  <ebb9@byu.net>
15243
15244         Make test-fseeko.c failures meaningful.
15245         * tests/test-fseeko.c: Print line number on failure.
15246         * tests/test-fseek.c: Likewise.
15247         Reported by Nelson H. F. Beebe.
15248
15249         Improve strtod bug detection check.
15250         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
15251         required for Solaris 10.
15252         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
15253
15254 2008-04-04  Bruno Haible  <bruno@clisp.org>
15255
15256         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
15257         by m4/setenv.m4.
15258
15259 2008-04-03  Eric Blake  <ebb9@byu.net>
15260
15261         Ensure sane .version contents.
15262         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
15263         version string.
15264         * build-aux/git-version-gen: Improve documentation.
15265
15266         Make GNU make output nicer.
15267         * top/GNUmakefile [!_have-Makefile]: Add dependency on
15268         MAKECMDGOALS to enforce message for all command line targets.  Set
15269         srcdir for use in maint.mk.
15270
15271         Another maintainer tweak.
15272         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
15273         a target that regenerates version.
15274
15275 2008-04-03  Jim Meyering  <meyering@redhat.com>
15276
15277         vc-list-files: don't cause coreutils "make po-check" failure
15278         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
15279
15280 2008-04-03  Eric Blake  <ebb9@byu.net>
15281
15282         Allow VPATH usage of vc-list-files.
15283         * build-aux/vc-list-files (scriptversion): Add timestamp.
15284         (options): Add --help, --version, -C.
15285         (CVS): Support installed cvsu.
15286
15287 2008-04-02  Bruno Haible  <bruno@clisp.org>
15288
15289         Avoid some "statement with no effect" warnings from gcc.
15290         * tests/test-wctype.c (main): Explicitly ignore unused values.
15291         Reported by Jim Meyering.
15292
15293 2008-04-02  Jim Meyering  <meyering@redhat.com>
15294
15295         Avoid some warnings from "gcc -Wshadow".
15296         * tests/test-frexp.c (exp): Define to a different identifier.
15297         * tests/test-frexpl.c (exp): Likewise.
15298
15299 2008-04-03  Jim Meyering  <meyering@redhat.com>
15300
15301         bootstrap: remove dangling *.[ch] symlinks from lib
15302         * build-aux/bootstrap [dangling symlink removal]: Move find's
15303         -depth option to precede all others, to avoid a warning.
15304         Remove *.[ch] files too, and from "$source_base" (usually lib/).
15305
15306 2008-04-02  Bruno Haible  <bruno@clisp.org>
15307
15308         Avoid some warnings from "gcc -Wshadow".
15309         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
15310         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
15311         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
15312         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
15313         Reported by Jim Meyering.
15314
15315 2008-04-01  Bruno Haible  <bruno@clisp.org>
15316
15317         Fix test to work on IRIX 6.5 with cc.
15318         * tests/test-math.c (numeric_equal): New function.
15319         (main): Use it.
15320
15321 2008-04-01  Bruno Haible  <bruno@clisp.org>
15322
15323         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
15324
15325 2008-04-01  Bruno Haible  <bruno@clisp.org>
15326
15327         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
15328         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
15329         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
15330         (Depends-on): Remove math.
15331
15332         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
15333         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
15334         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
15335         (Depends-on): Remove math.
15336
15337         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
15338         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
15339         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
15340         (Depends-on): Remove math.
15341         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
15342         (Depends-on): Remove math.
15343
15344         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
15345         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
15346         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
15347         (Depends-on): Remove math.
15348         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
15349         (Depends-on): Remove math.
15350
15351         * tests/test-round1.c: Include nan.h.
15352         (main): Use NaNd instead of NAN.
15353         * modules/round-tests (Files): Add tests/nan.h.
15354
15355         * tests/test-trunc1.c: Include nan.h.
15356         (main): Use NaNd instead of NAN.
15357         * modules/trunc-tests (Files): Add tests/nan.h.
15358
15359         * tests/test-roundf1.c: Include nan.h.
15360         (main): Use NaNf instead of NAN.
15361         * modules/roundf-tests (Files): Add tests/nan.h.
15362
15363         * tests/test-truncf1.c: Include nan.h.
15364         (main): Use NaNf instead of NAN.
15365         * modules/truncf-tests (Files): Add tests/nan.h.
15366
15367         * tests/test-ceilf1.c: Include nan.h.
15368         (main): Use NaNf instead of NAN.
15369         * modules/ceilf-tests (Files): Add tests/nan.h.
15370
15371         * tests/test-floorf1.c: Include nan.h.
15372         (main): Use NaNf instead of NAN.
15373         * modules/floorf-tests (Files): Add tests/nan.h.
15374
15375         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
15376         (main): Use NaNf instead of NAN.
15377         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
15378
15379         * tests/test-isnand.c: Include nan.h instead of <math.h>.
15380         (main): Use NaNd instead of NAN.
15381         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
15382
15383         * tests/test-frexp.c: Include nan.h.
15384         (main): Use NaNd instead of NAN.
15385         * modules/frexp-tests (Files): Add tests/nan.h.
15386
15387         * lib/isnan.c: Don't include <math.h>.
15388         (FUNC): Don't use NAN macro.
15389         * modules/isnand-nolibm (Depends-on): Remove math.
15390         * modules/isnanf-nolibm (Depends-on): Remove math.
15391         * modules/isnanl (Depends-on): Remove math.
15392         * modules/isnanl-nolibm (Depends-on): Remove math.
15393
15394         * tests/nan.h: New file.
15395
15396 2008-04-01  Eric Blake  <ebb9@byu.net>
15397
15398         Fix typos.
15399         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
15400         values to be the right type.
15401
15402         For now, cater to gnulib strtod inaccuracies.
15403         * tests/test-strtod.c (main): Allow 1-ulp error on expected
15404         fractional results.  While not as nice from a QoI perspective, it
15405         is a quicker patch than correctly implementing decimal to binary
15406         rounding.
15407
15408 2008-03-31  Eric Blake  <ebb9@byu.net>
15409
15410         Guarantee a definition of NAN.
15411         * lib/math.in.h (NAN): Define if missing.
15412         * tests/test-math.c (main): Test it.
15413         * doc/posix-headers/math.texi (math.h): Document this.
15414         * lib/isnan.c (rpl_isnand): Use it.
15415         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
15416         * tests/test-floorf1.c (NaN): Likewise.
15417         * tests/test-frexp.c (NaN): Likewise.
15418         * tests/test-isnand.c (NaN): Likewise.
15419         * tests/test-isnanf.c (NaN): Likewise.
15420         * tests/test-round1.c (NaN): Likewise.
15421         * tests/test-roundf1.c (NaN): Likewise.
15422         * tests/test-snprintf-posix.h (NaN): Likewise.
15423         * tests/test-sprintf-posix.h (NaN): Likewise.
15424         * tests/test-trunc1.c (NaN): Likewise.
15425         * tests/test-truncf1.c (NaN): Likewise.
15426         * tests/test-vasnprintf-posix.c (NaN): Likewise.
15427         * tests/test-vasprintf-posix.c (NaN): Likewise.
15428         * modules/isnand-nolibm (Depends-on): Add math.
15429         * modules/isnanf-nolibm (Depends-on): Likewise.
15430         * modules/isnanl (Depends-on): Likewise.
15431         * modules/isnanl-nolibm (Depends-on): Likewise.
15432         * modules/snprintf-posix-tests (Depends-on): Likewise.
15433         * modules/sprintf-posix-tests (Depends-on): Likewise.
15434         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
15435         * modules/vsprintf-posix-tests (Depends-on): Likewise.
15436         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
15437         * modules/vasprintf-posix-tests (Depends-on): Likewise.
15438
15439 2008-03-31  Bruno Haible  <bruno@clisp.org>
15440
15441         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
15442         * doc/posix-functions/strtod.texi: Likewise.
15443
15444 2008-03-31  Bruno Haible  <bruno@clisp.org>
15445
15446         * tests/test-strtod.c (main): Don't use C99 syntax.
15447
15448 2008-03-31  Bruno Haible  <bruno@clisp.org>
15449
15450         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
15451         Reported by Eric Blake.
15452
15453 2008-03-31  Jim Meyering  <meyering@redhat.com>
15454
15455         Don't compare actual signbit return values.
15456         * tests/test-strtod.c (main): Rather, compare only their
15457         zero/non-zero nature.
15458
15459 2008-03-31  Eric Blake  <ebb9@byu.net>
15460
15461         More strtod documentation.
15462         * doc/posix-functions/strtod.texi (strtod): Interpret more test
15463         failures as distinct bugs.
15464
15465 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15466
15467         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
15468         Problem reported by Erik Benada in
15469         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
15470
15471 2008-03-30  Bruno Haible  <bruno@clisp.org>
15472
15473         * tests/test-strtod.c: Add comments about which assertion fails on which
15474         platform.
15475         * doc/posix-functions/strtod.texi: Add info about many more platforms.
15476
15477 2008-03-30  Eric Blake  <ebb9@byu.net>
15478
15479         Test signbit behavior on zeros.
15480         * tests/test-signbit.c (test_signbitf): Add tests for zero.
15481         (test_signbitd, test_signbitl): Likewise.
15482
15483         More strtod touchups.
15484         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
15485         sign of negative underflow, for now.  Use .5, not .1.
15486         * doc/posix-functions/strtod.texi (strtod): Mention these
15487         limitations.
15488         Reported by Jim Meyering.
15489
15490 2008-03-30  Bruno Haible  <bruno@clisp.org>
15491
15492         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
15493         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
15494
15495 2008-03-30  Bruno Haible  <bruno@clisp.org>
15496
15497         Avoid failure when attempting to return empty iconv results on some
15498         platforms.
15499         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
15500         allocation, don't report ENOMEM when the resulting string is empty.
15501
15502 2008-03-30  Bruno Haible  <bruno@clisp.org>
15503
15504         Fix buffer overrun.
15505         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
15506         Don't consider the width for tmp_length. Check count against tmp_length
15507         before doing the padding. Ensure enough allocation during padding.
15508
15509 2008-03-30  Eric Blake  <ebb9@byu.net>
15510
15511         strtod touchups.
15512         * lib/strtod.c (strtod): Avoid compiler warnings.
15513         Reported by Jim Meyering.
15514
15515 2008-03-30  Bruno Haible  <bruno@clisp.org>
15516
15517         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
15518         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
15519         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
15520         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
15521         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
15522         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
15523         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
15524         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
15525
15526         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
15527         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
15528         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
15529         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
15530         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
15531         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
15532         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
15533         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
15534
15535         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
15536         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
15537         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
15538         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
15539         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
15540         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
15541         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
15542         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
15543
15544         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
15545         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
15546
15547         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
15548         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
15549
15550         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
15551         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
15552
15553         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
15554         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
15555         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
15556
15557         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
15558         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
15559         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
15560
15561         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
15562         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
15563         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
15564
15565         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
15566         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
15567         * modules/vasprintf (Depends-on): Add EOVERFLOW.
15568
15569         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
15570         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
15571         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
15572         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
15573         (Depends-on): Add EOVERFLOW.
15574         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
15575         (Depends-on): Add EOVERFLOW.
15576         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
15577         (Depends-on): Add EOVERFLOW.
15578         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
15579         (Depends-on): Add EOVERFLOW.
15580         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
15581         (Depends-on): Add EOVERFLOW.
15582         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
15583         (Depends-on): Add EOVERFLOW.
15584         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
15585         (Depends-on): Add EOVERFLOW.
15586         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
15587         (Depends-on): Add EOVERFLOW.
15588
15589         * lib/sprintf.c (EOVERFLOW): Remove fallback.
15590         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
15591         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
15592
15593         * lib/snprintf.c (EOVERFLOW): Remove fallback.
15594         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
15595         * modules/snprintf (Depends-on): Add EOVERFLOW.
15596
15597         * lib/poll.c (EOVERFLOW): Remove fallback.
15598         * modules/poll (Depends-on): Add EOVERFLOW.
15599
15600         * lib/getugroups.c (EOVERFLOW): Remove fallback.
15601         * modules/getugroups (Depends-on): Add EOVERFLOW.
15602
15603         * lib/getdelim.c (EOVERFLOW): Remove fallback.
15604         * modules/getdelim (Depends-on): Add EOVERFLOW.
15605
15606         * lib/ftell.c (EOVERFLOW): Remove fallback.
15607         * modules/ftell (Depends-on): Add EOVERFLOW.
15608
15609         * lib/fprintf.c (EOVERFLOW): Remove fallback.
15610         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
15611         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
15612
15613         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
15614
15615         * modules/EOVERFLOW-tests: New file.
15616         * tests/test-EOVERFLOW.c: New file.
15617
15618         * modules/EOVERFLOW: New file.
15619         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
15620
15621 2008-03-30  Bruno Haible  <bruno@clisp.org>
15622
15623         Fix bug introduced on 2007-06-10.
15624         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
15625         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
15626
15627 2008-03-30  Bruno Haible  <bruno@clisp.org>
15628
15629         Improve freadseek's efficiency after ungetc.
15630         * lib/freadseek.c: Include freadahead.h.
15631         (freadptrinc): New function, extracted from freadseek.
15632         (freadseek): Use it in a loop. Use freadahead to determine the number
15633         of loop iterations.
15634         * modules/freadseek (Depends-on): Add freadahead.
15635         (configure.ac): Require AC_C_INLINE.
15636
15637 2008-03-30  Bruno Haible  <bruno@clisp.org>
15638
15639         * lib/freadseek.c (freadseek): Don't ignore the return value of
15640         freadptr.
15641
15642 2008-03-29  Eric Blake  <ebb9@byu.net>
15643
15644         Add hex float support.
15645         * modules/strtod (Depends-on): Add c-ctype.
15646         (Link): Mention POW_LIB.
15647         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
15648         whitespace between 'e' and exponent.
15649         * tests/test-strtod.c (main): Enable hex float tests.
15650         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
15651         now provides.
15652
15653         Document various strtod bugs, with some fixes.
15654         * doc/posix-functions/strtod.texi (strtod): Document bugs with
15655         "-0x", "inf", "nan", and hex constants.
15656         * doc/posix-functions/atof.texi (atof): Likewise.
15657         * modules/stdlib (Makefile.am): Support strtod.
15658         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
15659         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
15660         detect additional strtod bugs.
15661         * lib/stdlib.in.h (rpl_strtod): Add declarations.
15662         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
15663         bool where appropriate.  Parse 'inf' and 'nan'.
15664         * tests/test-strtod.c: New file.
15665         * modules/strtod (Depends-on): Add stdbool, stdlib.
15666         (configure.ac): Turn on module indicator.
15667         * modules/strtod-tests: New module.
15668
15669 2008-03-29  Eric Blake  <ebb9@byu.net>
15670
15671         Fix ftell on mingw.
15672         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
15673         * modules/ftell-tests (Depends-on): Add binary-io.
15674         * modules/ftello-tests (Depends-on): Likewise.
15675         * tests/test-ftell.c (main): Enhance test to cover behavior after
15676         ungetc.  Enforce binary mode.
15677         * tests/test-ftello.c (main): Likewise.
15678
15679         Pass test-freadseek on cygwin.
15680         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
15681         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
15682         ungetc buffer.
15683
15684         * tests/test-fflush2.c (main): Fix typo.
15685
15686 2008-03-29  Bruno Haible  <bruno@clisp.org>
15687
15688         * tests/test-fflush2.c (main): Temporarily disable the contents of
15689         this test.
15690         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
15691         Reported by Eric Blake.
15692
15693 2008-03-28  Simon Josefsson  <simon@josefsson.org>
15694
15695         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
15696         (GC_SHA224_DIGEST_SIZE): Add.
15697
15698         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
15699         (gc_hash_digest_length): Likewise.
15700         (gc_hash_buffer): Likewise.
15701
15702 2008-03-25  Bruno Haible  <bruno@clisp.org>
15703
15704         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
15705         detail which gettext release to use.
15706         Reported by Simon Josefsson.
15707
15708 2008-03-26  Jim Meyering  <meyering@redhat.com>
15709
15710         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
15711         * modules/gnumakefile (clean-GNUmakefile): Also, use
15712         test ... && ... || : syntax rather than if-then ... fi.
15713
15714         gnumakefile: Don't double-quote-expand $(VPATH) value.
15715         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
15716
15717 2008-03-24  Eric Blake  <ebb9@byu.net>
15718
15719         Alter GNUmakefile to install into top directory.
15720         * modules/maintainer-makefile: Split, and add dependency...
15721         * modules/gnumakefile: to this new module.
15722         * build-aux/GNUmakefile: Move...
15723         * top/GNUmakefile: ...here.
15724         * build-aux/maint.mk: Move...
15725         * top/maint.mk: ...here.
15726         * MODULES.html.sh (Support for maintaining...): Document new
15727         module.
15728
15729 2008-03-23  Bruno Haible  <bruno@clisp.org>
15730
15731         * gnulib-tool: New options --vc-files, --no-vc-files.
15732         (func_usage): Document them.
15733         (vc_files): New variable.
15734         (func_import): Consider vc_files.
15735         (func_create_testdir): Set vc_files to empty.
15736         Suggested by Jim Meyering and Karl Berry.
15737
15738 2008-03-23  Bruno Haible  <bruno@clisp.org>
15739
15740         Fix regex compilation error on HP-UX 11.
15741         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
15742         * modules/regex (Files): Add m4/mbstate_t.m4.
15743         Reported by Ton Voon <ton.voon@altinity.com>.
15744
15745 2008-03-23  Bruno Haible  <bruno@clisp.org>
15746
15747         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
15748
15749 2008-03-23  Eric Blake  <ebb9@byu.net>
15750             Bruno Haible  <bruno@clisp.org>
15751
15752         Install files from top/ in the destination directory.
15753         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
15754         augmentation also for the files from top/.
15755         (func_import, func_create_testdir): Rewrite file names:
15756         top/filename -> filename.
15757
15758 2008-03-23  Bruno Haible  <bruno@clisp.org>
15759
15760         Tweak "gnulib --version" output.
15761         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
15762
15763 2008-03-23  Bruno Haible  <bruno@clisp.org>
15764
15765         Tweak "gnulib --version" output.
15766         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
15767         rather than contents of ChangeLog, when possible.
15768
15769 2008-03-21  Eric Blake  <ebb9@byu.net>
15770
15771         More --version tweaks.
15772         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
15773         date of last ChangeLog entry.
15774
15775 2008-03-21  Jim Meyering  <meyering@redhat.com>
15776
15777         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
15778
15779 2008-03-20  Eric Blake  <ebb9@byu.net>
15780
15781         VPATH fix.
15782         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
15783
15784 2008-03-20  Simon Josefsson  <simon@josefsson.org>
15785
15786         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
15787         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
15788
15789 2008-03-20  Eric Blake  <ebb9@byu.net>
15790
15791         Sync GNUmakefile with coreutils.
15792         * build-aux/GNUmakefile (have-Makefile): Rename...
15793         (_have-Makefile): ...to this, for namespace consideration.
15794         (GNUmakefile.cfg): Include, if present.
15795         (_autoreconf): Define a default.
15796         (_is-dist-target): New rule for rebuilds to pick up intra-release
15797         version.
15798         (maint-cfg.mk): Rename...
15799         (cfg.mk): ...to this.
15800
15801 2008-03-18  Jim Meyering  <meyering@redhat.com>
15802
15803         New script and module: mktempd
15804         * MODULES.html.sh (maint+release support): Add mktempd.
15805         * build-aux/mktempd: New file.
15806         * modules/mktempd: New file.
15807
15808 2008-03-15  Jim Meyering  <meyering@redhat.com>
15809
15810         Undo last change.
15811         * lib/sha1.c, lib/md5.c: 63 != ~63.
15812         Reported by Andreas Schwab.
15813
15814         sha1.c, md5.c: Hoist a redundant expression.
15815         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
15816         "ctx->buflen" only once, before calling *_process_block.
15817         * lib/md5.c (md5_process_bytes): Likewise.
15818
15819 2008-03-14  Eric Blake  <ebb9@byu.net>
15820
15821         Bump copyright year in files generated by gnulib-tool.
15822         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
15823         gnulib-tool, rather than hard-coding it.
15824
15825         Fix 'gnulib-tool --version' output to work with git.
15826         * gnulib-tool (func_gnulib_dir): New function, extracted from...
15827         (startup): ...here.
15828         (func_version): Use it to invoke git-version-gen, rather than
15829         relying on CVS keyword expansion.  Modernize wording.
15830         (cvsdatestamp, last_checkin_date, version): Kill unused
15831         variables.
15832
15833 2008-03-12  Jim Meyering  <meyering@redhat.com>
15834
15835         Recognize optional cast of the argument to free.
15836         * build-aux/useless-if-before-free: Update regexps.
15837
15838         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
15839
15840 2008-03-11  Bruno Haible  <bruno@clisp.org>
15841
15842         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
15843         by a single package.
15844         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
15845         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
15846         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
15847         Reported by Sam Steingold <sds@gnu.org>.
15848
15849 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
15850
15851         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
15852         repositories.
15853
15854 2008-03-11  Bruno Haible  <bruno@clisp.org>
15855
15856         Avoid conflicts between local macro definitions.
15857         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
15858         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
15859
15860 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
15861             Bruno Haible  <bruno@clisp.org>
15862
15863         Make va_copy work with some version of xlc on AIX 5.1.
15864         * lib/stdarg.in.h: New file.
15865         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
15866         On AIX, use a <stdarg.h> file substitute.
15867         * modules/stdarg (Files): Add lib/stdarg.in.h.
15868         (Depends-on): Add include_next.
15869         (Makefile.am): Build a stdarg.h substitute if requested.
15870         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
15871
15872 2008-03-10  Bruno Haible  <bruno@clisp.org>
15873
15874         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
15875         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
15876         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
15877
15878 2008-03-10  Bruno Haible  <bruno@clisp.org>
15879
15880         * modules/stdlib (Depends-on): Add include_next, remove
15881         absolute-header.
15882
15883 2008-03-09  Bruno Haible  <bruno@clisp.org>
15884
15885         * lib/freadahead.h (freadahead): Document more precisely.
15886         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
15887         the sum of both buffer sizes.
15888         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
15889         * NEWS: Document the change.
15890
15891 2008-03-09  Bruno Haible  <bruno@clisp.org>
15892
15893         Extend freadptr to return also the buffer size.
15894         * lib/freadptr.h (freadptr): Add sizep argument.
15895         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
15896         (freadptr): Add sizep argument. Determine buffer size like freadahead
15897         does.
15898         * tests/test-freadptr.c: Don't include freadahead.h.
15899         (main): Adapt for new calling convention of freadptr.
15900         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
15901         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
15902         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
15903         tests/test-freadptr2.sh.
15904         (Depends): Remove freadahead.
15905         (TESTS): Add test-freadptr2.sh.
15906         (check_PROGRAMS): Add test-freadptr2.
15907
15908 2008-03-09  Bruno Haible  <bruno@clisp.org>
15909
15910         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
15911         Report and solution by Simon Josefsson.
15912
15913 2008-03-06  Bruno Haible  <bruno@clisp.org>
15914
15915         Make fflush after ungetc work on BSD platforms.
15916         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
15917         * tests/test-fflush2.c: New file.
15918         * tests/test-fflush2.sh: New file.
15919         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
15920         tests/test-fflush2.c.
15921         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
15922         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
15923
15924 2008-03-06  Eric Blake  <ebb9@byu.net>
15925
15926         Likewise for ftello.
15927         * modules/ftello (Dependencies): Add extensions.
15928         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
15929
15930 2008-03-06  Bruno Haible  <bruno@clisp.org>
15931
15932         * modules/fseeko (Dependencies): Add extensions.
15933         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
15934         Needed on glibc systems.
15935
15936 2008-03-06  Bruno Haible  <bruno@clisp.org>
15937
15938         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
15939         email address.
15940         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
15941
15942 2008-03-06  Bruno Haible  <bruno@clisp.org>
15943
15944         * users.txt: Add libgnupdf.
15945
15946 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
15947
15948         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
15949         (Header File Substitutes, Function Substitutes,
15950         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
15951         (Build robot for gnulib): Fix typo.
15952
15953 2008-03-06  Bruno Haible  <bruno@clisp.org>
15954
15955         * doc/gnulib-tool.texi (VCS Issues): Small updates.
15956         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
15957
15958 2008-03-06  Bruno Haible  <bruno@clisp.org>
15959
15960         * doc/func.texi: New file, extracted from doc/gnulib.texi.
15961         * doc/gnulib.texi: Include it.
15962
15963 2008-03-06  Simon Josefsson  <simon@josefsson.org>
15964
15965         * modules/func (License): Change license to unlimited; there was
15966         no LGPL parts in the module anyway.
15967
15968 2008-03-06  Simon Josefsson  <simon@josefsson.org>
15969
15970         * modules/__func__: Renamed to modules/func.
15971         * modules/__func__-tests: Renamed to modules/func-tests.
15972         * tests/test-__func__.c: Renamed to tests/test-func.c.
15973         * m4/__func__.m4: Renamed to m4/func.m4.
15974         * doc/gnulib.texi (__func__): Section renamed to func.
15975         Suggested by Eric Blake <ebb9@byu.net>.
15976
15977 2008-03-06  Simon Josefsson  <simon@josefsson.org>
15978
15979         * doc/gnulib.texi (__func__): Use C99 terminology when talking
15980         about __func__.  Make example self-contained.  Suggested by Eric
15981         Blake <ebb9@byu.net>.
15982
15983         * tests/test-__func__.c (main): Avoid extraneous () around __func.
15984         Suggested by Eric Blake <ebb9@byu.net>.
15985
15986 2008-03-06  Simon Josefsson  <simon@josefsson.org>
15987
15988         * modules/__func__: New file.
15989         * modules/__func__-tests: New file.
15990         * tests/test-__func__.c: New file.
15991         * m4/__func__.m4: New file.
15992         * doc/gnulib.texi (__func__): Document __func__ module.
15993
15994 2008-03-05  Simon Josefsson  <simon@josefsson.org>
15995
15996         * modules/byteswap (License): Re-license as LGPLv2+.
15997
15998 2008-03-05  Simon Josefsson  <simon@josefsson.org>
15999
16000         * doc/Makefile: Add pdf target.
16001
16002 2008-03-05  Simon Josefsson  <simon@josefsson.org>
16003
16004         * modules/inline (License): Use 'unlimited', since there are only
16005         *.m4 files in this module.
16006
16007 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
16008             Bruno Haible  <bruno@clisp.org>
16009
16010         Add support for HP C 7.1 on OpenVMS 8.3.
16011         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
16012
16013 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
16014
16015         Update VMS specifics.
16016         * lib/getopt.c [VMS]: Remove include of unixlib.h.
16017
16018 2008-03-02  Jim Meyering  <meyering@redhat.com>
16019
16020         Remove the last dependency on the "free" module.
16021         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
16022         Reported by Bob Proulx.
16023
16024         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
16025
16026         Remove useless "if" tests before free.  Deprecate "free" module.
16027         * doc/posix-functions/free.texi: Mention that this
16028         module is no longer useful.
16029         * modules/free (Notice): Say this module is obsolete.
16030         * modules/readutmp (Depends-on): Remove free.
16031         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
16032         * lib/putenv.c (putenv): Likewise.
16033         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
16034         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
16035         * tests/test-c-strcasestr.c (main): Likewise.
16036         * tests/test-c-strstr.c (main): Likewise.
16037         * tests/test-mbscasestr1.c (main): Likewise.
16038         * tests/test-mbscasestr2.c (main): Likewise.
16039         * tests/test-mbsstr1.c (main): Likewise.
16040         * tests/test-mbsstr2.c (main): Likewise.
16041         * tests/test-memmem.c (main): Likewise.
16042         * tests/test-strcasestr.c (main): Likewise.
16043         * tests/test-striconv.c (main): Likewise.
16044         * tests/test-striconveh.c (main): Likewise.
16045         * tests/test-striconveha.c (main): Likewise.
16046         * tests/test-strstr.c (main): Likewise.
16047
16048         * build-aux/git-version-gen: Adjust a comment and the Usage string.
16049
16050         bootstrap: sync from coreutils again
16051         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
16052
16053 2008-03-01  Jim Meyering  <meyering@redhat.com>
16054
16055         bootstrap: sync from coreutils
16056         * build-aux/bootstrap (update_po_files): Copy a .po file into place
16057         also when the target doesn't exist.
16058
16059 2008-03-01  Eric Blake  <ebb9@byu.net>
16060
16061         Fix bugs in last patch.
16062         * lib/memchr2.c (memchr2): Fix typo.
16063         * tests/test-memchr2.c: Test previous bug, and don't use GNU
16064         extension.
16065         Reported by Bruce Korb.
16066
16067         New module 'memchr2'.
16068         * modules/memchr2: New file.
16069         * modules/memchr2-tests: Likewise.
16070         * lib/memchr2.h: Likewise.
16071         * lib/memchr2.c: Likewise, based on memchr.c.
16072         * tests/test-memchr2.c: New test.
16073         * MODULES.html.sh (String handling): Add memchr2.
16074
16075 2008-02-29  Bruno Haible  <bruno@clisp.org>
16076
16077         * modules/freadseek-tests: New file.
16078         * tests/test-freadseek.sh: New file.
16079         * tests/test-freadseek.c: New file.
16080
16081         New module 'freadseek'.
16082         * modules/freadseek: New file.
16083         * lib/freadseek.h: New file.
16084         * lib/freadseek.c: New file.
16085         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
16086
16087 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
16088
16089         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
16090         wydawca.
16091
16092         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
16093         program_invocation_name and program_invocation_short_name are
16094         present.
16095
16096 2008-02-28  Bruno Haible  <bruno@clisp.org>
16097
16098         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
16099         * tests/test-freadptr.sh: Also test non-seekable stdin.
16100
16101 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
16102
16103         * build-aux/bootstrap (source_base, m4_base)
16104         (doc_base, tests_base): New variables.
16105         (gnulib_tool_options): Do not hardcode base directories, use
16106         the above variables instead.
16107
16108 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
16109
16110         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
16111
16112 2008-02-28  Bruno Haible  <bruno@clisp.org>
16113
16114         * modules/freadptr-tests: New file.
16115         * tests/test-freadptr.sh: New file.
16116         * tests/test-freadptr.c: New file.
16117
16118         New module 'freadptr'.
16119         * modules/freadptr: New file.
16120         * lib/freadptr.h: New file.
16121         * lib/freadptr.c: New file.
16122         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
16123
16124 2008-02-26  Karl Berry  <karl@freefriends.org>
16125
16126         Sync from Libtool:
16127         * libltdl/argz.c (argz_add, argz_count): New functions.
16128         * libltdl/argz.in.h: Declare them.
16129         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
16130
16131 2008-02-22  Bruno Haible  <bruno@clisp.org>
16132
16133         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
16134         is a pointer type.  Needed for HP-UX 10.
16135         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
16136         * doc/posix-functions/gmtime_r.texi: Likewise.
16137         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
16138
16139 2008-02-24  Bruno Haible  <bruno@clisp.org>
16140
16141         * modules/environ-tests: New file.
16142         * tests/test-environ.c: New file.
16143
16144         New module 'environ'.
16145         * modules/environ: New file.
16146         * lib/unistd.in.h (environ): New declaration.
16147         * m4/environ.m4: New file.
16148         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
16149         after use.
16150         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
16151         HAVE_DECL_ENVIRON.
16152         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
16153         HAVE_DECL_ENVIRON.
16154         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
16155         wrong claim that 'environ' is missing on some systems.
16156         * modules/execute (Depends-on): Add environ.
16157         * lib/execute.c (environ): Remove fallback declaration.
16158         * modules/pipe (Depends-on): Add environ.
16159         * lib/pipe.c (environ): Remove fallback declaration.
16160         * modules/setenv (Depends-on): Add environ.
16161         * lib/setenv.c (environ): Remove fallback declaration.
16162         * modules/unsetenv (Depends-on): Add environ.
16163         * lib/unsetenv.c (environ): Remove fallback declaration.
16164         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
16165         m4/environ.m4.
16166         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
16167         (gl_PREREQ_UNSETENV): Likewise.
16168
16169 2008-02-24  Bruno Haible  <bruno@clisp.org>
16170
16171         * doc/posix-functions/environ.texi: Document the MacOS X problem.
16172
16173 2008-02-20  Bob Proulx  <bob@proulx.com>
16174
16175         Enable use of older two part flavor 'git describe'.
16176         * build-aux/git-version-gen: If using the older two part flavor of
16177         git version then recreate the third part now present in the
16178         newer three part flavor of git describe.
16179
16180 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
16181
16182         * lib/fts.c (fts_build): Typo correction to comment.
16183
16184 2008-02-17  Bruno Haible  <bruno@clisp.org>
16185
16186         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
16187         generating no-op conflicts.
16188
16189 2008-02-17  Bruno Haible  <bruno@clisp.org>
16190
16191         Speed up by 10%.
16192         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
16193         result_entries, rather than an index-based loop.
16194
16195 2008-02-17  Bruno Haible  <bruno@clisp.org>
16196
16197         Speed up by 25%.
16198         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
16199         'hashcode_cached'.
16200         (entry_create): New function.
16201         (entry_hashcode): Use the cached hashcode if possible.
16202         (read_changelog_file, try_split_merged_entry): Use entry_create.
16203
16204 2008-02-17  Bruno Haible  <bruno@clisp.org>
16205
16206         Speed up from O(n^2) to O(n) for long ChangeLog files.
16207         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
16208         (read_changelog_file): Change implementation of entries_reversed list
16209         to rbtreehash.
16210         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
16211
16212 2008-02-17  Bruno Haible  <bruno@clisp.org>
16213
16214         New option --split-merged-entry.
16215         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
16216         (find_paragraph_end, try_split_merged_entry): New functions.
16217         (long_options): Add option --split-merged-entry.
16218         (usage): Document option --split-merged-entry.
16219         (main): Implement option --split-merged-entry.
16220         Reported by Eric Blake.
16221
16222 2008-02-17  Bruno Haible  <bruno@clisp.org>
16223
16224         * lib/git-merge-changelog.c: Include c-strstr.h.
16225         (main): Support the "git pull --rebase" situation.
16226         * modules/git-merge-changelog (Depends-on): Add c-strstr.
16227         Reported by Eric Blake.
16228
16229 2008-02-16  Eric Blake  <ebb9@byu.net>
16230
16231         Avoid doubling \ in common case of "c-maybe" quoting style.
16232         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
16233         eliding outer quotes.
16234         * lib/quotearg.h: Document this.
16235         * tests/test-quotearg.c (result_strings, inputs, results_g)
16236         (flag_results, locale_results): Test it by adding a new string to
16237         each test group.
16238         (compare_strings): Test new string.
16239
16240 2008-02-13  Eric Blake  <ebb9@byu.net>
16241
16242         Avoid trigraph quoting in default output.
16243         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
16244         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
16245         unless explicitly requested.
16246         * tests/test-quotearg.c (flag_results, main): Add additional tests.
16247
16248 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
16249
16250         Don't rely on signed integer overflowing to negative value.
16251         * lib/getugroups.c (getugroups): Include <limits.h>.
16252         Instead, compare against INT_MAX, and increment only if the test passes.
16253
16254 2008-02-13  Jim Meyering  <meyering@redhat.com>
16255         and Eric Blake  <ebb9@byu.net>
16256
16257         Avoid shadowing warning and compile errors on Linux.
16258         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
16259         forwarding macros on Linux.
16260         (dcgettext): Define a stub, for Linux.
16261         (results_g, main): Avoid warnings.
16262
16263 2008-02-12  Eric Blake  <ebb9@byu.net>
16264
16265         Silence warning in last patch.
16266         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
16267
16268         Quotearg part 4: add tests, fix c-maybe colon quoting.
16269         * lib/quotearg.h: Improve documentation.
16270         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
16271         escapes when adding outer quotes.  When quoting trigraphs, use
16272         valid C notation.  When quoting NUL, omit extra characters if next
16273         character is not digit.  Alter prototype.
16274         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
16275         callers.
16276         * modules/quotearg-tests: New module.
16277         * tests/test-quotearg.c: New test.
16278
16279 2008-02-07  Eric Blake  <ebb9@byu.net>
16280
16281         Quotearg part 3: add flag to control outer quote elision.
16282         * lib/quotearg.h (c_maybe_quoting_style): New style.
16283         (enum quoting_flags): Better documentation of flags.
16284         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
16285         c-maybe style.
16286         (quotearg_buffer_restyled): Handle new flag to elide outer
16287         quotes.
16288
16289         Quotearg part 2: add flag that can control NUL elision.
16290         * lib/quotearg.h (set_quoting_flags): New prototype.
16291         * lib/quotearg.c (struct quoting_options): Add flag field.
16292         (set_quoting_flags): New function.
16293         (quotearg_buffer_restyled): Add flags parameter.
16294         (quotearg_alloc_mem): Set the flag if length cannot be returned.
16295         (quotearg_n_options): Set the flag, since length cannot be
16296         returned.
16297         (quoting_options_from_style): Default flags correctly.
16298
16299         Quotearg part 1: more wrappers, restore quotearg_char state.
16300         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
16301         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
16302         (quotearg_colon_mem): New wrappers.
16303         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
16304         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
16305         functions.
16306         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
16307         (quotearg_colon_mem): New functions.
16308
16309 2008-02-11  Bruno Haible  <bruno@clisp.org>
16310
16311         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
16312         library in the current directory: it does not work with parallel make.
16313         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16314
16315 2008-02-11  Bruno Haible  <bruno@clisp.org>
16316
16317         * .gitattributes: New file.
16318
16319 2008-02-11  Jim Meyering  <meyering@redhat.com>
16320
16321         useless-if-before-free: Fix reversed exit values.
16322         * build-aux/useless-if-before-free: Use correct values
16323         for EXIT_MATCH and EXIT_NO_MATCH.
16324
16325         * build-aux/useless-if-before-free: Close stdout carefully.
16326
16327 2008-02-10  Bruno Haible  <bruno@clisp.org>
16328
16329         New module 'git-merge-changelog'.
16330         * modules/git-merge-changelog: New file.
16331         * lib/git-merge-changelog.c: New file.
16332
16333 2008-02-10  Jim Meyering  <meyering@redhat.com>
16334
16335         useless-if-before-free: New option: --list (-l).
16336
16337         useless-if-before-free: Don't exit immediately upon open failure.
16338         * build-aux/useless-if-before-free: Exit 2 for errors.
16339         Upon failure to open a file, don't exit immediately.
16340         Rather, just warn and continue with any remaining files.
16341
16342 2008-02-10  Bruno Haible  <bruno@clisp.org>
16343
16344         New abstract list operation 'node_set_value'.
16345         * lib/gl_list.h (gl_list_node_set_value): New function.
16346         (struct gl_list_implementation): New field node_set_value.
16347         * lib/gl_list.c (gl_list_node_set_value): New function.
16348         * lib/gl_array_list.c (gl_array_node_set_value): New function.
16349         (gl_array_list_implementation): Update.
16350         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
16351         (gl_carray_list_implementation): Update.
16352         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
16353         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
16354         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
16355         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
16356         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
16357         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
16358         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
16359         Update.
16360         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
16361         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
16362         (gl_sublist_list_implementation): Update.
16363
16364 2008-02-10  Bruno Haible  <bruno@clisp.org>
16365
16366         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
16367         Needed when ELEMENT is #defined to 'some_type *'.
16368
16369 2008-02-10  Jim Meyering  <meyering@redhat.com>
16370
16371         New script and module: useless-if-before-free
16372         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
16373         * build-aux/useless-if-before-free: New file.
16374         * modules/useless-if-before-free: New file.
16375
16376         * build-aux/gitlog-to-changelog: Use committer date, not author date.
16377
16378         xstrtol_error: Fix typo.
16379         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
16380         s/exit_failure/exit_status/.
16381
16382 2008-02-09  Jim Meyering  <meyering@redhat.com>
16383
16384         New script and module: gitlog-to-changelog
16385         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
16386         * modules/gitlog-to-changelog: New file.
16387         * build-aux/gitlog-to-changelog: New file.
16388
16389 2008-02-08  Jim Meyering  <meyering@redhat.com>
16390
16391         Avoid two "parameter unused" warnings.
16392         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
16393         Mark "st" as used.
16394
16395         Use "git COMMAND", not "git-COMMAND".
16396         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
16397         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
16398         * build-aux/git-version-gen: Use "git status", not "git-status".
16399
16400 2008-02-07  Bruno Haible  <bruno@clisp.org>
16401
16402         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
16403         Avoids a crash on Windows Vista.
16404         Reported by Adam Strzelecki <ono@java.pl> via
16405         Simon Josefsson <simon@josefsson.org>.
16406
16407 2008-02-06  Bruno Haible  <bruno@clisp.org>
16408
16409         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
16410         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
16411         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
16412         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
16413         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16414         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16415         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
16416         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
16417         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16418         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16419         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16420         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16421         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16422         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16423         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16424         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
16425         left-adjust flag.
16426         * tests/test-snprintf-posix.h (test_function): Likewise.
16427         * tests/test-sprintf-posix.h (test_function): Likewise.
16428         * tests/test-vasprintf-posix.c (test_function): Likewise.
16429         * doc/posix-functions/fprintf.texi: Update.
16430         * doc/posix-functions/printf.texi: Update.
16431         * doc/posix-functions/snprintf.texi: Update.
16432         * doc/posix-functions/sprintf.texi: Update.
16433         * doc/posix-functions/vfprintf.texi: Update.
16434         * doc/posix-functions/vprintf.texi: Update.
16435         * doc/posix-functions/vsnprintf.texi: Update.
16436         * doc/posix-functions/vsprintf.texi: Update.
16437         Reported by Peter Fales <psfales@alcatel-lucent.com>.
16438
16439 2008-02-06  Bruno Haible  <bruno@clisp.org>
16440
16441         Fix bug introduced on 2008-01-26.
16442         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
16443
16444 2008-02-06  Bruno Haible  <bruno@clisp.org>
16445
16446         Fix bug introduced on 2007-06-10.
16447         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
16448         !NEED_PRINTF_FLAG_ZERO.
16449
16450 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
16451
16452         getloadavg: use libperfstat on AIX5
16453         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
16454
16455 2008-02-03  Bruno Haible  <bruno@clisp.org>
16456
16457         * lib/diffseq.h: Add comments about required #includes.
16458         Reported by Michael Biggs <gnulib@doubleplum.net>.
16459
16460 2008-02-01  Bruno Haible  <bruno@clisp.org>
16461
16462         * users.txt: Add gnuit.
16463
16464 2008-01-31  Bruno Haible  <bruno@clisp.org>
16465
16466         * lib/md4.c (set_uint32): Mark as inline.
16467         * lib/md5.c (set_uint32): Likewise.
16468         * lib/sha1.c (set_uint32): Likewise.
16469         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
16470         * m4/md5.m4 (gl_MD5): Likewise.
16471         * m4/sha1.m4 (gl_SHA1): Likewise.
16472
16473 2008-01-31  Jim Meyering  <meyering@redhat.com>
16474
16475         Use "sizeof VAR", rather than a literal "4".
16476         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
16477         * lib/md4.c (md4_read_ctx): Likewise.
16478         * lib/sha1.c (sha1_read_ctx): Likewise.
16479
16480 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16481
16482         * tests/test-sha1.c: New file, based on test-md5.c.
16483
16484         * modules/crypto/sha1-tests: New file.
16485
16486 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16487
16488         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
16489
16490 2008-01-31  Jim Meyering  <meyering@redhat.com>
16491
16492         Prefer "sizeof v" over the equivalent "4".
16493         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
16494         * lib/md5.c (set_uint32): Likewise.
16495         * lib/sha1.c (set_uint32): Likewise.
16496
16497 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16498
16499         * lib/sha1.c (set_uint32): Mark function as static.
16500
16501 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16502
16503         md2: clarify comments to say that alignment is not required.
16504         * lib/md2.h: Remove warning about alignment in comment.
16505         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
16506         never been required.
16507
16508 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16509
16510         md4: adapt alignment constraint fix from sha1.
16511         * lib/md4.c (set_uint32): New function, from sha1.c
16512         (md4_read_ctx): Use it.
16513         (md4_finish_ctx): Doc fix.
16514         * lib/md4.h: Doc fix.
16515
16516 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16517
16518         md5: adapt alignment constraint fix from sha1.
16519         * lib/md5.c (set_uint32): New function, from sha1.c
16520         (md5_read_ctx): Use it.
16521         (md5_finish_ctx): Doc fix.
16522         * lib/md5.h: Doc fix.
16523
16524 2008-01-30  Peter Palfrader  <weasel@debian.org>
16525
16526         sha1: remove the result buffer alignment constraint
16527         * lib/sha1.c (set_uint32): New function.
16528         (sha1_read_ctx): Rewrite to remove the result buffer alignment
16529         constraint.
16530         (sha1_finish_ctx): Remove comment warning about alignment constraint.
16531         * lib/sha1.h: Likewise.
16532
16533 2008-01-30  Andreas Schwab  <schwab@suse.de>
16534             Bruno Haible  <bruno@clisp.org>
16535
16536         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
16537         correct definition of LDBL_MIN_EXP.
16538
16539 2008-01-30  Karl Berry  <karl@gnu.org>
16540
16541         * config/srclist-update: try to preserve x bit on updates.
16542         * config/srclistvars.sh: update for karl.
16543
16544 2008-01-29  Jim Meyering  <meyering@redhat.com>
16545
16546         vasnprintf.c: Avoid warning about unused label
16547         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
16548         "overflow" label definition and associated code with the
16549         same cpp condition that guards the sole use of that label.
16550
16551 2008-01-26  Bruno Haible  <bruno@clisp.org>
16552
16553         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
16554         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
16555         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
16556         * lib/isnanl-nolibm.h (isnanl): Likewise.
16557         Reported by Paul Eggert <eggert@cs.ucla.edu>.
16558
16559 2008-01-26  Bruno Haible  <bruno@clisp.org>
16560
16561         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
16562         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
16563
16564 2008-01-26  Bruno Haible  <bruno@clisp.org>
16565
16566         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
16567         GCC >= 4.0 built-in.
16568         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
16569
16570 2008-01-26  Bruno Haible  <bruno@clisp.org>
16571
16572         Rename isnan, applicable to 'double' only, to isnand.
16573         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
16574         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
16575         (configure.ac): Update.
16576         (Include): Replace "isnan.h" with "isnand.h".
16577         * m4/isnand.m4: Renamed from m4/isnan.m4.
16578         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
16579         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
16580         instead of isnan.c.
16581         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
16582         instead of HAVE_ISNAN_IN_LIBC.
16583         (isnand): Renamed from isnan.
16584         * lib/isnand.c: New file.
16585         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
16586         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
16587         (Makefile.am): Update.
16588         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
16589         Include isnand.h instead of isnan.h.
16590         (main): Test isnand instead of isnan.
16591         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
16592         isnan-nolibm.
16593         * modules/frexp (Depends-on): Likewise.
16594         * modules/frexp-tests (Depends-on): Likewise.
16595         * modules/frexp-nolibm (Depends-on): Likewise.
16596         * modules/frexp-nolibm-tests (Depends-on): Likewise.
16597         * modules/isfinite (Depends-on): Likewise.
16598         * modules/round-tests (Depends-on): Likewise.
16599         * modules/signbit (Depends-on): Likewise.
16600         * modules/signbit-tests (Depends-on): Likewise.
16601         * modules/snprintf-posix (Depends-on): Likewise.
16602         * modules/sprintf-posix (Depends-on): Likewise.
16603         * modules/trunc-tests (Depends-on): Likewise.
16604         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
16605         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
16606         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
16607         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
16608         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
16609         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
16610         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
16611         * modules/vasnprintf-posix (Depends-on): Likewise.
16612         * modules/vasprintf-posix (Depends-on): Likewise.
16613         * modules/vfprintf-posix (Depends-on): Likewise.
16614         * modules/vsnprintf-posix (Depends-on): Likewise.
16615         * modules/vsprintf-posix (Depends-on): Likewise.
16616         * lib/frexp.c: Include isnand.h instead of isnan.h.
16617         (ISNAN): Set to isnand instead of isnan.
16618         * lib/isfinite.c: Include isnand.h instead of isnan.h.
16619         (gl_isfinited): Use isnand instead of isnan.
16620         * lib/signbitd.c: Include isnand.h instead of isnan.h.
16621         (gl_signbitd): Use isnand instead of isnan.
16622         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
16623         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
16624         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
16625         (main): Use isnand instead of isnan.
16626         * tests/test-round1.c: Include isnand.h.
16627         (main): Use isnand instead of isnan.
16628         * tests/test-round2.c: Include isnand.h instead of isnan.h.
16629         (ISNAN): Set to isnand instead of isnan.
16630         * tests/test-trunc1.c: Include isnand.h.
16631         (main): Use isnand instead of isnan.
16632         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
16633         (equal): Use isnand instead of isnan.
16634         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
16635         isnand-nolibm.
16636         * NEWS: Mention the change.
16637
16638 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
16639             Bruno Haible  <bruno@clisp.org>
16640
16641         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
16642         the GCC builtins for signbits are present and set
16643         REPLACE_SIGNBIT_USING_GCC if so.
16644         * lib/math.in.h (signbit): Define using GCC builtins if
16645         REPLACE_SIGNBIT_USING_GCC is set.
16646         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
16647         REPLACE_SIGNBIT_USING_GCC.
16648         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
16649
16650 2008-01-25  Jim Meyering  <meyering@redhat.com>
16651
16652         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
16653         * lib/poll.c: Include <config.h>, not "config.h".
16654         * tests/test-getaddrinfo.c: Likewise.
16655
16656 2008-01-25  Simon Josefsson  <simon@josefsson.org>
16657
16658         * modules/sockets-tests: New file.
16659
16660 2008-01-24  Simon Josefsson  <simon@josefsson.org>
16661
16662         * modules/sockets: New module, can be used to call WSA_Startup and
16663         WSA_Cleanup when needed.
16664
16665         * lib/sockets.h, lib/sockets.c: New files.
16666
16667         * m4/sockets.m4: New file.
16668
16669         * tests/test-sockets.c: New file.
16670
16671 2008-01-19  Bruno Haible  <bruno@clisp.org>
16672
16673         * doc/posix-headers: Renamed from doc/headers.
16674         * doc/posix-functions: Renamed from doc/functions.
16675         * doc/gnulib.texi: Update.
16676
16677 2008-01-19  Bruno Haible  <bruno@clisp.org>
16678
16679         * doc/glibc-functions/strcasestr.texi: Include contents of
16680         doc/functions/strcasestr.texi, fixing the list of platforms.
16681         * doc/functions/strcasestr.texi: Remove file.
16682
16683 2008-01-19  Bruno Haible  <bruno@clisp.org>
16684
16685         * doc/glibc-functions/memmem.texi: Include contents of
16686         doc/functions/memmem.texi.
16687         * doc/functions/memmem.texi: Remove file.
16688
16689 2008-01-18  Bruno Haible  <bruno@clisp.org>
16690
16691         * doc/glibc-functions/*.texi: New files.
16692         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
16693         to use the new files.
16694
16695 2008-01-17  Bruno Haible  <bruno@clisp.org>
16696
16697         * tests/test-gethostname.c (main): Fix printf statement.
16698
16699 2008-01-17  Simon Josefsson  <simon@josefsson.org>
16700
16701         * modules/gethostname-tests: New file.
16702
16703         * tests/test-gethostname.c: New file.
16704
16705 2008-01-17  Simon Josefsson  <simon@josefsson.org>
16706
16707         * lib/gethostname.c: Include string.h unconditionally, strncpy is
16708         used by the UNAME case.  Reported by Bruno Haible
16709         <bruno@clisp.org>.
16710
16711 2008-01-17  Eric Blake  <ebb9@byu.net>
16712
16713         Convert c-strcasestr to be more efficient.
16714         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
16715         (Depends-on): Add c-strcase, remove malloca, strnlen.
16716         * tests/test-c-strcasestr.c (main): Enhance test.
16717         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
16718
16719 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
16720
16721         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
16722         Use it in creating po/Makevars.
16723
16724 2008-01-15  Simon Josefsson  <simon@josefsson.org>
16725
16726         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
16727         Applications that requires it should initialize libgcrypt
16728         manually.
16729
16730 2008-01-16  Simon Josefsson  <simon@josefsson.org>
16731
16732         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
16733
16734 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
16735
16736         Fix problem with getdate on mingw32 reported by Simon Josefsson
16737         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
16738         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
16739         tzname", when deciding whether to declare tzname.
16740         * lib/strftime.c (tzname): Likewise.
16741
16742 2008-01-15  Bruno Haible  <bruno@clisp.org>
16743
16744         Work around a MacOS X 10.5 bug in frexpl().
16745         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
16746         * doc/functions/frexpl.texi: Document the bug.
16747         Reported by Elias Pipping <pipping@gentoo.org>.
16748
16749 2008-01-14  Eric Blake  <ebb9@byu.net>
16750
16751         Touch up previous patch.
16752         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
16753         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
16754
16755         Convert strcasestr module to use Two-Way algorithm.
16756         * modules/strcasestr-simple: New module, based on the old
16757         strcasestr, but with Two-Way rather than KMP.
16758         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
16759         * lib/string.in.h (rpl_strcasestr): Declare.
16760         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
16761         performance.
16762         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
16763         * modules/string (Makefile.am): Support strcasestr.
16764         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
16765         * modules/strcasestr-tests (Depends-on): Check for alarm.
16766         * tests/test-strcasestr.c: Augment test.
16767         * lib/str-two-way.h: Clean up stray macro.
16768         * NEWS: Document new module.
16769         * MODULES.html.sh (string handling): Likewise.
16770         * doc/functions/strcasestr.texi: New file.
16771         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
16772         here, since it is not a POSIX function.
16773
16774 2008-01-14  Colin Watson  <cjwatson@debian.org>
16775             Bruno Haible  <bruno@clisp.org>
16776
16777         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
16778         works fine; if not, set REPLACE_STRSIGNAL.
16779         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
16780         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
16781         REPLACE_STRSIGNAL.
16782         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
16783         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
16784         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
16785
16786 2008-01-14  Bruno Haible  <bruno@clisp.org>
16787
16788         * modules/strsignal (Include): Change to <string.h>.
16789
16790 2008-01-14  Colin Watson  <cjwatson@debian.org>
16791
16792         * modules/argp (Notice): Add a notice recommending to change
16793         XGETTEXT_OPTIONS.
16794         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
16795
16796 2008-01-13  Colin Watson  <cjwatson@debian.org>
16797
16798         * modules/strsignal-tests: New file.
16799         * tests/test-strsignal.c: New file.
16800
16801         * lib/strsignal.c: New file, from glibc with modifications.
16802         * lib/siglist.h: New file, from glibc with modifications.
16803         * lib/string.in.h (strsignal): New declaration.
16804         * m4/strsignal.m4: New file.
16805         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
16806         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
16807         * modules/strsignal: New file.
16808         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
16809         HAVE_DECL_STRSIGNAL.
16810
16811 2008-01-13  Bruno Haible  <bruno@clisp.org>
16812
16813         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
16814         locale encoding is not ASCII. Needed for OpenBSD 4.0.
16815         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
16816         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
16817
16818 2008-01-13  Bruno Haible  <bruno@clisp.org>
16819
16820         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
16821         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
16822         * lib/argp.h (__attribute__): Likewise.
16823         * lib/c-stack.c (__attribute__): Likewise.
16824         * lib/error.h (__attribute__): Likewise.
16825         * lib/fts.c (__attribute__): Likewise.
16826         * lib/openat.h (__attribute__): Likewise.
16827         * lib/stdio.in.h (__attribute__): Likewise.
16828         * lib/string.in.h (__attribute__): Likewise.
16829         * lib/utimens.c (__attribute__): Likewise.
16830         * lib/vasnprintf.h (__attribute__): Likewise.
16831         * lib/xalloc.h (__attribute__): Likewise.
16832         * lib/xprintf.h (__attribute__): Likewise.
16833         * lib/xstrtol.h (__attribute__): Likewise.
16834         * lib/xvasprintf.h (__attribute__): Likewise.
16835
16836 2008-01-12  Bruno Haible  <bruno@clisp.org>
16837
16838         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
16839         * doc/glibc-headers/a.out.texi: New file.
16840         * doc/glibc-headers/aliases.texi: New file.
16841         * doc/glibc-headers/alloca.texi: New file.
16842         * doc/glibc-headers/ar.texi: New file.
16843         * doc/glibc-headers/argp.texi: New file.
16844         * doc/glibc-headers/argz.texi: New file.
16845         * doc/glibc-headers/byteswap.texi: New file.
16846         * doc/glibc-headers/crypt.texi: New file.
16847         * doc/glibc-headers/endian.texi: New file.
16848         * doc/glibc-headers/envz.texi: New file.
16849         * doc/glibc-headers/err.texi: New file.
16850         * doc/glibc-headers/error.texi: New file.
16851         * doc/glibc-headers/execinfo.texi: New file.
16852         * doc/glibc-headers/fpu_control.texi: New file.
16853         * doc/glibc-headers/fstab.texi: New file.
16854         * doc/glibc-headers/fts.texi: New file.
16855         * doc/glibc-headers/getopt.texi: New file.
16856         * doc/glibc-headers/ieee754.texi: New file.
16857         * doc/glibc-headers/ifaddrs.texi: New file.
16858         * doc/glibc-headers/libintl.texi: New file.
16859         * doc/glibc-headers/mcheck.texi: New file.
16860         * doc/glibc-headers/mntent.texi: New file.
16861         * doc/glibc-headers/obstack.texi: New file.
16862         * doc/glibc-headers/paths.texi: New file.
16863         * doc/glibc-headers/printf.texi: New file.
16864         * doc/glibc-headers/pty.texi: New file.
16865         * doc/glibc-headers/resolv.texi: New file.
16866         * doc/glibc-headers/shadow.texi: New file.
16867         * doc/glibc-headers/sysexits.texi: New file.
16868         * doc/glibc-headers/ttyent.texi: New file.
16869
16870 2008-01-12  Jim Meyering  <meyering@redhat.com>
16871
16872         announce-gen: emit Gnulib's git-based version string.
16873         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
16874         New option --gnulib-version=V, where V is expected to be
16875         the output of running git describe in the gnulib directory.
16876         (get_tool_versions): Request feedback on xdelta.  I suspect it's
16877         not useful, and plan to stop publishing an xdelta file with each
16878         coreutils release.
16879
16880         * build-aux/announce-gen: Also check for lzma-compressed files.
16881
16882 2008-01-11  Bruno Haible  <bruno@clisp.org>
16883
16884         * tests/test-memmem.c (main): Increase maximum allowed time.
16885         * tests/test-strstr.c (main): Likewise.
16886
16887 2008-01-11  Bruno Haible  <bruno@clisp.org>
16888
16889         * doc/functions/memmem.texi: Add more precisions about platforms.
16890         * doc/functions/strstr.texi: Likewise.
16891
16892 2008-01-10  Eric Blake  <ebb9@byu.net>
16893
16894         * m4/strstr.m4: Delete cruft from copy-n-paste.
16895         Reported by Bruno Haible.
16896
16897 2008-01-10  Bruno Haible  <bruno@clisp.org>
16898
16899         Make c-strstr rely on strstr.
16900         * lib/c-strstr.c: Don't include str-kmp.h.
16901         (c_strstr): Define in terms of strstr.
16902         * modules/c-strstr (Files): Remove lib/str-kmp.h.
16903         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
16904
16905 2008-01-10  Bruno Haible  <bruno@clisp.org>
16906
16907         * doc/gnulib.texi (String Functions in C Locale): New section.
16908         * doc/c-ctype.texi: New file.
16909         * doc/c-strcase.texi: New file.
16910         * doc/c-strcaseeq.texi: New file.
16911         * doc/c-strcasestr.texi: New file.
16912         * doc/c-strstr.texi: New file.
16913         * doc/c-strtod.texi: New file.
16914         * doc/c-strtold.texi: New file.
16915
16916 2008-01-10  Eric Blake  <ebb9@byu.net>
16917
16918         * lib/relocatable.h: Fix a comment.
16919
16920 2008-01-10  Eric Blake  <ebb9@byu.net>
16921
16922         Share two-way algorithm.
16923         * lib/str-two-way.h: New file, merged from...
16924         * lib/memmem.c: ...here...
16925         * lib/strstr.c: ...and here.
16926         * modules/memmem (Files): Use it.
16927         * modules/strstr (Files): Likewise.
16928
16929         Avoid quadratic strstr implementations.
16930         * lib/strstr.c: New file.
16931         * m4/strstr.m4: Likewise.
16932         * modules/strstr: Likewise.
16933         * modules/strstr-tests: Likewise.
16934         * tests/test-strstr.c: Likewise.
16935         * lib/string.in.h (rpl_strstr): Declare.
16936         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
16937         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
16938         * modules/string (Makefile.am): Likewise.
16939         * MODULES.html.sh (string handling): Mention new module.
16940         * doc/functions/strstr.texi (strstr): Document the bug.
16941
16942 2008-01-10  Bruno Haible  <bruno@clisp.org>
16943
16944         * lib/relocatable.h (relocate): State whether result is freshly
16945         allocated or not.
16946         * lib/relocatable.c (relocate): Return a freshly allocated string
16947         instead of a pointer to a privately held string.
16948         Reported by Sylvain Beucler <beuc@gnu.org>.
16949
16950 2008-01-10  Colin Watson  <cjwatson@debian.org>
16951
16952         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
16953         s/S_ISNLK/S_ISLNK/.
16954
16955 2008-01-09  Bruno Haible  <bruno@clisp.org>
16956
16957         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
16958         and other files.
16959         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
16960         if it's only a guess.
16961         * modules/memmem: Simplify by depending on memmem-simple.
16962
16963 2008-01-09  Bruno Haible  <bruno@clisp.org>
16964
16965         Work around OpenBSD 4.0 tdelete() bug.
16966         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
16967         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
16968         macros and don't redefine the enum values.
16969         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
16970         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
16971         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
16972
16973 2008-01-09  Bruno Haible  <bruno@clisp.org>
16974
16975         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
16976         (main): Don't perform the tests if setlocale did not install a UTF-8
16977         locale. Needed on OpenBSD 4.0.
16978         * modules/wcwidth-tests (Depends-on): Add localcharset.
16979
16980 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16981
16982         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
16983         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
16984         * NEWS: announce this.
16985         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
16986
16987 2008-01-09  Simon Josefsson  <simon@josefsson.org>
16988         and Eric Blake  <ebb9@byu.net>
16989
16990         Add memmem-simple module.
16991         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
16992         (gl_FUNC_MEMMEM): Separate performance from presence checks.
16993         * modules/memmem-simple: New file.
16994         * modules/memmem (Description): Tweak.
16995         * MODULES.html.sh (string handling): Mention new module.
16996         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
16997         addressed by memmem-simple.
16998         * NEWS: Document the difference.
16999
17000 2008-01-09  Eric Blake  <ebb9@byu.net>
17001
17002         Give gcc some memmem optimization hints.
17003         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
17004         (strcasestr): Declare as pure.
17005         * modules/memmem (Maintainer): Claim my implementation.
17006
17007 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17008
17009         Support AIX 6.1 and higher.
17010         * build-aux/config.libpath: Likewise.
17011         * build-aux/config.rpath: Likewise.
17012
17013 2008-01-08  Jim Meyering  <meyering@redhat.com>
17014             Bruno Haible  <bruno@clisp.org>
17015
17016         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
17017         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
17018         Reported by Peter Fales in
17019         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
17020
17021 2008-01-08  Bruno Haible  <bruno@clisp.org>
17022
17023         * modules/unictype/category-of (Depends-on): Add
17024         unictype/category-none.
17025         * modules/unictype/category-and-tests (Depends-on): Add
17026         unictype/category-{L,N,Lu,Nd}.
17027         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
17028         * modules/unictype/category-or-tests (Depends-on): Add
17029         unictype/category-{L,N}.
17030         * modules/unictype/category-name-tests (Depends-on): Add
17031         unictype/category-{Z,Nl}.
17032         Reported by Simon Josefsson.
17033
17034 2008-01-08  Bruno Haible  <bruno@clisp.org>
17035
17036         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
17037         convention better.
17038         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
17039         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
17040         Reported by Peter Miller <millerp@canb.auug.org.au>.
17041
17042 2008-01-08  Eric Blake  <ebb9@byu.net>
17043
17044         Rewrite memmem to guarantee linear complexity without malloc.
17045         * lib/memmem.c (memmem): Use Two-Way rather than
17046         Knuth-Morris-Pratt, to allow O(1) space usage.
17047         (critical_factorization, two_way_short_needle)
17048         (two_way_long_needle): New functions.
17049         (knuth_morris_pratt): Delete.
17050         * modules/memmem (Depends-on): No longer need malloca or stdbool.
17051         Add stdint.
17052         * tests/test-memmem.c (main): Add tests for periodic needle and
17053         sublinear performance.
17054         * doc/functions/memmem.texi (memmem): Document other deficiencies
17055         in cygwin and older glibc.
17056
17057 2008-01-08  Bruno Haible  <bruno@clisp.org>
17058
17059         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
17060         augmentation.
17061
17062 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
17063
17064         Add a configure time option: --disable-acl.
17065         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
17066         AC_ARG_ENABLE(acl).
17067
17068 2008-01-06  Simon Josefsson  <simon@josefsson.org>
17069
17070         * tests/test-localename.c: Don't include obsolete "setenv.h".
17071
17072         * modules/localename-tests (Depends-on): Need unsetenv.
17073
17074 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17075
17076         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
17077
17078 2008-01-06  Colin Watson  <cjwatson@debian.org>
17079
17080         * users.txt: Add man-db.
17081
17082 2008-01-07  Bruno Haible  <bruno@clisp.org>
17083
17084         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
17085         previous section name.
17086
17087 2008-01-07  Bruno Haible  <bruno@clisp.org>
17088
17089         * lib/progname.c (set_program_name): Don't strip off a leading
17090         "lt-" prefix outside a .libs directory.
17091         Suggested by Paul Eggert.
17092
17093 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
17094             Bruno Haible  <bruno@clisp.org>
17095
17096         Improve memory cleanup in 'relocatable' module.
17097         * lib/relocatable.h (compute_curr_prefix): Change return type to
17098         'char *'.
17099         * lib/relocatable.c (compute_curr_prefix): Change return type to
17100         'char *'. Free curr_installdir after use.
17101         (relocate): Free curr_prefix_better after use.
17102         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
17103
17104 2008-01-01  Bruno Haible  <bruno@clisp.org>
17105
17106         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
17107         failure on older glibc systems.
17108         Reported by Peter Fales <psfales@alcatel-lucent.com>.
17109
17110 2008-01-05  Eric Blake  <ebb9@byu.net>
17111
17112         Avoid quadratic system memmem.
17113         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
17114         Reported by Ralf Wildenhues.
17115
17116         Fix memmem test for mingw.
17117         * modules/memmem-tests (configure.ac): Check for alarm.
17118         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
17119         it.
17120         * doc/functions/memmem.texi: New file.
17121         * doc/gnulib.texi (Function Substitutes): Add memmem.
17122         Reported by Bruno Haible.
17123
17124 2008-01-04  Bruno Haible  <bruno@clisp.org>
17125
17126         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
17127         Require gl_HEADER_STRINGS_H_DEFAULTS, not
17128         gl_HEADER_STRING_H_DEFAULTS.
17129
17130 2008-01-04  Eric Blake  <ebb9@byu.net>
17131
17132         Shorten duration of memmem test.
17133         * tests/test-memmem.c (main): Use alarm to declare failure if test
17134         is taking too long.
17135         Reported by Ralf Wildenhues.
17136
17137 2007-12-21  Simon Josefsson  <simon@josefsson.org>
17138
17139         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
17140         string, needed by strerror.
17141
17142 2008-01-03  Colin Watson  <cjwatson@debian.org>
17143             Bruno Haible  <bruno@clisp.org>
17144
17145         * doc/gnulib-tool.texi (Localization): New section.
17146
17147 2008-01-02  Bruno Haible  <bruno@clisp.org>
17148
17149         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
17150         variables to 'unsigned char *' type.
17151         Reported by Paul Eggert.
17152
17153 2008-01-02  Jim Meyering  <jim@meyering.net>
17154
17155         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
17156
17157 2007-12-31  Jim Meyering  <jim@meyering.net>
17158
17159         Avoid use of private FTS type name.
17160         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
17161
17162 2007-12-30  Karl Berry  <karl@gnu.org>
17163
17164         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
17165         work around defect in Texinfo and/or the standalone Info browser.
17166
17167 2007-12-30  Bruno Haible  <bruno@clisp.org>
17168
17169         Unify 5 copies of the KMP code.
17170         * lib/str-kmp.h: New file.
17171         * lib/c-strcasestr.c: Include str-kmp.h.
17172         (knuth_morris_pratt): Remove function.
17173         (c_strcasestr): Update.
17174         * lib/c-strstr.c: Include str-kmp.h.
17175         (knuth_morris_pratt): Remove function.
17176         (c_strcasestr): Update.
17177         * lib/mbscasestr.c: Include str-kmp.h.
17178         (knuth_morris_pratt_unibyte): Remove function.
17179         * lib/mbsstr.c: Include str-kmp.h.
17180         (knuth_morris_pratt_unibyte): Remove function.
17181         * lib/strcasestr.c: Include str-kmp.h.
17182         (knuth_morris_pratt): Remove function.
17183         (strcasestr): Update.
17184         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
17185         * modules/c-strstr (Files): Likewise.
17186         * modules/mbscasestr (Files): Likewise.
17187         * modules/mbsstr (Files): Likewise.
17188         * modules/strcasestr (Files): Likewise.
17189         Suggested by Paul Eggert.
17190
17191 2007-12-30  Bruno Haible  <bruno@clisp.org>
17192
17193         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
17194         defined.
17195
17196 2007-12-30  Bruno Haible  <bruno@clisp.org>
17197
17198         * lib/xmalloca.h: Include xalloc.h.
17199         (xnmalloca): New macro.
17200
17201 2007-12-30  Bruno Haible  <bruno@clisp.org>
17202
17203         * lib/malloca.h (nmalloca): New macro.
17204         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
17205         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
17206         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
17207         knuth_morris_pratt_multibyte): Likewise.
17208         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
17209         knuth_morris_pratt_multibyte): Likewise.
17210         * lib/memmem.c (knuth_morris_pratt): Likewise.
17211         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
17212
17213 2007-12-25  Bruno Haible  <bruno@clisp.org>
17214
17215         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
17216         * lib/glob.c: Don't include openat.h.
17217         (link_exists2_p): Add back the code that deals with the
17218         !GLOB_ALTDIRFUNC case.
17219         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
17220         let it do the filename concatenation.
17221         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
17222         * modules/glob (Depends-on): Remove openat.
17223
17224 2007-12-31  Bruno Haible  <bruno@clisp.org>
17225
17226         * modules/dirfd (License): Change to LGPLv2+.
17227         Approved by Jim Meyering.
17228
17229 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
17230
17231         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
17232         when multiplying M by sizeof (size_t).
17233
17234 2007-12-10  Martin Lambers  <marlam@marlam.de>
17235
17236         Override getpagesize on mingw.
17237         * lib/getpagesize.c: New file.
17238         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
17239         * modules/getpagesize (Files): Add lib/getpagesize.c.
17240         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
17241         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17242         REPLACE_GETPAGESIZE.
17243         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
17244
17245 2007-12-25  Bruno Haible  <bruno@clisp.org>
17246
17247         * modules/localcharset (Notice): New field.
17248         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
17249         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
17250
17251 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
17252             Bruno Haible  <bruno@clisp.org>
17253
17254         Avoid using the syntax symbol() in formatted documentation.
17255         * MODULES.html.sh (func_module): When replacing symbol() with a
17256         hyperlink, remove the parentheses. Show an error if some remain.
17257         Recognize and render the '...' syntax.
17258         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
17259         Rework. Add paragraph about GCC's inlining.
17260         * doc/alloca.texi: Likewise.
17261         * doc/error.texi: Remove parentheses from symbol reference.
17262         * doc/gnulib-intro.texi: Likewise.
17263         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
17264         * modules/fnmatch (Description): Reword to say "the ... function".
17265         * modules/full-read (Description): Likewise.
17266         * modules/full-write (Description): Likewise.
17267         * modules/safe-read (Description): Likewise.
17268         * modules/safe-write (Description): Likewise.
17269         * modules/strchrnul (Description): Likewise.
17270         * modules/trim (Description): Likewise.
17271         * modules/error (Description): Remove parentheses from symbol
17272         references.
17273         * modules/verror (Description): Likewise.
17274         Reported by Karl Berry.
17275
17276 2007-12-25  Bruno Haible  <bruno@clisp.org>
17277
17278         Fixup after 2007-10-16 commit.
17279         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
17280
17281 2007-12-24  Bruno Haible  <bruno@clisp.org>
17282
17283         Make --enable-relocatable work with DESTDIR.
17284         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
17285         to compute installdir from destprog.
17286         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
17287         also set the RELOC_DESTDIR variable.
17288         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
17289
17290 2007-12-24  Bruno Haible  <bruno@clisp.org>
17291
17292         Fix link error due to xalloc_die().
17293         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
17294         of xreadlink.
17295         * lib/relocwrapper.c: Update comments.
17296         * build-aux/install-reloc: Remove xreadlink.c from file list.
17297         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
17298         xreadlink.c.
17299         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
17300
17301 2007-12-24  Bruno Haible  <bruno@clisp.org>
17302
17303         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
17304         * lib/setenv.h: Remove file.
17305         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
17306         lib/setenv.h.
17307         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
17308         (Depends-on): Add stdlib.
17309         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
17310         gl_FUNC_UNSETENV.
17311         (Include): Replace setenv.h with <stdlib.h>.
17312         * modules/unsetenv: New file.
17313         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
17314         * lib/unsetenv.c: Include <stdlib.h> first.
17315         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
17316         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
17317         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
17318         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
17319         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
17320         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
17321         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
17322         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
17323         * doc/functions/unsetenv.texi: Update.
17324         * modules/xsetenv (Depends-on): Add unsetenv.
17325         * modules/getdate (Depends-on): Likewise.
17326         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
17327         * lib/xsetenv.c: Don't include setenv.h.
17328         * lib/getdate.y: Likewise.
17329         * lib/relocwrapper.c: Likewise.
17330         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
17331         (Depends-on): Add stdlib.
17332         * NEWS: Mention the changes.
17333         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
17334
17335 2007-12-23  Bruno Haible  <bruno@clisp.org>
17336
17337         * lib/memmem.c (memmem): Use lowercase variable names. Tab
17338         indentation.
17339
17340 2007-12-23  Bruno Haible  <bruno@clisp.org>
17341
17342         * lib/c-strcasestr.c: Add more comments.
17343         * lib/c-strstr.c: Likewise.
17344         * lib/mbscasestr.c: Likewise.
17345         * lib/mbsstr.c: Likewise.
17346         * lib/strcasestr.c: Likewise.
17347         * lib/memmem.c: Likewise.
17348
17349 2007-12-23  Bruno Haible  <bruno@clisp.org>
17350
17351         * tests/test-memmem.c: Include <string.h> first.
17352
17353 2007-12-22  Bruno Haible  <bruno@clisp.org>
17354
17355         * gnulib-tool (func_create_testdir): Change $auxdir while generating
17356         the contents of $testsbase.
17357         Reported by Ralf Wildenhues.
17358
17359 2007-12-22  Bruno Haible  <bruno@clisp.org>
17360
17361         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
17362         two variables local_ldadd_before, local_ldadd_last.
17363
17364 2007-12-20  Eric Blake  <ebb9@byu.net>
17365
17366         Work around circular library issue when cross-compiling.
17367         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
17368         that progname.o does not need to pull in rpl_memcmp.
17369
17370 2007-12-19  Eric Blake  <ebb9@byu.net>
17371
17372         Fix memmem to avoid O(n^2) worst-case complexity.
17373         * lib/memmem.c (knuth_morris_pratt): New function.
17374         (memmem): Use it if first few naive iterations fail.
17375         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
17376         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
17377         * modules/memchr (License): Likewise.
17378         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
17379         malloca.
17380         * tests/test-memmem.c: Rewrite, borrowing ideas from
17381         test-mbsstr1.c; the old version wouldn't even compile!
17382         * modules/memmem-tests: New file.
17383         * lib/string.in.h (rpl_memmem): Add declaration.
17384         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
17385         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
17386         REPLACE_MEMMEM.
17387
17388 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
17389
17390         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
17391         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
17392         before any system include files, and undef after them all.  This
17393         should fix a problem on VMS reported by John E. Malmberg in
17394         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
17395
17396 2007-12-17  Eric Blake  <ebb9@byu.net>
17397
17398         Revert addition of verify, for BSD/OS.
17399         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
17400         can't handle large files, for the sake of obsolete platforms.
17401         * modules/fseeko (Depends-on): Remove verify.
17402         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
17403         * doc/functions/ftello.texi (ftello): Likewise.
17404         * doc/functions/fgetpos.texi (fgetpos): Likewise.
17405         Reported by Larry Jones.
17406
17407 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
17408
17409         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
17410         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
17411
17412 2007-12-17  Jim Meyering  <meyering@redhat.com>
17413
17414         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
17415         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
17416         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
17417         * modules/getcwd (Depends-on): Add openat.
17418         Reported by Petr Salinger.
17419
17420 2007-12-17  Bruno Haible  <bruno@clisp.org>
17421
17422         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
17423         avoid a segmentation fault of the configure test on x86_64 systems.
17424
17425 2007-12-15  Jim Meyering  <meyering@redhat.com>
17426
17427         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
17428
17429 2007-12-13  Eric Blake  <ebb9@byu.net>
17430
17431         Another fseek test.
17432         * tests/test-fseek.c (main): Also test ungetc handling.
17433         * tests/test-fseeko.c (main): Likewise.
17434         * modules/fseeko (Depends-on): Add verify.
17435         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
17436         large.
17437         Reported by Larry Jones.
17438
17439         Fix fseeko on mingw.
17440         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
17441         seek.
17442
17443         Beef up fseek tests.
17444         * tests/test-fseek.c (main): Also test eof handling.
17445         * tests/test-fseeko.c (main): Likewise.
17446         Reported by Larry Jones.
17447
17448 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
17449
17450         Fix fseeko on BSD-based platforms.
17451         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
17452         successful seek.
17453
17454 2007-12-12  Eric Blake  <ebb9@byu.net>
17455
17456         Allow circular dependency of separate libtests.a
17457         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
17458         when use_libtests.
17459
17460 2007-12-11  Eric Blake  <ebb9@byu.net>
17461
17462         Fix bug with -0.0L in previous patch.
17463         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
17464         * tests/test-isnan.c (main): Also test on zeroes.
17465         * tests/test-isnanf.c (main): Likewise.
17466         * tests/test-isnanl.h (main): Likewise.
17467
17468         Detect pseudo-denormals on x86 even when cross-compiling.
17469         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
17470         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
17471         invalid bit patterns that happen to satisfy ==.
17472
17473         Avoid link failures with separate libtests.a.
17474         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
17475         last, to satisfy circular dependencies.
17476
17477 2007-12-11  Eric Blake  <ebb9@byu.net>
17478         and Bruno Haible  <bruno@clisp.org>
17479
17480         Fix OpenBSD 4.0 <float.h> handling of long double.
17481         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
17482         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
17483         * doc/headers/float.texi (float.h): Document OpenBSD bug.
17484
17485 2007-12-11  Jim Meyering  <meyering@redhat.com>
17486
17487         * users.txt: Add libvirt.
17488
17489         Support versions of autoconf prior to 2.59c.
17490         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
17491         if it is not already defined.
17492
17493 2007-12-09  Bruno Haible  <bruno@clisp.org>
17494
17495         Let 'gnulib-tool --import' collect sources needed for the tests in
17496         tests/ rather than in lib/.
17497         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
17498         argument. If true, add rules to generate libtests.a, and put libtests.a
17499         into $(LDADD). Consider source files in subdirectories and set
17500         uses_subdirs.
17501         (func_emit_initmacro_start, func_emit_initmacro_end,
17502         func_emit_initmacro_done): Pass all arguments explicitly.
17503         (func_import): Determine two module lists main_modules,
17504         testsrelated_modules. Determine use_libtests. Determine two variables
17505         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
17506         instead of just sed_transform_lib_file. Determine two variables
17507         main_files and testsrelated_files. Compute 'files' as the union of
17508         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
17509         func_add_or_update. In the generated gnulib-comp.m4, collect the
17510         object files for tests/ in different variables than those for lib/.
17511         Substitute LIBTESTS_LIBDEPS.
17512         (func_create_testdir): Combine the uses_subdirs results from
17513         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
17514
17515 2007-12-09  Bruno Haible  <bruno@clisp.org>
17516
17517         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
17518         the build-aux directory.
17519
17520 2007-12-09  Bruno Haible  <bruno@clisp.org>
17521
17522         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
17523         introduced on 2006-09-09.
17524
17525 2007-12-07  Jim Meyering  <meyering@redhat.com>
17526
17527         Let these macros work also with autoconf-2.59.
17528         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
17529         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
17530         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
17531
17532 2007-12-06  Jim Meyering  <meyering@redhat.com>
17533
17534         Avoid a configure-time syntax error in gl_FUNC_ACL.
17535         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
17536         function in each branch, before testing the cache variable.
17537
17538 2007-12-04  Eric Blake  <ebb9@byu.net>
17539
17540         Make scripts executable.
17541         * build-aux/config.guess: Add execute permissions.
17542         * build-aux/config.sub: Likewise.
17543         * build-aux/gendocs.sh: Likewise.
17544
17545         Fix frexp on mingw.
17546         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
17547         cross-compiling.
17548         * doc/functions/frexp.texi (frexp): Document the bug.
17549
17550         Make cygwin fseeko check more reliable.
17551         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
17552         version numbers, rather than unrelated feature check.
17553         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
17554         * doc/functions/ftello.texi (ftello): Likewise.
17555         Reported by Bruno Haible.
17556
17557         * m4/strerror.m4: Bump version number.
17558
17559 2007-12-03  Bruno Haible  <bruno@clisp.org>
17560
17561         * doc/functions/mprotect.texi: Mention the mingw problem.
17562
17563 2007-12-03  Eric Blake  <ebb9@byu.net>
17564
17565         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
17566         REPLACE_STRERROR is initialized before this macro.
17567
17568 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
17569
17570         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
17571         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
17572         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
17573         put -lsec in even for programs other than 'ls'.  This fixes a problem
17574         for gettext reported by Bruno Haible in
17575         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
17576         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
17577         Add support for Solaris 10.  This isn't efficient, but should get the
17578         job done for now.
17579
17580 2007-12-03  James Youngman  <jay@gnu.org>
17581
17582         * doc/regexprops-generic.texi: change "an close-group" to "a
17583         close-group" and "illegal" to "not allowed".
17584
17585 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17586
17587         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
17588         pr_byname.h. Needed for the rare case when the maintainer has done
17589         "make maintainer-clean" in the source directory and then attempts a
17590         build outside the source directory.
17591         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
17592         scripts_byname.h.
17593
17594 2007-12-02  Martin Lambers <marlam@marlam.de>
17595             Bruno Haible  <bruno@clisp.org>
17596
17597         * lib/getpagesize.h: Remove file.
17598         * lib/unistd.in.h: Include declaration of getpagesize here.
17599         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
17600         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
17601         HAVE_SYS_PARAM_H.
17602         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
17603         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
17604         * modules/getpagesize (Files): Remove lib/getpagesize.h.
17605         (Depends-on): Add unistd.
17606         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17607         (Include): Use <unistd.h> instead of getpagesize.h.
17608         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
17609         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
17610         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
17611         gl_GETPAGESIZE invocation, already handled by module dependency.
17612         * lib/pagealign_alloc.c: Don't include getpagesize.h.
17613
17614 2007-12-02  Bruno Haible  <bruno@clisp.org>
17615
17616         * modules/strings-tests: New file.
17617         * tests/test-strings.c: New file.
17618
17619         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
17620         * lib/strings.in.h: New file.
17621         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
17622         * m4/strings_h.m4: New file.
17623         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
17624         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
17625         * modules/strings: New file.
17626         * modules/string (Makefile.am): Update.
17627         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
17628         Reported by Karl Berry.
17629
17630 2007-12-01  Eric Blake  <ebb9@byu.net>
17631
17632         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
17633         accomodate fix in cygwin 1.5.25.
17634
17635 2007-12-01  Jim Meyering  <meyering@redhat.com>
17636
17637         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
17638         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
17639         that would inhibit utf8-optimization of a regexp containing line-
17640         or buffer-anchors, e.g., `^', `$'.
17641
17642 2007-11-30  Bruno Haible  <bruno@clisp.org>
17643
17644         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
17645         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
17646         glthread_recursive_lock_init.
17647         * lib/lock.c (glthread_recursive_lock_init)
17648         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
17649         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17650
17651 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
17652
17653         New function qset_acl, like set_acl but with syscall semantics.
17654         * lib/acl.h (qset_acl): New decl.
17655         * lib/acl.c (qset_acl): New function.
17656         (set_acl): Use new function.  Use more-consistent diagnostics.
17657
17658 2007-11-28  Jim Meyering  <meyering@redhat.com>
17659
17660         * modules/physmem (License): Change from GPL to LGPLv2+.
17661
17662 2007-11-26  Bruno Haible  <bruno@clisp.org>
17663
17664         * lib/vasnprintf.c (decode_long_double): Don't abort if the
17665         'long double' type has excess precision.
17666         Reported by Jim Meyering in
17667         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
17668
17669 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17670
17671         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
17672         Sync from <http://gnu.org/licenses>.
17673         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
17674         with license text from same location.
17675         * doc/maintain.texi, doc/standards.texi:  Sync from
17676         <http://savannah.gnu.org/projects/gnustandards>.
17677
17678 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
17679         and Jim Meyering  <meyering@redhat.com>
17680
17681         Adjust getdate' grammar to accept a slightly more regular language.
17682         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
17683         Before, the former was rejected.
17684         * lib/getdate.y (digits_to_date_time): New function, factored
17685         out of ...
17686         (number): ...here.  Just call digits_to_date_time.
17687         (hybrid): New non-terminal to handle an <unsigned number,
17688         signed relative offset> sequence consistently.
17689
17690 2007-11-18  Jim Meyering  <meyering@redhat.com>
17691
17692         Pull my changes from coreutils:
17693         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
17694         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
17695         use of $gnulib_tool_option_extras, so that it's separated from the
17696         preceding argument.
17697
17698         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
17699         * build-aux/bootstrap (cp_mark_as_generated): Create any required
17700         parent destination directories before copying a file into place.
17701
17702 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
17703
17704         bootstrap: work also with 4-argument variant of AC_INIT
17705         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
17706
17707 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17708
17709         Port test-getaddrinfo to Solaris.
17710         Problem reported by Bruno Haible in
17711         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
17712         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
17713         explanation of setting 'hints'.
17714         Don't reject an implementation merely because it returns EAI_SERVICE.
17715         (EAI_SERVICE): Define to 0 if not defined.
17716
17717 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
17718
17719         The license of gnu-make and posix-shell is now "GPLed build tool".
17720         * modules/gnu-make (License): Likewise.
17721         * modules/posix-shell (License): Likewise.
17722
17723         New module posix-shell, for determining a POSIX shell
17724         or perhaps something that is close enough to a POSIX shell.
17725         * m4/posix-shell.m4: New file.
17726         * modules/posix-shell: New file.
17727
17728         * MODULES.html.sh: Mention new module.
17729
17730         New module gnu-make, for determining whether we're using GNU Make.
17731         * m4/gnu-make.m4: New file.
17732         * modules/gnu-make: New file.
17733         * MODULES.html.sh: Mention new module.
17734
17735 2007-11-14  Jim Meyering  <meyering@redhat.com>
17736
17737         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
17738         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
17739         use this macro to create a function _definition_.
17740         Remove useless "#undef ARGMATCH_DIE".
17741
17742 2007-11-14  Bruno Haible  <bruno@clisp.org>
17743
17744         * lib/config.charset: Update for OpenBSD 4.1.
17745         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
17746
17747 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
17748
17749         Document 64-bit #if problems in stdint.texi.
17750         * doc/headers/stdint.texi (stdint.h): Mention problems with
17751         64-bit-#if, and how to work around them.
17752
17753         Don't insist on 'long long int' support in the preprocessor.  It
17754         breaks too many things.  For example, PRIdMAX still uses a 'long
17755         long int' format with the latest Sun compiler, even though
17756         HAVE_LONG_LONG_INT isn't defined due to that compiler's
17757         preprocessor problem.  This causes the latest coreutils to dump
17758         core on Solaris 10 sparc with the Sun C compiler.
17759         Instead, fix the 2007-10-16 problem in a different way, by evaluating
17760         the troublesome expressions at configure-time, not at #if-time.
17761         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
17762         preprocessor.
17763         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
17764         compile-time C checks, done at 'configure'-time.
17765         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
17766         * modules/inttypes (Makefile): Substitute the new symbols that
17767         gl_INTTYPES_H now generates.
17768         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
17769
17770 2007-11-12  Bruno Haible  <bruno@clisp.org>
17771
17772         Tests for Unicode character classification functions.
17773
17774         * modules/unictype/bidicategory-byname-tests: New file.
17775         * modules/unictype/bidicategory-name-tests: New file.
17776         * modules/unictype/bidicategory-of-tests: New file.
17777         * modules/unictype/bidicategory-test-tests: New file.
17778         * modules/unictype/block-list-tests: New file.
17779         * modules/unictype/block-of-tests: New file.
17780         * modules/unictype/block-test-tests: New file.
17781         * modules/unictype/category-C-tests: New file.
17782         * modules/unictype/category-Cc-tests: New file.
17783         * modules/unictype/category-Cf-tests: New file.
17784         * modules/unictype/category-Cn-tests: New file.
17785         * modules/unictype/category-Co-tests: New file.
17786         * modules/unictype/category-Cs-tests: New file.
17787         * modules/unictype/category-L-tests: New file.
17788         * modules/unictype/category-Ll-tests: New file.
17789         * modules/unictype/category-Lm-tests: New file.
17790         * modules/unictype/category-Lo-tests: New file.
17791         * modules/unictype/category-Lt-tests: New file.
17792         * modules/unictype/category-Lu-tests: New file.
17793         * modules/unictype/category-M-tests: New file.
17794         * modules/unictype/category-Mc-tests: New file.
17795         * modules/unictype/category-Me-tests: New file.
17796         * modules/unictype/category-Mn-tests: New file.
17797         * modules/unictype/category-N-tests: New file.
17798         * modules/unictype/category-Nd-tests: New file.
17799         * modules/unictype/category-Nl-tests: New file.
17800         * modules/unictype/category-No-tests: New file.
17801         * modules/unictype/category-P-tests: New file.
17802         * modules/unictype/category-Pc-tests: New file.
17803         * modules/unictype/category-Pd-tests: New file.
17804         * modules/unictype/category-Pe-tests: New file.
17805         * modules/unictype/category-Pf-tests: New file.
17806         * modules/unictype/category-Pi-tests: New file.
17807         * modules/unictype/category-Po-tests: New file.
17808         * modules/unictype/category-Ps-tests: New file.
17809         * modules/unictype/category-S-tests: New file.
17810         * modules/unictype/category-Sc-tests: New file.
17811         * modules/unictype/category-Sk-tests: New file.
17812         * modules/unictype/category-Sm-tests: New file.
17813         * modules/unictype/category-So-tests: New file.
17814         * modules/unictype/category-Z-tests: New file.
17815         * modules/unictype/category-Zl-tests: New file.
17816         * modules/unictype/category-Zp-tests: New file.
17817         * modules/unictype/category-Zs-tests: New file.
17818         * modules/unictype/category-and-not-tests: New file.
17819         * modules/unictype/category-and-tests: New file.
17820         * modules/unictype/category-byname-tests: New file.
17821         * modules/unictype/category-name-tests: New file.
17822         * modules/unictype/category-none-tests: New file.
17823         * modules/unictype/category-of-tests: New file.
17824         * modules/unictype/category-or-tests: New file.
17825         * modules/unictype/category-test-withtable-tests: New file.
17826         * modules/unictype/combining-class-tests: New file.
17827         * modules/unictype/ctype-alnum-tests: New file.
17828         * modules/unictype/ctype-alpha-tests: New file.
17829         * modules/unictype/ctype-blank-tests: New file.
17830         * modules/unictype/ctype-cntrl-tests: New file.
17831         * modules/unictype/ctype-digit-tests: New file.
17832         * modules/unictype/ctype-graph-tests: New file.
17833         * modules/unictype/ctype-lower-tests: New file.
17834         * modules/unictype/ctype-print-tests: New file.
17835         * modules/unictype/ctype-punct-tests: New file.
17836         * modules/unictype/ctype-space-tests: New file.
17837         * modules/unictype/ctype-upper-tests: New file.
17838         * modules/unictype/ctype-xdigit-tests: New file.
17839         * modules/unictype/decimal-digit-tests: New file.
17840         * modules/unictype/digit-tests: New file.
17841         * modules/unictype/mirror-tests: New file.
17842         * modules/unictype/numeric-tests: New file.
17843         * modules/unictype/property-alphabetic-tests: New file.
17844         * modules/unictype/property-ascii-hex-digit-tests: New file.
17845         * modules/unictype/property-bidi-arabic-digit-tests: New file.
17846         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
17847         * modules/unictype/property-bidi-block-separator-tests: New file.
17848         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
17849         * modules/unictype/property-bidi-common-separator-tests: New file.
17850         * modules/unictype/property-bidi-control-tests: New file.
17851         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
17852         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
17853         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
17854         * modules/unictype/property-bidi-european-digit-tests: New file.
17855         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
17856         * modules/unictype/property-bidi-left-to-right-tests: New file.
17857         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
17858         * modules/unictype/property-bidi-other-neutral-tests: New file.
17859         * modules/unictype/property-bidi-pdf-tests: New file.
17860         * modules/unictype/property-bidi-segment-separator-tests: New file.
17861         * modules/unictype/property-bidi-whitespace-tests: New file.
17862         * modules/unictype/property-byname-tests: New file.
17863         * modules/unictype/property-combining-tests: New file.
17864         * modules/unictype/property-composite-tests: New file.
17865         * modules/unictype/property-currency-symbol-tests: New file.
17866         * modules/unictype/property-dash-tests: New file.
17867         * modules/unictype/property-decimal-digit-tests: New file.
17868         * modules/unictype/property-default-ignorable-code-point-tests: New file.
17869         * modules/unictype/property-deprecated-tests: New file.
17870         * modules/unictype/property-diacritic-tests: New file.
17871         * modules/unictype/property-extender-tests: New file.
17872         * modules/unictype/property-format-control-tests: New file.
17873         * modules/unictype/property-grapheme-base-tests: New file.
17874         * modules/unictype/property-grapheme-extend-tests: New file.
17875         * modules/unictype/property-grapheme-link-tests: New file.
17876         * modules/unictype/property-hex-digit-tests: New file.
17877         * modules/unictype/property-hyphen-tests: New file.
17878         * modules/unictype/property-id-continue-tests: New file.
17879         * modules/unictype/property-id-start-tests: New file.
17880         * modules/unictype/property-ideographic-tests: New file.
17881         * modules/unictype/property-ids-binary-operator-tests: New file.
17882         * modules/unictype/property-ids-trinary-operator-tests: New file.
17883         * modules/unictype/property-ignorable-control-tests: New file.
17884         * modules/unictype/property-iso-control-tests: New file.
17885         * modules/unictype/property-join-control-tests: New file.
17886         * modules/unictype/property-left-of-pair-tests: New file.
17887         * modules/unictype/property-line-separator-tests: New file.
17888         * modules/unictype/property-logical-order-exception-tests: New file.
17889         * modules/unictype/property-lowercase-tests: New file.
17890         * modules/unictype/property-math-tests: New file.
17891         * modules/unictype/property-non-break-tests: New file.
17892         * modules/unictype/property-not-a-character-tests: New file.
17893         * modules/unictype/property-numeric-tests: New file.
17894         * modules/unictype/property-other-alphabetic-tests: New file.
17895         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
17896         * modules/unictype/property-other-grapheme-extend-tests: New file.
17897         * modules/unictype/property-other-id-continue-tests: New file.
17898         * modules/unictype/property-other-id-start-tests: New file.
17899         * modules/unictype/property-other-lowercase-tests: New file.
17900         * modules/unictype/property-other-math-tests: New file.
17901         * modules/unictype/property-other-uppercase-tests: New file.
17902         * modules/unictype/property-paired-punctuation-tests: New file.
17903         * modules/unictype/property-paragraph-separator-tests: New file.
17904         * modules/unictype/property-pattern-syntax-tests: New file.
17905         * modules/unictype/property-pattern-white-space-tests: New file.
17906         * modules/unictype/property-private-use-tests: New file.
17907         * modules/unictype/property-punctuation-tests: New file.
17908         * modules/unictype/property-quotation-mark-tests: New file.
17909         * modules/unictype/property-radical-tests: New file.
17910         * modules/unictype/property-sentence-terminal-tests: New file.
17911         * modules/unictype/property-soft-dotted-tests: New file.
17912         * modules/unictype/property-space-tests: New file.
17913         * modules/unictype/property-terminal-punctuation-tests: New file.
17914         * modules/unictype/property-test-tests: New file.
17915         * modules/unictype/property-titlecase-tests: New file.
17916         * modules/unictype/property-unassigned-code-value-tests: New file.
17917         * modules/unictype/property-unified-ideograph-tests: New file.
17918         * modules/unictype/property-uppercase-tests: New file.
17919         * modules/unictype/property-variation-selector-tests: New file.
17920         * modules/unictype/property-white-space-tests: New file.
17921         * modules/unictype/property-xid-continue-tests: New file.
17922         * modules/unictype/property-xid-start-tests: New file.
17923         * modules/unictype/property-zero-width-tests: New file.
17924         * modules/unictype/scripts-tests: New file.
17925         * modules/unictype/syntax-c-ident-tests: New file.
17926         * modules/unictype/syntax-c-whitespace-tests: New file.
17927         * modules/unictype/syntax-java-ident-tests: New file.
17928         * modules/unictype/syntax-java-whitespace-tests: New file.
17929         * tests/unictype/test-bidi_byname.c: New file.
17930         * tests/unictype/test-bidi_name.c: New file.
17931         * tests/unictype/test-bidi_of.c: New file.
17932         * tests/unictype/test-bidi_test.c: New file.
17933         * tests/unictype/test-block_list.c: New file.
17934         * tests/unictype/test-block_of.c: New file.
17935         * tests/unictype/test-block_test.c: New file.
17936         * tests/unictype/test-categ_and.c: New file.
17937         * tests/unictype/test-categ_and_not.c: New file.
17938         * tests/unictype/test-categ_byname.c: New file.
17939         * tests/unictype/test-categ_name.c: New file.
17940         * tests/unictype/test-categ_none.c: New file.
17941         * tests/unictype/test-categ_of.c: New file.
17942         * tests/unictype/test-categ_or.c: New file.
17943         * tests/unictype/test-categ_test_withtable.c: New file.
17944         * tests/unictype/test-combining.c: New file.
17945         * tests/unictype/test-decdigit.c: New file.
17946         * tests/unictype/test-digit.c: New file.
17947         * tests/unictype/test-mirror.c: New file.
17948         * tests/unictype/test-numeric.c: New file.
17949         * tests/unictype/test-pr_byname.c: New file.
17950         * tests/unictype/test-pr_test.c: New file.
17951         * tests/unictype/test-predicate-part1.h: New file.
17952         * tests/unictype/test-predicate-part2.h: New file.
17953         * tests/unictype/test-scripts.c: New file.
17954         * tests/unictype/test-sy_c_ident.c: New file.
17955         * tests/unictype/test-sy_java_ident.c: New file.
17956
17957         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
17958         for Unicode 5.0.0.
17959         * tests/unictype/test-categ_Cc.c: Likewise.
17960         * tests/unictype/test-categ_Cf.c: Likewise.
17961         * tests/unictype/test-categ_Cn.c: Likewise.
17962         * tests/unictype/test-categ_Co.c: Likewise.
17963         * tests/unictype/test-categ_Cs.c: Likewise.
17964         * tests/unictype/test-categ_L.c: Likewise.
17965         * tests/unictype/test-categ_Ll.c: Likewise.
17966         * tests/unictype/test-categ_Lm.c: Likewise.
17967         * tests/unictype/test-categ_Lo.c: Likewise.
17968         * tests/unictype/test-categ_Lt.c: Likewise.
17969         * tests/unictype/test-categ_Lu.c: Likewise.
17970         * tests/unictype/test-categ_M.c: Likewise.
17971         * tests/unictype/test-categ_Mc.c: Likewise.
17972         * tests/unictype/test-categ_Me.c: Likewise.
17973         * tests/unictype/test-categ_Mn.c: Likewise.
17974         * tests/unictype/test-categ_N.c: Likewise.
17975         * tests/unictype/test-categ_Nd.c: Likewise.
17976         * tests/unictype/test-categ_Nl.c: Likewise.
17977         * tests/unictype/test-categ_No.c: Likewise.
17978         * tests/unictype/test-categ_P.c: Likewise.
17979         * tests/unictype/test-categ_Pc.c: Likewise.
17980         * tests/unictype/test-categ_Pd.c: Likewise.
17981         * tests/unictype/test-categ_Pe.c: Likewise.
17982         * tests/unictype/test-categ_Pf.c: Likewise.
17983         * tests/unictype/test-categ_Pi.c: Likewise.
17984         * tests/unictype/test-categ_Po.c: Likewise.
17985         * tests/unictype/test-categ_Ps.c: Likewise.
17986         * tests/unictype/test-categ_S.c: Likewise.
17987         * tests/unictype/test-categ_Sc.c: Likewise.
17988         * tests/unictype/test-categ_Sk.c: Likewise.
17989         * tests/unictype/test-categ_Sm.c: Likewise.
17990         * tests/unictype/test-categ_So.c: Likewise.
17991         * tests/unictype/test-categ_Z.c: Likewise.
17992         * tests/unictype/test-categ_Zl.c: Likewise.
17993         * tests/unictype/test-categ_Zp.c: Likewise.
17994         * tests/unictype/test-categ_Zs.c: Likewise.
17995         * tests/unictype/test-ctype_alnum.c: Likewise.
17996         * tests/unictype/test-ctype_alpha.c: Likewise.
17997         * tests/unictype/test-ctype_blank.c: Likewise.
17998         * tests/unictype/test-ctype_cntrl.c: Likewise.
17999         * tests/unictype/test-ctype_digit.c: Likewise.
18000         * tests/unictype/test-ctype_graph.c: Likewise.
18001         * tests/unictype/test-ctype_lower.c: Likewise.
18002         * tests/unictype/test-ctype_print.c: Likewise.
18003         * tests/unictype/test-ctype_punct.c: Likewise.
18004         * tests/unictype/test-ctype_space.c: Likewise.
18005         * tests/unictype/test-ctype_upper.c: Likewise.
18006         * tests/unictype/test-ctype_xdigit.c: Likewise.
18007         * tests/unictype/test-decdigit.h: Likewise.
18008         * tests/unictype/test-digit.h: Likewise.
18009         * tests/unictype/test-numeric.h: Likewise.
18010         * tests/unictype/test-pr_alphabetic.c: Likewise.
18011         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
18012         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
18013         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
18014         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
18015         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
18016         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
18017         * tests/unictype/test-pr_bidi_control.c: Likewise.
18018         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
18019         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
18020         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
18021         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
18022         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
18023         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
18024         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
18025         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
18026         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
18027         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
18028         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
18029         * tests/unictype/test-pr_combining.c: Likewise.
18030         * tests/unictype/test-pr_composite.c: Likewise.
18031         * tests/unictype/test-pr_currency_symbol.c: Likewise.
18032         * tests/unictype/test-pr_dash.c: Likewise.
18033         * tests/unictype/test-pr_decimal_digit.c: Likewise.
18034         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
18035         * tests/unictype/test-pr_deprecated.c: Likewise.
18036         * tests/unictype/test-pr_diacritic.c: Likewise.
18037         * tests/unictype/test-pr_extender.c: Likewise.
18038         * tests/unictype/test-pr_format_control.c: Likewise.
18039         * tests/unictype/test-pr_grapheme_base.c: Likewise.
18040         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
18041         * tests/unictype/test-pr_grapheme_link.c: Likewise.
18042         * tests/unictype/test-pr_hex_digit.c: Likewise.
18043         * tests/unictype/test-pr_hyphen.c: Likewise.
18044         * tests/unictype/test-pr_id_continue.c: Likewise.
18045         * tests/unictype/test-pr_id_start.c: Likewise.
18046         * tests/unictype/test-pr_ideographic.c: Likewise.
18047         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
18048         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
18049         * tests/unictype/test-pr_ignorable_control.c: Likewise.
18050         * tests/unictype/test-pr_iso_control.c: Likewise.
18051         * tests/unictype/test-pr_join_control.c: Likewise.
18052         * tests/unictype/test-pr_left_of_pair.c: Likewise.
18053         * tests/unictype/test-pr_line_separator.c: Likewise.
18054         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
18055         * tests/unictype/test-pr_lowercase.c: Likewise.
18056         * tests/unictype/test-pr_math.c: Likewise.
18057         * tests/unictype/test-pr_non_break.c: Likewise.
18058         * tests/unictype/test-pr_not_a_character.c: Likewise.
18059         * tests/unictype/test-pr_numeric.c: Likewise.
18060         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
18061         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
18062         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
18063         * tests/unictype/test-pr_other_id_continue.c: Likewise.
18064         * tests/unictype/test-pr_other_id_start.c: Likewise.
18065         * tests/unictype/test-pr_other_lowercase.c: Likewise.
18066         * tests/unictype/test-pr_other_math.c: Likewise.
18067         * tests/unictype/test-pr_other_uppercase.c: Likewise.
18068         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
18069         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
18070         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
18071         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
18072         * tests/unictype/test-pr_private_use.c: Likewise.
18073         * tests/unictype/test-pr_punctuation.c: Likewise.
18074         * tests/unictype/test-pr_quotation_mark.c: Likewise.
18075         * tests/unictype/test-pr_radical.c: Likewise.
18076         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
18077         * tests/unictype/test-pr_soft_dotted.c: Likewise.
18078         * tests/unictype/test-pr_space.c: Likewise.
18079         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
18080         * tests/unictype/test-pr_titlecase.c: Likewise.
18081         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
18082         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
18083         * tests/unictype/test-pr_uppercase.c: Likewise.
18084         * tests/unictype/test-pr_variation_selector.c: Likewise.
18085         * tests/unictype/test-pr_white_space.c: Likewise.
18086         * tests/unictype/test-pr_xid_continue.c: Likewise.
18087         * tests/unictype/test-pr_xid_start.c: Likewise.
18088         * tests/unictype/test-pr_zero_width.c: Likewise.
18089         * tests/unictype/test-sy_c_whitespace.c: Likewise.
18090         * tests/unictype/test-sy_java_whitespace.c: Likewise.
18091
18092 2007-11-12  Bruno Haible  <bruno@clisp.org>
18093
18094         Unicode character classification functions.
18095         * lib/unictype.h: New file.
18096         * modules/unictype/base: New file.
18097         * modules/unictype/category-L: New file.
18098         * modules/unictype/category-Lu: New file.
18099         * modules/unictype/category-Ll: New file.
18100         * modules/unictype/category-Lt: New file.
18101         * modules/unictype/category-Lm: New file.
18102         * modules/unictype/category-Lo: New file.
18103         * modules/unictype/category-M: New file.
18104         * modules/unictype/category-Mn: New file.
18105         * modules/unictype/category-Mc: New file.
18106         * modules/unictype/category-Me: New file.
18107         * modules/unictype/category-N: New file.
18108         * modules/unictype/category-Nd: New file.
18109         * modules/unictype/category-Nl: New file.
18110         * modules/unictype/category-No: New file.
18111         * modules/unictype/category-P: New file.
18112         * modules/unictype/category-Pc: New file.
18113         * modules/unictype/category-Pd: New file.
18114         * modules/unictype/category-Ps: New file.
18115         * modules/unictype/category-Pe: New file.
18116         * modules/unictype/category-Pi: New file.
18117         * modules/unictype/category-Pf: New file.
18118         * modules/unictype/category-Po: New file.
18119         * modules/unictype/category-S: New file.
18120         * modules/unictype/category-Sm: New file.
18121         * modules/unictype/category-Sc: New file.
18122         * modules/unictype/category-Sk: New file.
18123         * modules/unictype/category-So: New file.
18124         * modules/unictype/category-Z: New file.
18125         * modules/unictype/category-Zs: New file.
18126         * modules/unictype/category-Zl: New file.
18127         * modules/unictype/category-Zp: New file.
18128         * modules/unictype/category-C: New file.
18129         * modules/unictype/category-Cc: New file.
18130         * modules/unictype/category-Cf: New file.
18131         * modules/unictype/category-Cs: New file.
18132         * modules/unictype/category-Co: New file.
18133         * modules/unictype/category-Cn: New file.
18134         * modules/unictype/category-or: New file.
18135         * modules/unictype/category-of: New file.
18136         * modules/unictype/category-test: New file.
18137         * modules/unictype/category-test-withtable: New file.
18138         * modules/unictype/category-byname: New file.
18139         * modules/unictype/category-none: New file.
18140         * modules/unictype/category-and: New file.
18141         * modules/unictype/category-and-not: New file.
18142         * modules/unictype/category-name: New file.
18143         * modules/unictype/combining-class: New file.
18144         * modules/unictype/category-all: New file.
18145         * modules/unictype/bidicategory-all: New file.
18146         * modules/unictype/bidicategory-byname: New file.
18147         * modules/unictype/bidicategory-name: New file.
18148         * modules/unictype/bidicategory-of: New file.
18149         * modules/unictype/bidicategory-test: New file.
18150         * modules/unictype/decimal-digit: New file.
18151         * modules/unictype/digit: New file.
18152         * modules/unictype/numeric: New file.
18153         * modules/unictype/mirror: New file.
18154         * modules/unictype/property-white-space: New file.
18155         * modules/unictype/property-alphabetic: New file.
18156         * modules/unictype/property-other-alphabetic: New file.
18157         * modules/unictype/property-not-a-character: New file.
18158         * modules/unictype/property-default-ignorable-code-point: New file.
18159         * modules/unictype/property-other-default-ignorable-code-point: New
18160         file.
18161         * modules/unictype/property-deprecated: New file.
18162         * modules/unictype/property-logical-order-exception: New file.
18163         * modules/unictype/property-variation-selector: New file.
18164         * modules/unictype/property-private-use: New file.
18165         * modules/unictype/property-unassigned-code-value: New file.
18166         * modules/unictype/property-uppercase: New file.
18167         * modules/unictype/property-other-uppercase: New file.
18168         * modules/unictype/property-lowercase: New file.
18169         * modules/unictype/property-other-lowercase: New file.
18170         * modules/unictype/property-titlecase: New file.
18171         * modules/unictype/property-soft-dotted: New file.
18172         * modules/unictype/property-id-start: New file.
18173         * modules/unictype/property-other-id-start: New file.
18174         * modules/unictype/property-id-continue: New file.
18175         * modules/unictype/property-other-id-continue: New file.
18176         * modules/unictype/property-xid-start: New file.
18177         * modules/unictype/property-xid-continue: New file.
18178         * modules/unictype/property-pattern-white-space: New file.
18179         * modules/unictype/property-pattern-syntax: New file.
18180         * modules/unictype/property-join-control: New file.
18181         * modules/unictype/property-grapheme-base: New file.
18182         * modules/unictype/property-grapheme-extend: New file.
18183         * modules/unictype/property-other-grapheme-extend: New file.
18184         * modules/unictype/property-grapheme-link: New file.
18185         * modules/unictype/property-bidi-control: New file.
18186         * modules/unictype/property-bidi-left-to-right: New file.
18187         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
18188         * modules/unictype/property-bidi-arabic-right-to-left: New file.
18189         * modules/unictype/property-bidi-european-digit: New file.
18190         * modules/unictype/property-bidi-eur-num-separator: New file.
18191         * modules/unictype/property-bidi-eur-num-terminator: New file.
18192         * modules/unictype/property-bidi-arabic-digit: New file.
18193         * modules/unictype/property-bidi-common-separator: New file.
18194         * modules/unictype/property-bidi-block-separator: New file.
18195         * modules/unictype/property-bidi-segment-separator: New file.
18196         * modules/unictype/property-bidi-whitespace: New file.
18197         * modules/unictype/property-bidi-non-spacing-mark: New file.
18198         * modules/unictype/property-bidi-boundary-neutral: New file.
18199         * modules/unictype/property-bidi-pdf: New file.
18200         * modules/unictype/property-bidi-embedding-or-override: New file.
18201         * modules/unictype/property-bidi-other-neutral: New file.
18202         * modules/unictype/property-hex-digit: New file.
18203         * modules/unictype/property-ascii-hex-digit: New file.
18204         * modules/unictype/property-ideographic: New file.
18205         * modules/unictype/property-unified-ideograph: New file.
18206         * modules/unictype/property-radical: New file.
18207         * modules/unictype/property-ids-binary-operator: New file.
18208         * modules/unictype/property-ids-trinary-operator: New file.
18209         * modules/unictype/property-zero-width: New file.
18210         * modules/unictype/property-space: New file.
18211         * modules/unictype/property-non-break: New file.
18212         * modules/unictype/property-iso-control: New file.
18213         * modules/unictype/property-format-control: New file.
18214         * modules/unictype/property-dash: New file.
18215         * modules/unictype/property-hyphen: New file.
18216         * modules/unictype/property-punctuation: New file.
18217         * modules/unictype/property-line-separator: New file.
18218         * modules/unictype/property-paragraph-separator: New file.
18219         * modules/unictype/property-quotation-mark: New file.
18220         * modules/unictype/property-sentence-terminal: New file.
18221         * modules/unictype/property-terminal-punctuation: New file.
18222         * modules/unictype/property-currency-symbol: New file.
18223         * modules/unictype/property-math: New file.
18224         * modules/unictype/property-other-math: New file.
18225         * modules/unictype/property-paired-punctuation: New file.
18226         * modules/unictype/property-left-of-pair: New file.
18227         * modules/unictype/property-combining: New file.
18228         * modules/unictype/property-composite: New file.
18229         * modules/unictype/property-decimal-digit: New file.
18230         * modules/unictype/property-numeric: New file.
18231         * modules/unictype/property-diacritic: New file.
18232         * modules/unictype/property-extender: New file.
18233         * modules/unictype/property-ignorable-control: New file.
18234         * modules/unictype/property-test: New file.
18235         * modules/unictype/property-byname: New file.
18236         * modules/unictype/property-all: New file.
18237         * modules/unictype/scripts: New file.
18238         * modules/unictype/scripts-all: New file.
18239         * modules/unictype/block-of: New file.
18240         * modules/unictype/block-test: New file.
18241         * modules/unictype/block-list: New file.
18242         * modules/unictype/block-all: New file.
18243         * modules/unictype/syntax-c-whitespace: New file.
18244         * modules/unictype/syntax-java-whitespace: New file.
18245         * modules/unictype/syntax-c-ident: New file.
18246         * modules/unictype/syntax-java-ident: New file.
18247         * modules/unictype/ctype-alnum: New file.
18248         * modules/unictype/ctype-alpha: New file.
18249         * modules/unictype/ctype-cntrl: New file.
18250         * modules/unictype/ctype-digit: New file.
18251         * modules/unictype/ctype-graph: New file.
18252         * modules/unictype/ctype-lower: New file.
18253         * modules/unictype/ctype-print: New file.
18254         * modules/unictype/ctype-punct: New file.
18255         * modules/unictype/ctype-space: New file.
18256         * modules/unictype/ctype-upper: New file.
18257         * modules/unictype/ctype-xdigit: New file.
18258         * modules/unictype/ctype-blank: New file.
18259         * lib/unictype/bidi_byname.c: New file.
18260         * lib/unictype/bidi_name.c: New file.
18261         * lib/unictype/bidi_of.c: New file.
18262         * lib/unictype/bidi_test.c: New file.
18263         * lib/unictype/bitmap.h: New file.
18264         * lib/unictype/block_test.c: New file.
18265         * lib/unictype/blocks.c: New file.
18266         * lib/unictype/categ_C.c: New file.
18267         * lib/unictype/categ_Cc.c: New file.
18268         * lib/unictype/categ_Cf.c: New file.
18269         * lib/unictype/categ_Cn.c: New file.
18270         * lib/unictype/categ_Co.c: New file.
18271         * lib/unictype/categ_Cs.c: New file.
18272         * lib/unictype/categ_L.c: New file.
18273         * lib/unictype/categ_Ll.c: New file.
18274         * lib/unictype/categ_Lm.c: New file.
18275         * lib/unictype/categ_Lo.c: New file.
18276         * lib/unictype/categ_Lt.c: New file.
18277         * lib/unictype/categ_Lu.c: New file.
18278         * lib/unictype/categ_M.c: New file.
18279         * lib/unictype/categ_Mc.c: New file.
18280         * lib/unictype/categ_Me.c: New file.
18281         * lib/unictype/categ_Mn.c: New file.
18282         * lib/unictype/categ_N.c: New file.
18283         * lib/unictype/categ_Nd.c: New file.
18284         * lib/unictype/categ_Nl.c: New file.
18285         * lib/unictype/categ_No.c: New file.
18286         * lib/unictype/categ_P.c: New file.
18287         * lib/unictype/categ_Pc.c: New file.
18288         * lib/unictype/categ_Pd.c: New file.
18289         * lib/unictype/categ_Pe.c: New file.
18290         * lib/unictype/categ_Pf.c: New file.
18291         * lib/unictype/categ_Pi.c: New file.
18292         * lib/unictype/categ_Po.c: New file.
18293         * lib/unictype/categ_Ps.c: New file.
18294         * lib/unictype/categ_S.c: New file.
18295         * lib/unictype/categ_Sc.c: New file.
18296         * lib/unictype/categ_Sk.c: New file.
18297         * lib/unictype/categ_Sm.c: New file.
18298         * lib/unictype/categ_So.c: New file.
18299         * lib/unictype/categ_Z.c: New file.
18300         * lib/unictype/categ_Zl.c: New file.
18301         * lib/unictype/categ_Zp.c: New file.
18302         * lib/unictype/categ_Zs.c: New file.
18303         * lib/unictype/categ_and.c: New file.
18304         * lib/unictype/categ_and_not.c: New file.
18305         * lib/unictype/categ_byname.c: New file.
18306         * lib/unictype/categ_name.c: New file.
18307         * lib/unictype/categ_none.c: New file.
18308         * lib/unictype/categ_of.c: New file.
18309         * lib/unictype/categ_or.c: New file.
18310         * lib/unictype/categ_test.c: New file.
18311         * lib/unictype/combining.c: New file.
18312         * lib/unictype/ctype_alnum.c: New file.
18313         * lib/unictype/ctype_alpha.c: New file.
18314         * lib/unictype/ctype_blank.c: New file.
18315         * lib/unictype/ctype_cntrl.c: New file.
18316         * lib/unictype/ctype_digit.c: New file.
18317         * lib/unictype/ctype_graph.c: New file.
18318         * lib/unictype/ctype_lower.c: New file.
18319         * lib/unictype/ctype_print.c: New file.
18320         * lib/unictype/ctype_punct.c: New file.
18321         * lib/unictype/ctype_space.c: New file.
18322         * lib/unictype/ctype_upper.c: New file.
18323         * lib/unictype/ctype_xdigit.c: New file.
18324         * lib/unictype/decdigit.c: New file.
18325         * lib/unictype/digit.c: New file.
18326         * lib/unictype/identsyntaxmap.h: New file.
18327         * lib/unictype/mirror.c: New file.
18328         * lib/unictype/numeric.c: New file.
18329         * lib/unictype/pr_alphabetic.c: New file.
18330         * lib/unictype/pr_ascii_hex_digit.c: New file.
18331         * lib/unictype/pr_bidi_arabic_digit.c: New file.
18332         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
18333         * lib/unictype/pr_bidi_block_separator.c: New file.
18334         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
18335         * lib/unictype/pr_bidi_common_separator.c: New file.
18336         * lib/unictype/pr_bidi_control.c: New file.
18337         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
18338         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
18339         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
18340         * lib/unictype/pr_bidi_european_digit.c: New file.
18341         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
18342         * lib/unictype/pr_bidi_left_to_right.c: New file.
18343         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
18344         * lib/unictype/pr_bidi_other_neutral.c: New file.
18345         * lib/unictype/pr_bidi_pdf.c: New file.
18346         * lib/unictype/pr_bidi_segment_separator.c: New file.
18347         * lib/unictype/pr_bidi_whitespace.c: New file.
18348         * lib/unictype/pr_byname.c: New file.
18349         * lib/unictype/pr_byname.gperf: New file.
18350         * lib/unictype/pr_combining.c: New file.
18351         * lib/unictype/pr_composite.c: New file.
18352         * lib/unictype/pr_currency_symbol.c: New file.
18353         * lib/unictype/pr_dash.c: New file.
18354         * lib/unictype/pr_decimal_digit.c: New file.
18355         * lib/unictype/pr_default_ignorable_code_point.c: New file.
18356         * lib/unictype/pr_deprecated.c: New file.
18357         * lib/unictype/pr_diacritic.c: New file.
18358         * lib/unictype/pr_extender.c: New file.
18359         * lib/unictype/pr_format_control.c: New file.
18360         * lib/unictype/pr_grapheme_base.c: New file.
18361         * lib/unictype/pr_grapheme_extend.c: New file.
18362         * lib/unictype/pr_grapheme_link.c: New file.
18363         * lib/unictype/pr_hex_digit.c: New file.
18364         * lib/unictype/pr_hyphen.c: New file.
18365         * lib/unictype/pr_id_continue.c: New file.
18366         * lib/unictype/pr_id_start.c: New file.
18367         * lib/unictype/pr_ideographic.c: New file.
18368         * lib/unictype/pr_ids_binary_operator.c: New file.
18369         * lib/unictype/pr_ids_trinary_operator.c: New file.
18370         * lib/unictype/pr_ignorable_control.c: New file.
18371         * lib/unictype/pr_iso_control.c: New file.
18372         * lib/unictype/pr_join_control.c: New file.
18373         * lib/unictype/pr_left_of_pair.c: New file.
18374         * lib/unictype/pr_line_separator.c: New file.
18375         * lib/unictype/pr_logical_order_exception.c: New file.
18376         * lib/unictype/pr_lowercase.c: New file.
18377         * lib/unictype/pr_math.c: New file.
18378         * lib/unictype/pr_non_break.c: New file.
18379         * lib/unictype/pr_not_a_character.c: New file.
18380         * lib/unictype/pr_numeric.c: New file.
18381         * lib/unictype/pr_other_alphabetic.c: New file.
18382         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
18383         * lib/unictype/pr_other_grapheme_extend.c: New file.
18384         * lib/unictype/pr_other_id_continue.c: New file.
18385         * lib/unictype/pr_other_id_start.c: New file.
18386         * lib/unictype/pr_other_lowercase.c: New file.
18387         * lib/unictype/pr_other_math.c: New file.
18388         * lib/unictype/pr_other_uppercase.c: New file.
18389         * lib/unictype/pr_paired_punctuation.c: New file.
18390         * lib/unictype/pr_paragraph_separator.c: New file.
18391         * lib/unictype/pr_pattern_syntax.c: New file.
18392         * lib/unictype/pr_pattern_white_space.c: New file.
18393         * lib/unictype/pr_private_use.c: New file.
18394         * lib/unictype/pr_punctuation.c: New file.
18395         * lib/unictype/pr_quotation_mark.c: New file.
18396         * lib/unictype/pr_radical.c: New file.
18397         * lib/unictype/pr_sentence_terminal.c: New file.
18398         * lib/unictype/pr_soft_dotted.c: New file.
18399         * lib/unictype/pr_space.c: New file.
18400         * lib/unictype/pr_terminal_punctuation.c: New file.
18401         * lib/unictype/pr_test.c: New file.
18402         * lib/unictype/pr_titlecase.c: New file.
18403         * lib/unictype/pr_unassigned_code_value.c: New file.
18404         * lib/unictype/pr_unified_ideograph.c: New file.
18405         * lib/unictype/pr_uppercase.c: New file.
18406         * lib/unictype/pr_variation_selector.c: New file.
18407         * lib/unictype/pr_white_space.c: New file.
18408         * lib/unictype/pr_xid_continue.c: New file.
18409         * lib/unictype/pr_xid_start.c: New file.
18410         * lib/unictype/pr_zero_width.c: New file.
18411         * lib/unictype/scripts.c: New file.
18412         * lib/unictype/sy_c_ident.c: New file.
18413         * lib/unictype/sy_c_whitespace.c: New file.
18414         * lib/unictype/sy_java_ident.c: New file.
18415         * lib/unictype/sy_java_whitespace.c: New file.
18416
18417         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
18418         Unicode 5.0.0.
18419         * lib/unictype/blocks.h: Likewise.
18420         * lib/unictype/categ_C.h: Likewise.
18421         * lib/unictype/categ_Cc.h: Likewise.
18422         * lib/unictype/categ_Cf.h: Likewise.
18423         * lib/unictype/categ_Cn.h: Likewise.
18424         * lib/unictype/categ_Co.h: Likewise.
18425         * lib/unictype/categ_Cs.h: Likewise.
18426         * lib/unictype/categ_L.h: Likewise.
18427         * lib/unictype/categ_Ll.h: Likewise.
18428         * lib/unictype/categ_Lm.h: Likewise.
18429         * lib/unictype/categ_Lo.h: Likewise.
18430         * lib/unictype/categ_Lt.h: Likewise.
18431         * lib/unictype/categ_Lu.h: Likewise.
18432         * lib/unictype/categ_M.h: Likewise.
18433         * lib/unictype/categ_Mc.h: Likewise.
18434         * lib/unictype/categ_Me.h: Likewise.
18435         * lib/unictype/categ_Mn.h: Likewise.
18436         * lib/unictype/categ_N.h: Likewise.
18437         * lib/unictype/categ_Nd.h: Likewise.
18438         * lib/unictype/categ_Nl.h: Likewise.
18439         * lib/unictype/categ_No.h: Likewise.
18440         * lib/unictype/categ_P.h: Likewise.
18441         * lib/unictype/categ_Pc.h: Likewise.
18442         * lib/unictype/categ_Pd.h: Likewise.
18443         * lib/unictype/categ_Pe.h: Likewise.
18444         * lib/unictype/categ_Pf.h: Likewise.
18445         * lib/unictype/categ_Pi.h: Likewise.
18446         * lib/unictype/categ_Po.h: Likewise.
18447         * lib/unictype/categ_Ps.h: Likewise.
18448         * lib/unictype/categ_S.h: Likewise.
18449         * lib/unictype/categ_Sc.h: Likewise.
18450         * lib/unictype/categ_Sk.h: Likewise.
18451         * lib/unictype/categ_Sm.h: Likewise.
18452         * lib/unictype/categ_So.h: Likewise.
18453         * lib/unictype/categ_Z.h: Likewise.
18454         * lib/unictype/categ_Zl.h: Likewise.
18455         * lib/unictype/categ_Zp.h: Likewise.
18456         * lib/unictype/categ_Zs.h: Likewise.
18457         * lib/unictype/categ_of.h: Likewise.
18458         * lib/unictype/combining.h: Likewise.
18459         * lib/unictype/ctype_alnum.h: Likewise.
18460         * lib/unictype/ctype_alpha.h: Likewise.
18461         * lib/unictype/ctype_blank.h: Likewise.
18462         * lib/unictype/ctype_cntrl.h: Likewise.
18463         * lib/unictype/ctype_digit.h: Likewise.
18464         * lib/unictype/ctype_graph.h: Likewise.
18465         * lib/unictype/ctype_lower.h: Likewise.
18466         * lib/unictype/ctype_print.h: Likewise.
18467         * lib/unictype/ctype_punct.h: Likewise.
18468         * lib/unictype/ctype_space.h: Likewise.
18469         * lib/unictype/ctype_upper.h: Likewise.
18470         * lib/unictype/ctype_xdigit.h: Likewise.
18471         * lib/unictype/decdigit.h: Likewise.
18472         * lib/unictype/digit.h: Likewise.
18473         * lib/unictype/mirror.h: Likewise.
18474         * lib/unictype/numeric.h: Likewise.
18475         * lib/unictype/pr_alphabetic.h: Likewise.
18476         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
18477         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
18478         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
18479         * lib/unictype/pr_bidi_block_separator.h: Likewise.
18480         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
18481         * lib/unictype/pr_bidi_common_separator.h: Likewise.
18482         * lib/unictype/pr_bidi_control.h: Likewise.
18483         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
18484         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
18485         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
18486         * lib/unictype/pr_bidi_european_digit.h: Likewise.
18487         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
18488         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
18489         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
18490         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
18491         * lib/unictype/pr_bidi_pdf.h: Likewise.
18492         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
18493         * lib/unictype/pr_bidi_whitespace.h: Likewise.
18494         * lib/unictype/pr_combining.h: Likewise.
18495         * lib/unictype/pr_composite.h: Likewise.
18496         * lib/unictype/pr_currency_symbol.h: Likewise.
18497         * lib/unictype/pr_dash.h: Likewise.
18498         * lib/unictype/pr_decimal_digit.h: Likewise.
18499         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
18500         * lib/unictype/pr_deprecated.h: Likewise.
18501         * lib/unictype/pr_diacritic.h: Likewise.
18502         * lib/unictype/pr_extender.h: Likewise.
18503         * lib/unictype/pr_format_control.h: Likewise.
18504         * lib/unictype/pr_grapheme_base.h: Likewise.
18505         * lib/unictype/pr_grapheme_extend.h: Likewise.
18506         * lib/unictype/pr_grapheme_link.h: Likewise.
18507         * lib/unictype/pr_hex_digit.h: Likewise.
18508         * lib/unictype/pr_hyphen.h: Likewise.
18509         * lib/unictype/pr_id_continue.h: Likewise.
18510         * lib/unictype/pr_id_start.h: Likewise.
18511         * lib/unictype/pr_ideographic.h: Likewise.
18512         * lib/unictype/pr_ids_binary_operator.h: Likewise.
18513         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
18514         * lib/unictype/pr_ignorable_control.h: Likewise.
18515         * lib/unictype/pr_iso_control.h: Likewise.
18516         * lib/unictype/pr_join_control.h: Likewise.
18517         * lib/unictype/pr_left_of_pair.h: Likewise.
18518         * lib/unictype/pr_line_separator.h: Likewise.
18519         * lib/unictype/pr_logical_order_exception.h: Likewise.
18520         * lib/unictype/pr_lowercase.h: Likewise.
18521         * lib/unictype/pr_math.h: Likewise.
18522         * lib/unictype/pr_non_break.h: Likewise.
18523         * lib/unictype/pr_not_a_character.h: Likewise.
18524         * lib/unictype/pr_numeric.h: Likewise.
18525         * lib/unictype/pr_other_alphabetic.h: Likewise.
18526         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
18527         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
18528         * lib/unictype/pr_other_id_continue.h: Likewise.
18529         * lib/unictype/pr_other_id_start.h: Likewise.
18530         * lib/unictype/pr_other_lowercase.h: Likewise.
18531         * lib/unictype/pr_other_math.h: Likewise.
18532         * lib/unictype/pr_other_uppercase.h: Likewise.
18533         * lib/unictype/pr_paired_punctuation.h: Likewise.
18534         * lib/unictype/pr_paragraph_separator.h: Likewise.
18535         * lib/unictype/pr_pattern_syntax.h: Likewise.
18536         * lib/unictype/pr_pattern_white_space.h: Likewise.
18537         * lib/unictype/pr_private_use.h: Likewise.
18538         * lib/unictype/pr_punctuation.h: Likewise.
18539         * lib/unictype/pr_quotation_mark.h: Likewise.
18540         * lib/unictype/pr_radical.h: Likewise.
18541         * lib/unictype/pr_sentence_terminal.h: Likewise.
18542         * lib/unictype/pr_soft_dotted.h: Likewise.
18543         * lib/unictype/pr_space.h: Likewise.
18544         * lib/unictype/pr_terminal_punctuation.h: Likewise.
18545         * lib/unictype/pr_titlecase.h: Likewise.
18546         * lib/unictype/pr_unassigned_code_value.h: Likewise.
18547         * lib/unictype/pr_unified_ideograph.h: Likewise.
18548         * lib/unictype/pr_uppercase.h: Likewise.
18549         * lib/unictype/pr_variation_selector.h: Likewise.
18550         * lib/unictype/pr_white_space.h: Likewise.
18551         * lib/unictype/pr_xid_continue.h: Likewise.
18552         * lib/unictype/pr_xid_start.h: Likewise.
18553         * lib/unictype/pr_zero_width.h: Likewise.
18554         * lib/unictype/scripts.h: Likewise.
18555         * lib/unictype/scripts_byname.gperf: Likewise.
18556         * lib/unictype/sy_c_ident.h: Likewise.
18557         * lib/unictype/sy_c_whitespace.h: Likewise.
18558         * lib/unictype/sy_java_ident.h: Likewise.
18559         * lib/unictype/sy_java_whitespace.h: Likewise.
18560
18561         * lib/unictype/Makefile: New file.
18562         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
18563         glibc.
18564         * lib/unictype/3level.h: New file, copied from glibc.
18565         * lib/unictype/3levelbit.h: New file.
18566
18567 2007-11-11  Bruno Haible  <bruno@clisp.org>
18568
18569         * modules/gperf: New file.
18570         * modules/iconv_open (Depends-on): Add it.
18571         (Makefile.am): Remove the GPERF definition.
18572
18573 2007-11-11  Bruno Haible  <bruno@clisp.org>
18574
18575         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
18576         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
18577
18578 2007-11-11  Bruno Haible  <bruno@clisp.org>
18579
18580         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
18581         (usage): Remove function.
18582
18583 2007-11-11  Bruno Haible  <bruno@clisp.org>
18584
18585         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
18586         gl_FUNC_CEILF_LIBS.
18587         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
18588         gl_FUNC_CEIL_LIBS.
18589         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
18590         gl_FUNC_CEILL_LIBS.
18591         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
18592         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
18593         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
18594
18595 2007-11-11  Bruno Haible  <bruno@clisp.org>
18596
18597         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
18598         roundf were declared but do not exist on functions.
18599         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
18600         roundl were declared but do not exist on functions.
18601         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
18602         HAVE_FLOORL_AND_CEILL, respectively.
18603         Needed for Sun C on Solaris 10.
18604
18605 2007-11-11  Bruno Haible  <bruno@clisp.org>
18606
18607         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
18608         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
18609         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
18610         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
18611         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
18612         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
18613         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
18614         HAVE_DECL_ROUNDF.
18615         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
18616         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
18617         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
18618         of HAVE_DECL_ROUND*.
18619         * modules/math (Makefile.am): Update.
18620
18621 2007-11-10  Bruno Haible  <bruno@clisp.org>
18622
18623         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
18624         ptrdiff_t as m4/intl.m4.
18625
18626 2007-11-10  Jim Meyering  <meyering@redhat.com>
18627
18628         Avoid link failure for the argmatch test.
18629         * tests/test-argmatch.c (usage): Define function to avoid a link
18630         failure: argmatch_die requires a usage function.
18631
18632 2007-11-09  Bruno Haible  <bruno@clisp.org>
18633
18634         * doc/functions/snprintf.texi: Mention BeOS deficiency.
18635         * doc/functions/vsnprintf.texi: Likewise.
18636         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
18637         with a size argument < 2.
18638
18639 2007-11-09  Bruno Haible  <bruno@clisp.org>
18640
18641         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
18642         buffer. Fixes an inefficiency introduced on 2007-11-03.
18643
18644 2007-11-09  Bruno Haible  <bruno@clisp.org>
18645
18646         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
18647         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
18648
18649 2007-11-08  Jim Meyering  <meyering@redhat.com>
18650
18651         Change cache variable name prefix "jm_" to "gl_" everywhere.
18652         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
18653         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
18654         * m4/uptime.m4: s/gl_/jm_/
18655
18656 2007-11-07  Bruno Haible  <bruno@clisp.org>
18657
18658         Update to GNU gettext 0.17.
18659         * m4/intl.m4: Update to GNU gettext 0.17.
18660         * m4/po.m4: Likewise.
18661         * modules/gettext (Files): Remove m4/ulonglong.m4.
18662         (configure.ac): Require gettext infrastructure from version 0.17.
18663
18664 2007-11-06  Bruno Haible  <bruno@clisp.org>
18665
18666         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
18667         symbolic values are not defined in a public header.
18668         * lib/freadable.c (freadable) [QNX]: Likewise.
18669         * lib/freadahead.c (freadahead) [QNX]: Likewise.
18670         * lib/freading.c (freading) [QNX]: Likewise.
18671         * lib/fseterr.c (fseterr) [QNX]: Likewise.
18672         * lib/fwritable.c (fwritable) [QNX]: Likewise.
18673         * lib/fwriting.c (fwriting) [QNX]: Likewise.
18674         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
18675         Reported by Alain Magloire.
18676
18677         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
18678
18679 2007-11-05  Bruno Haible  <bruno@clisp.org>
18680
18681         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
18682         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
18683         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
18684         Reported by Eric Blake.
18685
18686 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18687             Bruno Haible  <bruno@clisp.org>
18688
18689         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
18690         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
18691         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
18692         (malloc): Undefine also before including <stdlib.h>.
18693         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
18694         Needed on OSF/1 4.0.
18695
18696 2007-11-05  Jim Meyering  <meyering@redhat.com>
18697
18698         git-version-gen: sync from coreutils.
18699         * build-aux/git-version-gen: Add comments.
18700         Change the first '-' to '.' in the snapshot version string,
18701         e.g., 6.9-377-08144 -> 6.9.377-08144
18702         Remove first parameter.
18703         Don't declare a version "-dirty" merely because a time
18704         stamp has changed.
18705
18706 2007-11-04  Bruno Haible  <bruno@clisp.org>
18707
18708         * lib/lock.h: Protect all macro definitions containing an 'if'
18709         statement through a "do { ... } while (0)".
18710         * lib/tls.h: Likewise.
18711
18712 2007-11-04  Bruno Haible  <bruno@clisp.org>
18713
18714         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
18715
18716 2007-11-04  Bruno Haible  <bruno@clisp.org>
18717
18718         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
18719         * modules/fprintf-posix (Depends-on): Add nocrash.
18720         * modules/snprintf-posix (Depends-on): Likewise.
18721         * modules/sprintf-posix (Depends-on): Likewise.
18722         * modules/vasnprintf-posix (Depends-on): Likewise.
18723         * modules/vasprintf-posix (Depends-on): Likewise.
18724         * modules/vfprintf-posix (Depends-on): Likewise.
18725         * modules/vsnprintf-posix (Depends-on): Likewise.
18726         * modules/vsprintf-posix (Depends-on): Likewise.
18727         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18728         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18729         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18730         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18731         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18732         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18733         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18734
18735 2007-11-04  Bruno Haible  <bruno@clisp.org>
18736
18737         * modules/nocrash: New file.
18738         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
18739         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
18740
18741 2007-11-04  Bruno Haible  <bruno@clisp.org>
18742
18743         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
18744         precision handling.
18745         * tests/test-vasprintf-posix.c (test_function): Likewise.
18746         * tests/test-snprintf-posix.h (test_function): Likewise.
18747         * tests/test-sprintf-posix.h (test_function): Likewise.
18748
18749         Fix *printf behaviour for large precisions on mingw and BeOS.
18750         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
18751         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
18752         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
18753         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
18754         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18755         gl_PRINTF_PRECISION and test its result. Invoke
18756         gl_PREREQ_VASNPRINTF_PRECISION.
18757         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18758         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18759         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18760         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18761         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18762         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18763         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18764         * doc/functions/fprintf.texi: Update.
18765         * doc/functions/printf.texi: Update.
18766         * doc/functions/snprintf.texi: Update.
18767         * doc/functions/sprintf.texi: Update.
18768         * doc/functions/vfprintf.texi: Update.
18769         * doc/functions/vprintf.texi: Update.
18770         * doc/functions/vsnprintf.texi: Update.
18771         * doc/functions/vsprintf.texi: Update.
18772
18773 2007-11-04  Bruno Haible  <bruno@clisp.org>
18774
18775         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
18776
18777 2007-11-04  Bruno Haible  <bruno@clisp.org>
18778
18779         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
18780         Reported by Sylvain Beucler <beuc@gnu.org>.
18781
18782 2007-11-03  Bruno Haible  <bruno@clisp.org>
18783
18784         * tests/test-fprintf-posix2.sh: New file.
18785         * tests/test-fprintf-posix2.c: New file.
18786         * modules/fprintf-posix-tests (Files): Add them.
18787         (TESTS): Add test-fprintf-posix2.sh.
18788         (configure.ac): Check for getrlimit and setrlimit.
18789         (check_PROGRAMS): Add test-fprintf-posix2.
18790
18791         * tests/test-printf-posix2.sh: New file.
18792         * tests/test-printf-posix2.c: New file.
18793         * modules/printf-posix-tests (Files): Add them.
18794         (TESTS): Add test-printf-posix2.sh.
18795         (configure.ac): Check for getrlimit and setrlimit.
18796         (check_PROGRAMS): Add test-printf-posix2.
18797
18798         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
18799         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
18800         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
18801         (decode_double): New function, copied from decode_long_double.
18802         (scale10_round_decimal_decoded): New function, extracted from
18803         scale10_round_decimal_long_double.
18804         (scale10_round_decimal_long_double): Use it.
18805         (scale10_round_decimal_double): New function.
18806         (floorlog10): New function.
18807         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
18808         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
18809         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
18810         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18811         gl_PRINTF_ENOMEM and test its result. Invoke
18812         gl_PREREQ_VASNPRINTF_ENOMEM.
18813         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18814         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18815         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18816         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18817         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18818         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18819         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18820         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
18821         * modules/snprintf-posix (Depends-on): Likewise.
18822         * modules/sprintf-posix (Depends-on): Likewise.
18823         * modules/vasnprintf-posix (Depends-on): Likewise.
18824         * modules/vasprintf-posix (Depends-on): Likewise.
18825         * modules/vfprintf-posix (Depends-on): Likewise.
18826         * modules/vsnprintf-posix (Depends-on): Likewise.
18827         * modules/vsprintf-posix (Depends-on): Likewise.
18828         * doc/functions/fprintf.texi: Update.
18829         * doc/functions/printf.texi: Update.
18830         * doc/functions/snprintf.texi: Update.
18831         * doc/functions/sprintf.texi: Update.
18832         * doc/functions/vfprintf.texi: Update.
18833         * doc/functions/vprintf.texi: Update.
18834         * doc/functions/vsnprintf.texi: Update.
18835         * doc/functions/vsprintf.texi: Update.
18836
18837 2007-11-03  Bruno Haible  <bruno@clisp.org>
18838
18839         * modules/frexp-nolibm-tests: New file.
18840
18841         * modules/frexp-nolibm: New file.
18842         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
18843
18844 2007-11-03  Bruno Haible  <bruno@clisp.org>
18845
18846         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
18847         value is C99 compliant.
18848         Needed for OSF/1 5.1.
18849
18850 2007-11-03  Bruno Haible  <bruno@clisp.org>
18851
18852         Fix out-of-memory handling of vasnprintf.
18853         * lib/printf-parse.c: Include <errno.h>.
18854         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
18855         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
18856         is already set.
18857
18858 2007-11-02  Eric Blake  <ebb9@byu.net>
18859
18860         Fix tests on cygwin.
18861         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
18862
18863 2007-11-01  Bruno Haible  <bruno@clisp.org>
18864
18865         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
18866         warning.
18867         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
18868         needed for POSIX compatibility.
18869
18870 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18871
18872         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
18873         for compatibility with GNU.
18874
18875 2007-11-01  Bruno Haible  <bruno@clisp.org>
18876
18877         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
18878         (putenv): Renamed from rpl_putenv. Change argument type from
18879         'const char *' to 'char *'.
18880         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
18881         of defining putenv in config.h, just set REPLACE_PUTENV.
18882         * modules/putenv (Depends-on): Add stdlib.
18883         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18884         (Include): Use <stdlib.h>.
18885         * lib/stdlib.in.h (putenv): New declaration.
18886         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
18887         REPLACE_PUTENV.
18888         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
18889         REPLACE_PUTENV.
18890         Needed for MacOS X 10.5.0.
18891         Reported by Peter O'Gorman <peter@pogma.com>.
18892
18893 2007-11-01  Jim Meyering  <meyering@redhat.com>
18894
18895         Treat an empty date string exactly like "0".
18896         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
18897         if the remaining date string (to be parsed) is empty, use "0".
18898         Reported by Mischa Molhoek and discussed in this thread:
18899         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
18900
18901 2007-10-31  Bruno Haible  <bruno@clisp.org>
18902
18903         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
18904         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
18905         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
18906         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
18907         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
18908         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
18909
18910 2007-10-31  Bruno Haible  <bruno@clisp.org>
18911
18912         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
18913         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
18914         (AC_TYPE_LONG_LONG_INT): Use it.
18915         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
18916         it as well.
18917         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
18918         to m4/longlong.m4.
18919         * modules/stdint (Files): Remove m4/ulonglong.m4.
18920         * modules/strtoull (Files): Use m4/longlong.m4 instead of
18921         m4/ulonglong.m4.
18922         * modules/strtoumax (Files): Likewise.
18923
18924 2007-10-30  Bruno Haible  <bruno@clisp.org>
18925
18926         * modules/xvasprintf-posix: New file.
18927         Suggested by Eric Blake.
18928
18929 2007-10-30  Bruno Haible  <bruno@clisp.org>
18930
18931         * modules/xprintf-posix-tests: New file.
18932         * tests/test-xprintf-posix.sh: New file.
18933         * tests/test-xprintf-posix.c: New file.
18934         * tests/test-xfprintf-posix.c: New file.
18935
18936         * modules/xprintf-posix: New file.
18937
18938 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18939
18940         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
18941         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
18942         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
18943
18944 2007-10-29  Bruno Haible  <bruno@clisp.org>
18945
18946         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
18947         contain the special marker '_cv_'.
18948         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
18949         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
18950         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
18951         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
18952         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
18953         Reported by Ralf Wildenhues.
18954
18955 2007-10-29  Bruno Haible  <bruno@clisp.org>
18956
18957         * gnulib-tool (func_import): When --lgpl is not specified, set
18958         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
18959         GPLv3.
18960         Reported by Simon Josefsson.
18961
18962 2007-10-28  Bruno Haible  <bruno@clisp.org>
18963
18964         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
18965         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
18966         HAVE_DECL_ISFINITE.
18967         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
18968         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
18969         HAVE_DECL_ISFINITE.
18970
18971 2007-10-28  Bruno Haible  <bruno@clisp.org>
18972
18973         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
18974         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
18975
18976 2007-10-28  Bruno Haible  <bruno@clisp.org>
18977
18978         Fix link errors with Sun C 5.0 on Solaris 10.
18979         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
18980         function is declared but not present in the compiler's libm.
18981         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
18982         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
18983         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
18984         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
18985         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
18986         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
18987         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
18988         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
18989         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
18990         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
18991         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
18992         HAVE_DECL_FLOORL.
18993
18994 2007-10-28  Bruno Haible  <bruno@clisp.org>
18995
18996         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
18997         gl_FUNC_FLOORL. Cache the result.
18998         (gl_FUNC_FLOORL): Use it.
18999         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
19000         gl_FUNC_CEILL. Cache the result.
19001         (gl_FUNC_CEILL): Use it.
19002
19003         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
19004         gl_FUNC_FLOOR. Cache the result.
19005         (gl_FUNC_FLOOR): Use it.
19006         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
19007         gl_FUNC_CEIL. Cache the result.
19008         (gl_FUNC_CEIL): Use it.
19009
19010         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
19011         gl_FUNC_FLOORF. Cache the result.
19012         (gl_FUNC_FLOORF): Use it.
19013         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
19014         gl_FUNC_CEILF. Cache the result.
19015         (gl_FUNC_CEILF): Use it.
19016
19017 2007-10-28  Bruno Haible  <bruno@clisp.org>
19018
19019         * gnulib-tool: Allow specifying the LGPL version number through
19020         --lgpl=2 or --lgpl=3.
19021         (func_usage): Document --lgpl with argument.
19022         Handle --lgpl=... arguments.
19023         (func_import): Recognize also gl_LGPL calls with an argument. When
19024         --lgpl=2 is used and the module's license is just LGPL, report an
19025         error. Set sed_transform_lib_file according to the lgpl variable. In
19026         the generated files, use --lgpl or gl_LGPL invocations with argument,
19027         if necessary.
19028         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
19029         an LGPv2+ license.
19030         * doc/gnulib-tool.texi (Modified imports): Update explanation of
19031         gl_LGPL macro.
19032
19033 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19034             Bruno Haible  <bruno@clisp.org>
19035
19036         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
19037         (u16_uctomb_aux): Likewise.
19038         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
19039         !HAVE_INLINE.
19040         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
19041
19042 2007-10-28  Bruno Haible  <bruno@clisp.org>
19043
19044         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
19045         Invoke AM_GETTEXT_OPTION if it exists.
19046         * modules/vasprintf: Likewise.
19047         * modules/verror: Likewise.
19048         * modules/xprintf: Likewise.
19049         * modules/xvasprintf: Likewise.
19050
19051 2007-10-27  Ben Pfaff  <blp@gnu.org>
19052
19053         * lib/math.in.h: Define isfinite macro and prototypes for
19054         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
19055         implementations.
19056         * m4/math_h.m4: New substitutions for isfinite module.
19057         * lib/isfinite.c: New file.
19058         * m4/isfinite.m4: New file.
19059         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
19060         * modules/isfinite: New file.
19061         * modules/isfinite-tests: New file.
19062         * tests/tests-isfinite.c: New file.
19063         * doc/functions/isfinite.texi: Mention isfinite module.
19064         * MODULES.html.sh: Mention new module.
19065
19066 2007-10-27  Ben Pfaff  <blp@gnu.org>
19067
19068         Ralf Wildenhues reported that Tru64 4.0D declares the round
19069         functions but does not have definitions.
19070         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
19071         cannot be found in any library, set the output variable to
19072         "missing" instead of "".
19073         * m4/round.m4: Also use our substitute if we cannot find round in
19074         any library, even if it is declared.
19075         * m4/roundf.m4: Likewise for roundf.
19076         * m4/roundl.m4: Likewise for roundl.
19077         * lib/math.in.h: Undefine roundf, round, roundl before defining
19078         their replacements, to allow for hypothetical systems where these
19079         may be defined as macros but not available in libraries.
19080
19081 2007-10-27  Bruno Haible  <bruno@clisp.org>
19082
19083         * doc/gnulib.texi: Invoke @firstparagraphindent.
19084         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
19085         changes in gnulib.
19086         (Source changes): New section.
19087
19088 2007-10-26  Bruno Haible  <bruno@clisp.org>
19089
19090         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
19091         borrowed from autoconf.
19092
19093 2007-10-26  Bruno Haible  <bruno@clisp.org>
19094
19095         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
19096         strerror returned the empty string. Needed on HP-UX 11.00.
19097
19098 2007-10-24  Micah Cowan  <micah@cowan.name>
19099
19100         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
19101         * build-aux/bootstrap: Remove support for now-unnecessary option,
19102         --cvs-user, and envvars CVS_USER, CVS_RSH.
19103
19104 2007-10-24  Jim Meyering  <meyering@redhat.com>
19105
19106         Avoid diagnostics from sha1sum when there is no cached checksum.
19107         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
19108         if the po.s1 file hasn't been created yet.
19109
19110         * build-aux/bootstrap: Sync from coreutils:
19111         2007-10-24  Jim Meyering  <meyering@redhat.com>
19112         Get gnulib from the git repository, not from an obsolete cvs one.
19113         * build-aux/bootstrap: Suggestion from Micah Cowan.
19114         2007-10-04  Jim Meyering  <jim@meyering.net>
19115         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
19116         (update_po_files): Work also when there are no .po files in po/.
19117
19118 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19119
19120         * README: Append ".git" to git and cg examples.
19121         Problem reported by Benoit Sigoure.
19122
19123 2007-10-23  Micah Cowan  <micah@cowan.name>
19124
19125         * users.txt: Add wget.
19126
19127 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19128
19129         Fix linking of some unistdio tests on FreeBSD.
19130         * modules/unistdio/u16-vsnprintf-tests
19131         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
19132         * modules/unistdio/u16-vsprintf-tests
19133         (test_u16_vsnprintf1_LDADD): Likewise.
19134         * modules/unistdio/u32-vsnprintf-tests
19135         (test_u32_vsnprintf1_LDADD): Likewise.
19136         * modules/unistdio/u32-vsprintf-tests
19137         (test_u32_vsprintf1_LDADD): Likewise.
19138         * modules/unistdio/u8-vsnprintf-tests
19139         (test_u8_vsnprintf1_LDADD): Likewise.
19140         * modules/unistdio/u8-vsprintf-tests
19141         (test_u8_vsprintf1_LDADD): Likewise.
19142         * modules/unistdio/ulc-vsnprintf-tests
19143         (test_ulc_vsnprintf1_LDADD): Likewise.
19144         * modules/unistdio/ulc-vsprintf-tests
19145         (test_ulc_vsprintf1_LDADD): Likewise.
19146
19147         Fix linking of some uniconv tests on FreeBSD.
19148         * modules/uniconv/u16-conv-from-enc-tests
19149         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
19150         * modules/uniconv/u16-conv-to-enc-tests
19151         (test_u16_conv_to_enc_LDADD): Likewise.
19152         * modules/uniconv/u16-strconv-from-enc-tests
19153         (test_u16_strconv_from_enc_LDADD): Likewise.
19154         * modules/uniconv/u16-strconv-to-enc-tests
19155         (test_u16_strconv_to_enc_LDADD): Likewise.
19156         * modules/uniconv/u32-conv-from-enc-tests
19157         (test_u32_conv_from_enc_LDADD): Likewise.
19158         * modules/uniconv/u32-conv-to-enc-tests
19159         (test_u32_conv_to_enc_LDADD): Likewise.
19160         * modules/uniconv/u32-strconv-from-enc-tests
19161         (test_u32_strconv_from_enc_LDADD): Likewise.
19162         * modules/uniconv/u32-strconv-to-enc-tests
19163         (test_u32_strconv_to_enc_LDADD): Likewise.
19164         * modules/uniconv/u8-conv-from-enc-tests
19165         (test_u8_conv_from_enc_LDADD): Likewise.
19166         * modules/uniconv/u8-conv-to-enc-tests
19167         (test_u8_conv_to_enc_LDADD): Likewise.
19168         * modules/uniconv/u8-strconv-from-enc-tests
19169         (test_u8_strconv_from_enc_LDADD): Likewise.
19170         * modules/uniconv/u8-strconv-to-enc-tests
19171         (test_u8_strconv_to_enc_LDADD): Likewise.
19172
19173 2007-10-22  Bruno Haible  <bruno@clisp.org>
19174
19175         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
19176         size.
19177
19178 2007-10-22  Eric Blake  <ebb9@byu.net>
19179
19180         Tweak x*printf documentation.
19181         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
19182         variable name and comments.
19183         Suggested by Bruno Haible.
19184
19185 2007-10-22  Bruno Haible  <bruno@clisp.org>
19186
19187         * lib/acl.c (copy_acl): Fix file name in comment.
19188
19189 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
19190
19191         Fix Tru64 problem with stdbool.h.
19192         * lib/stdbool.in.h (false, true):
19193         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
19194         Don't declare as an enum in this situation; it runs afoul of Tru64.
19195         Problem reported by Steven M. Schweda in
19196         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
19197
19198 2007-10-22  Eric Blake  <ebb9@byu.net>
19199
19200         Also wrap vf?printf.
19201         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
19202         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
19203         (xvprintf, xvfprintf): New functions.
19204
19205 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19206
19207         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
19208         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
19209
19210         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
19211         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
19212
19213 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
19214
19215         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
19216         by Bruno Haible.
19217
19218 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19219
19220         * lib/getloadavg.c
19221         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
19222         Undef `sys' after including sys/table.h, for Tru64 4.0D.
19223
19224         * tests/test-i-ring.c: Work for C89.
19225
19226 2007-10-22  Bruno Haible  <bruno@clisp.org>
19227
19228         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
19229         -1u, in preprocessor expression, so that we don't test for the bug
19230         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
19231         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
19232
19233 2007-10-22  Eric Blake  <ebb9@byu.net>
19234
19235         * tests/test-yesno.sh: Silence stderr during test.
19236
19237 2007-10-22  Simon Josefsson  <simon@josefsson.org>
19238
19239         * modules/crypto/gc-camellia: New file.
19240
19241         * m4/gc-camellia.m4: New file.
19242
19243         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
19244
19245         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
19246
19247 2007-10-22  Simon Josefsson  <simon@josefsson.org>
19248
19249         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
19250         --help to stdout.  Reported by sms@antinode.org (Steven
19251         M. Schweda).
19252
19253 2007-10-22  Simon Josefsson  <simon@josefsson.org>
19254
19255         * users.txt: Fix link to libksba.
19256
19257 2007-10-21  Ben Pfaff  <blp@gnu.org>
19258
19259         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
19260         round.c roundf implementation that depends on floorf and ceilf to
19261         be tested unconditionally.
19262
19263 2007-10-21  Ben Pfaff  <blp@gnu.org>
19264
19265         * m4/check-libm-func.m4: Removed.
19266         * m4/check-math-lib.m4: New file.
19267         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
19268         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
19269         definition and lack of AC_LIBOBJ([roundf]).
19270         * m4/roundl.m4: Ditto, and similarly for roundl.
19271         * modules/round: Reference new m4 file.
19272         * modules/roundf: Ditto.
19273         * modules/roundl: Ditto.
19274         * tests/test-round2.c (main): Use ROUND instead of round.
19275         Bug report from Bruno Haible.
19276
19277 2007-10-21  Bruno Haible  <bruno@clisp.org>
19278
19279         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
19280         context.
19281
19282 2007-10-21  Bruno Haible  <bruno@clisp.org>
19283
19284         * tests/test-wcwidth.c (main): Allow negative result for some control
19285         characters.
19286
19287         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
19288         Needed on OSF/1 5.1.
19289
19290 2007-10-21  Bruno Haible  <bruno@clisp.org>
19291
19292         * tests/test-floorf1.c: Include isnanf.h.
19293         (main): Use isnanf() instead of isnan().
19294         * tests/test-ceilf1.c: Include isnanf.h.
19295         (main): Use isnanf() instead of isnan().
19296         * tests/test-truncf1.c: Include isnanf.h.
19297         (main): Use isnanf() instead of isnan().
19298         * tests/test-roundf1.c: Include isnanf.h.
19299         (main): Use isnanf() instead of isnan().
19300
19301 2007-10-21  Eric Blake  <ebb9@byu.net>
19302
19303         * users.txt: Update URL for m4.
19304
19305 2007-10-21  Bruno Haible  <bruno@clisp.org>
19306
19307         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
19308
19309 2007-10-21  Bruno Haible  <bruno@clisp.org>
19310
19311         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
19312         Git's management files if the CVS files are not present.
19313
19314 2007-10-20  Bruno Haible  <bruno@clisp.org>
19315
19316         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
19317         gcc-3.4.x.
19318
19319 2007-10-20  Ben Pfaff  <blp@gnu.org>
19320
19321         * lib/math.in.h: Declare round, roundf, roundl if we are providing
19322         implementations.
19323         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
19324         * lib/round.c: New file.
19325         * lib/roundf.c: New file.
19326         * lib/roundl.c: New file.
19327         * m4/round.m4: New file.
19328         * m4/roundf.m4: New file.
19329         * m4/roundl.m4: New file.
19330         * m4/check-libm-func-m4: New file.
19331         * modules/math: Replace round, roundf, roundl related @VARS@ in
19332         math.in.h.
19333         * modules/round: New file.
19334         * modules/round-tests: New file.
19335         * modules/roundf: New file.
19336         * modules/roundf-tests: New file.
19337         * modules/roundl: New file.
19338         * modules/roundl-tests: New file.
19339         * tests/test-round1.c: New file.
19340         * tests/test-round2.c: New file.
19341         * tests/test-roundf1.c: New file.
19342         * tests/test-roundf2.c: New file.
19343         * tests/test-roundl.c: New file.
19344         * doc/functions/round.texi: Mention round module.
19345         * doc/functions/roundf.texi: Mention roundf module.
19346         * doc/functions/roundl.texi: Mention roundl module.
19347         * MODULES.html.sh: Mention new modules.
19348         Thanks to Bruno Haible for suggestions.
19349
19350 2007-10-20  Jim Meyering  <meyering@redhat.com>
19351
19352         * lib/xprintf.c: Include <config.h> unconditionally.
19353
19354         Change xprintf's license to GPL.
19355         * modules/xprintf (License): s/LGPL/GPL/, since this module
19356         depends on modules (exit and exitfail) which are GPL.
19357         Suggestion from Bruno Haible.
19358
19359         xprintf fixes.
19360         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
19361         Use a clearer diagnostic.
19362         Patch from Bruno Haible.
19363
19364 2007-10-20  Bruno Haible  <bruno@clisp.org>
19365
19366         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
19367         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
19368         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19369
19370 2007-10-20  Bruno Haible  <bruno@clisp.org>
19371
19372         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
19373         precision in the comparison result > x - 1 or similar.
19374         * tests/test-ceilf2.c (correct_result_p): Likewise.
19375         * tests/test-truncf2.c (correct_result_p): Likewise.
19376         * tests/test-trunc2.c (correct_result_p): Likewise.
19377         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19378
19379 2007-10-20  Bruno Haible  <bruno@clisp.org>
19380
19381         * modules/ceil: New file.
19382         * m4/ceil.m4: New file.
19383         * doc/functions/ceil.texi: Mention the 'ceil' module.
19384
19385 2007-10-20  Bruno Haible  <bruno@clisp.org>
19386
19387         * modules/floor: New file.
19388         * m4/floor.m4: New file.
19389         * doc/functions/floor.texi: Mention the 'floor' module.
19390
19391 2007-10-20  Bruno Haible  <bruno@clisp.org>
19392
19393         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
19394         of %a.
19395         * modules/floorf-tests (Depends-on): Likewise.
19396         * modules/truncf-tests (Depends-on): Likewise.
19397         * modules/trunc-tests (Depends-on): Likewise.
19398         Reported by Ben Pfaff.
19399
19400 2007-10-19  Jim Meyering  <meyering@redhat.com>
19401
19402         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
19403         Don't bother testing specific errno values.  Just test ferror.
19404
19405         New module: xprintf
19406         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
19407
19408 2007-10-19  Bruno Haible  <bruno@clisp.org>
19409
19410         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
19411         syntax.
19412         * modules/javaexec (Makefile.am): Likewise.
19413         * modules/relocatable-prog (Makefile.am): Likewise.
19414         Suggested by Jim Meyering.
19415
19416 2007-10-18  Bruno Haible  <bruno@clisp.org>
19417
19418         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
19419         Reported by Jim Meyering.
19420
19421 2007-10-18  Eric Blake  <ebb9@byu.net>
19422
19423         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
19424
19425 2007-10-18  Bruno Haible  <bruno@clisp.org>
19426
19427         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
19428         the format string into writable memory. Needed in Fortify conditions.
19429
19430 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
19431             Bruno Haible  <bruno@clisp.org>
19432
19433         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
19434         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
19435         * modules/trim (Depends-on): Add mbchar.
19436         (configure.ac): Add gl_FUNC_MBRTOWC.
19437         (Makefile.am): Augment lib_SOURCES.
19438
19439 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
19440
19441         Modify glob.c to use fstatat and dirfd, to simplify it.
19442         Suggested by Eric Blake.
19443         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
19444         Don't include <stdbool.h>; not used.
19445         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
19446         (link_exists_p): Simplify implementation, since we can now assume
19447         dirfd and fstatat.
19448         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
19449
19450 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19451
19452         * gnulib-tool (func_get_dependencies): Fix sed script to
19453         match only tests.
19454
19455 2007-10-17  Bruno Haible  <bruno@clisp.org>
19456
19457         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
19458         allow locale names without encoding suffix.
19459         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
19460         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
19461
19462 2007-10-16  Bruno Haible  <bruno@clisp.org>
19463
19464         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
19465         * lib/getgroups.c (getgroups): Likewise.
19466         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
19467
19468 2007-10-16  Bruno Haible  <bruno@clisp.org>
19469
19470         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
19471         * modules/malloc-posix (License): Likewise.
19472         * modules/realloc-posix (License): Likewise.
19473         * modules/calloc-posix (License): Likewise.
19474         * modules/intprops (License): Change from GPL to LGPL, with
19475         Paul Eggert's approval.
19476
19477 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
19478
19479         Merge glibc changes into lib/glob.c.
19480
19481         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
19482         2007-10-15 04:59:03 UTC.  Here are the changes:
19483
19484         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
19485
19486         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
19487
19488         * lib/glob.c: Add some branch prediction throughout.
19489
19490         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
19491
19492         [BZ #5103]
19493         * lib/glob.c (glob): Recognize patterns starting \/.
19494
19495         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
19496
19497         [BZ #3996]
19498         * lib/glob.c (attribute_hidden): Define if not defined.
19499         (glob): Unescape dirname, filename or username when needed and not
19500         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
19501         is NULL.  Handle unescaped [ in pattern without closing ].
19502         Don't pass GLOB_CHECK down to recursive glob for directories.
19503         (__glob_pattern_type): New function.
19504         (__glob_pattern_p): Implement using __glob_pattern_type.
19505         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
19506         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
19507         Remove unreachable code.
19508
19509         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
19510
19511         * lib/glob.c (glob_in_dir): Add some comments and asserts to
19512         explain why there are no leaks.
19513
19514         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
19515
19516         [BZ #3253]
19517         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
19518         time, rather allocate increasingly bigger arrays of pointers, if
19519         possible with alloca, if too large with malloc.
19520
19521 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
19522
19523         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
19524         Problem reported by H.Merijn Brand in
19525         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
19526         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
19527         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
19528
19529 2007-10-15  Bruno Haible  <bruno@clisp.org>
19530
19531         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
19532         with explicit rpl_ prefix.
19533         * lib/fopen.c (fopen): Likewise.
19534         * lib/freopen.c (freopen): Likewise.
19535         * lib/iconv.c (iconv): Likewise.
19536         * lib/iconv_close.c (iconv_close): Likewise.
19537
19538 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19539
19540         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
19541
19542 2007-10-15  Bruno Haible  <bruno@clisp.org>
19543
19544         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
19545         <stddef.h> instead of <stdlib.h> since we only need NULL.
19546         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19547
19548 2007-10-15  Bruno Haible  <bruno@clisp.org>
19549
19550         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
19551         Replace paragraph talking about LIBOBJS.
19552         Reported by Colin Watson <cjwatson@debian.org>.
19553
19554 2007-10-15  Bruno Haible  <bruno@clisp.org>
19555
19556         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
19557         <stdlib.h> before using NULL.
19558
19559 2007-10-15  Simon Josefsson  <simon@josefsson.org>
19560
19561         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
19562         Reported by Albert Chin <china@thewrittenword.com>.
19563
19564 2007-10-14  Bruno Haible  <bruno@clisp.org>
19565
19566         * modules/iconv_open-utf-tests: New file.
19567         * tests/test-iconv-utf.c: New file.
19568
19569         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
19570         * modules/iconv_open-utf: New file.
19571         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
19572         (iconv, iconv_close): New declarations.
19573         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
19574         be defined.
19575         (iconv_open): Add special handling of conversion between UTF-8 and
19576         UTF-{16,32}{BE,LE}.
19577         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
19578         * lib/iconv_close.c: New file.
19579         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
19580         gl_FUNC_ICONV_OPEN.
19581         (gl_FUNC_ICONV_OPEN): Use it.
19582         (gl_FUNC_ICONV_OPEN_UTF): New macro.
19583         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
19584         and REPLACE_ICONV_UTF.
19585         * modules/iconv_open (Depends-on): Add c-strcase.
19586         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
19587         ICONV_CONST.
19588         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
19589
19590 2007-10-13  Albert Chin  <china@thewrittenword.com>
19591             Bruno Haible  <bruno@clisp.org>
19592
19593         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
19594         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
19595
19596 2007-10-13  Bruno Haible  <bruno@clisp.org>
19597
19598         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
19599         defined, use the ISO C99 inline semantics.
19600         * lib/argp.h (ARGP_EI): Likewise.
19601
19602 2007-10-13  Bruno Haible  <bruno@clisp.org>
19603
19604         Handle 'inline' change in gcc 4.3.0.
19605         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
19606         argp_fmtstream_write, argp_fmtstream_set_lmargin,
19607         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
19608         argp_fmtstream_point): Disable 'extern' declaration if the function
19609         definition is going to be provided inline.
19610         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
19611         semantics, not the ISO C99 inline semantics.
19612         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
19613         'extern' declaration if the function definition is going to be provided
19614         inline.
19615         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
19616         the GNU C inline semantics, not the ISO C99 inline semantics. With
19617         GCC 4.2, avoid a warning.
19618
19619 2007-10-13  Bruno Haible  <bruno@clisp.org>
19620
19621         * lib/freading.h (freading): Enable the use of __freading for
19622         glibc >= 2.7.
19623         * lib/freading.c (freading): Likewise.
19624
19625 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
19626
19627         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
19628         "warning: C99 inline functions are not supported; using GNU89".
19629
19630 2007-10-12  Bruno Haible  <bruno@clisp.org>
19631
19632         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
19633         of 2.
19634         * tests/test-ceilf2.c: New file.
19635         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
19636
19637         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
19638         * modules/ceilf-tests: Update.
19639
19640 2007-10-12  Bruno Haible  <bruno@clisp.org>
19641
19642         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
19643         of 2.
19644         * tests/test-floorf2.c: New file.
19645         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
19646
19647         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
19648         * modules/floorf-tests: Update.
19649
19650 2007-10-12  Bruno Haible  <bruno@clisp.org>
19651
19652         * tests/test-trunc2.c: New file.
19653         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
19654
19655         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
19656         * modules/trunc-tests: Update.
19657
19658 2007-10-12  Bruno Haible  <bruno@clisp.org>
19659
19660         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
19661         of 2.
19662         * tests/test-truncf2.c: New file.
19663         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
19664
19665         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
19666         * modules/truncf-tests: Update.
19667
19668 2007-10-11  Eric Blake  <ebb9@byu.net>
19669
19670         Don't claim strerror is broken on Interix.
19671         * doc/functions/strerror.texi (strerror): Known broken systems are
19672         now Solaris 8, and not Interix.
19673         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
19674         Interix on cross-compile.
19675         Reported by Martin Koeppe in
19676         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
19677
19678 2007-10-11  Bruno Haible  <bruno@clisp.org>
19679
19680         * modules/i-ring-tests: New file.
19681         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
19682         instead of assert.
19683
19684 2007-10-11  Bruno Haible  <bruno@clisp.org>
19685
19686         * modules/filenamecat-tests: New file.
19687         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
19688         * lib/filenamecat.c: Remove test code.
19689
19690 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
19691
19692         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
19693
19694         * lib/strerror.c: Include <string.h> always, to test interface,
19695         and to remove the need for the dummy.
19696         Include intprops.h to compute width instead of doing it ourselves
19697         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
19698         (strerror): Define it to return NULL if there's no system strerror.
19699         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
19700         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
19701         ancient pre-strerror Unix systems well any more.  Saying "unknown
19702         system error" is enough.
19703         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
19704         simpler strerror.c implementation.
19705         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
19706         Simplify the tests to reflect the simpler strerror implementation.
19707         * modules/strerror (Depends-on): Add intprops.
19708
19709 2007-10-09  Eric Blake  <ebb9@byu.net>
19710
19711         Silence test-fpending.
19712         * modules/fpending-tests (Files): Add wrapper script.
19713         * tests/test-fpending.sh: New file.
19714
19715 2007-10-09  Bruno Haible  <bruno@clisp.org>
19716
19717         * MODULES.html.sh (func_module): Don't create a hyperlink for
19718         function names like 'printf_frexp'.
19719         (Misc): Add crc, memxor.
19720         (Characteristics of floating types): New section.
19721         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
19722         isnanf-nolibm, signbit, trunc, truncf, truncl.
19723         (Enhancements for ISO C 99 functions): New subsection Input/output.
19724         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
19725         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
19726         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
19727         (Compatibility checks for POSIX:2001 functions): Add clock-time.
19728         (Enhancements for POSIX:2001 functions): Add chdir-long.
19729         (File system functions): Add areadlink, chdir-safer, read-file.
19730         Remove cycle-check.
19731         (File system as inode set): New section.
19732         (Date and time): Add gethrxtime.
19733         (Multithreading): Add openmp.
19734         (Internationalization functions): Add localename.
19735         (Unicode string functions): Add unistr/u*-mbsnlen.
19736         (Support for maintaining and releasing projects): Add git-version-gen.
19737         (Lone files): Remove directories.
19738
19739 2007-10-08  Ben Pfaff  <blp@gnu.org>
19740
19741         * lib/xmalloca.h: Fix typo in comment.
19742
19743 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
19744
19745         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
19746         when avoiding problems with integer overflow.  Use a portable test
19747         instead.
19748
19749 2007-10-08  Simon Josefsson  <simon@josefsson.org>
19750
19751         * modules/dummy (License): Change to LGPLv2+.
19752         * modules/float (License): Likewise
19753         * modules/realloc (License): Likewise
19754         * modules/stdlib (License): Likewise
19755
19756 2007-10-07  Bruno Haible  <bruno@clisp.org>
19757
19758         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
19759         * floor.c (TWO_MANT_DIG): Likewise.
19760         * ceil.c (TWO_MANT_DIG): Likewise.
19761         Reported by Ben Pfaff.
19762
19763 2007-10-07  Bruno Haible  <bruno@clisp.org>
19764
19765         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
19766         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
19767         * lib/frexp.c (FUNC): Likewise.
19768         * lib/printf-frexp.h (printf_frexp): Likewise.
19769         * lib/printf-frexpl.h (printf_frexpl): Likewise.
19770         * lib/printf-frexp.c (FUNC): Likewise.
19771         Suggested by Jim Meyering.
19772
19773 2007-10-07  Jim Meyering  <meyering@redhat.com>
19774
19775         Make xnanosleep's integer overflow test more robust.
19776         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
19777         so that gcc-4.3.0 doesn't optimize away this test for overflow.
19778
19779 2007-10-07  Bruno Haible  <bruno@clisp.org>
19780
19781         * NEWS: Mention the license change.
19782
19783         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
19784         abbreviations in the modules files.
19785
19786         Change copyright notice from GPLv2+ to GPLv3+.
19787         * README: Change copyright notice.
19788         * MODULES.html.sh: Likewise.
19789         * build-aux/bootstrap.conf: Likewise.
19790         * build-aux/config.libpath: Likewise.
19791         * build-aux/csharpcomp.sh.in: Likewise.
19792         * build-aux/csharpexec.sh.in: Likewise.
19793         * build-aux/install-reloc: Likewise.
19794         * build-aux/javacomp.sh.in: Likewise.
19795         * build-aux/javaexec.sh.in: Likewise.
19796         * build-aux/ldd.sh.in: Likewise.
19797         * build-aux/reloc-ldflags: Likewise.
19798         * build-aux/relocatable.sh.in: Likewise.
19799         * build-aux/x-to-1.in: Likewise.
19800         * check-module: Likewise.
19801         * config/srclistvars.sh: Likewise.
19802         * gnulib-tool: Likewise.
19803         * lib/acl-internal.h: Likewise.
19804         * lib/acl.c: Likewise.
19805         * lib/acl.h: Likewise.
19806         * lib/acl_entries.c: Likewise.
19807         * lib/areadlink-with-size.c: Likewise.
19808         * lib/areadlink.c: Likewise.
19809         * lib/areadlink.h: Likewise.
19810         * lib/argmatch.c: Likewise.
19811         * lib/argmatch.h: Likewise.
19812         * lib/argp-ba.c: Likewise.
19813         * lib/argp-eexst.c: Likewise.
19814         * lib/argp-fmtstream.c: Likewise.
19815         * lib/argp-fmtstream.h: Likewise.
19816         * lib/argp-fs-xinl.c: Likewise.
19817         * lib/argp-help.c: Likewise.
19818         * lib/argp-namefrob.h: Likewise.
19819         * lib/argp-parse.c: Likewise.
19820         * lib/argp-pin.c: Likewise.
19821         * lib/argp-pv.c: Likewise.
19822         * lib/argp-pvh.c: Likewise.
19823         * lib/argp-xinl.c: Likewise.
19824         * lib/argp.h: Likewise.
19825         * lib/at-func.c: Likewise.
19826         * lib/atanl.c: Likewise.
19827         * lib/backupfile.c: Likewise.
19828         * lib/backupfile.h: Likewise.
19829         * lib/basename.c: Likewise.
19830         * lib/binary-io.h: Likewise.
19831         * lib/byteswap.in.h: Likewise.
19832         * lib/c-stack.c: Likewise.
19833         * lib/c-stack.h: Likewise.
19834         * lib/c-strcasestr.c: Likewise.
19835         * lib/c-strcasestr.h: Likewise.
19836         * lib/c-strstr.c: Likewise.
19837         * lib/c-strstr.h: Likewise.
19838         * lib/c-strtod.c: Likewise.
19839         * lib/calloc.c: Likewise.
19840         * lib/canon-host.c: Likewise.
19841         * lib/canon-host.h: Likewise.
19842         * lib/canonicalize-lgpl.c: Likewise.
19843         * lib/canonicalize.c: Likewise.
19844         * lib/canonicalize.h: Likewise.
19845         * lib/ceil.c: Likewise.
19846         * lib/ceilf.c: Likewise.
19847         * lib/ceill.c: Likewise.
19848         * lib/chdir-long.c: Likewise.
19849         * lib/chdir-long.h: Likewise.
19850         * lib/chdir-safer.c: Likewise.
19851         * lib/chdir-safer.h: Likewise.
19852         * lib/chown.c: Likewise.
19853         * lib/classpath.c: Likewise.
19854         * lib/classpath.h: Likewise.
19855         * lib/clean-temp.c: Likewise.
19856         * lib/clean-temp.h: Likewise.
19857         * lib/cloexec.c: Likewise.
19858         * lib/close-stream.c: Likewise.
19859         * lib/closein.c: Likewise.
19860         * lib/closein.h: Likewise.
19861         * lib/closeout.c: Likewise.
19862         * lib/closeout.h: Likewise.
19863         * lib/concat-filename.c: Likewise.
19864         * lib/copy-file.c: Likewise.
19865         * lib/copy-file.h: Likewise.
19866         * lib/count-one-bits.h: Likewise.
19867         * lib/crc.c: Likewise.
19868         * lib/crc.h: Likewise.
19869         * lib/creat-safer.c: Likewise.
19870         * lib/csharpcomp.c: Likewise.
19871         * lib/csharpcomp.h: Likewise.
19872         * lib/csharpexec.c: Likewise.
19873         * lib/csharpexec.h: Likewise.
19874         * lib/cycle-check.c: Likewise.
19875         * lib/cycle-check.h: Likewise.
19876         * lib/diacrit.c: Likewise.
19877         * lib/diacrit.h: Likewise.
19878         * lib/diffseq.h: Likewise.
19879         * lib/dirchownmod.c: Likewise.
19880         * lib/dirent.in.h: Likewise.
19881         * lib/dirfd.c: Likewise.
19882         * lib/dirfd.h: Likewise.
19883         * lib/dirname.c: Likewise.
19884         * lib/dirname.h: Likewise.
19885         * lib/dummy.c: Likewise.
19886         * lib/dup-safer.c: Likewise.
19887         * lib/dup2.c: Likewise.
19888         * lib/eealloc.h: Likewise.
19889         * lib/error.c: Likewise.
19890         * lib/error.h: Likewise.
19891         * lib/euidaccess.c: Likewise.
19892         * lib/exclude.c: Likewise.
19893         * lib/exclude.h: Likewise.
19894         * lib/execute.c: Likewise.
19895         * lib/execute.h: Likewise.
19896         * lib/exitfail.c: Likewise.
19897         * lib/exitfail.h: Likewise.
19898         * lib/expl.c: Likewise.
19899         * lib/fatal-signal.c: Likewise.
19900         * lib/fatal-signal.h: Likewise.
19901         * lib/fbufmode.c: Likewise.
19902         * lib/fbufmode.h: Likewise.
19903         * lib/fchdir.c: Likewise.
19904         * lib/fchmodat.c: Likewise.
19905         * lib/fchownat.c: Likewise.
19906         * lib/fcntl--.h: Likewise.
19907         * lib/fcntl-safer.h: Likewise.
19908         * lib/fcntl.in.h: Likewise.
19909         * lib/fd-safer.c: Likewise.
19910         * lib/fflush.c: Likewise.
19911         * lib/file-has-acl.c: Likewise.
19912         * lib/file-set.c: Likewise.
19913         * lib/file-type.c: Likewise.
19914         * lib/file-type.h: Likewise.
19915         * lib/fileblocks.c: Likewise.
19916         * lib/filemode.c: Likewise.
19917         * lib/filemode.h: Likewise.
19918         * lib/filename.h: Likewise.
19919         * lib/filenamecat.c: Likewise.
19920         * lib/filenamecat.h: Likewise.
19921         * lib/findprog.c: Likewise.
19922         * lib/findprog.h: Likewise.
19923         * lib/float.in.h: Likewise.
19924         * lib/floor.c: Likewise.
19925         * lib/floorf.c: Likewise.
19926         * lib/floorl.c: Likewise.
19927         * lib/fopen-safer.c: Likewise.
19928         * lib/fopen.c: Likewise.
19929         * lib/fpending.c: Likewise.
19930         * lib/fpending.h: Likewise.
19931         * lib/fprintf.c: Likewise.
19932         * lib/fprintftime.h: Likewise.
19933         * lib/fpucw.h: Likewise.
19934         * lib/fpurge.c: Likewise.
19935         * lib/fpurge.h: Likewise.
19936         * lib/freadable.c: Likewise.
19937         * lib/freadable.h: Likewise.
19938         * lib/freadahead.c: Likewise.
19939         * lib/freadahead.h: Likewise.
19940         * lib/freading.c: Likewise.
19941         * lib/freading.h: Likewise.
19942         * lib/free.c: Likewise.
19943         * lib/freopen.c: Likewise.
19944         * lib/frexp.c: Likewise.
19945         * lib/frexpl.c: Likewise.
19946         * lib/fseek.c: Likewise.
19947         * lib/fseterr.c: Likewise.
19948         * lib/fseterr.h: Likewise.
19949         * lib/fstatat.c: Likewise.
19950         * lib/fstrcmp.c: Likewise.
19951         * lib/fstrcmp.h: Likewise.
19952         * lib/fsusage.c: Likewise.
19953         * lib/fsusage.h: Likewise.
19954         * lib/ftell.c: Likewise.
19955         * lib/ftello.c: Likewise.
19956         * lib/fts-cycle.c: Likewise.
19957         * lib/fts.c: Likewise.
19958         * lib/fts_.h: Likewise.
19959         * lib/full-read.c: Likewise.
19960         * lib/full-read.h: Likewise.
19961         * lib/full-write.c: Likewise.
19962         * lib/full-write.h: Likewise.
19963         * lib/fwritable.c: Likewise.
19964         * lib/fwritable.h: Likewise.
19965         * lib/fwriteerror.c: Likewise.
19966         * lib/fwriteerror.h: Likewise.
19967         * lib/fwriting.c: Likewise.
19968         * lib/fwriting.h: Likewise.
19969         * lib/gcd.c: Likewise.
19970         * lib/gcd.h: Likewise.
19971         * lib/getcwd.c: Likewise.
19972         * lib/getdate.h: Likewise.
19973         * lib/getdate.y: Likewise.
19974         * lib/getdomainname.c: Likewise.
19975         * lib/getdomainname.h: Likewise.
19976         * lib/getgroups.c: Likewise.
19977         * lib/gethostname.c: Likewise.
19978         * lib/gethrxtime.c: Likewise.
19979         * lib/gethrxtime.h: Likewise.
19980         * lib/getloadavg.c: Likewise.
19981         * lib/getndelim2.c: Likewise.
19982         * lib/getndelim2.h: Likewise.
19983         * lib/getnline.c: Likewise.
19984         * lib/getnline.h: Likewise.
19985         * lib/getopt.c: Likewise.
19986         * lib/getopt.in.h: Likewise.
19987         * lib/getopt1.c: Likewise.
19988         * lib/getopt_int.h: Likewise.
19989         * lib/getpagesize.h: Likewise.
19990         * lib/getsubopt.c: Likewise.
19991         * lib/gettime.c: Likewise.
19992         * lib/getugroups.c: Likewise.
19993         * lib/getugroups.h: Likewise.
19994         * lib/getusershell.c: Likewise.
19995         * lib/gl_anyavltree_list1.h: Likewise.
19996         * lib/gl_anyavltree_list2.h: Likewise.
19997         * lib/gl_anyhash_list1.h: Likewise.
19998         * lib/gl_anyhash_list2.h: Likewise.
19999         * lib/gl_anylinked_list1.h: Likewise.
20000         * lib/gl_anylinked_list2.h: Likewise.
20001         * lib/gl_anyrbtree_list1.h: Likewise.
20002         * lib/gl_anyrbtree_list2.h: Likewise.
20003         * lib/gl_anytree_list1.h: Likewise.
20004         * lib/gl_anytree_list2.h: Likewise.
20005         * lib/gl_anytree_oset.h: Likewise.
20006         * lib/gl_anytreehash_list1.h: Likewise.
20007         * lib/gl_anytreehash_list2.h: Likewise.
20008         * lib/gl_array_list.c: Likewise.
20009         * lib/gl_array_list.h: Likewise.
20010         * lib/gl_array_oset.c: Likewise.
20011         * lib/gl_array_oset.h: Likewise.
20012         * lib/gl_avltree_list.c: Likewise.
20013         * lib/gl_avltree_list.h: Likewise.
20014         * lib/gl_avltree_oset.c: Likewise.
20015         * lib/gl_avltree_oset.h: Likewise.
20016         * lib/gl_avltreehash_list.c: Likewise.
20017         * lib/gl_avltreehash_list.h: Likewise.
20018         * lib/gl_carray_list.c: Likewise.
20019         * lib/gl_carray_list.h: Likewise.
20020         * lib/gl_linked_list.c: Likewise.
20021         * lib/gl_linked_list.h: Likewise.
20022         * lib/gl_linkedhash_list.c: Likewise.
20023         * lib/gl_linkedhash_list.h: Likewise.
20024         * lib/gl_list.c: Likewise.
20025         * lib/gl_list.h: Likewise.
20026         * lib/gl_oset.c: Likewise.
20027         * lib/gl_oset.h: Likewise.
20028         * lib/gl_rbtree_list.c: Likewise.
20029         * lib/gl_rbtree_list.h: Likewise.
20030         * lib/gl_rbtree_oset.c: Likewise.
20031         * lib/gl_rbtree_oset.h: Likewise.
20032         * lib/gl_rbtreehash_list.c: Likewise.
20033         * lib/gl_rbtreehash_list.h: Likewise.
20034         * lib/gl_sublist.c: Likewise.
20035         * lib/gl_sublist.h: Likewise.
20036         * lib/group-member.c: Likewise.
20037         * lib/group-member.h: Likewise.
20038         * lib/hard-locale.c: Likewise.
20039         * lib/hard-locale.h: Likewise.
20040         * lib/hash-pjw.c: Likewise.
20041         * lib/hash-pjw.h: Likewise.
20042         * lib/hash-triple.c: Likewise.
20043         * lib/hash.c: Likewise.
20044         * lib/hash.h: Likewise.
20045         * lib/human.c: Likewise.
20046         * lib/human.h: Likewise.
20047         * lib/i-ring.c: Likewise.
20048         * lib/i-ring.h: Likewise.
20049         * lib/idcache.c: Likewise.
20050         * lib/imaxabs.c: Likewise.
20051         * lib/imaxdiv.c: Likewise.
20052         * lib/inet_pton.c: Likewise.
20053         * lib/inet_pton.h: Likewise.
20054         * lib/intprops.h: Likewise.
20055         * lib/inttostr.c: Likewise.
20056         * lib/inttostr.h: Likewise.
20057         * lib/inttypes.in.h: Likewise.
20058         * lib/isapipe.c: Likewise.
20059         * lib/isdir.c: Likewise.
20060         * lib/isnan.c: Likewise.
20061         * lib/isnan.h: Likewise.
20062         * lib/isnanf.c: Likewise.
20063         * lib/isnanf.h: Likewise.
20064         * lib/isnanl-nolibm.h: Likewise.
20065         * lib/isnanl.c: Likewise.
20066         * lib/isnanl.h: Likewise.
20067         * lib/javacomp.c: Likewise.
20068         * lib/javacomp.h: Likewise.
20069         * lib/javaexec.c: Likewise.
20070         * lib/javaexec.h: Likewise.
20071         * lib/javaversion.c: Likewise.
20072         * lib/javaversion.h: Likewise.
20073         * lib/javaversion.java: Likewise.
20074         * lib/lbrkprop.h: Likewise.
20075         * lib/lchmod.h: Likewise.
20076         * lib/lchown.c: Likewise.
20077         * lib/ldexpl.c: Likewise.
20078         * lib/linebreak.c: Likewise.
20079         * lib/linebreak.h: Likewise.
20080         * lib/linebuffer.c: Likewise.
20081         * lib/linebuffer.h: Likewise.
20082         * lib/locale.in.h: Likewise.
20083         * lib/logl.c: Likewise.
20084         * lib/long-options.c: Likewise.
20085         * lib/long-options.h: Likewise.
20086         * lib/lstat.c: Likewise.
20087         * lib/lstat.h: Likewise.
20088         * lib/math.in.h: Likewise.
20089         * lib/mbchar.c: Likewise.
20090         * lib/mbchar.h: Likewise.
20091         * lib/mbfile.h: Likewise.
20092         * lib/mbiter.h: Likewise.
20093         * lib/mbscasecmp.c: Likewise.
20094         * lib/mbscasestr.c: Likewise.
20095         * lib/mbschr.c: Likewise.
20096         * lib/mbscspn.c: Likewise.
20097         * lib/mbslen.c: Likewise.
20098         * lib/mbsncasecmp.c: Likewise.
20099         * lib/mbsnlen.c: Likewise.
20100         * lib/mbspbrk.c: Likewise.
20101         * lib/mbspcasecmp.c: Likewise.
20102         * lib/mbsrchr.c: Likewise.
20103         * lib/mbssep.c: Likewise.
20104         * lib/mbsspn.c: Likewise.
20105         * lib/mbsstr.c: Likewise.
20106         * lib/mbstok_r.c: Likewise.
20107         * lib/mbswidth.c: Likewise.
20108         * lib/mbswidth.h: Likewise.
20109         * lib/mbuiter.h: Likewise.
20110         * lib/memcasecmp.c: Likewise.
20111         * lib/memcasecmp.h: Likewise.
20112         * lib/memchr.c: Likewise.
20113         * lib/memcmp.c: Likewise.
20114         * lib/memcoll.c: Likewise.
20115         * lib/memcoll.h: Likewise.
20116         * lib/memcpy.c: Likewise.
20117         * lib/memrchr.c: Likewise.
20118         * lib/mkancesdirs.c: Likewise.
20119         * lib/mkdir-p.c: Likewise.
20120         * lib/mkdir-p.h: Likewise.
20121         * lib/mkdir.c: Likewise.
20122         * lib/mkdirat.c: Likewise.
20123         * lib/mkdtemp.c: Likewise.
20124         * lib/mkstemp-safer.c: Likewise.
20125         * lib/mkstemp.c: Likewise.
20126         * lib/modechange.c: Likewise.
20127         * lib/modechange.h: Likewise.
20128         * lib/mountlist.c: Likewise.
20129         * lib/mountlist.h: Likewise.
20130         * lib/mpsort.c: Likewise.
20131         * lib/nanosleep.c: Likewise.
20132         * lib/obstack.c: Likewise.
20133         * lib/obstack.h: Likewise.
20134         * lib/open-safer.c: Likewise.
20135         * lib/open.c: Likewise.
20136         * lib/openat-die.c: Likewise.
20137         * lib/openat-priv.h: Likewise.
20138         * lib/openat-proc.c: Likewise.
20139         * lib/openat.c: Likewise.
20140         * lib/openat.h: Likewise.
20141         * lib/pagealign_alloc.c: Likewise.
20142         * lib/pagealign_alloc.h: Likewise.
20143         * lib/physmem.c: Likewise.
20144         * lib/physmem.h: Likewise.
20145         * lib/pipe-safer.c: Likewise.
20146         * lib/pipe.c: Likewise.
20147         * lib/pipe.h: Likewise.
20148         * lib/posixtm.c: Likewise.
20149         * lib/posixtm.h: Likewise.
20150         * lib/posixver.c: Likewise.
20151         * lib/printf-frexp.c: Likewise.
20152         * lib/printf-frexp.h: Likewise.
20153         * lib/printf-frexpl.c: Likewise.
20154         * lib/printf-frexpl.h: Likewise.
20155         * lib/printf.c: Likewise.
20156         * lib/progname.c: Likewise.
20157         * lib/progname.h: Likewise.
20158         * lib/progreloc.c: Likewise.
20159         * lib/putenv.c: Likewise.
20160         * lib/quote.c: Likewise.
20161         * lib/quote.h: Likewise.
20162         * lib/quotearg.c: Likewise.
20163         * lib/quotearg.h: Likewise.
20164         * lib/raise.c: Likewise.
20165         * lib/readline.c: Likewise.
20166         * lib/readline.h: Likewise.
20167         * lib/readlink.c: Likewise.
20168         * lib/readtokens.c: Likewise.
20169         * lib/readtokens.h: Likewise.
20170         * lib/readtokens0.c: Likewise.
20171         * lib/readtokens0.h: Likewise.
20172         * lib/readutmp.c: Likewise.
20173         * lib/readutmp.h: Likewise.
20174         * lib/realloc.c: Likewise.
20175         * lib/relocwrapper.c: Likewise.
20176         * lib/rename-dest-slash.c: Likewise.
20177         * lib/rename.c: Likewise.
20178         * lib/rmdir.c: Likewise.
20179         * lib/rpmatch.c: Likewise.
20180         * lib/safe-read.c: Likewise.
20181         * lib/safe-read.h: Likewise.
20182         * lib/safe-write.c: Likewise.
20183         * lib/safe-write.h: Likewise.
20184         * lib/same-inode.h: Likewise.
20185         * lib/same.c: Likewise.
20186         * lib/same.h: Likewise.
20187         * lib/save-cwd.c: Likewise.
20188         * lib/save-cwd.h: Likewise.
20189         * lib/savedir.c: Likewise.
20190         * lib/savedir.h: Likewise.
20191         * lib/savewd.c: Likewise.
20192         * lib/savewd.h: Likewise.
20193         * lib/search.in.h: Likewise.
20194         * lib/setenv.c: Likewise.
20195         * lib/setenv.h: Likewise.
20196         * lib/settime.c: Likewise.
20197         * lib/sh-quote.c: Likewise.
20198         * lib/sh-quote.h: Likewise.
20199         * lib/sig2str.c: Likewise.
20200         * lib/sig2str.h: Likewise.
20201         * lib/signal.in.h: Likewise.
20202         * lib/signbitd.c: Likewise.
20203         * lib/signbitf.c: Likewise.
20204         * lib/signbitl.c: Likewise.
20205         * lib/sigprocmask.c: Likewise.
20206         * lib/sincosl.c: Likewise.
20207         * lib/sleep.c: Likewise.
20208         * lib/sprintf.c: Likewise.
20209         * lib/sqrtl.c: Likewise.
20210         * lib/stat-time.h: Likewise.
20211         * lib/stdio--.h: Likewise.
20212         * lib/stdio-safer.h: Likewise.
20213         * lib/stdlib--.h: Likewise.
20214         * lib/stdlib-safer.h: Likewise.
20215         * lib/stdlib.in.h: Likewise.
20216         * lib/stpcpy.c: Likewise.
20217         * lib/stpncpy.c: Likewise.
20218         * lib/strchrnul.c: Likewise.
20219         * lib/strcspn.c: Likewise.
20220         * lib/strerror.c: Likewise.
20221         * lib/strftime.c: Likewise.
20222         * lib/strftime.h: Likewise.
20223         * lib/striconveh.c: Likewise.
20224         * lib/striconveh.h: Likewise.
20225         * lib/striconveha.c: Likewise.
20226         * lib/striconveha.h: Likewise.
20227         * lib/stripslash.c: Likewise.
20228         * lib/strnlen1.c: Likewise.
20229         * lib/strnlen1.h: Likewise.
20230         * lib/strtod.c: Likewise.
20231         * lib/strtoimax.c: Likewise.
20232         * lib/strtok_r.c: Likewise.
20233         * lib/strtol.c: Likewise.
20234         * lib/strtoll.c: Likewise.
20235         * lib/strtoul.c: Likewise.
20236         * lib/strtoull.c: Likewise.
20237         * lib/sysexits.in.h: Likewise.
20238         * lib/tempname.c: Likewise.
20239         * lib/tempname.h: Likewise.
20240         * lib/timespec.h: Likewise.
20241         * lib/tls.c: Likewise.
20242         * lib/tls.h: Likewise.
20243         * lib/tmpdir.c: Likewise.
20244         * lib/tmpdir.h: Likewise.
20245         * lib/tmpfile-safer.c: Likewise.
20246         * lib/tmpfile.c: Likewise.
20247         * lib/trigl.c: Likewise.
20248         * lib/trigl.h: Likewise.
20249         * lib/trim.c: Likewise.
20250         * lib/trim.h: Likewise.
20251         * lib/trunc.c: Likewise.
20252         * lib/truncf.c: Likewise.
20253         * lib/truncl.c: Likewise.
20254         * lib/tsearch.c: Likewise.
20255         * lib/unicodeio.c: Likewise.
20256         * lib/unicodeio.h: Likewise.
20257         * lib/unistd--.h: Likewise.
20258         * lib/unistd-safer.h: Likewise.
20259         * lib/unistdio/ulc-fprintf.c: Likewise.
20260         * lib/unistdio/ulc-vfprintf.c: Likewise.
20261         * lib/unlinkdir.c: Likewise.
20262         * lib/unlinkdir.h: Likewise.
20263         * lib/unlocked-io.h: Likewise.
20264         * lib/unsetenv.c: Likewise.
20265         * lib/userspec.c: Likewise.
20266         * lib/utime.c: Likewise.
20267         * lib/utimecmp.c: Likewise.
20268         * lib/utimecmp.h: Likewise.
20269         * lib/utimens.c: Likewise.
20270         * lib/verify.h: Likewise.
20271         * lib/verror.c: Likewise.
20272         * lib/verror.h: Likewise.
20273         * lib/version-etc-fsf.c: Likewise.
20274         * lib/version-etc.c: Likewise.
20275         * lib/version-etc.h: Likewise.
20276         * lib/vfprintf.c: Likewise.
20277         * lib/vprintf.c: Likewise.
20278         * lib/vsprintf.c: Likewise.
20279         * lib/w32spawn.h: Likewise.
20280         * lib/wait-process.c: Likewise.
20281         * lib/wait-process.h: Likewise.
20282         * lib/wcwidth.c: Likewise.
20283         * lib/write-any-file.c: Likewise.
20284         * lib/xalloc-die.c: Likewise.
20285         * lib/xalloc.h: Likewise.
20286         * lib/xasprintf.c: Likewise.
20287         * lib/xgetcwd.c: Likewise.
20288         * lib/xgetcwd.h: Likewise.
20289         * lib/xgetdomainname.c: Likewise.
20290         * lib/xgetdomainname.h: Likewise.
20291         * lib/xgethostname.c: Likewise.
20292         * lib/xmalloc.c: Likewise.
20293         * lib/xmalloca.c: Likewise.
20294         * lib/xmalloca.h: Likewise.
20295         * lib/xmemcoll.c: Likewise.
20296         * lib/xnanosleep.c: Likewise.
20297         * lib/xreadlink.c: Likewise.
20298         * lib/xreadlink.h: Likewise.
20299         * lib/xsetenv.c: Likewise.
20300         * lib/xsetenv.h: Likewise.
20301         * lib/xstriconv.c: Likewise.
20302         * lib/xstriconv.h: Likewise.
20303         * lib/xstrndup.c: Likewise.
20304         * lib/xstrndup.h: Likewise.
20305         * lib/xstrtod.c: Likewise.
20306         * lib/xstrtod.h: Likewise.
20307         * lib/xstrtol-error.c: Likewise.
20308         * lib/xstrtol.c: Likewise.
20309         * lib/xstrtol.h: Likewise.
20310         * lib/xtime.h: Likewise.
20311         * lib/xvasprintf.c: Likewise.
20312         * lib/xvasprintf.h: Likewise.
20313         * lib/yesno.c: Likewise.
20314         * lib/yesno.h: Likewise.
20315         * posix-modules: Likewise.
20316         * tests/test-alloca-opt.c: Likewise.
20317         * tests/test-arcfour.c: Likewise.
20318         * tests/test-arctwo.c: Likewise.
20319         * tests/test-argmatch.c: Likewise.
20320         * tests/test-argp-2.sh: Likewise.
20321         * tests/test-argp.c: Likewise.
20322         * tests/test-arpa_inet.c: Likewise.
20323         * tests/test-array_list.c: Likewise.
20324         * tests/test-array_oset.c: Likewise.
20325         * tests/test-atexit.c: Likewise.
20326         * tests/test-avltree_list.c: Likewise.
20327         * tests/test-avltree_oset.c: Likewise.
20328         * tests/test-avltreehash_list.c: Likewise.
20329         * tests/test-base64.c: Likewise.
20330         * tests/test-binary-io.c: Likewise.
20331         * tests/test-byteswap.c: Likewise.
20332         * tests/test-c-ctype.c: Likewise.
20333         * tests/test-c-strcasecmp.c: Likewise.
20334         * tests/test-c-strcasestr.c: Likewise.
20335         * tests/test-c-strncasecmp.c: Likewise.
20336         * tests/test-c-strstr.c: Likewise.
20337         * tests/test-canonicalize-lgpl.c: Likewise.
20338         * tests/test-canonicalize.c: Likewise.
20339         * tests/test-carray_list.c: Likewise.
20340         * tests/test-ceilf.c: Likewise.
20341         * tests/test-ceill.c: Likewise.
20342         * tests/test-count-one-bits.c: Likewise.
20343         * tests/test-crc.c: Likewise.
20344         * tests/test-dirname.c: Likewise.
20345         * tests/test-fbufmode.c: Likewise.
20346         * tests/test-fcntl.c: Likewise.
20347         * tests/test-fflush.c: Likewise.
20348         * tests/test-floorf.c: Likewise.
20349         * tests/test-floorl.c: Likewise.
20350         * tests/test-fopen.c: Likewise.
20351         * tests/test-fprintf-posix.c: Likewise.
20352         * tests/test-fprintf-posix.h: Likewise.
20353         * tests/test-fpurge.c: Likewise.
20354         * tests/test-freadable.c: Likewise.
20355         * tests/test-freadahead.c: Likewise.
20356         * tests/test-freading.c: Likewise.
20357         * tests/test-freopen.c: Likewise.
20358         * tests/test-frexp.c: Likewise.
20359         * tests/test-frexpl.c: Likewise.
20360         * tests/test-fseek.c: Likewise.
20361         * tests/test-fseeko.c: Likewise.
20362         * tests/test-fseterr.c: Likewise.
20363         * tests/test-fstrcmp.c: Likewise.
20364         * tests/test-ftell.c: Likewise.
20365         * tests/test-ftello.c: Likewise.
20366         * tests/test-fwritable.c: Likewise.
20367         * tests/test-fwriting.c: Likewise.
20368         * tests/test-getaddrinfo.c: Likewise.
20369         * tests/test-getpass.c: Likewise.
20370         * tests/test-gettimeofday.c: Likewise.
20371         * tests/test-hmac-md5.c: Likewise.
20372         * tests/test-hmac-sha1.c: Likewise.
20373         * tests/test-iconv.c: Likewise.
20374         * tests/test-iconvme.c: Likewise.
20375         * tests/test-inttypes.c: Likewise.
20376         * tests/test-isnan.c: Likewise.
20377         * tests/test-isnanf.c: Likewise.
20378         * tests/test-isnanl-nolibm.c: Likewise.
20379         * tests/test-isnanl.c: Likewise.
20380         * tests/test-isnanl.h: Likewise.
20381         * tests/test-ldexpl.c: Likewise.
20382         * tests/test-linked_list.c: Likewise.
20383         * tests/test-linkedhash_list.c: Likewise.
20384         * tests/test-locale.c: Likewise.
20385         * tests/test-localename.c: Likewise.
20386         * tests/test-lock.c: Likewise.
20387         * tests/test-lseek.c: Likewise.
20388         * tests/test-malloca.c: Likewise.
20389         * tests/test-math.c: Likewise.
20390         * tests/test-mbscasecmp.c: Likewise.
20391         * tests/test-mbscasestr1.c: Likewise.
20392         * tests/test-mbscasestr2.c: Likewise.
20393         * tests/test-mbscasestr3.c: Likewise.
20394         * tests/test-mbscasestr4.c: Likewise.
20395         * tests/test-mbschr.c: Likewise.
20396         * tests/test-mbscspn.c: Likewise.
20397         * tests/test-mbsncasecmp.c: Likewise.
20398         * tests/test-mbspbrk.c: Likewise.
20399         * tests/test-mbspcasecmp.c: Likewise.
20400         * tests/test-mbsrchr.c: Likewise.
20401         * tests/test-mbsspn.c: Likewise.
20402         * tests/test-mbsstr1.c: Likewise.
20403         * tests/test-mbsstr2.c: Likewise.
20404         * tests/test-mbsstr3.c: Likewise.
20405         * tests/test-md5.c: Likewise.
20406         * tests/test-memmem.c: Likewise.
20407         * tests/test-netinet_in.c: Likewise.
20408         * tests/test-open.c: Likewise.
20409         * tests/test-printf-frexp.c: Likewise.
20410         * tests/test-printf-frexpl.c: Likewise.
20411         * tests/test-printf-posix.c: Likewise.
20412         * tests/test-printf-posix.h: Likewise.
20413         * tests/test-rbtree_list.c: Likewise.
20414         * tests/test-rbtree_oset.c: Likewise.
20415         * tests/test-rbtreehash_list.c: Likewise.
20416         * tests/test-read-file.c: Likewise.
20417         * tests/test-rijndael.c: Likewise.
20418         * tests/test-search.c: Likewise.
20419         * tests/test-signbit.c: Likewise.
20420         * tests/test-sleep.c: Likewise.
20421         * tests/test-snprintf-posix.c: Likewise.
20422         * tests/test-snprintf-posix.h: Likewise.
20423         * tests/test-snprintf.c: Likewise.
20424         * tests/test-sprintf-posix.c: Likewise.
20425         * tests/test-sprintf-posix.h: Likewise.
20426         * tests/test-stat-time.c: Likewise.
20427         * tests/test-stdbool.c: Likewise.
20428         * tests/test-stdint.c: Likewise.
20429         * tests/test-stdio.c: Likewise.
20430         * tests/test-stdlib.c: Likewise.
20431         * tests/test-stpncpy.c: Likewise.
20432         * tests/test-strcasestr.c: Likewise.
20433         * tests/test-striconv.c: Likewise.
20434         * tests/test-striconveh.c: Likewise.
20435         * tests/test-striconveha.c: Likewise.
20436         * tests/test-string.c: Likewise.
20437         * tests/test-sys_select.c: Likewise.
20438         * tests/test-sys_socket.c: Likewise.
20439         * tests/test-sys_stat.c: Likewise.
20440         * tests/test-sys_time.c: Likewise.
20441         * tests/test-sysexits.c: Likewise.
20442         * tests/test-time.c: Likewise.
20443         * tests/test-tls.c: Likewise.
20444         * tests/test-trunc.c: Likewise.
20445         * tests/test-truncf.c: Likewise.
20446         * tests/test-truncl.c: Likewise.
20447         * tests/test-unistd.c: Likewise.
20448         * tests/test-vasnprintf-posix.c: Likewise.
20449         * tests/test-vasnprintf-posix2.c: Likewise.
20450         * tests/test-vasnprintf.c: Likewise.
20451         * tests/test-vasprintf-posix.c: Likewise.
20452         * tests/test-vasprintf.c: Likewise.
20453         * tests/test-verify.c: Likewise.
20454         * tests/test-vfprintf-posix.c: Likewise.
20455         * tests/test-vprintf-posix.c: Likewise.
20456         * tests/test-vsnprintf-posix.c: Likewise.
20457         * tests/test-vsnprintf.c: Likewise.
20458         * tests/test-vsprintf-posix.c: Likewise.
20459         * tests/test-wchar.c: Likewise.
20460         * tests/test-wctype.c: Likewise.
20461         * tests/test-wcwidth.c: Likewise.
20462         * tests/test-xstrtol.c: Likewise.
20463         * tests/test-xvasprintf.c: Likewise.
20464         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
20465         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
20466         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
20467         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
20468         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
20469         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
20470         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
20471         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
20472         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
20473         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
20474         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
20475         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
20476         * tests/uniname/test-uninames.c: Likewise.
20477         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
20478         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
20479         * tests/unistdio/test-u16-printf1.h: Likewise.
20480         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
20481         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
20482         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
20483         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
20484         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
20485         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
20486         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
20487         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
20488         * tests/unistdio/test-u32-printf1.h: Likewise.
20489         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
20490         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
20491         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
20492         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
20493         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
20494         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
20495         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
20496         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
20497         * tests/unistdio/test-u8-printf1.h: Likewise.
20498         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
20499         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
20500         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
20501         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
20502         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
20503         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
20504         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
20505         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
20506         * tests/unistdio/test-ulc-printf1.h: Likewise.
20507         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
20508         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
20509         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
20510         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
20511         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
20512         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
20513         * tests/uniwidth/test-u16-strwidth.c: Likewise.
20514         * tests/uniwidth/test-u16-width.c: Likewise.
20515         * tests/uniwidth/test-u32-strwidth.c: Likewise.
20516         * tests/uniwidth/test-u32-width.c: Likewise.
20517         * tests/uniwidth/test-u8-strwidth.c: Likewise.
20518         * tests/uniwidth/test-u8-width.c: Likewise.
20519         * tests/uniwidth/test-uc_width.c: Likewise.
20520         * config/srclist-update: Likewise.
20521         (fixlicense): Update to GPLv3+.
20522
20523         Change copyright notice from LGPLv2.1+ to LGPLv3+.
20524         * tests/test-tsearch.c: Change copyright notice.
20525
20526         Change copyright notice from LGPLv2.0+ to LGPLv3+.
20527         * lib/c-strcaseeq.h: Change copyright notice.
20528         * lib/streq.h: Likewise.
20529         * lib/uniconv.h: Likewise.
20530         * lib/uniconv/u-conv-from-enc.h: Likewise.
20531         * lib/uniconv/u-conv-to-enc.h: Likewise.
20532         * lib/uniconv/u-strconv-from-enc.h: Likewise.
20533         * lib/uniconv/u-strconv-to-enc.h: Likewise.
20534         * lib/uniconv/u16-conv-from-enc.c: Likewise.
20535         * lib/uniconv/u16-conv-to-enc.c: Likewise.
20536         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
20537         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
20538         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
20539         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
20540         * lib/uniconv/u32-conv-from-enc.c: Likewise.
20541         * lib/uniconv/u32-conv-to-enc.c: Likewise.
20542         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
20543         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
20544         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
20545         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
20546         * lib/uniconv/u8-conv-from-enc.c: Likewise.
20547         * lib/uniconv/u8-conv-to-enc.c: Likewise.
20548         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
20549         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
20550         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
20551         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
20552         * lib/uniname.h: Likewise.
20553         * lib/uniname/uniname.c: Likewise.
20554         * lib/unistdio.h: Likewise.
20555         * lib/unistdio/u-asnprintf.h: Likewise.
20556         * lib/unistdio/u-asprintf.h: Likewise.
20557         * lib/unistdio/u-printf-args.c: Likewise.
20558         * lib/unistdio/u-printf-args.h: Likewise.
20559         * lib/unistdio/u-printf-parse.h: Likewise.
20560         * lib/unistdio/u-snprintf.h: Likewise.
20561         * lib/unistdio/u-sprintf.h: Likewise.
20562         * lib/unistdio/u-vasprintf.h: Likewise.
20563         * lib/unistdio/u-vsnprintf.h: Likewise.
20564         * lib/unistdio/u-vsprintf.h: Likewise.
20565         * lib/unistdio/u16-asnprintf.c: Likewise.
20566         * lib/unistdio/u16-asprintf.c: Likewise.
20567         * lib/unistdio/u16-printf-parse.c: Likewise.
20568         * lib/unistdio/u16-snprintf.c: Likewise.
20569         * lib/unistdio/u16-sprintf.c: Likewise.
20570         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
20571         * lib/unistdio/u16-u16-asprintf.c: Likewise.
20572         * lib/unistdio/u16-u16-snprintf.c: Likewise.
20573         * lib/unistdio/u16-u16-sprintf.c: Likewise.
20574         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
20575         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
20576         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
20577         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
20578         * lib/unistdio/u16-vasnprintf.c: Likewise.
20579         * lib/unistdio/u16-vasprintf.c: Likewise.
20580         * lib/unistdio/u16-vsnprintf.c: Likewise.
20581         * lib/unistdio/u16-vsprintf.c: Likewise.
20582         * lib/unistdio/u32-asnprintf.c: Likewise.
20583         * lib/unistdio/u32-asprintf.c: Likewise.
20584         * lib/unistdio/u32-printf-parse.c: Likewise.
20585         * lib/unistdio/u32-snprintf.c: Likewise.
20586         * lib/unistdio/u32-sprintf.c: Likewise.
20587         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
20588         * lib/unistdio/u32-u32-asprintf.c: Likewise.
20589         * lib/unistdio/u32-u32-snprintf.c: Likewise.
20590         * lib/unistdio/u32-u32-sprintf.c: Likewise.
20591         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
20592         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
20593         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
20594         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
20595         * lib/unistdio/u32-vasnprintf.c: Likewise.
20596         * lib/unistdio/u32-vasprintf.c: Likewise.
20597         * lib/unistdio/u32-vsnprintf.c: Likewise.
20598         * lib/unistdio/u32-vsprintf.c: Likewise.
20599         * lib/unistdio/u8-asnprintf.c: Likewise.
20600         * lib/unistdio/u8-asprintf.c: Likewise.
20601         * lib/unistdio/u8-printf-parse.c: Likewise.
20602         * lib/unistdio/u8-snprintf.c: Likewise.
20603         * lib/unistdio/u8-sprintf.c: Likewise.
20604         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
20605         * lib/unistdio/u8-u8-asprintf.c: Likewise.
20606         * lib/unistdio/u8-u8-snprintf.c: Likewise.
20607         * lib/unistdio/u8-u8-sprintf.c: Likewise.
20608         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
20609         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
20610         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
20611         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
20612         * lib/unistdio/u8-vasnprintf.c: Likewise.
20613         * lib/unistdio/u8-vasprintf.c: Likewise.
20614         * lib/unistdio/u8-vsnprintf.c: Likewise.
20615         * lib/unistdio/u8-vsprintf.c: Likewise.
20616         * lib/unistdio/ulc-asnprintf.c: Likewise.
20617         * lib/unistdio/ulc-asprintf.c: Likewise.
20618         * lib/unistdio/ulc-printf-parse.c: Likewise.
20619         * lib/unistdio/ulc-snprintf.c: Likewise.
20620         * lib/unistdio/ulc-sprintf.c: Likewise.
20621         * lib/unistdio/ulc-vasnprintf.c: Likewise.
20622         * lib/unistdio/ulc-vasprintf.c: Likewise.
20623         * lib/unistdio/ulc-vsnprintf.c: Likewise.
20624         * lib/unistdio/ulc-vsprintf.c: Likewise.
20625         * lib/unistr.h: Likewise.
20626         * lib/unistr/u-cpy-alloc.h: Likewise.
20627         * lib/unistr/u-cpy.h: Likewise.
20628         * lib/unistr/u-endswith.h: Likewise.
20629         * lib/unistr/u-move.h: Likewise.
20630         * lib/unistr/u-set.h: Likewise.
20631         * lib/unistr/u-startswith.h: Likewise.
20632         * lib/unistr/u-stpcpy.h: Likewise.
20633         * lib/unistr/u-stpncpy.h: Likewise.
20634         * lib/unistr/u-strcat.h: Likewise.
20635         * lib/unistr/u-strcpy.h: Likewise.
20636         * lib/unistr/u-strcspn.h: Likewise.
20637         * lib/unistr/u-strdup.h: Likewise.
20638         * lib/unistr/u-strlen.h: Likewise.
20639         * lib/unistr/u-strncat.h: Likewise.
20640         * lib/unistr/u-strncpy.h: Likewise.
20641         * lib/unistr/u-strnlen.h: Likewise.
20642         * lib/unistr/u-strpbrk.h: Likewise.
20643         * lib/unistr/u-strspn.h: Likewise.
20644         * lib/unistr/u-strstr.h: Likewise.
20645         * lib/unistr/u-strtok.h: Likewise.
20646         * lib/unistr/u16-check.c: Likewise.
20647         * lib/unistr/u16-chr.c: Likewise.
20648         * lib/unistr/u16-cmp.c: Likewise.
20649         * lib/unistr/u16-cpy-alloc.c: Likewise.
20650         * lib/unistr/u16-cpy.c: Likewise.
20651         * lib/unistr/u16-endswith.c: Likewise.
20652         * lib/unistr/u16-mblen.c: Likewise.
20653         * lib/unistr/u16-mbsnlen.c: Likewise.
20654         * lib/unistr/u16-mbtouc-aux.c: Likewise.
20655         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
20656         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
20657         * lib/unistr/u16-mbtouc.c: Likewise.
20658         * lib/unistr/u16-mbtoucr.c: Likewise.
20659         * lib/unistr/u16-move.c: Likewise.
20660         * lib/unistr/u16-next.c: Likewise.
20661         * lib/unistr/u16-prev.c: Likewise.
20662         * lib/unistr/u16-set.c: Likewise.
20663         * lib/unistr/u16-startswith.c: Likewise.
20664         * lib/unistr/u16-stpcpy.c: Likewise.
20665         * lib/unistr/u16-stpncpy.c: Likewise.
20666         * lib/unistr/u16-strcat.c: Likewise.
20667         * lib/unistr/u16-strchr.c: Likewise.
20668         * lib/unistr/u16-strcmp.c: Likewise.
20669         * lib/unistr/u16-strcpy.c: Likewise.
20670         * lib/unistr/u16-strcspn.c: Likewise.
20671         * lib/unistr/u16-strdup.c: Likewise.
20672         * lib/unistr/u16-strlen.c: Likewise.
20673         * lib/unistr/u16-strmblen.c: Likewise.
20674         * lib/unistr/u16-strmbtouc.c: Likewise.
20675         * lib/unistr/u16-strncat.c: Likewise.
20676         * lib/unistr/u16-strncmp.c: Likewise.
20677         * lib/unistr/u16-strncpy.c: Likewise.
20678         * lib/unistr/u16-strnlen.c: Likewise.
20679         * lib/unistr/u16-strpbrk.c: Likewise.
20680         * lib/unistr/u16-strrchr.c: Likewise.
20681         * lib/unistr/u16-strspn.c: Likewise.
20682         * lib/unistr/u16-strstr.c: Likewise.
20683         * lib/unistr/u16-strtok.c: Likewise.
20684         * lib/unistr/u16-to-u32.c: Likewise.
20685         * lib/unistr/u16-to-u8.c: Likewise.
20686         * lib/unistr/u16-uctomb-aux.c: Likewise.
20687         * lib/unistr/u16-uctomb.c: Likewise.
20688         * lib/unistr/u32-check.c: Likewise.
20689         * lib/unistr/u32-chr.c: Likewise.
20690         * lib/unistr/u32-cmp.c: Likewise.
20691         * lib/unistr/u32-cpy-alloc.c: Likewise.
20692         * lib/unistr/u32-cpy.c: Likewise.
20693         * lib/unistr/u32-endswith.c: Likewise.
20694         * lib/unistr/u32-mblen.c: Likewise.
20695         * lib/unistr/u32-mbsnlen.c: Likewise.
20696         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
20697         * lib/unistr/u32-mbtouc.c: Likewise.
20698         * lib/unistr/u32-mbtoucr.c: Likewise.
20699         * lib/unistr/u32-move.c: Likewise.
20700         * lib/unistr/u32-next.c: Likewise.
20701         * lib/unistr/u32-prev.c: Likewise.
20702         * lib/unistr/u32-set.c: Likewise.
20703         * lib/unistr/u32-startswith.c: Likewise.
20704         * lib/unistr/u32-stpcpy.c: Likewise.
20705         * lib/unistr/u32-stpncpy.c: Likewise.
20706         * lib/unistr/u32-strcat.c: Likewise.
20707         * lib/unistr/u32-strchr.c: Likewise.
20708         * lib/unistr/u32-strcmp.c: Likewise.
20709         * lib/unistr/u32-strcpy.c: Likewise.
20710         * lib/unistr/u32-strcspn.c: Likewise.
20711         * lib/unistr/u32-strdup.c: Likewise.
20712         * lib/unistr/u32-strlen.c: Likewise.
20713         * lib/unistr/u32-strmblen.c: Likewise.
20714         * lib/unistr/u32-strmbtouc.c: Likewise.
20715         * lib/unistr/u32-strncat.c: Likewise.
20716         * lib/unistr/u32-strncmp.c: Likewise.
20717         * lib/unistr/u32-strncpy.c: Likewise.
20718         * lib/unistr/u32-strnlen.c: Likewise.
20719         * lib/unistr/u32-strpbrk.c: Likewise.
20720         * lib/unistr/u32-strrchr.c: Likewise.
20721         * lib/unistr/u32-strspn.c: Likewise.
20722         * lib/unistr/u32-strstr.c: Likewise.
20723         * lib/unistr/u32-strtok.c: Likewise.
20724         * lib/unistr/u32-to-u16.c: Likewise.
20725         * lib/unistr/u32-to-u8.c: Likewise.
20726         * lib/unistr/u32-uctomb.c: Likewise.
20727         * lib/unistr/u8-check.c: Likewise.
20728         * lib/unistr/u8-chr.c: Likewise.
20729         * lib/unistr/u8-cmp.c: Likewise.
20730         * lib/unistr/u8-cpy-alloc.c: Likewise.
20731         * lib/unistr/u8-cpy.c: Likewise.
20732         * lib/unistr/u8-endswith.c: Likewise.
20733         * lib/unistr/u8-mblen.c: Likewise.
20734         * lib/unistr/u8-mbsnlen.c: Likewise.
20735         * lib/unistr/u8-mbtouc-aux.c: Likewise.
20736         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
20737         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
20738         * lib/unistr/u8-mbtouc.c: Likewise.
20739         * lib/unistr/u8-mbtoucr.c: Likewise.
20740         * lib/unistr/u8-move.c: Likewise.
20741         * lib/unistr/u8-next.c: Likewise.
20742         * lib/unistr/u8-prev.c: Likewise.
20743         * lib/unistr/u8-set.c: Likewise.
20744         * lib/unistr/u8-startswith.c: Likewise.
20745         * lib/unistr/u8-stpcpy.c: Likewise.
20746         * lib/unistr/u8-stpncpy.c: Likewise.
20747         * lib/unistr/u8-strcat.c: Likewise.
20748         * lib/unistr/u8-strchr.c: Likewise.
20749         * lib/unistr/u8-strcmp.c: Likewise.
20750         * lib/unistr/u8-strcpy.c: Likewise.
20751         * lib/unistr/u8-strcspn.c: Likewise.
20752         * lib/unistr/u8-strdup.c: Likewise.
20753         * lib/unistr/u8-strlen.c: Likewise.
20754         * lib/unistr/u8-strmblen.c: Likewise.
20755         * lib/unistr/u8-strmbtouc.c: Likewise.
20756         * lib/unistr/u8-strncat.c: Likewise.
20757         * lib/unistr/u8-strncmp.c: Likewise.
20758         * lib/unistr/u8-strncpy.c: Likewise.
20759         * lib/unistr/u8-strnlen.c: Likewise.
20760         * lib/unistr/u8-strpbrk.c: Likewise.
20761         * lib/unistr/u8-strrchr.c: Likewise.
20762         * lib/unistr/u8-strspn.c: Likewise.
20763         * lib/unistr/u8-strstr.c: Likewise.
20764         * lib/unistr/u8-strtok.c: Likewise.
20765         * lib/unistr/u8-to-u16.c: Likewise.
20766         * lib/unistr/u8-to-u32.c: Likewise.
20767         * lib/unistr/u8-uctomb-aux.c: Likewise.
20768         * lib/unistr/u8-uctomb.c: Likewise.
20769         * lib/unitypes.h: Likewise.
20770         * lib/uniwidth.h: Likewise.
20771         * lib/uniwidth/cjk.h: Likewise.
20772         * lib/uniwidth/u16-strwidth.c: Likewise.
20773         * lib/uniwidth/u16-width.c: Likewise.
20774         * lib/uniwidth/u32-strwidth.c: Likewise.
20775         * lib/uniwidth/u32-width.c: Likewise.
20776         * lib/uniwidth/u8-strwidth.c: Likewise.
20777         * lib/uniwidth/u8-width.c: Likewise.
20778         * lib/uniwidth/width.c: Likewise.
20779
20780 2007-10-07  Bruno Haible  <bruno@clisp.org>
20781
20782         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
20783         The file is still under LGPL (see modules/inttypes).
20784
20785 2007-10-06  Bruno Haible  <bruno@clisp.org>
20786
20787         * modules/trunc (Dependencies): Add 'extensions'.
20788         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
20789         Reported by Ben Pfaff <blp@gnu.org>.
20790
20791 2007-10-06  Bruno Haible  <bruno@clisp.org>
20792
20793         * modules/freopen-tests: New file.
20794         * tests/test-freopen.c: New file.
20795
20796         * modules/fopen-tests: New file.
20797         * tests/test-fopen.c: New file.
20798
20799         * modules/fopen: New file.
20800         * lib/fopen.c: New file.
20801         * m4/fopen.m4: New file.
20802         * modules/freopen: New file.
20803         * lib/freopen.c: New file.
20804         * m4/freopen.m4: New file.
20805         * lib/stdio.in.h (fopen, freopen): New declarations.
20806         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
20807         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
20808         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
20809         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
20810         * doc/functions/fopen.texi: Mention the 'fopen' module.
20811         * doc/functions/freopen.texi: Mention the 'freopen' module.
20812
20813 2007-10-06  Bruno Haible  <bruno@clisp.org>
20814
20815         * modules/open-tests: New file.
20816         * tests/test-open.c: New file.
20817
20818         * modules/open: New file.
20819         * lib/open.c: New file.
20820         * m4/open.m4: New file.
20821         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
20822         lib/open.c does.
20823         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
20824         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
20825         macros.
20826         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
20827         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
20828         REPLACE_OPEN.
20829         * doc/functions/open.texi: Mention the 'open' module.
20830
20831 2007-10-04  Bruno Haible  <bruno@clisp.org>
20832
20833         * modules/ceill-tests: New file.
20834         * tests/test-ceill.c: New file.
20835
20836         * modules/ceill: New file.
20837         * lib/ceill.c: Replace entire file.
20838         * m4/ceill.m4: New file.
20839         * lib/math.in.h (ceill): Replace declaration.
20840         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
20841         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
20842         * doc/functions/ceill.texi: Mention the 'ceill' module.
20843         * modules/mathl (Files): Remove lib/ceill.c.
20844         (Depends-on): Add ceill.
20845
20846 2007-10-04  Bruno Haible  <bruno@clisp.org>
20847
20848         * modules/ceilf-tests: New file.
20849         * tests/test-ceilf.c: New file.
20850
20851         * modules/ceilf: New file.
20852         * lib/ceil.c: New file.
20853         * lib/ceilf.c: New file.
20854         * m4/ceilf.m4: New file.
20855         * lib/math.in.h (ceilf): New declaration.
20856         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
20857         HAVE_DECL_CEILF.
20858         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
20859         HAVE_DECL_CEILF.
20860         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
20861
20862 2007-10-04  Bruno Haible  <bruno@clisp.org>
20863
20864         * modules/floorl-tests: New file.
20865         * tests/test-floorl.c: New file.
20866
20867         * modules/floorl: New file.
20868         * lib/floorl.c: Replace entire file.
20869         * m4/floorl.m4: New file.
20870         * lib/math.in.h (floorl): Replace declaration.
20871         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
20872         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
20873         * doc/functions/floorl.texi: Mention the 'floorl' module.
20874         * modules/mathl (Files): Remove lib/floorl.c.
20875         (Depends-on): Add floorl.
20876
20877 2007-10-04  Bruno Haible  <bruno@clisp.org>
20878
20879         * modules/floorf-tests: New file.
20880         * tests/test-floorf.c: New file.
20881
20882         * modules/floorf: New file.
20883         * lib/floor.c: New file.
20884         * lib/floorf.c: New file.
20885         * m4/floorf.m4: New file.
20886         * lib/math.in.h (floorf): New declaration.
20887         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
20888         HAVE_DECL_FLOORF.
20889         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
20890         HAVE_DECL_FLOORF.
20891         * doc/functions/floorf.texi: Mention the 'floorf' module.
20892
20893 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
20894             Bruno Haible  <bruno@clisp.org>
20895
20896         Advertise for the Git server instead of the CVS server.
20897         * doc/gnulib-intro.texi (Steady Development): Mention the Git
20898         repository instead of the CVS one.
20899         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
20900         about all VCS systems generically.
20901         * doc/gnulib.texi (Introduction): Capitalize `Git'.
20902
20903 2007-10-04  Bruno Haible  <bruno@clisp.org>
20904
20905         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
20906         means.
20907         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
20908
20909 2007-10-04  Bruno Haible  <bruno@clisp.org>
20910
20911         * modules/truncl-tests: New file.
20912         * tests/test-truncl.c: New file.
20913
20914         * modules/truncl: New file.
20915         * lib/truncl.c: New file.
20916         * m4/truncl.m4: New file.
20917         * lib/math.in.h (truncl): New declaration.
20918         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
20919         HAVE_DECL_TRUNCL.
20920         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
20921         HAVE_DECL_TRUNCL.
20922         * doc/functions/truncl.texi: Mention the 'truncl' module.
20923
20924 2007-10-04  Bruno Haible  <bruno@clisp.org>
20925
20926         * modules/truncf-tests: New file.
20927         * tests/test-truncf.c: New file.
20928
20929         * modules/truncf: New file.
20930         * lib/trunc.c: Make paramerizable through USE_* macros.
20931         * lib/truncf.c: New file.
20932         * m4/truncf.m4: New file.
20933         * lib/math.in.h (truncf): New declaration.
20934         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
20935         HAVE_DECL_TRUNCF.
20936         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
20937         HAVE_DECL_TRUNCF.
20938         * doc/functions/truncf.texi: Mention the 'truncf' module.
20939
20940 2007-10-03  Bruno Haible  <bruno@clisp.org>
20941
20942         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
20943         augmentation also for tests modules.
20944         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
20945         * modules/atexit-tests (Makefile.am): Likewise.
20946         * modules/binary-io-tests (Makefile.am): Likewise.
20947         * modules/c-strcase-tests (Makefile.am): Likewise.
20948         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
20949         * modules/canonicalize-tests (Makefile.am): Likewise.
20950         * modules/closein-tests (Makefile.am): Likewise.
20951         * modules/fprintf-posix-tests (Makefile.am): Likewise.
20952         * modules/freadahead-tests (Makefile.am): Likewise.
20953         * modules/fseek-tests (Makefile.am): Likewise.
20954         * modules/fseeko-tests (Makefile.am): Likewise.
20955         * modules/ftell-tests (Makefile.am): Likewise.
20956         * modules/ftello-tests (Makefile.am): Likewise.
20957         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
20958         * modules/isnanl-tests (Makefile.am): Likewise.
20959         * modules/lseek-tests (Makefile.am): Likewise.
20960         * modules/mbscasecmp-tests (Makefile.am): Likewise.
20961         * modules/mbscasestr-tests (Makefile.am): Likewise.
20962         * modules/mbschr-tests (Makefile.am): Likewise.
20963         * modules/mbscspn-tests (Makefile.am): Likewise.
20964         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
20965         * modules/mbspbrk-tests (Makefile.am): Likewise.
20966         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
20967         * modules/mbsrchr-tests (Makefile.am): Likewise.
20968         * modules/mbsspn-tests (Makefile.am): Likewise.
20969         * modules/mbsstr-tests (Makefile.am): Likewise.
20970         * modules/printf-posix-tests (Makefile.am): Likewise.
20971         * modules/snprintf-posix-tests (Makefile.am): Likewise.
20972         * modules/sprintf-posix-tests (Makefile.am): Likewise.
20973         * modules/tsearch-tests (Makefile.am): Likewise.
20974         * modules/uniname/uniname-tests (Makefile.am): Likewise.
20975         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
20976         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
20977         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
20978         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
20979         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
20980         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
20981         * modules/vprintf-posix-tests (Makefile.am): Likewise.
20982         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
20983         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
20984         * modules/xstrtoimax-tests (Makefile.am): Likewise.
20985         * modules/xstrtol-tests (Makefile.am): Likewise.
20986         * modules/xstrtoumax-tests (Makefile.am): Likewise.
20987         * modules/yesno-tests (Makefile.am): Likewise.
20988
20989 2007-10-03  Bruno Haible  <bruno@clisp.org>
20990
20991         * modules/trunc-tests: New file.
20992         * tests/test-trunc.c: New file.
20993
20994         * modules/trunc: New file.
20995         * lib/trunc.c: New file.
20996         * m4/trunc.m4: New file.
20997         * lib/math.in.h (trunc): New declaration.
20998         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
20999         HAVE_DECL_TRUNC.
21000         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
21001         HAVE_DECL_TRUNC.
21002         * doc/functions/trunc.texi: Mention the 'trunc' module.
21003
21004 2007-10-03  Bruno Haible  <bruno@clisp.org>
21005
21006         * tests/test-fpending.c: New file, mostly copied
21007         from coreutils/lib/t-fpending.c.
21008         * modules/fpending-tests: New file.
21009
21010 2007-10-03  Bruno Haible  <bruno@clisp.org>
21011
21012         Port the stdio extensions to QNX (untested).
21013         * lib/fseterr.c (fseterr): Add support for QNX.
21014         * lib/fbufmode.c (fbufmode): Likewise.
21015         * lib/freadable.c (freadable): Likewise.
21016         * lib/fwritable.c (fwritable): Likewise.
21017         * lib/freading.c (freading): Likewise.
21018         * lib/fwriting.c (fwriting): Likewise.
21019         * lib/freadahead.c (freadahed): Likewise.
21020         * lib/fpurge.c (fpurge): Likewise.
21021         * lib/fseeko.c (rpl_fseeko): Likewise.
21022
21023 2007-10-03  Bruno Haible  <bruno@clisp.org>
21024             Jim Meyering  <jim@meyering.net>
21025             Eric Blake  <ebb9@byu.net>
21026
21027         * doc/relocatable.texi: Use @command instead of @program.
21028
21029 2007-10-02  Jim Meyering  <jim@meyering.net>
21030
21031         Perform one more "_.h" -> ".in.h" substitution.
21032         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
21033         instead of unistd_.h here, too.
21034
21035 2007-10-01  Bruno Haible  <bruno@clisp.org>
21036
21037         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
21038         Needed for the alloca-opt module.
21039
21040 2007-09-30  Bruno Haible  <bruno@clisp.org>
21041
21042         * lib/alloca.in.h: Renamed from lib/alloca_.h.
21043         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
21044         alloca_.h.
21045         * lib/argz.in.h: Renamed from lib/argz_.h.
21046         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
21047         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
21048         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
21049         byteswap_.h.
21050         * lib/dirent.in.h: Renamed from lib/dirent_.h.
21051         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
21052         dirent_.h.
21053         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
21054         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
21055         fcntl_.h.
21056         * lib/float.in.h: Renamed from lib/float_.h.
21057         * modules/float (Files, Makefile.am): Use float.in.h instead of
21058         float_.h.
21059         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
21060         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
21061         fnmatch_.h.
21062         * lib/getopt.in.h: Renamed from lib/getopt_.h.
21063         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
21064         getopt_.h.
21065         * lib/glob.in.h: Renamed from lib/glob_.h.
21066         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
21067         * lib/iconv.in.h: Renamed from lib/iconv_.h.
21068         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
21069         iconv_.h.
21070         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
21071         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
21072         inttypes_.h.
21073         * lib/locale.in.h: Renamed from lib/locale_.h.
21074         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
21075         locale_.h.
21076         * lib/math.in.h: Renamed from lib/math_.h.
21077         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
21078         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
21079         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
21080         of netinet_in_.h. Add dependency.
21081         * lib/poll.in.h: Renamed from lib/poll_.h.
21082         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
21083         * lib/search.in.h: Renamed from lib/search_.h.
21084         * modules/search (Files, Makefile.am): Use search.in.h instead of
21085         search_.h.
21086         * lib/signal.in.h: Renamed from lib/signal_.h.
21087         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
21088         _signal.h.
21089         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
21090         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
21091         stdbool_.h.
21092         * lib/stdint.in.h: Renamed from lib/stdint_.h.
21093         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
21094         stdint_.h.
21095         * lib/stdio.in.h: Renamed from lib/stdio_.h.
21096         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
21097         stdio_.h.
21098         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
21099         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
21100         stdlib_.h.
21101         * lib/string.in.h: Renamed from lib/string_.h.
21102         * modules/string (Files, Makefile.am): Use string.in.h instead of
21103         string_.h.
21104         * doc/gnulib-tool.texi (Initial import): Update.
21105         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
21106         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
21107         of sys_select_.h. Add dependency.
21108         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
21109         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
21110         of sys_socket_.h.
21111         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
21112         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
21113         sys_stat_.h.
21114         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
21115         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
21116         sys_time_.h.
21117         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
21118         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
21119         sysexits_.h.
21120         * lib/time.in.h: Renamed from lib/time_.h.
21121         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
21122         * lib/unistd.in.h: Renamed from lib/unistd_.h.
21123         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
21124         unistd_.h.
21125         * lib/wchar.in.h: Renamed from lib/wchar_.h.
21126         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
21127         wchar_.h.
21128         * lib/wctype.in.h: Renamed from lib/wctype_.h.
21129         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
21130         wctype_.h.
21131         * build-aux/bootstrap (slurp): Update.
21132         * lib/.cppi-disable: Update.
21133
21134 2007-09-30  Bruno Haible  <bruno@clisp.org>
21135
21136         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
21137         Needed on BeOS.
21138
21139 2007-09-30  Bruno Haible  <bruno@clisp.org>
21140
21141         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
21142
21143 2007-09-29  Bruno Haible  <bruno@clisp.org>
21144
21145         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
21146
21147 2007-09-29  Bruno Haible  <bruno@clisp.org>
21148
21149         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
21150         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
21151         * build-aux/install-reloc: Compile also areadlink.c.
21152         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
21153
21154 2007-09-29  Bruno Haible  <bruno@clisp.org>
21155
21156         * gnulib-tool (func_emit_initmacro_done): Indentation.
21157
21158 2007-09-29  Bruno Haible  <bruno@clisp.org>
21159
21160         * README: Add CVS checkout update instructions.
21161         Info from Bob Proulx <bob@proulx.com>.
21162
21163 2007-09-28  Eric Blake  <ebb9@byu.net>
21164
21165         Provide move-if-change.
21166         * build-aux/move-if-change: New file, based on best practice
21167         rather than any canonical upstream location.
21168
21169 2007-09-28  Jim Meyering  <jim@meyering.net>
21170
21171         Fix canonicalize loop-detection corner case.
21172         Do not attempt to stat the symlink values stored via seen_triple.
21173         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
21174         on linux-2.6.18, (but not 2.6.22).
21175         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
21176         triple_compare.  The former compares dev,ino,filename, while the latter
21177         would actually stat dirname(filename) when dev and ino were equal.
21178         * lib/hash-triple.c: Install <string.h>.
21179         (STREQ): Define.
21180         (triple_compare_ino_str): New function.
21181         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
21182
21183 2007-09-28  Eric Blake  <ebb9@byu.net>
21184
21185         Enforce that AC_REPLACE_FUNCS files exist.
21186         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
21187         override check for typos.
21188
21189         Fix test-closein on Solaris 10.
21190         * tests/test-closein.c (main): Don't assume stdin can be inherited
21191         closed on all systems.
21192         * tests/test-closein.sh: Likewise.
21193         Reported by Piotr Tarnowski.
21194
21195 2007-09-28  Jim Meyering  <jim@meyering.net>
21196
21197         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
21198
21199 2007-09-27  Jim Meyering  <jim@meyering.net>
21200
21201         canonicalize: Avoid a false-positive cycle failure.
21202         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
21203         Sort.  Remove cycle-check.
21204         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
21205         not cycle-check.h.
21206         (seen_triple): New function.
21207         (canonicalize_filename_mode): Use it instead of cycle-check.
21208         * tests/test-canonicalize.c: Add a test for this bug.
21209         * tests/test-canonicalize.sh: Set up and run the test.
21210
21211         New module, file-set, from coreutils.
21212         * modules/file-set: Define it.
21213         * lib/file-set.c, lib/file-set.h: Implement.
21214
21215         New module, hash-triple, from coreutils.
21216         * modules/hash-triple: Define it.
21217         * lib/hash-triple.c, lib/hash-triple.h: Implement.
21218
21219 2007-09-25  Eric Blake  <ebb9@byu.net>
21220
21221         Fix strerror on Interix.
21222         * lib/string_.h (strerror): Declare replacement.
21223         * doc/functions/strerror.texi (strerror): Document the Interix
21224         shortcoming.
21225         * modules/string (Makefile.am): Support new hooks.
21226         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
21227         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
21228         gl_FUNC_STRERROR_SEPARATE.
21229         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
21230         * lib/strerror.c (rpl_strerror): Provide replacement.
21231         * modules/strerror (Depends-on): Add string.
21232         (configure.ac): Detect use of module.
21233         * tests/test-strerror.c: New file.
21234         * modules/strerror-tests: New test module.
21235         * modules/argp (Depends-on): Add strerror.
21236         * modules/error (Depends-on): Likewise.
21237         Reported by Martin Koeppe.
21238
21239 2007-09-24  Bruno Haible  <bruno@clisp.org>
21240
21241         * README: Update git instructions.
21242
21243 2007-09-24  Eric Blake  <ebb9@byu.net>
21244
21245         Revert fpending breakage from 2007-09-08.
21246         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
21247         __fpending.c.
21248
21249 2007-09-24  Jim Meyering  <jim@meyering.net>
21250
21251         filenamecat.c: Add a test.
21252         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
21253         showing how the function works when DIR is the empty string.
21254
21255 2007-09-21  Simon Josefsson  <simon@josefsson.org>
21256
21257         * tests/test-canonicalize.sh: Turn on executable bit.
21258
21259 2007-09-19  Eric Blake  <ebb9@byu.net>
21260
21261         * README: Update CVS instructions.
21262
21263 2007-09-18  Bruno Haible  <bruno@clisp.org>
21264
21265         * modules/areadlink: New file.
21266         * lib/areadlink.h (areadlink): New declaration.
21267         * lib/areadlink.c: New file, based on lib/xreadlink.c.
21268
21269 2007-09-17  Jim Meyering  <jim@meyering.net>
21270
21271         * lib/savewd.c (ESTALE) [!defined]: Define.
21272         Reported to be required on Interix by Martin Koeppe.
21273
21274 2007-09-17  Bruno Haible  <bruno@clisp.org>
21275
21276         * gnulib-tool (func_version): Use $version.
21277
21278 2007-09-16  Bruno Haible  <bruno@clisp.org>
21279
21280         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
21281         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
21282         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
21283         Reported by Greg Schafer <gschafer@zip.com.au>.
21284
21285 2007-09-15  Bruno Haible  <bruno@clisp.org>
21286
21287         * gnulib-tool (sed): Try a little harder to make bash understand the
21288         alias.
21289         Reported by Bruce Korb <bruce.korb@gmail.com>.
21290
21291 2007-09-13  Eric Blake  <ebb9@byu.net>
21292
21293         * ChangeLog: Remove conflict markers.
21294
21295 2007-09-13  Simon Josefsson  <simon@josefsson.org>
21296
21297         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
21298         Reported by Bruno Haible <bruno@clisp.org>.
21299
21300 2007-09-12  Bruno Haible  <bruno@clisp.org>
21301
21302         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
21303         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
21304         is not defined.
21305
21306 2007-09-12  Eric Blake  <ebb9@byu.net>
21307
21308         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
21309         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
21310         Autoconf definition.
21311         * modules/euidaccess (Depends-on): Add extensions, for
21312         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
21313         * modules/fnmatch (Depends-on): Likewise.
21314         * modules/getaddrinfo (Depends-on): Likewise.
21315         * modules/getdelim (Depends-on): Likewise.
21316         * modules/getline (Depends-on): Likewise.
21317         * modules/getsubopt (Depends-on): Likewise.
21318         * modules/gettext (Depends-on): Likewise.
21319         * modules/group-member (Depends-on): Likewise.
21320         * modules/mbchar (Depends-on): Likewise.
21321         * modules/memmem (Depends-on): Likewise.
21322         * modules/mempcpy (Depends-on): Likewise.
21323         * modules/memrchr (Depends-on): Likewise.
21324         * modules/pagealign_alloc (Depends-on): Likewise.
21325         * modules/readutmp (Depends-on): Likewise.
21326         * modules/stpcpy (Depends-on): Likewise.
21327         * modules/stpncpy (Depends-on): Likewise.
21328         * modules/strchrnul (Depends-on): Likewise.
21329         * modules/strndup (Depends-on): Likewise.
21330         * modules/strsep (Depends-on): Likewise.
21331         * modules/strverscmp (Depends-on): Likewise.
21332         * modules/vasprintf (Depends-on): Likewise.
21333         * modules/wcwidth (Depends-on): Likewise.
21334         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
21335         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
21336         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
21337         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
21338         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
21339         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
21340         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
21341         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
21342         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
21343         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
21344         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
21345         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
21346         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
21347         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
21348         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
21349         * m4/readutmp.m4 (gl_READUTMP): Likewise.
21350         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
21351         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
21352         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
21353         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
21354         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
21355         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
21356         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
21357         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
21358         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
21359         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21360         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
21361         so that lock.m4 can be used in gettext without extensions module.
21362
21363 2007-09-11  Bruno Haible  <bruno@clisp.org>
21364
21365         * m4/isc-posix.m4: Remove file.
21366         Suggested by Eric Blake.
21367
21368 2007-09-11  Eric Blake  <ebb9@byu.net>
21369
21370         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
21371
21372 2007-09-10  Bruno Haible  <bruno@clisp.org>
21373
21374         * posix-modules: Fix typo in error message.
21375         Reported by Matt <mkraai@beckman.com>.
21376
21377 2007-09-09  Bruno Haible  <bruno@clisp.org>
21378
21379         * doc/functions/getdelim.texi: Update list of platforms lacking the
21380         function.
21381         * doc/functions/getline.texi: Likewise.
21382
21383 2007-09-09  Jim Meyering  <jim@meyering.net>
21384
21385         * lib/hash.c (hash_initialize): Detect calloc failure.
21386         Reported by Bruno Haible.
21387
21388 2007-09-09  Bruno Haible  <bruno@clisp.org>
21389
21390         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
21391         malloc or realloc fails.
21392
21393 2007-09-09  Bruno Haible  <bruno@clisp.org>
21394
21395         * modules/getcwd (Depends-on): Add malloc-posix.
21396         * modules/glob (Depends-on): Likewise.
21397         * modules/putenv (Depends-on): Likewise.
21398         * modules/strdup (Depends-on): Likewise.
21399         * modules/getdelim (Depends-on): Add realloc-posix.
21400         * modules/read-file (Depends-on): Likewise.
21401
21402 2007-09-09  Bruno Haible  <bruno@clisp.org>
21403
21404         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
21405         (gl_FUNC_MALLOC_POSIX): Require it.
21406         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
21407         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
21408         * modules/realloc (Files): Add m4/malloc.m4.
21409         * modules/calloc (Files): Likewise.
21410
21411 2007-09-09  Bruno Haible  <bruno@clisp.org>
21412
21413         * modules/malloc-posix: New file.
21414         * modules/malloc (Depends-on): Add malloc-posix.
21415         * lib/malloc.c: Include errno.h.
21416         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
21417         and a POSIX-compatible malloc into a single function. Set ENOMEM
21418         when returning NULL.
21419         * m4/malloc.m4: New file.
21420         * doc/functions/malloc.texi: Mention the malloc-posix module.
21421         * lib/stdlib_.h (malloc): New declaration.
21422         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
21423         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
21424         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
21425         and HAVE_MALLOC_POSIX.
21426
21427 2007-09-09  Bruno Haible  <bruno@clisp.org>
21428
21429         * modules/realloc-posix: New file.
21430         * modules/realloc (Depends-on): Add realloc-posix.
21431         * lib/realloc.c: Include errno.h.
21432         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
21433         and a POSIX-compatible realloc into a single function. Set ENOMEM
21434         when returning NULL.
21435         * m4/realloc.m4: New file.
21436         * doc/functions/realloc.texi: Mention the realloc-posix module.
21437         * lib/stdlib_.h (realloc): New declaration.
21438         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
21439         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
21440         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
21441         and HAVE_REALLOC_POSIX.
21442
21443 2007-09-09  Bruno Haible  <bruno@clisp.org>
21444
21445         * modules/calloc-posix: New file.
21446         * modules/calloc (Depends-on): Add calloc-posix.
21447         * lib/calloc.c: Include errno.h.
21448         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
21449         and a POSIX-compatible calloc into a single function. Set ENOMEM
21450         when returning NULL.
21451         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
21452         * doc/functions/calloc.texi: Mention the calloc-posix module.
21453         * lib/stdlib_.h (calloc): New declaration.
21454         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
21455         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
21456         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
21457         and HAVE_CALLOC_POSIX.
21458
21459 2007-09-09  Bruno Haible  <bruno@clisp.org>
21460
21461         Allow for modules to show an arbitrary notice.
21462         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
21463         * gnulib-tool: New option --extract-notice.
21464         (func_usage): Document it.
21465         (sed_extract_prog): Update.
21466         (func_get_notice): New function.
21467         (func_modules_notice): New function.
21468         (func_import, func_create_testdir): Invoke it.
21469         Suggested by Jim Meyering.
21470
21471 2007-09-09  Bruno Haible  <bruno@clisp.org>
21472
21473         * gnulib-tool: New options --verbose, --quiet.
21474         (func_usage): Document them.
21475         (verbose): New variable.
21476         (func_execute_command): New function.
21477         (func_import): Don't show the module list and the file list if
21478         $verbose < 0.
21479         (func_create_testdir): Likewise. Use func_execute_command.
21480         (func_create_megatestdir): Use func_execute_command.
21481
21482 2007-09-08  Bruno Haible  <bruno@clisp.org>
21483
21484         * gnulib-tool (func_import): Prefer rsync over wget when available,
21485         for fetching the PO files.
21486
21487 2007-09-08  Bruno Haible  <bruno@clisp.org>
21488
21489         * posix-modules: New file. Portions copied from gnulib-tool.
21490         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
21491
21492 2007-09-08  Jim Meyering  <jim@meyering.net>
21493
21494         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
21495         * lib/fpending.h: Rename from __fpending.h.
21496         * lib/fpending.c: Rename from __fpending.c.
21497         Include "fpending.h", not "__fpending.h".
21498         * lib/__fpending.h, lib/__fpending.c: Remove files.
21499         * modules/fpending (Files): Reflect new file names.
21500         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
21501
21502 2007-09-08  Bruno Haible  <bruno@clisp.org>
21503
21504         * m4/inttypes-h.m4: Remove stub file.
21505
21506 2007-09-07  Simon Josefsson  <simon@josefsson.org>
21507
21508         * doc/headers/stdint.texi: Discuss #include_next issue.
21509
21510 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
21511
21512         * build-aux/bootstrap: Remove obsolete comment about wget --help.
21513
21514 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21515
21516         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
21517         in variable name.
21518
21519 2007-09-03  Jim Meyering  <jim@meyering.net>
21520
21521         New module: git-version-gen.
21522         * modules/git-version-gen: New file.
21523
21524         Import changes from coreutils for bootstrap script.
21525
21526         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
21527
21528         bootstrap: uses rsync to download the .po files
21529         * build-aux/bootstrap (po_download_command_format): New global.
21530         (download_po_files): Use rsync.
21531         (update_po_files): Don't remove .po files after download,
21532         so future rsync runs can take advantage of the copies.
21533
21534         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
21535
21536         Solve the unnecessary-.po-file-regeneration problem once and for all.
21537         * build-aux/bootstrap (download_po_files): New function, renamed from
21538         get_translations.  Now, downloads, but doesn't update LINGUAS.
21539         (update_po_files): New function.
21540
21541         bootstrap: Ignore more.
21542         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
21543         uniwidth to e.g., lib/.gitignore.
21544         (slurp): Handle the sys_stat_.h -> sys mapping, too.
21545
21546         * build-aux/bootstrap: New setting: vc_ignore.
21547         (insert_sorted_if_absent): Create $file if absent.
21548         Adapt to new, possibly empty, list: $vc_ignore.
21549
21550         bootstrap: generate more ignorable names
21551         * build-aux/bootstrap (slurp): When generating ignorable names,
21552         also map .sin to .sed, .gperf to .c, and .y to .c.
21553
21554 2007-09-03  Jim Meyering  <jim@meyering.net>
21555
21556         * build-aux/git-version-gen: New file, from coreutils.  For details, see
21557         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
21558
21559 2007-09-02  Bruno Haible  <bruno@clisp.org>
21560
21561         Fix mis-recognition of 'mcs' on QNX 6.
21562         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
21563         output contains the string "Mono".
21564         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
21565         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
21566
21567 2007-09-01  Bruno Haible  <bruno@clisp.org>
21568
21569         Fix collision between uniwidth/* and linebreak modules.
21570         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
21571         u32_width): Remove declarations.
21572         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
21573         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
21574         streq3, streq2, streq1, streq0): Remove functions.
21575         (STREQ): Remove macro.
21576         (is_cjk_encoding): Remove function.
21577         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
21578         (uc_width, u8_width, u16_width, u32_width): Remove functions.
21579         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
21580         * NEWS: Document the change.
21581
21582 2007-09-01  Bruno Haible  <bruno@clisp.org>
21583
21584         * lib/streq.h: Add double-inclusion guard.
21585
21586 2007-09-01  Karl Berry  <karl@gnu.org>
21587
21588         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
21589
21590 2007-08-28  Jim Meyering  <jim@meyering.net>
21591
21592         Rename mreadlink_with_size to areadlink_with_size.
21593         * NEWS: Document the change.
21594         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
21595         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
21596         * lib/mreadlink.h: Rename this to...
21597         * lib/areadlink.h: ...this.
21598         * modules/mreadlink-with-size: Rename this to...
21599         * modules/areadlink-with-size: ...this.
21600         * lib/canonicalize.c: Reflect the renaming.
21601         * modules/canonicalize: Likewise.
21602
21603 2007-08-26  Bruno Haible  <bruno@clisp.org>
21604
21605         * gnulib-tool (func_import): When deciding which files to remove,
21606         consider also dangling symbolic links.
21607         Reported by Eric Blake.
21608
21609 2007-08-26  Bruno Haible  <bruno@clisp.org>
21610
21611         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
21612
21613 2007-08-23  Simon Josefsson  <simon@josefsson.org>
21614
21615         * lib/readline.c: Don't include getline.h, the prototype is now
21616         found in stdio.h.
21617
21618 2007-08-23  Jim Meyering  <jim@meyering.net>
21619
21620         Getdelim touchup.
21621         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
21622         around the funlockfile call, since funlockfile never sets errno.
21623         Don't set errno upon failed realloc.
21624
21625 2007-08-22  Eric Blake  <ebb9@byu.net>
21626
21627         Getline touchups.
21628         * lib/getdelim.c (getdelim): Revert regression that required *n to
21629         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
21630         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
21631         getdelim, rather than whether implementation is missing.
21632         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
21633         * lib/stdio_.h (getline): Also declare if replacement is
21634         required.
21635         * doc/functions/getdelim.texi: New file.
21636         * doc/functions/getline.texi: Likewise.
21637         * doc/gnulib.texi (Function Substitutes): Add new files.
21638         Reported by Bruno Haible.
21639
21640 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
21641
21642         * users.txt: Add Guile.
21643
21644 2007-08-22  Eric Blake  <ebb9@byu.net>
21645
21646         * tests/test-getdelim.c (main): Use remove, not unlink.
21647         * tests/test-getline.c (main): Likewise.
21648
21649         Move getline and getdelim into stdio.h, per POSIX 200x.
21650         * modules/getline (Files): Remove getline.h.
21651         (Depends-on): Add stdio.
21652         (configure.ac): Add module indicator.
21653         * modules/getdelim (Files): Remove getdelim.h.
21654         (Depends-on): Add stdio.
21655         (configure.ac): Add module indicator.
21656         * modules/stdio (Makefile.am): Work with new indicators.
21657         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
21658         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
21659         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
21660         * lib/getdelim.h: Delete.
21661         * lib/getline.h: Delete.
21662         * lib/stdio_.h (getdelim, getline): Declare.
21663         * modules/getdelim-tests: New module.
21664         * modules/getline-tests: Likewise.
21665         * tests/test-getdelim.c: New file.
21666         * tests/test-getline.c: Likewise.
21667         * NEWS: Document the change.
21668         * lib/getline.c: Update choice of header.
21669         * lib/csharpcomp.c: Likewise.
21670         * lib/getpass.c: Likewise.
21671         * lib/javacomp.c: Likewise.
21672         * lib/javaversion.c: Likewise.
21673         * lib/yesno.c: Likewise.
21674         * lib/getdelim.c: Likewise.
21675         (getdelim): Set errno on failure, and avoid memory leak.
21676
21677 2007-08-19  Bruno Haible  <bruno@clisp.org>
21678
21679         * modules/closein (Depends-on): Add freadahead.
21680         * lib/closein.c: Include freadahead.h.
21681         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
21682         is zero.
21683
21684 2007-08-19  Bruno Haible  <bruno@clisp.org>
21685
21686         * modules/freadahead-tests: New file.
21687         * tests/test-freadahead.sh: New file.
21688         * tests/test-freadahead.c: New file.
21689
21690         * modules/freadahead: New file.
21691         * lib/freadahead.h: New file.
21692         * lib/freadahead.c: New file.
21693         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
21694         fbufmode, fpurge, freadable, fwritable.
21695
21696 2007-08-19  Eric Blake  <ebb9@byu.net>
21697
21698         Test yesno in combination with closein.
21699         * lib/yesno.c (yesno): Document use of stdin.
21700         * modules/yesno-tests (Files): New module.
21701         * tests/test-yesno.c (main): New file.
21702         * tests/test-yesno.sh: Likewise.
21703
21704 2007-08-19  Bruno Haible  <bruno@clisp.org>
21705
21706         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
21707         * lib/fseeko.c (rpl_fseeko): Likewise.
21708         * lib/fseterr.c (fseterr): Likewise.
21709
21710 2007-08-19  Bruno Haible  <bruno@clisp.org>
21711
21712         * tests/test-lseek.c (main): Disable a test for BeOS.
21713         * doc/functions/lseek.texi: Document the BeOS bug.
21714
21715 2007-08-19  Bruno Haible  <bruno@clisp.org>
21716             Eric Blake  <ebb9@byu.net>
21717
21718         * lib/lseek.c: Include <sys/stat.h>.
21719         (rpl_lseek): Add workaround code also for Unix platforms.
21720         Needed for BeOS.
21721         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
21722         * doc/functions/lseek.texi: Document BeOS definiency.
21723
21724 2007-08-18  Bruno Haible  <bruno@clisp.org>
21725
21726         * modules/fstrcmp-tests: New file.
21727         * tests/test-fstrcmp.c: New file.
21728
21729 2007-08-18  Bruno Haible  <bruno@clisp.org>
21730
21731         * modules/fstrcmp: New file, from GNU gettext with modifications.
21732         * lib/fstrcmp.h: New file, from GNU gettext.
21733         * lib/fstrcmp.c: New file, from GNU gettext.
21734         * MODULES.html.sh (String handling): Add fstrcmp.
21735
21736 2007-08-18  Bruno Haible  <bruno@clisp.org>
21737
21738         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
21739         'bool'.
21740         (diag, compareseq): Remove const from the ctxt argument.
21741         (USE_HEURISTIC): Undefine at the end.
21742
21743 2007-08-18  Jim Meyering  <jim@meyering.net>
21744
21745         New file: lib/idcache.h
21746         * NEWS: Mention the addition.
21747         * modules/idcache (Files): Add lib/idcache.h
21748         * lib/idcache.c: Include "idcache.h".
21749         Don't include <sys/types.h>.
21750         Add a FIXME comment.
21751         Move file-scoped "static" declarations to the top.
21752         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
21753
21754 2007-08-17  Bruno Haible  <bruno@clisp.org>
21755         and Paul Eggert  <eggert@cs.ucla.edu>
21756
21757         * MODULES.html.sh: Add diffseq.
21758         * modules/diffseq: New file.
21759         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
21760         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
21761
21762 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21763
21764         Import changes from coreutils for bootstrap script.
21765
21766         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
21767
21768         * build-aux/bootstrap (slurp): Work even in environments where
21769         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
21770         current code does not slurp files whose names start with ".", and
21771         this looks like it might be a troublesome area.
21772
21773         2007-07-11  Jim Meyering  <jim@meyering.net>
21774
21775         If there's a GPL vN copyright comment, require that N == 3.
21776
21777         2007-07-08  Jim Meyering  <jim@meyering.net>
21778
21779         Run the coreutils-specific code only if tests/Makefile.am.in exists.
21780         * build-aux/bootstrap (mam_template): Move definition out of loop.
21781
21782         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
21783
21784         * build-aux/bootstrap (symlink_to_dir): Rename function from
21785         symlink_to_gnulib.  Add a directory parameter.  Update all
21786         callers.
21787         (cp_mark_as_generated): Also check for -- and link to -- files in
21788         gl/.
21789
21790         2007-07-08  Jim Meyering  <jim@meyering.net>
21791
21792         Adapt to deeper hierarchy in gnulib.
21793         * build-aux/bootstrap (symlink_to_dir): If the destination
21794         directory doesn't exist, create it. This is required at least for
21795         "lib/uniwidth/cjk.h".
21796
21797         2007-05-15  Jim Meyering  <jim@meyering.net>
21798
21799         * build-aux/bootstrap: Now that generated Makefile.am files
21800         are no longer under version control, they must be created at
21801         bootstrap time.
21802
21803 2007-08-14  Ben Pfaff  <blp@gnu.org>
21804
21805         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
21806
21807 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21808
21809         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
21810         given the changes below.
21811         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
21812         even on hosts that have padding bits beyond the supported 64.
21813
21814 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
21815
21816         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
21817         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
21818         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
21819         depends on it.
21820         (xstrtol_error): Remove.
21821         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
21822         but with a different signature.
21823         (ATTRIBUTE_NORETURN, __attribute__): New macros.
21824         * lib/xstrtol-error.c: Include exitfail.h.
21825         (xstrtol_fatal): New function, with a different signature from the
21826         old xstrtol_error, so that the caller need not worry about passing
21827         in an exit status, or about storage management of the option argument.
21828         (xstrtol_error): Now a static function.  Redo signature to
21829         implement xstrtol_fatal.  Output the correct number of hyphens in
21830         front of the option so that the caller need not worry about
21831         storage management.
21832         (N_): New macro.
21833         (_): Remove; not used now.
21834         * modules/xstrtol: Depend on getopt.
21835         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
21836         of old STRTOL_FATAL_ERROR macro.
21837         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
21838         of test program.
21839         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
21840         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
21841
21842 2007-08-08  Eric Blake  <ebb9@byu.net>
21843
21844         * lib/xstrtol-error.c: Add missing include.
21845
21846         Move xstrtol messages into gnulib domain, when --pobase is used.
21847         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
21848         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
21849         * modules/xstrtol (Files): Distribute new file.
21850         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
21851         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
21852         * tests/test-xstrtol.c: ...into new file.
21853         * tests/test-xstrtoul.c: Also test xstrtoul.
21854         * tests/test-xstrtoimax.c: Also test xstrtoimax.
21855         * tests/test-xstrtoumax.c: Also test xstrtoumax.
21856         * tests/test-xstrtol.sh: Drive the tests.
21857         * tests/test-xstrtoimax.sh: Likewise.
21858         * tests/test-xstrtoumax.sh: Likewise.
21859         * modules/xstrtol-tests: New module.
21860         * modules/xstrtoimax-tests: Likewise.
21861         * modules/xstrtoumax-tests: Likewise.
21862
21863 2007-08-08  Jim Meyering  <jim@meyering.net>
21864
21865         New function: mfile_name_concat.
21866         * lib/filenamecat.c (mfile_name_concat): New function, just like
21867         file_name_concat, but return NULL upon failure rather than exiting
21868         with a diagnostic.
21869         * lib/filenamecat.h: Declare it.
21870
21871 2007-08-07  Bruno Haible  <bruno@clisp.org>
21872
21873         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
21874         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
21875         warning from gcc.
21876         Reported by Eric Blake.
21877
21878 2007-08-07  Simon Josefsson  <simon@josefsson.org>
21879
21880         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
21881         * modules/crypto/arcfour (License): Likewise.
21882         * modules/crypto/des-tests (License): Likewise.
21883         * modules/crypto/gc-arctwo-tests (License): Likewise.
21884         * modules/crypto/gc-des-tests (License): Likewise.
21885         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
21886         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
21887         * modules/crypto/gc-md2-tests (License): Likewise.
21888         * modules/crypto/gc-md4-tests (License): Likewise.
21889         * modules/crypto/gc-md5-tests (License): Likewise.
21890         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
21891         * modules/crypto/gc-rijndael-tests (License): Likewise.
21892         * modules/crypto/gc-sha1-tests (License): Likewise.
21893         * modules/crypto/gc-tests (License): Likewise.
21894         * modules/crypto/hmac-md5 (License): Likewise.
21895         * modules/crypto/hmac-sha1 (License): Likewise.
21896         * modules/crypto/md2-tests (License): Likewise.
21897         * modules/crypto/md4-tests (License): Likewise.
21898         * modules/crypto/md5 (License): Likewise.
21899         * modules/crypto/rijndael (License): Likewise.
21900         * modules/crypto/sha1 (License): Likewise.
21901         * modules/memxor (License): Likewise.
21902
21903 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21904         and Bruno Haible  <bruno@clisp.org>
21905
21906         * NEWS: Describe interface changes to human, xstrtol.
21907         * lib/human.h: Include <xstrtol.h>.
21908         (human_options): Return enum strtol_error, not int.  Remove
21909         bool arg; take int * instead.
21910         * lib/human.c: Don't include "gettext.h".
21911         (_): Remove; no longer used.
21912         Don't include <xstrtol.h>, since human.h does it.
21913         (human_options): Adjust to abovementioned interface changes.
21914         Do not report error to stderr; that's now the caller's
21915         responsibility.
21916         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
21917         interface change.
21918         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
21919         Str, Argument_type_string.  All uses changed.  Put " argument"
21920         in diagnostics to make them clearer.  Change wording of suffix
21921         message for clarity.
21922         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
21923         Argument_type_string.
21924         (STRTOL_FATAL_WARN): Remove; no longer used.
21925         * modules/human (Depends-on): Remove gettext-h.
21926
21927 2007-08-06  Simon Josefsson  <simon@josefsson.org>
21928
21929         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
21930
21931 2007-07-31  Bruno Haible  <bruno@clisp.org>
21932
21933         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
21934         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
21935         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
21936
21937 2007-07-31  Bruno Haible  <bruno@clisp.org>
21938
21939         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
21940         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
21941
21942 2007-07-30  Bruno Haible  <bruno@clisp.org>
21943
21944         * modules/base64 (License): Use the synonymous term "LGPLv2+".
21945         * modules/c-ctype (License): Likewise.
21946         * modules/c-strcase (License): Likewise.
21947         * modules/check-version (License): Likewise.
21948         * modules/iconv (License): Likewise.
21949         * modules/iconv_open (License): Likewise.
21950         * modules/read-file (License): Likewise.
21951         * modules/striconv (License): Likewise.
21952         * modules/strverscmp (License): Likewise.
21953         * modules/vasprintf (License): Likewise.
21954         * modules/crypto/des (License): Likewise.
21955         * modules/crypto/gc (License): Likewise.
21956         * modules/crypto/gc-arcfour (License): Likewise.
21957         * modules/crypto/gc-arctwo (License): Likewise.
21958         * modules/crypto/gc-des (License): Likewise.
21959         * modules/crypto/gc-hmac-md5 (License): Likewise.
21960         * modules/crypto/gc-hmac-sha1 (License): Likewise.
21961         * modules/crypto/gc-md2 (License): Likewise.
21962         * modules/crypto/gc-md4 (License): Likewise.
21963         * modules/crypto/gc-md5 (License): Likewise.
21964         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
21965         * modules/crypto/gc-random (License): Likewise.
21966         * modules/crypto/gc-rijndael (License): Likewise.
21967         * modules/crypto/gc-sha1 (License): Likewise.
21968         * modules/crypto/md2 (License): Likewise.
21969         * modules/crypto/md4 (License): Likewise.
21970
21971 2007-07-30  Jim Meyering  <jim@meyering.net>
21972
21973         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
21974         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
21975         it has valid stat data.  This bug would cause du not to count the
21976         sizes of inaccessible directories.
21977         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
21978         in <http://bugzilla.redhat.com/250077>.
21979
21980 2007-07-25  Peter O'Gorman  <peter@pogma.com>
21981             Bruno Haible  <bruno@clisp.org>
21982
21983         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
21984         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
21985         #include_next, gives a diagnostic about it, but reports no error in
21986         the exit code.
21987         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
21988
21989 2007-07-24  Ben Pfaff  <blp@gnu.org>
21990
21991         Improve name: "count-one-bits" is better than "popcount".
21992         * MODULES.html.sh: Update name.
21993         * lib/popcount.h: Renamed lib/count-one-bits.h.
21994         (popcount): Renamed count_one_bits.
21995         (popcountl): Renamed count_one_bits_l.
21996         (popcountll): Renamed count_one_bits_ll.
21997         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
21998         * modules/popcount: Renamed module/count-one-bits.
21999         * modules/popcount-tests: Renamed module/count-one-bits-tests.
22000         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
22001
22002 2007-07-23  Ben Pfaff  <blp@gnu.org>
22003
22004         * lib/popcount.h (popcount32): Reduce size of constants, to allow
22005         better code generation, and add U to large constants to avoid
22006         warnings, in non-GCC case.
22007         Suggested by Bruno Haible.
22008
22009 2007-07-23  Ben Pfaff  <blp@gnu.org>
22010
22011         * lib/popcount.h: Use verify_true instead of if...abort.
22012         * modules/popcount: Depend on verify module.
22013         Suggested by Jim Meyering.
22014
22015 2007-07-23  Bruno Haible  <bruno@clisp.org>
22016
22017         * gnulib-tool (func_import): Create a .cvsignore file also when the
22018         directory is not yet in CVS but the toplevel directory is. When
22019         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
22020         Reported by Karl Berry.
22021
22022 2007-07-22  Ben Pfaff  <blp@gnu.org>
22023
22024         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
22025         case.
22026         Suggested by Eric Blake.
22027
22028 2007-07-22  Ben Pfaff  <blp@gnu.org>
22029
22030         New module: popcount.
22031         * MODULES.html.sh: Add popcount.
22032         * modules/popcount: New file.
22033         * modules/popcount-tests: New file.
22034         * tests/test-popcount.c: New file.
22035         * lib/popcount.h: New file.
22036         * m4/popcount.m4: New file.
22037
22038 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
22039
22040         * build-aux/announce-gen: Update to GPLv3.
22041
22042         * build-aux/config.guess: Update from config.
22043
22044 2007-07-21  Bruno Haible  <bruno@clisp.org>
22045
22046         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
22047         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
22048
22049 2007-07-20  Jim Meyering  <jim@meyering.net>
22050
22051         * check-module: Diagnose a self-dependency.
22052
22053 2007-07-19  Bruno Haible  <bruno@clisp.org>
22054
22055         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
22056         empty.
22057         Reported by Eric Blake.
22058
22059 2007-07-18  Bruno Haible  <bruno@clisp.org>
22060
22061         * gnulib-tool: New options --po-base, --po-domain.
22062         (func_usage): Document them.
22063         (pobase, po_domain): New variables.
22064         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
22065         DEFAULT_TEXT_DOMAIN.
22066         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
22067         (func_import): Consider pobase and po_domain. Create a po/ directory.
22068         (func_create_testdir): Set pobase and po_domain to empty.
22069         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
22070         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
22071
22072 2007-07-18  Bruno Haible  <bruno@clisp.org>
22073
22074         * gnulib-tool (func_get_automake_snippet): Synthesize also an
22075         EXTRA_DIST augmentation for files in build-aux/.
22076
22077 2007-07-16  Bruno Haible  <bruno@clisp.org>
22078
22079         * modules/lseek (License): Use the synonymous term "LGPLv2+".
22080         * modules/getdelim (License): Likewise.
22081
22082 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22083
22084         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
22085         * modules/d-type (License): Likewise.
22086         * modules/extensions (License): Likewise.
22087         * modules/fnmatch (License): Likewise.
22088         * modules/fseeko (License): Likewise.
22089         * modules/getaddrinfo (License): Likewise.
22090         * modules/getline (License): Likewise.
22091         * modules/getlogin_r (License): Likewise.
22092         * modules/getpass (License): Likewise.
22093         * modules/gettimeofday (License): Likewise.
22094         * modules/glob (License): Likewise.
22095         * modules/inet_ntop (License): Likewise.
22096         * modules/malloc (License): Likewise.
22097         * modules/malloca (License): Likewise.
22098         * modules/memmem (License): Likewise.
22099         * modules/mempcpy (License): Likewise.
22100         * modules/memset (License): Likewise.
22101         * modules/minmax (License): Likewise.
22102         * modules/mktime (License): Likewise.
22103         * modules/netinet_in (License): Likewise.
22104         * modules/pathmax (License): Likewise.
22105         * modules/poll (License): Likewise.
22106         * modules/regex (License): Likewise.
22107         * modules/snprintf (License): Likewise.
22108         * modules/stdbool (License): Likewise.
22109         * modules/stdint (License): Likewise.
22110         * modules/stdio (License): Likewise.
22111         * modules/strcase (License): Likewise.
22112         * modules/strcasestr (License): Likewise.
22113         * modules/strdup (License): Likewise.
22114         * modules/string (License): Likewise.
22115         * modules/strndup (License): Likewise.
22116         * modules/strnlen (License): Likewise.
22117         * modules/strpbrk (License): Likewise.
22118         * modules/strptime (License): Likewise.
22119         * modules/strsep (License): Likewise.
22120         * modules/sys_select (License): Likewise.
22121         * modules/sys_socket (License): Likewise.
22122         * modules/sys_stat (License): Likewise.
22123         * modules/sys_time (License): Likewise.
22124         * modules/time (License): Likewise.
22125         * modules/time_r (License): Likewise.
22126         * modules/timegm (License): Likewise.
22127         * modules/unistd (License): Likewise.
22128         * modules/vsnprintf (License): Likewise.
22129         * modules/wctype (License): Likewise.
22130
22131 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22132
22133         * modules/argz (License): LGPLv2+.
22134
22135 2007-07-15  Karl Berry  <karl@gnu.org>
22136
22137         * doc/gnulib.texi: revise node structure per new fdl.texi.
22138
22139 2007-07-14  Bruno Haible  <bruno@clisp.org>
22140
22141         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
22142         the output file.
22143         * lib/uniname/uninames.h: Regenerated.
22144
22145 2007-07-14  Karl Berry  <karl@gnu.org>
22146
22147         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
22148         omitting sectioning and index commands.
22149
22150 2007-07-13  Bruno Haible  <bruno@clisp.org>
22151
22152         New gnulib-tool option --more-symlinks.
22153         * gnulib-tool (func_usage): Document --more-symlinks.
22154         (do_copyrights): New variable.
22155         Recognize option --more-symlinks.
22156         (func_import): Don't add a copyright notice transform to
22157         sed_transform_lib_file if do_copyrights is empty.
22158
22159 2007-07-13  Bruno Haible  <bruno@clisp.org>
22160
22161         * lib/vasnprintf.c (decimal_point_char): Define also if
22162         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
22163         && !NEED_PRINTF_DIRECTIVE_A.
22164         Reported by Clemens Koller <clemens.koller@anagramm.de> via
22165         Gary V. Vaughan <gary@gnu.org>.
22166
22167 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
22168
22169         * lib/inttypes_.h: Undo previous change, since it was fixed
22170         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
22171
22172 2007-07-13  Bruno Haible  <bruno@clisp.org>
22173
22174         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
22175         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
22176
22177 2007-07-13  Jim Meyering  <jim@meyering.net>
22178
22179         df: Don't fail for Tru64's "file-on-file mount".
22180         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
22181         so we fall through and use statfs instead.  Details here:
22182         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
22183         Reported by Albert Chin.
22184
22185 2007-07-13  Bruno Haible  <bruno@clisp.org>
22186
22187         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
22188         * modules/configmake (License): Likewise.
22189         * modules/gettext (License): Likewise.
22190         * modules/gettext-h (License): Likewise.
22191         * modules/include_next (License): Likewise.
22192         * modules/link-warning (License): Likewise.
22193         * modules/localcharset (License): Likewise.
22194         * modules/localename (License): Likewise.
22195         * modules/lock (License): Likewise.
22196         * modules/relocatable-lib-lgpl (License): Likewise.
22197         * modules/size_max (License): Likewise.
22198         * modules/vasnprintf (License): Likewise.
22199         * modules/wchar (License): Likewise.
22200         * modules/xsize (License): Likewise.
22201
22202 2007-07-13  Bruno Haible  <bruno@clisp.org>
22203
22204         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
22205         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
22206
22207 2007-07-12  Bruno Haible  <bruno@clisp.org>
22208
22209         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
22210         in the modules files.
22211
22212 2007-07-11  Karl Berry  <karl@gnu.org>
22213
22214         * MODULES.html.sh (func_module): use
22215          sed -e '\|^'"${includefile}"'$|d'
22216          instead of /.../d, to avoid errors on $includefile's containing /.
22217
22218 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
22219
22220         * gnulib-tool (func_import): Avoid duplication of --avoid
22221         statements
22222         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
22223         names to `_' in variable names.
22224
22225 2007-07-10  Eric Blake  <ebb9@byu.net>
22226
22227         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
22228         * NEWS: Document this change.
22229
22230 2007-07-08  Bruno Haible  <bruno@clisp.org>
22231
22232         Update to Unicode 5.0.
22233         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
22234         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
22235         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
22236         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
22237         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
22238         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
22239         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
22240         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
22241         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
22242         U+10A3F, U+1D242..U+1D244.
22243         (nonspacing_table_ind): Update.
22244         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
22245         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
22246
22247 2007-07-08  Bruno Haible  <bruno@clisp.org>
22248
22249         Update to Unicode 5.0.
22250         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
22251         code transform. Extend the name index field of unicode_name_to_code and
22252         unicode_code_to_name from 16 to 24 bits.
22253         * lib/uniname/uniname.c (unicode_character_name,
22254         unicode_name_character): Add the range 0x12xxx to the code transform.
22255         * lib/uniname/uninames.h: Regenerated.
22256         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
22257
22258 2007-07-07  Bruno Haible  <bruno@clisp.org>
22259
22260         * modules/wcwidth-tests: New file.
22261         * tests/test-wcwidth.c: New file.
22262
22263         Work around MacOS X wcwidth() bug.
22264         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
22265         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
22266         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
22267         original wcwidth in non-UTF-8 locales.
22268         * modules/wcwidth (Depends-on): Add localcharset, streq,
22269         uniwidth/width.
22270         * doc/functions/wcwidth.texi: Update.
22271
22272 2007-07-07  Bruno Haible  <bruno@clisp.org>
22273
22274         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
22275         (wcwidth): New declaration.
22276         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
22277         macros.
22278         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
22279         here. Prepare for creating <wchar.h> unconditionally.
22280         * modules/wchar (Depends-on): Add link-warning.
22281         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
22282         REPLACE_WCWIDTH, and GL_LINK_WARNING.
22283         * lib/wcwidth.h: Remove file.
22284         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
22285         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
22286         * modules/wcwidth (Files): Remove lib/wcwidth.h.
22287         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
22288         (Include): Replace wcwidth.h with <wchar.h>.
22289         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
22290         * lib/mbchar.h: Don't include wcwidth.h.
22291         * lib/mbswidth.c: Likewise.
22292         * NEWS: Mention the change.
22293
22294 2007-07-07  Bruno Haible  <bruno@clisp.org>
22295
22296         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
22297         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
22298         definition with an external declaration.
22299         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
22300         defined as a function. Remove AC_C_INLINE requirement.
22301         * modules/wcwidth (Files): Add lib/wcwidth.c.
22302         (Makefile.am): Remove redundant statement.
22303
22304 2007-07-07  Bruno Haible  <bruno@clisp.org>
22305
22306         * MODULES.html.sh (Unicode string functions): Add the new modules.
22307
22308         * tests/uniwidth/test-u32-strwidth.c: New file.
22309         * modules/uniwidth/u32-strwidth-tests: New file.
22310
22311         * lib/uniwidth/u32-strwidth.c: New file.
22312         * modules/uniwidth/u32-strwidth: New file.
22313
22314         * tests/uniwidth/test-u16-strwidth.c: New file.
22315         * modules/uniwidth/u16-strwidth-tests: New file.
22316
22317         * lib/uniwidth/u16-strwidth.c: New file.
22318         * modules/uniwidth/u16-strwidth: New file.
22319
22320         * tests/uniwidth/test-u8-strwidth.c: New file.
22321         * modules/uniwidth/u8-strwidth-tests: New file.
22322
22323         * lib/uniwidth/u8-strwidth.c: New file.
22324         * modules/uniwidth/u8-strwidth: New file.
22325
22326         * tests/uniwidth/test-u32-width.c: New file.
22327         * modules/uniwidth/u32-width-tests: New file.
22328
22329         * lib/uniwidth/u32-width.c: New file.
22330         * modules/uniwidth/u32-width: New file.
22331
22332         * tests/uniwidth/test-u16-width.c: New file.
22333         * modules/uniwidth/u16-width-tests: New file.
22334
22335         * lib/uniwidth/u16-width.c: New file.
22336         * modules/uniwidth/u16-width: New file.
22337
22338         * tests/uniwidth/test-u8-width.c: New file.
22339         * modules/uniwidth/u8-width-tests: New file.
22340
22341         * lib/uniwidth/u8-width.c: New file.
22342         * modules/uniwidth/u8-width: New file.
22343
22344         * tests/uniwidth/test-uc_width.c: New file.
22345         * modules/uniwidth/width-tests: New file.
22346
22347         * lib/uniwidth/width.c: New file, from GNU libiconv.
22348         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
22349         * modules/uniwidth/width: New file.
22350
22351         * lib/uniwidth.h: New file, from GNU libiconv.
22352         * modules/uniwidth/base: New file.
22353
22354 2007-07-07  Bruno Haible  <bruno@clisp.org>
22355
22356         * lib/uniname.h: New file, from GNU gettext.
22357         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
22358         * lib/uniname/uninames.h: New file, from GNU gettext.
22359         * lib/uniname/uniname.c: New file, from GNU gettext.
22360         * tests/uniname/test-uninames.sh: New file.
22361         * tests/uniname/test-uninames.c: New file, from GNU gettext.
22362         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
22363         * modules/uniname/base: New file.
22364         * modules/uniname/uniname: New file.
22365         * modules/uniname/uniname-tests: New file.
22366         * MODULES.html.sh (Unicode string functions): Add the new modules.
22367
22368 2007-07-06  Bruno Haible  <bruno@clisp.org>
22369
22370         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
22371
22372 2007-07-06  Bruno Haible  <bruno@clisp.org>
22373
22374         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
22375         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
22376         includes <cygwin/sys_time.h> which includes <sys/select.h> which
22377         include <sys/time.h>.
22378         Reported by Eric Blake.
22379
22380 2007-07-06  Eric Blake  <ebb9@byu.net>
22381
22382         Fix testing canonicalize on cygwin.
22383         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
22384         Revert patch from 2007-06-19.
22385         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
22386         canonicalize module is also in use.
22387         * tests/test-canonicalize.c: New file.
22388         * tests/test-canonicalize.sh: Likewise.
22389         * modules/canonicalize-tests: Likewise.
22390
22391 2007-07-06  Jim Meyering  <jim@meyering.net>
22392
22393         * lib/getugroups.c (getugroups): Detect getgrent failure.
22394         Adjust comment to reflect reality: this function may return -1.
22395
22396 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
22397
22398         * build-aux/bootstrap (TP_URL,get_translations): Update to use
22399         the new TP address.
22400         (usage): Fix typo
22401         (gnulib_mk): New variable.
22402
22403 2007-07-05  Jim Meyering  <jim@meyering.net>
22404
22405         Don't let endgrent clobber errno, no matter how improbable.
22406         * lib/getugroups.c (getugroups): Save and restore errno around
22407         endgrent call.
22408
22409         Close the group DB even when failing with 2^31 or more members.
22410         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
22411
22412 2007-07-04  Jim Meyering  <jim@meyering.net>
22413
22414         * lib/getugroups.h: New file.
22415         * lib/getugroups.c: Include "getugroups.h".
22416         Remove uses of "register" keyword.
22417         Move local variable, "cp", down into scope where used.
22418         Give "username" parameter the "const" attribute.
22419         * modules/getugroups (Files): Add lib/getugroups.h
22420
22421 2007-07-04  Karl Berry  <karl@gnu.org>
22422
22423         * MODULES.html.sh (func_all_modules): Complete rename of
22424         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
22425
22426 2007-07-02  Bruno Haible  <bruno@clisp.org>
22427
22428         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
22429         mode, when inttypes.h comes from gnulib.
22430         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
22431
22432 2007-07-02  Simon Josefsson  <simon@josefsson.org>
22433
22434         * NEWS: Mention lgpl module name change.
22435
22436         * modules/lgpl-2.1: Renamed from lgpl.
22437
22438         * NEWS: Mention gpl module name change.
22439
22440         * modules/gpl-3.0: New file, based on gpl-2.0.
22441
22442         * modules/gpl-2.0: Renamed from gpl.
22443
22444         * modules/gpl: Fix filename, doc/gpl.texi is now found at
22445         doc/gpl-2.0.texi.
22446
22447 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22448
22449         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
22450         #define __STDC_LIMIT_MACROS temporarily while including
22451         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
22452         Problem reported by Joel E. Denny in
22453         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
22454
22455 2007-07-01  Bruno Haible  <bruno@clisp.org>
22456
22457         * lib/unistdio.h: New file.
22458         * lib/unistdio/u-asnprintf.h: New file.
22459         * lib/unistdio/u-asprintf.h: New file.
22460         * lib/unistdio/u-printf-args.c: New file.
22461         * lib/unistdio/u-printf-args.h: New file.
22462         * lib/unistdio/u-printf-parse.h: New file.
22463         * lib/unistdio/u-snprintf.h: New file.
22464         * lib/unistdio/u-sprintf.h: New file.
22465         * lib/unistdio/u-vasprintf.h: New file.
22466         * lib/unistdio/u-vsnprintf.h: New file.
22467         * lib/unistdio/u-vsprintf.h: New file.
22468         * lib/unistdio/ulc-asnprintf.c: New file.
22469         * lib/unistdio/ulc-asprintf.c: New file.
22470         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
22471         * lib/unistdio/ulc-printf-parse.c: New file.
22472         * lib/unistdio/ulc-snprintf.c: New file.
22473         * lib/unistdio/ulc-sprintf.c: New file.
22474         * lib/unistdio/ulc-vasnprintf.c: New file.
22475         * lib/unistdio/ulc-vasprintf.c: New file.
22476         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
22477         * lib/unistdio/ulc-vsnprintf.c: New file.
22478         * lib/unistdio/ulc-vsprintf.c: New file.
22479         * lib/unistdio/u8-asnprintf.c: New file.
22480         * lib/unistdio/u8-asprintf.c: New file.
22481         * lib/unistdio/u8-printf-parse.c: New file.
22482         * lib/unistdio/u8-snprintf.c: New file.
22483         * lib/unistdio/u8-sprintf.c: New file.
22484         * lib/unistdio/u8-vasnprintf.c: New file.
22485         * lib/unistdio/u8-vasprintf.c: New file.
22486         * lib/unistdio/u8-vsnprintf.c: New file.
22487         * lib/unistdio/u8-vsprintf.c: New file.
22488         * lib/unistdio/u8-u8-asnprintf.c: New file.
22489         * lib/unistdio/u8-u8-asprintf.c: New file.
22490         * lib/unistdio/u8-u8-snprintf.c: New file.
22491         * lib/unistdio/u8-u8-sprintf.c: New file.
22492         * lib/unistdio/u8-u8-vasnprintf.c: New file.
22493         * lib/unistdio/u8-u8-vasprintf.c: New file.
22494         * lib/unistdio/u8-u8-vsnprintf.c: New file.
22495         * lib/unistdio/u8-u8-vsprintf.c: New file.
22496         * lib/unistdio/u16-asnprintf.c: New file.
22497         * lib/unistdio/u16-asprintf.c: New file.
22498         * lib/unistdio/u16-printf-parse.c: New file.
22499         * lib/unistdio/u16-snprintf.c: New file.
22500         * lib/unistdio/u16-sprintf.c: New file.
22501         * lib/unistdio/u16-vasnprintf.c: New file.
22502         * lib/unistdio/u16-vasprintf.c: New file.
22503         * lib/unistdio/u16-vsnprintf.c: New file.
22504         * lib/unistdio/u16-vsprintf.c: New file.
22505         * lib/unistdio/u16-u16-asnprintf.c: New file.
22506         * lib/unistdio/u16-u16-asprintf.c: New file.
22507         * lib/unistdio/u16-u16-snprintf.c: New file.
22508         * lib/unistdio/u16-u16-sprintf.c: New file.
22509         * lib/unistdio/u16-u16-vasnprintf.c: New file.
22510         * lib/unistdio/u16-u16-vasprintf.c: New file.
22511         * lib/unistdio/u16-u16-vsnprintf.c: New file.
22512         * lib/unistdio/u16-u16-vsprintf.c: New file.
22513         * lib/unistdio/u32-asnprintf.c: New file.
22514         * lib/unistdio/u32-asprintf.c: New file.
22515         * lib/unistdio/u32-printf-parse.c: New file.
22516         * lib/unistdio/u32-snprintf.c: New file.
22517         * lib/unistdio/u32-sprintf.c: New file.
22518         * lib/unistdio/u32-vasnprintf.c: New file.
22519         * lib/unistdio/u32-vasprintf.c: New file.
22520         * lib/unistdio/u32-vsnprintf.c: New file.
22521         * lib/unistdio/u32-vsprintf.c: New file.
22522         * lib/unistdio/u32-u32-asnprintf.c: New file.
22523         * lib/unistdio/u32-u32-asprintf.c: New file.
22524         * lib/unistdio/u32-u32-snprintf.c: New file.
22525         * lib/unistdio/u32-u32-sprintf.c: New file.
22526         * lib/unistdio/u32-u32-vasnprintf.c: New file.
22527         * lib/unistdio/u32-u32-vasprintf.c: New file.
22528         * lib/unistdio/u32-u32-vsnprintf.c: New file.
22529         * lib/unistdio/u32-u32-vsprintf.c: New file.
22530         * tests/unistdio/test-ulc-asnprintf1.c: New file.
22531         * tests/unistdio/test-ulc-asnprintf1.h: New file.
22532         * tests/unistdio/test-ulc-printf1.h: New file.
22533         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
22534         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
22535         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
22536         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
22537         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
22538         * tests/unistdio/test-ulc-vasprintf1.c: New file.
22539         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
22540         * tests/unistdio/test-ulc-vsprintf1.c: New file.
22541         * tests/unistdio/test-u8-asnprintf1.c: New file.
22542         * tests/unistdio/test-u8-asnprintf1.h: New file.
22543         * tests/unistdio/test-u8-printf1.h: New file.
22544         * tests/unistdio/test-u8-vasnprintf1.c: New file.
22545         * tests/unistdio/test-u8-vasnprintf2.c: New file.
22546         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
22547         * tests/unistdio/test-u8-vasnprintf3.c: New file.
22548         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
22549         * tests/unistdio/test-u8-vasprintf1.c: New file.
22550         * tests/unistdio/test-u8-vsnprintf1.c: New file.
22551         * tests/unistdio/test-u8-vsprintf1.c: New file.
22552         * tests/unistdio/test-u16-asnprintf1.c: New file.
22553         * tests/unistdio/test-u16-asnprintf1.h: New file.
22554         * tests/unistdio/test-u16-printf1.h: New file.
22555         * tests/unistdio/test-u16-vasnprintf1.c: New file.
22556         * tests/unistdio/test-u16-vasnprintf2.c: New file.
22557         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
22558         * tests/unistdio/test-u16-vasnprintf3.c: New file.
22559         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
22560         * tests/unistdio/test-u16-vasprintf1.c: New file.
22561         * tests/unistdio/test-u16-vsnprintf1.c: New file.
22562         * tests/unistdio/test-u16-vsprintf1.c: New file.
22563         * tests/unistdio/test-u32-asnprintf1.c: New file.
22564         * tests/unistdio/test-u32-asnprintf1.h: New file.
22565         * tests/unistdio/test-u32-printf1.h: New file.
22566         * tests/unistdio/test-u32-vasnprintf1.c: New file.
22567         * tests/unistdio/test-u32-vasnprintf2.c: New file.
22568         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
22569         * tests/unistdio/test-u32-vasnprintf3.c: New file.
22570         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
22571         * tests/unistdio/test-u32-vasprintf1.c: New file.
22572         * tests/unistdio/test-u32-vsnprintf1.c: New file.
22573         * tests/unistdio/test-u32-vsprintf1.c: New file.
22574         * modules/unistdio/base: New file.
22575         * modules/unistdio/u-printf-args: New file.
22576         * modules/unistdio/ulc-asnprintf: New file.
22577         * modules/unistdio/ulc-asprintf: New file.
22578         * modules/unistdio/ulc-fprintf: New file.
22579         * modules/unistdio/ulc-printf-parse: New file.
22580         * modules/unistdio/ulc-snprintf: New file.
22581         * modules/unistdio/ulc-sprintf: New file.
22582         * modules/unistdio/ulc-vasnprintf: New file.
22583         * modules/unistdio/ulc-vasprintf: New file.
22584         * modules/unistdio/ulc-vfprintf: New file.
22585         * modules/unistdio/ulc-vsnprintf: New file.
22586         * modules/unistdio/ulc-vsprintf: New file.
22587         * modules/unistdio/u8-asnprintf: New file.
22588         * modules/unistdio/u8-asprintf: New file.
22589         * modules/unistdio/u8-printf-parse: New file.
22590         * modules/unistdio/u8-snprintf: New file.
22591         * modules/unistdio/u8-sprintf: New file.
22592         * modules/unistdio/u8-vasnprintf: New file.
22593         * modules/unistdio/u8-vasprintf: New file.
22594         * modules/unistdio/u8-vsnprintf: New file.
22595         * modules/unistdio/u8-vsprintf: New file.
22596         * modules/unistdio/u8-u8-asnprintf: New file.
22597         * modules/unistdio/u8-u8-asprintf: New file.
22598         * modules/unistdio/u8-u8-snprintf: New file.
22599         * modules/unistdio/u8-u8-sprintf: New file.
22600         * modules/unistdio/u8-u8-vasnprintf: New file.
22601         * modules/unistdio/u8-u8-vasprintf: New file.
22602         * modules/unistdio/u8-u8-vsnprintf: New file.
22603         * modules/unistdio/u8-u8-vsprintf: New file.
22604         * modules/unistdio/u16-asnprintf: New file.
22605         * modules/unistdio/u16-asprintf: New file.
22606         * modules/unistdio/u16-printf-parse: New file.
22607         * modules/unistdio/u16-snprintf: New file.
22608         * modules/unistdio/u16-sprintf: New file.
22609         * modules/unistdio/u16-vasnprintf: New file.
22610         * modules/unistdio/u16-vasprintf: New file.
22611         * modules/unistdio/u16-vsnprintf: New file.
22612         * modules/unistdio/u16-vsprintf: New file.
22613         * modules/unistdio/u16-u16-asnprintf: New file.
22614         * modules/unistdio/u16-u16-asprintf: New file.
22615         * modules/unistdio/u16-u16-snprintf: New file.
22616         * modules/unistdio/u16-u16-sprintf: New file.
22617         * modules/unistdio/u16-u16-vasnprintf: New file.
22618         * modules/unistdio/u16-u16-vasprintf: New file.
22619         * modules/unistdio/u16-u16-vsnprintf: New file.
22620         * modules/unistdio/u16-u16-vsprintf: New file.
22621         * modules/unistdio/u32-asnprintf: New file.
22622         * modules/unistdio/u32-asprintf: New file.
22623         * modules/unistdio/u32-printf-parse: New file.
22624         * modules/unistdio/u32-snprintf: New file.
22625         * modules/unistdio/u32-sprintf: New file.
22626         * modules/unistdio/u32-vasnprintf: New file.
22627         * modules/unistdio/u32-vasprintf: New file.
22628         * modules/unistdio/u32-vsnprintf: New file.
22629         * modules/unistdio/u32-vsprintf: New file.
22630         * modules/unistdio/u32-u32-asnprintf: New file.
22631         * modules/unistdio/u32-u32-asprintf: New file.
22632         * modules/unistdio/u32-u32-snprintf: New file.
22633         * modules/unistdio/u32-u32-sprintf: New file.
22634         * modules/unistdio/u32-u32-vasnprintf: New file.
22635         * modules/unistdio/u32-u32-vasprintf: New file.
22636         * modules/unistdio/u32-u32-vsnprintf: New file.
22637         * modules/unistdio/u32-u32-vsprintf: New file.
22638         * modules/unistdio/ulc-asnprintf-tests: New file.
22639         * modules/unistdio/ulc-vasnprintf-tests: New file.
22640         * modules/unistdio/ulc-vasprintf-tests: New file.
22641         * modules/unistdio/ulc-vsnprintf-tests: New file.
22642         * modules/unistdio/ulc-vsprintf-tests: New file.
22643         * modules/unistdio/u8-asnprintf-tests: New file.
22644         * modules/unistdio/u8-vasnprintf-tests: New file.
22645         * modules/unistdio/u8-vasprintf-tests: New file.
22646         * modules/unistdio/u8-vsnprintf-tests: New file.
22647         * modules/unistdio/u8-vsprintf-tests: New file.
22648         * modules/unistdio/u16-asnprintf-tests: New file.
22649         * modules/unistdio/u16-vasnprintf-tests: New file.
22650         * modules/unistdio/u16-vasprintf-tests: New file.
22651         * modules/unistdio/u16-vsnprintf-tests: New file.
22652         * modules/unistdio/u16-vsprintf-tests: New file.
22653         * modules/unistdio/u32-asnprintf-tests: New file.
22654         * modules/unistdio/u32-vasnprintf-tests: New file.
22655         * modules/unistdio/u32-vasprintf-tests: New file.
22656         * modules/unistdio/u32-vsnprintf-tests: New file.
22657         * modules/unistdio/u32-vsprintf-tests: New file.
22658         * MODULES.html.sh (Unicode string functions): Add the new modules.
22659
22660 2007-07-01  Bruno Haible  <bruno@clisp.org>
22661
22662         * lib/sprintf.c (sprintf): Limit the available length estimation,
22663         to avoid address wraparound.
22664         * lib/vsprintf.c (vsprintf): Likewise.
22665         * modules/sprintf-posix (Dependencies): Add stdint.
22666         * modules/vsprintf-posix (Dependencies): Likewise.
22667
22668 2007-07-01  Bruno Haible  <bruno@clisp.org>
22669
22670         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
22671         Windows PATH as well. Conservative double-quoting. Comments.
22672
22673 2007-07-01  Bruno Haible  <bruno@clisp.org>
22674             Eric Blake  <ebb9@byu.net>
22675             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22676
22677         * gnulib-tool (self_abspathname): Fix algorithm to cope with
22678         empty components in $PATH, denoting '.'.
22679
22680 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22681
22682         * gnulib-tool: Fix indentation.
22683         (func_create_megatestdir): Likewise.
22684         Report by Bruno Haible.
22685
22686 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22687
22688         Sync from Automake.
22689         * build-aux/gnupload: Fix shell portability issues with for loops.
22690         Report by Karl Berry.
22691
22692 2007-06-29  Simon Josefsson  <simon@josefsson.org>
22693
22694         * build-aux/maint.mk (POURL): Use translationproject.org.
22695
22696 2007-06-27  Simon Josefsson  <simon@josefsson.org>
22697             Bruno Haible  <bruno@clisp.org>
22698
22699         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
22700         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
22701         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
22702         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
22703         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
22704
22705 2007-06-27  Bruno Haible  <bruno@clisp.org>
22706
22707         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
22708         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
22709
22710 2007-06-26  Karl Berry  <karl@gnu.org>
22711
22712         * MODULES.html.sh: remove xreadlink-with-size.
22713
22714 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
22715
22716         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
22717         method that I hope also handles the double-include problem noted
22718         by Bruno Haible in
22719         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
22720
22721 2007-06-23  Bruno Haible  <bruno@clisp.org>
22722
22723         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22724         Don't let the 'mostlyclean' target fail if the last subdirectory could
22725         not be removed.
22726         Reported by Karl Berry.
22727
22728 2007-06-23  Bruno Haible  <bruno@clisp.org>
22729
22730         * gnulib-tool (echo): Add a speedier workaround for ksh.
22731         * tests/test-echo.sh: Likewise.
22732
22733 2007-06-23  Bruno Haible  <bruno@clisp.org>
22734
22735         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
22736         * tests/test-echo.sh: Likewise.
22737
22738 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22739
22740         * gnulib-tool (IFS): Initialize early, so we don't set it to
22741         empty later.
22742         (self_abspathname): Rewrite algorithm to set it, reindent.
22743         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
22744         (func_create_megatestdir): Merge some sed scripts.
22745
22746 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
22747
22748         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
22749         exposed by Sun Studio 11 cc on Solaris 8.
22750
22751 2007-06-22  Bruno Haible  <bruno@clisp.org>
22752
22753         * gnulib-tool (echo): Ensure the echo primitive does not interpret
22754         backslashes.
22755         * tests/test-echo.sh: New file.
22756
22757 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22758
22759         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
22760         simplify `sed_replace_build_aux' scripts, they are portable but
22761         echoing them with `echo' is not.
22762         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
22763
22764 2007-06-21  Karl Berry  <karl@gnu.org>
22765
22766         * config/srclist.txt: guess we can't handle the licenses via
22767         srclist at the moment.
22768
22769 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
22770
22771         * MODULES.html.sh: Add include_next.
22772         * modules/include_next: New file.
22773
22774 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
22775
22776         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
22777         INCLUDE_NEXT.
22778         (gl_CHECK_NEXT_HEADERS): New macro.
22779         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
22780         the obsolescent gl_ABSOLUTE_HEADER.
22781         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
22782         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
22783         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
22784         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
22785         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
22786         * m4/math_h.m4 (gl_MATH_H): Likewise.
22787         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
22788         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
22789         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
22790         * m4/stdint.m4 (gl_STDINT_H): Likewise.
22791         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
22792         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
22793         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
22794         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
22795         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
22796         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
22797         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
22798         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
22799         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
22800         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
22801         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
22802         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
22803         * m4/inttypes.m4 (gl_INTTYPES_H): Define
22804         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
22805         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
22806         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
22807         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
22808         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
22809         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
22810         * lib/float_.h: Likewise.
22811         * lib/inttypes_.h: Likewise.
22812         * lib/math_.h: Likewise.
22813         * lib/search_.h: Likewise.
22814         * lib/signal_.h: Likewise.
22815         * lib/stdint_.h: Likewise.
22816         * lib/stdio_.h: Likewise.
22817         * lib/stdlib_.h: Likewise.
22818         * lib/string_.h: Likewise.
22819         * lib/sys_stat_.h: Likewise.
22820         * lib/sys_time_.h: Likewise.
22821         * lib/time_.h: Likewise.
22822         * lib/unistd_.h: Likewise.
22823         * lib/wchar_.h: Likewise.
22824         * lib/wctype_.h: Likewise.
22825         * lib/dirent_.h: Likewise.
22826         * lib/iconv_.h: Likewise.
22827         * lib/locale_.h: Likewise.
22828         * lib/netinet_in_.h: Likewise.
22829         * lib/sys_select_.h: Likewise.
22830         * lib/sys_socket_.h: Likewise.
22831         * lib/sysexits_.h: Likewise.
22832         * modules/fcntl (Depends-on): Depend on include_next, not
22833         absolute_header.
22834         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
22835         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
22836         * modules/fchdir: Likewise.
22837         * modules/float: Likewise.
22838         * modules/iconv_open: Likewise.
22839         * modules/inttypes: Likewise.
22840         * modules/locale: Likewise.
22841         * modules/math: Likewise.
22842         * modules/netinet_in: Likewise.
22843         * modules/search: Likewise.
22844         * modules/signal: Likewise.
22845         * modules/stdint: Likewise.
22846         * modules/stdio: Likewise.
22847         * modules/stdlib: Likewise.
22848         * modules/string: Likewise.
22849         * modules/sys_select: Likewise.
22850         * modules/sys_socket: Likewise.
22851         * modules/sys_stat: Likewise.
22852         * modules/sys_time: Likewise.
22853         * modules/sysexits: Likewise.
22854         * modules/time: Likewise.
22855         * modules/unistd: Likewise.
22856         * modules/wchar: Likewise.
22857         * modules/wctype: Likewise.
22858         * modules/sys_stat: Change maintainer to "all".
22859         * modules/unistd: Likewise.
22860
22861 2007-06-20  Karl Berry  <karl@gnu.org>
22862
22863         * config/srclist.txt: track www changes in license files.
22864
22865 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
22866
22867         * build-aux/bootstrap: Remove stray dot.
22868         Make sure build_aux settings are honored when linking
22869         gnulib_extra_files.
22870
22871 2007-06-19  Eric Blake  <ebb9@byu.net>
22872
22873         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
22874         Allow compilation on cygwin.
22875
22876 2007-06-19  Jim Meyering  <jim@meyering.net>
22877
22878         xreadlink-with-size: Remove module.  No longer used.
22879         Ex-callers now use xreadlink or mreadlink-with-size.
22880         * modules/xreadlink-with-size: Remove module.
22881         * lib/xreadlink-with-size.c: Remove file.
22882         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
22883         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
22884         just before the function definition *is* accurate.
22885
22886         Eliminate one way canonicalize_filename_mode could exit.
22887         * lib/canonicalize.c (canonicalize_filename_mode):
22888         Use mreadlink_with_size, not xreadlink_with_size.
22889
22890 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
22891
22892         Detect porting problems to FreeBSD/arm, which has time_t wider than
22893         long int.  Original problem reported for GNU diff by Xin Li in
22894         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
22895         * modules/getdate (Depends-on): Add intprops, verify.
22896         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
22897         is an integer type no wider than long int.
22898
22899 2007-06-18  Jim Meyering  <jim@meyering.net>
22900
22901         New module: mreadlink-with-size.
22902         * MODULES.html.sh: Add mreadlink-with-size.
22903         * modules/mreadlink-with-size: New module
22904         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
22905         not xreadlink-with-size.
22906         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
22907
22908 2007-06-16  Bruno Haible  <bruno@clisp.org>
22909
22910         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
22911         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
22912         Reported by Gary V. Vaughan <gary@gnu.org>.
22913
22914 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
22915
22916         Revamp lchown so that it lives in unistd.h where it belongs.
22917         * lib/lchown.h: Remove.
22918         * lib/dirchownmod.c: Don't include lib/lchown.h.
22919         * lib/fchownat.c: Likewise.
22920         * lib/openat.c: Likewise.
22921         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
22922         does not follow symlinks.
22923         (EOPNOTSUPP): Define if not defined.
22924         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
22925         is defined to 0.
22926         (lchown): New decl.
22927         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
22928         Do not check for lchown decl.
22929         Set REPLACE_LCHOWN.
22930         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
22931         REPLACE_LCHOWN.
22932         * modules/chown: Make it clear it follows symlinks.
22933         * modules/lchown: Make it clear it doesn't follow symlinks.
22934         (Files): Remove lib/lchown.h
22935         (Depends-on): Add unistd.
22936         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
22937         (Include): Include <unistd.h>, not "lchown.h".
22938         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
22939         REPLACE_LCHOWN.
22940
22941 2007-06-15  Jim Meyering  <jim@meyering.net>
22942
22943         Change license (GPL to LGPL) of fsusage and dependents.
22944         * modules/fsusage (License): Change to LGPL.
22945         * modules/full-read (License): Likewise.
22946         * modules/full-write (License): Likewise.
22947         * modules/safe-read (License): Likewise.
22948         * modules/safe-write (License): Likewise.
22949
22950 2007-06-14  Ben Pfaff  <blp@gnu.org>
22951
22952         Missing part of allocsa -> malloca transition.
22953         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
22954         gl_MALLOCA.
22955
22956 2007-06-12  Bruno Haible  <bruno@clisp.org>
22957
22958         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
22959         to ia64, x86_64, i386.
22960         Reported by Eric Blake.
22961
22962 2007-06-12  Bruno Haible  <bruno@clisp.org>
22963
22964         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
22965         cross-compiling to x86_64.
22966
22967 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
22968
22969         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
22970         glitch reported by Ralf Wildenhues in
22971         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
22972
22973         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
22974         Vin Shelton.
22975
22976 2007-06-11  Bruno Haible  <bruno@clisp.org>
22977
22978         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
22979         replacement string.
22980         Reported by Eric Blake.
22981
22982 2007-06-10  Bruno Haible  <bruno@clisp.org>
22983
22984         Prepare vasnprintf code for use with Unicode strings.
22985         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
22986         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
22987         TYPE_U32_STRING.
22988         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
22989         a_u32_string variants.
22990         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
22991         * lib/printf-args.c: Don't include config.h and the specification
22992         header if PRINTF_FETCHARGS is already defined.
22993         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
22994         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
22995         TYPE_U16_STRING, TYPE_U32_STRING.
22996         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
22997         u16_directive, u16_directives, u32_directive, u32_directives): New
22998         types.
22999         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
23000         New declarations.
23001         * lib/printf-parse.c: Don't include config.h and the specification
23002         header if PRINTF_PARSE is already defined. Eliminate the set of
23003         parameters for WIDE_CHAR_VERSION; the user of this file must provide
23004         them now. Include c-ctype.h.
23005         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
23006         directive and CHAR_T_ONLY_ASCII.
23007         * lib/vasnprintf.c: Don't include config.h and the specification header
23008         if VASNPRINTF is already defined.
23009         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
23010         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
23011         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
23012         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
23013         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
23014         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
23015         code accordingly.
23016         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
23017         pad_ourselves also in this case, with the 'c' and 's' directives, and
23018         with a different notion of "width".
23019         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
23020
23021 2007-06-10  Bruno Haible  <bruno@clisp.org>
23022
23023         * modules/unistr/u32-mbsnlen: New file.
23024         * lib/unistr/u32-mbsnlen.c: New file.
23025
23026         * modules/unistr/u16-mbsnlen: New file.
23027         * lib/unistr/u16-mbsnlen.c: New file.
23028
23029         * modules/unistr/u8-mbsnlen: New file.
23030         * lib/unistr/u8-mbsnlen.c: New file.
23031
23032         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
23033         declarations.
23034
23035 2007-06-10  Bruno Haible  <bruno@clisp.org>
23036
23037         * lib/string_.h (mbsnlen): New declaration.
23038         * lib/mbsnlen.c: New file.
23039         * m4/mbsnlen.m4: New file.
23040         * modules/mbsnlen: New file.
23041         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
23042         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
23043         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
23044
23045 2007-06-10  Bruno Haible  <bruno@clisp.org>
23046
23047         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
23048
23049 2007-06-10  Bruno Haible  <bruno@clisp.org>
23050
23051         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
23052         * lib/mbuiter.h: Likewise.
23053
23054 2007-06-10  Bruno Haible  <bruno@clisp.org>
23055
23056         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
23057         declaration.
23058
23059 2007-06-10  Karl Berry  <karl@gnu.org>
23060
23061         * config/srclist.txt: remove gettext entries, Bruno prefers
23062         to update individually.
23063
23064 2007-06-10  Bruno Haible  <bruno@clisp.org>
23065
23066         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
23067         'maxlen'. Ensure only length + width bytes are allocated, not
23068         length + 1 + width.
23069
23070 2007-06-09  Bruno Haible  <bruno@clisp.org>
23071
23072         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
23073         (CHAR_T): Remove macro.
23074         (VASNPRINTF): Update.
23075
23076 2007-06-09  Bruno Haible  <bruno@clisp.org>
23077
23078         * MODULES.html.sh (Unicode string functions): Add the new modules.
23079
23080         * modules/uniconv/u32-conv-to-enc: New file.
23081         * lib/uniconv/u32-conv-to-enc.c: New file.
23082         * modules/uniconv/u32-conv-to-enc-tests: New file.
23083         * tests/uniconv/test-u32-conv-to-enc.c: New file.
23084
23085         * modules/uniconv/u16-conv-to-enc: New file.
23086         * lib/uniconv/u16-conv-to-enc.c: New file.
23087         * lib/uniconv/u-conv-to-enc.h: New file.
23088         * modules/uniconv/u16-conv-to-enc-tests: New file.
23089         * tests/uniconv/test-u16-conv-to-enc.c: New file.
23090
23091         * modules/uniconv/u8-conv-to-enc: New file.
23092         * lib/uniconv/u8-conv-to-enc.c: New file.
23093         * modules/uniconv/u8-conv-to-enc-tests: New file.
23094         * tests/uniconv/test-u8-conv-to-enc.c: New file.
23095
23096         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
23097         u32_conv_to_encoding): New declarations.
23098
23099 2007-06-09  Bruno Haible  <bruno@clisp.org>
23100
23101         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
23102
23103 2007-06-09  Bruno Haible  <bruno@clisp.org>
23104
23105         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
23106         * modules/malloca: Renamed from modules/allocsa, updated.
23107         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
23108         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
23109         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
23110         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
23111         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
23112         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
23113         * modules/xmalloca: Renamed from modules/xallocsa, updated.
23114         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
23115         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
23116         * modules/c-strcasestr (Depends-on): Update.
23117         * lib/c-strcasestr.c: Update.
23118         * modules/c-strstr (Depends-on): Update.
23119         * lib/c-strstr.c: Update.
23120         * modules/canonicalize-lgpl (Depends-on): Update.
23121         * lib/canonicalize-lgpl.c: Update.
23122         * modules/clean-temp (Depends-on): Update.
23123         * lib/clean-temp.c: Update.
23124         * modules/csharpcomp (Depends-on): Update.
23125         * lib/csharpcomp.c: Update.
23126         * modules/csharpexec (Depends-on): Update.
23127         * lib/csharpexec.c: Update.
23128         * modules/javacomp (Depends-on): Update.
23129         * lib/javacomp.c: Update.
23130         * modules/javaexec (Depends-on): Update.
23131         * lib/javaexec.c: Update.
23132         * modules/mbscasestr (Depends-on): Update.
23133         * lib/mbscasestr.c: Update.
23134         * modules/mbsstr (Depends-on): Update.
23135         * lib/mbsstr.c: Update.
23136         * modules/setenv (Depends-on): Update.
23137         * lib/setenv.c: Update.
23138         * modules/strcasestr (Depends-on): Update.
23139         * lib/strcasestr.c: Update.
23140         * modules/striconveha (Depends-on): Update.
23141         * lib/striconveha.c: Update.
23142         * modules/relocatable-prog-wrapper (Files): Update.
23143         * lib/relocwrapper.c: Update.
23144         * build-aux/install-reloc: Update.
23145         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
23146
23147 2007-06-08  Bruno Haible  <bruno@clisp.org>
23148
23149         Port to uClibc.
23150         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
23151         * lib/fpurge.c (fpurge): Likewise.
23152         * lib/freading.c (freading): Likewise.
23153         * lib/fseeko.c (rpl_fseeko): Likewise.
23154         * lib/fseterr.c (fseterr): Likewise.
23155         * lib/fwriting.c (fwriting): Likewise.
23156         * tests/test-fflush.c (main): Avoid a failure on uClibc.
23157
23158 2007-06-08  Bruno Haible  <bruno@clisp.org>
23159
23160         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
23161         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
23162         * modules/gettext (Files): Add m4/intlmacosx.m4.
23163
23164 2007-06-07  Bruno Haible  <bruno@clisp.org>
23165
23166         * modules/localename-tests: New file.
23167         * tests/test-localename.c: New file.
23168
23169         New module 'localename'.
23170         * lib/localename.h: New file.
23171         * lib/localename.c: New file, from GNU gettext.
23172         * m4/localename.m4: New file.
23173         * modules/localename: New file.
23174
23175 2007-06-07  Bruno Haible  <bruno@clisp.org>
23176
23177         Work around the lack of <wchar.h> on some builds of uClibc.
23178         * doc/headers/wchar.texi: Update.
23179         * lib/wchar_.h: Include <wchar.h> only if it exists.
23180         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
23181         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
23182         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
23183         doesn't exist.
23184         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
23185         * modules/mbfile (Depends-on): Add wchar.
23186         * modules/mbiter (Depends-on): Likewise.
23187         * modules/mbuiter (Depends-on): Likewise.
23188         Reported by Simon Josefsson.
23189
23190 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
23191
23192         Work around problem reported by Steven M. Schweda in
23193         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
23194         Tru64 5.1B with the Compaq compiler environment installed declares
23195         an 'isblank' function but does not define it in the C library.
23196         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
23197         * lib/regex_internal.h (isblank): Likewise.
23198         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
23199         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
23200
23201 2007-06-05  Bruno Haible  <bruno@clisp.org>
23202
23203         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
23204         ia64.
23205         * modules/printf-safe: New file.
23206         * modules/fprintf-posix (Depends-on): Add printf-safe.
23207         * modules/printf-posix (Depends-on): Likewise.
23208         * modules/snprintf-posix (Depends-on): Likewise.
23209         * modules/sprintf-posix (Depends-on): Likewise.
23210         * modules/vasnprintf-posix (Depends-on): Likewise.
23211         * modules/vasprintf-posix (Depends-on): Likewise.
23212         * modules/vfprintf-posix (Depends-on): Likewise.
23213         * modules/vprintf-posix (Depends-on): Likewise.
23214         * modules/vsnprintf-posix (Depends-on): Likewise.
23215         * modules/vsprintf-posix (Depends-on): Likewise.
23216         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
23217         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
23218         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
23219         "no" on i386, x86_64, ia64.
23220         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
23221         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
23222         on i386, x86_64, ia64.
23223         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
23224         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
23225         on i386, x86_64, ia64.
23226         * tests/test-vasnprintf-posix.c: Include float.h.
23227         (LDBL80_WORDS): New macro.
23228         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
23229         on i386, x86_64, ia64.
23230         * tests/test-vasprintf-posix.c: Include float.h.
23231         (LDBL80_WORDS): New macro.
23232         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
23233         on i386, x86_64, ia64.
23234         * tests/test-snprintf-posix.c: Include float.h.
23235         * tests/test-sprintf-posix.c: Likewise.
23236         * tests/test-vsnprintf-posix.c: Likewise.
23237         * tests/test-vsprintf-posix.c: Likewise.
23238
23239 2007-06-05  Bruno Haible  <bruno@clisp.org>
23240
23241         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
23242         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
23243         non-IEEE numbers on i386, x86_64, ia64.
23244         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
23245         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
23246         * tests/test-isnanl.h: Include float.h.
23247         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
23248
23249 2007-06-05  Bruno Haible  <bruno@clisp.org>
23250
23251         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
23252         also the %a / %A. Handle the %a / %A code before this extra handling.
23253
23254 2007-06-05  Bruno Haible  <bruno@clisp.org>
23255
23256         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
23257         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
23258
23259 2007-06-05  Bruno Haible  <bruno@clisp.org>
23260
23261         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
23262         typo in variable name.
23263
23264 2007-06-05  Eric Blake  <ebb9@byu.net>
23265
23266         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
23267         Reported by Simon Josefsson.
23268
23269 2007-06-04  Bruno Haible  <bruno@clisp.org>
23270
23271         Avoid test failures on some PowerPC platforms.
23272         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
23273         Define differently for PowerPC.
23274         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
23275         Reported by Gary V. Vaughan <gary@gnu.org>.
23276
23277 2007-06-02  Bruno Haible  <bruno@clisp.org>
23278
23279         Fix test-stdint failure on FreeBSD/ia64.
23280         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
23281         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
23282         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
23283         * doc/headers/stdint.texi: Update.
23284
23285 2007-06-01  Bruno Haible  <bruno@clisp.org>
23286
23287         * tests/test-binary-io.c (main): Pass a third argument to open().
23288         Reported by Gary V. Vaughan <gary@gnu.org>.
23289
23290 2007-06-01  Bruno Haible  <bruno@clisp.org>
23291
23292         * doc/functions/frexpl.texi: Update for mingw.
23293
23294 2007-06-01  Bruno Haible  <bruno@clisp.org>
23295
23296         * tests/test-lseek.c (main): Disable test of errno for invalid third
23297         argument.
23298         * doc/functions/lseek.texi: Update.
23299         Reported by Gary V. Vaughan <gary@gnu.org>.
23300
23301 2007-05-28  Bruno Haible  <bruno@clisp.org>
23302
23303         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
23304
23305 2007-05-31  Eric Blake  <ebb9@byu.net>
23306
23307         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
23308         cross compiling.
23309
23310 2007-05-30  Eric Blake  <ebb9@byu.net>
23311         and Bruno Haible  <bruno@clisp.org>
23312
23313         Work around mingw test failures exposed by m4-1.4.9b.
23314         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
23315         * tests/test-unistd.c: Disable uid_t and git_t tests for the
23316         moment.
23317
23318 2007-05-30  Bruno Haible  <bruno@clisp.org>
23319
23320         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
23321         assuming that they are closed. Needed on HP-UX 11.
23322
23323 2007-05-29  Bruno Haible  <bruno@clisp.org>
23324
23325         Fix a problem with #include_next.
23326         * lib/dirent_.h: Split the double-inclusion guard.
23327         * lib/fcntl_.h: Likewise.
23328         * lib/float_.h: Likewise.
23329         * lib/iconv_.h: Likewise.
23330         * lib/inttypes_.h: Likewise.
23331         * lib/locale_.h: Likewise.
23332         * lib/math_.h: Likewise.
23333         * lib/netinet_in_.h: Likewise.
23334         * lib/search_.h: Likewise.
23335         * lib/signal_.h: Likewise.
23336         * lib/stdint_.h: Likewise.
23337         * lib/stdio_.h: Likewise.
23338         * lib/stdlib_.h: Likewise.
23339         * lib/string_.h: Likewise.
23340         * lib/sys_select_.h: Likewise.
23341         * lib/sys_socket_.h: Likewise.
23342         * lib/sys_stat_.h: Likewise.
23343         * lib/sys_time_.h: Likewise.
23344         * lib/sysexits_.h: Likewise.
23345         * lib/time_.h: Likewise.
23346         * lib/unistd_.h: Likewise.
23347         * lib/wchar_.h: Likewise.
23348         * lib/wctype_.h: Likewise.
23349
23350 2007-05-29  Bruno Haible  <bruno@clisp.org>
23351
23352         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
23353         for the moment.
23354
23355 2007-05-29  Bruno Haible  <bruno@clisp.org>
23356
23357         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
23358         invocation.
23359         Reported by Eric Blake.
23360
23361 2007-05-29  Bruno Haible  <bruno@clisp.org>
23362
23363         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
23364         compiling case.
23365
23366 2007-05-29  Eric Blake  <ebb9@byu.net>
23367             Bruno Haible  <bruno@clisp.org>
23368
23369         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
23370         cross compiles.
23371
23372 2007-05-28  Eric Blake  <ebb9@byu.net>
23373
23374         * modules/closein-tests (test_closein_LDADD): Support test on
23375         cygwin with libtool.
23376
23377 2007-05-28  Bruno Haible  <bruno@clisp.org>
23378
23379         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
23380         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
23381         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
23382         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
23383         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
23384         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
23385         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
23386         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
23387         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
23388
23389 2007-05-28  Eric Blake  <ebb9@byu.net>
23390
23391         Unconditionally include <config.h> in unit tests.
23392         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
23393         * tests/test-allocsa.c, tests/test-arcfour.c,
23394         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
23395         tests/test-array_list.c, tests/test-array_oset.c,
23396         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
23397         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
23398         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
23399         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
23400         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
23401         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
23402         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
23403         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
23404         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
23405         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
23406         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
23407         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
23408         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
23409         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
23410         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
23411         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
23412         test-md5.c, test-memmem.c, test-printf-posix.c,
23413         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
23414         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
23415         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
23416         test-strcasestr.c, test-striconv.c, test-striconveh.c,
23417         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
23418         test-vasnprintf-posix2.c, test-vasnprintf.c,
23419         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
23420         test-vfprintf-posix.c, test-vprintf-posix.c,
23421         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
23422         test-xvasprintf.c: Likewise.
23423
23424 2007-05-28  Bruno Haible  <bruno@clisp.org>
23425
23426         * gnulib-tool (func_import): Remember the --with-tests command-line
23427         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
23428         Reported by Eric Blake.
23429
23430 2007-05-28  Bruno Haible  <bruno@clisp.org>
23431
23432         * modules/ftell-tests: New file.
23433         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
23434         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
23435
23436         * lib/ftell.c: New file.
23437         * modules/ftell: New file.
23438         * m4/ftell.m4: New file.
23439         * doc/functions/ftell.texi: Update.
23440         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
23441         REPLACE_FTELL.
23442         * lib/stdio_.h (rpl_ftell): New declaration.
23443         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
23444         REPLACE_FTELL.
23445
23446 2007-05-28  Eric Blake  <ebb9@byu.net>
23447
23448         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
23449
23450 2007-05-28  Bruno Haible  <bruno@clisp.org>
23451
23452         * modules/fseek-tests: New file.
23453         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
23454         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
23455
23456         * lib/fseek.c: New file.
23457         * modules/fseek: New file.
23458         * m4/fseek.m4: New file.
23459         * doc/functions/fseek.texi: Update.
23460         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
23461         REPLACE_FSEEK.
23462         * lib/stdio_.h (rpl_fseek): New declaration.
23463         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
23464         REPLACE_FSEEK.
23465
23466 2007-05-28  Bruno Haible  <bruno@clisp.org>
23467
23468         * lib/stdio_.h (fflush): More comments.
23469
23470 2007-05-28  Bruno Haible  <bruno@clisp.org>
23471
23472         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
23473         runtime test.
23474
23475 2007-05-28  Eric Blake  <ebb9@byu.net>
23476
23477         Improve lseek module.
23478         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
23479         * lib/unistd_.h (lseek): Scale back link warning message.
23480         * tests/test-lseek.c: Beef up test.
23481         * tests/test-lseek.sh: Exercise more facets of lseek.
23482         Reported by Bruno Haible.
23483
23484 2007-05-28  Bruno Haible  <bruno@clisp.org>
23485
23486         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
23487         to define.
23488
23489 2007-05-27  Bruno Haible  <bruno@clisp.org>
23490
23491         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
23492
23493 2007-05-27  Bruno Haible  <bruno@clisp.org>
23494
23495         * modules/openmp: New file.
23496         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
23497         Noah Misch.
23498
23499 2007-05-26  Bruno Haible  <bruno@clisp.org>
23500
23501         * modules/chdir-long (Depends-on): Add fchdir.
23502         * modules/chdir-safer (Depends-on): Likewise.
23503         * modules/fts (Depends-on): Likewise.
23504         * modules/fts-lgpl (Depends-on): Likewise.
23505         * modules/openat (Depends-on): Likewise.
23506         * modules/savewd (Depends-on): Likewise.
23507
23508 2007-05-24  Eric Blake  <ebb9@byu.net>
23509
23510         Fix lseek on mingw.
23511         * modules/lseek: New module.
23512         * m4/lseek.m4: New file.
23513         * lib/lseek.c: New file.
23514         * modules/lseek-tests: New file.
23515         * tests/test-lseek.c: New file.
23516         * tests/test-lseek.sh: New file.
23517         * MODULES.html.sh: Document lseek module.
23518         * modules/fflush (Depends-on): Add lseek, fseeko.
23519         * modules/fseeko (Depends-on): Likewise.
23520         * modules/ftello (Depends-on): Likewise.
23521         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
23522         broken.
23523         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
23524         broken.
23525         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
23526         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
23527         * lib/ftello.c (rpl_ftello): Likewise.
23528         * tests/test-fseeko.c (main): Test this.
23529         * tests/test-fseeko.sh: Likewise.
23530         * tests/test-ftello.c (main): Likewise.
23531         * tests/test-ftello.sh: Likewise.
23532         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
23533         implies replacing fseek.
23534         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
23535         HAVE_FTELLO.
23536         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
23537         * modules/unistd (Makefile.am): Likewise.
23538         * lib/unistd_.h (lseek): Declare a replacement.
23539         * doc/functions/lseek.texi (lseek): Document this fix.
23540         * doc/functions/fseek.texi (fseek): Likewise.
23541         * doc/functions/ftell.texi (ftell): Likewise.
23542
23543 2007-05-24  Bruno Haible  <bruno@clisp.org>
23544
23545         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
23546         in the printed representation of a NaN.
23547         * tests/test-vasprintf-posix.c (test_function): Likewise.
23548         * tests/test-snprintf-posix.h (test_function): Likewise.
23549         * tests/test-sprintf-posix.h (test_function): Likewise.
23550         Reported by Eric Blake.
23551
23552 2007-05-23  Eric Blake  <ebb9@byu.net>
23553
23554         Fix fseeko/ftello on cygwin 1.5.24.
23555         * doc/functions/fseeko.texi (fseeko): Document the fix.
23556         * doc/functions/ftello.texi (ftello): Document the fix.
23557         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
23558         * doc/functions/stdout.text (stdout): New file.
23559         * doc/functions/stderr.text (stderr): New file.
23560         * doc/gnulib.texi (Function Substitutes): Use new files.
23561         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
23562         prior to 1.7.0.
23563         * tests/test-ftello.c (main): Likewise for ftello.
23564         * tests/test-fseeko.sh: New file.
23565         * tests/test-ftello.sh: New file.
23566         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
23567         with seekable stdin.
23568         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
23569         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
23570         (gl_REPLACE_FSEEKO): New macro.
23571         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
23572         * modules/fseeko (Files): Distribute fseeko.c.
23573         * modules/ftello (Files): Distribute ftello.c.
23574         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
23575         mode.
23576         * lib/ftello.c (rpl_ftello): New file.
23577         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
23578         fseeko, ftello.
23579         (gl_STDIN_LARGE_OFFSET): New macro.
23580         * modules/stdio (Makefile.am): Perform the replacement.
23581         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
23582
23583 2007-05-23  Bruno Haible  <bruno@clisp.org>
23584
23585         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
23586         GNULIB_POSIXCHECK is defined.
23587
23588 2007-05-21  Bruno Haible  <bruno@clisp.org>
23589
23590         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
23591         Check also the output for NaN arguments. When cross-compiling, guess
23592         no on IRIX.
23593         * lib/vasnprintf.c: Update comments.
23594         * tests/test-vasnprintf-posix.c (strisnan): New function.
23595         (test_function): Use it.
23596         * tests/test-vasprintf-posix.c (strisnan): New function.
23597         (test_function): Use it.
23598         * tests/test-snprintf-posix.h (strisnan): New function.
23599         (test_function): Use it.
23600         * tests/test-sprintf-posix.h (strisnan): New function.
23601         (test_function): Use it.
23602         Reported by Eric Blake.
23603
23604 2007-05-20  Bruno Haible  <bruno@clisp.org>
23605
23606         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
23607         numbers that fails on BeOS.
23608         * doc/functions/frexpl.texi: Update.
23609
23610 2007-05-20  Jim Meyering  <jim@meyering.net>
23611
23612         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
23613         forced upon us by glibc-2.6.
23614
23615 2007-05-20  Bruno Haible  <bruno@clisp.org>
23616
23617         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
23618         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
23619         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
23620         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
23621         NEED_PRINTF_INFINITE.
23622         (is_infinitel): New function.
23623         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
23624         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
23625         gl_PREREQ_VASNPRINTF_INFINITE.
23626         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
23627         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23628         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
23629         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
23630         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
23631         gl_PREREQ_VASNPRINTF_INFINITE.
23632         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23633         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23634         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23635         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23636         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23637         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23638         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23639         * doc/functions/fprintf.texi: Update.
23640         * doc/functions/printf.texi: Update.
23641         * doc/functions/snprintf.texi: Update.
23642         * doc/functions/sprintf.texi: Update.
23643         * doc/functions/vfprintf.texi: Update.
23644         * doc/functions/vprintf.texi: Update.
23645         * doc/functions/vsnprintf.texi: Update.
23646         * doc/functions/vsprintf.texi: Update.
23647
23648 2007-05-20  Bruno Haible  <bruno@clisp.org>
23649
23650         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
23651         was not found in libc.
23652         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
23653
23654 2007-05-20  Bruno Haible  <bruno@clisp.org>
23655
23656         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
23657         printed as "-nan" instead of "nan".
23658         * tests/test-vasprintf-posix.c (test_function): Likewise.
23659         * tests/test-snprintf-posix.h (test_function): Likewise.
23660         * tests/test-sprintf-posix.h (test_function): Likewise.
23661         Needed for HP-UX 11.
23662
23663 2007-05-20  Jim Meyering  <jim@meyering.net>
23664
23665         Fix buggy test for the fchownat-deref bug.
23666         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
23667         symlink required for the run-test.  Without it, this test would
23668         always declare that fchownat doesn't work, and client code would
23669         unnecessarily use the replacement function with fixed libc.
23670         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
23671         Reported by Greg Schafer.
23672
23673 2007-05-19  Bruno Haible  <bruno@clisp.org>
23674
23675         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
23676         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
23677         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
23678         Needed for IRIX 6.5 and Solaris 2.5.1.
23679
23680 2007-05-19  Bruno Haible  <bruno@clisp.org>
23681
23682         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
23683         (test_function): Skip tests involving -0.0 on platforms where
23684         -0.0 = 0.0.
23685         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
23686         (test_function): Skip tests involving -0.0 on platforms where
23687         -0.0 = 0.0.
23688         * tests/test-snprintf-posix.h (have_minus_zero): New function.
23689         (test_function): Skip tests involving -0.0 on platforms where
23690         -0.0 = 0.0.
23691         * tests/test-sprintf-posix.h (have_minus_zero): New function.
23692         (test_function): Skip tests involving -0.0 on platforms where
23693         -0.0 = 0.0.
23694         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
23695         tests.
23696         * tests/test-printf-posix.h (test_function): Likewise.
23697         * tests/test-printf-posix.output: Remove all -0.0 related results.
23698         Needed for IRIX 6.5.
23699
23700 2007-05-19  Bruno Haible  <bruno@clisp.org>
23701
23702         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
23703         printed as "nan0x7fffffff" instead of "nan".
23704         * tests/test-vasprintf-posix.c (test_function): Likewise.
23705         * tests/test-snprintf-posix.h (test_function): Likewise.
23706         * tests/test-sprintf-posix.h (test_function): Likewise.
23707         * tests/test-fprintf-posix.h (NaN): Remove macro.
23708         (test_function): Remove all NaN related tests.
23709         * tests/test-printf-posix.h (NaN): Remove macro.
23710         (test_function): Remove all NaN related tests.
23711         * tests/test-printf-posix.output: Remove all NaN related results.
23712         Needed for IRIX 6.5.
23713
23714 2007-05-19  Bruno Haible  <bruno@clisp.org>
23715
23716         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
23717         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
23718
23719 2007-05-19  Bruno Haible  <bruno@clisp.org>
23720
23721         * lib/float_.h: New file.
23722         * m4/float_h.m4: New file.
23723         * modules/float: New file.
23724         * modules/isnanl (Dependencies): Add float.
23725         * modules/isnanl-nolibm (Dependencies): Likewise.
23726         * modules/mathl (Dependencies): Likewise.
23727         * modules/printf-frexpl (Dependencies): Likewise.
23728         * modules/signbit (Dependencies): Likewise.
23729         * modules/vasnprintf (Dependencies): Likewise.
23730         * doc/headers/float.texi: Update.
23731
23732 2007-05-19  Jim Meyering  <jim@meyering.net>
23733
23734         * lib/utimens.c (gl_futimens): Rename from futimens,
23735         now that glibc-2.6 declares futimens.
23736         * lib/utimens.h: Likewise.
23737
23738 2007-05-19  Bruno Haible  <bruno@clisp.org>
23739
23740         Avoid test failures on mingw.
23741         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
23742         * tests/test-printf-posix.sh: Likewise.
23743         * tests/test-vfprintf-posix.sh: Likewise.
23744         * tests/test-vprintf-posix.sh: Likewise.
23745
23746 2007-05-19  Bruno Haible  <bruno@clisp.org>
23747
23748         Fix *printf result for NaN, Inf, -0.0 on mingw.
23749         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
23750         * lib/vasnprintf.c: Include math.h and isnan.h.
23751         (is_infinite_or_zero): New function.
23752         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
23753         values in the %f, %F, %e, %E, %g, %G directives.
23754         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
23755         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23756         gl_PRINTF_INFINITE and test its result. Invoke
23757         gl_PREREQ_VASNPRINTF_INFINITE.
23758         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23759         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23760         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23761         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23762         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23763         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23764         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23765         * doc/functions/fprintf.texi: Update.
23766         * doc/functions/printf.texi: Update.
23767         * doc/functions/snprintf.texi: Update.
23768         * doc/functions/sprintf.texi: Update.
23769         * doc/functions/vfprintf.texi: Update.
23770         * doc/functions/vprintf.texi: Update.
23771         * doc/functions/vsnprintf.texi: Update.
23772         * doc/functions/vsprintf.texi: Update.
23773
23774 2007-05-19  Bruno Haible  <bruno@clisp.org>
23775
23776         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
23777         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
23778         Instead of multiplying with 10^k, set extra_zeroes to k.
23779         (scale10_round_long_double): Remove function.
23780
23781 2007-05-18  Bruno Haible  <bruno@clisp.org>
23782
23783         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
23784         introduced on 2007-05-06.
23785
23786 2007-05-18  Bruno Haible  <bruno@clisp.org>
23787
23788         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
23789         %g directives.
23790         * tests/test-vasprintf-posix.c (test_function): Likewise.
23791         * tests/test-snprintf-posix.h (test_function): Likewise.
23792         * tests/test-sprintf-posix.h (test_function): Likewise.
23793
23794 2007-05-18  Bruno Haible  <bruno@clisp.org>
23795
23796         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
23797         (strmatch): New function.
23798         (test_function): Test the %f directive on numbers of various exponents.
23799         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
23800         (strmatch): New function.
23801         (test_function): Test the %f directive on numbers of various exponents.
23802         * tests/test-snprintf-posix.h (strmatch): New function.
23803         (test_function): Test the %f directive on numbers of various exponents.
23804         * tests/test-sprintf-posix.h (strmatch): New function.
23805         (test_function): Test the %f directive on numbers of various exponents.
23806         * tests/test-snprintf-posix.c (SIZEOF): New macro.
23807         * tests/test-sprintf-posix.c (SIZEOF): New macro.
23808         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
23809         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
23810
23811 2007-05-18  Bruno Haible  <bruno@clisp.org>
23812
23813         Add support for 'long double' number output.
23814         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
23815         * lib/vasnprintf.c: Include math.h and float+.h.
23816         (mp_limb_t): New type.
23817         (GMP_LIMB_BITS): New macro.
23818         (mp_twolimb_t): New type.
23819         (GMP_TWOLIMB_BITS): New macro.
23820         (mpn_t): New type.
23821         (multiply, divide, convert_to_decimal, decode_long_double,
23822         scale10_round_long_double, scale10_round_decimal_long_double,
23823         floorlog10l): New functions.
23824         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
23825         for the %f, %F, %e, %E, %g, %G directives.
23826         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
23827         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23828         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
23829         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
23830         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23831         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23832         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23833         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23834         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23835         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23836         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23837         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
23838         * modules/snprintf-posix (Depends-on): Likewise.
23839         * modules/sprintf-posix (Depends-on): Likewise.
23840         * modules/vasnprintf-posix (Depends-on): Likewise.
23841         * modules/vasprintf-posix (Depends-on): Likewise.
23842         * modules/vfprintf-posix (Depends-on): Likewise.
23843         * modules/vsnprintf-posix (Depends-on): Likewise.
23844         * modules/vsprintf-posix (Depends-on): Likewise.
23845         * modules/vasnprintf (Files): Add lib/float+.h.
23846         * doc/functions/fprintf.texi: Update.
23847         * doc/functions/printf.texi: Update.
23848         * doc/functions/snprintf.texi: Update.
23849         * doc/functions/sprintf.texi: Update.
23850         * doc/functions/vfprintf.texi: Update.
23851         * doc/functions/vprintf.texi: Update.
23852         * doc/functions/vsnprintf.texi: Update.
23853         * doc/functions/vsprintf.texi: Update.
23854
23855 2007-05-18  Bruno Haible  <bruno@clisp.org>
23856
23857         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
23858
23859 2007-05-18  Bruno Haible  <bruno@clisp.org>
23860
23861         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
23862         for printing 64-bit integers. Needed for mingw.
23863
23864 2007-05-18  Bruno Haible  <bruno@clisp.org>
23865
23866         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
23867         gl_FUNC_FREXPL_WORKS.
23868         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
23869
23870 2007-05-18  Bruno Haible  <bruno@clisp.org>
23871
23872         * modules/frexpl-nolibm-tests: New file.
23873
23874         * modules/frexpl-nolibm: New file.
23875         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
23876
23877 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23878
23879         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
23880         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
23881         GCC 4.2, which otherwise issues a lot of warnings.
23882         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
23883         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
23884         Likewise.
23885         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
23886         * modules/iconv_open (iconv.h): Likewise.
23887         * modules/locale (locale.h): Likewise.
23888         * modules/netinet_in (netinet/in.h): Likewise.
23889         * modules/sys_select (sys_select.h): Likewise.
23890         * modules/sys_socket (sys/socket.h): Likewise.
23891         * modules/sys_stat (sys/stat.h): Likewise.
23892         * modules/sysexits (sysexits.h): Likewise.
23893         * modules/unistd (unistd.h): Likewise.
23894
23895 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23896
23897         * modules/closein-tests (Makefile.am): Distribute
23898         `test-closein.sh'.
23899
23900 2007-05-17  Bruno Haible  <bruno@clisp.org>
23901
23902         * tests/test-printf-posix.output: Renamed from
23903         tests/test-fprintf-posix.out.
23904         * modules/fprintf-posix-tests: Update.
23905         * modules/printf-posix-tests: Update.
23906         * modules/vfprintf-posix-tests: Update.
23907         * modules/vprintf-posix-tests: Update.
23908         * tests/test-fprintf-posix.sh: Update.
23909         * tests/test-printf-posix.sh: Update.
23910         * tests/test-vfprintf-posix.sh: Update.
23911         * tests/test-vprintf-posix.sh: Update.
23912         Reported by Ralf Wildenhues.
23913
23914 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23915
23916         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
23917         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
23918         GCC 4.2, which otherwise issues a lot of warnings.
23919         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
23920         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
23921         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
23922         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
23923         it should no longer be needed.
23924         * lib/string_.h: Likewise.
23925         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
23926         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
23927         * modules/inttypes (inttypes.h): Likewise.
23928         * modules/math (math.h): Likewise.
23929         * modules/search (search.h): Likewise.
23930         * modules/signal (signal.h): Likewise.
23931         * modules/stdint (stdint.h): Likewise.
23932         * modules/stdio (stdio.h): Likewise.
23933         * modules/stdlib (stdlib.h): Likewise.
23934         * modules/string (string.h): Likewise.
23935         * modules/sys_time (sys/time.h): Likewise.
23936         * modules/time (time.h): Likewise.
23937         * modules/wchar (wchar.h): Likewise.
23938         * modules/wctype (wtype.h): Likewise.
23939
23940 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
23941
23942         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
23943
23944 2007-05-13  Bruno Haible  <bruno@clisp.org>
23945
23946         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
23947         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
23948         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
23949         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
23950         (gl_PREREQ_STRTOK_R): Don't require it here.
23951
23952 2007-05-13  Bruno Haible  <bruno@clisp.org>
23953
23954         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
23955         when used in C++ mode.
23956
23957 2007-05-12  Bruno Haible  <bruno@clisp.org>
23958
23959         * lib/linebuffer.h: Tweak doc.
23960         * lib/linebuffer.c: Likewise.
23961
23962 2007-05-12  James Youngman  <jay@gnu.org>
23963
23964         * lib/linebuffer.c (readlinebuffer_delim): New function,
23965         like readlinebuffer, but use a caller-specified delimiter.
23966         (readlinebuffer): Just call readlinebuffer_delim with '\n'
23967         as the delimiter.
23968         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
23969
23970 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
23971
23972         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
23973         * modules/openat (Files): Remove openat-die.c.
23974         (Depends-on): Add openat-die.
23975         * modules/openat-die: New module.
23976
23977 2007-05-06  Bruno Haible  <bruno@clisp.org>
23978
23979         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
23980         Update with info about Cygwin.
23981         * doc/functions/fprintf.texi: Update.
23982         * doc/functions/printf.texi: Update.
23983         * doc/functions/snprintf.texi: Update.
23984         * doc/functions/sprintf.texi: Update.
23985         * doc/functions/vfprintf.texi: Update.
23986         * doc/functions/vprintf.texi: Update.
23987         * doc/functions/vsnprintf.texi: Update.
23988         * doc/functions/vsprintf.texi: Update.
23989         Reported by Eric Blake.
23990
23991 2007-05-06  Bruno Haible  <bruno@clisp.org>
23992
23993         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
23994         padding ourselves for the floating-point directives.
23995         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
23996         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
23997         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
23998         gl_PRINTF_FLAG_ZERO and test its result. Invoke
23999         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
24000         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24001         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
24002         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24003         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24004         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24005         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24006         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24007         * tests/test-snprintf-posix.h (test_function): Also check the width
24008         and some flags in the %f directive.
24009         * tests/test-sprintf-posix.h (test_function): Likewise.
24010         * tests/test-vasnprintf-posix.c (test_function): Likewise.
24011         * tests/test-vasprintf-posix.c (test_function): Likewise.
24012         * doc/functions/fprintf.texi: Update.
24013         * doc/functions/printf.texi: Update.
24014         * doc/functions/snprintf.texi: Update.
24015         * doc/functions/sprintf.texi: Update.
24016         * doc/functions/vfprintf.texi: Update.
24017         * doc/functions/vprintf.texi: Update.
24018         * doc/functions/vsnprintf.texi: Update.
24019         * doc/functions/vsprintf.texi: Update.
24020
24021 2007-05-06  Bruno Haible  <bruno@clisp.org>
24022
24023         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
24024         pass the ' flag character to sprintf or snprintf.
24025         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
24026         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
24027         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
24028         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
24029         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
24030         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24031         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
24032         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24033         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24034         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24035         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24036         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24037         * tests/test-snprintf-posix.h (test_function): Also check the grouping
24038         flag.
24039         * tests/test-sprintf-posix.h (test_function): Likewise.
24040         * tests/test-vasnprintf-posix.c (test_function): Likewise.
24041         * tests/test-vasprintf-posix.c (test_function): Likewise.
24042         * doc/functions/fprintf.texi: Update.
24043         * doc/functions/printf.texi: Update.
24044         * doc/functions/snprintf.texi: Update.
24045         * doc/functions/sprintf.texi: Update.
24046         * doc/functions/vfprintf.texi: Update.
24047         * doc/functions/vprintf.texi: Update.
24048         * doc/functions/vsnprintf.texi: Update.
24049         * doc/functions/vsprintf.texi: Update.
24050
24051 2007-05-01  Bruno Haible  <bruno@clisp.org>
24052
24053         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
24054
24055 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
24056
24057         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
24058         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
24059
24060 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
24061
24062         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
24063         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
24064         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
24065
24066 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
24067
24068         * lib/argp-help.c (struct hol_entry): New member `ord'.
24069         (HOL_ENTRY_PTRCMP): Use ord for comparison
24070         (hol_sort): Initialize ord.
24071
24072 2007-05-01  Bruno Haible  <bruno@clisp.org>
24073
24074         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
24075         Reported by Eric Blake.
24076         * doc/gnulib.texi (Function Substitutes): Update.
24077
24078 2007-05-01  Bruno Haible  <bruno@clisp.org>
24079
24080         * doc/functions.texi: Remove file, now redundant through
24081         doc/functions/*.texi.
24082
24083 2007-05-01  Bruno Haible  <bruno@clisp.org>
24084
24085         * modules/argp (Depends-on): Add sleep.
24086
24087 2007-05-01  Bruno Haible  <bruno@clisp.org>
24088
24089         * modules/sleep-tests: New file.
24090         * tests/test-sleep.c: New file.
24091
24092         * modules/sleep: New file.
24093         * lib/sleep.c: New file.
24094         * m4/sleep.m4: New file.
24095         * lib/unistd_.h (sleep): New declaration.
24096         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
24097         HAVE_SLEEP.
24098         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
24099         * doc/functions/sleep.texi: Document the sleep module.
24100
24101 2007-05-01  Bruno Haible  <bruno@clisp.org>
24102
24103         * lib/sigprocmask.h: Remove file.
24104         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
24105         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
24106         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
24107         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
24108         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
24109         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
24110         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
24111         HAVE_SIGSET_T as a shell variable.
24112         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
24113         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
24114         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
24115         (Depends-on): Add signal. Remove verify.
24116         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
24117         (Include): Mention <signal.h> instead of sigprocmask.h.
24118         * NEWS: Mention the change.
24119         * lib/fatal-signal.c: Don't include sigprocmask.h.
24120
24121 2007-05-01  Bruno Haible  <bruno@clisp.org>
24122
24123         * modules/signal: New file.
24124         * lib/signal_.h: New file.
24125         * m4/signal_h.m4: New file.
24126
24127 2007-05-01  Bruno Haible  <bruno@clisp.org>
24128
24129         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
24130         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
24131         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
24132         HAVE_WCTYPE_CTMP_BUG into wctype.h.
24133
24134 2007-05-01  Bruno Haible  <bruno@clisp.org>
24135
24136         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
24137         configure time.
24138         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
24139         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
24140         * modules/sys_stat (Makefile.am): Substitute their values into
24141         sys/stat.h.
24142
24143 2007-05-01  Bruno Haible  <bruno@clisp.org>
24144
24145         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
24146         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
24147         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
24148
24149 2007-05-01  Bruno Haible  <bruno@clisp.org>
24150
24151         * doc/header/assert.texi: Undo last change: don't mention the gnulib
24152         'assert' module here.
24153
24154 2007-05-01  Bruno Haible  <bruno@clisp.org>
24155
24156         * doc/functions/*.texi: New files.
24157         * doc/functions/google-ranking.txt: New file.
24158         * doc/gnulib.texi (Function Substitutes): New chapter.
24159         (ctime, inet_ntoa): Remove sections.
24160         * doc/ctime.texi: Remove file.
24161         * doc/inet_ntoa.texi: Remove file.
24162         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
24163         dependencies.
24164         (%.info): New rule, specifying a --reference-limit.
24165
24166 2007-05-01  Bruno Haible  <bruno@clisp.org>
24167
24168         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
24169
24170 2007-05-01  Bruno Haible  <bruno@clisp.org>
24171
24172         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
24173         the portability of 'mkdir' to mingw systems.
24174
24175 2007-05-01  Bruno Haible  <bruno@clisp.org>
24176
24177         * doc/headers/google-ranking.txt: New file.
24178
24179 2007-04-30  Eric Blake  <ebb9@byu.net>
24180
24181         Prefer fseeko to fseek.
24182         * modules/getpass (Depends-on): Add fseeko.
24183         * lib/getpass.c (getpass): Use fseeko, not fseek.
24184
24185 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
24186
24187         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
24188         assumes the sorting is stable, while most qsort implementations
24189         are not.  Use argument addresses to ensure they never compare as
24190         equal.
24191
24192         * tests/test-argp-2.sh (usage-indent test): Fix output
24193         (func_compare): Restore diff options
24194         * tests/test-argp.c: Restore #include "progname.h"
24195
24196 2007-04-29  Bruno Haible  <bruno@clisp.org>
24197
24198         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
24199         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
24200         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
24201         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24202         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
24203         (configure.ac): Define CHECK_SNPRINTF_POSIX.
24204         (TESTS, check_PROGRAMS): Add test-snprintf.
24205         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
24206         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
24207         (TESTS, check_PROGRAMS): Add test-vsnprintf.
24208         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
24209         assertions that fail on HP-UX, OSF/1, or IRIX.
24210         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
24211
24212 2007-04-29  Bruno Haible  <bruno@clisp.org>
24213
24214         * MODULES.html.sh (posix_functions): Remove 'contents'.
24215
24216 2007-04-29  Karl Berry  <karl@gnu.org>
24217
24218         * config/srclist.txt (gendocs_template_min): new entry.
24219
24220 2007-04-29  Bruno Haible  <bruno@clisp.org>
24221
24222         Work around fpurge bug on BSD systems.
24223         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
24224         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
24225         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
24226         fpurge to rpl_fpurge if the system already has this function.
24227         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
24228         the case where the system already has this function. Correct invariants
24229         on BSD systems.
24230         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
24231         BSD systems.
24232
24233 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
24234
24235         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
24236         proposed by Sven Verdoolaege.
24237
24238         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
24239         options.
24240         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
24241         (usage and help tests): Update
24242
24243 2007-04-29  Bruno Haible  <bruno@clisp.org>
24244
24245         * tests/test-fflush.c (main): Use a file of size 17, not 10.
24246         Print more information in case of failure. Disable a test on BeOS.
24247
24248 2007-04-29  Bruno Haible  <bruno@clisp.org>
24249
24250         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
24251         This helps debugging on systems on which no gdb is available.
24252
24253 2007-04-29  Bruno Haible  <bruno@clisp.org>
24254
24255         * lib/freading.h: Improve comments.
24256         * lib/fwriting.h: Likewise.
24257         * tests/test-freading.c (main): Don't check freading immediately after
24258         repositioning. Needed for glibc.
24259
24260 2007-04-29  Bruno Haible  <bruno@clisp.org>
24261
24262         * lib/freading.c (freading): Trivial simplification.
24263
24264 2007-04-28  Bruno Haible  <bruno@clisp.org>
24265
24266         * tests/test-fwriting.c (main): Also test the interaction between
24267         fflush and fwriting.
24268         * modules/fwriting-tests (Depends-on): Add fflush.
24269
24270         * tests/test-freading.c (main): Also test the interaction between
24271         fflush and freading.
24272         * modules/freading-tests (Depends-on): Add fflush.
24273
24274 2007-04-28  Bruno Haible  <bruno@clisp.org>
24275
24276         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
24277         fseeko and ftello.
24278         Suggested by Eric Blake.
24279
24280 2007-04-28  Jim Meyering  <jim@meyering.net>
24281
24282         Avoid false-negative in gl_STDINT_H's C99 conformance test.
24283         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
24284         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
24285
24286 2007-04-27  Eric Blake  <ebb9@byu.net>
24287
24288         * doc/headers/assert.texi (assert.h): Document assert module use.
24289
24290 2007-04-27  Bruno Haible  <bruno@clisp.org>
24291
24292         * doc/headers/*.texi: New files.
24293         * doc/gnulib.texi (Header File Substitutes): New chapter.
24294         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
24295         dependencies.
24296         (standards.info ,standards.html, standards.dvi): Update dependencies.
24297         (mostlyclean, clean): New targets.
24298
24299 2007-04-27  Bruno Haible  <bruno@clisp.org>
24300
24301         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
24302         * modules/sysexits (Files, Makefile.am): Update.
24303
24304         * lib/sys_socket_.h: Renamed from lib/socket_.h.
24305         * modules/sys_socket (Files, Makefile.am): Update.
24306
24307         * lib/sys_stat_.h: Renamed from lib/stat_.h.
24308         * modules/sys_stat (Files, Makefile.am): Update.
24309
24310 2007-04-27  Eric Blake  <ebb9@byu.net>
24311
24312         * lib/freading.h: Improve comments.
24313         * lib/fwriting.h: Likewise.
24314         * lib/fflush.c: Likewise.
24315
24316         Fix closein for mingw.
24317         * modules/closein-tests: Add tests for closein.
24318         * tests/test-closein.c: New file.
24319         * tests/test-closein.sh: Likewise.
24320         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
24321         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
24322
24323 2007-04-27  Bruno Haible  <bruno@clisp.org>
24324
24325         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
24326         version is < 6.
24327         * lib/math_.h [__DECC]: Likewise.
24328         * lib/stdio_.h [__DECC]: Likewise.
24329         * lib/stdlib_.h [__DECC]: Likewise.
24330         * lib/string_.h [__DECC]: Likewise.
24331         * lib/time_.h [__DECC]: Likewise.
24332         * lib/wchar_.h [__DECC]: Likewise.
24333         * lib/wctype_.h [__DECC]: Likewise.
24334
24335 2007-04-27  Bruno Haible  <bruno@clisp.org>
24336
24337         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
24338
24339 2007-04-27  Bruno Haible  <bruno@clisp.org>
24340
24341         * lib/fflush.c: Add comments.
24342         * modules/fpurge-tests (Depends-on): Add fflush.
24343         * modules/freadable-tests (Depends-on): Likewise.
24344         * modules/fwritable-tests (Depends-on): Likewise.
24345
24346 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
24347
24348         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
24349         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
24350         Report by Bruno Haible <bruno@clisp.org>.
24351
24352 2007-04-26  Eric Blake  <ebb9@byu.net>
24353
24354         Fix fflush on mingw.
24355         * modules/fflush (Depends-on): Add freading.
24356         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
24357         but unread data.
24358
24359 2007-04-26  Eric Blake  <ebb9@byu.net>
24360         and Bruno Haible  <bruno@clisp.org>
24361
24362         Implement freading and fwriting.
24363         * lib/freading.c: New file.
24364         * lib/freading.h: Likewise.
24365         * m4/freading.m4: Likewise.
24366         * modules/freading: Likewise.
24367         * modules/freading-tests: Likewise.
24368         * tests/test-freading.c: Likewise.
24369         * lib/fwriting.c: New file.
24370         * lib/fwriting.h: Likewise.
24371         * m4/fwriting.m4: Likewise.
24372         * modules/fwriting: Likewise.
24373         * modules/fwriting-tests: Likewise.
24374         * tests/test-fwriting.c: Likewise.
24375         * MODULES.html.sh (File stream based Input/Output): Mention them.
24376
24377 2007-04-26  Bruno Haible  <bruno@clisp.org>
24378
24379         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
24380         'long' when we assume it.
24381         Suggested by Eric Blake.
24382
24383 2007-04-26  Bruno Haible  <bruno@clisp.org>
24384
24385         Ensure fseeko, ftello are declared on glibc systems.
24386         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
24387         * modules/fseeko (configure.ac-early): Likewise.
24388         * modules/ftello (configure.ac-early): Likewise.
24389         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
24390         AC_FUNC_FSEEKO for this.
24391         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
24392         (gl_CHECK_FSEEKO): Remove macro.
24393
24394 2007-04-26  Bruno Haible  <bruno@clisp.org>
24395
24396         * tests/test-fflush.c (main): Also check the ftell result after
24397         fflush and fseek/fseeko.
24398         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
24399         file descriptor position cache in the stream.
24400         * lib/fseeko.c (rpl_fseeko): Likewise.
24401
24402 2007-04-26  Bruno Haible  <bruno@clisp.org>
24403
24404         * modules/fflush-tests (Depends-on): Add fseeko.
24405
24406 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
24407             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24408
24409         * lib/argz_.h: ensure error_t definition is obtained in same
24410         mechanism system argz.h would have.
24411         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
24412         argz facilities are known bad.  Err on the side of caution if
24413         cross-compiling.
24414
24415 2007-04-25  Eric Blake  <ebb9@byu.net>
24416
24417         * lib/fpurge.c (includes): Use stdlib.h for free.
24418         * tests/test-fflush.c (main): Also test fflush-fseeko.
24419
24420 2007-04-25  Bruno Haible  <bruno@clisp.org>
24421
24422         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
24423         * lib/fseeko.c: New file.
24424         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
24425         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
24426         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
24427         gl_FUNC_FSEEKO.
24428         (gl_FUNC_FSEEKO): Invoke it.
24429         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
24430         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
24431         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
24432
24433 2007-04-25  Bruno Haible  <bruno@clisp.org>
24434
24435         * modules/fflush (Depends-on): Add ftello.
24436
24437 2007-04-25  Bruno Haible  <bruno@clisp.org>
24438
24439         * modules/ftello-tests: New file.
24440         * tests/test-ftello.c: New file.
24441
24442         * modules/ftello: New file.
24443         * m4/ftello.m4: New file.
24444         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
24445         HAVE_FTELLO.
24446         * lib/stdio_.h (ftello): New declaration.
24447         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
24448         HAVE_FTELLO.
24449
24450 2007-04-25  Bruno Haible  <bruno@clisp.org>
24451
24452         * modules/fseeko-tests: New file.
24453         * tests/test-fseeko.c: New file.
24454
24455         * modules/fseeko: New file.
24456         * m4/fseeko.m4: New file.
24457         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
24458         HAVE_FSEEKO.
24459         * lib/stdio_.h (fseeko): New declaration.
24460         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
24461         HAVE_FSEEKO.
24462
24463 2007-04-25  Bruno Haible  <bruno@clisp.org>
24464
24465         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
24466
24467 2007-04-25  Bruno Haible  <bruno@clisp.org>
24468
24469         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
24470         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
24471         * tests/test-unistd.c: Likewise.
24472         * tests/test-fcntl.c: Likewise.
24473
24474 2007-04-23  Eric Blake  <ebb9@byu.net>
24475
24476         * lib/fflush.c: Fix missing include.
24477         Reported by Bruno Haible.
24478
24479 2007-04-23  Bruno Haible  <bruno@clisp.org>
24480
24481         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
24482         Reported by Eric Blake.
24483
24484 2007-04-23  Bruno Haible  <bruno@clisp.org>
24485
24486         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
24487
24488 2007-04-23  Bruno Haible  <bruno@clisp.org>
24489
24490         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
24491
24492 2007-04-23  Bruno Haible  <bruno@clisp.org>
24493
24494         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
24495         Needed on HP-UX 11.
24496
24497 2007-04-16  Eric Blake  <ebb9@byu.net>
24498
24499         Make fflush rely on fpurge.
24500         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
24501         open coding all variants.
24502         * modules/fflush (Depends-on): Add fpurge and unistd.
24503         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
24504         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
24505
24506         Fix --with-tests compilation on cygwin.
24507         * modules/argmatch-tests (Makefile.am): List gnulib library first
24508         in LDADD.
24509         * modules/argp-tests (Makefile.am): Likewise.
24510         * modules/array-list-tests (Makefile.am): Likewise.
24511         * modules/array-oset-tests (Makefile.am): Likewise.
24512         * modules/avltree-list-tests (Makefile.am): Likewise.
24513         * modules/avltree-oset-tests (Makefile.am): Likewise.
24514         * modules/avltreehash-list-tests (Makefile.am): Likewise.
24515         * modules/carray-list-tests (Makefile.am): Likewise.
24516         * modules/dirname-tests (Makefile.am): Likewise.
24517         * modules/frexp-tests (Makefile.am): Likewise.
24518         * modules/isnanl-tests (Makefile.am): Likewise.
24519         * modules/linked-list-tests (Makefile.am): Likewise.
24520         * modules/linkedhash-list-tests (Makefile.am): Likewise.
24521         * modules/lock-tests (Makefile.am): Likewise.
24522         * modules/rbtree-list-tests (Makefile.am): Likewise.
24523         * modules/rbtree-oset-tests (Makefile.am): Likewise.
24524         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
24525         * modules/tls-tests (Makefile.am): Likewise.
24526         * modules/tsearch-tests (Makefile.am): Likewise.
24527         * modules/xvasprintf-tests (Makefile.am): Likewise.
24528
24529         Fix fpurge for cygwin.
24530         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
24531         value.
24532         * modules/fpurge-tests (Depends-on): Clean up trash.
24533
24534 2007-04-16  Simon Josefsson  <simon@josefsson.org>
24535
24536         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
24537
24538         * m4/autobuild.m4: Re-indent.
24539
24540 2007-04-13  Bruno Haible  <bruno@clisp.org>
24541
24542         * modules/fpurge-tests: New file.
24543         * tests/test-fpurge.c: New file.
24544
24545         * modules/fpurge: New file.
24546         * lib/fpurge.h: New file.
24547         * lib/fpurge.c: New file.
24548         * m4/fpurge.m4: New file.
24549
24550 2007-04-13  Bruno Haible  <bruno@clisp.org>
24551
24552         * modules/fbufmode-tests: New file.
24553         * tests/test-fbufmode.c: New file.
24554
24555         * modules/fbufmode: New file.
24556         * lib/fbufmode.h: New file.
24557         * lib/fbufmode.c: New file.
24558         * m4/fbufmode.m4: New file.
24559
24560 2007-04-13  Bruno Haible  <bruno@clisp.org>
24561
24562         * modules/fwritable-tests: New file.
24563         * tests/test-fwritable.c: New file.
24564
24565         * modules/fwritable: New file.
24566         * lib/fwritable.h: New file.
24567         * lib/fwritable.c: New file.
24568         * m4/fwritable.m4: New file.
24569
24570 2007-04-13  Bruno Haible  <bruno@clisp.org>
24571
24572         * modules/freadable-tests: New file.
24573         * tests/test-freadable.c: New file.
24574
24575         * modules/freadable: New file.
24576         * lib/freadable.h: New file.
24577         * lib/freadable.c: New file.
24578         * m4/freadable.m4: New file.
24579
24580 2007-04-13  Bruno Haible  <bruno@clisp.org>
24581
24582         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
24583         MOSTLYCLEANFILES.
24584
24585 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
24586
24587         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
24588         gzip bootstrap.conf to avoid dragging in i18n machinery.
24589         (gnulib_tool_option): Use it.
24590
24591 2007-04-13  Bruno Haible  <bruno@clisp.org>
24592
24593         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
24594         %F directives.
24595         * tests/test-vasprintf-posix.c (test_function): Likewise.
24596         * tests/test-snprintf-posix.h (test_function): Likewise.
24597         * tests/test-sprintf-posix.h (test_function): Likewise.
24598         * tests/test-fprintf-posix.h (test_function): Likewise.
24599         * tests/test-printf-posix.h (test_function): Likewise.
24600         * tests/test-fprintf-posix.out: Likewise.
24601
24602 2007-04-13  Bruno Haible  <bruno@clisp.org>
24603
24604         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
24605         * modules/tls-tests (configure.ac): Likewise.
24606         Reported by Arto C. Nirkko <anirkko@insel.ch>.
24607
24608 2007-04-13  Bruno Haible  <bruno@clisp.org>
24609
24610         * lib/tls.c (glthread_tls_get): Fix return type.
24611         Patch by Arto C. Nirkko <anirkko@insel.ch>.
24612
24613 2007-04-12  Eric Blake  <ebb9@byu.net>
24614
24615         * modules/gettime (Depends-on): Remove gettime.
24616         Reported by Dmitry V. Levin.
24617
24618 2007-04-12  Bruno Haible  <bruno@clisp.org>
24619
24620         * modules/fflush (Include): Mention <stdio.h>.
24621         * modules/strtoimax (Include): Mention <inttypes.h>.
24622         * modules/strtoumax (Include): Likewise.
24623
24624 2007-04-12  Eric Blake  <ebb9@byu.net>
24625
24626         * .cvsignore: New file.
24627         * .gitignore: Likewise.
24628
24629 2007-04-12  Bruno Haible  <bruno@clisp.org>
24630
24631         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
24632         not before, since $(LDADD) often contains libgnu.a.
24633         * modules/striconv-tests (test_striconv_LDADD): Likewise.
24634         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
24635         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
24636         Needed on Cygwin.
24637
24638 2007-04-12  Eric Blake  <ebb9@byu.net>
24639
24640         Work around glibc's failure to flush stdin on fclose.
24641         * lib/closein.c (close_stdin): Flush stdin before closing.
24642
24643         Work around glibc's failure to reset seekable stdin on exit.
24644         * modules/closein: New module.
24645         * lib/closein.c: New file.
24646         * lib/closein.h: Likewise.
24647         * m4/closein.m4: Likewise.
24648         * MODULES.html.sh (File stream based Input/Output): Document it.
24649
24650 2007-04-12  Simon Josefsson  <simon@josefsson.org>
24651
24652         * gnulib-tool: Rename generated 'autobuild' script to
24653         'do-autobuild' in --create-megatestdir output.
24654
24655         * doc/gnulib.texi (Build robot for gnulib): Fix.
24656
24657 2007-04-12  Simon Josefsson  <simon@josefsson.org>
24658
24659         * modules/sysexits (Depends-on): Add absolute-header.
24660
24661 2007-04-12  Eric Blake  <ebb9@byu.net>
24662
24663         No need to preserve errno on success.
24664         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
24665         Reported by Bruno Haible.
24666
24667 2007-04-12  Simon Josefsson  <simon@josefsson.org>
24668
24669         * MODULES.html.sh (Support for maintaining and releasing
24670         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
24671
24672 2007-04-12  Simon Josefsson  <simon@josefsson.org>
24673
24674         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
24675
24676 2007-04-12  Simon Josefsson  <simon@josefsson.org>
24677
24678         * modules/autobuild: New module.
24679
24680         * m4/autobuild.m4: New file.
24681
24682 2007-04-11  Bruno Haible  <bruno@clisp.org>
24683
24684         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
24685         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
24686         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
24687         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
24688         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
24689         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24690         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24691         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
24692         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24693         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24694         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
24695         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24696         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24697         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
24698         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24699         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24700         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
24701         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24702         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24703         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
24704         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24705         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24706         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
24707         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24708         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24709         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
24710         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24711         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24712         Reported by Eric Blake.
24713
24714 2007-04-11  Bruno Haible  <bruno@clisp.org>
24715
24716         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
24717
24718 2007-04-10  Bruno Haible  <bruno@clisp.org>
24719
24720         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
24721         for NaN and Infinity. Needed on FreeBSD 6.1.
24722         * tests/test-vasnprintf-posix.c (test_function): Undo last change
24723         regarding results for "%010a" of Infinity and NaN.
24724         * tests/test-vasprintf-posix.c (test_function): Likewise.
24725         * tests/test-snprintf-posix.h (test_function): Likewise.
24726         * tests/test-sprintf-posix.h (test_function): Likewise.
24727         * tests/test-fprintf-posix.h (test_function): Likewise.
24728         * tests/test-printf-posix.h (test_function): Likewise.
24729         * tests/test-fprintf-posix.out: Likewise.
24730
24731 2007-04-10  Bruno Haible  <bruno@clisp.org>
24732
24733         * modules/locale-tests: New file.
24734         * tests/test-locale.c: New file.
24735
24736         * modules/locale: New file.
24737         * lib/locale_.h: New file.
24738         * m4/locale_h.m4: New file.
24739
24740 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
24741             Bruno Haible  <bruno@clisp.org>
24742
24743         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
24744         be determined, test for availability of the copysignf, copysign,
24745         copysignl functions.
24746         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
24747         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
24748         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
24749
24750 2007-04-09  Eric Blake  <ebb9@byu.net>
24751
24752         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
24753         * modules/stdio (Makefile.am): Support fflush.
24754         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
24755         * modules/fflush: New file.
24756         * lib/fflush.c: Likewise.
24757         * m4/fflush.m4: Likewise.
24758         * modules/fflush-tests: New test.
24759         * tests/test-fflush.c: Likewise.
24760         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
24761
24762 2007-04-06  Bruno Haible  <bruno@clisp.org>
24763
24764         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
24765         (VASNPRINTF): Use signbit for faster determination whether to print a
24766         minus sign.
24767         * modules/vasnprintf (Files): Remove lib/float+.h.
24768         * modules/fprintf-posix (Depends-on): Add signbit.
24769         * modules/snprintf-posix (Depends-on): Likewise.
24770         * modules/sprintf-posix (Depends-on): Likewise.
24771         * modules/vasnprintf-posix (Depends-on): Likewise.
24772         * modules/vasprintf-posix (Depends-on): Likewise.
24773         * modules/vfprintf-posix (Depends-on): Likewise.
24774         * modules/vsnprintf-posix (Depends-on): Likewise.
24775         * modules/vsprintf-posix (Depends-on): Likewise.
24776
24777 2007-04-06  Bruno Haible  <bruno@clisp.org>
24778
24779         * tests/test-frexp.c (main): Test also the sign bit of zero results.
24780         * tests/test-frexpl.c (main): Likewise.
24781         * tests/test-ldexpl.c (main): Likewise.
24782         * modules/frexp-tests (Depends-on): Add signbit.
24783         * modules/frexpl-tests (Depdends-on): Likewise.
24784         * modules/ldexpl-tests (Depdends-on): Likewise.
24785
24786 2007-04-06  Bruno Haible  <bruno@clisp.org>
24787
24788         * modules/signbit-tests: New file.
24789         * tests/test-signbit.c: New file.
24790
24791         * modules/signbit: New file.
24792         * lib/signbitf.c: New file.
24793         * lib/signbitd.c: New file.
24794         * lib/signbitl.c: New file.
24795         * m4/signbit.m4: New file.
24796         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
24797         (signbit): New macro.
24798         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
24799         REPLACE_SIGNBIT.
24800         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
24801         REPLACE_FREXPL into math.h.
24802
24803 2007-04-06  Bruno Haible  <bruno@clisp.org>
24804
24805         * modules/isnanf-nolibm-tests: New file.
24806         * tests/test-isnanf.c: New file.
24807
24808         * modules/isnanf-nolibm: New file.
24809         * lib/isnanf.h: New file.
24810         * lib/isnanf.c: New file.
24811         * lib/isnan.c: Consider the USE_FLOAT macro.
24812         * m4/isnanf.m4: New file.
24813
24814 2007-04-06  Bruno Haible  <bruno@clisp.org>
24815
24816         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
24817         (Link): New section.
24818
24819         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
24820
24821 2007-04-06  Bruno Haible  <bruno@clisp.org>
24822
24823         Assume the 'long double' type.
24824         * m4/longdouble.m4: Remove file.
24825         * config/srclist.txt: Don't mention longdouble.m4.
24826         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
24827         * lib/float+.h: Likewise.
24828         * lib/frexp.c: Likewise.
24829         * lib/printf-args.h: Likewise.
24830         * lib/printf-args.c: Likewise.
24831         * lib/printf-frexp.c: Likewise.
24832         * lib/printf-parse.c: Likewise.
24833         * lib/vasnprintf.c: Likewise.
24834         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
24835         * m4/intl.m4: Likewise.
24836         * m4/isnanl.m4: Likewise.
24837         * m4/printf.m4: Likewise.
24838         * m4/printf-frexpl.m4: Likewise.
24839         * m4/vasnprintf.m4: Likewise.
24840         * modules/allocsa (Files): Remove m4/longdouble.m4.
24841         * modules/gettext (Files): Likewise.
24842         * modules/relocatable-prog-wrapper (Files): Likewise.
24843         * modules/vasnprintf (Files): Likewise.
24844         * modules/isnanl (Files): Likewise.
24845         (Include): Simplify.
24846         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
24847         (Include): Simplify.
24848         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
24849         (Include): Simplify.
24850         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
24851         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24852         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
24853         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24854         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
24855         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24856         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
24857         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24858         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
24859         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24860         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
24861         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24862         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
24863         * tests/test-isnanl.c: Likewise.
24864         * tests/test-snprintf-posix.h: Likewise.
24865         * tests/test-sprintf-posix.h: Likewise.
24866         * tests/test-vasnprintf-posix.c: Likewise.
24867         * tests/test-vasnprintf-posix2.c: Likewise.
24868         * tests/test-vasprintf-posix.c: Likewise.
24869
24870 2007-04-06  Bruno Haible  <bruno@clisp.org>
24871
24872         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
24873         * lib/math_.h [__DECC]: Include the overridden include file through
24874         #include_next, outside the double-inclusion guard.
24875         * lib/stdio_.h [__DECC]: Likewise.
24876         * lib/stdlib_.h [__DECC]: Likewise.
24877         * lib/string_.h [__DECC]: Likewise.
24878         * lib/time_.h [__DECC]: Likewise.
24879         * lib/wchar_.h [__DECC]: Likewise.
24880         * lib/wctype_.h [__DECC]: Likewise.
24881         * lib/inttypes_.h [__DECC]: Likewise.
24882         Reported by Albert Chin <china@thewrittenword.com> in
24883         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
24884
24885 2007-04-04  Eric Blake  <ebb9@byu.net>
24886
24887         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
24888         1.5.x.
24889
24890 2007-04-04  Bruno Haible  <bruno@clisp.org>
24891
24892         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
24893         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
24894
24895 2007-04-04  Bruno Haible  <bruno@clisp.org>
24896
24897         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
24898         results for "%010a" of Infinity and NaN.
24899         * tests/test-vasprintf-posix.c (test_function): Likewise.
24900         * tests/test-snprintf-posix.h (test_function): Likewise.
24901         * tests/test-sprintf-posix.h (test_function): Likewise.
24902         * tests/test-fprintf-posix.h (test_function): Remove these tests.
24903         * tests/test-printf-posix.h (test_function): Likewise.
24904         * tests/test-fprintf-posix.out: Update.
24905         Needed for FreeBSD 6.1.
24906
24907 2007-04-04  Bruno Haible  <bruno@clisp.org>
24908
24909         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
24910         directly used by the gnulib modules nor by gnulib-tool.
24911
24912 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
24913
24914         * DEPENDENCIES: Give overall description of version dependency
24915         desirability.  Use more-typical names for apps.
24916         Add shell, coreutils, diffutils, grep, tar, gzip.
24917
24918 2007-04-04  Simon Josefsson  <simon@josefsson.org>
24919
24920         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
24921
24922 2007-04-04  Karl Berry  <karl@gnu.org>
24923
24924         * MODULES.html.sh (func_module): missing '.
24925
24926 2007-04-03  Bruno Haible  <bruno@clisp.org>
24927
24928         * modules/argmatch-tests (Makefile.am): New variable
24929         test_argmatch_LDADD.
24930         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
24931         * modules/array-list-tests (Makefile.am): New variable
24932         test_array_list_LDADD.
24933         * modules/array-oset-tests (Makefile.am): New variable
24934         test_array_oset_LDADD.
24935         * modules/avltree-list-tests (Makefile.am): New variable
24936         test_avltree_list_LDADD.
24937         * modules/avltree-oset-tests (Makefile.am): New variable
24938         test_avltree_oset_LDADD.
24939         * modules/avltreehash-list-tests (Makefile.am): New variable
24940         test_avltreehash_list_LDADD.
24941         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
24942         test_canonicalize_lgpl_LDADD.
24943         * modules/carray-list-tests (Makefile.am): New variable
24944         test_carray_list_LDADD.
24945         * modules/dirname-tests (Makefile.am): New variable
24946         test_dirname_LDADD.
24947         * modules/linked-list-tests (Makefile.am): New variable
24948         test_linked_list_LDADD.
24949         * modules/linkedhash-list-tests (Makefile.am): New variable
24950         test_linkedhash_list_LDADD.
24951         * modules/rbtree-list-tests (Makefile.am): New variable
24952         test_rbtree_list_LDADD.
24953         * modules/rbtree-oset-tests (Makefile.am): New variable
24954         test_rbtree_oset_LDADD.
24955         * modules/rbtreehash-list-tests (Makefile.am): New variable
24956         test_rbtreehash_list_LDADD.
24957         * modules/xvasprintf-tests (Makefile.am): New variable
24958         test_xvasprintf_LDADD.
24959         Reported by Eric Blake.
24960
24961 2007-04-03  Eric Blake  <ebb9@byu.net>
24962
24963         * DEPENDENCIES: Weaken m4 requirements.
24964
24965 2007-04-03  Bruno Haible  <bruno@clisp.org>
24966
24967         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
24968         * modules/isnanl-tests (configure.ac): Likewise.
24969
24970 2007-04-03  Ben Pfaff  <blp@gnu.org>
24971
24972         * modules/iconv_open: Add $(srcdir)/ to source directory
24973         references in Makefile fragments that call gperf, to fix VPATH
24974         builds.
24975
24976 2007-04-03  Bruno Haible  <bruno@clisp.org>
24977
24978         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
24979         * lib/ldexpl.c: Undo last change.
24980
24981 2007-04-03  Bruno Haible  <bruno@clisp.org>
24982
24983         * modules/printf-frexpl (Depends-on): Undo last change.
24984         (Files): Add m4/ldexpl.m4.
24985
24986 2007-04-03  Bruno Haible  <bruno@clisp.org>
24987
24988         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
24989         * modules/isnanl (Link): New section.
24990
24991         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
24992         * modules/frexp (Link): New section.
24993
24994         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
24995         * modules/frexpl (Link): New section.
24996
24997         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
24998         * modules/ldexpl (Link): New section.
24999
25000 2007-04-03  Bruno Haible  <bruno@clisp.org>
25001
25002         * modules/TEMPLATE-EXTENDED: New file.
25003         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
25004
25005 2007-04-03  Bruno Haible  <bruno@clisp.org>
25006
25007         * DEPENDENCIES: New file.
25008         Suggested by Simon Josefsson.
25009
25010 2007-04-03  Bruno Haible  <bruno@clisp.org>
25011
25012         * doc/gnulib.texi: Escape @.
25013
25014 2007-04-03  James Youngman  <jay@gnu.org>
25015         and Paul Eggert  <eggert@cs.ucla.edu>
25016
25017         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
25018         birthtime on all systems that have birthtime, not just those which
25019         use st_birthtimensec rather than st_birthtim.  Putting zero in
25020         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
25021         that the birth time is not available for files on an NFS mount.
25022
25023 2007-04-03  Simon Josefsson  <simon@josefsson.org>
25024
25025         * modules/memxor: Move back from crypto/, suggested by Bruno.
25026         * modules/crypto/hmac-sha1: Fix memxor dependency.
25027
25028         * modules/crypto/gc: Moved from ../.
25029
25030 2007-04-02  Eric Blake  <ebb9@byu.net>
25031
25032         * lib/ldexpl.c (includes): Avoid libm.
25033
25034         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
25035
25036 2007-04-02  Bruno Haible  <bruno@clisp.org>
25037
25038         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
25039         on IRIX.
25040
25041 2007-04-02  Bruno Haible  <bruno@clisp.org>
25042
25043         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
25044         x86 or x86_64 platforms running MacOS X.
25045         Reported by Ryan Schmidt <@ryandesign.com>.
25046
25047 2007-04-02  Bruno Haible  <bruno@clisp.org>
25048
25049         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
25050         i386.
25051
25052 2007-04-01  Simon Josefsson  <simon@josefsson.org>
25053
25054         * modules/crypto/arcfour: Moved from ../.
25055         * modules/crypto/arcfour-tests: Moved from ../.
25056         * modules/crypto/arctwo: Moved from ../.
25057         * modules/crypto/arctwo-tests: Moved from ../.
25058         * modules/crypto/des: Moved from ../.
25059         * modules/crypto/des-tests: Moved from ../.
25060         * modules/crypto/gc-arcfour: Moved from ../.
25061         * modules/crypto/gc-arcfour-tests: Moved from ../.
25062         * modules/crypto/gc-arctwo: Moved from ../.
25063         * modules/crypto/gc-arctwo-tests: Moved from ../.
25064         * modules/crypto/gc-des: Moved from ../.
25065         * modules/crypto/gc-des-tests: Moved from ../.
25066         * modules/crypto/gc-hmac-md5: Moved from ../.
25067         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
25068         * modules/crypto/gc-hmac-sha1: Moved from ../.
25069         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
25070         * modules/crypto/gc-md2: Moved from ../.
25071         * modules/crypto/gc-md2-tests: Moved from ../.
25072         * modules/crypto/gc-md4: Moved from ../.
25073         * modules/crypto/gc-md4-tests: Moved from ../.
25074         * modules/crypto/gc-md5: Moved from ../.
25075         * modules/crypto/gc-md5-tests: Moved from ../.
25076         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
25077         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
25078         * modules/crypto/gc-random: Moved from ../.
25079         * modules/crypto/gc-rijndael: Moved from ../.
25080         * modules/crypto/gc-rijndael-tests: Moved from ../.
25081         * modules/crypto/gc-sha1: Moved from ../.
25082         * modules/crypto/gc-sha1-tests: Moved from ../.
25083         * modules/crypto/gc-tests: Moved from ../.
25084         * modules/crypto/hmac-md5: Moved from ../.
25085         * modules/crypto/hmac-md5-tests: Moved from ../.
25086         * modules/crypto/hmac-sha1: Moved from ../.
25087         * modules/crypto/hmac-sha1-tests: Moved from ../.
25088         * modules/crypto/md2: Moved from ../.
25089         * modules/crypto/md2-tests: Moved from ../.
25090         * modules/crypto/md4: Moved from ../.
25091         * modules/crypto/md4-tests: Moved from ../.
25092         * modules/crypto/md5: Moved from ../.
25093         * modules/crypto/md5-tests: Moved from ../.
25094         * modules/crypto/memxor: Moved from ../.
25095         * modules/crypto/rijndael: Moved from ../.
25096         * modules/crypto/rijndael-tests: Moved from ../.
25097         * modules/crypto/sha1: Moved from ../.
25098
25099 2007-03-30  James Youngman  <jay@gnu.org>
25100
25101         * tests/test-stat-time.c (prepare_test): use chmod() rather than
25102         rename() to change the ctime of a file (because ctime is unaffected
25103         by rename on jfs2 on AIX 5.1).
25104         (main): Start by doing cleanup, in case a previous run failed leaving
25105         test files behind.
25106
25107 2007-03-31  Bruno Haible  <bruno@clisp.org>
25108
25109         Support old proprietary implementations of iconv.
25110         * modules/iconv_open: New file.
25111         * lib/iconv_.h: New file.
25112         * m4/iconv_h.m4: New file.
25113         * lib/iconv_open.c: New file.
25114         * lib/iconv_open-aix.gperf: New file.
25115         * lib/iconv_open-hpux.gperf: New file.
25116         * lib/iconv_open-irix.gperf: New file.
25117         * lib/iconv_open-osf.gperf: New file.
25118         * m4/iconv_open.m4: New file.
25119         * modules/linebreak (Depends-on): Add iconv_open.
25120         * modules/striconv (Depends-on): Likewise.
25121         * modules/striconveh (Depends-on): Likewise.
25122         * modules/unicodeio (Depends-on): Likewise.
25123         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
25124         (iconv_t)(-1).
25125         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
25126         conversion if cd is (iconv_t)(-1).
25127         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
25128         is not possible.
25129
25130 2007-03-31  Bruno Haible  <bruno@clisp.org>
25131
25132         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
25133         work on Solaris either. Protect also second use of "autodetect_jp".
25134
25135 2007-03-31  Bruno Haible  <bruno@clisp.org>
25136
25137         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
25138         the function is not present.
25139
25140 2007-03-31  Bruno Haible  <bruno@clisp.org>
25141
25142         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
25143         the function is not present.
25144
25145 2007-03-31  Bruno Haible  <bruno@clisp.org>
25146
25147         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
25148         a bug in HP-UX iconv_open().
25149
25150 2007-03-31  Bruno Haible  <bruno@clisp.org>
25151
25152         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
25153         (Mathematics <math.h>): New section, add fpieee.
25154         (Input/output <stdio.h>): Add fseterr.
25155         (Mathematics <math.h>): New section, add printf-frexp.
25156         (Container data structures): Add sublist.
25157         (Core language properties): Add fpucw, inline.
25158         (Functions for greatest-width integer types <inttypes.h>): Add
25159         imaxabs, imaxdiv, inttypes.
25160         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
25161         isnanl-nolibm, ldexp.
25162         (Mathematics <math.h>): New section, add printf-frexpl.
25163         (Support for systems lacking POSIX:2001): Add fprintf-posix,
25164         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
25165         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
25166         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
25167         (Unicode string functions): Add unistr/u*-mbtoucr.
25168         (Java): Add javacomp-script, javaexec-script.
25169         (C#): Add csharpcomp-script, csharpexec-script.
25170         (Support for building libraries and executables): Add havelib,
25171         relocatable-*.
25172         (Support for maintaining and releasing projects): Renamed from
25173         'Support for maintaining and release projects'. Add announce-gen.
25174
25175 2007-03-31  Bruno Haible  <bruno@clisp.org>
25176
25177         * README: Talk primarily about git.
25178         (git and CVS): Renamed from CVS.
25179         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
25180         gnulib is available through git.
25181         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
25182
25183 2007-03-30  Bruno Haible  <bruno@clisp.org>
25184
25185         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
25186         * lib/poll_.h: Likewise.
25187         * lib/stat_.h: Likewise.
25188         * lib/sys_time_.h: Likewise.
25189         * lib/sysexit_.h: Likewise.
25190         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
25191         * lib/stdbool_.h: Likewise.
25192         * lib/byteswap_.h: Add double-inclusion guard.
25193
25194 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
25195
25196         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
25197
25198 2007-03-30  Karl Berry  <karl@gnu.org>
25199
25200         * config/srclist-update: double space after USA in the license
25201         substitution, since that's how it's usually (?) written.
25202
25203 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
25204
25205         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
25206         reported by Bruno Haible.
25207
25208 2007-03-29  Bruno Haible  <bruno@clisp.org>
25209
25210         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
25211         a bug in AIX iconv().
25212
25213 2007-03-29  Bruno Haible  <bruno@clisp.org>
25214
25215         * modules/ldexpl-tests: New file.
25216         * tests/test-ldexpl.c: New file.
25217
25218 2007-03-29  Bruno Haible  <bruno@clisp.org>
25219
25220         * lib/ldexpl.c: Include fpucw.h.
25221         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
25222         multiplication.
25223         * modules/ldexpl (Depends-on): Add fpucw.
25224
25225 2007-03-29  Bruno Haible  <bruno@clisp.org>
25226
25227         * modules/ldexpl: New file.
25228         * m4/ldexpl.m4: New file.
25229         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
25230         set.
25231         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
25232         REPLACE_LDEXPL.
25233         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
25234         REPLACE_LDEXPL.
25235         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
25236         gl_FUNC_LDEXPL_WORKS.
25237         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
25238         * modules/mathl (Files): Remove lib/ldexpl.c.
25239         (Depends-on): Add ldexpl.
25240
25241 2007-03-29  Bruno Haible  <bruno@clisp.org>
25242
25243         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
25244
25245 2007-03-29  Bruno Haible  <bruno@clisp.org>
25246
25247         * tests/test-striconveh.c (main): Don't assume that a direct conversion
25248         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
25249         and possibly also HP-UX.
25250         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
25251         work on AIX, IRIX, HP-UX, OSF/1.
25252         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
25253         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
25254         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
25255         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
25256         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
25257         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
25258
25259 2007-03-29  Bruno Haible  <bruno@clisp.org>
25260
25261         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
25262
25263 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
25264
25265         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
25266         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
25267
25268 2007-03-29  Eric Blake  <ebb9@byu.net>
25269
25270         * lib/acl-internal.h: Remove redundant include.
25271         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
25272         Cygwin when a file is locked.
25273
25274 2007-03-29  Bruno Haible  <bruno@clisp.org>
25275
25276         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
25277         file.
25278         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
25279
25280 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
25281
25282         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
25283         try to remove a parent directory if the child couldn't be removed
25284         (except for the first rmdir, which could fail because the child
25285         doesn't exist).  Problem reported by Jeff Blaine in
25286         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
25287
25288 2007-03-28  Bruno Haible  <bruno@clisp.org>
25289
25290         * lib/striconveh.c (utf8conv_carefully): New function.
25291         (mem_cd_iconveh_internal): Invoke it.
25292
25293 2007-03-28  Bruno Haible  <bruno@clisp.org>
25294
25295         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
25296         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
25297         input.
25298         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
25299         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
25300         unistr/u8-uctomb.
25301
25302 2007-03-28  Bruno Haible  <bruno@clisp.org>
25303
25304         * modules/unistr/u8-mbtoucr: New file.
25305         * lib/unistr/u8-mbtoucr.c: New file.
25306         * modules/unistr/u16-mbtoucr: New file.
25307         * lib/unistr/u16-mbtoucr.c: New file.
25308         * modules/unistr/u16-mbtoucr: New file.
25309         * lib/unistr/u16-mbtoucr.c: New file.
25310         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
25311
25312 2007-03-27  Simon Josefsson  <simon@josefsson.org>
25313             Bruno Haible  <bruno@clisp.org>
25314
25315         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
25316         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
25317         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
25318
25319         * m4/stdio_h.m4: Add stubs for vasprintf too.
25320
25321         * modules/stdio: Support vasprintf in sed command.
25322
25323         * modules/vasprintf: Depend on stdio for prototypes.  Remove
25324         vasprintf.h.  Add stdio module indicator.
25325
25326         * lib/stdio_.h: Declare asprintf and vasprintf, based on
25327         vasprintf.h.
25328
25329         * lib/vasprintf.h: File removed.
25330
25331         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
25332         * lib/vasprintf.c: Ditto.
25333         * lib/xvasprintf.c: Ditto.
25334         * tests/test-vasprintf-posix.c: Ditto.
25335         * tests/test-vasprintf.c: Ditto.
25336
25337 2007-03-27  Bruno Haible  <bruno@clisp.org>
25338
25339         Make vasnprintf multithread-safe.
25340         * lib/vasnprintf.c (decimal_point_char): New function.
25341         (VASNPRINTF): Use it.
25342         Suggested by Simon Josefsson.
25343
25344 2007-03-27  Eric Blake  <ebb9@byu.net>
25345
25346         Support sub-second birthtime on cygwin.
25347         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
25348         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
25349         (get_stat_birthtime): Also work with st_birthtim.
25350
25351 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
25352
25353         * lib/stat-time.h (USE_BIRTHTIME): Remove.
25354         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
25355         (get_stat_birthtime_ns): Do not try to use "spare" fields.
25356         (get_stat_birthtime_ns): Simplify compile-time tests.
25357         (get_stat_birthtime): Change the API to look like
25358         get_stat_mtime etc., except return a negative tv_nsec on error.
25359         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
25360         Don't check for "spare" fields.
25361         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
25362         or for struct stat.st_birthtime, as these tests aren't used.
25363         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
25364
25365 2007-03-27  Bruno Haible  <bruno@clisp.org>
25366
25367         * lib/stat-time.h: Include <sys/stat.h>.
25368
25369 2007-03-27  James Youngman  <jay@gnu.org>
25370
25371         * lib/stat-time.h (get_stat_birthtime): New function for
25372           retrieving st_birthtime as provided by UFS2 (hence *BSD).
25373         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
25374           and its variants.
25375         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
25376         * modules/stat-time-test: New file.
25377         * tests/test-stat-time.c: New test, devised by Bruno Haible.
25378
25379 2007-03-26  Bruno Haible  <bruno@clisp.org>
25380
25381         Better support of signalling NaNs.
25382         * lib/atanl.c: Include isnanl.h.
25383         (atanl): Perform test for NaN at the beginning of the function and
25384         through a call to isnanl.
25385         * lib/cosl.c: Include isnanl.h.
25386         (cosl): Perform test for NaN at the beginning of the function and
25387         through a call to isnanl.
25388         * lib/ldexpl.c: Include isnanl.h.
25389         (ldexpl): Perform test for NaN through a call to isnanl.
25390         * lib/logl.c: Include isnanl.h.
25391         (logl): Perform test for NaN at the beginning of the function and
25392         through a call to isnanl.
25393         * lib/sinl.c: Include isnanl.h.
25394         (sinl): Perform test for NaN at the beginning of the function and
25395         through a call to isnanl.
25396         * lib/sqrtl.c: Include isnanl.h.
25397         (sqrtl): Perform test for NaN at the beginning of the function and
25398         through a call to isnanl.
25399         * lib/tanl.c: Include isnanl.h.
25400         (tanl): Perform test for NaN at the beginning of the function and
25401         through a call to isnanl.
25402         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
25403         * modules/mathl (Depends-on): Add isnanl.
25404
25405 2007-03-26  Eric Blake  <ebb9@byu.net>
25406
25407         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
25408         regression in logic sense of previous patch.
25409
25410 2007-03-26  Bruno Haible  <bruno@clisp.org>
25411
25412         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
25413         unportable shell command "if ! ...".
25414         Reported by Ralf Wildenhues.
25415
25416 2007-03-25  Bruno Haible  <bruno@clisp.org>
25417
25418         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
25419         <sysexits.h> file, and only add EX_CONFIG.
25420         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
25421         absolute file name and whether it is sufficient. Substitute also
25422         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
25423         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
25424         ABSOLUTE_SYSEXITS_H into sysexits.h.
25425
25426 2007-03-25  Bruno Haible  <bruno@clisp.org>
25427
25428         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
25429         hints is NULL.
25430
25431 2007-03-25  Bruno Haible  <bruno@clisp.org>
25432
25433         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
25434         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
25435
25436 2007-03-25  Bruno Haible  <bruno@clisp.org>
25437
25438         * lib/vasnprintf.c: Include langinfo.h.
25439         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
25440         multithread-safe.
25441         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
25442         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
25443         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25444         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25445         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25446         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25447         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25448         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
25449         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25450         Reported by Simon Josefsson.
25451
25452 2007-03-25  Bruno Haible  <bruno@clisp.org>
25453
25454         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
25455         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
25456         * modules/vasnprintf (Depends-on): Add stdint.
25457
25458 2007-03-25  Bruno Haible  <bruno@clisp.org>
25459
25460         * modules/fpieee: New file.
25461         * m4/fpieee.m4: New file.
25462         * modules/isnan-nolibm (Depends-on): Add fpieee.
25463         * modules/isnanl-nolibm (Depends-on): Add fpieee.
25464         * modules/isnanl (Depends-on): Add fpieee.
25465
25466 2007-03-25  Bruno Haible  <bruno@clisp.org>
25467
25468         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
25469
25470 2007-03-25  Bruno Haible  <bruno@clisp.org>
25471
25472         Avoid test failures on IRIX 6.5.
25473         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
25474         (main): Use it.
25475         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
25476         macros.
25477         (main): Use them.
25478
25479 2007-03-25  Bruno Haible  <bruno@clisp.org>
25480
25481         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
25482         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
25483         exists but doesn't work.
25484         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
25485         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
25486         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
25487         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
25488
25489 2007-03-25  Bruno Haible  <bruno@clisp.org>
25490
25491         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
25492         returns inf. Needed on IRIX 6.5.
25493
25494 2007-03-25  Bruno Haible  <bruno@clisp.org>
25495
25496         * tests/test-frexpl.c: Include isnanl-nolibm.h.
25497         (main): Use isnanl instead of x != x idiom.
25498         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
25499
25500         * tests/test-frexp.c: Include isnan.h.
25501         (main): Use isnan instead of x != x idiom.
25502         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
25503
25504 2007-03-25  Bruno Haible  <bruno@clisp.org>
25505
25506         * tests/test-frexp.c (NaN): New function/macro.
25507         (main): Use it instead of 0.0 / 0.0.
25508         * tests/test-isnan.c (NaN): New function/macro.
25509         (main): Use it instead of 0.0 / 0.0.
25510         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
25511         (test_function): Use it instead of 0.0 / 0.0.
25512         * tests/test-vasprintf-posix.c (NaN): New function/macro.
25513         (test_function): Use it instead of 0.0 / 0.0.
25514         * tests/test-snprintf-posix.h (NaN): New function/macro.
25515         (test_function): Use it instead of 0.0 / 0.0.
25516         * tests/test-sprintf-posix.h (NaN): New function/macro.
25517         (test_function): Use it instead of 0.0 / 0.0.
25518         * tests/test-fprintf-posix.h (NaN): New function/macro.
25519         (test_function): Use it instead of 0.0 / 0.0.
25520         * tests/test-printf-posix.h (NaN): New function/macro.
25521         (test_function): Use it instead of 0.0 / 0.0.
25522
25523         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
25524
25525 2007-03-25  Bruno Haible  <bruno@clisp.org>
25526
25527         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
25528
25529 2007-03-25  Bruno Haible  <bruno@clisp.org>
25530
25531         * lib/regexec.c (merge_state_with_log): Make static.
25532
25533 2007-03-25  Bruno Haible  <bruno@clisp.org>
25534
25535         * lib/trigl.c (kernel_rem_pio2): Make static.
25536
25537 2007-03-25  Bruno Haible  <bruno@clisp.org>
25538
25539         * lib/sincosl.c (sincosl_table): Make static.
25540
25541 2007-03-25  Bruno Haible  <bruno@clisp.org>
25542
25543         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
25544         if the compiler does not support C99.
25545
25546 2007-03-25  Bruno Haible  <bruno@clisp.org>
25547
25548         * modules/time (Makefile.am): Ensure all rule action lines start with a
25549         tab.
25550
25551 2007-03-24  Bruno Haible  <bruno@clisp.org>
25552
25553         * modules/tsearch-tests: New file.
25554         * tests/test-tsearch.sh: New file.
25555         * tests/test-tsearch.c: New file, mostly copied from glibc.
25556
25557         * modules/search-tests: New file.
25558         * tests/test-search.c: New file.
25559
25560         * modules/search: New file.
25561         * lib/search_.h: New file, incorporating lib/tsearch.h.
25562         * m4/search_h.m4: New file.
25563         * lib/tsearch.h: Remove file.
25564         * lib/tsearch.c: Include search.h instead of tsearch.h.
25565         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
25566         HAVE_TSEARCH.
25567         * modules/tsearch (Files): Remove lib/tsearch.h.
25568         (Depends-on): Add search.
25569         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
25570         (Include): Change tsearch.h into search.h.
25571
25572 2007-03-24  Bruno Haible  <bruno@clisp.org>
25573
25574         * modules/fpucw: New file.
25575         * lib/fpucw.h: New file.
25576         * lib/frexp.c: Include fpucw.h.
25577         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
25578         (FUNC): Use them.
25579         * lib/printf-frexp.c: Include fpucw.h.
25580         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
25581         (FUNC): Use them.
25582         * lib/vasnprintf.c: Include fpucw.h.
25583         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
25584         'long double' calculations.
25585         * tests/test-frexpl.c: Include fpucw.h.
25586         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
25587         * tests/test-printf-frexpl.c: Include fpucw.h.
25588         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
25589         * modules/frexpl (Depends-on): Add fpucw.
25590         * modules/printf-frexpl (Depends-on): Likewise.
25591         * modules/fprintf-posix (Depends-on): Likewise.
25592         * modules/snprintf-posix (Depends-on): Likewise.
25593         * modules/sprintf-posix (Depends-on): Likewise.
25594         * modules/vasnprintf-posix (Depends-on): Likewise.
25595         * modules/vasprintf-posix (Depends-on): Likewise.
25596         * modules/vfprintf-posix (Depends-on): Likewise.
25597         * modules/vsnprintf-posix (Depends-on): Likewise.
25598         * modules/vsprintf-posix (Depends-on): Likewise.
25599         * modules/frexpl-tests (Depends-on): Likewise.
25600         * modules/printf-frexpl-tests (Depends-on): Likewise.
25601
25602 2007-03-24  Bruno Haible  <bruno@clisp.org>
25603
25604         * lib/float+.h: New file.
25605         * lib/isnan.c: Include float+.h.
25606         (SIZE): New macro.
25607         (FUNC): Compare only SIZE bytes of the value.
25608         * lib/vasnprintf.c: Include float+.h.
25609         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
25610         SIZEOF_LDBL or SIZEOF_DBL bytes.
25611         * modules/isnan-nolibm (Files): Add lib/float+.h.
25612         * modules/isnanl-nolibm (Files): Add lib/float+.h.
25613         * modules/isnanl (Files): Add lib/float+.h.
25614         * modules/vasnprintf (Files): Add lib/float+.h.
25615
25616 2007-03-24  Bruno Haible  <bruno@clisp.org>
25617
25618         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
25619         include isnanl-nolibm.h.
25620
25621 2007-03-24  Bruno Haible  <bruno@clisp.org>
25622
25623         * tests/test-read-file.c (main): Don't produce spurious output for
25624         expected situations. Make the test fail if it encountered unexpected
25625         results.
25626
25627 2007-03-24  Bruno Haible  <bruno@clisp.org>
25628
25629         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
25630         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
25631
25632 2007-03-24  Bruno Haible  <bruno@clisp.org>
25633
25634         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
25635
25636 2007-03-24  Bruno Haible  <bruno@clisp.org>
25637
25638         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
25639         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
25640
25641         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
25642         * modules/utf8-ucs4: Turn into a symbolic link to module
25643         unistr/u8-mbtouc.
25644
25645         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
25646         utf8-ucs4-unsafe.
25647         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
25648         unistr/u8-mbtouc-unsafe.
25649
25650         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
25651         * modules/utf16-ucs4: Turn into a symbolic link to module
25652         unistr/u16-mbtouc.
25653
25654         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
25655         utf16-ucs4-unsafe.
25656         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
25657         unistr/u16-mbtouc-unsafe.
25658
25659         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
25660         * modules/ucs4-utf8: Turn into a symbolic link to module
25661         unistr/u8-ubtomb.
25662
25663         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
25664         * modules/ucs4-utf16: Turn into a symbolic link to module
25665         unistr/u16-ubtomb.
25666
25667 2007-03-24  Bruno Haible  <bruno@clisp.org>
25668
25669         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
25670         Enable the function only if HAVE_INLINE.
25671         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
25672         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
25673         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
25674         Enable the function only if HAVE_INLINE.
25675         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
25676         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
25677         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
25678         Enable the function only if HAVE_INLINE.
25679         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
25680         Enable the function only if HAVE_INLINE.
25681         * modules/utf8-ucs4: Update.
25682         * modules/utf8-ucs4-unsafe: Update.
25683         * modules/utf16-ucs4: Update.
25684         * modules/utf16-ucs4-unsafe: Update.
25685         * modules/ucs4-utf8: Update.
25686         * modules/ucs4-utf16: Update.
25687
25688 2007-03-24  Bruno Haible  <bruno@clisp.org>
25689
25690         * lib/utf8-ucs4.h: Remove file.
25691         * lib/utf8-ucs4-unsafe.h: Remove file.
25692         * lib/utf16-ucs4.h: Remove file.
25693         * lib/utf16-ucs4-unsafe.h: Remove file.
25694         * lib/ucs4-utf8.h: Remove file.
25695         * lib/ucs4-utf16.h: Remove file.
25696         * lib/unistr.h: Include their previous contents.
25697         * m4/utf-ucs4.m4: Remove file.
25698         * m4/ucs4-utf.m4: Remove file.
25699         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
25700         (Depends-on): Add unistr/base.
25701         (configure.ac): Remove gl_UTF_UCS4.
25702         (Makefile.am): Update.
25703         (Include): Change to unistr.h.
25704         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
25705         (Depends-on): Add unistr/base.
25706         (configure.ac): Remove gl_UTF_UCS4.
25707         (Makefile.am): Update.
25708         (Include): Change to unistr.h.
25709         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
25710         (Depends-on): Add unistr/base.
25711         (configure.ac): Remove gl_UTF_UCS4.
25712         (Makefile.am): Update.
25713         (Include): Change to unistr.h.
25714         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
25715         (Depends-on): Add unistr/base.
25716         (configure.ac): Remove gl_UTF_UCS4.
25717         (Makefile.am): Update.
25718         (Include): Change to unistr.h.
25719         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
25720         (Depends-on): Add unistr/base.
25721         (configure.ac): Remove gl_UCS4_UTF.
25722         (Makefile.am): Update.
25723         (Include): Change to unistr.h.
25724         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
25725         (Depends-on): Add unistr/base.
25726         (configure.ac): Remove gl_UCS4_UTF.
25727         (Makefile.am): Update.
25728         (Include): Change to unistr.h.
25729         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
25730         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
25731         utf8-ucs4-unsafe.h.
25732         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
25733         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
25734         utf16-ucs4-unsafe.h.
25735         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
25736         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
25737         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
25738         * lib/unistr/u8-strchr.c: Likewise.
25739         * lib/unistr/u8-strrchr.c: Likewise.
25740         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
25741         * lib/unistr/u16-strchr.c: Likewise.
25742         * lib/unistr/u16-strrchr.c: Likewise.
25743         * lib/striconveh.c: Update.
25744         * lib/linebreak.c: Update.
25745
25746 2007-03-24  Bruno Haible  <bruno@clisp.org>
25747
25748         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
25749         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
25750
25751 2007-03-22  Bruno Haible  <bruno@clisp.org>
25752
25753         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
25754
25755 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
25756
25757         * MODULES.html.sh (File system functions): New module write-any-file.
25758         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
25759         * m4/write-any-file.m4: New files.
25760
25761 2007-03-23  Eric Blake  <ebb9@byu.net>
25762
25763         * gnulib-tool: Rearrange space-tab sequences, since some editors
25764         like to eat them.
25765
25766 2007-03-23  Eric Blake  <ebb9@byu.net>
25767
25768         * lib/version-etc.c (version_etc_va): Update license wording to
25769         be more concise.  Recommended by Richard Stallman.
25770
25771 2007-03-22  Bruno Haible  <bruno@clisp.org>
25772
25773         * lib/poll.c (MSG_PEEK): New fallback definition.
25774
25775 2007-03-22  Bruno Haible  <bruno@clisp.org>
25776
25777         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
25778         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
25779         (main): Update.
25780         Fixes a compilation error on BeOS.
25781
25782 2007-03-22  Bruno Haible  <bruno@clisp.org>
25783
25784         * modules/frexpl-tests: New file.
25785         * tests/test-frexpl.c: New file.
25786
25787         * modules/frexpl: New file.
25788         * m4/frexpl.m4: New file.
25789         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
25790         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
25791         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
25792         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
25793         (Depends-on): Add frexpl. Remove isnanl-nolibm.
25794         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
25795
25796 2007-03-22  Bruno Haible  <bruno@clisp.org>
25797
25798         * lib/frexpl.c: Share code with lib/frexp.c.
25799         * modules/mathl (Files): Add lib/frexp.c.
25800         (Depends-on): Add isnanl-nolibm.
25801
25802 2007-03-22  Bruno Haible  <bruno@clisp.org>
25803
25804         * modules/printf-frexp (Files): Add m4/frexp.m4.
25805         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
25806         only if the found frexp function actually works.
25807
25808 2007-03-22  Bruno Haible  <bruno@clisp.org>
25809
25810         * lib/frexp.c: Remove older implementation that uses divisions.
25811
25812 2007-03-21  Bruno Haible  <bruno@clisp.org>
25813
25814         * modules/frexp-tests: New file.
25815         * tests/test-frexp.c: New file.
25816
25817         * modules/frexp: New file.
25818         * lib/frexp.c: New file.
25819         * m4/frexp.m4: New file.
25820         * lib/math_.h (frexp): New declaration.
25821         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
25822         REPLACE_FREXP.
25823         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
25824
25825 2007-03-21  Bruno Haible  <bruno@clisp.org>
25826
25827         * modules/isnanl-tests: New file.
25828         * tests/test-isnanl.c: New file.
25829
25830         * modules/isnanl: New file.
25831         * lib/isnanl.h: New file.
25832         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
25833         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
25834         gl_FUNC_ISNANL_WORKS.
25835         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
25836         New macros.
25837
25838 2007-03-21  Bruno Haible  <bruno@clisp.org>
25839
25840         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
25841         lib/isnanl.h.
25842         (Include): Update.
25843         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
25844         * lib/vasnprintf.c: Update.
25845         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
25846         tests/test-isnanl.h, remove tests/test-isnanl.c.
25847         (Makefile.am): Update.
25848         * tests/test-isnanl-nolibm.c: New file.
25849         * tests/test-isnanl.h: New file.
25850         * tests/test-isnanl.c: Remove file.
25851
25852 2007-03-21  Jim Meyering  <jim@meyering.net>
25853
25854         When trying to open ".", treat ESTALE like EACCES.
25855         * lib/savewd.c (savewd_save): Resort to forking not just upon
25856         failure with EACCES, but also when errno is ESTALE.
25857
25858 2007-03-20  Bruno Haible  <bruno@clisp.org>
25859
25860         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
25861         Needed on AIX 5.1. Reported by Matthew Woehlke.
25862
25863 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
25864
25865         Suggestions by Bruno Haible:
25866         * lib/acl-internal.h: Include "gettext.h" rather than rolling
25867         our own.
25868         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
25869         * modules/acl (Depends-on): Add gettext.
25870
25871 2007-03-19  Bruno Haible  <bruno@clisp.org>
25872
25873         * modules/iconvme: Remove file.
25874         * lib/iconvme.h: Remove file.
25875         * lib/iconvme.c: Remove file.
25876         * m4/iconvme.m4: Remove file.
25877
25878 2007-03-19  Bruno Haible  <bruno@clisp.org>
25879
25880         * doc/relocatable-maint.texi: Break long shell script line.
25881         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
25882
25883 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
25884
25885         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
25886         handle file_has_acl.
25887         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
25888         * lib/acl.c: Move header inclusions and related macro defns into
25889         lib/acl-internal.h.
25890         (S_ISLNK): Remove defn, since that's now done for us.
25891         (file_has_acl): Move to lib/file-has-acl.c.
25892         Call acl_trivial if available.  This is the crucial part of the fix.
25893         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
25894         shared within the library.  Rewrite a bit, partly to make it compatible
25895         with the GNU coding style.
25896         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
25897         Remove unnecessary double-quotes.
25898         Don't test for acl_to_text; the build will catch that.
25899         Replace acl_entries if it doesn't exist and it is needed.
25900         Check for -lsec and acl_trivial (as used on Solaris 10).
25901         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
25902         lib/file-has-acl.c.
25903         (Depends-on): Add sys_stat, for S_ISLNK.
25904
25905 2007-03-19  Ben Pfaff  <blp@gnu.org>
25906
25907         * doc/gnulib.texi: Fix typos.
25908         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
25909
25910 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
25911
25912         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
25913         If size is zero here, buf must be zero.
25914
25915 2007-03-19  Simon Josefsson  <simon@josefsson.org>
25916
25917         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
25918         <bruno@clisp.org>.
25919
25920 2007-03-18  Bruno Haible  <bruno@clisp.org>
25921
25922         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
25923         Suggested by Eric Blake.
25924
25925 2007-03-18  Ben Pfaff  <blp@gnu.org>
25926
25927         * doc/relocatable.texi: Recommend using as prefix a directory
25928         that does not exist and will never be created.  Based on
25929         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
25930         and others.
25931
25932 2007-03-17  Bruno Haible  <bruno@clisp.org>
25933
25934         * lib/fchownat.c: Include lchown.h.
25935
25936 2007-03-17  Bruno Haible  <bruno@clisp.org>
25937
25938         Fix endless loop when the given allocated size was > INT_MAX.
25939         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
25940         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
25941         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
25942         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
25943         * lib/sprintf.c (sprintf): Likewise.
25944
25945 2007-03-17  Bruno Haible  <bruno@clisp.org>
25946
25947         * tests/test-argp-2.sh (func_compare): Output a context diff.
25948
25949 2007-03-17  Bruno Haible  <bruno@clisp.org>
25950
25951         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
25952         locale's decimal-point character.
25953
25954 2007-03-17  Bruno Haible  <bruno@clisp.org>
25955
25956         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
25957         before comparing it. Needed because on some platforms (e.g. x86) a
25958         'long double' occupies less bytes than sizeof (long double).
25959
25960 2007-03-17  Bruno Haible  <bruno@clisp.org>
25961
25962         * tests/test-crc.c (main): Make printf statements 64-bit clean.
25963         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
25964         * tests/test-getaddrinfo.c (simple): Likewise.
25965         * tests/test-read-file.c (main): Likewise.
25966
25967 2007-03-17  Bruno Haible  <bruno@clisp.org>
25968
25969         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
25970
25971 2007-03-17  Bruno Haible  <bruno@clisp.org>
25972
25973         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
25974         unused variable.
25975
25976 2007-03-17  Bruno Haible  <bruno@clisp.org>
25977
25978         * tests/test-c-strcasecmp.c: Include c-strcase.h.
25979         * tests/test-c-strncasecmp.c: Likewise.
25980
25981 2007-03-17  Bruno Haible  <bruno@clisp.org>
25982
25983         * modules/stdlib (Depends-on): Add unistd.
25984         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
25985         Needed for MacOS X 10.3.
25986
25987 2007-03-17  Bruno Haible  <bruno@clisp.org>
25988
25989         * lib/unistr/u-strdup.h: Include <stdlib.h>.
25990
25991 2007-03-17  Bruno Haible  <bruno@clisp.org>
25992
25993         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
25994
25995 2007-03-17  Bruno Haible  <bruno@clisp.org>
25996
25997         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
25998         to reflect files copied from gnulib (with or without modifications).
25999         Suggested by Jim Meyering.
26000
26001 2007-03-17  Eric Blake  <ebb9@byu.net>
26002
26003         * NEWS: Document stdlib change from 2007-02-18.
26004
26005 2007-03-17  Jim Meyering  <jim@meyering.net>
26006
26007         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
26008         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
26009         someone uses a name containing shell meta-characters.
26010         Reported by Alfred M. Szmidt.
26011
26012         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
26013
26014 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
26015
26016         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
26017         and copy gettext configuration files only if configure.ac contains
26018         a use of AM_GNU_GETTEXT_VERSION.
26019
26020 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
26021
26022         * build-aux/bootstrap (gnulib_name): New variable.
26023         (gnulib_tool_options): Use it.
26024
26025 2007-03-13  Simon Josefsson  <simon@josefsson.org>
26026
26027         * tests/test-des.c: Use new namespace.
26028
26029 2007-03-15  Bruno Haible  <bruno@clisp.org>
26030
26031         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
26032         Reported by James Youngman <jay@gnu.org>.
26033
26034 2007-03-15  Bruno Haible  <bruno@clisp.org>
26035
26036         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
26037         declared prototype. Needed with cc on OSF/1 5.1.
26038
26039 2007-03-15  Bruno Haible  <bruno@clisp.org>
26040
26041         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
26042         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
26043         (struct gl_list_implementation): Add dispose_fn argument to the
26044         'create_empty', 'create' methods.
26045         (struct gl_list_impl_base): Add field 'dispose_fn'.
26046         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
26047         argument.
26048         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
26049         dispose_fn argument.
26050         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
26051         dispose_fn on the dropped values.
26052         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
26053         dispose_fn argument.
26054         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
26055         dropped values.
26056         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
26057         (gl_tree_remove_node): Call dispose_fn on the dropped value.
26058         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
26059         (gl_tree_remove_node): Call dispose_fn on the dropped value.
26060         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
26061         argument.
26062         (gl_tree_list_free): Call dispose_fn on the dropped values.
26063         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
26064         the dropped values.
26065         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
26066         Add dispose_fn argument.
26067         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
26068         Call dispose_fn on the dropped values.
26069         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
26070         Add dispose_fn argument.
26071         (gl_sublist_create): Initialize the 'dispose_fn' field.
26072         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
26073         * tests/test-array_list.c (main): Update.
26074         * tests/test-carray_list.c (main): Update.
26075         * tests/test-avltree_list.c (main): Update.
26076         * tests/test-rbtree_list.c (main): Update.
26077         * tests/test-avltreehash_list.c (main): Update.
26078         * tests/test-rbtreehash_list.c (main): Update.
26079         * tests/test-linked_list.c (main): Update.
26080         * tests/test-linkedhash_list.c (main): Update.
26081         * tests/test-array_oset.c (main): Update.
26082
26083 2007-03-15  Bruno Haible  <bruno@clisp.org>
26084
26085         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
26086         (gl_oset_create_empty): Add dispose_fn argument.
26087         (struct gl_oset_implementation): Add dispose_fn argument to
26088         'create_empty' method.
26089         (struct gl_oset_impl_base): Add dispose_fn field.
26090         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
26091         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
26092         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
26093         values.
26094         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
26095         (gl_tree_oset_free): Call dispose_fn on the dropped values.
26096         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
26097         dropped value.
26098         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
26099         dropped value.
26100         * tests/test-array_oset.c (main): Update.
26101         * tests/test-avltree_oset.c (main): Update.
26102         * tests/test-rbtree_oset.c (main): Update.
26103         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
26104
26105 2007-03-13  Bruno Haible  <bruno@clisp.org>
26106
26107         * tests/test-stdbool.c (i): Update after last patch.
26108
26109 2007-03-12  Bruno Haible  <bruno@clisp.org>
26110
26111         * lib/quotearg.c: Include <wctype.h> early, before the definition of
26112         the iswprint macro. Needed on Solaris 2.5.1.
26113
26114 2007-03-12  Bruno Haible  <bruno@clisp.org>
26115
26116         * tests/test-printf-frexp.c (main): Declare x as volatile.
26117
26118 2007-03-12  Simon Josefsson  <simon@josefsson.org>
26119
26120         * doc/gnulib.texi (Build robot for gnulib): New section.
26121
26122 2007-03-12  Jim Meyering  <jim@meyering.net>
26123
26124         * build-aux/bootstrap: New file.
26125         * build-aux/bootstrap.conf: New file, from coreutils.
26126
26127 2007-03-11  Bruno Haible  <bruno@clisp.org>
26128
26129         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
26130
26131 2007-03-12  Simon Josefsson  <simon@josefsson.org>
26132
26133         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
26134         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
26135         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
26136
26137 2007-03-11  Bruno Haible  <bruno@clisp.org>
26138
26139         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
26140         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
26141
26142 2007-03-11  Bruno Haible  <bruno@clisp.org>
26143
26144         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
26145         formula. Needed for SunPRO C 5.0.
26146
26147 2007-03-11  Bruno Haible  <bruno@clisp.org>
26148
26149         * modules/long-options (Depends-on): Add getopt.
26150
26151 2007-03-11  Bruno Haible  <bruno@clisp.org>
26152
26153         * modules/modechange (Depends-on): Add stdbool.
26154
26155 2007-03-11  Bruno Haible  <bruno@clisp.org>
26156
26157         * modules/i-ring (Depends-on): Add stdbool.
26158
26159 2007-03-11  Bruno Haible  <bruno@clisp.org>
26160
26161         * modules/gc-des (Depends-on): Add stdbool.
26162
26163 2007-03-11  Bruno Haible  <bruno@clisp.org>
26164
26165         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
26166
26167 2007-03-11  Bruno Haible  <bruno@clisp.org>
26168
26169         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
26170
26171 2007-03-11  Bruno Haible  <bruno@clisp.org>
26172
26173         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
26174
26175 2007-03-11  Bruno Haible  <bruno@clisp.org>
26176
26177         * lib/vasnprintf.c (sprintf): Undefine.
26178
26179 2007-03-11  Bruno Haible  <bruno@clisp.org>
26180
26181         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
26182         initializers in SunPRO C and Compaq C compilers.
26183
26184 2007-03-11  Bruno Haible  <bruno@clisp.org>
26185
26186         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
26187         decrementing code ANSI C compliant.
26188
26189 2007-03-11  Bruno Haible  <bruno@clisp.org>
26190
26191         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
26192         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
26193
26194 2007-03-11  Bruno Haible  <bruno@clisp.org>
26195
26196         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
26197         <stdbool.h> substitute doesn't pass.
26198
26199 2007-03-11  Bruno Haible  <bruno@clisp.org>
26200
26201         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
26202
26203 2007-03-11  Bruno Haible  <bruno@clisp.org>
26204
26205         * gnulib-tool (func_create_megatestdir): Create also an autobuild
26206         script, for submission to autobuild.josefsson.org.
26207
26208 2007-03-10  Bruno Haible  <bruno@clisp.org>
26209
26210         * modules/canonicalize-lgpl-tests: New file.
26211         * tests/test-canonicalize-lgpl.sh: New file.
26212         * tests/test-canonicalize-lgpl.c: New file.
26213
26214         * modules/c-strcase-tests: New file.
26215         * tests/test-c-strcase.sh: New file.
26216         * tests/test-c-strcasecmp.c: New file.
26217         * tests/test-c-strncasecmp.c: New file.
26218
26219         * modules/atexit-tests: New file.
26220         * tests/test-atexit.sh: New file.
26221         * tests/test-atexit.c: New file.
26222
26223 2007-03-10  Bruno Haible  <bruno@clisp.org>
26224
26225         * tests/test-binary-io.sh: Use temporary filenames that are not so
26226         likely to clash with those of other tests (in a parallel make).
26227         * tests/test-binary-io.c: Likewise.
26228
26229 2007-03-10  Bruno Haible  <bruno@clisp.org>
26230
26231         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
26232         fallback; use #error instead.
26233         Suggested by Simon Josefsson.
26234
26235 2007-03-10  Bruno Haible  <bruno@clisp.org>
26236
26237         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
26238         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
26239         first and the last.
26240
26241 2007-03-10  Bruno Haible  <bruno@clisp.org>
26242
26243         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
26244
26245 2007-03-10  Bruno Haible  <bruno@clisp.org>
26246
26247         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
26248         "make distcheck".
26249         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
26250         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
26251         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
26252
26253 2007-03-10  Bruno Haible  <bruno@clisp.org>
26254
26255         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
26256         variable.
26257         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
26258         variable.
26259
26260 2007-03-09  Eric Blake  <ebb9@byu.net>
26261         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
26262
26263         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
26264         types are not being provided by gnulib.
26265         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
26266         types are supported.
26267
26268 2007-03-10  Bruno Haible  <bruno@clisp.org>
26269
26270         * lib/stdio_.h (__attribute__): New macro.
26271         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
26272         vsprintf): Specify __attribute__ __format__ for GCC.
26273         Suggested by Eric Blake.
26274
26275 2007-03-09  Bruno Haible  <bruno@clisp.org>
26276
26277         * modules/printf-posix-tests: New file.
26278         * tests/test-printf-posix.sh: New file.
26279         * tests/test-printf-posix.c: New file.
26280
26281         * modules/printf-posix: New file.
26282         * lib/printf.c: New file.
26283         * m4/printf-posix-rpl.m4: New file.
26284         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
26285         REPLACE_PRINTF.
26286         * lib/stdio_.h (printf): New declaration.
26287         (format, __format__, ____printf____, ____scanf____, ____strftime____,
26288         ____strfmon____): New macros.
26289         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
26290         REPLACE_PRINTF.
26291
26292 2007-03-09  Bruno Haible  <bruno@clisp.org>
26293
26294         * tests/test-vasnprintf-posix2.sh: New file.
26295         * tests/test-vasnprintf-posix2.c: New file.
26296         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
26297         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
26298         (Makefile.am): Activate test-vasnprintf-posix2.sh.
26299
26300         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
26301         a locale dependent decimal point, rather than always '.'.
26302
26303 2007-03-09  Eric Blake  <ebb9@byu.net>
26304
26305         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
26306         spite of platforms like Tandem/NSK that define it to -1.
26307
26308 2007-03-08  Bruno Haible  <bruno@clisp.org>
26309
26310         * modules/vprintf-posix-tests: New file.
26311         * tests/test-vprintf-posix.sh: New file.
26312         * tests/test-vprintf-posix.c: New file.
26313         * tests/test-printf-posix.h: New file.
26314
26315         * modules/vprintf-posix: New file.
26316         * lib/vprintf.c: New file.
26317         * m4/vprintf-posix.m4: New file.
26318         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
26319         REPLACE_VPRINTF.
26320         * lib/stdio_.h (vprintf): New declaration.
26321         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
26322         REPLACE_VPRINTF.
26323
26324 2007-03-08  Bruno Haible  <bruno@clisp.org>
26325
26326         * modules/fprintf-posix-tests: New file.
26327         * tests/test-fprintf-posix.sh: New file.
26328         * tests/test-fprintf-posix.c: New file.
26329
26330         * modules/fprintf-posix: New file.
26331         * lib/fprintf.c: New file.
26332         * m4/fprintf-posix.m4: New file.
26333         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
26334         REPLACE_FPRINTF.
26335         * lib/stdio_.h (fprintf): New declaration.
26336         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
26337         REPLACE_FPRINTF.
26338
26339 2007-03-08  Bruno Haible  <bruno@clisp.org>
26340
26341         * modules/vfprintf-posix-tests: New file.
26342         * tests/test-vfprintf-posix.sh: New file.
26343         * tests/test-vfprintf-posix.c: New file.
26344         * tests/test-fprintf-posix.h: New file.
26345         * tests/test-fprintf-posix.out: New file.
26346
26347         * modules/vfprintf-posix: New file.
26348         * lib/vfprintf.c: New file.
26349         * m4/vfprintf-posix.m4: New file.
26350         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
26351         REPLACE_VFPRINTF.
26352         * lib/stdio_.h (vfprintf): New declaration.
26353         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
26354         REPLACE_VFPRINTF.
26355
26356 2007-03-08  Bruno Haible  <bruno@clisp.org>
26357
26358         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
26359
26360 2007-03-08  Bruno Haible  <bruno@clisp.org>
26361
26362         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
26363         instead of 'expr' invocations.
26364         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26365         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26366         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26367         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26368         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26369         Suggested by Paul Eggert.
26370
26371 2007-03-08  Bruno Haible  <bruno@clisp.org>
26372
26373         * modules/fseterr-tests: New file.
26374         * tests/test-fseterr.c: New file.
26375
26376         * modules/fseterr: New file.
26377         * lib/fseterr.h: New file.
26378         * lib/fseterr.c: New file.
26379
26380 2007-03-08  Bruno Haible  <bruno@clisp.org>
26381
26382         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
26383         * lib/getopt_.h: Likewise.
26384         * lib/mbswidth.h: Likewise.
26385         * lib/setenv.h: Likewise.
26386         * lib/vasnprintf.h: Likewise.
26387         * lib/vasprintf.h: Likewise.
26388         * lib/verror.h: Likewise.
26389         * lib/xsetenv.h: Likewise.
26390         * lib/xvasprintf.h: Likewise.
26391
26392 2007-03-08  Jim Meyering  <jim@meyering.net>
26393
26394         * users.txt: Add parted.
26395
26396         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
26397
26398 2007-03-07  Bruno Haible  <bruno@clisp.org>
26399
26400         * m4/printf.m4: Make the shell script snippets copy&pastable.
26401
26402 2007-03-02  Bruno Haible  <bruno@clisp.org>
26403
26404         * lib/netinet_in_.h: New file.
26405         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
26406         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
26407         * modules/netinet_in (Files): Add lib/netinet_in_.h.
26408         (Depends-on): Add absolute-header.
26409         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
26410         into netinet/in.h.
26411
26412 2007-03-03  Bruno Haible  <bruno@clisp.org>
26413
26414         * lib/sys_select_.h: New file.
26415         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
26416         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
26417         * modules/sys_select (Files): Add lib/sys_select_.h.
26418         (Depends-on): Add absolute-header.
26419         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
26420         into sys/select.h.
26421
26422 2007-03-02  Bruno Haible  <bruno@clisp.org>
26423
26424         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
26425         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
26426         values.
26427         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
26428         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
26429         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
26430         * modules/sys_socket (Depends-on): Add absolute-header.
26431         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
26432         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
26433         (Include): Remove requirement of inclusion of <sys/types.h>.
26434
26435 2007-03-02  Bruno Haible  <bruno@clisp.org>
26436
26437         * lib/byteswap_.h (bswap_32): Fix formula.
26438
26439 2007-03-06  Bruno Haible  <bruno@clisp.org>
26440
26441         * modules/sprintf-posix-tests: New file.
26442         * tests/test-sprintf-posix.c: New file.
26443
26444         * modules/sprintf-posix: New file.
26445         * lib/sprintf.c: New file.
26446         * m4/sprintf-posix.m4: New file.
26447         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
26448         REPLACE_SPRINTF.
26449         * lib/stdio_.h (sprintf): New declaration.
26450         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
26451         REPLACE_SPRINTF.
26452
26453 2007-03-06  Bruno Haible  <bruno@clisp.org>
26454
26455         * modules/vsprintf-posix-tests: New file.
26456         * tests/test-vsprintf-posix.c: New file.
26457         * tests/test-sprintf-posix.h: New file.
26458
26459         * modules/vsprintf-posix: New file.
26460         * lib/vsprintf.c: New file.
26461         * m4/vsprintf-posix.m4: New file.
26462         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
26463         REPLACE_VSPRINTF.
26464         * lib/stdio_.h (vsprintf): New declaration.
26465         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
26466         REPLACE_VSPRINTF.
26467
26468 2007-03-06  Bruno Haible  <bruno@clisp.org>
26469
26470         * modules/vsnprintf (Depend-on): Remove minmax.
26471
26472 2007-03-06  Bruno Haible  <bruno@clisp.org>
26473
26474         * modules/snprintf-posix-tests: New file.
26475         * tests/test-snprintf-posix.c: New file.
26476
26477         * modules/snprintf-posix: New file.
26478         * m4/snprintf-posix.m4: New file.
26479         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
26480         gl_FUNC_SNPRINTF.
26481         (gl_FUNC_SNPRINTF): Invoke it.
26482         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
26483         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
26484         is set.
26485         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
26486
26487 2007-03-06  Bruno Haible  <bruno@clisp.org>
26488
26489         * modules/vsnprintf-posix-tests: New file.
26490         * tests/test-vsnprintf-posix.c: New file.
26491         * tests/test-snprintf-posix.h: New file.
26492
26493         * modules/vsnprintf-posix: New file.
26494         * m4/vsnprintf-posix.m4: New file.
26495         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
26496         gl_FUNC_VSNPRINTF.
26497         (gl_FUNC_VSNPRINTF): Invoke it.
26498         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
26499         * lib/stdio_.h (vsnprintf): Define as a replacement if
26500         REPLACE_VSNPRINTF is set.
26501         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
26502
26503 2007-03-06  Bruno Haible  <bruno@clisp.org>
26504
26505         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
26506         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
26507
26508 2007-03-06  Bruno Haible  <bruno@clisp.org>
26509
26510         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
26511         (asinl): Declare also if HAVE_DECL_ASINL is set.
26512         (atanl): Declare also if HAVE_DECL_ATANL is set.
26513         (ceill): Declare also if HAVE_DECL_CEILL is set.
26514         (cosl): Declare also if HAVE_DECL_COSL is set.
26515         (expl): Declare also if HAVE_DECL_EXPL is set.
26516         (floorl): Declare also if HAVE_DECL_FLOORL is set.
26517         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
26518         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
26519         (logl): Declare also if HAVE_DECL_LOGL is set.
26520         (sinl): Declare also if HAVE_DECL_SINL is set.
26521         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
26522         (tanl): Declare also if HAVE_DECL_TANL is set.
26523         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
26524         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
26525         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
26526         declaration of frexpl, ldexpl.
26527         * modules/printf-frexpl (Depends-on): Add math.
26528         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
26529
26530 2007-03-05  Bruno Haible  <bruno@clisp.org>
26531
26532         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
26533         frexpl and ldexpl are declared.
26534         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
26535
26536 2007-03-05  Bruno Haible  <bruno@clisp.org>
26537
26538         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
26539         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
26540
26541 2007-03-05  Bruno Haible  <bruno@clisp.org>
26542
26543         * lib/stdio_.h: Include <stddef.h>.
26544
26545 2007-03-05  Bruno Haible  <bruno@clisp.org>
26546
26547         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
26548
26549 2007-03-05  Bruno Haible  <bruno@clisp.org>
26550
26551         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
26552         NetBSD 4, from Ralf Wildenhues.
26553
26554 2007-03-04  Bruno Haible  <bruno@clisp.org>
26555
26556         * lib/vasprintf.h: Update #if logic for the case when the functions
26557         exist but are overridden.
26558
26559 2007-03-04  Bruno Haible  <bruno@clisp.org>
26560
26561         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
26562         implementations: glibc-2.4 and MacOS X 10.3.
26563         * tests/test-vasnprintf-posix.c (test_function): Test also the case
26564         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
26565         * tests/test-vasprintf-posix.c (test_function): Likewise.
26566
26567 2007-03-04  Bruno Haible  <bruno@clisp.org>
26568
26569         * modules/vasprintf-posix-tests: New file.
26570         * tests/test-vasprintf-posix.c: New file.
26571
26572         * modules/vasprintf-posix: New file.
26573         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
26574         defined.
26575         * m4/vasprintf-posix.m4: New file.
26576         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
26577         gl_FUNC_VASPRINTF.
26578         (gl_FUNC_VASPRINTF): Invoke it.
26579         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
26580         here.
26581         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
26582
26583 2007-03-04  Bruno Haible  <bruno@clisp.org>
26584
26585         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
26586         REPLACE_GETTIMEOFDAY.
26587         * modules/sys_time (Makefile.am): Likewise.
26588         * m4/sys_time_h.m4: Likewise.
26589         * m4/gettimeofday.m4: Likewise.
26590
26591 2007-03-04  Bruno Haible  <bruno@clisp.org>
26592
26593         * modules/vasnprintf-posix-tests: New file.
26594         * tests/test-vasnprintf-posix.c: New file.
26595
26596         * modules/vasnprintf-posix: New file.
26597         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
26598         printf-frexpl.h.
26599         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
26600         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
26601         REPLACE_VASNPRINTF is defined.
26602         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
26603         gl_FUNC_VASNPRINTF.
26604         (gl_FUNC_VASNPRINTF): Invoke it.
26605         * m4/vasnprintf-posix.m4: New file.
26606         * m4/printf.m4: New file.
26607
26608 2007-03-04  Bruno Haible  <bruno@clisp.org>
26609
26610         Compile progreloc.c only if --enable-relocatable is specified.
26611         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
26612         if --enable-relocatable was specified.
26613         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
26614         lib_SOURCES.
26615
26616 2007-03-04  Jim Meyering  <jim@meyering.net>
26617
26618         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
26619         Use it consistently, rather than enumerating errno constants.
26620
26621 2007-03-04  Bruno Haible  <bruno@clisp.org>
26622
26623         * modules/xvasprintf-tests: New file.
26624         * tests/test-xvasprintf.c: New file.
26625
26626         * modules/vasprintf-tests: New file.
26627         * tests/test-vasprintf.c: New file.
26628
26629         * modules/vasnprintf-tests: New file.
26630         * tests/test-vasnprintf.c: New file.
26631
26632         * modules/vsnprintf-tests: New file.
26633         * tests/test-vsnprintf.c: New file.
26634
26635         * modules/snprintf-tests: New file.
26636         * tests/test-snprintf.c: New file.
26637
26638 2007-03-04  Bruno Haible  <bruno@clisp.org>
26639
26640         Compile relocatable.c only if --enable-relocatable is specified.
26641         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
26642         gl_RELOCATABLE_LIBRARY.
26643         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
26644         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
26645         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
26646         gl_RELOCATABLE_LIBRARY.
26647         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
26648         (Makefile.am): Remove lib_SOURCES.
26649         * modules/relocatable-lib-lgpl (configure.ac): Invoke
26650         gl_RELOCATABLE_LIBRARY.
26651         (Makefile.am): Remove lib_SOURCES.
26652         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
26653         always.
26654         * modules/relocatable-prog-wrapper (configure.ac): Invoke
26655         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
26656
26657 2007-03-04  Bruno Haible  <bruno@clisp.org>
26658
26659         * modules/argmatch-tests: New file.
26660         * tests/test-argmatch.c: New file.
26661
26662         * tests/test-allocsa.c (main): Halve the number of loop runs.
26663
26664         * modules/alloca-opt-tests: New file.
26665         * tests/test-alloca-opt.c: New file.
26666
26667 2007-03-04  Jim Meyering  <jim@meyering.net>
26668
26669         Work around difference between Linux ACLs and Solaris 10 ZFS.
26670         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
26671         for EINVAL.
26672
26673 2007-03-03  Bruno Haible  <bruno@clisp.org>
26674
26675         * modules/relocatable-prog (Depends-on): Add back progreloc's
26676         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
26677
26678 2007-03-03  Bruno Haible  <bruno@clisp.org>
26679
26680         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
26681         * modules/relocatable-lib: New file.
26682
26683 2007-03-03  Bruno Haible  <bruno@clisp.org>
26684
26685         * modules/relocatable-prog: Renamed from modules/relocatable.
26686         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
26687
26688 2007-03-03  Bruno Haible  <bruno@clisp.org>
26689
26690         * modules/relocatable-script (Files): Add doc/relocatable.texi,
26691         m4/relocatable-lib.m4.
26692         (Depends-on): Remove 'relocatable'.
26693         (configure.ac): Add gl_RELOCATABLE_NOP.
26694
26695 2007-03-03  Bruno Haible  <bruno@clisp.org>
26696
26697         * modules/relocatable-prog-wrapper: New file.
26698         * modules/relocatable (Depends-on): Add it. Remove all other
26699         dependencies except progname.
26700         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
26701
26702         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
26703         (gl_FUNC_STRERROR): Nop.
26704         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
26705
26706         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
26707         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
26708
26709         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
26710         (gl_FUNC_READLINK): Update.
26711
26712         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
26713
26714 2007-03-03  Bruno Haible  <bruno@clisp.org>
26715
26716         * lib/xreadlink.c: Include <unistd.h> unconditionally.
26717         * modules/xreadlink (Depends-on): Add unistd.
26718         * modules/xreadlink-with-size (Depends-on): Likewise.
26719
26720 2007-03-03  Bruno Haible  <bruno@clisp.org>
26721
26722         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
26723         extracted from gt_FUNC_SETENV.
26724         (gt_FUNC_SETENV): Remove macro.
26725         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
26726         remove gt_FUNC_SETENV.
26727
26728 2007-03-03  Bruno Haible  <bruno@clisp.org>
26729
26730         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
26731         ENABLE_RELOCATABLE here.
26732         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
26733
26734 2007-03-03  Bruno Haible  <bruno@clisp.org>
26735
26736         * modules/rbtreehash-list-tests (Depends-on): Add progname.
26737         * tests/test-rbtreehash_list.c: Include progname.h.
26738         (main): Call set_program_name.
26739
26740         * modules/rbtree-oset-tests (Depends-on): Add progname.
26741         * tests/test-rbtree_oset.c: Include progname.h.
26742         (main): Call set_program_name.
26743
26744         * modules/rbtree-list-tests (Depends-on): Add progname.
26745         * tests/test-rbtree_list.c: Include progname.h.
26746         (main): Call set_program_name.
26747
26748         * modules/linked-list-tests (Depends-on): Add progname.
26749         * tests/test-linked_list.c: Include progname.h.
26750         (main): Call set_program_name.
26751
26752 2007-03-03  Bruno Haible  <bruno@clisp.org>
26753
26754         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
26755         All uses of __restrict changed to _Restrict_.
26756         * lib/glob_.h (__restrict): Remove macro.
26757
26758 2007-03-02  Bruno Haible  <bruno@clisp.org>
26759
26760         * modules/gettext (configure.ac): Require gettext infrastructure
26761         from version 0.16.1.
26762
26763 2007-03-02  Bruno Haible  <bruno@clisp.org>
26764
26765         * modules/linkedhash-list-tests (Depends-on): Add progname.
26766         * tests/test-linkedhash_list.c: Include progname.h.
26767         (main): Call set_program_name.
26768
26769         * modules/carray-list-tests (Depends-on): Add progname.
26770         * tests/test-carray_list.c: Include progname.h.
26771         (main): Call set_program_name.
26772
26773         * modules/avltreehash-list-tests (Depends-on): Add progname.
26774         * tests/test-avltreehash_list.c: Include progname.h.
26775         (main): Call set_program_name.
26776
26777         * modules/avltree-oset-tests (Depends-on): Add progname.
26778         * tests/test-avltree_oset.c: Include progname.h.
26779         (main): Call set_program_name.
26780
26781         * modules/avltree-list-tests (Depends-on): Add progname.
26782         * tests/test-avltree_list.c: Include progname.h.
26783         (main): Call set_program_name.
26784
26785         * modules/array-oset-tests (Depends-on): Add progname.
26786         * tests/test-array_oset.c: Include progname.h.
26787         (main): Call set_program_name.
26788
26789         * modules/array-list-tests (Depends-on): Add progname.
26790         * tests/test-array_list.c: Include progname.h.
26791         (main): Call set_program_name.
26792
26793         * modules/argp-tests (Depends-on): Add progname.
26794         * tests/test-argp.c: Include argp.h first. Include progname.h.
26795         (main): Call set_program_name.
26796
26797 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
26798
26799         * doc/gnulib-tool.texi (Initial import): Reword description of
26800         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
26801         limited effect even if defined after the first system include.
26802
26803 2007-03-01  Bruno Haible  <bruno@clisp.org>
26804
26805         * build-aux/config.libpath: Update to libtool-1.5.22.
26806         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
26807
26808 2007-03-01  Bruno Haible  <bruno@clisp.org>
26809
26810         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
26811         foo_CFLAGS.
26812         Reported by Ralf Wildenhues.
26813
26814 2007-03-01  Bruno Haible  <bruno@clisp.org>
26815
26816         * build-aux/install-reloc: Remove object files left over by some
26817         compilers.
26818         Reported by Ralf Wildenhues.
26819
26820 2007-03-01  Bruno Haible  <bruno@clisp.org>
26821
26822         * build-aux/install-reloc: Break long lines.
26823
26824 2007-03-01  Bruno Haible  <bruno@clisp.org>
26825
26826         * doc/relocatable.texi: Document that it may not work on OpenBSD.
26827         Reported by Ralf Wildenhues.
26828
26829 2007-03-01  Bruno Haible  <bruno@clisp.org>
26830
26831         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
26832         include ordering constraints.
26833
26834 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26835
26836         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
26837         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
26838         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
26839         as another example.
26840         * lib/time_.h: Fix misspelling.
26841         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
26842         Require gl_HEADER_TIME_H_DEFAULTS.
26843         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
26844         * m4/time_r.m4 (gl_TIME_R): Likewise.
26845         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
26846
26847 2007-03-01  Bruno Haible  <bruno@clisp.org>
26848
26849         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
26850         * m4/utimens.m4 (gl_UTIMENS): Likewise.
26851
26852 2007-03-01  Jim Meyering  <jim@meyering.net>
26853
26854         * modules/xreadlink (Maintainer): Add my name.
26855         * modules/xreadlink-with-size (Depends-on): Alphabetize.
26856
26857 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
26858             Bruno Haible  <bruno@clisp.org>
26859
26860         * build-aux/install-reloc: Compile also c-ctype.c.
26861         * build-aux/relocatable.sh.in: New file.
26862         * doc/relocatable.texi: New file.
26863         * doc/relocatable-maint.texi: New file.
26864         * doc/gnulib.texi: Include relocatable-maint.texi.
26865         * lib/progreloc.c: Include unistd.h unconditionally.
26866         * lib/relocwrapper.c: Include unistd.h unconditionally.
26867         Include c-ctype.h.
26868         (add_dotbin): Use c_tolower.
26869         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
26870         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
26871         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
26872         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
26873         to m4/relocatable-lib.m4.
26874         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
26875         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
26876         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
26877         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
26878         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
26879         * modules/relocatable: New file.
26880         * modules/relocatable-lib: New file.
26881         * modules/relocatable-script: New file.
26882
26883 2007-02-28  Bruno Haible  <bruno@clisp.org>
26884
26885         Import --enable-relocatable infrastructure.
26886         * build-aux/config.libpath: New file, from GNU gettext.
26887         * build-aux/install-reloc: New file, from GNU gettext.
26888         * build-aux/reloc-ldflags: New file, from GNU gettext.
26889         * lib/relocatable.h: New file, from GNU gettext.
26890         * lib/relocatable.c: New file, from GNU gettext.
26891         * lib/relocwrapper.c: New file, from GNU gettext.
26892         * m4/relocatable.m4: New file, from GNU gettext.
26893
26894 2007-02-28  Bruno Haible  <bruno@clisp.org>
26895
26896         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
26897
26898         * modules/xreadlink: New file, from GNU gettext with modifications.
26899         * lib/xreadlink.c: New file, from GNU gettext.
26900         * lib/xreadlink.h: Add comments.
26901         (xreadlink): New declaration.
26902
26903         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
26904         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
26905         lib/xreadlink-with-size.c.
26906         (configure.ac): Remove gl_XREADLINK invocation.
26907         (Makefile.am): Augment lib_SOURCES.
26908         * m4/xreadlink.m4: Remove file.
26909         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
26910         (xreadlink_with_size): Renamed from xreadink.
26911         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
26912         * modules/canonicalize (Depends-on): Replace xreadlink with
26913         xreadlink-with-size.
26914         * lib/canonicalize.c (canonicalize_filename_mode): Update.
26915
26916 2007-02-25  Jim Meyering  <jim@meyering.net>
26917
26918         * build-aux/announce-gen: When complaining about excess arguments,
26919         list them.
26920
26921 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
26922
26923         * README: Document signed integer overflow situation more
26924         accurately.
26925
26926 2007-02-25  Bruno Haible  <bruno@clisp.org>
26927
26928         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
26929         'a' or 'A' conversion.
26930
26931 2007-02-25  Bruno Haible  <bruno@clisp.org>
26932
26933         * modules/filename: Renamed from modules/pathname.
26934         (Files): Replace lib/pathname.h with lib/filename.h. Replace
26935         lib/concatpath.c with lib/concat-filename.c.
26936         (Makefile.am): Update.
26937         (Include): Replace pathname.h with filename.h.
26938         * lib/filename.h: Renamed from lib/pathname.h.
26939         (concatenated_filename): Renamed from concatenated_pathname.
26940         * lib/concat-filename.c: Renamed from lib/concatpath.c.
26941         (concatenated_filename): Renamed from concatenated_pathname.
26942         * lib/findprog.c: Include filename.h instead of pathname.h.
26943         (find_in_path): Update.
26944         * lib/javacomp.c: Include filename.h instead of pathname.h.
26945         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
26946         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
26947         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
26948         is_oldgcj_14_13_usable, is_javac_usable): Update.
26949         * lib/javaexec.c: Include filename.h instead of pathname.h.
26950         (execute_java_class): Update.
26951         * modules/findprog: Update.
26952         * modules/javacomp: Update.
26953         * modules/javaexec: Update.
26954         * MODULES.html.sh (File system functions): Add 'filename', remove
26955         'pathname'.
26956
26957 2007-02-25  Bruno Haible  <bruno@clisp.org>
26958
26959         * modules/printf-frexpl-tests: New file.
26960         * tests/test-printf-frexpl.c: New file.
26961
26962         * modules/printf-frexpl: New file.
26963         * lib/printf-frexpl.h: New file.
26964         * lib/printf-frexpl.c: New file.
26965         * m4/printf-frexpl.m4: New file.
26966
26967 2007-02-25  Bruno Haible  <bruno@clisp.org>
26968
26969         * modules/printf-frexp-tests: New file.
26970         * tests/test-printf-frexp.c: New file.
26971
26972         * modules/printf-frexp: New file.
26973         * lib/printf-frexp.h: New file.
26974         * lib/printf-frexp.c: New file.
26975         * m4/printf-frexp.m4: New file.
26976
26977 2007-02-25  Bruno Haible  <bruno@clisp.org>
26978
26979         Assume automake >= 1.10 for the tests.
26980         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
26981         * modules/arctwo-tests: Likewise.
26982         * modules/argp-tests: Likewise.
26983         * modules/avltree-list-tests: Likewise.
26984         * modules/avltree-oset-tests: Likewise.
26985         * modules/avltreehash-list-tests: Likewise.
26986         * modules/carray-list-tests: Likewise.
26987         * modules/crc-tests: Likewise.
26988         * modules/des-tests: Likewise.
26989         * modules/gc-arcfour-tests: Likewise.
26990         * modules/gc-arctwo-tests: Likewise.
26991         * modules/gc-des-tests: Likewise.
26992         * modules/gc-hmac-md5-tests: Likewise.
26993         * modules/gc-hmac-sha1-tests: Likewise.
26994         * modules/gc-md2-tests: Likewise.
26995         * modules/gc-md4-tests: Likewise.
26996         * modules/gc-md5-tests: Likewise.
26997         * modules/gc-pbkdf2-sha1-tests: Likewise.
26998         * modules/gc-rijndael-tests: Likewise.
26999         * modules/gc-sha1-tests: Likewise.
27000         * modules/gc-tests: Likewise.
27001         * modules/getaddrinfo-tests: Likewise.
27002         * modules/hmac-md5-tests: Likewise.
27003         * modules/hmac-sha1-tests: Likewise.
27004         * modules/linked-list-tests: Likewise.
27005         * modules/linkedhash-list-tests: Likewise.
27006         * modules/lock-tests: Likewise.
27007         * modules/md2-tests: Likewise.
27008         * modules/md4-tests: Likewise.
27009         * modules/md5-tests: Likewise.
27010         * modules/rbtree-list-tests: Likewise.
27011         * modules/rbtree-oset-tests: Likewise.
27012         * modules/rbtreehash-list-tests: Likewise.
27013         * modules/read-file-tests: Likewise.
27014         * modules/rijndael-tests: Likewise.
27015         * modules/stdint-tests: Likewise.
27016         * modules/tls-tests: Likewise.
27017
27018 2007-02-24  Bruno Haible  <bruno@clisp.org>
27019
27020         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
27021         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
27022         function; instead check whether isnan with a double argument links.
27023         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
27024         function; instead check whether isnan with a 'long double' argument
27025         links.
27026         Reported by Eric Blake <ebb9@byu.net>.
27027
27028 2007-02-24  Bruno Haible  <bruno@clisp.org>
27029
27030         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
27031         defined.
27032         * lib/isnanl.c: Remove all code. Just include isnan.c.
27033         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
27034
27035 2007-02-25  Jim Meyering  <jim@meyering.net>
27036
27037         Avoid conflicting types for 'unsetenv' on FreeBSD.
27038         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
27039         conflicting with FreeBSD's (5.0 and 6.1) function declaration
27040         in stdlib.h.
27041
27042 2007-02-24  Bruno Haible  <bruno@clisp.org>
27043
27044         * modules/isnanl-nolibm-tests: New file.
27045         * tests/test-isnanl.c: New file.
27046
27047         * modules/isnanl-nolibm: New file.
27048         * lib/isnanl.h: New file.
27049         * lib/isnanl.c: New file.
27050         * m4/isnanl.m4: New file.
27051
27052 2007-02-24  Bruno Haible  <bruno@clisp.org>
27053
27054         * modules/isnan-nolibm-tests: New file.
27055         * tests/test-isnan.c: New file.
27056
27057         * modules/isnan-nolibm: New file.
27058         * lib/isnan.h: New file.
27059         * lib/isnan.c: New file.
27060         * m4/isnan.m4: New file.
27061
27062 2007-02-24  Bruno Haible  <bruno@clisp.org>
27063
27064         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
27065         assume that an exponent fits in 20 bits.
27066
27067 2007-02-24  Jim Meyering  <jim@meyering.net>
27068
27069         * m4/regex.m4: Update the description of the configure-time option,
27070         --without-included-regex, to state accurately what the defaults are,
27071         and perhaps to give people an idea why using this option is risky.
27072
27073 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
27074
27075         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
27076         loops on small arguments.  This attempts to avoid the problem
27077         Bruno Haible reported for AIX 4.3.2 in
27078         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
27079
27080 2007-02-23  Bruno Haible  <bruno@clisp.org>
27081
27082         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
27083         Needed for help2man.
27084
27085 2007-02-23  Karl Berry  <karl@gnu.org>
27086
27087         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
27088         exists, foo.h should be cvs-ignored, not committed.
27089
27090 2007-02-23  Eric Blake  <ebb9@byu.net>
27091
27092         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
27093         * lib/stat-time.h (includes): Likewise.
27094         * lib/utimecmp.c (includes): Likewise.
27095         * lib/utimens.h (includes): Likewise.
27096         * lib/getdate.y (includes): Also include "timespec.h" for use
27097         internal to the module.
27098         * modules/utimens (Depends-on): Revert yesterday's patch.
27099         * modules/nanosleep (Depends-on): Add missing dependency.
27100
27101 2007-02-22  Bruno Haible  <bruno@clisp.org>
27102
27103         * lib/glob.c: Don't include getlogin_r.h.
27104
27105 2007-02-22  Jim Meyering  <jim@meyering.net>
27106
27107         * modules/utimens (Depends-on): Add timespec, required for
27108         utimens.h's inclusion of timespec.h.
27109
27110 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
27111
27112         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
27113         long unreadable paths in GNU/Linux.  Problem reported by Andreas
27114         Schwab in
27115         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
27116         I'll try to think of a better way to fix the Solaris problem.
27117
27118         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
27119         like glibc; on Solaris 10, it fails with errno == EINVAL.
27120         POSIX says the behavior is unspecified if the first argument is NULL,
27121         so play it safe and never pass NULL to the system getcwd.
27122
27123 2007-02-21  Jim Meyering  <jim@meyering.net>
27124
27125         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
27126         of gettimeofday.  It would conflict with the one now always
27127         provided via sys_time_.h.  Reported by Matthew Woehlke, as
27128         an IRIX 6.5 build failure.
27129
27130 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
27131
27132         Minor fixups to port to Solaris 10 with Sun C 5.8.
27133         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
27134         * modules/getcwd (Depends-on): Add dirfd.
27135         * lib/putenv.c (putenv): #undef it.
27136         (rpl_putenv): New decl.
27137         (malloc, free): Include <stdlib.h> rather than prototyping separately.
27138
27139 2007-02-20  Bruno Haible  <bruno@clisp.org>
27140
27141         * modules/stdio-tests: New file.
27142         * tests/test-stdio.c: New file.
27143
27144         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
27145         (Depends-on): Add stdio.
27146         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
27147         (Include): Use <stdio.h> instead of vsnprintf.h.
27148         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
27149         HAVE_DECL_VSNPRINTF.
27150         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
27151
27152         * modules/snprintf (Files): Remove lib/snprintf.h.
27153         (Depends-on): Add stdio.
27154         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
27155         (Include): Use <stdio.h> instead of snprintf.h.
27156         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
27157         HAVE_DECL_SNPRINTF.
27158         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
27159         * lib/getaddrinfo.c: Likewise.
27160
27161         * modules/stdio: New file.
27162         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
27163         * lib/snprintf.h: Remove file.
27164         * lib/vsnprintf.h: Remove file.
27165         * lib/.cppi-disable: Remove snprintf.h.
27166         * m4/stdio_h.m4: New file.
27167         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
27168
27169 2007-02-20  Jim Meyering  <jim@meyering.net>
27170
27171         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
27172         used by e.g., mingw.  From Bruno Haible.
27173
27174 2007-02-19  Bruno Haible  <bruno@clisp.org>
27175
27176         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
27177         warnings.
27178         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27179
27180 2007-02-19  Bruno Haible  <bruno@clisp.org>
27181
27182         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
27183         from mingw users.
27184
27185 2007-02-19  Bruno Haible  <bruno@clisp.org>
27186
27187         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
27188         warnings.
27189         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
27190
27191 2007-02-19  Jim Meyering  <jim@meyering.net>
27192
27193         Don't use FD after a successful "fdopendir (fd)".
27194         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
27195         Reset it by calling dirfd on the just-obtained DIR*.
27196
27197         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
27198         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
27199
27200 2007-02-18  Bruno Haible  <bruno@clisp.org>
27201
27202         * lib/readlink.c: Include <unistd.h>.
27203         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
27204         HAVE_READLINK.
27205         * modules/readlink (Depends-on): Add unistd.
27206         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27207         (Include): Add <unistd.h>.
27208
27209         * lib/getlogin_r.h: Remove file.
27210         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
27211         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
27212         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
27213         HAVE_DECL_GETLOGIN_R.
27214         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
27215         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27216         (Include): Use <unistd.h> instead of getlogin_r.h.
27217
27218         * lib/getcwd.h: Remove file.
27219         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
27220         * lib/xgetcwd.c: Likewise.
27221         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
27222         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
27223         * modules/getcwd (Files): Remove lib/getcwd.h.
27224         (Depends-on): Add unistd.
27225         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27226         (Include): Use <unistd.h> instad of getcwd.h.
27227
27228         * lib/ftruncate.c: Include <unistd.h> first.
27229         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
27230         Set HAVE_FTRUNCATE.
27231         * modules/ftruncate (Depends-on): Add unistd.
27232         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27233
27234         * lib/fchdir.c: Include <unistd.h> first.
27235         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
27236         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
27237         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
27238         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27239         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
27240
27241         * lib/dup2.c: Include <unistd.h> first.
27242         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
27243         HAVE_DUP2.
27244         * modules/dup2 (Depends-on): Add unistd.
27245         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27246
27247         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
27248         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
27249         REPLACE_CHOWN. Don't define chown as a macro here.
27250         * modules/chown (Depends-on): Add unistd.
27251         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27252
27253         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
27254         Add definition for GL_LINK_WARNING.
27255         (chown, dup2): New declarations.
27256         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
27257         link warning.
27258         (ftruncate): New declaration.
27259         (getcwd): New declaration, taken from old getcwd.h.
27260         (getlogin_r): New declaration, taken from old getlogin_r.h.
27261         (readlink): New declaration.
27262         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
27263         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
27264         (gl_PREREQ_UNISTD): Remove macro.
27265         (gl_UNISTD_MODULE_INDICATOR): New macro.
27266         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
27267         many new variables. Don't set UNISTD_H.
27268         * modules/unistd (Description): Change.
27269         (Depends-on): Add link-warning.
27270         (configure.ac): Update.
27271         (Makefile.am): Create unistd.h always. Substitute many new variables
27272         into it.
27273
27274 2007-02-18  Bruno Haible  <bruno@clisp.org>
27275
27276         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
27277         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
27278         HAVE_GETSUBOPT.
27279         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
27280         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
27281         * lib/getsubopt.h: Remove file.
27282         * modules/getsubopt (Files): Remove lib/getsubopt.h.
27283         (Depends-on): Add stdlib.
27284         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
27285         (Includes): Use <stdlib.h> instead of getsubopt.h.
27286         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
27287         Set HAVE_GETSUBOPT.
27288         * lib/getsubopt.c: Don't include getsubopt.h.
27289
27290 2007-02-18  Bruno Haible  <bruno@clisp.org>
27291
27292         * modules/fchdir (Depends-on): Add dup2.
27293
27294 2007-02-18  Bruno Haible  <bruno@clisp.org>
27295
27296         * lib/stdlib_.h: Handle glibc's special invocation convention
27297         specially.
27298
27299 2007-02-18  Bruno Haible  <bruno@clisp.org>
27300
27301         * modules/stdlib-tests: New file.
27302         * tests/test-stdlib.c: New file.
27303
27304         * modules/mkstemp (Files): Remove lib/mkstemp.h.
27305         (Depends-on): Add stdlib.
27306         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
27307         (Includes): Use <stdlib.h> instead of mkstemp.h.
27308         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
27309         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
27310         * lib/mkstemp.c: Don't include mkstemp.h.
27311         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
27312         * lib/stdlib--.h: Don't include mkstemp.h.
27313
27314         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
27315         (Depends-on): Add stdlib.
27316         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
27317         (Includes): Use <stdlib.h> instead of mkdtemp.h.
27318         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
27319         HAVE_MKDTEMP.
27320         * lib/mkdtemp.c: Don't include mkdtemp.h.
27321         * lib/clean-temp.c: Don't include mkdtemp.h.
27322
27323         * modules/exit (Files): Remove lib/exit.h.
27324         (Depends-on): Add stdlib.
27325         (Makefile.am): Remove lib_SOURCES.
27326         (Include): Use <stdlib.h> instead of exit.h.
27327         * lib/argmatch.c: Don't include exit.h.
27328         * lib/execute.c: Likewise.
27329         * lib/pagealign_alloc.c: Likewise.
27330         * lib/pipe.c: Likewise.
27331         * lib/wait-process.c: Likewise.
27332         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
27333         * lib/exitfail.c: Likewise.
27334         * lib/savewd.c: Likewise.
27335         * lib/xsetenv.c: Likewise.
27336
27337         * modules/stdlib: New file.
27338         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
27339         and extra comments about mkstemp().
27340         * lib/exit.h: Remove file.
27341         * lib/mkdtemp.h: Remove file.
27342         * lib/mkstemp.h: Remove file.
27343         * m4/stdlib_h.m4: New file.
27344         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
27345
27346 2007-02-18  Bruno Haible  <bruno@clisp.org>
27347
27348         * modules/math-tests: New file.
27349         * tests/test-math.c: New file.
27350
27351         * modules/math: New file.
27352         * modules/mathl (Files): Remove lib/mathl.h.
27353         (Depends-on): Add math.
27354         (Makefile.am): Don't mention mathl.h.
27355         (Include): Use <math.h> instead of mathl.h.
27356         * lib/math_.h: New file.
27357         * lib/mathl.h: Remove file.
27358         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
27359         mathl.h.
27360         * lib/asinl.c: Likewise.
27361         * lib/atanl.c: Likewise.
27362         * lib/ceill.c: Likewise.
27363         * lib/cosl.c: Likewise.
27364         * lib/expl.c: Likewise.
27365         * lib/floorl.c: Likewise.
27366         * lib/frexpl.c: Likewise.
27367         * lib/ldexpl.c: Likewise.
27368         * lib/logl.c: Likewise.
27369         * lib/sincosl.c: Likewise.
27370         * lib/sinl.c: Likewise.
27371         * lib/sqrtl.c: Likewise.
27372         * lib/tanl.c: Likewise.
27373         * lib/trigl.c: Likewise.
27374         * m4/math_h.m4: New file.
27375         * MODULES.html.sh (Mathematics): Add math.
27376
27377 2007-02-17  Bruno Haible  <bruno@clisp.org>
27378
27379         * modules/wctype-tests: New file.
27380         * tests/test-wctype.c: New file.
27381
27382         * modules/wchar-tests: New file.
27383         * tests/test-wchar.c: New file.
27384
27385         * modules/unistd-tests: New file.
27386         * tests/test-unistd.c: New file.
27387
27388         * modules/time-tests: New file.
27389         * tests/test-time.c: New file.
27390
27391         * modules/sysexits-tests: New file.
27392         * tests/test-sysexits.c: New file.
27393
27394         * modules/sys_time-tests: New file.
27395         * tests/test-sys_time.c: New file.
27396
27397         * modules/sys_stat-tests: New file.
27398         * tests/test-sys_stat.c: New file.
27399
27400         * modules/sys_socket-tests: New file.
27401         * tests/test-sys_socket.c: New file.
27402
27403         * modules/sys_select-tests: New file.
27404         * tests/test-sys_select.c: New file.
27405
27406         * modules/string-tests: New file.
27407         * tests/test-string.c: New file.
27408
27409         * modules/stdbool-tests: New file.
27410         * tests/test-stdbool.c: New file.
27411
27412         * modules/netinet_in-tests: New file.
27413         * tests/test-netinet_in.c: New file.
27414
27415         * modules/inttypes-tests: New file.
27416         * tests/test-inttypes.c: New file.
27417
27418         * modules/fcntl-tests: New file.
27419         * tests/test-fcntl.c: New file.
27420
27421         * modules/byteswap-tests: New file.
27422         * tests/test-byteswap.c: New file.
27423
27424         * modules/arpa_inet-tests: New file.
27425         * tests/test-arpa_inet.c: New file.
27426
27427 2007-02-17  Bruno Haible  <bruno@clisp.org>
27428
27429         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
27430         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
27431         if the corresponding module is not enabled. Emit link warnings if
27432         the function is used nevertheless.
27433         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
27434         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
27435         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
27436         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
27437         * modules/inttypes (Depends-on): Add link-warning.
27438         (Makefile.am): Copy the contents of build-aux/link-warning.h into
27439         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
27440         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
27441         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
27442         * modules/imaxdiv (configure.ac): Likewise.
27443         * modules/strtoimax (configure.ac): Likewise.
27444         * modules/strtoumax (configure.ac): Likewise.
27445
27446 2007-02-17  Bruno Haible  <bruno@clisp.org>
27447
27448         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
27449         gl_STRING_MODULE_INDICATOR_DEFAULTS.
27450         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
27451         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
27452
27453 2007-02-17  Bruno Haible  <bruno@clisp.org>
27454
27455         * modules/link-warning: New file.
27456         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
27457         * lib/string_.h (GL_LINK_WARNING): Remove definition.
27458         * modules/string (Depends-on): Add link-warning.
27459         (Makefile.am): Copy the contents of build-aux/link-warning.h into
27460         string.h.
27461         * MODULES.html.sh (Support for building libraries and executables): Add
27462         link-warning.
27463
27464 2007-02-17  Bruno Haible  <bruno@clisp.org>
27465
27466         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
27467         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
27468         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
27469         long lines.
27470
27471 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
27472             Bruno Haible  <bruno@clisp.org>
27473
27474         * modules/tmpfile: New file.
27475         * lib/tmpfile.c: New file.
27476         * m4/tmpfile.m4: New file.
27477         * MODULES.html.sh (func_all_modules): New section "Input/output".
27478
27479 2007-02-15  Bruno Haible  <bruno@clisp.org>
27480
27481         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
27482         (supports_delete_on_close): New function.
27483         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
27484
27485 2007-02-14  Bruno Haible  <bruno@clisp.org>
27486
27487         * modules/mbspcasecmp-tests: New file.
27488         * tests/test-mbspcasecmp.sh: New file.
27489         * tests/test-mbspcasecmp.c: New file.
27490
27491         New module mbspcasecmp.
27492         * modules/mbspcasecmp: New file.
27493         * lib/mbspcasecmp.c: New file.
27494         * lib/string_.h (strncasecmp): Change warning message.
27495         (mbspcasecmp): New declaration.
27496         * m4/mbspcasecmp.m4: New file.
27497         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27498         GNULIB_MBSPCASECMP.
27499         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
27500         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
27501
27502 2007-02-14  Bruno Haible  <bruno@clisp.org>
27503
27504         * modules/mbsncasecmp-tests: New file.
27505         * tests/test-mbsncasecmp.sh: New file.
27506         * tests/test-mbsncasecmp.c: New file.
27507
27508         New module mbsncasecmp.
27509         * modules/mbsncasecmp: New file.
27510         * lib/mbsncasecmp.c: New file.
27511         * lib/string_.h (mbsncasecmp): New declaration.
27512         * m4/mbsncasecmp.m4: New file.
27513         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27514         GNULIB_MBSNCASECMP.
27515         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
27516         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
27517
27518 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
27519
27520         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
27521         Verify that it doesn't overlap with our flags.
27522         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
27523         do not have the desired effect in multibyte locales; instead, use
27524         mbscasecmp.
27525         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
27526         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
27527         we don't require GNU fnmatch ourselves (if our users require it, they
27528         should do so explicitly).
27529
27530         Fix regex code so it doesn't rely on strcasecmp.
27531         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
27532         Otherwise, include gnulib's langinfo.h.
27533         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
27534         undesirable behavior in non-C locales.  Instead, rely on localecharset.
27535         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
27536         * modules/regex (FILES): Remove m4/codeset.m4.
27537         (Depends-on): Add localcharset.  Remove strcase.
27538
27539 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27540
27541         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
27542         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
27543
27544 2007-02-13  Bruno Haible  <bruno@clisp.org>
27545
27546         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
27547         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27548
27549 2007-02-12  Bruno Haible  <bruno@clisp.org>
27550
27551         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
27552         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
27553         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
27554         time warning rather than a link error.
27555
27556 2007-02-12  Bruno Haible  <bruno@clisp.org>
27557
27558         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
27559         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27560         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27561
27562 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
27563
27564         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
27565         args, not 2.
27566
27567 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
27568
27569         New module 'time', so that apps can include <time.h> as per
27570         POSIX and GNU instead of separate include files like time_r.h
27571         and timegm.h.  This implementation tries out a simpler approach
27572         for replacing decls in standard include files (as compared to
27573         the string module), somewhat as an experiment.
27574
27575         * config/srclist.txt: Comment out mktime.c for now.
27576         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
27577         since it doesn't apply any more.  Use generic wording instead.
27578         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
27579         'time'.
27580         * lib/time_.h, m4/time_h.m4, modules/time: New files.
27581         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
27582         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
27583         Don't include <sys/types.h>; no longer needed since we assume C89.
27584         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
27585         * lib/strftime.c: Likewise.
27586         * lib/time_r.c: Likewise.
27587         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
27588         * lib/nanosleep.c: Include <time.h> first, to check interface.
27589         * lib/strptime.c: Likewise.
27590         * lib/time_r.c: Likewise.
27591         * lib/timegm.c: Likewise.
27592         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
27593         needed.
27594         * lib/timegm.c: Don't include timegm.h; no longer needed.
27595         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
27596         time.h now handles any problems in that area.
27597         (struct timespec, nanosleep): Remove; time.h now arranges for these.
27598         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
27599         that time.h defines struct timespec.
27600         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
27601         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
27602         handles that.
27603         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
27604         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
27605         needed.  Set REPLACE_LOCALTIME.
27606         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
27607         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
27608         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
27609         nanosleep; time_h.m4 now does that.  Don't require
27610         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
27611         module handles this now.
27612         * modules/getdate (Depends-on): Remove timespec.  Add time.
27613         * modules/nanosleep (Depends-on): Likewise.
27614         * modules/stat-time (Depends-on): Likewise.
27615         * modules/nanosleep (Include): Include time.h, not timespec.h.
27616         * modules/strptime (Files): Remove lib/strptime.h.
27617         (Depends-on): Add extensions, time.
27618         (Include): Include time.h, not strptime.h.
27619         * modules/time_r (Files): Remove lib/time_r.h.
27620         (Depends-on): Add time.
27621         (Include): Include time.h, not time_r.h.
27622         * modules/timegm: Likewise.
27623         * modules/timespec (Description): Now does timespec-related decls
27624         of our own, instead of struct timespec itself.
27625         (Depends-on): Add time; remove extensions.
27626         (Maintainer): Add self.
27627         * modules/utimecmp (Depends-on): Add time; remove timespec.
27628         * modules/utimens (Depends-on): Likewise.
27629         * modules/xnanosleep (Depends-on): Likewise.
27630
27631 2007-02-11  Bruno Haible  <bruno@clisp.org>
27632
27633         * lib/c-strstr.c: Include allocsa.h.
27634         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
27635         * lib/c-strcasestr.c: Include allocsa.h.
27636         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
27637         * lib/strcasestr.c: Include allocsa.h.
27638         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
27639         * lib/mbsstr.c: Include allocsa.h.
27640         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
27641         allocsa/freesa instead of malloc/free.
27642         * lib/mbscasestr.c: Include allocsa.h.
27643         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
27644         allocsa/freesa instead of malloc/free.
27645         * modules/c-strstr (Depends-on): Add allocsa.
27646         * modules/c-strcasestr (Depends-on): Likewise.
27647         * modules/strcasestr (Depends-on): Likewise.
27648         * modules/mbsstr (Depends-on): Likewise.
27649         * modules/mbscasestr (Depends-on): Likewise.
27650
27651 2007-02-11  Bruno Haible  <bruno@clisp.org>
27652
27653         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
27654
27655         * modules/mbsspn-tests: New file.
27656         * tests/test-mbsspn.sh: New file.
27657         * tests/test-mbsspn.c: New file.
27658
27659 2007-02-11  Bruno Haible  <bruno@clisp.org>
27660
27661         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
27662
27663         * modules/mbspbrk-tests: New file.
27664         * tests/test-mbspbrk.sh: New file.
27665         * tests/test-mbspbrk.c: New file.
27666
27667 2007-02-11  Bruno Haible  <bruno@clisp.org>
27668
27669         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
27670         unneeded cast.
27671
27672         * modules/mbscspn-tests: New file.
27673         * tests/test-mbscspn.sh: New file.
27674         * tests/test-mbscspn.c: New file.
27675
27676 2007-02-11  Bruno Haible  <bruno@clisp.org>
27677
27678         * modules/mbscasecmp-tests: New file.
27679         * tests/test-mbscasecmp.sh: New file.
27680         * tests/test-mbscasecmp.c: New file.
27681
27682 2007-02-11  Bruno Haible  <bruno@clisp.org>
27683
27684         Ensure O(n) worst-case complexity of mbscasestr.
27685         * lib/mbscasestr.c: Include stdbool.h.
27686         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
27687         functions.
27688         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
27689         the bookkeeping indicates that it's worth it.
27690         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
27691
27692         * modules/mbscasestr-tests: New file.
27693         * tests/test-mbscasestr1.c: New file.
27694         * tests/test-mbscasestr2.sh: New file.
27695         * tests/test-mbscasestr2.c: New file.
27696         * tests/test-mbscasestr3.sh: New file.
27697         * tests/test-mbscasestr3.c: New file.
27698         * tests/test-mbscasestr4.sh: New file.
27699         * tests/test-mbscasestr4.c: New file.
27700         * m4/locale-tr.m4: New file.
27701
27702 2007-02-11  Bruno Haible  <bruno@clisp.org>
27703
27704         Ensure O(n) worst-case complexity of mbsstr.
27705         * lib/mbsstr.c: Include stdbool.h.
27706         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
27707         functions.
27708         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
27709         bookkeeping indicates that it's worth it.
27710         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
27711
27712         * modules/mbsstr-tests: New file.
27713         * tests/test-mbsstr1.c: New file.
27714         * tests/test-mbsstr2.sh: New file.
27715         * tests/test-mbsstr2.c: New file.
27716         * tests/test-mbsstr3.sh: New file.
27717         * tests/test-mbsstr3.c: New file.
27718         * m4/locale-fr.m4: New file.
27719
27720 2007-02-11  Bruno Haible  <bruno@clisp.org>
27721
27722         * lib/mbsrchr.c (mbsrchr): Fix bug.
27723
27724         * modules/mbsrchr-tests: New file.
27725         * tests/test-mbsrchr.sh: New file.
27726         * tests/test-mbsrchr.c: New file.
27727
27728 2007-02-11  Bruno Haible  <bruno@clisp.org>
27729
27730         * lib/mbschr.c (mbschr): Fix bug.
27731
27732         * modules/mbschr-tests: New file.
27733         * tests/test-mbschr.sh: New file.
27734         * tests/test-mbschr.c: New file.
27735         * m4/locale-zh.m4: New file.
27736
27737 2007-02-11  Bruno Haible  <bruno@clisp.org>
27738
27739         Support for copying multibyte string iterators.
27740         * lib/mbiter.h: Include <string.h>.
27741         (mbiter_multi_copy): New function.
27742         (mbi_copy): New macro.
27743         * lib/mbuiter.h: Include <string.h>.
27744         (mbuiter_multi_copy): New function.
27745         (mbui_copy): New macro.
27746
27747 2007-02-11  Bruno Haible  <bruno@clisp.org>
27748
27749         New module mbslen.
27750         * modules/mbslen: New file.
27751         * lib/mbslen.c: New file.
27752         * lib/string_.h (mbslen): New declaration.
27753         * m4/mbslen.m4: New file.
27754         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27755         GNULIB_MBSLEN.
27756         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
27757         * MODULES.html.sh (Internationalization functions): Add mbslen.
27758
27759 2007-02-11  Bruno Haible  <bruno@clisp.org>
27760
27761         Ensure O(n) worst-case complexity of strcasestr substitute.
27762         * lib/strcasestr.c: Include stdbool.h.
27763         (knuth_morris_pratt): New function.
27764         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
27765         bookkeeping indicates that it's worth it.
27766         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
27767
27768         * modules/strcasestr-tests: New file.
27769         * tests/test-strcasestr.c: New file.
27770
27771 2007-02-11  Bruno Haible  <bruno@clisp.org>
27772
27773         Ensure O(n) worst-case complexity of c_strcasestr.
27774         * lib/c-strcasestr.c: Include stdbool.h, string.h.
27775         (knuth_morris_pratt): New function.
27776         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
27777         the bookkeeping indicates that it's worth it.
27778         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
27779
27780         * modules/c-strcasestr-tests: New file.
27781         * tests/test-c-strcasestr.c: New file.
27782
27783 2007-02-11  Bruno Haible  <bruno@clisp.org>
27784
27785         Ensure O(n) worst-case complexity of c_strstr.
27786         * lib/c-strstr.c: Include stdbool.h, string.h.
27787         (knuth_morris_pratt): New function.
27788         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
27789         bookkeeping indicates that it's worth it.
27790         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
27791
27792         * lib/c-strstr.c: Complete rewrite for maintainability.
27793
27794         * modules/c-strstr-tests: New file.
27795         * tests/test-c-strstr.c: New file.
27796
27797 2007-02-11  Bruno Haible  <bruno@clisp.org>
27798
27799         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
27800         5.2.1 and earlier, whereby \055 was treated just like the range
27801         delimiter '-'.
27802         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
27803
27804 2007-02-08  Bruno Haible  <bruno@clisp.org>
27805
27806         * modules/regex (Depends-on): Add stdbool.
27807         Reported by Dalibor Topic <robilad@kaffe.org>.
27808
27809 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
27810
27811         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
27812         Prefer returning from main to exiting from it.
27813         Remove unnecessary parens after sizeof.
27814
27815 2007-02-05  Bruno Haible  <bruno@clisp.org>
27816
27817         New module mbssep.
27818         * modules/mbssep: New file.
27819         * lib/mbssep.c: New file.
27820         * lib/string_.h (strsep): Add a conditional link warning.
27821         (mbssep): New declaration.
27822         * m4/mbssep.m4: New file.
27823         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27824         GNULIB_MBSSEP.
27825         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
27826         * MODULES.html.sh (Internationalization functions): Add mbssep.
27827
27828 2007-02-05  Bruno Haible  <bruno@clisp.org>
27829
27830         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
27831         Optimize search in case of 1 delimiter.
27832
27833 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
27834
27835         * lib/acl.h: Include sys/types.h before sys/acl.h.
27836
27837 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
27838
27839         Merge upstream fix for glibc bugzilla #3957:
27840
27841         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
27842
27843         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
27844         bit for RE_HAT_LISTS_NOT_NEWLINE.
27845         (build_charclass_op): Remove bogus comment.
27846
27847 2007-02-05  Simon Josefsson  <simon@josefsson.org>
27848
27849         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
27850
27851 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
27852
27853         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
27854         * lib/memmem.c [!defined _LIBC]: Include config.h.
27855
27856 2007-02-04  Bruno Haible  <bruno@clisp.org>
27857
27858         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
27859         warning message.
27860
27861 2007-02-04  Bruno Haible  <bruno@clisp.org>
27862
27863         New module mbstok_r.
27864         * modules/mbstok_r: New file.
27865         * lib/mbstok_r.c: New file.
27866         * lib/string_.h (strtok_r): Change argument names to match the
27867         comments. Add a conditional link warning.
27868         (mbstok_r): New declaration.
27869         * m4/mbstok_r.m4: New file.
27870         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27871         GNULIB_MBSTOK_R.
27872         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
27873         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
27874
27875 2007-02-04  Bruno Haible  <bruno@clisp.org>
27876
27877         New module mbsspn.
27878         * modules/mbsspn: New file.
27879         * lib/mbsspn.c: New file.
27880         * lib/string_.h (strspn): Add a conditional link warning.
27881         (mbsspn): New declaration.
27882         * m4/mbsspn.m4: New file.
27883         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27884         GNULIB_MBSSPN.
27885         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
27886         * MODULES.html.sh (Internationalization functions): Add mbsspn.
27887
27888 2007-02-04  Bruno Haible  <bruno@clisp.org>
27889
27890         New module mbspbrk.
27891         * modules/mbspbrk: New file.
27892         * lib/mbspbrk.c: New file.
27893         * lib/string_.h (strpbrk): Add a conditional link warning.
27894         (mbspbrk): New declaration.
27895         * m4/mbspbrk.m4: New file.
27896         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27897         GNULIB_MBSPBRK.
27898         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
27899         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
27900
27901 2007-02-04  Bruno Haible  <bruno@clisp.org>
27902
27903         New module mbscspn.
27904         * modules/mbscspn: New file.
27905         * lib/mbscspn.c: New file.
27906         * lib/string_.h (strcspn): Add a conditional link warning.
27907         (mbscspn): New declaration.
27908         * m4/mbscspn.m4: New file.
27909         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27910         GNULIB_MBSCSPN.
27911         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
27912         * MODULES.html.sh (Internationalization functions): Add mbscspn.
27913
27914 2007-02-04  Bruno Haible  <bruno@clisp.org>
27915
27916         New module mbscasestr, reduced goal of strcasestr.
27917         * modules/mbscasestr: New file.
27918         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
27919         (mbscasestr): Renamed from strcasestr.
27920         * lib/strcasestr.c: Don't include mbuiter.h.
27921         (strcasestr): Remove support for multibyte locales.
27922         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
27923         Change the conditional link warning.
27924         (mbscasestr): New declaration.
27925         * m4/mbscasestr.m4: New file.
27926         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
27927         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
27928         REPLACE_STRCASESTR.
27929         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
27930         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27931         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
27932         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
27933         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
27934         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
27935         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
27936         (Depends-on): Remove mbuiter.
27937         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
27938
27939 2007-02-04  Bruno Haible  <bruno@clisp.org>
27940
27941         Simplify handling of strncasecmp.
27942         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
27943         the conditional link warning.
27944         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27945         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
27946         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
27947         * modules/strcase (configure.ac): Don't invoke
27948         gl_STRING_MODULE_INDICATOR.
27949         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
27950
27951 2007-02-04  Bruno Haible  <bruno@clisp.org>
27952
27953         New module mbscasecmp, reduced goal of strcasecmp.
27954         * modules/mbscasecmp: New file.
27955         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
27956         (mbscasecmp): Renamed from strcasecmp.
27957         * lib/strcasecmp.c: Don't include mbuiter.h.
27958         (strcasecmp): Remove support for multibyte locales.
27959         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
27960         Change the conditional link warning.
27961         (mbscasecmp): New declaration.
27962         * m4/mbscasecmp.m4: New file.
27963         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
27964         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
27965         REPLACE_STRCASECMP.
27966         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
27967         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27968         GNULIB_MBSCASECMP.
27969         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
27970         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
27971         * modules/strcase (Files): Remove m4/mbrtowc.m4.
27972         (Depends-on): Remove mbuiter.
27973         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
27974
27975 2007-02-04  Bruno Haible  <bruno@clisp.org>
27976
27977         New module mbsstr. Remove module strstr.
27978         * modules/mbsstr: New file.
27979         * modules/strstr: Remove file.
27980         * lib/mbsstr.c: Renamed from lib/strstr.c.
27981         (mbsstr): Renamed from strstr.
27982         * lib/string_.h (strstr): Remove declaration. Change the conditional
27983         link warning.
27984         (mbsstr): New declaration.
27985         * m4/mbsstr.m4: New file.
27986         * m4/strstr.m4: Remove file.
27987         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
27988         REPLACE_STRSTR.
27989         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
27990         Don't initialize GNULIB_STRSTR.
27991         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
27992         substitute GNULIB_STRSTR and REPLACE_STRSTR.
27993         * MODULES.html.sh (Internationalization functions): Add mbsstr.
27994         (Support for systems lacking ANSI C 89): Remove strstr.
27995
27996 2007-02-04  Bruno Haible  <bruno@clisp.org>
27997
27998         New module mbsrchr.
27999         * modules/mbsrchr: New file.
28000         * lib/mbsrchr.c: New file.
28001         * lib/string_.h (strrchr): Add a conditional link warning.
28002         (mbsrchr): New declaration.
28003         * m4/mbsrchr.m4: New file.
28004         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
28005         GNULIB_MBSRCHR.
28006         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
28007         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
28008
28009 2007-02-04  Bruno Haible  <bruno@clisp.org>
28010
28011         New module mbschr.
28012         * modules/mbschr: New file.
28013         * lib/mbschr.c: New file.
28014         * lib/string_.h (strchr): Add a conditional link warning.
28015         (mbschr): New declaration.
28016         * m4/mbschr.m4: New file.
28017         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
28018         GNULIB_MBSCHR.
28019         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
28020         * MODULES.html.sh (Internationalization functions): Add mbschr.
28021
28022 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
28023
28024         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
28025
28026         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
28027
28028 2007-02-04  Bruno Haible  <bruno@clisp.org>
28029
28030         New module description section 'configure.ac-early'.
28031         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
28032         (func_get_autoconf_early_snippet): New function.
28033         (func_import, func_create_testdir): Use it. Remove special cases for
28034         modules 'extensions' and 'lock'.
28035         * modules/extensions (configure.ac-early): Require
28036         gl_USE_SYSTEM_EXTENSIONS.
28037         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
28038
28039 2007-02-04  Bruno Haible  <bruno@clisp.org>
28040
28041         Make use of gcj-4.3's -fsource and -ftarget option.
28042         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
28043         and if so try the options -fsource and -ftarget.
28044         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
28045         source_version, ftarget_option, target_version arguments.
28046         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
28047         (is_envjavac_oldgcj_14_14_usable): Renamed from
28048         is_envjavac_gcj_14_14_usable.
28049         (is_envjavac_oldgcj_14_13_usable): Renamed from
28050         is_envjavac_gcj_14_13_usable.
28051         (is_gcj_present): Update.
28052         (is_gcj_43, is_gcj43_usable): New functions.
28053         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
28054         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
28055         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
28056         try the options -fsource and -ftarget.
28057
28058 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28059
28060         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
28061         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
28062         larger value.
28063
28064 2007-02-03  Jim Meyering  <jim@meyering.net>
28065
28066         Give tools a better chance to allocate space for very large buffers.
28067         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
28068
28069         Make pwd and readlink work also when run with an unreadable parent dir
28070         on systems with openat support.
28071         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
28072         provided getcwd function, even when we have openat support.
28073         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
28074
28075 2007-02-02  Bruno Haible  <bruno@clisp.org>
28076
28077         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
28078         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
28079         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
28080         portability problems if one of these functions is only used on specific
28081         platforms.
28082         Reported by Paul Eggert.
28083
28084 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
28085
28086         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
28087         is causing more trouble than it's curing.
28088         * lib/regex_internal.h (__mempcpy): Remove.
28089         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
28090         (and make the code a tad smaller to boot).
28091         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
28092
28093 2007-02-02  Jim Meyering  <jim@meyering.net>
28094
28095         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
28096         section, not in the Makefile.am: one.
28097
28098 2007-02-02  Eric Blake  <ebb9@byu.net>
28099
28100         * lib/strchrnul.c: Always include config.h first.
28101
28102         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
28103         gnulib strstr is not necessary here.
28104
28105 2007-02-02  Simon Josefsson  <simon@josefsson.org>
28106
28107         * m4/socklen.m4: Fix typo.
28108
28109 2007-02-02  Eric Blake  <ebb9@byu.net>
28110
28111         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
28112         * modules/netinet_in (Makefile.am): Likewise.
28113
28114 2007-02-01  Bruno Haible  <bruno@clisp.org>
28115
28116         * lib/string_.h (GL_LINK_WARNING): New macro.
28117         (strcasecmp, strstr, strcasestr): If provided by the system,
28118         conditionally define as a macro that leads to a warning instead of to
28119         an error.
28120         (strncasecmp): Conditionally define as a macro that leads to a warning.
28121
28122 2007-02-01  Karl Berry  <karl@gnu.org>
28123
28124         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
28125
28126 2007-02-01  Bruno Haible  <bruno@clisp.org>
28127
28128         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
28129         renamings.
28130
28131 2007-02-01  Eric Blake  <ebb9@byu.net>
28132
28133         * modules/regex (Depends-on): Revert dependence on mempcpy.
28134         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
28135         module's definition of mempcpy.
28136         Reported by Paul Eggert.
28137
28138 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
28139
28140         * lib/string_.h: If the gnulib module XYZ is not present, undefine
28141         the symbol XYZ before redefining it.  This fixes a problem with
28142         programs that don't use XYZ, when compiled on systems that define
28143         XYZ to something else.
28144
28145 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
28146
28147         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
28148         occurs when "mkdir -m foo" creates a setgid directory that is (1)
28149         writeable to group or other and (2) is intended to have a special
28150         mode bit that is set or cleared.  In such a case, the directory
28151         should be neither group- nor other-writeable until the special
28152         mode bits are right.
28153
28154 2007-01-31  Eric Blake  <ebb9@byu.net>
28155
28156         * modules/mountlist (Depends-on): Add strstr.
28157
28158         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
28159         bug.
28160         * modules/string (Makefile.am): Remove redundant replacement.
28161         * modules/regex (Depends-on): Add mempcpy.
28162
28163 2007-01-31  Bruno Haible  <bruno@clisp.org>
28164
28165         New module description field 'Link'.
28166         * gnulib-tool (func_usage): Document --extract-link-directive.
28167         (sed_extract_prog): Recognize 'Link' directive.
28168         (func_get_link_directive): New function.
28169         (func_import): Show summary of link directives.
28170         Handle --extract-link-directive option.
28171         * modules/acl (Link): New section.
28172         * modules/clock-time (Link): New section.
28173         * modules/euidaccess (Link): New section.
28174         * modules/gettext (Link): New section.
28175         * modules/iconv (Link): New section.
28176         * modules/lock (Link): New section.
28177         * modules/nanosleep (Link): New section.
28178         * modules/readline (Link): New section.
28179
28180 2007-01-27  Bruno Haible  <bruno@clisp.org>
28181
28182         Enforce the use of gnulib modules for unportable <string.h> functions.
28183         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
28184         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
28185         (gl_HEADER_STRING_H_BODY): Require it.
28186         * lib/string_.h: If the gnulib module XYZ is not present, redefine
28187         the symbol XYZ to one that gives a link error.
28188         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
28189         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
28190         * modules/mempcpy (configure.ac): Likewise.
28191         * modules/memrchr (configure.ac): Likewise.
28192         * modules/stpcpy (configure.ac): Likewise.
28193         * modules/stpncpy (configure.ac): Likewise.
28194         * modules/strcase (configure.ac): Likewise.
28195         * modules/strcasestr (configure.ac): Likewise.
28196         * modules/strchrnul (configure.ac): Likewise.
28197         * modules/strdup (configure.ac): Likewise.
28198         * modules/strndup (configure.ac): Likewise.
28199         * modules/strnlen (configure.ac): Likewise.
28200         * modules/strpbrk (configure.ac): Likewise.
28201         * modules/strsep (configure.ac): Likewise.
28202         * modules/strstr (configure.ac): Likewise.
28203         * modules/strtok_r (configure.ac): Likewise.
28204
28205 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
28206
28207         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
28208
28209 2007-01-30  Jim Meyering  <jim@meyering.net>
28210
28211         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
28212
28213 2007-01-29  Bruno Haible  <bruno@clisp.org>
28214
28215         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
28216         * lib/execute.c: Likewise.
28217         * lib/pipe.c: Likewise.
28218         * lib/printf-args.h: Likewise.
28219         * lib/printf-args.c: Likewise.
28220         * lib/printf-parse.c: Likewise.
28221         * lib/vasnprintf.c: Likewise.
28222
28223 2007-01-29  Eric Blake  <ebb9@byu.net>
28224
28225         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
28226         declaration.
28227
28228 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
28229
28230         * lib/strptime.h (strptime): Use 'restrict' for args where
28231         POSIX requires this.
28232         * lib/strptime.c (strptime): Likewise.
28233         Change license notice from LGPL to GPL, since gnulib-tool will
28234         change this as needed.
28235         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
28236         defined.
28237         Include "strptime.h" first, to check interface.
28238         Do not #undef _LIBC and _NL_CURRENT.
28239         Do not include <stdlib.h>; no longer needed.
28240         Include "time_r.h" and declare ptime_locale_status
28241         only if _LIBC is not defined.
28242         (__P): Remove unused macro.
28243         (match_string): Bring back glibc version, but use it only if _LIBC
28244         is defined.
28245         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
28246         Remove unnecessary assertion and abort() call.
28247         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
28248         * m4/strptime.m4: Fix serial number comment.
28249         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
28250         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
28251         (Depends-on): Add time_r.
28252
28253 2007-01-29  Bruno Haible  <bruno@clisp.org>
28254
28255         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28256         strptime.
28257         * modules/strptime (Depends-on): Add stdbool.
28258         * lib/strptime.h: Include <time.h> always. Add comments.
28259
28260 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28261
28262         * modules/strptime: New file.
28263         * lib/strptime.h: New file.
28264         * lib/strptime.c: New file.
28265         * m4/strptime.m4: New file.
28266
28267 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
28268
28269         * MODULES.html.sh: New module mpsort.
28270         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
28271
28272         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
28273         a circularity problem with HP-UX ia64 reported by Bob Proulx in
28274         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
28275         All uses changed.
28276         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
28277         All uses changed.
28278         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
28279         to _Restrict_.
28280         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
28281         the parameter matches the prototype.
28282
28283 2007-01-28  Jim Meyering  <jim@meyering.net>
28284
28285         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
28286         sys/time.h here, reverting that part of the previous patch:
28287         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
28288
28289 2007-01-28  Bruno Haible  <bruno@clisp.org>
28290
28291         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
28292         value of $(SYS_TIME_H).
28293         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
28294         remove it conditionally, too. [added by Jim Meyering]
28295         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
28296         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
28297         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
28298         GETTIMEOFDAY_REPLACEMENT to 1.
28299
28300 2007-01-28  Bruno Haible  <bruno@clisp.org>
28301
28302         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
28303         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
28304         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
28305         Set UNISTD_H instead of UNISTD_H2.
28306         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
28307
28308 2007-01-28  Bruno Haible  <bruno@clisp.org>
28309
28310         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
28311         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
28312
28313 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28314
28315         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
28316         (func_create_testdir): Ensure C locale for `grep' and `tr'
28317         character ranges.
28318         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
28319         ACLOCAL_AMFLAGS parsing state machine.
28320
28321 2007-01-27  Bruno Haible  <bruno@clisp.org>
28322
28323         * modules/unistr/base: Update.
28324
28325 2007-01-27  Bruno Haible  <bruno@clisp.org>
28326
28327         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
28328         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
28329         * modules/unistr/u32-mbtouc-unsafe: Renamed from
28330         modules/unistr/u32-mbtouc.
28331         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
28332         * lib/unistr.h: Update.
28333         * lib/linebreak.c: Update.
28334         * modules/unistr/u32-mbtouc: Renamed from
28335         modules/unistr/u32-mbtouc-safe.
28336         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
28337         * lib/unistr.h: Update.
28338         * lib/unistr/u32-to-u8.c: Update.
28339         * lib/unistr/u32-to-u16.c: Update.
28340
28341 2007-01-27  Bruno Haible  <bruno@clisp.org>
28342
28343         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
28344         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
28345         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
28346         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
28347         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
28348         * modules/unistr/u16-mbtouc-unsafe: Renamed from
28349         modules/unistr/u16-mbtouc.
28350         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
28351         * lib/unistr.h: Update.
28352         * lib/linebreak.c: Update.
28353         * modules/linebreak: Update.
28354         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
28355         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
28356         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
28357         * modules/unistr/u16-mbtouc: Renamed from
28358         modules/unistr/u16-mbtouc-safe.
28359         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
28360         * lib/unistr.h: Update.
28361         * lib/unistr/u16-to-u8.c: Update.
28362         * modules/unistr/u16-to-u8: Update.
28363         * lib/unistr/u16-to-u32.c: Update.
28364         * modules/unistr/u16-to-u32: Update.
28365
28366 2007-01-27  Bruno Haible  <bruno@clisp.org>
28367
28368         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
28369         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
28370         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
28371         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
28372         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
28373         * modules/unistr/u8-mbtouc-unsafe: Renamed from
28374         modules/unistr/u8-mbtouc.
28375         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
28376         * lib/unistr.h: Update.
28377         * lib/striconveh.c: Update.
28378         * modules/striconveh: Update.
28379         * lib/linebreak.c: Update.
28380         * modules/linebreak: Update.
28381         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
28382         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
28383         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
28384         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
28385         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
28386         * lib/unistr.h: Update.
28387         * lib/striconveh.c: Update.
28388         * modules/striconveh: Update.
28389         * lib/unistr/u8-to-u16.c: Update.
28390         * modules/unistr/u8-to-u16: Update.
28391         * lib/unistr/u8-to-u32.c: Update.
28392         * modules/unistr/u8-to-u32: Update.
28393
28394 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28395
28396         Sync from Libtool.
28397         * lib/argz.c: Do not include strings.h nor memory.h, include
28398         string.h unconditionally.  Patch by Simon Josefsson.
28399
28400 2007-01-27  Bruno Haible  <bruno@clisp.org>
28401
28402         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
28403         from gl_HEADER_STRING_H_BODY.
28404         (gl_HEADER_STRING_H_BODY): Require it.
28405         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
28406         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
28407         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
28408         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
28409         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
28410         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
28411         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
28412         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
28413         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
28414         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
28415         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
28416         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
28417         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
28418         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
28419         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
28420
28421 2007-01-27  Bruno Haible  <bruno@clisp.org>
28422
28423         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
28424         check_PROGRAMS into noinst_PROGRAMS.
28425         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
28426         check_PROGRAMS in this case.
28427         (func_import): Set for_test to false.
28428         (func_create_testdir): Set for_test to true.
28429
28430 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
28431             Bruno Haible  <bruno@clisp.org>
28432
28433         * modules/strcasestr (Files): Remove lib/strcasestr.h.
28434         (Depends-on): Add string.
28435         (Includes): Use <string.h> instead of strcasestr.h.
28436         * modules/string (Makefile.am): Also substitute the value of
28437         REPLACE_STRCASESTR.
28438         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
28439         assume strcasestr is declared in <string.h> not <strings.h>. Also
28440         set REPLACE_STRCASESTR.
28441         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
28442         REPLACE_STRCASESTR.
28443         * lib/strcasestr.h: Remove file.
28444         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
28445         * lib/string_.h (strcasestr): New declaration.
28446
28447 2007-01-27  Bruno Haible  <bruno@clisp.org>
28448
28449         * lib/string_.h: Use 'extern'.
28450
28451 2007-01-27  Jim Meyering  <jim@meyering.net>
28452
28453         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
28454         of set-but-not-used local, "q".
28455
28456         * lib/mempcpy.c: Include <config.h> before <string.h>.
28457         This fixes a compilation error on HP-UX, due to the system's
28458         "restrict"-using mempcpy prototype.
28459
28460 2007-01-26  Bruno Haible  <bruno@clisp.org>
28461
28462         Small optimization.
28463         * lib/javacomp.c: Include c-strstr.h.
28464          (is_envjavac_gcj): Use c_strstr instead of strstr.
28465         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
28466
28467 2007-01-26  Bruno Haible  <bruno@clisp.org>
28468
28469         * MODULES.html.sh (Unicode string functions): Add the new modules.
28470
28471         * modules/uniconv/u32-strconv-to-locale: New file.
28472         * lib/uniconv/u32-strconv-to-locale.c: New file.
28473
28474         * modules/uniconv/u16-strconv-to-locale: New file.
28475         * lib/uniconv/u16-strconv-to-locale.c: New file.
28476
28477         * modules/uniconv/u8-strconv-to-locale: New file.
28478         * lib/uniconv/u8-strconv-to-locale.c: New file.
28479
28480         * modules/uniconv/u32-strconv-from-locale: New file.
28481         * lib/uniconv/u32-strconv-from-locale.c: New file.
28482
28483         * modules/uniconv/u16-strconv-from-locale: New file.
28484         * lib/uniconv/u16-strconv-from-locale.c: New file.
28485
28486         * modules/uniconv/u8-strconv-from-locale: New file.
28487         * lib/uniconv/u8-strconv-from-locale.c: New file.
28488
28489         * modules/uniconv/u32-strconv-to-enc: New file.
28490         * lib/uniconv/u32-strconv-to-enc.c: New file.
28491         * modules/uniconv/u32-strconv-to-enc-tests: New file.
28492         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
28493
28494         * modules/uniconv/u16-strconv-to-enc: New file.
28495         * lib/uniconv/u16-strconv-to-enc.c: New file.
28496         * lib/uniconv/u-strconv-to-enc.h: New file.
28497         * modules/uniconv/u16-strconv-to-enc-tests: New file.
28498         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
28499
28500         * modules/uniconv/u8-strconv-to-enc: New file.
28501         * lib/uniconv/u8-strconv-to-enc.c: New file.
28502         * modules/uniconv/u8-strconv-to-enc-tests: New file.
28503         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
28504
28505         * modules/uniconv/u32-strconv-from-enc: New file.
28506         * lib/uniconv/u32-strconv-from-enc.c: New file.
28507         * modules/uniconv/u32-strconv-from-enc-tests: New file.
28508         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
28509
28510         * modules/uniconv/u16-strconv-from-enc: New file.
28511         * lib/uniconv/u16-strconv-from-enc.c: New file.
28512         * modules/uniconv/u16-strconv-from-enc-tests: New file.
28513         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
28514
28515         * modules/uniconv/u8-strconv-from-enc: New file.
28516         * lib/uniconv/u8-strconv-from-enc.c: New file.
28517         * lib/uniconv/u-strconv-from-enc.h: New file.
28518         * modules/uniconv/u8-strconv-from-enc-tests: New file.
28519         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
28520
28521         * modules/uniconv/u32-conv-from-enc: New file.
28522         * lib/uniconv/u32-conv-from-enc.c: New file.
28523         * modules/uniconv/u32-conv-from-enc-tests: New file.
28524         * tests/uniconv/test-u32-conv-from-enc.c: New file.
28525
28526         * modules/uniconv/u16-conv-from-enc: New file.
28527         * lib/uniconv/u16-conv-from-enc.c: New file.
28528         * lib/uniconv/u-conv-from-enc.h: New file.
28529         * modules/uniconv/u16-conv-from-enc-tests: New file.
28530         * tests/uniconv/test-u16-conv-from-enc.c: New file.
28531
28532         * modules/uniconv/u8-conv-from-enc: New file.
28533         * lib/uniconv/u8-conv-from-enc.c: New file.
28534         * modules/uniconv/u8-conv-from-enc-tests: New file.
28535         * tests/uniconv/test-u8-conv-from-enc.c: New file.
28536
28537         * modules/uniconv/base: New file.
28538         * lib/uniconv.h: New file.
28539
28540 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
28541
28542         * doc/gnulib-tool.texi (Initial import): Update to match current
28543         behavior with strdup module.
28544         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
28545         * lib/memmem.h: Remove; all uses removed.  This is now done
28546         by <string.h>.
28547         * lib/mempcpy.h: Likewise.
28548         * lib/memrchr.h: Likewise.
28549         * lib/stpcpy.h: Likewise.
28550         * lib/stpncpy.h: Likewise.
28551         * lib/strcase.h: Likewise.
28552         * lib/strchrnul.h: Likewise.
28553         * lib/strdup.h: Likewise.
28554         * lib/strndup.h: Likewise.
28555         * lib/strnlen.h: Likewise.
28556         * lib/strpbrk.h: Likewise.
28557         * lib/strsep.h: Likewise.
28558         * lib/strstr.h: Likewise.
28559         * lib/strtok_r.h: Likewise.
28560         * lib/string_.h: New file.
28561         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
28562         Rely on <string.h> instead.
28563         * lib/canon-host.c: Likewise.
28564         * lib/chdir-long.c: Likewise.
28565         * lib/concatpath.c: Likewise.
28566         * lib/exclude.c: Likewise.
28567         * lib/fchdir.c: Likewise.
28568         * lib/getaddrinfo.c: Likewise.
28569         * lib/getcwd.c: Likewise.
28570         * lib/getsubopt.c: Likewise.
28571         * lib/glob.c: Likewise.
28572         * lib/hard-locale.c: Likewise.
28573         * lib/iconvme.c: Likewise.
28574         * lib/javacomp.c: Likewise.
28575         * lib/mempcpy.c: Likewise.
28576         * lib/memrchr.c: Likewise.
28577         * lib/regex_internal.h: Likewise.
28578         * lib/stpncpy.c: Likewise.
28579         * lib/strcasecmp.c: Likewise.
28580         * lib/strchrnul.c: Likewise.
28581         * lib/strdup.c: Likewise.
28582         * lib/striconv.c: Likewise.
28583         * lib/striconveh.c: Likewise.
28584         * lib/striconveha.c: Likewise.
28585         * lib/strncasecmp.c: Likewise.
28586         * lib/strndup.c: Likewise.
28587         * lib/strnlen.c: Likewise.
28588         * lib/strsep.c: Likewise.
28589         * lib/strstr.c: Likewise.
28590         * lib/strtok_r.c: Likewise.
28591         * lib/userspec.c: Likewise.
28592         * lib/w32spawn.h: Likewise.
28593         * lib/xstrndup.c: Likewise.
28594         * lib/mountlist.c (strstr): Remove decl.
28595         * m4/string_h.m4: New file.
28596         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
28597         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
28598         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
28599         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
28600         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
28601         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
28602         Set REPLACE_STRCASECMP if necessary.
28603         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
28604         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
28605         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
28606         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
28607         HAVE_DECL_STRDUP if necessary.
28608         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
28609         since gl_FUNC_STRNDUP does that now.
28610         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
28611         Check for decl here...
28612         (gl_PREREQ_STRNLEN): ... not here.
28613         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
28614         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
28615         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
28616         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
28617         necessary.
28618         * modules/string: New file.
28619         * modules/memmem (Files): Remove special-purpose include file.
28620         (Depends-on): Add string.
28621         (Include): Include <string.h>, not the removed file.
28622         * modules/mempcpy: Likewise.
28623         * modules/memrchr: Likewise.
28624         * modules/stpcpy: Likewise.
28625         * modules/stpncpy: Likewise.
28626         * modules/strcase: Likewise.
28627         * modules/strchrnul: Likewise.
28628         * modules/strdup: Likewise.
28629         * modules/strndup: Likewise.
28630         * modules/strnlen: Likewise.
28631         * modules/strpbrk: Likewise.
28632         * modules/strsep: Likewise.
28633         * modules/strstr: Likewise.
28634         * modules/strtok_r: Likewise.
28635         * tests/test-dirname.c: Don't include "strdup.h", since
28636         <string.h> now suffices.
28637         * tests/test-memmem.c: Don't include "memmem.h", since
28638         <string.h> now suffices.
28639
28640 2007-01-25  Bruno Haible  <bruno@clisp.org>
28641
28642         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
28643         *resultp is 0.
28644
28645         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
28646         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
28647         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
28648         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
28649
28650         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
28651         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
28652         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
28653         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
28654         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
28655         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
28656
28657 2007-01-24  Bruno Haible  <bruno@clisp.org>
28658
28659         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
28660         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
28661         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
28662         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
28663         gl_FUNC_FTS_CORE.
28664         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
28665         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
28666         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28667         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
28668         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
28669         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
28670         gl_FUNC_FCHOWNAT.
28671         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
28672         gl_FUNC_STRFTIME.
28673         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
28674         Reported by Ralf Wildenhues.
28675
28676 2007-01-24  Bruno Haible  <bruno@clisp.org>
28677
28678         Drop AC_REQUIRE calls that are redundant with the module dependencies.
28679         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
28680         gl_GETADDRINFO.
28681         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
28682         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
28683         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
28684
28685 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
28686
28687         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
28688         Don't use 'exit'; just return from 'main'.
28689         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
28690
28691         * lib/fnmatch_.h: Readjust white space and comments to match
28692         glibc, to avoid spurious diffs.
28693
28694 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28695
28696         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
28697         2004-12-01 change by Jakub Jelinek, since this code won't compile
28698         if !LIBC.  Problem reported by Bob Proulx.
28699
28700 2007-01-23  Bruno Haible  <bruno@clisp.org>
28701
28702         * lib/striconveh.c: Include c-strcaseeq.h.
28703         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
28704         * modules/striconveh (Depends-on): Add c-strcaseeq.
28705
28706 2007-01-23  Bruno Haible  <bruno@clisp.org>
28707
28708         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
28709
28710         * modules/c-strcaseeq: New file.
28711         * lib/c-strcaseeq.h: New file.
28712
28713         * modules/streq: New file.
28714         * lib/streq.h: New file.
28715
28716 2007-01-23  Bruno Haible  <bruno@clisp.org>
28717
28718         * modules/striconveha-tests: New file.
28719         * tests/test-striconveha.c: New file.
28720
28721         * lib/striconveha.h: Include <stdbool.h>.
28722         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
28723         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
28724         (mem_iconveha_notranslit): Renamed from mem_iconveha.
28725         (mem_iconveha): New function.
28726         (str_iconveha_notranslit): Renamed from str_iconveha.
28727         (str_iconveha): New function.
28728         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
28729         c-strcase.
28730
28731 2007-01-23  Bruno Haible  <bruno@clisp.org>
28732
28733         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
28734         encodings without forgiving before trying any encoding with handler.
28735         (str_iconveha): Try all encodings without forgiving before trying any
28736         encoding with handler.
28737
28738 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28739
28740         Import the following changes from libc.
28741
28742         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
28743
28744         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
28745
28746         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
28747
28748         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
28749         normal_bracket label.
28750
28751         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
28752
28753         [BZ #361]
28754         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
28755         to normal_bracket after fetching the next character.
28756
28757 2007-01-22  Bruno Haible  <bruno@clisp.org>
28758
28759         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
28760         argument.
28761         * lib/striconveh.c (iconv_carefully_1): New function.
28762         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
28763         argument.
28764         (str_cd_iconveh): Update.
28765         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
28766         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
28767         * tests/test-striconveh.c (MAGIC): New macro.
28768         (new_offsets): New function.
28769         (main): Test call with and without offsets.
28770
28771 2007-01-22  Bruno Haible  <bruno@clisp.org>
28772
28773         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
28774         * modules/sys_select (Makefile.am): Likewise.
28775         * modules/sys_socket (Makefile.am): Likewise.
28776         * modules/sys_time (Makefile.am): Likewise.
28777
28778 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
28779
28780         * modules/gettimeofday (License): Change from GPL to LGPL, since
28781         gettimeofday is a library function.
28782
28783 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28784
28785         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
28786
28787 2007-01-21  Bruno Haible  <bruno@clisp.org>
28788
28789         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
28790
28791 2007-01-21  Bruno Haible  <bruno@clisp.org>
28792
28793         * modules/striconveha: New file.
28794         * lib/striconveha.h: New file.
28795         * lib/striconveha.c: New file.
28796         * MODULES.html.sh (Internationalization functions): Add striconveha.
28797         * lib/striconv.c (str_iconv): Optimize the case of an empty input
28798         string.
28799         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
28800
28801 2007-01-21  Bruno Haible  <bruno@clisp.org>
28802
28803         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
28804         * lib/striconveh.c (str_iconveh): Likewise.
28805
28806 2007-01-21  Bruno Haible  <bruno@clisp.org>
28807
28808         * lib/striconveh.h (mem_iconveh): New declaration.
28809         * lib/striconveh.c (mem_iconveh): New function.
28810         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
28811
28812 2007-01-21  Bruno Haible  <bruno@clisp.org>
28813
28814         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
28815
28816         * lib/striconveh.h (mem_cd_iconveh): Change specification.
28817         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
28818         original result buffer.
28819         (str_cd_iconveh): Update.
28820         * tests/test-striconveh.c (main): Update.
28821
28822         * lib/striconv.h (mem_cd_iconv): Change specification.
28823         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
28824         result buffer.
28825         (str_cd_iconv): Update.
28826         * tests/test-striconv.c (main): Update.
28827
28828 2007-01-21  Bruno Haible  <bruno@clisp.org>
28829
28830         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
28831
28832 2007-01-20  Jim Meyering  <jim@meyering.net>
28833
28834         * lib/userspec.c (parse_with_separator): If a user or group string
28835         starts with "+", skip the corresponding name-to-ID look-up, since
28836         such a look-up must fail: user and group names may not include "+".
28837
28838 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
28839
28840         * lib/poll.c: Include sys/time.h and time.h unconditionally,
28841         since we now assume the sys_time module.
28842         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
28843         check for sys/time.h; no longer needed.
28844         * modules/poll (Depends-on): Depend on sys_time.
28845
28846 2007-01-18  Bruno Haible  <bruno@clisp.org>
28847
28848         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
28849         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
28850
28851         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
28852         gettimeofday.
28853
28854         * tests/test-gettimeofday.c: Include <time.h>.
28855         (dummy): Remove variable.
28856
28857         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
28858         gl_HEADER_SYS_TIME_H.
28859         (gl_HEADER_SYS_TIME_H): New macro.
28860
28861         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
28862         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28863         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
28864         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
28865         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28866         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
28867         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
28868         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28869         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
28870         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
28871         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28872
28873         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
28874         last change; it caused a compilation error when cross-compiling to
28875         Cygwin.
28876
28877 2007-01-18  Jim Meyering  <jim@meyering.net>
28878
28879         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
28880         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
28881         than the race-prone "test -d sys || mkdir sys".
28882         (configure.ac): Use AC_PROG_MKDIR_P.
28883         * modules/sys_select: Likewise.
28884         * modules/sys_socket: Likewise.
28885         * modules/sys_time: Likewise.
28886
28887 2007-01-18  Eric Blake  <ebb9@byu.net>
28888
28889         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
28890         replace gettimeofday.
28891         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
28892         name, to avoid infinite recursion.
28893
28894 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
28895
28896         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
28897         module sys_time.
28898         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
28899         assume timespec.h defines struct timeval.
28900         * lib/settime.c: Likewise.
28901         * lib/utimens.c: Likewise.
28902         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
28903         since we now assume the gettimeofday module.
28904         * lib/tempname.c (__gen_tempname): Likewise.
28905         * lib/gettimeofday.h: Remove.
28906         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
28907         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
28908         Include <time.h>, for 'time()'.
28909         (localtime_buffer_addr): Also use this workaround if
28910         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
28911         to simplify the uses.  All uses changed.
28912         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
28913         that #undef is inside {}, and 'const' follows type name consistently.
28914         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
28915         (gettimeofday): Do not use the maximum possible value for
28916         tv->tv_usec, since that might break usages other than ls.c.
28917         Instead, we'll leave ls.c alone.  This undoes today's patch
28918         by Bruno.  Add a compile-time warning for 1s-clock resolution;
28919         we've never observed the problem but might as well keep the
28920         canary.
28921         * lib/nanosleep.c: Include timespec.h first, for interface check.
28922         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
28923         now assume the sys_time module.
28924         * lib/tempname.c: Likewise.
28925         * lib/timespec.h: Likewise.
28926         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
28927         needed.
28928         * lib/strftime.c: Likewise.
28929         * lib/timespec.h: Likewise.
28930         * lib/posixtm.c: Include posixtm.h first, for interface check.
28931         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
28932         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
28933         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
28934         * lib/sys_time_.h: New file.
28935         * lib/timespec.h (struct timespec): Use long int, not long.
28936         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
28937         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
28938         Remove obsolescent call to AC_HEADER_TIME.
28939         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
28940         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28941         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
28942         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
28943         Likewise.
28944         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
28945         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
28946         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
28947         into the sys_time module.  Check for gettimeofday just once.
28948         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
28949         for gettimeofday signature to just check the signature.  Merely
28950         compile it, since linking doesn't test signature.  Improve test for
28951         whether gettimeofday.o is actually needed.
28952         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
28953         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
28954         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
28955         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28956         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
28957         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
28958         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
28959         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
28960         than worrying about sys/time.h.
28961         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
28962         Don't bother worrying about TIME_WITH_SYS_TIME.
28963         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
28964         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
28965         * m4/sys_time_h.m4: New file.
28966         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
28967         Don't include sys/time.h.  Return from main rather than exiting.
28968         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
28969         all uses changed.
28970         * modules/gethrxtime (Depends-on): Add sys_time.
28971         * modules/gettime (Depends-on): Likewise.
28972         * modules/gettimeofday (Depends-on): Likewise.
28973         * modules/nanosleep (Depends-on): Likewise.
28974         * modules/settime (Depends-on): Likewise.
28975         * modules/tempname (Depends-on): Likewise.
28976         * modules/utimens (Depends-on): Likewise.
28977         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
28978         (Include:) Change back to <sys/time.h>.
28979         (Maintainer:) Add self.
28980         * modules/sys_time: New file.
28981         * modules/tempname (Depends-on): Add gettimeofday.
28982         * tests/test-gettimeofday.c: Include <sys/time.h>
28983         rather than gettimeofday.h.
28984
28985 2007-01-17  Bruno Haible  <bruno@clisp.org>
28986
28987         * gnulib-tool (func_get_license): Revert last patch. Instead, let
28988         the license default to GPL.
28989         (func_create_testdir): Don't complain if a module is LGPL and its
28990         tests module depends on GPLed modules.
28991
28992 2007-01-17  Bruno Haible  <bruno@clisp.org>
28993
28994         * lib/gettimeofday.c (gettimeofday): Add code for the case
28995         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
28996         maximum possible value for tv->tv_usec, rather than the minimum one.
28997
28998 2005-10-08  Martin Lambers  <marlam@marlam.de>
28999 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
29000 2007-01-16  Bruno Haible  <bruno@clisp.org>
29001
29002         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
29003         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
29004         gl_FUNC_GETTIMEOFDAY.
29005         (Include): Add gettimeofday.h.
29006         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
29007         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
29008         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
29009         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
29010         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
29011         * lib/gettimeofday.h: New file.
29012         * lib/gettimeofday.c: Include <sys/timeb.h>.
29013         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
29014         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
29015         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
29016         fall back on time().
29017
29018         * tests/test-gettimeofday.c: New file.
29019         * modules/gettimeofday-tests: New file.
29020
29021 2007-01-16  Eric Blake  <ebb9@byu.net>
29022
29023         * modules/fnmatch (Depends-on): Depend on wchar.
29024         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
29025         * m4/fnmatch.m4: Likewise.
29026         * modules/mbchar (Makefile.am): Assume <wchar.h>.
29027         * m4/mbchar.m4: Likewise.
29028         * modules/mbswidth (Depends-on): Depend on wchar.
29029         * lib/mbswidth.c: Assume <wchar.h>.
29030         * m4/mbswidth.m4: Likewise.
29031         * modules/quotearg (Depends-on): Depend on wchar.
29032         * lib/quotearg.c: Assume <wchar.h>.
29033         * m4/quotearg.m4: Likewise.
29034         * modules/regex (Depends-on): Depend on wchar.
29035         * lib/regex_internal.h: Assume <wchar.h>.
29036         * m4/regex.m4: Likewise.
29037         * modules/stdint (Depends-on): Depend on wchar.
29038         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
29039         * m4/stdint.m4: Likewise.
29040         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
29041         * modules/strftime (Depends-on): Depend on wchar.
29042         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
29043         * modules/strtol (Depends-on): Depend on wchar.
29044         * lib/strtol.c: Assume <wchar.h>.
29045         * modules/wcwidth (Depends-on): Depend on wchar.
29046         * lib/wcwidth.h: Assume <wchar.h>.
29047         * m4/wcwidth.m4: Likewise.
29048
29049 2007-01-16  Bruno Haible  <bruno@clisp.org>
29050
29051         * modules/csharpexec-script: New, created from...
29052         * modules/csharpexec: ... this.
29053
29054 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
29055
29056         * modules/javaexec-script: New, created from...
29057         * modules/javaexec: ... this.
29058
29059 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29060
29061         * modules/poll (Dependencies): Add sys_select.
29062
29063 2007-01-15  Jim Meyering  <jim@meyering.net>
29064
29065         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
29066         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
29067         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
29068         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
29069
29070 2007-01-15  Bruno Haible  <bruno@clisp.org>
29071
29072         * modules/striconveh: New file.
29073         * lib/striconveh.h: New file.
29074         * lib/striconveh.c: New file.
29075         * MODULES.html.sh (Internationalization functions): Add striconveh.
29076
29077         * modules/striconveh-tests: New file.
29078         * tests/test-striconveh.c: New file.
29079
29080 2007-01-15  Bruno Haible  <bruno@clisp.org>
29081
29082         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
29083         not from GNU libiconv or GNU libc.
29084
29085 2007-01-15  Bruno Haible  <bruno@clisp.org>
29086
29087         * doc/gnulib-intro.texi (Copyright): Explain the different license
29088         terms for module descriptions, autoconf macros, tests, documentation.
29089
29090 2007-01-14  Bruno Haible  <bruno@clisp.org>
29091
29092         * modules/striconv-tests: New file.
29093         * tests/test-striconv.c: New file.
29094
29095 2007-01-14  Bruno Haible  <bruno@clisp.org>
29096
29097         * modules/iconv-tests: New file.
29098         * tests/test-iconv.c: New file.
29099
29100 2007-01-14  Bruno Haible  <bruno@clisp.org>
29101
29102         * gnulib-tool (func_get_license): For test modules, use the license of
29103         the main module.
29104
29105 2007-01-14  Bruno Haible  <bruno@clisp.org>
29106
29107         * modules/iconv (Include): Clarify that <iconv.h> can only be included
29108         if iconv is found to exist.
29109
29110 2007-01-14  Bruno Haible  <bruno@clisp.org>
29111
29112         * modules/c-ctype-tests: New file.
29113         * tests/test-c-ctype.c: New file.
29114
29115 2007-01-14  Bruno Haible  <bruno@clisp.org>
29116
29117         * modules/binary-io-tests: New file.
29118         * tests/test-binary-io.sh: New file.
29119         * tests/test-binary-io.c: New file.
29120
29121 2007-01-14  Bruno Haible  <bruno@clisp.org>
29122
29123         * modules/array-oset-tests: New file.
29124         * tests/test-array_oset.c: New file.
29125
29126 2007-01-14  Bruno Haible  <bruno@clisp.org>
29127
29128         * modules/array-list-tests: New file.
29129         * tests/test-array_list.c: New file.
29130
29131 2007-01-14  Bruno Haible  <bruno@clisp.org>
29132
29133         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
29134         and make.
29135         Reported by Simon Josefsson in
29136         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
29137
29138 2007-01-14  Bruno Haible  <bruno@clisp.org>
29139
29140         * modules/allocsa-tests: New file.
29141         * tests/test-allocsa.c: New file.
29142
29143 2007-01-14  Bruno Haible  <bruno@clisp.org>
29144
29145         * modules/fchdir (Depends-on): Add absolute-header.
29146         * modules/unistd (Depends-on): Likewise.
29147
29148 2006-12-30  Bruno Haible  <bruno@clisp.org>
29149
29150         * modules/fchdir: New file.
29151         * modules/unistd (Files): Add lib/unistd_.h.
29152         (Makefile.am): Generate unistd.h from unistd_.h.
29153         * lib/fchdir.c: New file.
29154         * lib/dirent_.h: New file.
29155         * lib/unistd_.h: New file.
29156         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
29157         * m4/fchdir.m4: New file.
29158         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
29159         (gl_HEADER_UNISTD): Invoke it.
29160         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
29161         function.
29162         * lib/backupfile.c (opendir, closedir): Undefine.
29163         * lib/chown.c (open, close): Undefine.
29164         * lib/clean-temp.c (open, close): Undefine.
29165         * lib/copy-file.c (open, close): Undefine.
29166         * lib/execute.c (open, close): Undefine.
29167         * lib/fsusage.c (open, close): Undefine.
29168         * lib/gc-gnulib.c (open, close): Undefine.
29169         * lib/getcwd.c (opendir, closedir): Undefine.
29170         * lib/glob.c (opendir, closedir): Undefine.
29171         * lib/javacomp.c (open, close): Undefine.
29172         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
29173         * lib/openat-proc.c (open, close): Undefine.
29174         * lib/pagealign_alloc.c (open, close): Undefine.
29175         * lib/pipe.c (open, close): Undefine.
29176         * lib/progreloc.c (open, close): Undefine.
29177         * lib/savedir.c (opendir, closedir): Undefine.
29178         * lib/utime.c (open, close): Undefine.
29179         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
29180
29181 2007-01-10  Bruno Haible  <bruno@clisp.org>
29182
29183         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
29184
29185 2007-01-12  Eric Blake  <ebb9@byu.net>
29186
29187         Provide a robust <wchar.h>.  Further simplifications are now
29188         possible in other modules, but not included here.
29189         * modules/wchar: New module.
29190         * m4/wchar.m4: New file.
29191         * lib/wchar_.h: Likewise.
29192         * modules/mbchar (Depends-on): Depend on wchar, as the first use
29193         of the new module.
29194         * MODULES.html.sh (Extended multibyte and wide character utilities):
29195         New section.
29196
29197 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
29198
29199         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
29200         to a reasonable default for memory allocation.
29201         (xreadlink): Don't allocate a huge buffer, to work around a buggy
29202         file system that reports garbage st_size values for symlinks.
29203         Problem reported by Liyang Hu.
29204
29205 2007-01-11  Simon Josefsson  <simon@josefsson.org>
29206
29207         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
29208         Emacs .#* auto-save files).
29209
29210 2007-01-11  Bruno Haible  <bruno@clisp.org>
29211
29212         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
29213         directory.
29214
29215 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29216
29217         Use @...@ consistently in lib/wctype_.h.
29218         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
29219         on it being set to 1 or 0.
29220         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
29221         go back to AC_SUBSTing it.
29222         * modules/wctype (Makefile.am): Undo previous change.
29223
29224 2007-01-10  Eric Blake  <ebb9@byu.net>
29225
29226         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
29227         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
29228         * modules/wctype (Makefile.am): Likewise.
29229         Reported by Chris McGuire.
29230
29231 2007-01-10  Jim Meyering  <jim@meyering.net>
29232
29233         fts.c: a small readability/maintainability improvement
29234         * lib/fts.c (fts_read): Make this code slightly more readable and
29235         maintainable by hoisting the "sp->fts_cur = p" assignments to
29236         immediately follow the statements that set P.  Derived from
29237         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
29238
29239 2007-01-10  Eric Blake  <ebb9@byu.net>
29240
29241         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
29242         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
29243         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
29244         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
29245         Reported by Chris McGuire.
29246
29247 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29248
29249         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
29250         in sed script.
29251
29252 2007-01-09  Bruno Haible  <bruno@clisp.org>
29253
29254         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
29255         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
29256         variables.
29257         (func_module): Use them.
29258
29259 2007-01-09  Bruno Haible  <bruno@clisp.org>
29260
29261         * modules/unistr/base: New file.
29262         * lib/unistr.h: New file.
29263
29264         * modules/unistr/u8-to-u16: New file.
29265         * lib/unistr/u8-to-u16.c: New file.
29266
29267         * modules/unistr/u8-to-u32: New file.
29268         * lib/unistr/u8-to-u32.c: New file.
29269
29270         * modules/unistr/u16-to-u8: New file.
29271         * lib/unistr/u16-to-u8.c: New file.
29272
29273         * modules/unistr/u16-to-u32: New file.
29274         * lib/unistr/u16-to-u32.c: New file.
29275
29276         * modules/unistr/u32-to-u8: New file.
29277         * lib/unistr/u32-to-u8.c: New file.
29278
29279         * modules/unistr/u32-to-u16: New file.
29280         * lib/unistr/u32-to-u16.c: New file.
29281
29282         * modules/unistr/u8-check: New file.
29283         * modules/unistr/u16-check: New file.
29284         * modules/unistr/u32-check: New file.
29285         * lib/unistr/u8-check.c: New file.
29286         * lib/unistr/u16-check.c: New file.
29287         * lib/unistr/u32-check.c: New file.
29288
29289         * modules/unistr/u8-chr: New file.
29290         * modules/unistr/u16-chr: New file.
29291         * modules/unistr/u32-chr: New file.
29292         * lib/unistr/u8-chr.c: New file.
29293         * lib/unistr/u16-chr.c: New file.
29294         * lib/unistr/u32-chr.c: New file.
29295
29296         * modules/unistr/u8-cmp: New file.
29297         * modules/unistr/u16-cmp: New file.
29298         * modules/unistr/u32-cmp: New file.
29299         * lib/unistr/u8-cmp.c: New file.
29300         * lib/unistr/u16-cmp.c: New file.
29301         * lib/unistr/u32-cmp.c: New file.
29302
29303         * modules/unistr/u8-cpy: New file.
29304         * modules/unistr/u16-cpy: New file.
29305         * modules/unistr/u32-cpy: New file.
29306         * lib/unistr/u8-cpy.c: New file.
29307         * lib/unistr/u16-cpy.c: New file.
29308         * lib/unistr/u32-cpy.c: New file.
29309         * lib/unistr/u-cpy.h: New file.
29310
29311         * modules/unistr/u8-cpy-alloc: New file.
29312         * modules/unistr/u16-cpy-alloc: New file.
29313         * modules/unistr/u32-cpy-alloc: New file.
29314         * lib/unistr/u8-cpy-alloc.c: New file.
29315         * lib/unistr/u16-cpy-alloc.c: New file.
29316         * lib/unistr/u32-cpy-alloc.c: New file.
29317         * lib/unistr/u-cpy-alloc.h: New file.
29318
29319         * modules/unistr/u8-endswith: New file.
29320         * modules/unistr/u16-endswith: New file.
29321         * modules/unistr/u32-endswith: New file.
29322         * lib/unistr/u8-endswith.c: New file.
29323         * lib/unistr/u16-endswith.c: New file.
29324         * lib/unistr/u32-endswith.c: New file.
29325         * lib/unistr/u-endswith.h: New file.
29326
29327         * modules/unistr/u8-mblen: New file.
29328         * modules/unistr/u16-mblen: New file.
29329         * modules/unistr/u32-mblen: New file.
29330         * lib/unistr/u8-mblen.c: New file.
29331         * lib/unistr/u16-mblen.c: New file.
29332         * lib/unistr/u32-mblen.c: New file.
29333
29334         * modules/unistr/u8-mbtouc: New file.
29335         * modules/unistr/u16-mbtouc: New file.
29336         * modules/unistr/u32-mbtouc: New file.
29337         * lib/unistr/u8-mbtouc.c: New file.
29338         * lib/unistr/u16-mbtouc.c: New file.
29339         * lib/unistr/u32-mbtouc.c: New file.
29340
29341         * modules/unistr/u8-mbtouc-safe: New file.
29342         * modules/unistr/u16-mbtouc-safe: New file.
29343         * modules/unistr/u32-mbtouc-safe: New file.
29344         * lib/unistr/u8-mbtouc-safe.c: New file.
29345         * lib/unistr/u16-mbtouc-safe.c: New file.
29346         * lib/unistr/u32-mbtouc-safe.c: New file.
29347
29348         * modules/unistr/u8-move: New file.
29349         * modules/unistr/u16-move: New file.
29350         * modules/unistr/u32-move: New file.
29351         * lib/unistr/u8-move.c: New file.
29352         * lib/unistr/u16-move.c: New file.
29353         * lib/unistr/u32-move.c: New file.
29354         * lib/unistr/u-move.h: New file.
29355
29356         * modules/unistr/u8-next: New file.
29357         * modules/unistr/u16-next: New file.
29358         * modules/unistr/u32-next: New file.
29359         * lib/unistr/u8-next.c: New file.
29360         * lib/unistr/u16-next.c: New file.
29361         * lib/unistr/u32-next.c: New file.
29362
29363         * modules/unistr/u8-prev: New file.
29364         * modules/unistr/u16-prev: New file.
29365         * modules/unistr/u32-prev: New file.
29366         * lib/unistr/u8-prev.c: New file.
29367         * lib/unistr/u16-prev.c: New file.
29368         * lib/unistr/u32-prev.c: New file.
29369
29370         * modules/unistr/u8-set: New file.
29371         * modules/unistr/u16-set: New file.
29372         * modules/unistr/u32-set: New file.
29373         * lib/unistr/u8-set.c: New file.
29374         * lib/unistr/u16-set.c: New file.
29375         * lib/unistr/u32-set.c: New file.
29376         * lib/unistr/u-set.h: New file.
29377
29378         * modules/unistr/u8-startswith: New file.
29379         * modules/unistr/u16-startswith: New file.
29380         * modules/unistr/u32-startswith: New file.
29381         * lib/unistr/u8-startswith.c: New file.
29382         * lib/unistr/u16-startswith.c: New file.
29383         * lib/unistr/u32-startswith.c: New file.
29384         * lib/unistr/u-startswith.h: New file.
29385
29386         * modules/unistr/u8-stpcpy: New file.
29387         * modules/unistr/u16-stpcpy: New file.
29388         * modules/unistr/u32-stpcpy: New file.
29389         * lib/unistr/u8-stpcpy.c: New file.
29390         * lib/unistr/u16-stpcpy.c: New file.
29391         * lib/unistr/u32-stpcpy.c: New file.
29392         * lib/unistr/u-stpcpy.h: New file.
29393
29394         * modules/unistr/u8-stpncpy: New file.
29395         * modules/unistr/u16-stpncpy: New file.
29396         * modules/unistr/u32-stpncpy: New file.
29397         * lib/unistr/u8-stpncpy.c: New file.
29398         * lib/unistr/u16-stpncpy.c: New file.
29399         * lib/unistr/u32-stpncpy.c: New file.
29400         * lib/unistr/u-stpncpy.h: New file.
29401
29402         * modules/unistr/u8-strcat: New file.
29403         * modules/unistr/u16-strcat: New file.
29404         * modules/unistr/u32-strcat: New file.
29405         * lib/unistr/u8-strcat.c: New file.
29406         * lib/unistr/u16-strcat.c: New file.
29407         * lib/unistr/u32-strcat.c: New file.
29408         * lib/unistr/u-strcat.h: New file.
29409
29410         * modules/unistr/u8-strchr: New file.
29411         * modules/unistr/u16-strchr: New file.
29412         * modules/unistr/u32-strchr: New file.
29413         * lib/unistr/u8-strchr.c: New file.
29414         * lib/unistr/u16-strchr.c: New file.
29415         * lib/unistr/u32-strchr.c: New file.
29416
29417         * modules/unistr/u8-strcmp: New file.
29418         * modules/unistr/u16-strcmp: New file.
29419         * modules/unistr/u32-strcmp: New file.
29420         * lib/unistr/u8-strcmp.c: New file.
29421         * lib/unistr/u16-strcmp.c: New file.
29422         * lib/unistr/u32-strcmp.c: New file.
29423
29424         * modules/unistr/u8-strcpy: New file.
29425         * modules/unistr/u16-strcpy: New file.
29426         * modules/unistr/u32-strcpy: New file.
29427         * lib/unistr/u8-strcpy.c: New file.
29428         * lib/unistr/u16-strcpy.c: New file.
29429         * lib/unistr/u32-strcpy.c: New file.
29430         * lib/unistr/u-strcpy.h: New file.
29431
29432         * modules/unistr/u8-strcspn: New file.
29433         * modules/unistr/u16-strcspn: New file.
29434         * modules/unistr/u32-strcspn: New file.
29435         * lib/unistr/u8-strcspn.c: New file.
29436         * lib/unistr/u16-strcspn.c: New file.
29437         * lib/unistr/u32-strcspn.c: New file.
29438         * lib/unistr/u-strcspn.h: New file.
29439
29440         * modules/unistr/u8-strdup: New file.
29441         * modules/unistr/u16-strdup: New file.
29442         * modules/unistr/u32-strdup: New file.
29443         * lib/unistr/u8-strdup.c: New file.
29444         * lib/unistr/u16-strdup.c: New file.
29445         * lib/unistr/u32-strdup.c: New file.
29446         * lib/unistr/u-strdup.h: New file.
29447
29448         * modules/unistr/u8-strlen: New file.
29449         * modules/unistr/u16-strlen: New file.
29450         * modules/unistr/u32-strlen: New file.
29451         * lib/unistr/u8-strlen.c: New file.
29452         * lib/unistr/u16-strlen.c: New file.
29453         * lib/unistr/u32-strlen.c: New file.
29454         * lib/unistr/u-strlen.h: New file.
29455
29456         * modules/unistr/u8-strmblen: New file.
29457         * modules/unistr/u16-strmblen: New file.
29458         * modules/unistr/u32-strmblen: New file.
29459         * lib/unistr/u8-strmblen.c: New file.
29460         * lib/unistr/u16-strmblen.c: New file.
29461         * lib/unistr/u32-strmblen.c: New file.
29462
29463         * modules/unistr/u8-strmbtouc: New file.
29464         * modules/unistr/u16-strmbtouc: New file.
29465         * modules/unistr/u32-strmbtouc: New file.
29466         * lib/unistr/u8-strmbtouc.c: New file.
29467         * lib/unistr/u16-strmbtouc.c: New file.
29468         * lib/unistr/u32-strmbtouc.c: New file.
29469
29470         * modules/unistr/u8-strncat: New file.
29471         * modules/unistr/u16-strncat: New file.
29472         * modules/unistr/u32-strncat: New file.
29473         * lib/unistr/u8-strncat.c: New file.
29474         * lib/unistr/u16-strncat.c: New file.
29475         * lib/unistr/u32-strncat.c: New file.
29476         * lib/unistr/u-strncat.h: New file.
29477
29478         * modules/unistr/u8-strncmp: New file.
29479         * modules/unistr/u16-strncmp: New file.
29480         * modules/unistr/u32-strncmp: New file.
29481         * lib/unistr/u8-strncmp.c: New file.
29482         * lib/unistr/u16-strncmp.c: New file.
29483         * lib/unistr/u32-strncmp.c: New file.
29484
29485         * modules/unistr/u8-strncpy: New file.
29486         * modules/unistr/u16-strncpy: New file.
29487         * modules/unistr/u32-strncpy: New file.
29488         * lib/unistr/u8-strncpy.c: New file.
29489         * lib/unistr/u16-strncpy.c: New file.
29490         * lib/unistr/u32-strncpy.c: New file.
29491         * lib/unistr/u-strncpy.h: New file.
29492
29493         * modules/unistr/u8-strnlen: New file.
29494         * modules/unistr/u16-strnlen: New file.
29495         * modules/unistr/u32-strnlen: New file.
29496         * lib/unistr/u8-strnlen.c: New file.
29497         * lib/unistr/u16-strnlen.c: New file.
29498         * lib/unistr/u32-strnlen.c: New file.
29499         * lib/unistr/u-strnlen.h: New file.
29500
29501         * modules/unistr/u8-strpbrk: New file.
29502         * modules/unistr/u16-strpbrk: New file.
29503         * modules/unistr/u32-strpbrk: New file.
29504         * lib/unistr/u8-strpbrk.c: New file.
29505         * lib/unistr/u16-strpbrk.c: New file.
29506         * lib/unistr/u32-strpbrk.c: New file.
29507         * lib/unistr/u-strpbrk.h: New file.
29508
29509         * modules/unistr/u8-strrchr: New file.
29510         * modules/unistr/u16-strrchr: New file.
29511         * modules/unistr/u32-strrchr: New file.
29512         * lib/unistr/u8-strrchr.c: New file.
29513         * lib/unistr/u16-strrchr.c: New file.
29514         * lib/unistr/u32-strrchr.c: New file.
29515
29516         * modules/unistr/u8-strspn: New file.
29517         * modules/unistr/u16-strspn: New file.
29518         * modules/unistr/u32-strspn: New file.
29519         * lib/unistr/u8-strspn.c: New file.
29520         * lib/unistr/u16-strspn.c: New file.
29521         * lib/unistr/u32-strspn.c: New file.
29522         * lib/unistr/u-strspn.h: New file.
29523
29524         * modules/unistr/u8-strstr: New file.
29525         * modules/unistr/u16-strstr: New file.
29526         * modules/unistr/u32-strstr: New file.
29527         * lib/unistr/u8-strstr.c: New file.
29528         * lib/unistr/u16-strstr.c: New file.
29529         * lib/unistr/u32-strstr.c: New file.
29530         * lib/unistr/u-strstr.h: New file.
29531
29532         * modules/unistr/u8-strtok: New file.
29533         * modules/unistr/u16-strtok: New file.
29534         * modules/unistr/u32-strtok: New file.
29535         * lib/unistr/u8-strtok.c: New file.
29536         * lib/unistr/u16-strtok.c: New file.
29537         * lib/unistr/u32-strtok.c: New file.
29538         * lib/unistr/u-strtok.h: New file.
29539
29540         * modules/unistr/u8-uctomb: New file.
29541         * modules/unistr/u16-uctomb: New file.
29542         * modules/unistr/u32-uctomb: New file.
29543         * lib/unistr/u8-uctomb.c: New file.
29544         * lib/unistr/u16-uctomb.c: New file.
29545         * lib/unistr/u32-uctomb.c: New file.
29546
29547         * MODULES.html.sh (Unicode string functions): Add the new modules.
29548
29549 2007-01-08  Bruno Haible  <bruno@clisp.org>
29550
29551         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
29552         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
29553         subdirectories.
29554
29555 2007-01-08  Karl Berry  <karl@gnu.org>
29556
29557         * doc/error.texi: mention that main() fns must set program_name
29558         when progname is used.
29559
29560 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
29561
29562         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
29563         WCTYPE_H is empty, for the benefit of builds from non-distclean
29564         directories.  Problem reported by Eric Blake in
29565         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
29566
29567 2007-01-08  Bruno Haible  <bruno@clisp.org>
29568
29569         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
29570         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
29571         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
29572         PROVIDE_CANONICALIZE_FILENAME_MODE.
29573         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
29574
29575 2007-01-08  Bruno Haible  <bruno@clisp.org>
29576
29577         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
29578         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
29579         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
29580         * lib/fts.c: Likewise.
29581         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
29582
29583 2006-12-25  Bruno Haible  <bruno@clisp.org>
29584
29585         * modules/utf8-ucs4-safe: New file.
29586         * lib/utf8-ucs4-safe.h: New file.
29587         * lib/unistr/utf8-ucs4-safe.c: New file.
29588
29589         * modules/utf16-ucs4-safe: New file.
29590         * lib/utf16-ucs4-safe.h: New file.
29591         * lib/unistr/utf16-ucs4-safe.c: New file.
29592
29593         * MODULES.html.sh (Unicode string functions): Add the new modules.
29594
29595 2007-01-08  Bruno Haible  <bruno@clisp.org>
29596
29597         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
29598         (Depends-on): Add unitypes.
29599         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
29600         (u8_mbtouc_aux): Move out to separate file.
29601         (u8_mbtouc): Use ucs4_t, uint8_t types.
29602         * lib/unistr/utf8-ucs4.c: New file.
29603
29604         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
29605         (Depends-on): Add unitypes.
29606         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
29607         (u16_mbtouc_aux): Move out to separate file.
29608         (u16_mbtouc): Use ucs4_t, uint16_t types.
29609         * lib/unistr/utf16-ucs4.c: New file.
29610
29611         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
29612         (Depends-on): Add unitypes.
29613         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
29614         (u8_uctomb_aux): Move out to separate file.
29615         (u8_uctomb): Use ucs4_t, uint8_t types.
29616         * lib/unistr/ucs4-utf8.c: New file.
29617
29618         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
29619         (Depends-on): Add unitypes.
29620         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
29621         (u16_uctomb_aux): Move out to separate file.
29622         (u16_uctomb): Use ucs4_t, uint16_t types.
29623         * lib/unistr/ucs4-utf16.c: New file.
29624
29625 2006-12-25  Bruno Haible  <bruno@clisp.org>
29626
29627         * modules/unitypes: New file.
29628         * lib/unitypes.h: New file.
29629         * MODULES.html.sh (func_all_modules): New section "Unicode string
29630         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
29631         this section. Add unitypes.
29632
29633 2007-01-08  Bruno Haible  <bruno@clisp.org>
29634
29635         Avoid variable names that conflict with those from libtool.
29636         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
29637         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
29638         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
29639         library_names_spec to acl_library_names_spec, hardcode_* to
29640         acl_hardcode_*.
29641         Reported by Ralf Wildenhues.
29642
29643 2007-01-08  Bruno Haible  <bruno@clisp.org>
29644
29645         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
29646         definition.
29647         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
29648         definition.
29649         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
29650         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
29651         definition.
29652         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
29653         definition.
29654         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
29655         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
29656         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
29657         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
29658         definition.
29659         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
29660         definition.
29661         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
29662         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
29663         GC_USE_<algorithm>.
29664         * lib/gc-libgcrypt.c: Likewise.
29665         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
29666         * modules/gc-arctwo (configure.ac): Likewise.
29667         * modules/gc-des (configure.ac): Likewise.
29668         * modules/gc-hmac-md5 (configure.ac): Likewise.
29669         * modules/gc-hmac-sha1 (configure.ac): Likewise.
29670         * modules/gc-md2 (configure.ac): Likewise.
29671         * modules/gc-md4 (configure.ac): Likewise.
29672         * modules/gc-md5 (configure.ac): Likewise.
29673         * modules/gc-random (configure.ac): Likewise.
29674         * modules/gc-rijndael (configure.ac): Likewise.
29675         * modules/gc-sha1 (configure.ac): Likewise.
29676
29677 2007-01-08  Bruno Haible  <bruno@clisp.org>
29678
29679         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
29680         macro definition.
29681         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
29682         definition.
29683         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
29684         definition.
29685         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
29686         * modules/fcntl-safer (configure.ac): Likewise.
29687         * modules/fopen-safer (configure.ac): Likewise.
29688         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
29689         GNULIB_FWRITEERROR macro definition.
29690
29691 2007-01-08  Bruno Haible  <bruno@clisp.org>
29692
29693         * m4/gnulib-common.m4: New file.
29694         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
29695         (func_get_filelist): Add m4/gnulib-common.m4.
29696
29697 2007-01-08  Bruno Haible  <bruno@clisp.org>
29698
29699         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
29700         command.
29701
29702 2007-01-08  Jim Meyering  <jim@meyering.net>
29703
29704         Use a more robust test for a "can't happen" condition.
29705         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
29706         narrowed the st_size value.  Presuming the "can't happen" condition
29707         is true, that narrowing could conceivably convert an invalid st_size
29708         value into a valid one.  Instead, use a change based on Matthew
29709         Woehlke's original patch.
29710
29711         Slight readability improvement: use an assert-like macro
29712         in place of literal "abort ()" uses.
29713         * lib/fts.c (fts_assert): Define.
29714         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
29715         Use this macro instead of a bare 'abort'.
29716
29717 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
29718
29719         Don't worry about using IRIX 5.3's wctype.h broken definitions;
29720         simply work around them.
29721         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
29722         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
29723         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
29724         declaring.
29725         Don't bother to define as macros, since the standard doesn't require it.
29726         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
29727         longer worry about IRIX 5.3.
29728         (HAVE_WCTYPE_CTMP_BUG): Remove.
29729
29730 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29731
29732         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
29733         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
29734         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
29735         Problems reported by Georg Schwarz for IRIX 5.3.
29736
29737         * gnulib-tool (autoconf_minversion): Take the maximum version number
29738         found, not the minimum.  Problem reported by James Youngman.
29739
29740 2007-01-03  Karl Berry  <karl@gnu.org>
29741
29742         * doc/error.texi: new file, explaining interaction with progname.
29743         * doc/gnulib.texi: include it.  Update copyright.
29744
29745 2007-01-03  Simon Josefsson  <simon@josefsson.org>
29746
29747         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
29748         AC_CANONICAL_HOST, to improve autobuild outputs.
29749
29750 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
29751             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
29752
29753         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
29754         sockets, server sockets, and other file descriptors.  Count errors
29755         to compute the return value.  Reorder the code a bit to be easier
29756         to follow.  Don't set event bits that were not requested (except
29757         POLLERR and POLLHUP).
29758
29759 2007-01-01  Bruno Haible  <bruno@clisp.org>
29760
29761         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
29762
29763 2007-01-03  Jim Meyering  <jim@meyering.net>
29764
29765         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
29766
29767 2007-01-02  Bruno Haible  <bruno@clisp.org>
29768
29769         * modules/settime (Include): Require timespec.h.
29770         * modules/nanosleep (Include): Likewise.
29771
29772 2007-01-01  Bruno Haible  <bruno@clisp.org>
29773
29774         * gnulib-tool (func_emit_copyright_notice): Bump year.
29775         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
29776
29777 2007-01-01  Bruno Haible  <bruno@clisp.org>
29778
29779         Improve support for OpenBSD.
29780         * build-aux/config.rpath (libname_spec): Export.
29781         (library_names_spec): New variable. Export.
29782         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
29783         library_names_spec from the config.rpath output. Locate shared library
29784         through the name pattern in library_names_spec.
29785
29786 2007-01-01  Eric Blake  <ebb9@byu.net>
29787
29788         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
29789
29790 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
29791
29792         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
29793         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
29794         assume the C locale, and avoid an "eval" that could cause trouble.
29795         Problem with SORT reported by Bob Proulx.
29796
29797         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
29798         Define.  Trivial patch from Henning Nielsen Lund, originally
29799         sent to bug-grep@gnu.org today.
29800
29801 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
29802
29803         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
29804         struct stat.  Problem reported by Henning Nielsen Lund.
29805         * lib/acl.c: Include acl.h first, to check interface.  Don't
29806         bother to include sys/types.h and sys/stat.h again.
29807
29808 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29809
29810         Import the following change from libc; problem reported by
29811         Sven Verdoolaege.
29812
29813         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
29814
29815         [BZ #1373]
29816         * lib/argp.h: Remove __NTH for __argp_usage inline function.
29817
29818 2006-12-28  Jim Meyering  <jim@meyering.net>
29819
29820         * build-aux/announce-gen: Do not assume that the package
29821         builds any of tar.gz, tar.bz2, and .xdelta files.
29822         Suggestion from Simon Josefsson.
29823
29824 2006-12-28  Simon Josefsson  <simon@josefsson.org>
29825
29826         * modules/announce-gen: New file.
29827
29828 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
29829
29830         * lib/mbchar.h: Just include <wctype.h>; the wctype module
29831         handles its gotchas now.
29832         * lib/mbswidth.c: Likewise.
29833         * lib/wcwidth.h: Likewise.
29834         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
29835         and iswcntrl; the wctype module does this stuff now.
29836         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
29837         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
29838         * modules/mbchar (Depends-on): Add wctype.
29839         * modules/mbswidth (Depends-on): Likewise.
29840         * modules/wcwidth (Depends-on): Likewise.
29841
29842 2006-12-27  Eric Blake  <ebb9@byu.net>
29843
29844         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
29845         module uses more than what <wctype.h> is required to provide.
29846
29847 2006-12-26  Eric Blake  <ebb9@byu.net>
29848
29849         * gnulib-tool (sed_extract_prog): Avoid space-tab.
29850
29851 2006-12-26  Eric Blake  <ebb9@byu.net>
29852
29853         * modules/absolute-header: New module.
29854         * modules/fcntl (Depends-on): Depend on it.
29855         * modules/inttypes (Depends-on): Likewise.
29856         * modules/stdint (Depends-on): Likewise.
29857         * modules/sys_stat (Depends-on): Likewise.
29858         * modules/wctype (Depends-on): Likewise.
29859         * MODULES.html.sh (Support for building libraries and
29860         executables): Document it.
29861
29862 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
29863
29864         * gnulib-tool (SED): Remove, undoing previous change.
29865         The problem was that it broke coreutils on Solaris, because
29866         "sed --posix" leaked into a makefile.
29867         (sed): New alias, if 'alias' and GNU sed.
29868
29869 2006-12-24  Jim Meyering  <jim@meyering.net>
29870
29871         Work around an fchownat bug in glibc-2.4:
29872         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
29873         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
29874         in spite of the -P option.
29875         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
29876         New macros.
29877         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
29878         * modules/openat (Files): Add lib/fchownat.c.
29879         * lib/openat.c (fchownat): Don't define here.  Move to...
29880         * lib/fchownat.c: ...this new file.
29881
29882 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29883
29884         Fix bug reported by Bruno Haible in
29885         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
29886         where quotearg.c didn't compile on Mac OS X 10.2 because it
29887         lacks <wchar.h> and wint_t.
29888         * lib/wctype_.h (__wctype_wint_t): New type.
29889         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
29890         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
29891         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
29892         Arg is now of type __wctype_wint_t, not wint_t.
29893         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
29894         substitute HAVE_WINT_T.
29895         * modules/wctype (Files): Add m4/wint_t.m4.
29896         (wctype.h): Substitute HAVE_WINT_T.
29897
29898 2006-12-23  Bruno Haible  <bruno@clisp.org>
29899
29900         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
29901
29902 2006-12-23  Bruno Haible  <bruno@clisp.org>
29903
29904         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
29905         S_ISLNK.
29906         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
29907         mingw.
29908
29909 2006-12-22  Bruno Haible  <bruno@clisp.org>
29910
29911         * lib/copy-file.c: Include acl.h.
29912         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
29913         Close the file descriptors only after being done with copy_acl.
29914         * modules/copy-file (Depends-on): Add acl.
29915
29916 2006-12-22  Bruno Haible  <bruno@clisp.org>
29917
29918         * gnulib-tool (SED): New variable.
29919         Use $SED instead of sed everywhere.
29920
29921 2006-12-22  Bruno Haible  <bruno@clisp.org>
29922
29923         * modules/no-c++: New file.
29924         * m4/no-c++.m4: New file.
29925         * MODULES.html.sh (Support for building libraries and executables):
29926         Add no-c++.
29927
29928 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
29929
29930         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
29931         Include <limits.h>, and use its INT_MAX to rewrite the
29932         j loop so that it does not overflow 'int'.  Problem reported by
29933         Ralf Wildenhues in
29934         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
29935         Play it safe by shifting left by 1 rather than multiplying by 2,
29936         as GCC is less likely to optimize this away when the value
29937         is signed (when it assumes overflow leads to undefined behavior).
29938         Also, don't assume time_t uses two's complement.
29939
29940 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
29941
29942         * MODULES.html.sh: New module wctype.
29943         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
29944         * lib/fnmatch.c: Don't bother to include <wchar.h> before
29945         <wctype.h>, since the new wctype module should fix this.
29946         * lib/quotearg.c: Include <wctype.h> unconditionally, since
29947         the wctype module should arrange for it.
29948         * lib/regex_internal.h: Likewise.
29949         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
29950         since the wctype module should handle this now.
29951         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
29952         * modules/fnmatch (Depends-on): Add wctype.
29953         * modules/quotearg (Depends-on): Likewise.
29954         * modules/regex (Depends-on): Likewise.
29955
29956 2006-12-19  Bruno Haible  <bruno@clisp.org>
29957
29958         * lib/strdup.h [C++]: Wrap definitions in extern "C".
29959         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
29960
29961 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29962
29963         * modules/savewd (Depends-on): Fix dependency on fcntl.
29964
29965 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
29966
29967         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
29968         conforms to C99, rather than relying on the user's environment
29969         setting of STDINT_H.
29970
29971 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
29972         and Eric Blake  <ebb9@byu.net>
29973
29974         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
29975         This is more consistent with the other defines here.
29976         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
29977         Port to z/OS.  Problem reported by Paul Gilmartin.
29978         Change local vars to use gl_ prefix rather than ac_.
29979         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
29980         with other defines.
29981         * modules/double-slash-root: New module.
29982         * modules/dirname (Files): Remove m4/double-slash-root.m4.
29983         (Depends-on): Add double-slash-root.
29984         * MODULES.html.sh (File system functions): Mention new module.
29985
29986 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
29987
29988         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
29989         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
29990         This is for the benefit of gzip, which doesn't do i18n.
29991
29992 2006-12-12  Jim Meyering  <jim@meyering.net>
29993
29994         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
29995         Reported by Andreas Schwab <schwab@suse.de>.
29996
29997 2006-12-12  Bruno Haible  <bruno@clisp.org>
29998
29999         Merge these changes.
30000         2006-09-05  Bruno Haible  <bruno@clisp.org>
30001         * lib/iconvme.c (iconv_string): No need to save and restore errno when
30002         iconv_alloc succeeded.
30003         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
30004         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
30005         test for " && dest " at the end - dest is always != NULL there. Call
30006         iconv with 4xNULL arguments initially, to reset the state. Call iconv
30007         with 2xNULL arguments, also to flush the state storage. Handle the
30008         IRIX iconv behaviour. Realloc the final result, to throw away unused
30009         memory.
30010
30011 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
30012
30013         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
30014         and fchmodat unconditionally, since glibc 2.4 has them.
30015         Problem reported by Arkadiusz Miskiewicz.
30016
30017 2006-12-10  Bruno Haible  <bruno@clisp.org>
30018
30019         * gnulib-tool (func_import): Show the include files only for those
30020         modules that are copied and specified.
30021         Reported by Karl Berry.
30022
30023 2006-12-08  Jim Meyering  <jim@meyering.net>
30024
30025         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
30026         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
30027
30028         * build-aux/announce-gen: Add two new options, both optional:
30029         --bootstrap-tools=TOOL_LIST
30030               a comma-separated list of tools, e.g.,
30031               autoconf,automake,bison,gnulib
30032         --gnulib-snapshot-date=DATE
30033               if gnulib is in the bootstrap tool list,
30034               then report this as the snapshot date.
30035               If not specified, use the current date/time.
30036               If you specify a date here, be sure it's UTC.
30037
30038 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30039
30040         * tests/test-argp-2.sh: Fix test to match actual output.
30041         (func_compare): Fix sed script to be portable.
30042
30043 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
30044
30045         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
30046         workaround for this case.  It is not autoconfigured now; offhand
30047         it's hard to see how to autoconfigure it.
30048
30049 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
30050
30051         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
30052         a directory that is about to be chowned.  Such a directory's
30053         initial file permissions should permit the owner only and this
30054         should not be changed until after the chown, since the group and
30055         other bits would be incorrect if they granted permission before
30056         the chown.
30057
30058         Fix porting problem for iswctype reported by Georg Schwarz in:
30059         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
30060         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
30061         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
30062         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
30063         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
30064
30065 2006-12-03  Jim Meyering  <jim@meyering.net>
30066
30067         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
30068         p->fts_statp may not yet be defined.
30069         (fts_read): Instead, set it in the caller, once p->fts_statp is
30070         sure to be defined, and corresponds to a top-level directory.
30071         This bug made du -x fail.  Here's the coreutils test case:
30072         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
30073         Reported by Mike Frysinger.
30074
30075 2006-12-01  Jim Meyering  <jim@meyering.net>
30076
30077         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
30078         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
30079         Reported by Simon Josefsson.
30080
30081 2006-11-30  Jim Meyering  <jim@meyering.net>
30082
30083         * m4/warning.m4: Use the all-permissive copyright notice
30084         recommended by RMS (rather than LGPL).
30085         * m4/vararrays.m4: Likewise.
30086         * m4/flexmember.m4: Likewise.
30087
30088 2006-11-29  Bruno Haible  <bruno@clisp.org>
30089
30090         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
30091         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
30092         using +=.
30093         Reported by Simon Josefsson <simon@josefsson.org>.
30094
30095 2006-11-28  James Youngman <jay@gnu.org>
30096
30097         * README: Advise users that they might find the bug-gnulib@gnu.org
30098         and autotools-announce@gnu.org mailing lists useful.
30099
30100 2006-11-28  Bruno Haible  <bruno@clisp.org>
30101
30102         * m4/ptrdiff_max.m4: Remove file.
30103
30104 2006-11-21  Bruno Haible  <bruno@clisp.org>
30105
30106         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
30107         _AC_COMPUTE_INT.
30108         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
30109         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
30110         _AC_COMPUTE_INT.
30111         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
30112         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
30113         _AC_COMPUTE_INT.
30114         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
30115
30116 2006-11-28  Jim Meyering  <jim@meyering.net>
30117
30118         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
30119         warning from "gcc -Wshadow" about shadowing the builtin.
30120
30121 2006-11-27  Bruno Haible  <bruno@clisp.org>
30122
30123         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
30124         _AC_COMPUTE_INT.
30125         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
30126
30127 2006-11-27  Bruno Haible  <bruno@clisp.org>
30128             Paul Eggert  <eggert@cs.ucla.edu>
30129
30130         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
30131
30132 2006-11-26  Bruno Haible  <bruno@clisp.org>
30133
30134         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
30135         noinst_LTLIBRARIES.
30136
30137 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
30138             Bruno Haible  <bruno@clisp.org>
30139
30140         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
30141         if compiling with "gcc -ansi".
30142
30143 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
30144
30145         Fix some incompatibilities with gcc -ansi -pedantic.
30146         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
30147         if compiling pedantically with GCC, unless it's C99 or later.
30148         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
30149         it mishandles gcc -ansi -pedantic as well.
30150         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
30151         if gcc -pedantic.
30152         * lib/regexec.c (check_node_accept_bytes): Don't use auto
30153         initializers for struct if -pedantic, unless it's C99 or later.
30154
30155 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
30156
30157         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
30158         Don't close an fd more than once. Identical atimes indicate
30159         success, not failure.
30160
30161 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
30162
30163         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
30164
30165 2006-11-23  Jim Meyering  <jim@meyering.net>
30166
30167         * build-aux/announce-gen: New file.  From coreutils.
30168
30169 2006-11-22  Jim Meyering  <jim@meyering.net>
30170
30171         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
30172         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
30173         (fts_read): Use a temporary to narrow the overused st_size member
30174         before using it in a switch statement.  Reported by Matthew Woehlke.
30175
30176         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
30177         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
30178
30179 2006-11-20  Bruno Haible  <bruno@clisp.org>
30180
30181         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
30182         changequote instead of pairs of brackets.
30183         Reported by Andreas Schwab <schwab@suse.de>.
30184
30185 2006-11-21  Jim Meyering  <jim@meyering.net>
30186
30187         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
30188         so as to remain compatible with older compilers.
30189         Patch from Michael Deutschmann.
30190
30191 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
30192
30193         * MODULES.html.sh (File system functions): Add openat.
30194
30195         * lib/openat.h (rpl_fstatat): New macro, if
30196         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
30197         (fstatat): Define to rpl_fstatat under the same conditions,
30198         unless COMPILING_FSTATAT.
30199         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
30200         seems to have the bug.
30201         * lib/fstatat.c: New file.
30202         * modules/openat (Files): Add it.
30203
30204 2006-11-20  Bruno Haible  <bruno@clisp.org>
30205
30206         * Makefile: New file.
30207
30208 2006-11-20  Jim Meyering  <jim@meyering.net>
30209
30210         The beginnings of syntax-related checks for gnulib.
30211         * lib/Makefile: New file.
30212         * lib/t-idcache: New script.  Ensure that the two halves of
30213         idcache.c stay in sync.
30214
30215         * lib/idcache.c: Adjust comments in user- and group- portions to
30216         be more accurate, and to be consistent with one another.
30217
30218 2006-11-20  Jim Meyering  <jim@meyering.net>
30219
30220         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
30221         continue using the flexible array member (thus, this module performs
30222         half as many malloc calls), with the addition that...
30223         (getgroup, getuser): Consistently record a non-match via an empty
30224         "name" string, and map an empty string match to a NULL return value.
30225         * modules/idcache (Depends-on): Re-add flexmember.
30226
30227         * lib/idcache.c (getuser): Remove all uses of the register keyword.
30228         (getuidbyname, getgroup, getgidbyname): Likewise.
30229
30230         Use cleaner syntax: NULL rather than 0.
30231         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
30232
30233 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
30234
30235         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
30236         It mishandled the case where the group was missing.
30237         Problem reported by Greg Schafer.
30238         * modules/idcache: Likewise.
30239
30240 2006-11-18  Jim Meyering  <jim@meyering.net>
30241
30242         * check-module (%exempt_header): Add exception for some
30243         conditionally-included headers.
30244
30245         * modules/i-ring (Depends-on): Add verify.
30246         (License): Change to LGPL.
30247
30248 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30249
30250         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
30251         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
30252         and inttostr.h.  Use snprintf rather than uinttostr, so that
30253         LGPLed code doesn't depend on GPLed.
30254
30255 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
30256
30257         * modules/inline (License): Change from GPL to LGPL.
30258
30259 2006-11-17  Jim Meyering  <jim@meyering.net>
30260
30261         * modules/d-type (License): Switch to LGPL.
30262
30263 2006-11-15  Bruno Haible  <bruno@clisp.org>
30264
30265         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
30266
30267 2006-11-15  Eric Blake  <ebb9@byu.net>
30268
30269         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
30270         the module dependency.
30271
30272 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30273             Bruno Haible  <bruno@clisp.org>
30274
30275         * gnulib-tool (func_create_testdir): Add license consistency check.
30276
30277 2006-11-15  Eric Blake  <ebb9@byu.net>
30278
30279         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
30280         random "(cached)" in configure output.
30281
30282 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30283
30284         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
30285         test for conforming inttypes.h is both announced and cached.
30286
30287         * MODULES.html.sh (seen_modules, seen_files): New variables.
30288         (func_module): Rewrite to use a few less gnulib-tool and sed
30289         invocations.  Avoid a couple of quadratic algorithms for ...
30290         (missed_modules, missed_files): ... these, with ...
30291         (func_append, func_tmpdir): ... these new functions, from
30292         gnulib-tool.  Analogously, install traps for cleanup.
30293
30294         * tests/test-gc.c (main): Remove unused variables.
30295         * tests/test-read-file.c: Include stdlib.h, for 'free'.
30296
30297 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
30298
30299         * modules/inttostr (License): Change to LGPL.
30300
30301 2006-11-14  Eric Blake  <ebb9@byu.net>
30302
30303         * modules/tempname (License): Change to LGPL.
30304
30305 2006-11-14  Eric Blake  <ebb9@byu.net>
30306
30307         * doc/functions.texi (Function Portability): *printf functions on
30308         Cygwin now understand all POSIX size specifiers.
30309
30310 2006-11-14  Bruno Haible  <bruno@clisp.org>
30311
30312         * modules/c-ctype (License): Change to LGPL.
30313
30314 2006-11-12  Bruno Haible  <bruno@clisp.org>
30315
30316         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
30317         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
30318         for GNOME libraries, for which the include files are installed in
30319         subdirectories of $prefix/include.
30320
30321 2006-11-12  Bruno Haible  <bruno@clisp.org>
30322
30323         * m4/lib-link.m4: Require at least autoconf-2.54.
30324         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
30325         name to underscores for the --with option.
30326
30327 2006-11-13  Bruno Haible  <bruno@clisp.org>
30328
30329         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
30330         the tests directory.
30331         Reported by Ralf Wildenhues.
30332
30333 2006-11-13  Bruno Haible  <bruno@clisp.org>
30334
30335         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
30336         (func_emit_initmacro_end): Undo the override here.
30337         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
30338         Works around the famous automake error in coreutils.
30339
30340 2006-11-13  Eric Blake  <ebb9@byu.net>
30341
30342         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
30343         element, not its node.
30344
30345 2006-11-12  Bruno Haible  <bruno@clisp.org>
30346
30347         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
30348         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
30349
30350 2006-11-12  Bruno Haible  <bruno@clisp.org>
30351
30352         * gnulib-tool: New option --local-symlink.
30353         (func_usage): Document it.
30354         (lsymbolic): New variable.
30355         (func_import, func_create_testdir): If --symlink was not specified,
30356         test whether --local-symlink was specified and the file comes from
30357         the local_gnulib_dir.
30358
30359 2006-11-12  Bruno Haible  <bruno@clisp.org>
30360
30361         * gnulib-tool (func_ln): New function.
30362         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
30363
30364 2006-11-12  Bruno Haible  <bruno@clisp.org>
30365
30366         Finish support for source files in subdirectories.
30367         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
30368         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
30369         AUTOMAKE_OPTIONS.
30370         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
30371
30372 2006-11-12  Bruno Haible  <bruno@clisp.org>
30373
30374         * gnulib-tool (func_get_automake_snippet): Synthesize also an
30375         EXTRA_lib_SOURCES augmentation.
30376         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
30377
30378 2006-11-12  Jim Meyering  <jim@meyering.net>
30379
30380         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
30381         file descriptors.  This also averts a failure on systems with
30382         native openat support when a traversed directory lacks "x" access.
30383         * lib/fts_.h: Include "i-ring.h"
30384         (struct FTS) [fts_fd_ring]: New member.
30385         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
30386         (FCHDIR): Add parentheses.
30387         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
30388         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
30389         When descending, rather than simply closing the previous
30390         fts_cwd_fd value, push that file descriptor onto the ring.
30391         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
30392         (fts_open): Initialize the new fd_ring member.
30393         (fts_close): Clear the ring.
30394         (fts_safe_changedir): When possible, use our new fd_ring to skip
30395         the diropen and fstat and dev/ino comparison that would normally
30396         accompany a virtual `chdir ("..")'.
30397
30398         * modules/fts (Depends-on): Add i-ring.
30399         * modules/i-ring: New module.
30400         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
30401         * m4/i-ring.m4: New file.
30402
30403 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30404
30405         * gnulib-tool (func_create_testdir): Fix replacement of
30406         `build-aux' in configure.ac.  Run autotools in gltests
30407         subdirectory.
30408         (func_create_testdir, func_create_megatestdir, test): There is
30409         no need for '--force' in most autotool invocations in a new
30410         tree.  Actually fail the whole test if any of the tools, or the
30411         configure or make stages fail.
30412
30413         Sync from Automake.
30414         * build-aux/gnupload: Revert last change.  Add pointer to upload
30415         instructions of the GNU Maintenance Instructions.
30416         Suggestion by Karl Berry.
30417
30418 2006-11-10  Jim Meyering  <jim@meyering.net>
30419
30420         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
30421
30422 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30423
30424         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
30425         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
30426         (bind_textdomain_codeset) [! ENABLE_NLS]:
30427         Evaluate all the arguments.  That way, callers get compatible behavior
30428         if the arguments have side effects.  Also, it avoids some GCC
30429         diagnostics in some cases; Joel E. Denny reported problems when Bison
30430         was configured with --enable-gcc-warnigs.
30431
30432 2006-11-10  Jim Meyering  <jim@meyering.net>
30433
30434         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
30435         relevant options in CFLAGS (like -O, -fno-inline) are taken into
30436         account.
30437
30438 2006-11-10  Jim Meyering  <jim@meyering.net>
30439
30440         * modules/inline: New file/module.
30441         * modules/xalloc (Files): Remove m4/inline.m4.
30442         (Depends-on): Add inline, instead.
30443         * modules/oset: Likewise.
30444         * modules/list: Likewise.
30445
30446 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30447
30448         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
30449         Problem reported by Matthew Woehlke.
30450
30451 2006-11-09  Bruno Haible  <bruno@clisp.org>
30452
30453         * lib/tempname.c (gen_tempname): Remove variant that invokes
30454         __gen_tempname.
30455         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
30456         __gen_tempname.
30457
30458 2006-11-08  Bruno Haible  <bruno@clisp.org>
30459
30460         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
30461         to 'yes' instead of 'cross-compiling'.
30462
30463 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
30464
30465         * lib/quotearg.h (quotearg_free): New decl.
30466         * lib/quotearg.c (quotearg_free): New function.
30467         (slot0, nslots, slotvec0, slotvec):
30468         Now file-scope so that quotearg_free can get at them.
30469
30470 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30471
30472         Sync from Automake.
30473         * build-aux/gnupload: Add missing 'gnu' to example URL.
30474         Report by Karl Berry.
30475
30476 2006-11-08  Bruno Haible  <bruno@clisp.org>
30477
30478         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
30479         Suggested by Paul Eggert.
30480
30481 2006-11-08  Jim Meyering  <jim@meyering.net>
30482
30483         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
30484         It's already included if !_LIBC.
30485         (fts_safe_changedir): Add a comment.
30486
30487 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
30488
30489         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
30490         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
30491         Matthew Woehlke.
30492
30493         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
30494         definitions up, to avoid colliding with change below.
30495         (static_inline) [HAVE_INLINE]: New macro.
30496         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
30497         Provide extern decls when !HAVE_INLINE.  Do not define unless
30498         static_inline is defined, either by us or by xmalloc.c.  Use
30499         static_inline rather than static inline.
30500         (XCALLOC): Optimize sizeof(T) = 1 case.
30501         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
30502
30503 2006-11-07  Bruno Haible  <bruno@clisp.org>
30504
30505         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
30506         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
30507         AC_C_INLINE.
30508         * modules/xalloc (Files): Add m4/inline.m4.
30509
30510 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30511
30512         * README: Fix typo.
30513         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
30514         (Miscellanous Notes): ...from this.
30515
30516 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
30517
30518         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
30519         Mention that offsetof should be used instead of sizeof.
30520         From Bruno Haible.
30521
30522 2006-11-07  Bruno Haible  <bruno@clisp.org>
30523
30524         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
30525
30526 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
30527
30528         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
30529         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
30530         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
30531         (gl_tree_add_before, gl_tree_add_after):
30532         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
30533         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
30534         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
30535         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
30536         (gl_linked_add_after, gl_linked_add_at): Likewise.
30537         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
30538         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
30539         (gl_tree_add_before, gl_tree_add_after): Likewise.
30540         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
30541         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
30542         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
30543
30544 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30545
30546         * lib/gl_oset.h: Use C comment style, not C++ comment style.
30547
30548 2006-11-06  Bruno Haible  <bruno@clisp.org>
30549
30550         * m4/inline.m4: New file.
30551         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
30552         * modules/list (Files): Add m4/inline.m4.
30553         * modules/oset (Files): Likewise.
30554
30555 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
30556
30557         * lib/idcache.c: Include <stddef.h>, for offsetof.
30558         (struct userid.name): Change from char * to a flexible array member.
30559         All uses changed.
30560         * modules/idcache (Depends-on): Add flexmember.
30561
30562         * MODULES.html.sh (Core language properties): New module flexmember.
30563         * modules/flexmember, m4/flexmember.m4: New files.
30564
30565         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
30566         inline functions that are identical with the old xnmalloc_inline,
30567         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
30568         that we can avoid some unnecessary integer multiplications and
30569         divisions in the common case where the element size is known at
30570         compile time.
30571         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
30572         needed.
30573         (xnboundedmalloc): Remove.
30574         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
30575         arguments, for consistency with rest of this header.
30576         (xcharalloc): Rewrite using XNMALLOC.
30577         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
30578         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
30579         versions have been moved to lib/xalloc.h and renamed to be the
30580         non-*_inline versions.
30581         (xmalloc, xrealloc): Implement without reference to the xnmalloc
30582         and xnrealloc functions, since those functions are now inline and
30583         now call us.
30584         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
30585         renaming described above.
30586         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
30587         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
30588         captures the dependency in AC_C_INLINE.
30589
30590         New module canonicalize-lgpl, proposed by Charles Wilson in
30591         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
30592         with a few small changes afterwards.
30593         * MODULES.html.sh (File system functions): New module
30594         canonicalize-lgpl.
30595         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
30596         and canonicalize_file_name.
30597         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
30598         * modules/canonicalize-lgpl: New files.
30599
30600 2006-11-05  Bruno Haible  <bruno@clisp.org>
30601
30602         * gnulib-tool (func_import, func_create_testdir): Create directories
30603         also for files in subdirectories of lib/.
30604
30605 2006-11-05  Bruno Haible  <bruno@clisp.org>
30606
30607         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
30608         ANSI C compliant.
30609
30610 2006-11-03  Bruno Haible  <bruno@clisp.org>
30611
30612         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
30613         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
30614         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
30615         (xnboundedmalloc): New inline function.
30616         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
30617         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
30618         xmalloc.
30619         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
30620         xmalloc.
30621         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
30622         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
30623         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
30624         xmalloc.
30625         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
30626         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
30627         xmalloc.
30628         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
30629         gl_tree_add_after): Use XMALLOC instead of xmalloc.
30630         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
30631         xmalloc.
30632         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
30633         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
30634         gl_tree_add_after): Use XMALLOC instead of xmalloc.
30635         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
30636         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
30637         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
30638         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
30639
30640 2006-11-03  Bruno Haible  <bruno@clisp.org>
30641
30642         * lib/c-ctype.h [C++]: Define functions without name mangling.
30643         * lib/fwriteerror.h [C++]: Likewise.
30644         * lib/gcd.h [C++]: Likewise.
30645         * lib/linebreak.h [C++]: Likewise.
30646
30647 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
30648
30649         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
30650         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
30651         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
30652         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
30653         Check for functions and headers just once.
30654         Check for declaration of canonicalize_file_name.
30655         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
30656
30657 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
30658
30659         * gnulib-tool (func_import): Fix typo in actioncmd.
30660
30661 2006-11-02  Bruno Haible  <bruno@clisp.org>
30662
30663         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
30664         newline sequence in the Makefile.am snippet as a space, like "make"
30665         does.
30666         Reported by Roger Persson <perrog@gmail.com>.
30667
30668 2006-11-01  Bruno Haible  <bruno@clisp.org>
30669
30670         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
30671         already declared in <string.h>.
30672         * lib/strcase.h (strncasecmp): Don't declare it if yes.
30673
30674 2006-11-01  Bruno Haible  <bruno@clisp.org>
30675
30676         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
30677         * lib/strcase.h: Include <string.h>.
30678         (strcasecmp): Define to rpl_strcasecmp here.
30679
30680 2006-11-01  Bruno Haible  <bruno@clisp.org>
30681
30682         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
30683
30684 2006-11-01  Eric Blake  <ebb9@byu.net>
30685
30686         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
30687
30688         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
30689
30690 2006-10-29  Bruno Haible  <bruno@clisp.org>
30691
30692         Make it compile in C++ mode.
30693         * lib/full-write.c (full_rw): Add a cast.
30694
30695 2006-11-01  Bruno Haible  <bruno@clisp.org>
30696
30697         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
30698         be POSIX compliant.
30699         Reported by Roger Persson <perrog@gmail.com>.
30700
30701 2006-11-01  Eric Blake  <ebb9@byu.net>
30702
30703         * lib/getopt_.h: Fix comments.
30704
30705 2006-10-31  Eric Blake  <ebb9@byu.net>
30706
30707         * modules/tmpdir (Depends-on): Add sys_stat.
30708         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
30709         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
30710         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
30711         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
30712         tempname.
30713
30714 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
30715
30716         Avoid some C++ diagnostics reported by Bruno Haible.
30717         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
30718         xmalloc.
30719         (quotearg_alloc): Use xcharalloc rather than xmalloc.
30720         (struct slotvec): Move to top level.
30721         (quotearg_n_options): Rewrite to avoid xmalloc.
30722         * lib/xalloc.h (xcharalloc): New function.
30723         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
30724         [defined __cplusplus]: Add function template that provides result
30725         type propagation.  This part of the change is from Bruno Haible.
30726
30727 2006-10-29  Bruno Haible  <bruno@clisp.org>
30728
30729         Make it compile in C++ mode.
30730         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
30731         * lib/strnlen1.c (strnlen1): Cast memchr result.
30732         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
30733         * lib/clean-temp.c (string_equals, string_hash): Add casts.
30734         (create_temp_dir): Rename local variable 'template'.
30735         (compile_csharp_using_sscli): Add cast.
30736         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
30737         * lib/findprog.c (find_in_path): Likewise.
30738         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
30739         * lib/wait-process.c (register_slave_subprocess): Likewise.
30740
30741 2006-10-22  Bruno Haible  <bruno@clisp.org>
30742
30743         * modules/tsearch: New file.
30744         * lib/tsearch.h: New file.
30745         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
30746         * m4/tsearch.m4: New file.
30747         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
30748
30749 2006-10-29  Eric Blake  <ebb9@byu.net>
30750
30751         * lib/arcfour.c: Assume config.h.
30752         * lib/arctwo.c: Likewise.
30753         * lib/base64.c: Likewise.
30754         * lib/check-version.c: Likewise.
30755         * lib/crc.c: Likewise.
30756         * lib/des.c: Likewise.
30757         * lib/gc-gnulib.c: Likewise.
30758         * lib/gc-libgcrypt.c: Likewise.
30759         * lib/gc-pbkdf2-sha1.c: Likewise.
30760         * lib/getaddrinfo.c: Likewise.
30761         * lib/getdelim.c: Likewise.
30762         * lib/getline.c: Likewise.
30763         * lib/hmac-md5.c: Likewise.
30764         * lib/hmac-sha1.c: Likewise.
30765         * lib/iconvme.c: Likewise.
30766         * lib/md2.c: Likewise.
30767         * lib/md4.c: Likewise.
30768         * lib/memxor.c: Likewise.
30769         * lib/read-file.c: Likewise.
30770         * lib/readline.c: Likewise.
30771         * lib/rijndael-alg-fst.c: Likewise.
30772         * lib/rijndael-api-fst.c: Likewise.
30773         * lib/xgetdomainname.c: Likewise.
30774
30775 2006-10-28  Eric Blake  <ebb9@byu.net>
30776
30777         * lib/xstrndup.c: Assume config.h.
30778
30779 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
30780
30781         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
30782         stat-macros.h is now for our own macros, whereas stat_h is for
30783         macros in the <sys/stat.h> name space.
30784         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
30785         (STAT_MACROS_H): Remove.
30786         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
30787         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
30788         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
30789         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
30790         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
30791         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
30792         Move these macros to ...
30793         * lib/stat_.h: here.  Don't include stat-macros.h.
30794         * lib/canonicalize.c: Don't include stat-macros.h.
30795         * lib/chown.c: Likewise.
30796         * lib/euidaccess.c: Likewise.
30797         * lib/file-type.c: Likewise.
30798         * lib/filemode.c: Likewise.
30799         * lib/glob.c: Likewise.
30800         * lib/isapipe.c: Likewise.
30801         * lib/lchown.c: Likewise.
30802         * lib/lstat.c: Likewise.
30803         * lib/mkdir-p.c: Likewise.
30804         * lib/rmdir.c: Likewise.
30805         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
30806         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
30807         unless mkdir isn't declared, to speed up 'configure'.
30808         Always create sys/stat.h, since it's unlikely any real sys/stat.h
30809         would define all the S_* symbols.
30810         * modules/canonicalize (Depends-on):
30811         Depend on sys_stat, not stat-macros.
30812         * modules/chown: Likewise.
30813         * modules/euidaccess: Likewise.
30814         * modules/filemode: Likewise.
30815         * modules/file-type: Likewise.
30816         * modules/glob: Likewise.
30817         * modules/isapipe: Likewise.
30818         * modules/lchown: Likewise.
30819         * modules/lstat: Likewise.
30820         * modules/mkancesdirs: Likewise.
30821         * modules/rmdir: Likewise.
30822         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
30823         * modules/modechange: Likewise.
30824         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
30825         (configure.ac): Remove gl_STAT_MACROS.
30826         * modules/sys_stat (Depends-on): Remove stat-macros.
30827
30828 2006-10-27  Bruno Haible  <bruno@clisp.org>
30829
30830         * m4/signed.m4: Remove file.
30831         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
30832         invocation.
30833         * modules/vasnprintf (Files): Remove m4/signed.m4.
30834
30835 2006-10-27  Bruno Haible  <bruno@clisp.org>
30836
30837         Update to GNU gettext 0.16.
30838         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
30839         m4/inttypes-h.m4, m4/signed.m4.
30840         * m4/gettext.m4: Update to GNU gettext 0.16.
30841         * m4/intl.m4: New file, from GNU gettext.
30842         * m4/intldir.m4: New file, from GNU gettext.
30843         * config/srclist.txt: Update
30844
30845 2006-10-27  Eric Blake  <ebb9@byu.net>
30846
30847         * MODULES.html.sh: Document tempname.
30848         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
30849         dependencies.
30850         (Files): Move lib/tempname.c...
30851         * modules/tempname: ...to this new module.
30852         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
30853         (gl_PREREQ_TEMPNAME): Move...
30854         * m4/tempname.m4: ...to this new file.
30855         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
30856         * modules/sys_stat (Depends-on): Add stat-macros.
30857         * lib/stat_.h (includes): Pick up stat macros.
30858         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
30859         if stat macros are broken.
30860         * lib/tempname.c (includes): No need to include "stat-macros.h".
30861         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
30862         (direxists, __path_search) [!_LIBC]: Don't compile these in
30863         gnulib; the tmpdir module covers that.
30864         * lib/tempname.h: New file.
30865
30866 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
30867
30868         * COPYING: Explain how gnulib-tool converts licence headers.
30869         Almost all wording by Eric Blake.
30870
30871 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
30872
30873         * lib/mbchar.h (is_basic_table): Make read-only.
30874         * lib/mbchar.c (is_basic_table): Likewise.
30875         Reported by John Darrington.
30876
30877 2006-10-25  Bruno Haible  <bruno@clisp.org>
30878
30879         * lib/progname.h (set_program_name): Undefine before defining.
30880
30881 2006-10-25  Bruno Haible  <bruno@clisp.org>
30882
30883         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
30884         false for non-gcc C++ compilers.
30885         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
30886
30887 2006-10-24  Bruno Haible  <bruno@clisp.org>
30888
30889         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
30890         iconv implementations like Irix iconv.
30891
30892 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30893
30894         * modules/vararrays: New file.
30895         * m4/vararrays.m4: New file, taken from diffutils.
30896         * MODULES.html.sh: New module vararrays.
30897
30898 2006-10-24  Karl Berry  <karl@gnu.org>
30899
30900         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
30901         Don't call GNU Unix.
30902
30903 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30904
30905         * users.txt: Add Libtool.
30906
30907         Sync from Libtool:
30908
30909         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30910
30911         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
30912         to gnulib's policy of including config.h unconditionally.
30913
30914 2006-10-24  Bruno Haible  <bruno@clisp.org>
30915
30916         * modules/wcwidth (Files): Add m4/wint_t.m4.
30917         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
30918         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
30919
30920 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30921
30922         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
30923         to pacify GCC with some -W flags enabled.  Problem reported by
30924         Bruno Haible.
30925
30926 2006-10-24  Jim Meyering  <jim@meyering.net>
30927
30928         * MODULES.html.sh: Remove uinttostr.  It's not a module.
30929         Reported by Karl Berry.
30930
30931 2006-10-23  Bruno Haible  <bruno@clisp.org>
30932
30933         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
30934
30935 2006-10-24  Bruno Haible  <bruno@clisp.org>
30936
30937         * lib/gl_list.h: Use C comment style, not C++ comment style.
30938
30939 2006-10-23  Eric Blake  <ebb9@byu.net>
30940
30941         * lib/getaddrinfo.c (includes): Add missing include.
30942
30943 2006-10-23  Bruno Haible  <bruno@clisp.org>
30944             Paul Eggert  <eggert@cs.ucla.edu>
30945
30946         Ability to rename obstack_free.
30947         * lib/obstack.h (__obstack_free): New macro. Declare instead of
30948         obstack_free.
30949         (obstack_free): Invoke the __obstack_free macro.
30950         * lib/obstack.c (obstack_free): Use __obstack_free macro.
30951
30952 2006-10-23  Bruno Haible  <bruno@clisp.org>
30953             Paul Eggert  <eggert@cs.ucla.edu>
30954
30955         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
30956         __argc, __argv from the declaration. (They are defined as macros on
30957         mingw.)
30958
30959 2006-10-22  Bruno Haible  <bruno@clisp.org>
30960
30961         * doc/gnulib-intro.texi: New file.
30962         * doc/gnulib.texi: Include it.
30963
30964 2006-10-21  Bruno Haible  <bruno@clisp.org>
30965
30966         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
30967         "Introduction", "Miscellanous Notes", "Particular Modules".
30968
30969 2006-10-21  Bruno Haible  <bruno@clisp.org>
30970
30971         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30972         Change mostlyclean-local rule to avoid sh syntax error from bash
30973         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
30974
30975 2006-10-23  Jim Meyering  <jim@meyering.net>
30976
30977         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
30978         in place of snprintf.
30979
30980         * modules/inttostr (Files): Add lib/uinttostr.c.
30981         * lib/uinttostr.c (inttostr): New file/function.
30982         * lib/inttostr.h (uinttostr): Declare.
30983         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
30984         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
30985         Add uinttostr.
30986         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
30987
30988 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
30989
30990         * lib/canonicalize.c (ELOOP): Define if not already defined.
30991         Problem reported by Bruno Haible in
30992         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
30993
30994 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
30995
30996         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
30997         Problem reported by Perry Smith and Ville Laurikari.
30998
30999         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
31000         uses.
31001
31002 2006-10-19  Bruno Haible  <bruno@clisp.org>
31003
31004         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
31005         for mingw.
31006
31007 2006-10-19  Bruno Haible  <bruno@clisp.org>
31008
31009         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
31010         Needed for mingw.
31011
31012 2006-10-19  Bruno Haible  <bruno@clisp.org>
31013
31014         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
31015
31016 2006-10-19  Bruno Haible  <bruno@clisp.org>
31017
31018         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
31019         it.
31020
31021 2006-10-19  Bruno Haible  <bruno@clisp.org>
31022
31023         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
31024         invocation.
31025
31026 2006-10-19  Bruno Haible  <bruno@clisp.org>
31027
31028         * gnulib-tool (func_create_testdir): Don't include ftruncate and
31029         mountlist by default.
31030
31031 2006-10-16  Bruno Haible  <bruno@clisp.org>
31032
31033         * lib/c-strstr.c: Include c-strstr.h.
31034
31035 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
31036
31037         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
31038         in a slash.
31039
31040 2006-10-18  Bruno Haible  <bruno@clisp.org>
31041
31042         * lib/lock.h [C++]: Wrap definitions in extern "C".
31043
31044 2006-10-18  Bruno Haible  <bruno@clisp.org>
31045
31046         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
31047         gl_LIBOBJS list.
31048
31049 2006-10-18  Bruno Haible  <bruno@clisp.org>
31050
31051         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
31052
31053 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
31054
31055         * lib/xstrtol.h: Include gettext.h.
31056         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
31057         Problem reported by Eric Blake.
31058         * modules/xstrtol (Depends-on): Add gettext-h.
31059
31060 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
31061
31062         * lib/strftime.c (advance): New macro.
31063         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
31064         incomplete type, so you can't add 0 to it.  Problem and patch
31065         reported by Eelco Dolstra for dietlibc.
31066
31067 2006-10-18  Jim Meyering  <jim@meyering.net>
31068
31069         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
31070         type for a local, and rename it: s/up/user_proc/.
31071
31072 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
31073
31074         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
31075         READ_UTMP_USER_PROCESS.
31076         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
31077
31078 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
31079
31080         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
31081         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
31082
31083 2006-10-17  Eric Blake  <ebb9@byu.net>
31084
31085         * lib/sigprocmask.c (sigprocmask): Fix typo.
31086
31087         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
31088
31089         * modules/clean-temp (Makefile.am): Don't add to make output...
31090         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
31091         config.h.
31092
31093 2006-10-17  Bruno Haible  <bruno@clisp.org>
31094
31095         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
31096         differently if DEFAULT_TEXT_DOMAIN is set.
31097
31098 2006-10-16  Bruno Haible  <bruno@clisp.org>
31099
31100         * lib/clean-temp.c: Include fwriteerror.h.
31101
31102 2006-10-16  Bruno Haible  <bruno@clisp.org>
31103
31104         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
31105
31106 2006-10-16  Bruno Haible  <bruno@clisp.org>
31107
31108         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
31109         * lib/sigprocmask.h: Include <sys/types.h>.
31110         (sigset_t): Use the system's definition if present.
31111
31112 2006-10-17  Eric Blake  <ebb9@byu.net>
31113
31114         * lib/xvasprintf.c (includes): Assume config.h.
31115         * lib/xasprintf.c (includes): Likewise.
31116
31117 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31118
31119         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
31120         at least as wide as intmax_t.
31121
31122 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
31123
31124         (Imported from Automake.)
31125         * build-aux/gnupload: Update to version 1.1 of directive file.
31126
31127 2006-10-16  Eric Blake  <ebb9@byu.net>
31128
31129         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
31130         match Automake 1.10a.
31131
31132 2006-10-14  Bruno Haible  <bruno@clisp.org>
31133
31134         * modules/sigprocmask: New file.
31135         * lib/sigprocmask.h: New file.
31136         * lib/sigprocmask.c: New file.
31137         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
31138         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
31139         request sigprocmask.o.
31140         (gl_PREREQ_SIGPROCMASK): New macro.
31141         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
31142         (Depends-on): Add sigprocmask.
31143         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
31144         gt_SIGNALBLOCKING. Test for 'raise' only once.
31145         * lib/fatal-signal.c: Include sigprocmask.h.
31146         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
31147         unblock_fatal_signals): Define always.
31148         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31149         sigprocmask.
31150
31151 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
31152
31153         Sync from Automake.
31154         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
31155         which incorrectly sets the mode of an existing destination
31156         directory.  In some cases the unpatched install-sh could do the
31157         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
31158         system.  We hope this is rare in practice, but it's clearly worth
31159         fixing.  Problem reported by Alex Unleashed in
31160         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
31161         Also, don't bother to check for -m bugs unless we're using -m;
31162         suggested by Stepan Kasal.
31163
31164 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31165
31166         Sync from Automake.
31167         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
31168         `-c' flag, so they appear at the same position as in %FASTDEP%
31169         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
31170         which ignores unknown options only after the first non-option.
31171         Bug report against M4 by Nelson H. F. Beebe.
31172
31173 2006-10-13  Jim Meyering  <jim@meyering.net>
31174
31175         Fix a bug in yesterday's change.
31176         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
31177         p->fts_statp->st_dev would be used uninitialized.
31178         Ensures that we always call fts_stat on the very first entry.
31179         Miklos Szeredi reported that find -xdev stopped working.
31180
31181 2006-10-12  Bruno Haible  <bruno@clisp.org>
31182
31183         * gnulib-tool (func_get_automake_snippet): Append an automatically
31184         computed EXTRA_DIST augmentation.
31185         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
31186         * modules/alloca-opt (Makefile.am): Likewise.
31187         * modules/allocsa (Makefile.am): Likewise.
31188         * modules/arcfour (Makefile.am): Likewise.
31189         * modules/arctwo (Makefile.am): Likewise.
31190         * modules/argmatch (Makefile.am): Likewise.
31191         * modules/argz (Makefile.am): Likewise.
31192         * modules/atexit (Makefile.am): Likewise.
31193         * modules/backupfile (Makefile.am): Likewise.
31194         * modules/byteswap (Makefile.am): Likewise.
31195         * modules/c-strtod (Makefile.am): Likewise.
31196         * modules/c-strtold (Makefile.am): Likewise.
31197         * modules/calloc (Makefile.am): Likewise.
31198         * modules/canon-host (Makefile.am): Likewise.
31199         * modules/canonicalize (Makefile.am): Likewise.
31200         * modules/chdir-long (Makefile.am): Likewise.
31201         * modules/chdir-safer (Makefile.am): Likewise.
31202         * modules/check-version (Makefile.am): Likewise.
31203         * modules/chown (Makefile.am): Likewise.
31204         * modules/cloexec (Makefile.am): Likewise.
31205         * modules/close-stream (Makefile.am): Likewise.
31206         * modules/closeout (Makefile.am): Likewise.
31207         * modules/crc (Makefile.am): Likewise.
31208         * modules/csharpexec (Makefile.am): Likewise.
31209         * modules/cycle-check (Makefile.am): Likewise.
31210         * modules/des (Makefile.am): Likewise.
31211         * modules/dev-ino (Makefile.am): Likewise.
31212         * modules/dirfd (Makefile.am): Likewise.
31213         * modules/dirname (Makefile.am): Likewise.
31214         * modules/dup2 (Makefile.am): Likewise.
31215         * modules/eealloc (Makefile.am): Likewise.
31216         * modules/error (Makefile.am): Likewise.
31217         * modules/euidaccess (Makefile.am): Likewise.
31218         * modules/exclude (Makefile.am): Likewise.
31219         * modules/exitfail (Makefile.am): Likewise.
31220         * modules/fcntl-safer (Makefile.am): Likewise.
31221         * modules/fcntl (Makefile.am): Likewise.
31222         * modules/file-type (Makefile.am): Likewise.
31223         * modules/fileblocks (Makefile.am): Likewise.
31224         * modules/filemode (Makefile.am): Likewise.
31225         * modules/filenamecat (Makefile.am): Likewise.
31226         * modules/fnmatch (Makefile.am): Likewise.
31227         * modules/fopen-safer (Makefile.am): Likewise.
31228         * modules/fpending (Makefile.am): Likewise.
31229         * modules/fprintftime (Makefile.am): Likewise.
31230         * modules/free (Makefile.am): Likewise.
31231         * modules/fsusage (Makefile.am): Likewise.
31232         * modules/ftruncate (Makefile.am): Likewise.
31233         * modules/fts (Makefile.am): Likewise.
31234         * modules/gc-arcfour (Makefile.am): Likewise.
31235         * modules/gc-des (Makefile.am): Likewise.
31236         * modules/gc-hmac-md5 (Makefile.am): Likewise.
31237         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
31238         * modules/gc-md4 (Makefile.am): Likewise.
31239         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
31240         * modules/gc-sha1 (Makefile.am): Likewise.
31241         * modules/gc (Makefile.am): Likewise.
31242         * modules/getaddrinfo (Makefile.am): Likewise.
31243         * modules/getcwd (Makefile.am): Likewise.
31244         * modules/getdelim (Makefile.am): Likewise.
31245         * modules/getdomainname (Makefile.am): Likewise.
31246         * modules/getgroups (Makefile.am): Likewise.
31247         * modules/gethostname (Makefile.am): Likewise.
31248         * modules/gethrxtime (Makefile.am): Likewise.
31249         * modules/getline (Makefile.am): Likewise.
31250         * modules/getloadavg (Makefile.am): Likewise.
31251         * modules/getlogin_r (Makefile.am): Likewise.
31252         * modules/getndelim2 (Makefile.am): Likewise.
31253         * modules/getopt (Makefile.am): Likewise.
31254         * modules/getpagesize (Makefile.am): Likewise.
31255         * modules/getpass-gnu (Makefile.am): Likewise.
31256         * modules/getpass (Makefile.am): Likewise.
31257         * modules/getsubopt (Makefile.am): Likewise.
31258         * modules/gettime (Makefile.am): Likewise.
31259         * modules/gettimeofday (Makefile.am): Likewise.
31260         * modules/getugroups (Makefile.am): Likewise.
31261         * modules/getusershell (Makefile.am): Likewise.
31262         * modules/glob (Makefile.am): Likewise.
31263         * modules/group-member (Makefile.am): Likewise.
31264         * modules/hard-locale (Makefile.am): Likewise.
31265         * modules/hash (Makefile.am): Likewise.
31266         * modules/hmac-md5 (Makefile.am): Likewise.
31267         * modules/hmac-sha1 (Makefile.am): Likewise.
31268         * modules/human (Makefile.am): Likewise.
31269         * modules/idcache (Makefile.am): Likewise.
31270         * modules/imaxabs (Makefile.am): Likewise.
31271         * modules/imaxdiv (Makefile.am): Likewise.
31272         * modules/inet_ntop (Makefile.am): Likewise.
31273         * modules/inet_pton (Makefile.am): Likewise.
31274         * modules/intprops (Makefile.am): Likewise.
31275         * modules/inttostr (Makefile.am): Likewise.
31276         * modules/inttypes (Makefile.am): Likewise.
31277         * modules/isapipe (Makefile.am): Likewise.
31278         * modules/javaversion (Makefile.am): Likewise.
31279         * modules/lchmod (Makefile.am): Likewise.
31280         * modules/lchown (Makefile.am): Likewise.
31281         * modules/localcharset (Makefile.am): Likewise.
31282         * modules/long-options (Makefile.am): Likewise.
31283         * modules/lstat (Makefile.am): Likewise.
31284         * modules/malloc (Makefile.am): Likewise.
31285         * modules/mathl (Makefile.am): Likewise.
31286         * modules/mbchar (Makefile.am): Likewise.
31287         * modules/md2 (Makefile.am): Likewise.
31288         * modules/md4 (Makefile.am): Likewise.
31289         * modules/md5 (Makefile.am): Likewise.
31290         * modules/memcasecmp (Makefile.am): Likewise.
31291         * modules/memchr (Makefile.am): Likewise.
31292         * modules/memcmp (Makefile.am): Likewise.
31293         * modules/memcoll (Makefile.am): Likewise.
31294         * modules/memcpy (Makefile.am): Likewise.
31295         * modules/memmem (Makefile.am): Likewise.
31296         * modules/memmove (Makefile.am): Likewise.
31297         * modules/mempcpy (Makefile.am): Likewise.
31298         * modules/memrchr (Makefile.am): Likewise.
31299         * modules/memset (Makefile.am): Likewise.
31300         * modules/memxor (Makefile.am): Likewise.
31301         * modules/mkancesdirs (Makefile.am): Likewise.
31302         * modules/mkdir-p (Makefile.am): Likewise.
31303         * modules/mkdir (Makefile.am): Likewise.
31304         * modules/mkdtemp (Makefile.am): Likewise.
31305         * modules/mkstemp (Makefile.am): Likewise.
31306         * modules/mktime (Makefile.am): Likewise.
31307         * modules/modechange (Makefile.am): Likewise.
31308         * modules/mountlist (Makefile.am): Likewise.
31309         * modules/nanosleep (Makefile.am): Likewise.
31310         * modules/obstack (Makefile.am): Likewise.
31311         * modules/openat (Makefile.am): Likewise.
31312         * modules/pagealign_alloc (Makefile.am): Likewise.
31313         * modules/pathmax (Makefile.am): Likewise.
31314         * modules/physmem (Makefile.am): Likewise.
31315         * modules/poll (Makefile.am): Likewise.
31316         * modules/posixtm (Makefile.am): Likewise.
31317         * modules/posixver (Makefile.am): Likewise.
31318         * modules/putenv (Makefile.am): Likewise.
31319         * modules/quote (Makefile.am): Likewise.
31320         * modules/quotearg (Makefile.am): Likewise.
31321         * modules/raise (Makefile.am): Likewise.
31322         * modules/read-file (Makefile.am): Likewise.
31323         * modules/readline (Makefile.am): Likewise.
31324         * modules/readlink (Makefile.am): Likewise.
31325         * modules/readtokens (Makefile.am): Likewise.
31326         * modules/readutmp (Makefile.am): Likewise.
31327         * modules/realloc (Makefile.am): Likewise.
31328         * modules/regex (Makefile.am): Likewise.
31329         * modules/rename-dest-slash (Makefile.am): Likewise.
31330         * modules/rename (Makefile.am): Likewise.
31331         * modules/rijndael (Makefile.am): Likewise.
31332         * modules/rmdir (Makefile.am): Likewise.
31333         * modules/rpmatch (Makefile.am): Likewise.
31334         * modules/safe-read (Makefile.am): Likewise.
31335         * modules/safe-write (Makefile.am): Likewise.
31336         * modules/same-inode (Makefile.am): Likewise.
31337         * modules/same (Makefile.am): Likewise.
31338         * modules/save-cwd (Makefile.am): Likewise.
31339         * modules/savedir (Makefile.am): Likewise.
31340         * modules/setenv (Makefile.am): Likewise.
31341         * modules/settime (Makefile.am): Likewise.
31342         * modules/sha1 (Makefile.am): Likewise.
31343         * modules/sig2str (Makefile.am): Likewise.
31344         * modules/snprintf (Makefile.am): Likewise.
31345         * modules/stat-macros (Makefile.am): Likewise.
31346         * modules/stat-time (Makefile.am): Likewise.
31347         * modules/stdbool (Makefile.am): Likewise.
31348         * modules/stdint (Makefile.am): Likewise.
31349         * modules/stdlib-safer (Makefile.am): Likewise.
31350         * modules/stpcpy (Makefile.am): Likewise.
31351         * modules/stpncpy (Makefile.am): Likewise.
31352         * modules/strcase (Makefile.am): Likewise.
31353         * modules/strcasestr (Makefile.am): Likewise.
31354         * modules/strchrnul (Makefile.am): Likewise.
31355         * modules/strcspn (Makefile.am): Likewise.
31356         * modules/strdup (Makefile.am): Likewise.
31357         * modules/strerror (Makefile.am): Likewise.
31358         * modules/strftime (Makefile.am): Likewise.
31359         * modules/strndup (Makefile.am): Likewise.
31360         * modules/strnlen (Makefile.am): Likewise.
31361         * modules/strpbrk (Makefile.am): Likewise.
31362         * modules/strsep (Makefile.am): Likewise.
31363         * modules/strstr (Makefile.am): Likewise.
31364         * modules/strtod (Makefile.am): Likewise.
31365         * modules/strtoimax (Makefile.am): Likewise.
31366         * modules/strtok_r (Makefile.am): Likewise.
31367         * modules/strtol (Makefile.am): Likewise.
31368         * modules/strtoll (Makefile.am): Likewise.
31369         * modules/strtoul (Makefile.am): Likewise.
31370         * modules/strtoull (Makefile.am): Likewise.
31371         * modules/strtoumax (Makefile.am): Likewise.
31372         * modules/strverscmp (Makefile.am): Likewise.
31373         * modules/sys_socket (Makefile.am): Likewise.
31374         * modules/sys_stat (Makefile.am): Likewise.
31375         * modules/sysexits (Makefile.am): Likewise.
31376         * modules/time_r (Makefile.am): Likewise.
31377         * modules/timegm (Makefile.am): Likewise.
31378         * modules/timespec (Makefile.am): Likewise.
31379         * modules/tmpfile-safer (Makefile.am): Likewise.
31380         * modules/trim (Makefile.am): Likewise.
31381         * modules/unistd-safer (Makefile.am): Likewise.
31382         * modules/unlinkdir (Makefile.am): Likewise.
31383         * modules/unlocked-io (Makefile.am): Likewise.
31384         * modules/userspec (Makefile.am): Likewise.
31385         * modules/utime (Makefile.am): Likewise.
31386         * modules/utimecmp (Makefile.am): Likewise.
31387         * modules/utimens (Makefile.am): Likewise.
31388         * modules/vasnprintf (Makefile.am): Likewise.
31389         * modules/vasprintf (Makefile.am): Likewise.
31390         * modules/vsnprintf (Makefile.am): Likewise.
31391         * modules/xalloc (Makefile.am): Likewise.
31392         * modules/xgetcwd (Makefile.am): Likewise.
31393         * modules/xnanosleep (Makefile.am): Likewise.
31394         * modules/xreadlink (Makefile.am): Likewise.
31395         * modules/xstrtod (Makefile.am): Likewise.
31396         * modules/xstrtol (Makefile.am): Likewise.
31397         * modules/xstrtold (Makefile.am): Likewise.
31398         * modules/yesno (Makefile.am): Likewise.
31399         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
31400
31401 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
31402
31403         * modules/error (Makefile.am): Distribute files through
31404         EXTRA_DIST, not lib_SOURCES.
31405
31406 2006-10-12  Eric Blake  <ebb9@byu.net>
31407
31408         * modules/error (Makefile.am): Distribute files in /lib.
31409         * modules/obstack (Makefile.am): Likewise.
31410
31411 2006-10-12  Bruno Haible  <bruno@clisp.org>
31412
31413         * modules/acl (Makefile.am): Distribute all files in lib/ through
31414         EXTRA_DIST.
31415         * modules/arcfour (Makefile.am): Likewise.
31416         * modules/arctwo (Makefile.am): Likewise.
31417         * modules/argmatch (Makefile.am): Likewise.
31418         * modules/argz (Makefile.am): Likewise.
31419         * modules/atexit (Makefile.am): Likewise.
31420         * modules/backupfile (Makefile.am): Likewise.
31421         * modules/c-strtod (Makefile.am): Likewise.
31422         * modules/c-strtold (Makefile.am): Likewise.
31423         * modules/calloc (Makefile.am): Likewise.
31424         * modules/canon-host (Makefile.am): Likewise.
31425         * modules/canonicalize (Makefile.am): Likewise.
31426         * modules/chdir-long (Makefile.am): Likewise.
31427         * modules/chdir-safer (Makefile.am): Likewise.
31428         * modules/check-version (Makefile.am): Likewise.
31429         * modules/chown (Makefile.am): Likewise.
31430         * modules/cloexec (Makefile.am): Likewise.
31431         * modules/close-stream (Makefile.am): Likewise.
31432         * modules/closeout (Makefile.am): Likewise.
31433         * modules/crc (Makefile.am): Likewise.
31434         * modules/cycle-check (Makefile.am): Likewise.
31435         * modules/des (Makefile.am): Likewise.
31436         * modules/dirfd (Makefile.am): Likewise.
31437         * modules/dirname (Makefile.am): Likewise.
31438         * modules/dup2 (Makefile.am): Likewise.
31439         * modules/euidaccess (Makefile.am): Likewise.
31440         * modules/exclude (Makefile.am): Likewise.
31441         * modules/exitfail (Makefile.am): Likewise.
31442         * modules/fcntl-safer (Makefile.am): Likewise.
31443         * modules/file-type (Makefile.am): Likewise.
31444         * modules/fileblocks (Makefile.am): Likewise.
31445         * modules/filemode (Makefile.am): Likewise.
31446         * modules/filenamecat (Makefile.am): Likewise.
31447         * modules/fnmatch (Makefile.am): Likewise.
31448         * modules/fopen-safer (Makefile.am): Likewise.
31449         * modules/fpending (Makefile.am): Likewise.
31450         * modules/fprintftime (Makefile.am): Likewise.
31451         * modules/free (Makefile.am): Likewise.
31452         * modules/fsusage (Makefile.am): Likewise.
31453         * modules/ftruncate (Makefile.am): Likewise.
31454         * modules/fts (Makefile.am): Likewise.
31455         * modules/gc (Makefile.am): Likewise.
31456         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
31457         * modules/getaddrinfo (Makefile.am): Likewise.
31458         * modules/getcwd (Makefile.am): Likewise.
31459         * modules/getdelim (Makefile.am): Likewise.
31460         * modules/getdomainname (Makefile.am): Likewise.
31461         * modules/getgroups (Makefile.am): Likewise.
31462         * modules/gethostname (Makefile.am): Likewise.
31463         * modules/gethrxtime (Makefile.am): Likewise.
31464         * modules/getline (Makefile.am): Likewise.
31465         * modules/getloadavg (Makefile.am): Likewise.
31466         * modules/getlogin_r (Makefile.am): Likewise.
31467         * modules/getopt (Makefile.am): Likewise.
31468         * modules/getpass (Makefile.am): Likewise.
31469         * modules/getpass-gnu (Makefile.am): Likewise.
31470         * modules/getsubopt (Makefile.am): Likewise.
31471         * modules/gettime (Makefile.am): Likewise.
31472         * modules/gettimeofday (Makefile.am): Likewise.
31473         * modules/getugroups (Makefile.am): Likewise.
31474         * modules/getusershell (Makefile.am): Likewise.
31475         * modules/glob (Makefile.am): Likewise.
31476         * modules/group-member (Makefile.am): Likewise.
31477         * modules/hard-locale (Makefile.am): Likewise.
31478         * modules/hash (Makefile.am): Likewise.
31479         * modules/hmac-md5 (Makefile.am): Likewise.
31480         * modules/hmac-sha1 (Makefile.am): Likewise.
31481         * modules/human (Makefile.am): Likewise.
31482         * modules/idcache (Makefile.am): Likewise.
31483         * modules/imaxabs (Makefile.am): Likewise.
31484         * modules/imaxdiv (Makefile.am): Likewise.
31485         * modules/inet_ntop (Makefile.am): Likewise.
31486         * modules/inet_pton (Makefile.am): Likewise.
31487         * modules/inttostr (Makefile.am): Likewise.
31488         * modules/isapipe (Makefile.am): Likewise.
31489         * modules/lchown (Makefile.am): Likewise.
31490         * modules/long-options (Makefile.am): Likewise.
31491         * modules/lstat (Makefile.am): Likewise.
31492         * modules/malloc (Makefile.am): Likewise.
31493         * modules/mathl (Makefile.am): Likewise.
31494         * modules/mbchar (Makefile.am): Likewise.
31495         * modules/md2 (Makefile.am): Likewise.
31496         * modules/md4 (Makefile.am): Likewise.
31497         * modules/md5 (Makefile.am): Likewise.
31498         * modules/memcasecmp (Makefile.am): Likewise.
31499         * modules/memchr (Makefile.am): Likewise.
31500         * modules/memcmp (Makefile.am): Likewise.
31501         * modules/memcoll (Makefile.am): Likewise.
31502         * modules/memcpy (Makefile.am): Likewise.
31503         * modules/memmem (Makefile.am): Likewise.
31504         * modules/memmove (Makefile.am): Likewise.
31505         * modules/mempcpy (Makefile.am): Likewise.
31506         * modules/memrchr (Makefile.am): Likewise.
31507         * modules/memset (Makefile.am): Likewise.
31508         * modules/memxor (Makefile.am): Likewise.
31509         * modules/mkancesdirs (Makefile.am): Likewise.
31510         * modules/mkdir (Makefile.am): Likewise.
31511         * modules/mkdir-p (Makefile.am): Likewise.
31512         * modules/mkdtemp (Makefile.am): Likewise.
31513         * modules/mkstemp (Makefile.am): Likewise.
31514         * modules/mktime (Makefile.am): Likewise.
31515         * modules/modechange (Makefile.am): Likewise.
31516         * modules/mountlist (Makefile.am): Likewise.
31517         * modules/nanosleep (Makefile.am): Likewise.
31518         * modules/openat (Makefile.am): Likewise.
31519         * modules/pagealign_alloc (Makefile.am): Likewise.
31520         * modules/physmem (Makefile.am): Likewise.
31521         * modules/poll (Makefile.am): Likewise.
31522         * modules/posixtm (Makefile.am): Likewise.
31523         * modules/posixver (Makefile.am): Likewise.
31524         * modules/putenv (Makefile.am): Likewise.
31525         * modules/quote (Makefile.am): Likewise.
31526         * modules/quotearg (Makefile.am): Likewise.
31527         * modules/raise (Makefile.am): Likewise.
31528         * modules/read-file (Makefile.am): Likewise.
31529         * modules/readline (Makefile.am): Likewise.
31530         * modules/readlink (Makefile.am): Likewise.
31531         * modules/readtokens (Makefile.am): Likewise.
31532         * modules/readutmp (Makefile.am): Likewise.
31533         * modules/realloc (Makefile.am): Likewise.
31534         * modules/regex (Makefile.am): Likewise.
31535         * modules/rename (Makefile.am): Likewise.
31536         * modules/rename-dest-slash (Makefile.am): Likewise.
31537         * modules/rijndael (Makefile.am): Likewise.
31538         * modules/rmdir (Makefile.am): Likewise.
31539         * modules/rpmatch (Makefile.am): Likewise.
31540         * modules/safe-read (Makefile.am): Likewise.
31541         * modules/safe-write (Makefile.am): Likewise.
31542         * modules/same (Makefile.am): Likewise.
31543         * modules/save-cwd (Makefile.am): Likewise.
31544         * modules/savedir (Makefile.am): Likewise.
31545         * modules/setenv (Makefile.am): Likewise.
31546         * modules/settime (Makefile.am): Likewise.
31547         * modules/sha1 (Makefile.am): Likewise.
31548         * modules/sig2str (Makefile.am): Likewise.
31549         * modules/snprintf (Makefile.am): Likewise.
31550         * modules/stdlib-safer (Makefile.am): Likewise.
31551         * modules/stpcpy (Makefile.am): Likewise.
31552         * modules/stpncpy (Makefile.am): Likewise.
31553         * modules/strcase (Makefile.am): Likewise.
31554         * modules/strcasestr (Makefile.am): Likewise.
31555         * modules/strchrnul (Makefile.am): Likewise.
31556         * modules/strcspn (Makefile.am): Likewise.
31557         * modules/strdup (Makefile.am): Likewise.
31558         * modules/strerror (Makefile.am): Likewise.
31559         * modules/strftime (Makefile.am): Likewise.
31560         * modules/strndup (Makefile.am): Likewise.
31561         * modules/strnlen (Makefile.am): Likewise.
31562         * modules/strpbrk (Makefile.am): Likewise.
31563         * modules/strsep (Makefile.am): Likewise.
31564         * modules/strstr (Makefile.am): Likewise.
31565         * modules/strtod (Makefile.am): Likewise.
31566         * modules/strtoimax (Makefile.am): Likewise.
31567         * modules/strtok_r (Makefile.am): Likewise.
31568         * modules/strtol (Makefile.am): Likewise.
31569         * modules/strtoll (Makefile.am): Likewise.
31570         * modules/strtoul (Makefile.am): Likewise.
31571         * modules/strtoull (Makefile.am): Likewise.
31572         * modules/strtoumax (Makefile.am): Likewise.
31573         * modules/strverscmp (Makefile.am): Likewise.
31574         * modules/time_r (Makefile.am): Likewise.
31575         * modules/timegm (Makefile.am): Likewise.
31576         * modules/tmpfile-safer (Makefile.am): Likewise.
31577         * modules/unistd-safer (Makefile.am): Likewise.
31578         * modules/unlinkdir (Makefile.am): Likewise.
31579         * modules/userspec (Makefile.am): Likewise.
31580         * modules/utime (Makefile.am): Likewise.
31581         * modules/utimecmp (Makefile.am): Likewise.
31582         * modules/utimens (Makefile.am): Likewise.
31583         * modules/vasnprintf (Makefile.am): Likewise.
31584         * modules/vasprintf (Makefile.am): Likewise.
31585         * modules/vsnprintf (Makefile.am): Likewise.
31586         * modules/xalloc (Makefile.am): Likewise.
31587         * modules/xgetcwd (Makefile.am): Likewise.
31588         * modules/xnanosleep (Makefile.am): Likewise.
31589         * modules/xreadlink (Makefile.am): Likewise.
31590         * modules/xstrtod (Makefile.am): Likewise.
31591         * modules/xstrtol (Makefile.am): Likewise.
31592         * modules/xstrtold (Makefile.am): Likewise.
31593         * modules/yesno (Makefile.am): Likewise.
31594
31595 2006-10-12  Jim Meyering  <jim@meyering.net>
31596
31597         * m4/getloadavg.m4: Revert the change below.
31598
31599         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
31600         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
31601         fail with a symlink, which is what coreutils' ./bootstrap now
31602         creates by default.
31603
31604 2006-10-12  Bruno Haible  <bruno@clisp.org>
31605
31606         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
31607         mingw.
31608         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
31609         MSVC and mingw explicitly.
31610
31611 2006-10-11  Simon Josefsson  <jas@extundo.com>
31612             Bruno Haible  <bruno@clisp.org>
31613
31614         Add support for multiple gnulib-tool invocations in the scope of a
31615         single configure.ac file.
31616         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
31617         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
31618         with the same contents as the _LIBADD variable.
31619         (func_emit_initmacro_start, func_emit_initmacro_end,
31620         func_emit_initmacro_done): New functions.
31621         (func_import, func_create_testdir): Invoke them. Allow the identifiers
31622         gl_LIBOBJS and gl_LTLIBOBJS.
31623
31624 2006-10-11  Bruno Haible  <bruno@clisp.org>
31625
31626         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
31627         (func_create_testdir): Don't create po/Makefile.am, don't invoke
31628         autoreconf. Instead, invoke autopoint explicitly but move back the
31629         *.m4 files from gnulib.
31630
31631 2006-10-11  Bruno Haible  <bruno@clisp.org>
31632
31633         * gnulib-tool (func_usage): Make module names after --create-testdir
31634         optional.
31635         (func_create_testdir): If no module was specified, use nearly all
31636         modules.
31637
31638 2006-10-12  Jim Meyering  <jim@meyering.net>
31639
31640         Big performance improvement for fts-based tools that use FTS_NOSTAT.
31641         Avoid spurious inode-mismatch problems on non-POSIX file systems.
31642         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
31643         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
31644         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
31645         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
31646         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
31647         (fts_set_stat_required): New function.
31648         (fts_open): Defer the calls to fts_stat, if possible or requested.
31649         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
31650         into fts_stat itself.
31651         (fts_read): Perform any required (deferred) fts_stat call.
31652         (fts_build): Likewise, for the directory we're about to open and read.
31653         In the readdir loop, carefully decide whether each entry will require
31654         an eventual call to fts_stat, using dirent.d_type info if available.
31655         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
31656         a command line argument into this function.  Update all callers.
31657         Map a return value of FTS_DOT to FTS_D for a command line argument.
31658         * modules/fts (Depends-on): Add d-type.  Alphabetize.
31659         Thanks to Miklos Szeredi for his tenacity and for the initial
31660         bug report about "find" failing on a FUSE-based file system.
31661
31662         * lib/fts.c (fts_open): Use consistent indentation.
31663
31664 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
31665
31666         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
31667         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
31668         reported by Jim Meyering.  All uses of cache variables renamed
31669         to match Autoconf's.
31670         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
31671         the other one.
31672
31673         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
31674         Fix misspelling in diagnostic.
31675
31676 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
31677
31678         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
31679         defined.  Problem reported by Matthew Woehlke.
31680
31681         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
31682         Add support for Tandem NonStop R series.
31683         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
31684         Use new macro.
31685
31686         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
31687         (has_trailing_slash): Omit size arg; all callers changed.
31688         Omit 'inline', since it doesn't help performance and we'd
31689         need to configure it.
31690         Don't count //, ///, etc. as having a trailing slash.
31691         As a side effect, this removes a C99ism reported by Matthew Woehlke.
31692         (rpl_rename_dest_slash): On failure, use rename's errno rather
31693         than (in some cases) an incorrect or junk errno.
31694         Simplify code by removing need to compute length; this does
31695         cause it to make two passes instead of one over the file name,
31696         but it's worth it.
31697
31698         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
31699         change, since Autoconf's version may no longer be appropriate now
31700         that we are using CVS Autoconf's version.  Add support for Tandem.
31701
31702 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
31703             Bruno Haible  <bruno@clisp.org>
31704
31705         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
31706         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
31707         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
31708         gl_AC_TYPE_LONG_LONG.
31709
31710         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
31711         instead of HAVE_LONG_LONG.
31712         * lib/printf-args.c (printf_fetchargs): Likewise.
31713         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
31714         * lib/vasnprintf.c (VASNPRINTF): Likewise.
31715         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
31716         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
31717         gl_AC_TYPE_LONG_LONG.
31718
31719 2006-10-11  Bruno Haible  <bruno@clisp.org>
31720
31721         * m4/longlong.m4: Add comments.
31722         * m4/ulonglong.m4: Likewise.
31723
31724 2006-10-10  Bruno Haible  <bruno@clisp.org>
31725
31726         Make it possible to #define stpcpy, strdup to aliases.
31727         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
31728         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
31729
31730 2006-10-10  Bruno Haible  <bruno@clisp.org>
31731
31732         Make it possible to #define gcd to an alias.
31733         * lib/gcd.c: Include config.h.
31734
31735 2006-10-10  Bruno Haible  <bruno@clisp.org>
31736
31737         Make it possible to #define c_isascii to an alias.
31738         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
31739         defined. Undefine the macros before defining them, to avoid gcc
31740         warnings.
31741         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
31742         define NO_C_CTYPE_MACROS early.
31743
31744 2006-10-10  Bruno Haible  <bruno@clisp.org>
31745
31746         Make it possible to #define set_program_name to an alias.
31747         * lib/progname.c: Don't undefine set_program_name; instead, undefine
31748         ENABLE_RELOCATABLE early.
31749
31750 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
31751
31752         Port to Tandem NSK OSS, which has 64-bit signed int but at most
31753         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
31754         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
31755         More generally, don't assume that 64-bit signed int is available
31756         if unsigned int is, and vice versa.
31757         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
31758         unsigned symbols, not on their signed counterparts.
31759         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
31760         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
31761         (UINT64_C, UINTMAX_C):
31762         Likewise.
31763         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
31764         unsigned counterparts.
31765         (Have_long_long, Unsigned): New macros.
31766         (Int): Renamed from INT.
31767         (strtoimax): Use the new macros.
31768         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
31769         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
31770         * modules/inttypes (inttypes.h): Substitute
31771         HAVE_UNSIGNED_LONG_LONG_INT.
31772         * modules/stdint (stdint.h): Likewise.
31773         (Files): Add m4/ulonglong.m4.
31774
31775 2006-10-10  Bruno Haible  <bruno@clisp.org>
31776
31777         Fix a gcc -Wshadow warning.
31778         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
31779         to 'bucket'.
31780         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
31781         gl_linked_indexof_from_to): Likewise.
31782         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
31783         Likewise.
31784         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
31785         Likewise.
31786         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
31787         Reported by Eric Blake.
31788
31789 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
31790
31791         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
31792         for NetBSD.  Problem reported by Bruno Haible.
31793
31794 2006-10-09  Jim Meyering  <jim@meyering.net>
31795
31796         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
31797         Patch from Bruno Haible.
31798
31799 2006-10-09  Jim Meyering  <jim@meyering.net>
31800
31801         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
31802         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
31803         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
31804
31805 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
31806
31807         Don't include <config.h> twice; this doesn't work in some cases,
31808         e.g., when config.h has "#define intmax_t long long int" and
31809         we include <config.h>, <inttypes.h>, <config.h> in that order.
31810         Problem reported by Matthew Woehlke in:
31811         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
31812         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
31813         * lib/fts-cycle.c: Don't include config.h.
31814         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
31815         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
31816         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
31817         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
31818         inttypes.h.
31819         * lib/xstrtoumax.c: Likewise.
31820         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
31821         __strtol and the like, so that this module is more like its siblings.
31822         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
31823         Remove; no longer needed now that we assume gnulib inttypes.h.
31824
31825 2006-10-08  Bruno Haible  <bruno@clisp.org>
31826
31827         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
31828         option.
31829
31830 2006-10-07  Jim Meyering  <jim@meyering.net>
31831
31832         * modules/inttypes (inttypes.h): Revert what seems to have been
31833         an inadvertent part of today's change: use "|", not "/" in the
31834         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
31835
31836 2006-10-07  Bruno Haible  <bruno@clisp.org>
31837
31838         * modules/sublist: New file.
31839
31840 2006-10-07  Bruno Haible  <bruno@clisp.org>
31841
31842         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
31843         * modules/argz (argz.h): Likewise.
31844         * modules/arpa_inet (arpa/inet.h): Likewise.
31845         * modules/byteswap (byteswap.h): Likewise.
31846         * modules/configmake (configmake.h): Likewise.
31847         * modules/fcntl (fcntl.h): Likewise.
31848         * modules/fnmatch (fnmatch.h): Likewise.
31849         * modules/getopt (getopt.h): Likewise.
31850         * modules/glob (glob.h): Likewise.
31851         * modules/inttypes (inttypes.h): Likewise.
31852         * modules/netinet_in (netinet/in.h): Likewise.
31853         * modules/poll (poll.h): Likewise.
31854         * modules/stdbool (stdbool.h): Likewise.
31855         * modules/stdint (stdint.h): Likewise.
31856         * modules/sys_select (sys/select.h): Likewise.
31857         * modules/sys_socket (sys/socket.h): Likewise.
31858         * modules/sys_stat (sys/stat.h): Likewise.
31859         * modules/sysexits (sysexits.h): Likewise.
31860         * modules/unistd (unistd.h): Likewise.
31861         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31862         Add a "DO NOT EDIT" comment to the generated file.
31863         (func_import): Likewise for gnulib-comp.m4.
31864
31865 2006-10-07  Bruno Haible  <bruno@clisp.org>
31866
31867         * lib/gl_sublist.h: New file.
31868         * lib/gl_sublist.c: New file.
31869
31870 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
31871
31872         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
31873         name (relative to the original working directory) and the file
31874         name component (relative to the temporary working directory).  All
31875         callers changed.
31876         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
31877         * lib/mkdir-p.c (make_dir_parents): Likewise.
31878         * lib/mkdir-p.h (make_dir_parents): Likewise.
31879
31880 2006-10-06  Eric Blake  <ebb9@byu.net>
31881
31882         Define several macros for use by the clean-temp module.
31883         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
31884         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
31885         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
31886
31887         * lib/clean-temp.h (close_stream_temp): New declaration.
31888         * lib/clean-temp.c (includes): Pull in headers according to what
31889         other modules are in use.
31890         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
31891
31892 2006-10-06  Bruno Haible  <bruno@clisp.org>
31893
31894         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
31895         instead of fopen, fwriteerror.
31896
31897 2006-10-06  Bruno Haible  <bruno@clisp.org>
31898
31899         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
31900         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
31901         int.
31902         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
31903         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
31904         Return an error indicator.
31905         Suggested by Eric Blake.
31906
31907 2006-10-06  Bruno Haible  <bruno@clisp.org>
31908
31909         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
31910         Reported by Eric Blake.
31911
31912 2006-10-06  Bruno Haible  <bruno@clisp.org>
31913
31914         * modules/closeout (Description): Mention stderr too.
31915
31916 2006-10-06  Bruno Haible  <bruno@clisp.org>
31917         and Paul Eggert  <eggert@cs.ucla.edu>
31918
31919         * lib/closeout.c (close_stdout): Also close stderr.
31920         * lib/closeout.h: Update comment.
31921
31922 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
31923
31924         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
31925         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
31926         * lib/dirchownmod.c: Include lchown.h.
31927         * lib/lchown.c: Don't include files that lchown.h now includes.
31928         Don't declare chown, since lchown.h now does that.
31929         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
31930         (lchown): Define to rpl_chown if lchown is declared but
31931         does not exist.  Declare using a prototype if lchown is not
31932         declared.  Add a copyright notice.
31933         * lib/mkstemp.h: Include <unistd.h>.
31934         * lib/openat.c: Include lchown.h.
31935
31936         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
31937         we now test for that separately.
31938         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
31939         rather than O_NOFOLLOW, when testing whether it's possible to
31940         avoid a race condition reliably.
31941         * lib/savewd.c (savewd_chdir): Likewise.
31942
31943         Remove macros that are no longer needed now that stdint.h is
31944         reliable.
31945         * lib/fsusage.c (UINTMAX_MAX): Remove.
31946         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
31947         * lib/utimecmp.c (SIZE_MAX): Remove.
31948
31949         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
31950
31951         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
31952         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
31953         O_NOATIME works.
31954
31955 2006-10-05  Bruno Haible  <bruno@clisp.org>
31956
31957         * lib/gl_list.h (gl_sortedlist_search_from_to,
31958         gl_sortedlist_indexof_from_to): New declarations.
31959         (gl_list_implementation): New fields sortedlist_search_from_to,
31960         sortedlist_indexof_from_to.
31961         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
31962         inline functions.
31963         * lib/gl_list.c (gl_sortedlist_search_from_to,
31964         gl_sortedlist_indexof_from_to): New functions.
31965         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
31966         function.
31967         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
31968         (gl_array_sortedlist_search_from_to): New function.
31969         (gl_array_list_implementation): Update.
31970         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
31971         function.
31972         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
31973         (gl_carray_sortedlist_search_from_to): New function.
31974         (gl_carray_list_implementation): Update.
31975         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
31976         gl_linked_sortedlist_indexof_from_to): New functions.
31977         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
31978         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
31979         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
31980         gl_tree_sortedlist_indexof_from_to): New functions.
31981         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
31982         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
31983         Update.
31984         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
31985         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
31986         Update.
31987
31988 2006-10-05  Bruno Haible  <bruno@clisp.org>
31989
31990         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
31991         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
31992         (struct gl_list_implementation): Add fields search_from_to,
31993         indexof_from_to. Remove fields search, indexof.
31994         (gl_list_search): Use the search_from_to method.
31995         (gl_list_search_from, gl_list_search_from_to): New functions.
31996         (gl_list_indexof): Use the indexof_from_to method.
31997         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
31998         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
31999         (gl_list_search_from, gl_list_search_from_to): New functions.
32000         (gl_list_indexof): Use the indexof_from_to method.
32001         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
32002         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
32003         gl_array_indexof. Add start_index, end_index arguments.
32004         (gl_array_search_from_to): Renamed from gl_array_search. Add
32005         start_index, end_index arguments.
32006         (gl_array_remove, gl_array_list_implementation): Update.
32007         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
32008         gl_carray_indexof. Add start_index, end_index arguments.
32009         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
32010         start_index, end_index arguments.
32011         (gl_carray_remove, gl_carray_list_implementation): Update.
32012         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
32013         gl_linked_search. Add start_index, end_index arguments.
32014         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
32015         start_index, end_index arguments.
32016         (gl_linked_remove): Update.
32017         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
32018         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
32019         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
32020         field to 'size_t'.
32021         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
32022         gl_tree_search. Add start_index, end_index arguments.
32023         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
32024         start_index, end_index arguments.
32025         (gl_tree_remove): Update.
32026         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
32027         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
32028         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
32029         function.
32030         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
32031         gl_tree_search. Add start_index, end_index arguments.
32032         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
32033         start_index, end_index arguments.
32034         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
32035         Update.
32036         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
32037
32038 2006-10-05  Bruno Haible  <bruno@clisp.org>
32039
32040         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
32041
32042         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
32043         fwriteerror_temp): New declarations.
32044         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
32045         (descriptors): New variable.
32046         (cleanup): First, close the descriptors.
32047         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
32048         fclose_temp, fwriteerror_temp): New functions.
32049
32050 2006-10-04  Jim Meyering  <jim@meyering.net>
32051
32052         * lib/fts.c (fts_open): Tiny comment change.
32053
32054 2006-10-04  Bruno Haible  <bruno@clisp.org>
32055
32056         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
32057         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
32058         gl_LOCK_BODY.
32059         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
32060         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
32061         gl_LOCK_EARLY_BODY.
32062         (gl_LOCK): Require gl_LOCK_BODY.
32063
32064 2006-10-04  Bruno Haible  <bruno@clisp.org>
32065
32066         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
32067         (gl_oset_search_atleast): New declaration.
32068         (struct gl_oset_implementation): Add field 'search_atleast'.
32069         (gl_oset_search_atleast): New inline function.
32070         * lib/gl_oset.c (gl_oset_search_atleast): New function.
32071         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
32072         (gl_array_oset_implementation): Update.
32073         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
32074         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
32075         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
32076
32077 2006-10-04  Bruno Haible  <bruno@clisp.org>
32078
32079         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
32080
32081 2006-10-03  Bruno Haible  <bruno@clisp.org>
32082
32083         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
32084         from gl_avltreehash_list_implementation.
32085
32086 2006-10-03  Bruno Haible  <bruno@clisp.org>
32087
32088         * lib/gl_oset.c (gl_oset_add): Fix return type.
32089
32090 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
32091
32092         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
32093
32094 2006-10-02  Eric Blake  <ebb9@byu.net>
32095
32096         * modules/strnlen (Depends-on): Add extensions.
32097
32098 2006-10-02  Eric Blake  <ebb9@byu.net>
32099
32100         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
32101         definition in 2.60+.
32102
32103 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
32104
32105         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
32106         checks.
32107
32108 2006-10-02  Bruno Haible  <bruno@clisp.org>
32109
32110         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
32111         to the AUTOMAKE_OPTIONS.
32112         Reported by Jim Meyering.
32113
32114 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
32115
32116         Work around bug in Solaris 10 /proc file system:
32117         /proc/self/fd/NNN/.. isn't the parent directory of
32118         the directory whose file descriptor is NNN.  This needs to
32119         be worked around at run time, not compile time, since a
32120         program might be built on Solaris 8, where things work, and
32121         run on Solaris 10.
32122         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
32123         to use the following interface instead:
32124         (OPENAT_BUFFER_SIZE): New macro.
32125         (openat_proc_name): New function.
32126         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
32127         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
32128         Likewise.
32129         * lib/openat-proc.c: New file.
32130         * modules/openat (Files): Add lib/openat-proc.c.
32131         (Depends-on): Add same-inode, stdbool.
32132         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
32133
32134 2006-09-29  Bruno Haible  <bruno@clisp.org>
32135
32136         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
32137         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
32138         argument. Set stdout_closed before testing for ferror, not after.
32139         (fwriteerror, fwriteerror_no_ebadf): New functions.
32140
32141 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32142
32143         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
32144
32145 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
32146
32147         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
32148         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
32149
32150 2006-09-28  Jim Meyering  <jim@meyering.net>
32151
32152         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
32153         Include <unistd.h>.
32154
32155 2006-09-28  Bruno Haible  <bruno@clisp.org>
32156
32157         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
32158         * modules/linkedhash-list (Depends-on): Likewise.
32159         * modules/rbtreehash-list (Depends-on): Likewise.
32160
32161 2006-09-28  Bruno Haible  <bruno@clisp.org>
32162
32163         * lib/strndup.h: Simplify the redefinition of strndup.
32164         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
32165         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
32166
32167 2006-09-28  Bruno Haible  <bruno@clisp.org>
32168
32169         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
32170         * lib/gl_linkedhash_list.c: Likewise.
32171         * lib/gl_rbtreehash_list.c: Likewise.
32172
32173 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
32174
32175         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
32176         getaddrinfo.
32177
32178         * lib/__fpending.h: Don't include <stdio_ext.h> unless
32179         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
32180         it causes <stdio_ext.h> to cause a compile-time error.
32181         Problem reported by Nelson H. F. Beebe.
32182         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
32183         of HAVE_DECL___PENDING.
32184
32185         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
32186         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
32187         declaration.
32188
32189 2006-09-27  Jim Meyering  <jim@meyering.net>
32190
32191         This file could end up with a definition for a function
32192         named __strndup, rather than rpl_strndup on a system with
32193         incomplete weak_alias support.
32194         * lib/strndup.c (strndup): Rename from __strndup.
32195         Remove #defines that used to map __strndup to strndup.
32196         Don't use K&R prototypes.
32197         Remove LIBC-related code, since this file is not sync'd with glibc.
32198         * lib/strndup.h: Revamp, accordingly.
32199         * m4/strndup.m4: Modernize.
32200
32201 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
32202
32203         * modules/savewd (Depends-on): Add 'raise'.
32204         * lib/savewd.c: Include <signal.h>, for 'raise'.
32205
32206 2006-09-26  Jim Meyering  <jim@meyering.net>
32207
32208         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
32209         when we detect Darwin 8.7.0's acl_get_file bug.
32210         Rearrange to perform the new (below) run-test while $LIBS
32211         contains any acl-related library.  Set USE_ACL at the end.
32212         (gl_ACL_GET_FILE): New function.
32213
32214 2006-09-26  Eric Blake  <ebb9@byu.net>
32215
32216         * lib/verror.c: Include <config.h> unconditionally.
32217
32218 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
32219
32220         * modules/clock-time (Maintainer): Add self.
32221         * modules/getlogin_r (Depends-on): Add extensions.
32222
32223 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32224
32225         * modules/clock-time: New module.
32226         * modules/nanosleep (Depends-on): Add clock-time.
32227         * modules/gethrxtime (Depends-on): Likewise.
32228         * modules/gettime (Depends-on): Likewise.
32229         * modules/settime (Depends-on): Likewise.
32230
32231         * modules/fts-lgpl: Depend on openat.
32232         * modules/mkancesdirs: Depend on savewd.
32233         * modules/mkdir-p: Likewise.
32234
32235 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32236
32237         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
32238
32239         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
32240         `gl_have_arbitrary_file_name_length_limit' to
32241         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
32242         actually works between configure runs.
32243
32244 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32245             Bruno Haible  <bruno@clisp.org>
32246
32247         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
32248
32249 2006-09-25  Jim Meyering  <jim@meyering.net>
32250
32251         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
32252         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
32253
32254 2006-09-25  Eric Blake  <ebb9@byu.net>
32255
32256         * gnulib-tool (func_import, func_create_testdir): Fix typos in
32257         exec's in 2006-09-18 patch when shuffling fds.
32258
32259 2006-09-25  Bruno Haible  <bruno@clisp.org>
32260
32261         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
32262         Reported by Jim Meyering.
32263
32264 2006-09-24  Jim Meyering  <jim@meyering.net>
32265
32266         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
32267         compare a pointer against a literal "0".  That caused failures with
32268         at least HP-UX's hpcc.
32269
32270 2006-09-22  Simon Josefsson  <jas@extundo.com>
32271
32272         * modules/gc-sha1:
32273         * modules/gc-md4:
32274         * modules/gc-hmac-sha1:
32275         * modules/gc-hmac-md5:
32276         * modules/gc-des:
32277         * modules/gc-arcfour: Distribute more files.
32278
32279 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32280
32281         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
32282         (gl_linked_iterator_from_to): Initialize struct completely.
32283         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
32284         (gl_tree_iterator_from_to): Likewise
32285         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
32286         * lib/gl_array_list.c [lint] (gl_array_iterator)
32287         (gl_array_iterator_from_to): Likewise.
32288         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
32289         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
32290         (gl_carray_iterator_from_to): Likewise.
32291
32292         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
32293         * lib/md4.c (md4_process_block): Remove unused variable.
32294         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
32295         parentheses for clarity.
32296
32297 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32298
32299         * modules/bison-i18n (Depends-on): Add gettext.
32300
32301 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32302
32303         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
32304         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
32305         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
32306         also add missing comma that caused broken test.
32307         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
32308         stdlib.h, for `abort'.
32309         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
32310         variables.
32311         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
32312         include unistd.h if present, for `rmdir'.
32313         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
32314         variables.
32315         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
32316         in the process include standard headers for prototypes.
32317         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
32318         gets declared on GNU/Linux.
32319         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
32320         unistd.h, for `rmdir'.
32321         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
32322
32323         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
32324         always true.
32325         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
32326
32327         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
32328
32329 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32330
32331         * gnulib-tool (func_version): Create output all at once.  This
32332         may help avoid triggering unnecessary SIGPIPEs, and at any
32333         rate it doesn't hurt.
32334
32335 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32336             Bruno Haible  <bruno@clisp.org>
32337
32338         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
32339         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
32340         * m4/signed.m4 (bh_C_SIGNED): Likewise.
32341
32342         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
32343         (gl_FUNC_VASPRINTF): Invoke it.
32344
32345 2006-09-22  Bruno Haible  <bruno@clisp.org>
32346
32347         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
32348         getloadavg.c as first argument.
32349
32350 2006-09-22  Bruno Haible  <bruno@clisp.org>
32351
32352         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
32353         at the beginning of the gl_INIT macro.
32354         * modules/getloadavg (configure.ac): Pass $gl_source_base to
32355         gl_GETLOADAVG.
32356
32357 2006-09-22  Bruno Haible  <bruno@clisp.org>
32358
32359         * gnulib-tool (func_create_megatestdir): Don't include the config-h
32360         module.
32361         Suggested by Ralf Wildenhues.
32362
32363 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
32364
32365         Import this patch from libc:
32366
32367         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
32368
32369         * lib/regex_internal.c (re_string_reconstruct): Handle
32370         offset < pstr->valid_raw_len && pstr->offsets_needed case.
32371         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
32372         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
32373         re_string_context_at.
32374
32375         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
32376         now requires it.
32377         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
32378         gl_REGEX now does it for us.
32379         (gl_REGEX): Add test taken from
32380         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
32381
32382         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
32383         Check that large offsets work.  Modernize Autoconf usages.
32384         Prefer "yes" to mean a good thing rather than a bad.
32385         Don't put "#define mkstemp" in config.h, as this might interfere
32386         with standard system headers that "#define mkstemp mkstemp64".
32387
32388         * modules/mkstemp (Depends-on): Add extensions, so that
32389         mkstemp is visible on some platforms.
32390         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
32391         (Include): Change to "mkstemp.h" from <stdlib.h>.
32392         (Files): Add mkstemp.h.
32393
32394         * lib/mkstemp.h: New file, since some standard headers
32395         #define mkstemp.
32396         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
32397         Include "mkstemp.h".
32398         Make the _LIBC code resemble glibc original more,
32399         e.g., use K&R style.
32400         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
32401         (mkstemp): Remove, since mkstemp.h does this for us.
32402         * lib/stdlib--.h: Include mkstemp.h.
32403
32404         Import this patch from libc:
32405
32406         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
32407
32408         * lib/tempname.c (__gen_tempname): Change attempts_min
32409         into a macro.  Use preprocessor to decide how to initialize
32410         attempts [Coverity CID 67].
32411
32412 2006-09-20  Bruno Haible  <bruno@clisp.org>
32413
32414         * lib/mkdtemp.c: Import from libc.
32415         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
32416                 * sysdeps/posix/tempname.c (__gen_tempname): Change
32417                 attempts_min into a macro.  Use preprocessor to decide how to
32418                 initialize attempts [Coverity CID 67].
32419         2001-11-27  Paul Eggert  <eggert@twinsun.com>
32420                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
32421                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
32422
32423 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32424
32425         * gnulib-tool (func_exit): New function, to allow to pass the
32426         exit status portably through the trap.  Use everywhere.
32427         (--help, --version): Signal a write error.
32428         (trap): catch SIGPIPE, for write errors.
32429         Exit at the end of the trap, with the correct exit status.
32430
32431 2006-09-19  Karl Berry  <karl@gnu.org>
32432
32433         * doc/gnulib.texi: note about the license texinfo files.
32434
32435 2006-09-19  Eric Blake  <ebb9@byu.net>
32436
32437         * gnulib-tool: Avoid space-tab.
32438
32439 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
32440
32441         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
32442         that prevented coreutils 6.1 from building.  Problem reported
32443         by Petter Reinholdtsen.
32444
32445 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
32446
32447         * gnulib-tool (avoidlist): Fix typo that broke options like
32448         --avoid=lock that are used by coreutils bootstrap.
32449
32450 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
32451
32452         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
32453         more systematically.
32454
32455 2006-09-18  Jim Meyering  <jim@meyering.net>
32456
32457         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
32458
32459 2006-09-18  Bruno Haible  <bruno@clisp.org>
32460
32461         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
32462
32463 2006-09-18  Bruno Haible  <bruno@clisp.org>
32464
32465         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
32466         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
32467         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
32468         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
32469         * m4/gettext.m4: Require autoconf >= 2.52.
32470         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
32471         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
32472         of gl_cv_header_inttypes_h.
32473
32474 2006-09-18  Bruno Haible  <bruno@clisp.org>
32475
32476         * lib/javaversion.c: Include configmake.h.
32477
32478 2006-09-18  Bruno Haible  <bruno@clisp.org>
32479
32480         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
32481         avoid that the while loops be executed in a subshell.
32482
32483 2006-09-18  Bruno Haible  <bruno@clisp.org>
32484
32485         * MODULES.html.sh (func_module): Break long lines.
32486         Suggested by Bruce Korb <bkorb@gnu.org>.
32487
32488 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32489
32490         Speed up by a factor of 1.12.
32491         * gnulib-tool (nl): New variable.
32492         (func_import): Rewrite include directive extraction to only read each
32493         directive once.
32494
32495 2006-09-17  Bruno Haible  <bruno@clisp.org>
32496
32497         * modules/javaversion (Makefile.am): Remove DEFS setting.
32498         (Depends-on): Add configmake, for PKGDATADIR definition.
32499
32500 2006-09-17  Bruno Haible  <bruno@clisp.org>
32501
32502         * gnulib-tool (func_create_testdir): Rewrite all files at once.
32503
32504 2006-09-17  Bruno Haible  <bruno@clisp.org>
32505
32506         * gnulib-tool (func_append): New function, stolen from libtool.m4.
32507         (func_modules_transitive_closure, func_modules_add_dummy,
32508         func_modules_to_filelist, func_import, func_create_testdir,
32509         func_create_megatestdir, ...): Use it wherever possible.
32510         Suggested by Ralf Wildenhues.
32511
32512 2006-09-16  Karl Berry  <karl@gnu.org>
32513
32514         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
32515         to avoid sectioning errors.
32516         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
32517         [ifinfo]: blank line after @center-ed titles.
32518         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
32519         Spell FSF address consistently with others.
32520         (These changes approved by rms.)
32521
32522 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32523
32524         Speed up by a factor of 1.61.
32525         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
32526         already checked module names again.
32527
32528 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32529
32530         Speed up by a factor of 1.13.
32531         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
32532         for new_files, and the input to func_add_or_update.
32533
32534 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32535
32536         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
32537         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
32538
32539 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
32540
32541         * modules/mkancesdirs (Depends-on): Add fcntl.
32542         * modules/savewd: New file.
32543         * MODULES.html.sh (File system functions): Add savewd.
32544
32545         * modules/configmake (Makefile.am): Add support for the
32546         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
32547
32548 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
32549
32550         * m4/savewd.m4: New file.
32551
32552 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
32553
32554         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
32555         (dirchownmod): New arg FD.  All callers changed.
32556         Use FD rather than opening the directory ourself, as opening is
32557         now the caller's responsibility.
32558         * lib/dirchownmod.h: Likewise.
32559         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
32560         hosts that require <sys/types.h> before <sys/stat.h>.  Include
32561         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
32562         (test_dir): Remove.
32563         (mkancesdirs): Return length of prefix of FILE that has already
32564         been made, or -2 if there is a child doing the work.  Redo
32565         algorithm so that it is O(N) rather than O(N**2).  Optimize away
32566         ".", and treat ".." specially since it might stray back into
32567         already-created areas.  Use a subprocess if necessary.  New arg
32568         WD; all users changed.  MAKE_DIR function should now return 1
32569         if it creates a directory that is not readable.  Return -2 if
32570         a child process is spun off.
32571         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
32572         Adjust signature to match code.
32573         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
32574         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
32575         all users changed.
32576         * lib/savewd.c, lib/savewd.h: New files.
32577
32578 2006-09-15  Jim Meyering  <jim@meyering.net>
32579
32580         * modules/rename-dest-slash: New module.
32581         * MODULES.html.sh (posix_compat): Add it here.
32582
32583         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
32584
32585 2006-09-15  Jim Meyering  <jim@meyering.net>
32586
32587         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
32588         file.
32589
32590         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
32591
32592 2006-09-15  Jim Meyering  <jim@meyering.net>
32593
32594         * lib/rename-dest-slash.c (has_trailing_slash): Use
32595         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
32596         (rpl_rename_dest_slash): Perform the cheaper trailing slash
32597         test before testing whether SRC is a directory.
32598         Suggestions from Bruno Haible.
32599
32600         Avoid a warning about an unused variable.
32601         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
32602         into the #ifdef block where it's used.
32603
32604         * lib/rename-dest-slash.c: New file.
32605
32606 2006-09-14  Bruno Haible  <bruno@clisp.org>
32607
32608         * lib/allocsa.c: Include <config.h> unconditionally.
32609         * lib/asnprintf.c: Likewise.
32610         * lib/asprintf.c: Likewise.
32611         * lib/c-strcasecmp.c: Likewise.
32612         * lib/c-strcasestr.c: Likewise.
32613         * lib/c-strncasecmp.c: Likewise.
32614         * lib/c-strstr.c: Likewise.
32615         * lib/classpath.c: Likewise.
32616         * lib/clean-temp.c: Likewise.
32617         * lib/concatpath.c: Likewise.
32618         * lib/copy-file.c: Likewise.
32619         * lib/csharpcomp.c: Likewise.
32620         * lib/csharpexec.c: Likewise.
32621         * lib/execute.c: Likewise.
32622         * lib/fatal-signal.c: Likewise.
32623         * lib/findprog.c: Likewise.
32624         * lib/fwriteerror.c: Likewise.
32625         * lib/gl_array_list.c: Likewise.
32626         * lib/gl_array_oset.c: Likewise.
32627         * lib/gl_avltree_list.c: Likewise.
32628         * lib/gl_avltree_oset.c: Likewise.
32629         * lib/gl_avltreehash_list.c: Likewise.
32630         * lib/gl_carray_list.c: Likewise.
32631         * lib/gl_linked_list.c: Likewise.
32632         * lib/gl_linkedhash_list.c: Likewise.
32633         * lib/gl_list.c: Likewise.
32634         * lib/gl_oset.c: Likewise.
32635         * lib/gl_rbtree_list.c: Likewise.
32636         * lib/gl_rbtree_oset.c: Likewise.
32637         * lib/gl_rbtreehash_list.c: Likewise.
32638         * lib/imaxabs.c: Likewise.
32639         * lib/imaxdiv.c: Likewise.
32640         * lib/javacomp.c: Likewise.
32641         * lib/javaexec.c: Likewise.
32642         * lib/javaversion.c: Likewise.
32643         * lib/linebreak.c: Likewise.
32644         * lib/localcharset.c: Likewise.
32645         * lib/lock.c: Likewise.
32646         * lib/mbchar.c: Likewise.
32647         * lib/mbswidth.c: Likewise.
32648         * lib/mkdtemp.c: Likewise.
32649         * lib/pipe.c: Likewise.
32650         * lib/printf-args.c: Likewise.
32651         * lib/printf-parse.c: Likewise.
32652         * lib/progname.c: Likewise.
32653         * lib/progreloc.c: Likewise.
32654         * lib/readlink.c: Likewise.
32655         * lib/sh-quote.c: Likewise.
32656         * lib/stpcpy.c: Likewise.
32657         * lib/stpncpy.c: Likewise.
32658         * lib/strcasecmp.c: Likewise.
32659         * lib/strcasestr.c: Likewise.
32660         * lib/strcspn.c: Likewise.
32661         * lib/striconv.c: Likewise.
32662         * lib/strncasecmp.c: Likewise.
32663         * lib/strnlen1.c: Likewise.
32664         * lib/strstr.c: Likewise.
32665         * lib/strtok_r.c: Likewise.
32666         * lib/tls.c: Likewise.
32667         * lib/tmpdir.c: Likewise.
32668         * lib/unicodeio.c: Likewise.
32669         * lib/unsetenv.c: Likewise.
32670         * lib/vasnprintf.c: Likewise.
32671         * lib/vasprintf.c: Likewise.
32672         * lib/wait-process.c: Likewise.
32673         * lib/xallocsa.c: Likewise.
32674         * lib/xsetenv.c: Likewise.
32675         * lib/xstriconv.c: Likewise.
32676
32677 2006-09-13  Simon Josefsson  <jas@extundo.com>
32678
32679         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
32680         that internally, suggested by Ralf Wildenhues
32681         <Ralf.Wildenhues@gmx.de>.
32682
32683 2006-09-13  Simon Josefsson  <jas@extundo.com>
32684
32685         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
32686         @LIBOBJS@.
32687         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32688
32689 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
32690
32691         * lib/_fpending.c: Include <config.h> unconditionally, since we no
32692         longer worry about uses that don't define HAVE_CONFIG_H.
32693         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
32694         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
32695         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
32696         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
32697         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
32698         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
32699         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
32700         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
32701         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
32702         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
32703         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
32704         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
32705         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
32706         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
32707         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
32708         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
32709         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
32710         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
32711         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
32712         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
32713         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
32714         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
32715         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
32716         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
32717         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
32718         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
32719         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
32720         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
32721         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
32722         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
32723         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
32724         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
32725         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
32726         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
32727         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
32728         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
32729         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
32730         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
32731         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
32732         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
32733         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
32734         Likewise.
32735
32736 2006-09-13  Eric Blake  <ebb9@byu.net>
32737
32738         * lib/getopt.c: Fix typo in last commit.
32739
32740 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
32741
32742         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
32743         dgettext.
32744
32745 2006-09-12  Jim Meyering  <jim@meyering.net>
32746
32747         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
32748         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
32749         Reported by Nelson H. F. Beebe.
32750
32751 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
32752
32753         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
32754         program_invocation_name and program_invocation_short_name are
32755         initialized.
32756         * lib/argp-namefrob.h: Move declarations of program_invocation_name
32757         and program_invocation_short_name to argp.h, so they are visible
32758         to user programs.
32759         * lib/argp.h: Likewise
32760
32761 2006-09-10  Bruno Haible  <bruno@clisp.org>
32762
32763         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
32764         m4/inttypes_h.m4, m4/uintmax_t.m4.
32765
32766 2006-09-10  Bruno Haible  <bruno@clisp.org>
32767
32768         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
32769         gl_AC_TYPE_UINTMAX_T.
32770
32771 2006-09-10  Bruno Haible  <bruno@clisp.org>
32772
32773         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
32774
32775 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32776
32777         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
32778         convention.  Text proposed by Bruno Haible.
32779         (struct argp_option): Document the use of N_() wrappers.
32780
32781         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
32782         '\v', and translate the two parts separately, instead of feeding
32783         the whole string to gettext.  This allows to exclude
32784         '\v' from the strings visible to the translator by writing doc
32785         strings as N_("..") "\v" N_("..").
32786
32787 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
32788
32789         * config/srclist.txt: Undo latest change; the bug was fixed.
32790
32791 2006-09-09  Bruno Haible  <bruno@clisp.org>
32792
32793         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
32794         assignments if building a library without libtool.
32795         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
32796         in func_emit_lib_Makefile_am.
32797         (func_import): When building a static library libfoo.a, arrange to
32798         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
32799         (func_create_testdir): Likewise.
32800         * modules/gc (configure.ac, Makefile.am): If building statically,
32801         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
32802         * modules/iconvme (configure.ac, Makefile.am): Likewise.
32803         * modules/striconv (configure.ac, Makefile.am): Likewise.
32804         Based on a suggestion by Ralf Wildenhues.
32805
32806 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32807
32808         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
32809         Check for unistd.h too, since Autoconf doesn't assume POSIX.
32810         Also:
32811
32812         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32813         Add year_2050_test to catch glibc bug 2821
32814         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
32815
32816         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32817         Prefer #ifdef to #if.
32818
32819         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
32820         Return from 'main' instead of calling 'exit'.
32821
32822 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32823
32824         * lib/mktime.c (guess_time_tm): Fix bug where mktime
32825         returned the maximum time_t value rather than (time_t) -1.
32826         Problem originally reported by William Bardwell
32827         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
32828
32829         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
32830         Moved to here ...
32831         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
32832         ... from here.
32833
32834 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32835
32836         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
32837         2821 is fixed.
32838
32839 2006-09-08  Jim Meyering  <jim@meyering.net>
32840
32841         Don't make generated files read-only.  That would bother too many
32842         people.  However, do retain the ability to work when targets are
32843         read-only: remove the destination and temporary files before writing
32844         them (when generated via sed or echo), or by using the -f option for
32845         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
32846         * modules/alloca-opt, modules/argz, modules/arpa_inet:
32847         * modules/byteswap, modules/configmake, modules/fcntl:
32848         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
32849         * modules/localcharset, modules/netinet_in, modules/poll:
32850         * modules/stdbool, modules/stdint, modules/sys_select:
32851         * modules/sys_socket, modules/sys_stat, modules/sysexits:
32852
32853 2006-09-08  Jim Meyering  <jim@meyering.net>
32854
32855         Avoid new build failure on FreeBSD 6.0.
32856         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
32857         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
32858         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
32859
32860 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32861
32862         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
32863
32864 2006-09-07  Jim Meyering  <jim@meyering.net>
32865
32866         Fix global typo in last change: use chmod u-w, not chmod u-x.
32867         Spotted by Paul Eggert and Bruce Korb.
32868         * modules/alloca-opt, modules/argz, modules/arpa_inet:
32869         * modules/byteswap, modules/configmake, modules/fcntl:
32870         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
32871         * modules/localcharset, modules/netinet_in, modules/poll:
32872         * modules/stdbool, modules/stdint, modules/sys_select:
32873         * modules/sys_socket, modules/sys_stat, modules/sysexits:
32874
32875 2006-09-06  Jim Meyering  <jim@meyering.net>
32876
32877         Make generated files be read-only.
32878         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
32879         Ensure that each generated file is now read-only.
32880         * modules/argz: Likewise.
32881         * modules/arpa_inet: Likewise.
32882         * modules/byteswap: Likewise.
32883         * modules/configmake: Likewise.
32884         * modules/fcntl: Likewise.
32885         * modules/fnmatch: Likewise.
32886         * modules/getopt: Likewise.
32887         * modules/glob: Likewise.
32888         * modules/inttypes: Likewise.
32889         * modules/netinet_in: Likewise.
32890         * modules/poll: Likewise.
32891         * modules/stdbool: Likewise.
32892         * modules/stdint: Likewise.
32893         * modules/sys_select: Likewise.
32894         * modules/sys_socket: Likewise.
32895         * modules/sys_stat: Likewise.
32896         * modules/sysexits: Likewise.
32897         * modules/localcharset: Same as above, but continue using temporary
32898         file named "t-$@" (why different?) rather than the "$@-t" used
32899         everywhere else.
32900
32901         * modules/sysexits (Makefile.am): Replace literal occurrences
32902         of "sysexit.h" more readable, and more consistent, "$@".
32903
32904 2006-09-06  Bruno Haible  <bruno@clisp.org>
32905
32906         * modules/striconv: New file.
32907         * modules/xstriconv: New file.
32908         * MODULES.html.sh (Internationalization functions): Add striconv,
32909         xstriconv.
32910
32911 2006-09-06  Bruno Haible  <bruno@clisp.org>
32912
32913         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
32914         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
32915         not using libtool correctly.
32916
32917 2006-09-06  Bruno Haible  <bruno@clisp.org>
32918
32919         * lib/striconv.h: New file.
32920         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
32921         iconvstring.c.
32922         * lib/xstriconv.h: New file.
32923         * lib/xstriconv.c: New file.
32924
32925 2006-09-06  Bruno Haible  <bruno@clisp.org>
32926
32927         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
32928         lib_..._LDFLAGS.
32929
32930 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32931
32932         * lib/argz_.h: Sync from Libtool.
32933
32934         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
32935                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
32936
32937         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
32938
32939 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
32940
32941         * modules/trim: New file.
32942
32943 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
32944
32945         * lib/trim.h: New file.
32946         * lib/trim.c: New file.
32947
32948 2006-09-05  Bruno Haible  <bruno@clisp.org>
32949
32950         * MODULES.html.sh (String handling): Add trim.
32951
32952 2006-09-04  Karl Berry  <karl@gnu.org>
32953
32954         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
32955         until next release.
32956
32957 2006-09-03  Bruno Haible  <bruno@clisp.org>
32958
32959         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
32960         correctly.
32961
32962 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32963
32964         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
32965         not gl_GETLOADAVG.  Omit unneeded semicolons.
32966         Problems reported by Ralf Wildenhues in
32967         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
32968         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
32969         at the end, which is the usual gnulib style.
32970
32971         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
32972         of doing all the work ourselves.
32973         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
32974         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
32975
32976 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32977
32978         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
32979         Problem reported by Ralf Wildenhues in
32980         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
32981
32982         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
32983         HAVE_STRUCT_STATFS_F_FSTYPENAME.
32984
32985 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32986
32987         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
32988         yesterday's patch by changing test -n to test -z.
32989
32990 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32991
32992         * modules/getloadavg (Files): Add m4/getloadavg.m4.
32993         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
32994         the former is now obsolescent.
32995
32996         * modules/chdir-long (Depends-on): Add fcntl.
32997
32998 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32999
33000         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
33001         obsolescent, and programs should use gnulib instead.
33002         * m4/getloadavg.m4: New file, with contents taken from Autoconf
33003         but with prefixes changed.
33004
33005 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33006
33007         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
33008         or stdbool.h, because they might not exist while configuring.
33009
33010         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
33011         Don't include unistd.h or limits.h; not needed, since chdir-long.h
33012         does that for us.
33013         (O_DIRECTORY): Remove.
33014
33015 2006-08-31  Eric Blake  <ebb9@byu.net>
33016
33017         * gnulib-tool: Don't let emacs change spaces to TAB.
33018
33019 2006-08-31  Bruno Haible  <bruno@clisp.org>
33020
33021         * gnulib-tool: When calling func_import more than once, do it in a
33022         subshell.
33023         Reported by Eric Blake <ebb9@byu.net>.
33024
33025 2006-08-31  Bruno Haible  <bruno@clisp.org>
33026
33027         * gnulib-tool (nl): Remove variable.
33028         (sed_transform_lib_file): Use more robust test for config-h module.
33029         (func_import): Fix typo in 2006-08-25 patch.
33030
33031 2006-08-31  Bruno Haible  <bruno@clisp.org>
33032
33033         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
33034         specified, augment Makefile.am variables instead of assigning them.
33035
33036 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
33037
33038         Work around a bug in both the Linux and SunOS 64-bit kernels:
33039         nanosleep mishandles sleeps for longer than 2**31 seconds.
33040         Problem reported by Frank v Waveren in
33041         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
33042         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
33043         Check for nanosleep bug.
33044         (LIB_NANOSLEEP): Append clock_gettime library if needed.
33045
33046 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
33047
33048         Work around a bug in both the Linux and SunOS 64-bit kernels:
33049         nanosleep mishandles sleeps for longer than 2**31 seconds.
33050         Problem reported by Frank v Waveren in
33051         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
33052         * lib/nanosleep.c (BILLION): New constant.
33053         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
33054         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
33055         implementation.
33056
33057 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
33058
33059         * modules/nanosleep (Depends-on): Add gettime.
33060
33061 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
33062         and Simon Josefsson  <jas@extundo.com>
33063         and Oskar Liljeblad  <oskar@osk.mine.nu>
33064
33065         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
33066         * gnulib-tool (func_import): New license type 'unmodifiable license
33067         text'.
33068         * modules/fdl: Use it.  Longer description.
33069         * module/gpl, module/lgpl: New files.
33070
33071 2006-08-30  Jim Meyering  <jim@meyering.net>
33072
33073         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
33074         shadowing the parameter.
33075
33076 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33077
33078         Sync from Libtool:
33079
33080         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33081
33082         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
33083         sharing with gnulib.  Report by Eric Blake.
33084
33085 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
33086
33087         * modules/isapipe: New file.
33088         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
33089
33090 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
33091
33092         * modules/configmake (Makefile.am): Add a comment, and omit
33093         the CONFIGMAKE_ prefix from generated macro names.  Suggested
33094         by Bruno Haible.
33095
33096 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
33097
33098         * m4/isapipe.m4: New file.
33099
33100 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
33101
33102         * lib/isapipe.c, lib/isapipe.h: New files.
33103
33104 2006-08-29  Jim Meyering  <jim@meyering.net>
33105
33106         * modules/configmake (Makefile.am): Make configmake.h depend on
33107         Makefile.  Otherwise, a stale configmake.h could hang around.
33108
33109 2006-08-29  Eric Blake  <ebb9@byu.net>
33110
33111         * lib/error.c (error_at_line, print_errno_message): Match libc, after
33112         resolution of upstream bug 3044.
33113
33114 2006-08-29  Bruno Haible  <bruno@clisp.org>
33115
33116         * modules/localcharset (Depends-on): Add configmake.
33117         (Makefile.am): Remove setting of LIBDIR through DEFS.
33118
33119 2006-08-29  Bruno Haible  <bruno@clisp.org>
33120
33121         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
33122         defined.
33123
33124 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
33125
33126         * modules/fcntl: New file.
33127         * modules/chdir-safer (Depends-on): Add fcntl.
33128         * modules/fts: Likewise.
33129         * modules/mkdir-p: Likewise.
33130
33131         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
33132         This undoes the most recent change, since we're now addressing the
33133         problem in a different way.
33134
33135         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
33136         into output, since the output might be called Makefile.am even
33137         if $makefile_name is something different.
33138         (func_import): Use $makefile_am rather than
33139         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
33140         empty.
33141
33142         * modules/inttypes (Files): Add m4/inttypes-h.m4.
33143
33144 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
33145
33146         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
33147         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
33148         recent change to stdint.m4, since we're now addressing the problem in a
33149         different way.
33150
33151 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
33152
33153         * m4/fcntl_h.m4: New file.
33154
33155 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
33156
33157         * lib/fcntl_.h: New file.
33158         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
33159         the fcntl module.
33160         * lib/dirchownmod.c: Likewise.
33161         * lib/fts.c: Likewise.
33162
33163         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
33164         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
33165         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
33166         just before including <inttypes.h>, to avoid circular inclusion.
33167
33168 2006-08-28  Jim Meyering  <jim@meyering.net>
33169
33170         * doc/visibility.texi: Actually read and correct the grammar of the
33171         sentence affected by yesterday's change.
33172
33173 2006-08-28  Eric Blake  <ebb9@byu.net>
33174
33175         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
33176         needs wrapper.
33177
33178 2006-08-28  Eric Blake  <ebb9@byu.net>
33179
33180         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
33181
33182 2006-08-28  Eric Blake  <ebb9@byu.net>
33183
33184         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
33185
33186 2006-08-28  Bruno Haible  <bruno@clisp.org>
33187
33188         * modules/c-strstr: New file, from GNU gettext.
33189         * MODULES.html.sh (String handling): Add c-strstr.
33190
33191 2006-08-28  Bruno Haible  <bruno@clisp.org>
33192
33193         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
33194         macros.
33195         Reported by Eric Blake.
33196
33197 2006-08-28  Bruno Haible  <bruno@clisp.org>
33198
33199         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
33200         (VASNPRINTF): Return a string of length > INT_MAX without failing.
33201         * lib/vasprintf.c: Include errno.h, limits.h.
33202         (EOVERFLOW): New fallback definition.
33203         (vasprintf): Test here whether the string length is > INT_MAX.
33204         * lib/vsnprintf.c: Include errno.h, limits.h.
33205         (EOVERFLOW): New fallback definition.
33206         (vsnprintf): Fix bug when generated string was too long for the buffer.
33207         Test here whether the string length is > INT_MAX.
33208
33209 2006-08-28  Bruno Haible  <bruno@clisp.org>
33210
33211         * lib/inttypes_.h (SCNX*): Remove definitions.
33212         Reported by Eric Blake.
33213
33214 2006-08-28  Bruno Haible  <bruno@clisp.org>
33215
33216         * lib/c-strstr.h: New file, from GNU gettext.
33217         * lib/c-strstr.c: New file, from GNU gettext.
33218
33219 2006-08-28  Bruno Haible  <bruno@clisp.org>
33220
33221         * gnulib-tool: Reorder some statements.
33222
33223 2006-08-28  Bruno Haible  <bruno@clisp.org>
33224
33225         * gnulib-tool: New option --makefile-name.
33226         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
33227         $makefile_name.
33228         (func_import): Write $makefile_name to the cache file, and read it from
33229         there unless explicitly specified. Use $makefile_name as file name
33230         instead of Makefile.am. Adjust the recommendations accordingly.
33231
33232 2006-08-28  Bruno Haible  <bruno@clisp.org>
33233
33234         * gnulib-tool (func_verify_module): Check against misapplying patch.
33235
33236 2006-08-28  Bruno Haible  <bruno@clisp.org>
33237
33238         * gnulib-tool (func_relativize, func_relconcat): New functions.
33239         Give an error if --local-dir is given with --update.
33240         Remove trailing slashes from $local_gnulib_dir.
33241         (func_import): Store the relativized $local_gnulib_dir in
33242         gnulib-cache.m4, and read it from there if not specified explicitly.
33243
33244 2006-08-28  Bruno Haible  <bruno@clisp.org>
33245
33246         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
33247         is the current directory. Respect also $local_gnulib_dir.
33248
33249 2006-08-28  Bruno Haible  <bruno@clisp.org>
33250             Simon Josefsson  <jas@extundo.com>
33251
33252         BeOS portability.
33253         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
33254
33255 2006-08-27  Jim Meyering  <jim@meyering.net>
33256
33257         * doc/visibility.texi: Remove duplicate word: "pointer".
33258
33259 2006-08-26  Bruno Haible  <bruno@clisp.org>
33260
33261         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
33262         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
33263         (Makefile.am): Create inttypes.h from inttypes_.h.
33264         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
33265
33266         * modules/imaxabs: New file.
33267
33268         * modules/imaxdiv: New file.
33269
33270 2006-08-26  Bruno Haible  <bruno@clisp.org>
33271
33272         * m4/inttypes.m4: New file.
33273         * m4/_inttypes_h.m4: Remove file.
33274         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
33275         PRI_MACROS_BROKEN.
33276         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
33277
33278         * m4/imaxabs.m4: New file.
33279
33280         * m4/imaxdiv.m4: New file.
33281
33282 2006-08-26  Bruno Haible  <bruno@clisp.org>
33283
33284         * lib/inttypes_.h: New file.
33285         * lib/inttypes.h: Remove file.
33286         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
33287
33288         * lib/imaxabs.c: New file.
33289
33290         * lib/imaxdiv.c: New file.
33291
33292 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
33293
33294         New config-h module, so that "make" output needn't be cluttered
33295         by -DHAVE_CONFIG_H.
33296         * MODULES.html.sh (Support for building libraries and executables):
33297         Add config-h.
33298         * modules/config-h: New file.
33299         * gnulib-tool (nl, sed_transform_lib_file): New vars.
33300         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
33301         the config-h module is used.
33302
33303         New configmake module, so that "make" output needn't be cluttered
33304         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
33305         * MODULES.html.sh (Support for building libraries and executables):
33306         Add configmake.
33307         * modules/configmake: New file.
33308
33309 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
33310
33311         * m4/config-h.m4: New file.
33312
33313 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
33314
33315         * config/srclist.txt: Add elisp-comp.
33316
33317 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
33318
33319         * MODULES.html.sh (Support for building libraries and executables):
33320         Add elisp-comp.
33321         * build-aux/elisp-comp: New file.
33322         * modules/elisp-comp: New file.
33323
33324 2006-08-24  Bruno Haible  <bruno@clisp.org>
33325
33326         * gnulib-tool (func_create_testdir): Use non-default values of
33327         sourcebase and m4base.
33328
33329 2006-08-24  Bruno Haible  <bruno@clisp.org>
33330
33331         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
33332         HTML structure.
33333
33334 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
33335
33336         * modules/openat (Depends-on): Add lchown.
33337
33338 2006-08-23  Bruno Haible  <bruno@clisp.org>
33339
33340         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
33341         of gl_LOCK_EARLY instead of gl_LOCK.
33342
33343 2006-08-23  Bruno Haible  <bruno@clisp.org>
33344
33345         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
33346         on OSF/1 to no.
33347         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
33348
33349 2006-08-23  Bruno Haible  <bruno@clisp.org>
33350
33351         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
33352         as unusable.
33353
33354         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
33355         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
33356         (gl_LOCK): New macro.
33357
33358 2006-08-22  Simon Josefsson  <jas@extundo.com>
33359
33360         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
33361         to md5 module.
33362
33363 2006-08-22  Simon Josefsson  <jas@extundo.com>
33364
33365         * MODULES.html.sh: Add "Support for maintaining and release
33366         projects".
33367
33368         * build-aux/gnupload: New file, from coreutils.
33369
33370 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
33371
33372         Avoid the need for AC_LIBSOURCES in m4 macros.
33373         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
33374         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
33375         * modules/check-version (EXTRA_DIST): Add check-version.h.
33376         * modules/crc (EXTRA_DIST): Add crc.h.
33377         * modules/des (EXTRA_DIST): Add des.h.
33378         * modules/gc (EXTRA_DIST): Add gc.h.
33379         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
33380         * modules/getline (EXTRA_DIST): Add getline.h.
33381         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
33382         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
33383         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
33384         * modules/md2 (EXTRA_DIST): Add md2.h.
33385         * modules/md4 (EXTRA_DIST): Add md4.h.
33386         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
33387         * modules/read-file (EXTRA_DIST): Add read-file.h.
33388         * modules/readline (EXTRA_DIST): Add readline.h.
33389         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
33390         rijndael-api-fst.h.
33391
33392 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
33393
33394         * m4/rijndael.m4 (gl_ARCFOUR):
33395         * m4/arctwo.m4 (gl_ARCTWO):
33396         * m4/check-version.m4 (gl_CHECK_VERSION):
33397         * m4/crc.m4 (gl_CRC):
33398         * m4/des.m4 (gl_DES):
33399         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
33400         * m4/gc.m4 (gl_GC):
33401         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
33402         * m4/getline.m4 (gl_FUNC_GETLINE):
33403         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
33404         * m4/hmac-md5.m4 (gl_HMAC_MD5):
33405         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
33406         * m4/md2.m4 (gl_MD2):
33407         * m4/md4.m4 (gl_MD4):
33408         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
33409         * m4/read-file.m4 (gl_FUNC_READ_FILE):
33410         * m4/readline.m4 (gl_FUNC_READLINE):
33411         * m4/rijndael.m4 (gl_RIJNDAEL):
33412         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
33413         to get the necessary .h files and whatnot.
33414
33415 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
33416
33417         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
33418         gnulib rather than the other way around.
33419         * config/srclistvars.sh (COREUTILS): Remove.
33420
33421 2006-08-22  Jim Meyering  <jim@meyering.net>
33422
33423         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
33424
33425         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
33426
33427 2006-08-22  Eric Blake  <ebb9@byu.net>
33428
33429         * modules/regexprops-generic: New file.
33430         * MODULES.html.sh (Support for building documentation): List it.
33431
33432 2006-08-22  Eric Blake  <ebb9@byu.net>
33433
33434         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
33435         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
33436         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
33437         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
33438
33439 2006-08-22  Bruno Haible  <bruno@clisp.org>
33440
33441         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
33442         and lib_LTLIBRARIES like the other lib_* variables.
33443
33444 2006-08-22  Bruno Haible  <bruno@clisp.org>
33445
33446         * build-aux/x-to-1.in: New file, from GNU gettext.
33447
33448 2006-08-22  Bruno Haible  <bruno@clisp.org>
33449
33450         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
33451         <utmpx.h> exists.
33452
33453 2006-08-22  Bruno Haible  <bruno@clisp.org>
33454
33455         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
33456         <utmpx.h> exists.
33457
33458 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
33459
33460         BeOS portability.
33461         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
33462         exist.
33463         Problem reported by Bruno Haible.
33464
33465 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
33466
33467         Avoid the need for AC_LIBSOURCES in m4 macros.
33468         * modules/acl (EXTRA_DIST): Add acl.h.
33469         * modules/argmatch (Files): Add m4/argmatch.m4.
33470         (configure.ac): Add gl_ARGMATCH.
33471         (EXTRA_DIST): Renamed from lib_SOURCES, for
33472         consistency with the other modules.  Remove argmatch.c.
33473         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
33474         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
33475         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
33476         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
33477         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
33478         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
33479         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
33480         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
33481         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
33482         * modules/closeout (EXTRA_DIST): Add closeout.h.
33483         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
33484         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
33485         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
33486         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
33487         dirname.h; remove basename.c and stripslash.c.
33488         * modules/exclude (EXTRA_DIST): Add exclude.h.
33489         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
33490         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
33491         * modules/file-type (EXTRA_DIST): Add file-type.h.
33492         * modules/filemode (EXTRA_DIST): Add filemode.h.
33493         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
33494         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
33495         * modules/fpending (EXTRA_DIST): Add __fpending.h.
33496         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
33497         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
33498         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
33499         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
33500         * modules/getdate (EXTRA_DIST): Add getdate.c.
33501         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
33502         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
33503         * modules/getpass (EXTRA_DIST): Add getpass.h.
33504         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
33505         * modules/group-member (EXTRA_DIST): Add group-member.h.
33506         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
33507         * modules/hash (EXTRA_DIST): Add hash.h.
33508         * modules/human (EXTRA_DIST): Add human.h.
33509         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
33510         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
33511         * modules/lchown (EXTRA_DIST): Add lchown.h.
33512         * modules/long-options (EXTRA_DIST): Add long-options.h.
33513         * modules/lstat (EXTRA_DIST): Add lstat.h.
33514         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
33515         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
33516         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
33517         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
33518         * modules/memxor (EXTRA_DIST): Add memxor.h.
33519         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
33520         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
33521         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
33522         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
33523         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
33524         * modules/physmem (EXTRA_DIST): Add physmem.h.
33525         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
33526         * modules/posixver (EXTRA_DIST): Add posixver.h.
33527         * modules/quote (EXTRA_DIST): Add quote.h.
33528         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
33529         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
33530         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
33531         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
33532         regex_internal.h regexec.c.
33533         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
33534         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
33535         * modules/same (EXTRA_DIST): Add same.h.
33536         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
33537         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
33538         * modules/savedir (EXTRA_DIST): Add savedir.h.
33539         * modules/sha1 (EXTRA_DIST): Add sha1.h.
33540         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
33541         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
33542         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
33543         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
33544         * modules/strdup (EXTRA_DIST): Add strdup.h.
33545         * modules/strftime (EXTRA_DIST): Add strftime.h.
33546         * modules/strndup (EXTRA_DIST): Add strndup.h.
33547         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
33548         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
33549         * modules/time_r (EXTRA_DIST): Add time_r.h.
33550         * modules/timespec (EXTRA_DIST): Add timespec.h.
33551         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
33552         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
33553         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
33554         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
33555         * modules/userspec (EXTRA_DIST): Add userspec.h.
33556         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
33557         * modules/utimens (EXTRA_DIST): Add utimens.h.
33558         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
33559         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
33560         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
33561         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
33562         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
33563         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
33564         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
33565         * modules/yesno (EXTRA_DIST): Add yesno.h.
33566
33567 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
33568
33569         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
33570
33571         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
33572         * m4/dev-ino.m4, same-inode.m4: Remove.
33573
33574         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
33575         * m4/acl.m4 (AC_FUNC_ACL):
33576         * m4/backupfile.m4 (gl_BACKUPFILE):
33577         * m4/c-strtod.m4 (gl_C99_STRTOLD):
33578         * m4/canon-host.m4 (gl_CANON_HOST):
33579         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
33580         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
33581         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
33582         * m4/cloexec.m4 (gl_CLOEXEC):
33583         * m4/close-stream.m4 (gl_CLOSE_STREAM):
33584         * m4/closeout.m4 (gl_CLOSEOUT):
33585         * m4/dirfd.m4 (gl_FUNC_DIRFD):
33586         * m4/dirname.m4 (gl_DIRNAME):
33587         * m4/exclude.m4 (gl_EXCLUDE):
33588         * m4/exitfail.m4 (gl_EXITFAIL):
33589         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
33590         * m4/file-type.m4 (gl_FILE_TYPE):
33591         * m4/filemode.m4 (gl_FILEMODE):
33592         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
33593         * m4/fpending.m4 (gl_FUNC_FPENDING):
33594         * m4/fprintftime.m4 (gl_FPRINTFTIME):
33595         * m4/fts.m4 (gl_FUNC_FTS):
33596         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
33597         * m4/getdate.m4 (gl_GETDATE):
33598         * m4/gethrxtime.m4 (gl_GETHRXTIME):
33599         * m4/getpagesize.m4 (gl_GETPAGESIZE):
33600         * m4/getpass.m4 (gl_FUNC_GETPASS):
33601         * m4/gettime.m4 (gl_GETTIME):
33602         * m4/getugroups.m4 (gl_GETUGROUPS):
33603         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
33604         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
33605         * m4/hard-locale.m4 (gl_HARD_LOCALE):
33606         * m4/hash.m4 (gl_HASH):
33607         * m4/idcache.m4 (gl_IDCACHE):
33608         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
33609         * m4/lchown.m4 (gl_FUNC_LCHOWN):
33610         * m4/long-options.m4 (gl_LONG_OPTIONS):
33611         * m4/lstat.m4 (gl_FUNC_LSTAT):
33612         * m4/md5.m4 (gl_MD5):
33613         * m4/memcasecmp.m4 (gl_MEMCASECMP):
33614         * m4/memcoll.m4 (gl_MEMCOLL):
33615         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
33616         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
33617         * m4/memxor.m4 (gl_MEMXOR):
33618         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
33619         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
33620         * m4/modechange.m4 (gl_MODECHANGE):
33621         * m4/mountlist.m4 (gl_MOUNTLIST):
33622         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
33623         * m4/openat.m4 (gl_FUNC_OPENAT):
33624         * m4/pathmax.m4 (gl_PATHMAX):
33625         * m4/physmem.m4 (gl_PHYSMEM):
33626         * m4/posixtm.m4 (gl_POSIXTM):
33627         * m4/posixver.m4 (gl_POSIXVER):
33628         * m4/quote.m4 (gl_QUOTE):
33629         * m4/quotearg.m4 (gl_QUOTEARG):
33630         * m4/readtokens.m4 (gl_READTOKENS):
33631         * m4/readutmp.m4 (gl_READUTMP):
33632         * m4/regex.m4 (gl_REGEX):
33633         * m4/safe-read.m4 (gl_SAFE_READ):
33634         * m4/safe-write.m4 (gl_SAFE_WRITE):
33635         * m4/same.m4 (gl_SAME):
33636         * m4/save-cwd.m4 (gl_SAVE_CWD):
33637         * m4/savedir.m4 (gl_SAVEDIR):
33638         * m4/settime.m4 (gl_SETTIME):
33639         * m4/sha1.m4 (gl_SHA1):
33640         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
33641         * m4/stat-macros.m4 (gl_STAT_MACROS):
33642         * m4/stat-time.m4 (gl_STAT_TIME):
33643         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
33644         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
33645         * m4/strdup.m4 (gl_FUNC_STRDUP):
33646         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
33647         * m4/strndup.m4 (gl_FUNC_STRNDUP):
33648         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
33649         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
33650         * m4/time_r.m4 (gl_TIME_R):
33651         * m4/timespec.m4 (gl_TIMESPEC):
33652         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
33653         * m4/unlinkdir.m4 (gl_UNLINKDIR):
33654         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
33655         * m4/userspec.m4 (gl_USERSPEC):
33656         * m4/utimecmp.m4 (gl_UTIMECMP):
33657         * m4/utimens.m4 (gl_UTIMENS):
33658         * m4/xalloc.m4 (gl_XALLOC):
33659         * m4/xgetcwd.m4 (gl_XGETCWD):
33660         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
33661         * m4/xreadlink.m4 (gl_XREADLINK):
33662         * m4/xstrtod.m4 (gl_XSTRTOD):
33663         * m4/yesno.m4 (gl_YESNO):
33664         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
33665         to get the necessary .h files and whatnot.
33666
33667 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
33668             Bruno Haible  <bruno@clisp.org>
33669
33670         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
33671         /bin/sh understanding of '!' conditional negation.
33672
33673 2006-08-21  Jim Meyering  <jim@meyering.net>
33674
33675         * modules/openat (Depends-on): Really alphabetize.
33676
33677         * modules/acl (Depends-on): Add error and quote.
33678
33679         * check-module (find_included_lib_files): Add at-func.c to the
33680         ok-to-include-more-than-once white list.
33681
33682         * modules/openat (Depends-on): Add lstat.  Alphabetize.
33683
33684 2006-08-21  Bruno Haible  <bruno@clisp.org>
33685
33686         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33687         Emit a pkgdata_DATA variable only if some snippets add contents to it.
33688         Reported by Martin Lambers <marlam@marlam.de>.
33689
33690 2006-08-21  Bruno Haible  <bruno@clisp.org>
33691
33692         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
33693         specify an installation location, don't emit a noinst_LIBRARIES or
33694         noinst_LTLIBRARIES assignment.
33695
33696 2006-08-21  Bruno Haible  <bruno@clisp.org>
33697
33698         BeOS portability.
33699         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
33700         BeOS has mbrtowc() but no <wctype.h>.
33701
33702 2006-08-21  Bruno Haible  <bruno@clisp.org>
33703
33704         BeOS portability.
33705         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
33706         exist.
33707
33708 2006-08-21  Bruno Haible  <bruno@clisp.org>
33709
33710         BeOS portability.
33711         * lib/mbchar.h: Include <wctype.h> only if it exists.
33712
33713 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
33714
33715         Remove files that are no longer needed by their respective modules.
33716         * m4/obstack.m4: Remove.
33717         * m4/strerror_r.m4: Remove.
33718         * m4/uint32_t.m4: Remove.
33719         * m4/uintptr_t.m4: Remove.
33720         * m4/ullong_max.m4: Remove.
33721         * m4/xstrtoimax.m4: Remove.
33722         * m4/xstrtoumax.m4: Remove.
33723
33724         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
33725         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
33726         dependencies now capture this.
33727
33728         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
33729         Do not use AC_LIBSOURCES, since gnulib modules now do this.
33730         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
33731         * m4/human.m4 (gl_HUMAN): Likewise.
33732         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
33733         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
33734
33735         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
33736
33737         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
33738         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
33739         stdint.
33740         * m4/human.m4 (gl_HUMAN): Likewise.
33741         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
33742         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
33743         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
33744         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
33745         * m4/xstrtol (gl_XSTRTOL): Likewise.
33746
33747         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
33748         AC_TYPE_LONG_LONG_INT.
33749         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
33750         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
33751         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
33752         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
33753
33754         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
33755         on stdbool.
33756
33757         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
33758         (gl_PREREQ_XSTRTOUL): Remove.
33759
33760         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
33761
33762         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
33763         mode.
33764
33765 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
33766
33767         Add and change modules to make it easier for coreutils to use
33768         gnulib-tool.
33769         * modules/backupfile (Files): Remove m4/d-ino.m4.
33770         (Depends-on): Add d-ino.
33771         * modules/cycle-check (Depends-on): Add stdint.
33772         (lib_SOURCES): Add cycle-check.h.
33773         * modules/d-ino: New module.
33774         * modules/d-type: New module.
33775         * modules/error (Files): Remove m4/strerror_r.m4.
33776         * modules/filemode (Files): Add m4/st_dm_mode.m4.
33777         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
33778         m4/inttypes_h.m4, m4/uintmax_t.m4.
33779         (Depends-on): Add stdint.
33780         (lib_SOURCES): Add fsusage.h.
33781         * modules/getcwd (Files): Remove d-ino.m4.
33782         (Depends-on): Add d-ino.
33783         * modules/getndelim2 (Depends-on): Add stdint.
33784         * modules/glob (Files): Remove m4/d-type.m4.
33785         (Depends-on): Add d-type.
33786         * modules/host-os: New module.
33787         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
33788         m4/inttypes_h.m4, m4/uintmax_t.m4.
33789         * Depends-on: Add stdint.
33790         (lib_SOURCES): Add human.h.
33791         * modules/inttostr (Files): Remove m4/intmax_t.m4,
33792         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
33793         m4/uintmax_t.m4, m4/ulonglong.m4.
33794         (Depends-on): Add stdint.
33795         (EXTRA_DIST): Add inttostr.h.
33796         * modules/lchmod: New module.
33797         * modules/link-follow: New module.
33798         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
33799         (Depends-on): Add lchmod.
33800         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
33801         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
33802         (Depends-on): Add stdint.
33803         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
33804         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
33805         (Depends-on): Add stdint.
33806         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
33807         * modules/perl: New module.
33808         * modules/regex (Depends-on): Add stdint.
33809         * modules/rmdir-errno: New module.
33810         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
33811         m4/intmax_t.m4.
33812         (Depends-on): Add stdint.
33813         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
33814         m4/uintmax_t.m4.
33815         (Depends-on): Add stdint.
33816         * modules/unlink-busy: New module.
33817         * modules/utimecmp (Depends-on): Add stdint.
33818         * modules/uptime: New module.
33819         * modules/winsz-ioctl: New module.
33820         * modules/winsz-termios: New module.
33821         * modules/xnanosleep (Depends-on): Add nanosleep.
33822         * modules/ullong_max: Remove.
33823         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
33824         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
33825         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
33826         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
33827         (Depends-on): Add inttypes.
33828         (lib_SOURCES): Add xstrtol.h.
33829         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
33830         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
33831         * MODULES.html.sh: Move 'assert' into the assert section.
33832         Move 'dummy' into the linking section.
33833         Remove ullong_max.
33834         Add section for compatibility checks for POSIX:2001 functions,
33835         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
33836         winsz-ioctl, and winsz-termios into it.
33837         Add lchmod.
33838         Add top-level Misc section and put host-os, perl, and uptime
33839         into it.
33840
33841 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
33842
33843         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
33844         now assume the stdint module.  Do not include inttypes.h.
33845         * lib/fsusage.h: Likewise.
33846         * lib/getndelim2.c: Likewise.
33847         * lib/human.h: Likewise.
33848         * lib/inttostr.h: Likewise.
33849         * lib/obstack.c: Likewise.
33850         * lib/regex_internal.h: Likewise.
33851         * lib/tempname.c: Likewise.
33852         * lib/utimecmp.c: Likewise.
33853         * lib/xstrtol.h: Likewise.
33854
33855         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
33856
33857         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
33858         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
33859         * lib/xtime.h: Likewise.
33860
33861 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33862
33863         * modules/openat (Files): Add lib/fchmodat.c.
33864         Fixes problem reported by Jay Youngman.
33865
33866 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33867
33868         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
33869         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
33870
33871 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
33872             Bruno Haible  <bruno@clisp.org>
33873
33874         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
33875         and is a script that invokes bison. Tighten the code. Add comments.
33876
33877 2006-08-18  Jim Meyering  <jim@meyering.net>
33878
33879         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
33880         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
33881         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
33882         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
33883
33884 2006-08-18  Bruno Haible  <bruno@clisp.org>
33885
33886         * modules/bison-i18n: New file.
33887         * MODULES.html.sh (Internationalization functions): Add it.
33888
33889 2006-08-18  Bruno Haible  <bruno@clisp.org>
33890
33891         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
33892         sys/statvfs.h. When getmntinfo was found, check its declaration and
33893         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
33894
33895 2006-08-18  Bruno Haible  <bruno@clisp.org>
33896
33897         * m4/bison-i18n.m4: New file, from bison.
33898
33899 2006-08-18  Bruno Haible  <bruno@clisp.org>
33900
33901         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
33902         (ME_DUMMY): Treat "kernfs" as a dummy.
33903         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
33904
33905 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
33906
33907         Update from coreutils.
33908
33909         2006-08-15  Jim Meyering  <jim@meyering.net>
33910
33911         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
33912
33913         2006-01-17  Jim Meyering  <jim@meyering.net>
33914
33915         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
33916
33917         2006-01-11  Jim Meyering  <jim@meyering.net>
33918
33919         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
33920         Check for the lchmod function.
33921
33922 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
33923
33924         Update from coreutils.
33925
33926         * lib/__fpending.h: Add copyright notice.
33927         * lib/fprintftime.h: Likewise.
33928         * lib/savedir.c: Use (C) in copyright notice.
33929         * lib/savedir.h: Likewise.
33930
33931         2006-08-15  Jim Meyering  <jim@meyering.net>
33932
33933         * lib/at-func.c: New file, with the logic of all emulated at-functions.
33934         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
33935         in support of the EXPECTED_ERRNO macro.
33936         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
33937         definitions.  Instead, define the appropriate symbols and include
33938         "at-func.c".
33939         * lib/mkdirat.c (mkdirat): Likewise.
33940         * lib/fchmodat.c (fchmodat): Likewise.
33941         (ENOSYS): Remove definition.
33942         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
33943         it.  Don't include "unistd--.h" -- it wasn't ever used.
33944
33945         2006-01-17  Jim Meyering  <jim@meyering.net>
33946
33947         Rewrite fts.c not to change the current working directory,
33948         by using openat, fstatat, fdopendir, etc..
33949
33950         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
33951         (HAVE_OPENAT_SUPPORT): Define.
33952         [_LIBC] (fchdir): Don't undef or define; no longer used.
33953         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
33954         Now, this `function' always succeeds, and consumes its file descriptor
33955         parameter -- so callers must not close such FDs.  Update callers.
33956         (diropen_fd, opendirat, cwd_advance_fd): New functions.
33957         (diropen): Add parameter, SP.  Adjust all callers.
33958         Implement using diropen_fd, rather than open.
33959         (fts_open): Initialize new member, fts_cwd_fd.
33960         Remove fts_rft-setting code.
33961         (fts_close): Close fts_cwd_fd, if necessary.
33962         (__opendir2): Define in terms of opendir or opendirat,
33963         depending on whether the FST_NOCHDIR flag is set.
33964         (fts_build): Since fts_safe_changedir consumes its FD, and since
33965         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
33966         and close the dup'd file descriptor upon failure.
33967         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
33968         (fts_safe_changedir): Tweak semantics to reflect that this function
33969         now calls cwd_advance_fd and hence consumes its FD argument.
33970         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
33971         [struct FTS] (fts_rft): Remove now-unused member.
33972         [struct FTS] (fts_cycle.state): Improve comment.
33973
33974         * lib/openat.c (openat_needs_fchdir): New function.
33975         * lib/openat.h (openat_needs_fchdir): Declare it.
33976
33977 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
33978
33979         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
33980         Problem and fix reported by Pádraig Brady in
33981         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
33982
33983 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33984
33985         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
33986
33987 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33988
33989         * lib/memcoll.c (memcoll): Optimize for the common case where the
33990         arguments are bytewise equal.
33991
33992 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33993
33994         * doc/regexprops-generic.texi: Add a copyright notice.
33995
33996 2006-08-15  Bruno Haible  <bruno@clisp.org>
33997
33998         * modules/tmpdir (License): Change to LGPL.
33999
34000 2006-08-15  Bruno Haible  <bruno@clisp.org>
34001
34002         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
34003         module.
34004
34005 2006-08-14  Simon Josefsson  <jas@extundo.com>
34006
34007         * config/srclist.txt: Add gnupload.
34008
34009 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
34010
34011         Change copyright notice from LGPL 2 to GPL 2, since that's the
34012         standard form used in the gnulib repository.
34013         * tests/test-lock.c: Likewise.
34014         * tests/test-stdint.c: Likewise.
34015         * tests/test-tls.c: Likewise.
34016
34017         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
34018         prelude-manager.  User shorter URLs for GNU projects, without '?'.
34019         Add copyright notice.
34020
34021         * check-module: Add copyright notice.  Output a copyright
34022         notice if "--version" is specified.
34023         * modules/COPYING: New file.
34024         * tests/test-getaddrinfo.c: Add copyright notice.
34025         * tests/test-verify.c: Likewise.
34026
34027 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
34028
34029         Change copyright notice from LGPL 2 to GPL 2, since that's the
34030         standard form used in the gnulib repository.
34031         * lib/lock.c: LGPL -> GPL.
34032         * lib/lock.h: Likewise.
34033         * lib/strnlen1.c: Likewise.
34034         * lib/strnlen1.h: Likewise.
34035         * lib/tls.c: Likewise.
34036         * lib/tls.h: Likewise.
34037         * lib/tmpdir.c: Likewise.
34038
34039         * lib/TODO: Remove; this belongs only in coreutils.
34040
34041 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
34042
34043         Add copyright notices to long-enough files that lack them, since
34044         otherwise the files aren't clearly free.  Use the same notice that
34045         getdate.texi already uses.
34046         * doc/alloca-opt.texi: Add copyright notice.
34047         * doc/alloca.texi: Likewise.
34048         * doc/ctime.texi: Likewise.
34049         * doc/functions.texi: Likewise.
34050         * doc/gcd.texi: Likewise.
34051         * doc/gnulib-tool.texi: Likewise.
34052         * doc/inet_ntoa.texi: Likewise.
34053         * doc/visibility.texi: Likewise.
34054
34055         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
34056         * doc/quote.texi: Add copyright notice.
34057
34058         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
34059         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
34060         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
34061         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
34062         is now obsolete, and give a pointer to the Sun list.
34063         Add copyright notice.
34064
34065 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
34066
34067         * config/srclistvars.sh: Add copyright notice.
34068
34069 2006-08-14  Eric Blake  <ebb9@byu.net>
34070
34071         Import the following change from libc:
34072
34073         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
34074
34075         Upstream bug 2997.
34076         * lib/misc/error.c: Add space between program name and message if file
34077         name is missing.
34078
34079 2006-08-12  Karl Berry  <karl@gnu.org>
34080
34081         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
34082         remove, these originate in gnulib now.
34083
34084 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34085
34086         * doc/Makefile (standards.info standards.html standards.dvi):
34087         Also depend on make-stds.texi.
34088
34089 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
34090
34091         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
34092         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
34093
34094         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
34095         in wchar_t.  Problem reported by Eric Blake.
34096
34097         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
34098         LEN is smaller than SIZE.  Suggested by Bruno Haible.
34099         Also, help the compiler to keep LEN in a register.
34100
34101 2006-08-11  Eric Blake  <ebb9@byu.net>
34102
34103         * users.txt: Sort.  Add tar.
34104
34105 2006-08-11  Bruno Haible  <bruno@clisp.org>
34106
34107         * users.txt: New file.
34108
34109 2006-08-11  Bruno Haible  <bruno@clisp.org>
34110
34111         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
34112         before <wchar.h>. Needed for OSF/1 and BSD/OS.
34113
34114 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
34115
34116         * modules/snprintf (Depends-on): Remove minmax.
34117         (Maintainer): Add self and Bruno.
34118
34119 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
34120
34121         * lib/.cppi-disable: Add snprintf.h, socket_.h.
34122         * lib/snprintf.c: Include <errno.h> and <limits.h>.
34123         (EOVERFLOW): Define if the system does not.
34124         Do not include "minmax.h"; it wasn't used.
34125         (snprintf): Don't assume size_t promotes to an unsigned type.
34126         Fix bug when generated string was too long for the buffer: the
34127         buffer's contents are supposed to be the initial prefix of the
34128         output.  Don't assume vasnprintf returns EOVERFLOW if the size
34129         exceeds INT_MAX; do the check ourselves.
34130
34131         Import the following changes from libc:
34132
34133         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
34134
34135         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
34136         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
34137         set wc to the byte which couldn't be converted.
34138         (re_string_reconstruct): Don't clear valid_raw_len before calling
34139         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
34140         tip_context using re_string_context_at.
34141
34142         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
34143
34144         * lib/posix/regex.h: g++ still cannot handled [restrict].
34145
34146         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
34147
34148         * lib/posix/regex.h: Remove special handling for VMS.
34149
34150 2006-08-10  Jim Meyering  <jim@meyering.net>
34151
34152         * modules/same-inode: New module.
34153         * modules/dev-ino: New module.
34154         * modules/cycle-check: Depend on these modules, rather than simply
34155         including their .h files.
34156         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
34157         required via m4/cycle-check.m4.
34158         * modules/same: Depend on new same-inode module, rather than
34159         including same-inode.h.
34160         * modules/chdir-safer: New file.
34161
34162         * modules/chown (Depends-on): Add stat-macros.
34163
34164 2006-08-10  Jim Meyering  <jim@meyering.net>
34165
34166         * m4/cycle-check.m4: New file.
34167         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
34168         * m4/dev-ino.m4, m4/same-inode.m4: New files.
34169
34170 2006-08-10  Eric Blake  <ebb9@byu.net>
34171
34172         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
34173         in from original proposal.
34174
34175 2006-08-10  Eric Blake  <ebb9@byu.net>
34176         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
34177
34178         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
34179         namespace.
34180
34181 2006-08-10  Bruno Haible  <bruno@clisp.org>
34182
34183         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
34184         as well.
34185
34186 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
34187
34188         Sync from coreutils.
34189
34190         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
34191
34192         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
34193         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
34194
34195 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
34196
34197         * modules/restrict: Remove; no longer needed now that we assume
34198         Autoconf 2.59 or later.
34199         * MODULES.html.sh: Remove 'restrict'.
34200         * modules/argp (Depends-on): Remove 'restrict'.
34201         * modules/base64 (Depends-on): Likewise.
34202         * modules/gc (Depends-on): Likewise.
34203         * modules/getaddrinfo (Depends-on): Likewise.
34204         * modules/glob (Depends-on): Likewise.
34205         * modules/inet_ntop (Depends-on): Likewise.
34206         * modules/inet_pton (Depends-on): Likewise.
34207         * modules/memxor (Depends-on): Likewise.
34208         * modules/regex (Depends-on): Likewise.
34209         * modules/strtok_r (Depends-on): Likewise.
34210         * modules/time_r (Depends-on): Likewise.
34211
34212 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
34213
34214         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
34215         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
34216         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
34217         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
34218         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
34219         * m4/memxor.m4 (gl_MEMXOR): Likewise.
34220         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
34221         gl_C_RESTRICT replaced by AC_C_RESTRICT.
34222
34223         Merge from coreutils.
34224         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
34225         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
34226         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34227         * m4/time_r.m4 (gl_TIME_R): Likewise.
34228
34229 2006-08-09  Karl Berry  <karl@gnu.org>
34230
34231         * config/srclist.txt: no more gettext-tools, per Bruno.
34232
34233 2006-08-08  Eric Blake  <ebb9@byu.net>
34234
34235         * modules/verror: New module.
34236         * MODULES.html.sh: Document it.
34237
34238 2006-08-08  Eric Blake  <ebb9@byu.net>
34239
34240         * lib/verror.h, lib/verror.c: New files.
34241
34242 2006-08-08  Eric Blake  <ebb9@byu.net>
34243
34244         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
34245         verror_at_line output complies with GNU Coding Standards even when
34246         file is NULL.
34247
34248 2006-08-07  Bruno Haible  <bruno@clisp.org>
34249
34250         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
34251         versions of AIX.
34252         Reported by Ralf Wildenhues.
34253
34254 2006-08-07  Bruno Haible  <bruno@clisp.org>
34255
34256         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
34257         in an AC_DEFUN. Needed so that the autoconf snippets can use
34258         AC_REQUIRE.
34259
34260 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34261
34262         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34263         Initialize pkgdata_DATA.
34264         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
34265         overriding it.
34266
34267 2006-08-06  Eric Blake  <ebb9@byu.net>
34268
34269         * lib/error.h: Fold in some upstream changes from glibc.
34270         * lib/error.c: Likewise.
34271
34272 2006-08-04  Bruno Haible  <bruno@clisp.org>
34273
34274         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34275         Make the mostlyclean-local rule depend on mostlyclean-generic.
34276         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
34277
34278 2006-07-31  Bruno Haible  <bruno@clisp.org>
34279
34280         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
34281         <stdlib.h>, <string.h>.
34282
34283 2006-07-30  Bruno Haible  <bruno@clisp.org>
34284
34285         * modules/readlink (License): Change to LGPL.
34286
34287 2006-07-30  Bruno Haible  <bruno@clisp.org>
34288
34289         * modules/javaversion (Makefile.am): Distribute javaversion.java and
34290         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
34291         set PKGDATADIR to point to it.
34292
34293 2006-07-30  Bruno Haible  <bruno@clisp.org>
34294
34295         * modules/csharpexec (configure.ac): Comment out macro invocation.
34296         * modules/javaexec (configure.ac): Likewise.
34297         * modules/javacomp-script (configure.ac): Likewise.
34298
34299         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
34300
34301 2006-07-30  Bruno Haible  <bruno@clisp.org>
34302
34303         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
34304         linked-list.
34305
34306 2006-07-30  Bruno Haible  <bruno@clisp.org>
34307
34308         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
34309
34310 2006-07-30  Bruno Haible  <bruno@clisp.org>
34311
34312         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34313         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
34314         get removed.
34315
34316 2006-07-29  Bruno Haible  <bruno@clisp.org>
34317
34318         Make it possible for gnulib-tool to work with locally modified or
34319         augmented gnulib repositories.
34320         * gnulib-tool (func_usage): Document --local-dir option.
34321         (local_gnulib_dir): New variable.
34322         Handle --local-dir option.
34323         (func_lookup_file): New function.
34324         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
34325         (func_get_description, func_get_filelist, func_get_description,
34326         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
34327         func_get_automake_snippet, func_get_include_directive,
34328         func_get_license, func_get_maintainer): Use func_lookup_file.
34329         (func_import, func_create_testdir): Use func_lookup_file.
34330
34331 2006-07-29  Bruno Haible  <bruno@clisp.org>
34332
34333         * modules/setenv (Depends-on): Add unistd.
34334
34335 2006-07-29  Bruno Haible  <bruno@clisp.org>
34336
34337         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
34338
34339 2006-07-29  Bruno Haible  <bruno@clisp.org>
34340
34341         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
34342
34343 2006-07-29  Bruno Haible  <bruno@clisp.org>
34344
34345         * gnulib-tool (import, update): If there is no Makefile.am, look at
34346         aclocal.m4, instead of bailing out.
34347
34348 2006-07-29  Bruno Haible  <bruno@clisp.org>
34349
34350         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
34351         Categorize the options by when they are useful.
34352
34353 2006-07-29  Bruno Haible  <bruno@clisp.org>
34354
34355         * gnulib-tool (func_usage): Document option --no-libtool.
34356         Handle option --no-libtool.
34357         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
34358         for changed semantics of $libtool variable.
34359         (func_import): Likewise. If libtool is not used, show this through
34360         an option --no-libtool.
34361         (func_create_testdir): Update.
34362
34363 2006-07-29  Bruno Haible  <bruno@clisp.org>
34364
34365         * gnulib-tool (func_import): Extend error message about missing
34366         --doc-base.
34367
34368 2006-07-29  Bruno Haible  <bruno@clisp.org>
34369
34370         * gnulib-tool (func_import): Don't create the $docbase directory if
34371         there is no file to store there.
34372
34373 2006-07-29  Bruno Haible  <bruno@clisp.org>
34374
34375         * gnulib-tool (autoconf_minversion): If a --dir option is given and
34376         relevant, look for configure.ac there, not in the current directory.
34377         Also use a simple search for AC_PREREQ, not "autoconf --trace".
34378
34379 2006-07-29  Bruno Haible  <bruno@clisp.org>
34380
34381         * gnulib-tool (SORT): New variable.
34382         (func_usage): Undocument --assume-autoconf option.
34383         Remove --assume-autoconf option handling.
34384         (autoconf_minversion): Determine from the contents of configure.ac.
34385         (func_import): Remove autoconf_minversion handling.
34386         Suggested by Eric Blake.
34387
34388 2006-07-29  Bruno Haible  <bruno@clisp.org>
34389
34390         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
34391
34392 2006-07-29  Bruno Haible  <bruno@clisp.org>
34393
34394         * config/srclist.txt (*setenv.[ch]): Remove rules.
34395
34396 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34397
34398         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
34399
34400 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34401
34402         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
34403         arpa/inet.h.
34404
34405 2006-07-28  Simon Josefsson  <jas@extundo.com>
34406
34407         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
34408         * modules/inet_pton (Depends-on): Likewise.
34409
34410 2006-07-28  Simon Josefsson  <jas@extundo.com>
34411
34412         * m4/netinet_in_h.m4: New file.
34413
34414 2006-07-28  Simon Josefsson  <jas@extundo.com>
34415
34416         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
34417         #include's.
34418
34419 2006-07-28  Simon Josefsson  <jas@extundo.com>
34420
34421         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
34422         #include's.
34423
34424 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
34425
34426         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
34427         setgid on directories only if they set these bits.
34428         * lib/modechange.h: Remove obsolete comment about masks.
34429
34430 2006-07-28  Eric Blake  <ebb9@byu.net>
34431
34432         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
34433         macro expansion.
34434
34435 2006-07-28  Bruno Haible  <bruno@clisp.org>
34436
34437         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
34438
34439 2006-07-28  Bruno Haible  <bruno@clisp.org>
34440
34441         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
34442
34443 2006-07-28  Bruno Haible  <bruno@clisp.org>
34444
34445         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
34446         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
34447         Define fallbacks.
34448         Avoids link error on FreeBSD 4.x.
34449         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
34450
34451         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
34452         encoding.
34453         * lib/mbswidth.c (iswcntrl): Likewise.
34454
34455 2006-07-27  Bruno Haible  <bruno@clisp.org>
34456
34457         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
34458         test.
34459
34460 2006-07-27  Bruno Haible  <bruno@clisp.org>
34461
34462         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
34463         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
34464         defined.
34465
34466 2006-07-26  Eric Blake  <ebb9@byu.net>
34467
34468         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
34469
34470 2006-07-26  Eric Blake  <ebb9@byu.net>
34471
34472         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
34473         like mingw that lack mkstemp.
34474         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
34475         avoid compilation warning on mingw.
34476
34477 2006-07-26  Bruno Haible  <bruno@clisp.org>
34478
34479         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
34480         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
34481         INT_FAST*_MIN, INTPTR_MIN.
34482
34483 2006-07-25  Bruno Haible  <bruno@clisp.org>
34484
34485         * modules/version-etc (Depends-on): Add stdarg.
34486
34487 2006-07-25  Bruno Haible  <bruno@clisp.org>
34488
34489         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
34490         complex commands.
34491
34492 2006-07-25  Bruno Haible  <bruno@clisp.org>
34493
34494         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
34495         defined in <stdarg.h> or config.h.
34496
34497 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
34498
34499         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
34500         (gl_STDIO_SAFER): Remove.
34501
34502 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
34503
34504         * MODULES.html.sh (File stream based Input/Output):
34505         Add fopen-safer, tmpfile-safer; remove stdio-safer.
34506         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
34507         * modules/fopen-safer, modules/tmpfile-safer: New files.
34508         * modules/stdio-safer: Remove.
34509
34510 2006-07-24  Bruno Haible  <bruno@clisp.org>
34511
34512         * modules/tmpdir: New file.
34513         * MODULES.html.sh (File system functions): Add it.
34514
34515 2006-07-24  Bruno Haible  <bruno@clisp.org>
34516
34517         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
34518         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
34519
34520 2006-07-24  Bruno Haible  <bruno@clisp.org>
34521
34522         * modules/clean-temp: New file.
34523
34524 2006-07-24  Bruno Haible  <bruno@clisp.org>
34525
34526         * m4/tmpdir.m4: New file, from GNU gettext.
34527
34528 2006-07-24  Bruno Haible  <bruno@clisp.org>
34529
34530         * lib/tmpdir.h: New file, from GNU gettext.
34531         * lib/tmpdir.c: New file, from GNU gettext.
34532
34533 2006-07-24  Bruno Haible  <bruno@clisp.org>
34534
34535         * lib/clean-temp.h: New file, from GNU gettext.
34536         * lib/clean-temp.c: New file, from GNU gettext.
34537
34538 2006-07-23  Eric Blake  <ebb9@byu.net>
34539
34540         * modules/stdio-safer (Files): Add tmpfile-safer.c.
34541         (Depends-on): Add binary-io.
34542
34543 2006-07-23  Eric Blake  <ebb9@byu.net>
34544
34545         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
34546
34547 2006-07-23  Eric Blake  <ebb9@byu.net>
34548
34549         * lib/tmpfile-safer.c: New file.
34550         * lib/stdio-safer.h (fopen_safer): Add prototype.
34551         * lib/stdio--.h (tmpfile): Make safer.
34552
34553 2006-07-23  Bruno Haible  <bruno@clisp.org>
34554
34555         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
34556         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
34557         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
34558         gl_linked_remove_at): Use it.
34559
34560 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34561         and Simon Josefsson <jas@extundo.com>
34562
34563         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
34564
34565         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
34566
34567 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
34568
34569         * modules/close-stream: New file.
34570         * modules/closeout (Description): Make it clear that it exits
34571         with a diagnostic on error.
34572         (Depends-on): Add close-stream.  Remove fpending, stdbool.
34573         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
34574
34575 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
34576
34577         * m4/close-stream.m4: New file.
34578
34579 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
34580
34581         * lib/close-stream.c, lib/close-stream.h: New files.
34582
34583 2006-07-22  Bruno Haible  <bruno@clisp.org>
34584
34585         Merge from GNU gettext 0.15.
34586
34587         2006-05-01  Bruno Haible  <bruno@clisp.org>
34588
34589                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
34590
34591         2006-07-22  Bruno Haible  <bruno@clisp.org>
34592
34593                 * modules/javaversion: New file.
34594                 * MODULES.html.sh (Java): Add javaversion.
34595
34596         2006-03-12  Bruno Haible  <bruno@clisp.org>
34597
34598                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
34599
34600         2005-12-04  Bruno Haible  <bruno@clisp.org>
34601
34602                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
34603                 (untested).
34604
34605         2006-06-21  Bruno Haible  <bruno@clisp.org>
34606
34607                 Avoid warnings from recent versions of mcs.
34608                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
34609                 -o, -L, -r any more. Use options documented since mcs-1.0
34610                 instead. Similarly for -g.
34611
34612         2005-12-04  Bruno Haible  <bruno@clisp.org>
34613
34614                 * build-aux/csharpcomp.sh.in: Suffix for resources is
34615                 .resources, not .resource.
34616
34617         2005-07-09  Bruno Haible  <bruno@clisp.org>
34618
34619                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
34620                 add a .dll suffix.
34621                 Reported by Mark Junker <mjscod@gmx.de>.
34622
34623         2006-07-22  Bruno Haible  <bruno@clisp.org>
34624
34625                 * modules/gettext: Upgrade to gettext-0.15.
34626                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
34627                 m4/visibility.m4.
34628                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
34629
34630 2006-07-22  Bruno Haible  <bruno@clisp.org>
34631
34632         Merge from GNU gettext 0.15.
34633
34634         2006-03-25  Bruno Haible  <bruno@clisp.org>
34635
34636                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
34637
34638         2006-07-21  Bruno Haible  <bruno@clisp.org>
34639
34640                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
34641                 "1.1".
34642
34643         2006-05-09  Bruno Haible  <bruno@clisp.org>
34644
34645                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
34646                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
34647                 for the conftestver execution.
34648
34649         2006-05-01  Bruno Haible  <bruno@clisp.org>
34650
34651                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
34652                 optional target-version argument. Verify that the compiler
34653                 groks source of the specified source-version, or add -source
34654                 option as necessary. Verify that the compiler produces
34655                 bytecode in the specified target-version, or add -target and
34656                 -source options as necessary. Make the result of the test
34657                 available as variable CONF_JAVAC. Also log error output in
34658                 config.log.
34659
34660         2006-03-11  Bruno Haible  <bruno@clisp.org>
34661
34662                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
34663
34664         2006-05-09  Bruno Haible  <bruno@clisp.org>
34665
34666                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
34667                 CLASSPATH_SEPARATOR to a semicolon.
34668
34669         2006-03-12  Bruno Haible  <bruno@clisp.org>
34670
34671                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
34672                 available as variable CONF_JAVA, for subsequent autoconf
34673                 tests. Also log error output in config.log.
34674
34675         2006-07-19  Bruno Haible  <bruno@clisp.org>
34676
34677                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
34678                 that getline works on glibc2 systems. Needed to avoid trouble
34679                 in relocatable.c.
34680                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
34681
34682         2005-12-04  Bruno Haible  <bruno@clisp.org>
34683
34684                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
34685                 launcher (untested).
34686
34687         2005-12-04  Bruno Haible  <bruno@clisp.org>
34688
34689                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
34690
34691         2006-07-22  Bruno Haible  <bruno@clisp.org>
34692
34693                 * gettext.m4: Update from GNU gettext-0.15.
34694                 * nls.m4: Likewise.
34695                 * po.m4: Likewise.
34696                 * inttypes-pri.m4: Likewise.
34697                 * inttypes-h.m4: Renamed from inttypes.m4.
34698                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
34699
34700 2006-07-22  Bruno Haible  <bruno@clisp.org>
34701
34702         Merge from GNU gettext 0.15.
34703
34704         2005-07-05  Bruno Haible  <bruno@clisp.org>
34705
34706                 * printf-args.c (printf_fetchargs): Work around broken
34707                 definition of wint_t on mingw.
34708
34709         2005-02-12  Bruno Haible  <bruno@clisp.org>
34710
34711                 * xallocsa.h: Add extern "C" for C++.
34712
34713         2006-05-17  Bruno Haible  <bruno@clisp.org>
34714
34715                 Cygwin portability.
34716                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
34717
34718         2006-04-30  Bruno Haible  <bruno@clisp.org>
34719
34720                 * progreloc.c: Include <mach-o/dyld.h> if available.
34721                 (find_executable): Use _NSGetExecutablePath when possible.
34722
34723         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
34724
34725                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
34726                 function.
34727
34728         2005-12-29  Bruno Haible  <bruno@clisp.org>
34729
34730                 * progreloc.c (set_program_name_and_installdir): Fix
34731                 compilation error.
34732
34733         2005-12-04  Bruno Haible  <bruno@clisp.org>
34734
34735                 Cygwin portability.
34736                 * progreloc.c: Include <windows.h> also on Cygwin.
34737                 (find_executable): Add support for Cygwin.
34738                 (set_program_name_and_installdir): Handle also platforms with
34739                 nonempty EXEEXT.
34740
34741         2006-07-11  Bruno Haible  <bruno@clisp.org>
34742
34743                 * javacomp.c: Fix a comment.
34744                 Reported by Jim Meyering.
34745
34746         2006-04-30  Bruno Haible  <bruno@clisp.org>
34747
34748                 * javacomp.h (compile_java_class): Add source_version,
34749                 target_version arguments.
34750                 * javacomp.c: Rewritten to choose only a compiler that
34751                 respects the specified source_version and target_version.
34752
34753         2006-06-27  Bruno Haible  <bruno@clisp.org>
34754
34755                 Assume correct S_ISDIR macro.
34756                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
34757
34758         2006-07-22  Bruno Haible  <bruno@clisp.org>
34759
34760                 * javaversion.h: New file, from GNU gettext.
34761                 * javaversion.c: New file, from GNU gettext.
34762                 * javaversion.java: New file, from GNU gettext.
34763                 * javaversion.class: New file, from GNU gettext.
34764
34765         2006-05-17  Bruno Haible  <bruno@clisp.org>
34766
34767                 Cygwin portability.
34768                 * javaexec.c (execute_java_class): Test for jview program
34769                 also on Cygwin.
34770
34771         2006-04-09  Bruno Haible  <bruno@clisp.org>
34772
34773                 * fatal-signal.c: Don't include string.h.
34774                 (at_fatal_signal): Use a copying loop instead of memcpy.
34775
34776         2005-12-04  Bruno Haible  <bruno@clisp.org>
34777
34778                 * csharpexec.c: Add support for 'clix' launcher (untested).
34779                 (execute_csharp_using_sscli): New function.
34780                 (execute_csharp_program): Call it.
34781
34782         2006-06-21  Bruno Haible  <bruno@clisp.org>
34783
34784                 Avoid warnings from recent versions of mcs.
34785                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
34786                 -o, -L, -r any more. Use options documented since mcs-1.0
34787                 instead. Similarly for -g.
34788
34789         2005-07-09  Bruno Haible  <bruno@clisp.org>
34790
34791                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
34792                 add a .dll suffix.
34793                 Reported by Mark Junker <mjscod@gmx.de>.
34794
34795         2006-06-17  Bruno Haible  <bruno@clisp.org>
34796
34797                 * config.charset: Update for NetBSD 3.0.
34798
34799         2006-05-17  Bruno Haible  <bruno@clisp.org>
34800
34801                 Cygwin portability.
34802                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
34803
34804         2006-05-16  Bruno Haible  <bruno@clisp.org>
34805
34806                 * localcharset.c [CYGWIN]: Include <windows.h>.
34807                 (get_charset_aliases): For Cygwin, return the same CPxxx
34808                 aliases list as under WIN32.
34809                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
34810                 the environment variables. Fall back to GetACP().
34811
34812         2006-04-05  Bruno Haible  <bruno@clisp.org>
34813
34814                 * config.charset: Update Juan Manuel Guerrero's address.
34815
34816         2005-02-12  Bruno Haible  <bruno@clisp.org>
34817
34818                 * allocsa.h: Add extern "C" for C++.
34819
34820         2005-02-10  Bruno Haible  <bruno@clisp.org>
34821
34822                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
34823                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
34824
34825         2006-07-22  Bruno Haible  <bruno@clisp.org>
34826
34827                 * gettext.h: Update to GNU gettext-0.15.
34828
34829 2006-07-22  Bruno Haible  <bruno@clisp.org>
34830
34831         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
34832         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
34833         lib-prefix.m4, longdouble.m4, ssize_t.m4.
34834
34835 2006-07-21  Eric Blake  <ebb9@byu.net>
34836
34837         * modules/stdlib-safer: New file.
34838         * MODULES.html.sh (File stream based Input/Output): Add
34839         stdlib-safer.
34840
34841 2006-07-21  Eric Blake  <ebb9@byu.net>
34842
34843         * lib/stdlib-safer.h: New file from coreutils, required by
34844         stdlib--.h.
34845
34846 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
34847
34848         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
34849
34850 2006-07-20  Bruno Haible  <bruno@clisp.org>
34851
34852         * gnulib-tool: Recognize new option --assume-autoconf.
34853         (autoconf_minversion): New variable.
34854         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
34855
34856 2006-07-20  Bruno Haible  <bruno@clisp.org>
34857
34858         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
34859
34860 2006-07-19  Derek R. Price  <derek@ximbiot.com>
34861
34862         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
34863         Reindent and repaginate.
34864
34865 2006-07-19  Derek Price  <derek@ximbiot.com>
34866
34867         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
34868         Correct grammar.
34869
34870 2006-07-17  Bruno Haible  <bruno@clisp.org>
34871
34872         * modules/list: New file.
34873         * modules/array-list: New file.
34874         * modules/carray-list, modules/carray-list-tests: New files.
34875         * modules/linked-list, modules/linked-list-tests: New files.
34876         * modules/avltree-list, modules/avltree-list-tests: New files.
34877         * modules/rbtree-list, modules/rbtree-list-tests: New files.
34878         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
34879         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
34880         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
34881         * modules/oset: New file.
34882         * modules/array-oset: New file.
34883         * modules/avltree-oset, modules/avltree-oset-tests: New files.
34884         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
34885         * tests/test-carray_list.c: New file.
34886         * tests/test-linked_list.c: New file.
34887         * tests/test-avltree_list.c: New file.
34888         * tests/test-rbtree_list.c: New file.
34889         * tests/test-linkedhash_list.c: New file.
34890         * tests/test-avltreehash_list.c: New file.
34891         * tests/test-rbtreehash_list.c: New file.
34892         * tests/test-avltree_oset.c: New file.
34893         * tests/test-rbtree_oset.c: New file.
34894         * MODULES.html.sh (Container data structures): New section.
34895
34896 2006-07-17  Bruno Haible  <bruno@clisp.org>
34897
34898         * m4/gl_list.m4: New file.
34899
34900 2006-07-17  Bruno Haible  <bruno@clisp.org>
34901
34902         * lib/gl_list.h: New file.
34903         * lib/gl_list.c: New file.
34904         * lib/gl_array_list.h: New file.
34905         * lib/gl_array_list.c: New file.
34906         * lib/gl_carray_list.h: New file.
34907         * lib/gl_carray_list.c: New file.
34908         * lib/gl_linked_list.h: New file.
34909         * lib/gl_linked_list.c: New file.
34910         * lib/gl_anylinked_list1.h: New file.
34911         * lib/gl_anylinked_list2.h: New file.
34912         * lib/gl_avltree_list.h: New file.
34913         * lib/gl_avltree_list.c: New file.
34914         * lib/gl_anyavltree_list1.h: New file.
34915         * lib/gl_anyavltree_list2.h: New file.
34916         * lib/gl_rbtree_list.h: New file.
34917         * lib/gl_rbtree_list.c: New file.
34918         * lib/gl_anyrbtree_list1.h: New file.
34919         * lib/gl_anyrbtree_list2.h: New file.
34920         * lib/gl_anytree_list1.h: New file.
34921         * lib/gl_anytree_list2.h: New file.
34922         * lib/gl_linkedhash_list.h: New file.
34923         * lib/gl_linkedhash_list.c: New file.
34924         * lib/gl_anyhash_list1.h: New file.
34925         * lib/gl_anyhash_list2.h: New file.
34926         * lib/gl_avltreehash_list.h: New file.
34927         * lib/gl_avltreehash_list.c: New file.
34928         * lib/gl_rbtreehash_list.h: New file.
34929         * lib/gl_rbtreehash_list.c: New file.
34930         * lib/gl_anytreehash_list1.h: New file.
34931         * lib/gl_anytreehash_list2.h: New file.
34932
34933         * lib/gl_oset.h: New file.
34934         * lib/gl_oset.c: New file.
34935         * lib/gl_array_oset.h: New file.
34936         * lib/gl_array_oset.c: New file.
34937         * lib/gl_avltree_oset.h: New file.
34938         * lib/gl_avltree_oset.c: New file.
34939         * lib/gl_rbtree_oset.h: New file.
34940         * lib/gl_rbtree_oset.c: New file.
34941         * lib/gl_anytree_oset.h: New file.
34942
34943 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
34944
34945         * m4/mkancesdirs.m4: New file.
34946         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
34947         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
34948         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
34949         it.
34950
34951 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
34952
34953         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
34954         * lib/mkancesdirs.h: New files.
34955         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
34956         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
34957         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
34958         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
34959         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
34960         callers changed.  Revamp internals significantly, by not
34961         attempting to create directories that are temporarily more
34962         permissive than the final results.  Do not attempt to use
34963         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
34964         This removes some race conditions, fixes some bugs, and simplifies
34965         things.  Use new dirchownmod function to do owner and mode changes.
34966         * lib/mkdir-p.h: Likewise.
34967         * lib/modechange.c (octal_to_mode): New function.
34968         (struct mode_change): New member mentioned.
34969         (make_node_op_equals): New arg mentioned.  All callers changed.
34970         (mode_compile): Keep track of which mode bits the user has explicitly
34971         mentioned.
34972         (mode_adjust): New arg DIR, so that we implement the X op correctly.
34973         New arg PMODE_BITS, to keep track of which mode bits the user
34974         mentioned; it treats S_ISUID and S_ISGID speciall.
34975         All callers changed.
34976         * lib/modechange.h: Likewise.
34977
34978 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
34979
34980         * MODULES.html.sh: Add mkancestors.
34981         * modules/mkancesdirs: New module.
34982         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
34983         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
34984         The chdir-safer and afs files are now orphans; I'll remove them
34985         unless someone speaks up.
34986         Add lib/dirchownmod.c, lib/dirchownmod.h.
34987         (Depends-on): Remove alloca, chown, save-cwd, dirname.
34988         Add lchown, mkancesdirs.
34989         (Maintainer): Add self.
34990
34991 2006-07-15  Karl Berry  <karl@gnu.org>
34992
34993         * gnulib-tool: help message wording/arrangement.
34994
34995 2006-07-14  Simon Josefsson  <jas@extundo.com>
34996
34997         * doc/gnulib.texi (Libtool and Windows): New section.
34998
34999 2006-07-12  Simon Josefsson  <jas@extundo.com>
35000
35001         * modules/gendocs (License): Fix license, approved by Karl.
35002
35003 2006-07-12  Eric Blake  <ebb9@byu.net>
35004
35005         * MODULES.html.sh: Add gendocs.
35006
35007 2006-07-11  Eric Blake  <ebb9@byu.net>
35008
35009         * modules/fdl: New module, to install doc/fdl.texi.
35010         * MODULES.html.sh: Add new section for documentation modules.
35011         * gnulib-tool: Avoid space-tab.
35012         (--doc-base): New option, to manage files from doc.
35013
35014 2006-07-11  Eric Blake  <ebb9@byu.net>
35015
35016         * m4/absolute-header.m4: Fix comments to match recent change.
35017
35018 2006-07-11  Eric Blake  <ebb9@byu.net>
35019
35020         * gnulib-tool: List --doc-base before --tests-base.
35021
35022 2006-07-11  Derek R. Price  <derek@ximbiot.com>
35023
35024         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
35025
35026 2006-07-11  Bruno Haible  <bruno@clisp.org>
35027
35028         * README: Mention where to put documentation.
35029
35030 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35031
35032         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
35033
35034 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
35035
35036         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
35037         to stdint.m4.
35038
35039 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
35040
35041         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
35042         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
35043         "no/such/file/stdint.h" when there is no such file, so that
35044         the resulting C code can be parsed by dodgy compilers.
35045         Problems reported by Bob Proulx.
35046
35047 2006-07-10  Derek R. Price  <derek@ximbiot.com>
35048
35049         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
35050         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
35051         macros into the GNU _D_EXACT_NAMLEN.
35052         * lib/savedir.c:  Likewise.
35053         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
35054
35055 2006-07-10  Derek R. Price  <derek@ximbiot.com>
35056         and Paul Eggert  <eggert@cs.ucla.edu>
35057
35058         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
35059         * m4/savedir.m4:
35060         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
35061         macros into the GNU _D_EXACT_NAMLEN.
35062
35063 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35064
35065         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
35066         around the absolute name, to work around a problem with the HP-UX
35067         11.23 native C compiler, reported by Bob Proulx.
35068
35069 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35070
35071         * doc/maintain.texi, make-stds.texi: Sync from
35072         <http://savannah.gnu.org/projects/gnustandards>.
35073
35074 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35075
35076         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
35077
35078 2006-07-09  Jim Meyering  <jim@meyering.net>
35079
35080         * m4/glob.m4: Remove a doubled word in a comment.
35081
35082 2006-07-09  Jim Meyering  <jim@meyering.net>
35083
35084         * lib/argp-pv.c: Remove a doubled word in a comment.
35085         * lib/check-version.c (check_version): Likewise.
35086         * lib/javacomp.c (compile_java_class): Likewise.
35087
35088 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
35089
35090         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
35091         for the benefit of people using Autoconf 2.60.  If you want to
35092         support older Autoconf versions you can copy m4/onceonly_2_57.m4
35093         (or m4/onceonly.m4, if pre-2.57) manually.
35094
35095 2006-07-08  Jim Meyering  <jim@meyering.net>
35096
35097         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
35098         comment.
35099         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
35100         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
35101         comment.
35102
35103 2006-07-08  Jim Meyering  <jim@meyering.net>
35104
35105         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
35106
35107 2006-07-07  Simon Josefsson  <jas@extundo.com>
35108
35109         * tests/test-crc.c: Change expected crc value, the test vector
35110         were probably computed using the old broken crc.c?
35111
35112 2006-07-06  Simon Josefsson  <jas@extundo.com>
35113
35114         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
35115         now the canonical place for the M4 file).
35116
35117         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
35118         from the sys_socket dependency now.
35119
35120         * modules/inet_pton (Files): Ditto.
35121
35122         * modules/inet_ntop (Files): Ditto.
35123
35124 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
35125
35126         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
35127         not gl_PREREQ_GETUSERSHELL.
35128
35129 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35130
35131         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
35132         with only one argument, for Autoconf 2.60.
35133         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
35134         expand to nothing, so add a shell command to avoid syntax error.
35135         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
35136
35137 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35138
35139         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
35140
35141 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
35142
35143         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
35144         no longer needed.  Check for isblank decl.
35145         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
35146         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
35147         of existence.
35148
35149 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
35150
35151         * lib/getloadavg.c: Use __VMS, not VMS.
35152         * lib/getopt.c: Likewise.
35153         * lib/getpagesize.h: Likewise.
35154         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
35155         and probably does not work.
35156
35157 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
35158
35159         * lib/.cppi-disable: Add wcwidth.
35160         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
35161         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
35162         (ISGRAPH): Remove.  All uses changed to isgraph.
35163         (FOLD) [!defined _LIBC]: Remove special case.
35164         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
35165         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
35166         HAVE_ISBLANK.
35167         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
35168         case.
35169
35170 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
35171
35172         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
35173         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
35174         brackets.  Other minor changes to suppress some compiler
35175         warnings.
35176
35177 2006-07-06  Derek R. Price  <derek@ximbiot.com>
35178         and Paul Eggert  <eggert@cs.ucla.edu>
35179
35180         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
35181         of invoking obsolescent AC_HEADER_DIRENT macro.
35182         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
35183         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
35184         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
35185         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
35186         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
35187         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
35188         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
35189         * m4/readdir.m4: Remove; no longer needed.
35190
35191 2006-07-06  Derek R. Price  <derek@ximbiot.com>
35192         and Paul Eggert  <eggert@cs.ucla.edu>
35193
35194         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
35195         Don't worry about this obsolete case any more.
35196         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
35197         directories.
35198         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
35199         worry about this obsolete case any more.
35200         * lib/fts.c: Likewise.
35201         * lib/getcwd.c: Likewise.
35202         * lib/glob.h: Likewise.
35203         * lib/savedir.c: Likewise.
35204
35205 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
35206
35207         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
35208         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
35209         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
35210         needed.
35211         All uses removed.
35212         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
35213         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
35214         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
35215         needed.
35216         * m4/getdate.m4 (gl_GETDATE): Likewise.
35217         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
35218         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
35219         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
35220         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
35221         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
35222         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
35223         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
35224         needed.
35225
35226 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
35227
35228         * lib/memcasecmp.c: Include <limits.h>.
35229         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
35230         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
35231         Don't assume isdigit succeeds only on '0' through '9'.
35232
35233 2006-07-05  Eric Blake  <ebb9@byu.net>
35234
35235         * modules/getaddrinfo (Depends-on): Add snprintf.
35236
35237 2006-07-05  Eric Blake  <ebb9@byu.net>
35238
35239         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
35240         to avoid 'header present but could not be compiled' on cygwin.
35241
35242 2006-07-05  Eric Blake  <ebb9@byu.net>
35243
35244         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
35245         missing from netdb.h.
35246         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
35247
35248 2006-07-05  Derek R. Price  <derek@ximbiot.com>
35249
35250         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
35251         no longer needed.
35252         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
35253         * m4/getdate.m4 (gl_GETDATE): Likewise.
35254         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
35255         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
35256         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
35257         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
35258         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
35259
35260 2006-07-05  Derek R. Price  <derek@ximbiot.com>
35261
35262         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
35263         All uses of is_space replaced by isspace.
35264         * lib/exit.h: Don't talk about STDC_HEADERS.
35265         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
35266         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
35267         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
35268         replaced by isprint etc.
35269         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
35270         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
35271         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
35272         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
35273         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
35274         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
35275
35276 2006-07-05  Bruno Haible  <bruno@clisp.org>
35277
35278         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
35279         the function exists, before testing against AIX.
35280         Reported by Martin Lambers <marlam@marlam.de>.
35281
35282 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
35283
35284         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
35285         From Mark D. Baushke.
35286
35287 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
35288
35289         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
35290         to the absolute name, not just one, to bypass Sun C 5.8's
35291         "warning: #include of /usr/include/... may be non-portable".
35292
35293 2006-07-04  Eric Blake  <ebb9@byu.net>
35294
35295         * modules/dirname-tests: New test module.
35296         * tests/test-dirname.c: New file, replacing dirname.c
35297         TEST_DIRNAME section that was recently deleted.
35298
35299 2006-07-04  Bruno Haible  <bruno@clisp.org>
35300
35301         Assume ANSI C header files and <ctype.h> functions.
35302         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
35303         (mbsnwidth): Use isprint, iscntrl instead.
35304
35305 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35306
35307         Merge from coreutils.
35308         * MODULES.html.sh: Add xstrtold.
35309         * modules/xstrtold: New file.
35310         * modules/cycle-check (Files): Add lib/same-inode.h.
35311         * modules/dirname (Files): Add m4/double-slash-root.m4.
35312         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
35313         * modules/mkdir-p (Files): Add lib/same-inode.h.
35314         * modules/same (Files): Add lib/same-inode.h.
35315
35316 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35317
35318         * m4/absolute-header.m4: Renamed from full-header-path.m4.
35319         This is to keep the terminology clean; POSIX talks about
35320         "absolute pathnames", not "full pathnames", but the GNU
35321         Coding Standards say to use "path" for something else;
35322         so use "absolute" to keep both sides happy.
35323         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
35324         Set gl_absolute_header, not gl_full_header_path.
35325         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
35326         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
35327         All uses changed.
35328
35329         Merge from coreutils.
35330
35331         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
35332
35333         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
35334         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
35335         want to require the building of c-strtod.o.
35336         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
35337         needs -lm directly.
35338         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
35339
35340         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
35341
35342         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
35343         --as-needed option if available.  Problem reported by Albert Chin in
35344         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
35345         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
35346         cc merely issues a bunch of annoying warnings for --as-needed
35347         (this problem was reported by Bob Proulx).  Also, try linking with
35348         -lm to detect a bug in binutils 2.16 (this problem was reported
35349         by Ralf Wildenhues).
35350
35351         2006-06-18  Jim Meyering  <jim@meyering.net>
35352
35353         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
35354         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
35355         macro.
35356         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
35357         also check for glibc-2.4's abort-inducing bug.
35358
35359         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
35360         Low-probability clean-up should be to use rmdir to get rid of
35361         the just-created directory, not unlink.
35362
35363         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
35364         configure fail, and request a bug report to inform us about it.
35365         Add a comment that, barring reports to the contrary, in 2007 we'll
35366         assume ftruncate is universally available.
35367
35368         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
35369
35370         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
35371
35372         2006-03-12  Jim Meyering  <jim@meyering.net>
35373
35374         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
35375         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
35376         * m4/same.m4 (gl_SAME): Likewise.
35377         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
35378
35379         2006-03-11  Eric Blake  <ebb9@byu.net>
35380
35381         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
35382         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
35383         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
35384         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
35385
35386 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35387
35388         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
35389         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
35390         reported by Mark D. Baushke, one in
35391         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
35392
35393         Merge from coreutils.
35394
35395         * lib/.cppi-disable: Add stdint_.h.
35396         * lib/.cvsignore: Add stdint.h.
35397
35398         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
35399
35400         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
35401         both double and long double versions.
35402         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
35403         * lib/xstrtold.c: New file.
35404         * lib/xstrtod.h (xstrtold): New decl.
35405
35406         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35407
35408         * lib/filemode.c (setst): Remove.
35409         (strmode): Rewrite to avoid setst.  This makes the code shorter,
35410         (arguably) clearer, and the generated code is a bit smaller on my
35411         Debian GNU/Linux stable x86 host.
35412
35413         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
35414
35415         * lib/filemode.c: Include "filemode.h" first, to test the interface.
35416         Assume that filemode.h includes sys/types.h and sys/stat.h.
35417         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
35418         (ftypelet): Reorder to put common cases first, for efficiency.
35419         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
35420         to do 'M'.
35421         (strmode): Renamed from mode_string, and now stores 12 bytes instead
35422         of 10, for compatibility with FreeBSD.  All callers changed.
35423         (filemodestring): Now stores 12 bytes instead of 10, and sets file
35424         types that can't be deduced solely from st_mode.  First arg is now a
35425         const pointer.
35426         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
35427         (strmode): Renamed from mode_string.
35428         (filemodestring): New decl.
35429         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
35430         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
35431         needed.
35432         (S_ISPORT, S_ISWHT): New macros, if not already defined.
35433
35434         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
35435
35436         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
35437         fsusage.h now does that.  Include fsusage.h first, to test interface.
35438         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
35439         at most one method (the old code could have generated decls that
35440         didn't conform to C89, not that this was ever exercised).
35441         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
35442
35443         2006-03-19  Jim Meyering  <jim@meyering.net>
35444
35445         Work even in a chroot where d_ino values for entries in "/"
35446         don't match the stat.st_ino values for the same names.
35447         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
35448         number, iterate through all entries again, using lstat instead.
35449         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
35450         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
35451
35452         * lib/getcwd.c (__getcwd): Clarify a comment.
35453         Use memcpy in place of a call to strcpy.
35454
35455         2006-03-12  Jim Meyering  <jim@meyering.net>
35456
35457         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
35458         matches that of the current directory (which we're about to chdir ".."
35459         out of), then save the dev-ino of the parent, instead.
35460
35461         * lib/same-inode.h (SAME_INODE): New file/macro.
35462         * lib/chdir-safer.c (SAME_INODE): Remove definition.
35463         Include "same-inode.h", instead.
35464         * lib/same.c: Likewise.
35465         * lib/cycle-check.h: Include "same-inode.h".
35466         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
35467         * lib/cycle-check.c (SAME_INODE): Remove definition.
35468         * lib/root-dev-ino.h: Include "same-inode.h".
35469
35470         2006-03-11  Eric Blake  <ebb9@byu.net>
35471
35472         * lib/same.c (same_name): s/base_name/last_component/
35473         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
35474         * lib/filenamecat.c (file_name_concat): Likewise.
35475
35476         2006-03-11  Eric Blake  <ebb9@byu.net>,
35477                     Paul Eggert  <eggert@cs.ucla.edu>
35478
35479         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
35480         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
35481         drive prefix.
35482         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
35483         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
35484         (last_component): New method.
35485         * lib/dirname.c (dir_len): Determine when drive letters need a
35486         subsequent slash.  Preserve // when it is special.
35487         (dir_name): Don't append dot when drive letter is absolute.
35488         [TEST_DIRNAME]: Move into a full-blown gnulib test.
35489         * lib/basename.c (base_name): New semantics - malloc the result.
35490         Preserve // when it is special.  Preserve relative files that look
35491         like drive letters.
35492         (base_len): Preserve // when it is special.
35493         (last_component): New method, similar to old base_name semantics.
35494         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
35495         base_name.  Strip redundant slashes from ///.
35496
35497 2006-07-03  Jim Meyering  <jim@meyering.net>
35498
35499         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
35500         macro is used before the first cycle_check call.
35501
35502 2006-07-03  Eric Blake  <ebb9@byu.net>
35503
35504         * modules/dirname (Depends-on): Add xstrndup.
35505
35506 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
35507
35508         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
35509         test cases, so that config.log is a bit easier to follow.
35510
35511 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
35512
35513         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
35514         both are 64 bits, since this seems to be the tradition, and this
35515         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
35516         we ever run into a host that prefers long long to long in this
35517         case, we'll need another configure-time test.  Problem reported by
35518         Jim Meyering.
35519
35520 2006-07-02  Eric Blake  <ebb9@byu.net>
35521
35522         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
35523
35524 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
35525
35526         * modules/inttypes (Depends-on): No longer depends on stdint.
35527         * modules/stdint (Description): Say more about assumptions.
35528         Say that the fast types might differ.  Say macros are used.
35529         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
35530         (Makefile.am): Revise list of substituted symbols to match
35531         new stdint.m4.
35532         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
35533         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
35534         * tests/test-stdint.c (verify_same_types)
35535         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
35536         the code conforms to C99/C89.
35537         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
35538         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
35539
35540 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
35541
35542         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
35543         but fix a bug, by requiring at least 64 bits.
35544         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
35545         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
35546         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
35547         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
35548
35549         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
35550         changes.  Make 2.59 a prerequisite.  Check and substitute for
35551         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
35552         inttypes.h.  Do not use special include files; just use the
35553         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
35554         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
35555         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
35556         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
35557         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
35558         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
35559         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
35560         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
35561         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
35562         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
35563         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
35564         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
35565         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
35566         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
35567         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
35568         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
35569         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
35570         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
35571         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
35572         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
35573         WINT_MAX.  Check for C99 conformance more strictly, by detecting
35574         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
35575         not check for things that C99 does not require, e.g., int8_t.  If
35576         a test isn't needed unless <stdint.h> isn't working, and is
35577         unlikely to be needed for any other reason, then don't do it
35578         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
35579         size_t, since we assume C89 freestanding at least.  Do not check
35580         for sig_atomic_t, wchar_t, or wint_t, since the code now does
35581         the right thing even if the types are not defined.  Instead use:
35582         (gl_STDINT_TYPE_PROPERTIES): New macro.
35583         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
35584         testing whether <sys/types.h> clashes, as Autoconf does this for
35585         us now.  All uses removed.
35586         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
35587         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
35588         (gl_CHECK_TYPE_SAME):
35589         Remove; no longer needed.
35590         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
35591         exists, since we'll return 0 anyway in that case.
35592         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
35593
35594 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
35595
35596         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
35597         possible collision with system files.
35598         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
35599         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
35600         WCHAR_MIN and WCHAR_MAX in this case.
35601         (<stddef.h>): Do not include; no longer needed.
35602         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
35603         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
35604         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
35605         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
35606         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
35607         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
35608         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
35609         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
35610         !defined(__c99))]: Include in this case too, since it's harmless
35611         now.
35612         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
35613         dangerous to do so.
35614         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
35615         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
35616         (_STDINT_MIN, _STDINT_MAX): New macros.
35617         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
35618         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
35619         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
35620         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
35621         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
35622         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
35623         macros, not typedefs; this simplifies things quite a bit.
35624         Use long int for all types narrower than int64_t.
35625         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
35626         Define in terms of long long int or int64_t or long int,
35627         not int64_t or int32_t.  This saves some compile-time testing.
35628         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
35629         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
35630         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
35631         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
35632         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
35633         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
35634         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
35635         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
35636         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
35637         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
35638         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
35639         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
35640         undef any previous version and define our own version, for
35641         simplicity and consistency with the new macros for types.
35642         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
35643         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
35644         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
35645         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
35646         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
35647         @WINT_T_SUFFIX@ to keep things simple here.
35648         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
35649         Simplify by assuming typical 8/16/32/64 host, since we're
35650         already doing that elsewhere anyway.
35651         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
35652         and assume long long int is 64 bits if available.  This
35653         speeds up 'configure'.
35654
35655 2006-07-01  Eric Blake  <ebb9@byu.net>
35656
35657         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
35658         Reported by Andreas Buening.
35659
35660 2006-07-01  Eric Blake  <ebb9@byu.net>
35661
35662         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
35663
35664 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
35665
35666         * lib/getaddrinfo.c: fixed typo
35667
35668 2006-06-29  Jim Meyering  <jim@meyering.net>
35669
35670         * modules/strftime (Maintainer): Add my name, since with the
35671         FPRINTFTIME changes strftime.c has forked from glibc.
35672
35673 2006-06-29  Eric Blake  <ebb9@byu.net>
35674
35675         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
35676
35677 2006-06-29  Eric Blake  <ebb9@byu.net>
35678
35679         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
35680
35681 2006-06-29  Eric Blake  <ebb9@byu.net>
35682
35683         * lib/stat_.h: New file.
35684
35685 2006-06-29  Eric Blake  <ebb9@byu.net>
35686
35687         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
35688         unused static function.
35689
35690 2006-06-29  Eric Blake  <ebb9@byu.net>
35691
35692         * doc/functions.texi (Function Portability): Document missing lstat
35693         on mingw.
35694
35695 2006-06-29  Eric Blake  <ebb9@byu.net>
35696
35697         * MODULES.html.sh: Add sys_stat.
35698         * modules/sys_stat: New module.
35699         * modules/mkstemp (Depends-on): Add sys_stat.
35700
35701 2006-06-29  Derek R. Price  <derek@ximbiot.com>
35702
35703         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
35704
35705 2006-06-29  Derek R. Price  <derek@ximbiot.com>
35706
35707         * m4/c-bs-a.m4: Removed.
35708
35709 2006-06-29  Derek R. Price  <derek@ximbiot.com>
35710
35711         * lib/strftime.c: Assume strftime() exists.
35712
35713 2006-06-29  Derek Price  <derek@ximbiot.com>
35714
35715         * modules/c-bs-a: Removed - \a is C89.
35716         * MODULES.html.sh: Remove c-bs-a.
35717
35718 2006-06-29  Bruno Haible  <bruno@clisp.org>
35719
35720         * modules/wcwidth (License): Change to LGPL.
35721
35722 2006-06-28  Simon Josefsson  <jas@extundo.com>
35723
35724         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
35725         on _WIN32.
35726
35727         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
35728         getnameinfo.
35729
35730 2006-06-28  Simon Josefsson  <jas@extundo.com>
35731
35732         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
35733
35734 2006-06-28  Simon Josefsson  <jas@extundo.com>
35735
35736         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
35737         functions there.  It will succeed on Windows XP, but on Windows
35738         2000 and (presumably) earlier, it will fail, and use the internal
35739         re-implementation.
35740         (use_win32_p): New function.
35741         (getaddrinfo): Use strtoul on servname, to support numeric ports.
35742         Support AI_NUMERICSERV to disable getservbyname.
35743         (getnameinfo): New function, only supports
35744         NI_NUMERICHOST|NI_NUMERICSERV for now.
35745
35746         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
35747         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
35748         getnameinfo.
35749
35750 2006-06-28  Eric Blake  <ebb9@byu.net>
35751
35752         * modules/wcwidth: New file.
35753         * modules/mbchar (Depends-on): Add wcwidth.
35754         * modules/mbswidth (Depends-on): Add wcwidth.
35755         * MODULES.html.sh: Add wcwidth.
35756
35757 2006-06-28  Eric Blake  <ebb9@byu.net>
35758
35759         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
35760         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
35761
35762 2006-06-28  Eric Blake  <ebb9@byu.net>
35763
35764         * lib/xvasprintf.h: Fix comments.
35765
35766 2006-06-28  Eric Blake  <ebb9@byu.net>
35767
35768         * lib/mbchar.h (wcwidth): Include wcwidth.h.
35769         * lib/mbswidth.c (wcwidth): Move from here...
35770         * lib/wcwidth.h: ...to this new file.
35771
35772 2006-06-28  Derek R. Price  <derek@ximbiot.com>
35773
35774         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
35775
35776         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
35777         it's obsolete.
35778         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
35779
35780 2006-06-28  Derek R. Price  <derek@ximbiot.com>
35781
35782         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
35783         Autoconf 2.60 says this stuff was obsolete.
35784
35785 2006-06-28  Bruno Haible  <bruno@clisp.org>
35786
35787         * modules/wcwidth (Files): Add m4/wchar_t.m4.
35788
35789 2006-06-28  Bruno Haible  <bruno@clisp.org>
35790
35791         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
35792         gt_TYPE_WCHAR_T.
35793
35794 2006-06-28  Bruno Haible  <bruno@clisp.org>
35795
35796         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
35797         declaration for wcwidth.
35798         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
35799
35800 2006-06-28  Bruno Haible  <bruno@clisp.org>
35801
35802         * lib/mkdtemp.c [MINGW]: Include <io.h>.
35803         (mkdir): Define using _mkdir.
35804
35805 2006-06-28  Bruno Haible  <bruno@clisp.org>
35806
35807         * lib/getaddrinfo.h: Fix POSIX URL.
35808         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
35809         _WIN32.
35810         (use_win32_p): Make static.
35811         (getaddrinfo): Reject service name if it is empty or does not consist
35812         solely of decimal digits, or if its value is > 65535.
35813         (getnameinfo): Remove useless casts.
35814
35815 2006-06-27  Simon Josefsson  <jas@extundo.com>
35816
35817         * modules/sys_select: New file, suggested by Bruno Haible, Paul
35818         Eggert and Martin Lambers.
35819
35820 2006-06-27  Simon Josefsson  <jas@extundo.com>
35821
35822         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
35823         Eggert and Martin Lambers.
35824
35825 2006-06-27  Bruno Haible  <bruno@clisp.org>
35826
35827         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
35828         result to 0, not to empty.
35829         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
35830
35831 2006-06-27  Bruno Haible  <bruno@clisp.org>
35832
35833         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
35834
35835 2006-06-26  Simon Josefsson  <jas@extundo.com>
35836
35837         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
35838         present.
35839
35840 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
35841
35842         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
35843         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
35844         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
35845
35846 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
35847
35848         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
35849
35850 2006-06-26  Bruno Haible  <bruno@clisp.org>
35851
35852         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
35853
35854 2006-06-26  Bruno Haible  <bruno@clisp.org>
35855
35856         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
35857
35858 2006-06-26  Bruno Haible  <bruno@clisp.org>
35859
35860         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
35861         SGI C compiler in pre-C99 mode.
35862         Suggested by Mark D. Baushke and Larry Jones.
35863
35864 2006-06-26  Bruno Haible  <bruno@clisp.org>
35865
35866         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
35867         WCHAR_MAX.
35868         Reported by Mark D. Baushke and Larry Jones.
35869
35870 2006-06-26  Bruno Haible  <bruno@clisp.org>
35871
35872         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
35873         in pre-C99 mode.
35874         Suggested by Mark D. Baushke and Larry Jones.
35875
35876 2006-06-23  Simon Josefsson  <jas@extundo.com>
35877             Bruno Haible  <bruno@clisp.org>
35878
35879         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
35880         Emit mostlyclean-local rule.
35881         (func_emit_tests_Makefile_am): Likewise.
35882         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
35883
35884 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
35885
35886         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
35887
35888 2006-06-23  Bruno Haible  <bruno@clisp.org>
35889
35890         * tests/test-stdint.c: Update to match ISO C 99 Technical
35891         Corrigendum 1.
35892
35893 2006-06-23  Bruno Haible  <bruno@clisp.org>
35894
35895         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
35896
35897 2006-06-23  Bruno Haible  <bruno@clisp.org>
35898
35899         * lib/stdint_.h: Treat IRIX like OpenBSD.
35900
35901 2006-06-23  Bruno Haible  <bruno@clisp.org>
35902
35903         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
35904         ISO C 99 Technical Corrigendum 1.
35905
35906 2006-06-22  Simon Josefsson  <jas@extundo.com>
35907
35908         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
35909         MinGW.
35910
35911 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35912
35913         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
35914         needed.  Some compiler complained about some of them.  Problem reported
35915         by Larry Jones in
35916         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
35917
35918 2006-06-21  Simon Josefsson  <jas@extundo.com>
35919
35920         * tests/test-getaddrinfo.c: New file.
35921
35922         * modules/getaddrinfo-tests: New file.
35923
35924         * MODULES.html.sh: Add inet_pton.
35925
35926         * modules/inet_pton: New file.
35927
35928 2006-06-21  Simon Josefsson  <jas@extundo.com>
35929
35930         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
35931         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
35932         of using the (limited) gnulib implementation on Windows XP.
35933
35934         * m4/inet_pton.m4: New file.
35935
35936 2006-06-21  Simon Josefsson  <jas@extundo.com>
35937
35938         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
35939         variable.
35940
35941         * lib/socket_.h: Don't define WINVER.
35942
35943         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
35944         slightly modified to work in gnulib.
35945
35946 2006-06-21  Simon Josefsson  <jas@extundo.com>
35947
35948         * doc/gnulib.texi (Windows sockets): Add.
35949
35950 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
35951
35952         * lib/read-file.c (fread_file): Start with buffer allocation of
35953         0 bytes rather than 1 byte; this simplifies the code.
35954         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
35955         code to free buffer and save/restore errno.
35956         (internal_read_file): Remove unused local.
35957
35958 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
35959
35960         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
35961         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
35962         Problem reported by Denis Excoffier in
35963         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
35964
35965 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35966
35967         * modules/sys_socket, modules/socklen: Include sys/types since
35968         FreeBSD 4.x's sys/socket.h needs it.
35969
35970 2006-06-19  Simon Josefsson  <jas@extundo.com>
35971
35972         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
35973
35974 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
35975
35976         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
35977
35978 2006-06-19  Bruno Haible  <bruno@clisp.org>
35979
35980         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
35981         and FULL_PATH_INTTYPES_H in angle brackets.
35982         Reported by Mark D. Baushke <mdb@gnu.org>.
35983
35984 2006-06-17  Eric Blake  <ebb9@byu.net>
35985
35986         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
35987         errno.
35988
35989 2006-06-17  Bruno Haible  <bruno@clisp.org>
35990
35991         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
35992         <sys/inttypes.h>.
35993
35994 2006-06-17  Bruno Haible  <bruno@clisp.org>
35995
35996         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
35997         whether errno is declared. Assume <errno.h> declares errno.
35998
35999 2006-06-17  Bruno Haible  <bruno@clisp.org>
36000
36001         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
36002
36003 2006-06-17  Bruno Haible  <bruno@clisp.org>
36004
36005         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
36006         problem on Solaris 2.5.1.
36007
36008 2006-06-16  Eric Blake  <ebb9@byu.net>
36009
36010         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
36011         * lib/unicodeio.c [!defined errno]: Likewise.
36012         * lib/strtol.c [!defined errno]: Likewise.
36013         * lib/strtod.c [!defined errno]: Likewise.
36014
36015 2006-06-15  Eric Blake  <ebb9@byu.net>
36016
36017         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
36018
36019 2006-06-15  Eric Blake  <ebb9@byu.net>
36020
36021         * config/srclist.txt (ssize_t.m4): Lose sync.
36022
36023 2006-06-15  Bruno Haible  <bruno@clisp.org>
36024
36025         * modules/stdint (Files): Include m4/full-header-path.m4,
36026         m4/size_max.m4, m4/wchar_t.m4.
36027         (Makefile.am): Many more substitutions.
36028         * modules/stdint-tests: New file.
36029         * tests/test-stdint.c: New file.
36030
36031 2006-06-15  Bruno Haible  <bruno@clisp.org>
36032
36033         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
36034         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
36035         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
36036         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
36037         gl_CHECK_TYPE_SAME): New macros.
36038
36039 2006-06-15  Bruno Haible  <bruno@clisp.org>
36040
36041         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
36042
36043 2006-06-15  Bruno Haible  <bruno@clisp.org>
36044
36045         * lib/stdint_.h: Rewritten to be fully auto-configured.
36046         Fixes bug on HP-UX/IA64.
36047
36048 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
36049
36050         * lib/getdate.y (__attribute__): Don't define if already defined.
36051         Problem reported by Larry Jones.
36052         * lib/utimens.c (__attribute__): Likewise.
36053
36054 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
36055
36056         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
36057         reported by Andreas Schwab.
36058
36059 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36060             Bruno Haible  <bruno@clisp.org>
36061
36062         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
36063         check for the declaration of strnlen and a run test that exposes the
36064         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
36065         rpl_strndup.
36066
36067 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36068             Bruno Haible  <bruno@clisp.org>
36069
36070         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
36071
36072 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36073
36074         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
36075         compile test, for Tru64 4.0D.
36076
36077 2006-05-28  Karl Berry  <karl@gnu.org>
36078
36079         * config/srclist.txt (printf-args.c): lose sync.
36080
36081 2006-05-26  Martin Lambers  <marlam@marlam.de>
36082
36083         * lib/getpass.c: Updates the test for the native W32 API, and adds
36084         missing includes, thus fixing compilation warnings.
36085
36086 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
36087
36088         * lib/exclude.c (exclude_fnmatch): New function.
36089         (excluded_file_name): Call exclude_fnmatch.
36090         * lib/exclude.h (excluded_file_name): New prototype
36091
36092 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
36093
36094         * lib/tempname.c (small_open, large_open): New macros.
36095         (__open, __open64) [!_LIBC]: Remove.
36096         (__gen_tempname): Use small_open and large_open instead of __open
36097         and __open64.  This fixes a portability bug on HP-UX 11.11i
36098         reported by Simon Wing-Tang in
36099         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
36100
36101 2006-05-24  Bruno Haible  <bruno@clisp.org>
36102
36103         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
36104         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
36105         Reported by Thorsten Maerz <torte@netztorte.de> via
36106         Aaron Stone <aaron@serendipity.cx>.
36107
36108 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
36109
36110         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
36111         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
36112         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
36113         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
36114         not really conditional on the cache.
36115         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
36116
36117 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
36118
36119         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
36120         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
36121         (my_usleep): Don't mishandle maximum value.
36122
36123 2006-05-19  Jim Meyering  <jim@meyering.net>
36124
36125         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
36126
36127 2006-05-17  Bruno Haible  <bruno@clisp.org>
36128
36129         Cygwin portability.
36130         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
36131
36132 2006-05-17  Bruno Haible  <bruno@clisp.org>
36133
36134         * lib/stdint_.h: Fix recognition of Cygwin.
36135
36136 2006-05-15  Bruno Haible  <bruno@clisp.org>
36137
36138         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
36139         on libtool patch by Ralf Wildenhues.
36140
36141 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
36142
36143         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
36144         test for C99 conformance; (bool) 0.5 is an integer constant
36145         expression, but (bool) -0.5 is not.  Problem reported by Fedor
36146         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
36147
36148 2006-05-11  Simon Josefsson  <jas@extundo.com>
36149
36150         * m4/xvasprintf.m4: Fix obvious typo.
36151
36152 2006-05-11  Jim Meyering  <jim@meyering.net>
36153
36154         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
36155         James Lemley.
36156
36157 2006-05-10  Simon Josefsson  <jas@extundo.com>
36158
36159         * lib/md4.c: Typo fix, update copyright years.
36160         (K1, K2): Don't use L because it turn computations into 64-bit on
36161         64-bit platforms.
36162
36163 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36164
36165         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
36166         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
36167         unwanted sign propagation, e.g., on hosts with 64-bit int.
36168         There still are some problems with reeelly weird theoretical hosts
36169         (e.g., 33-bit int) but it's not worth worrying about now.
36170         * lib/sha1.c (rol): Likewise.
36171         (K1, K2, K3, K4): Remove unnecessary L suffix.
36172
36173 2006-05-10  Bruno Haible  <bruno@clisp.org>
36174
36175         * lib/des.c: Cast to avoid warnings.
36176
36177 2006-05-09  Bruno Haible  <bruno@clisp.org>
36178
36179         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
36180         (Depends-on): Depend also on xsize, stdarg.
36181         (configure.ac): Add gl_XVASPRINTF.
36182
36183 2006-05-09  Bruno Haible  <bruno@clisp.org>
36184
36185         * m4/xvasprintf.m4: New file.
36186
36187 2006-05-09  Bruno Haible  <bruno@clisp.org>
36188
36189         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
36190         (EOVERFLOW): Define fallback value.
36191         (xstrcat): New function.
36192         (xvasprintf): Recognize the special case of a string concatenation.
36193
36194 2006-05-08  Eric Blake  <ebb9@byu.net>
36195
36196         * gnulib-tool (func_version): Base copyright year on CVS date.
36197         (func_emit_copyright_notice): New function.
36198         (func_emit_lib_Makefile_am): Use it.
36199         (func_emit_tests_Makefile_am): Likewise.
36200         (func_import): Likewise.
36201
36202 2006-05-08  Bruno Haible  <bruno@clisp.org>
36203
36204         * modules/stdarg: New file.
36205         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
36206
36207 2006-05-08  Bruno Haible  <bruno@clisp.org>
36208
36209         * m4/stdarg.m4: New file, from GNU gettext.
36210
36211 2006-05-08  Bruno Haible  <bruno@clisp.org>
36212
36213         * config/srclist.txt (build-aux/config.rpath): different from latest
36214         release.
36215
36216 2006-05-08  Bruno Haible  <bruno@clisp.org>
36217
36218         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
36219
36220 2006-05-05  Jim Meyering  <jim@meyering.net>
36221
36222         * m4/warning.m4: New file, derived from bison's file by the same name.
36223
36224 2006-05-03  Bruno Haible  <bruno@clisp.org>
36225
36226         * lib/stdint_.h: Shorter URL.
36227         * lib/inttypes.h: Likewise.
36228
36229 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
36230
36231         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
36232
36233 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
36234
36235         * lib/verify.h: Document the internals better.  Most of this change
36236         was written by Bruno Haible.
36237
36238 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
36239
36240         * doc/verify.texi: New file, partly based on a proposal by
36241         Bruno Haible.
36242
36243 2006-05-02  Bruno Haible  <bruno@clisp.org>
36244
36245         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
36246         test from here...
36247         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
36248
36249 2006-04-29  Bruno Haible  <bruno@clisp.org>
36250
36251         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
36252         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
36253
36254 2006-04-29  Bruno Haible  <bruno@clisp.org>
36255
36256         * gnulib-tool: Make --update option actually work.
36257
36258 2006-04-29  Bruno Haible  <bruno@clisp.org>
36259
36260         * doc/gcd.texi: New file.
36261         * doc/gnulib.texi: Include it.
36262
36263 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
36264
36265         * lib/getdate.y (get_date): When adding relative date, start with the
36266         initial time, not with the result of the first mktime call.
36267
36268 2006-04-25  Bruno Haible  <bruno@clisp.org>
36269
36270         * gnulib-tool (func_import): Output the include directives in three
36271         blocks, sorted separately.
36272         Reported by Ben Pfaff <blp@cs.stanford.edu>.
36273
36274 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
36275
36276         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
36277         to define main with arguments, for C++.  Reported by Eric Blake.
36278         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
36279         Prefer 'int main ()' to 'int main (void)', for C++.
36280         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
36281         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
36282         for 'main', for C99 and C++.
36283
36284 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
36285
36286         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
36287         Don't assume that exit status -1 is valid.
36288         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
36289         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
36290         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
36291         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
36292         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
36293         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
36294         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
36295         functions can be used without declaring them, or that you can
36296         exit with status -1.
36297         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
36298
36299 2006-04-24  Karl Berry  <karl@gnu.org>
36300
36301         * config/srclist.txt (longdouble.m4): sync lost.
36302
36303 2006-04-24  Eric Blake  <ebb9@byu.net>
36304
36305         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
36306
36307 2006-04-24  Bruno Haible  <bruno@clisp.org>
36308
36309         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
36310         poll() implementation in AIX.
36311         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36312
36313 2006-04-24  Bruno Haible  <bruno@clisp.org>
36314
36315         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
36316         assigned exactly once.
36317
36318 2006-04-23  Claudio Fontana  <claudio@gnu.org>
36319             Bruno Haible  <bruno@clisp.org>
36320
36321         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
36322         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
36323         for AM_CPPFLAGS.
36324
36325 2006-04-23  Bruno Haible  <bruno@clisp.org>
36326
36327         * modules/copy-file: Depend on unistd.
36328         * modules/execute: Likewise.
36329         * modules/fatal-signal: Likewise.
36330         * modules/findprog: Likewise.
36331         * modules/mkdtemp : Likewise.
36332         * modules/pipe: Likewise.
36333         * modules/wait-process: Likewise.
36334
36335 2006-04-23  Bruno Haible  <bruno@clisp.org>
36336
36337         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
36338         condition was already detected.
36339         Reported by Ben Pfaff <blp@cs.stanford.edu>.
36340
36341 2006-04-23  Bruno Haible  <bruno@clisp.org>
36342
36343         * lib/copy-file.c: Include <unistd.h> unconditionally.
36344         * lib/execute.c: Likewise.
36345         * lib/fatal-signal.c: Likewise.
36346         * lib/findprog.c: Likewise.
36347         * lib/mkdtemp.c: Likewise.
36348         * lib/pipe.h: Likewise.
36349         * lib/pipe.c: Likewise.
36350         * lib/wait-process.h: Likewise.
36351
36352 2006-04-23  Bruno Haible  <bruno@clisp.org>
36353
36354         * gnulib-tool (func_usage): Fix --import description. Document
36355         --update.
36356         (func_import): Create temporary file in a temporary directory, if
36357         --dry-run is specified. Silence errors from 'grep' when there are no
36358         m4 files in $m4dir.
36359         (func_create_testdir): Silence errors from 'grep' when there are no
36360         m4 files in $m4dir.
36361         Reported by Karl Berry <karl@freefriends.org>.
36362
36363 2006-04-20  Bruno Haible  <bruno@clisp.org>
36364
36365         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
36366         one argument, so that the code will be portable to Autoconf 2.60.
36367         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
36368         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
36369         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
36370
36371 2006-04-19  Derek Price  <derek@ximbiot.com>
36372             Eric Blake  <ebb9@byu.net>
36373
36374         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
36375         rather than "/full/path.h".  Update comment to match.  Shorten &
36376         generalize m4_translit call via AS_TR_CPP.
36377
36378 2006-04-19  Derek Price  <derek@ximbiot.com>
36379             Eric Blake  <ebb9@byu.net>
36380
36381         * lib/inttypes.h: Correct grammar in comment.
36382
36383 2006-04-18  Derek Price  <derek@ximbiot.com>
36384             Paul Eggert  <eggert@cs.ucla.edu>
36385
36386         * modules/inttypes: New file.
36387         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
36388
36389 2006-04-18  Derek Price  <derek@ximbiot.com>
36390             Paul Eggert  <eggert@cs.ucla.edu>
36391
36392         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
36393         New files.
36394
36395 2006-04-18  Derek Price  <derek@ximbiot.com>
36396             Paul Eggert  <eggert@cs.ucla.edu>
36397
36398         * lib/inttypes.h: New file.
36399         * lib/strtoimax.c: Assume <inttypes.h>.
36400
36401 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
36402
36403         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
36404         isn't mounted.  Problem reported by Kir Kolyshkin.
36405
36406 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
36407
36408         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
36409         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
36410         Derek R. Price.
36411         * lib/regex.h (RE_DUP_MAX): Update comment to match current
36412         implementation.
36413
36414 2006-04-12  Eric Blake  <ebb9@byu.net>
36415
36416         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
36417         is now done automatically by the corresponding Autoconf macro.
36418
36419 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
36420
36421         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
36422         time_r.h.
36423
36424 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
36425
36426         Merge regex changes from libc, removing some of our
36427         POSIX-conformance changes that were rejected and redoing them in a
36428         less-intrusive way.
36429
36430         * lib/regcomp.c (re_compile_internal, init_dfa):
36431         Length arg is now size_t, not Idx.  All uses changed.
36432         (peek_token): Forward decl now says internal_function.
36433         (__re_error_msgid, __re_error_msgid_idx):
36434         Now static rather than extern with attribute_hidden.
36435         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
36436         For some reason libc prefers K&R style defns for external functions.
36437         (regerror) [!defined _LIBC]: Likewise.
36438         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
36439         (seek_collating_symbol_entry, lookup_collation_sequence_value):
36440         (build_range_exp, build_collating_symbol):
36441         Use K&R-style defn.
36442         (re_compile_fastmap): Use '\0' to memset, not 0.
36443         (utf8_sb_map): Make the calculations more obvious.
36444         (init_dfa, parse_bracket_exp, build_charclass_op):
36445         Call calloc and cast result, as glibc does.
36446         (init_word_char, fetch_token, peek_token, peek_token_bracket):
36447         (build_range_exp, build_collating_symbol):
36448         Now internal functions.
36449
36450         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
36451
36452         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
36453         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
36454         Don't depend on VMS; depend on __VMS instead, for POSIX
36455         namespace cleanness.
36456         (regoff_t): Define to ssize_t, not long int.
36457
36458         Remove the REG_ macros named below.  Instead, make the old names
36459         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
36460         __USE_GNU_REGEX.
36461         (REG_BACKSLASH_ESCAPE_IN_LISTS):
36462         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
36463         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
36464         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
36465         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
36466         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
36467         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
36468         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
36469         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
36470         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
36471         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
36472         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
36473         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
36474         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
36475         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
36476         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
36477         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
36478         (REG_NREGS):
36479         Remove.  All uses replaced by the old RE_* names.
36480         (RE_BACKSLASH_ESCAPE_IN_LISTS):
36481         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
36482         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
36483         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
36484         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
36485         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
36486         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
36487         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
36488         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
36489         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
36490         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
36491         Don't bother having these macros be independent of each others'
36492         values, since they no longer exist in the POSIX name space.
36493
36494         Rename the following member names back to their old names,
36495         unless !__USE_GNU_REGEX.  All uses changed back.
36496         (buffer): Renamed from re_buffer.
36497         (allocated): Renamed from re_allocated.
36498         (used): Renamed from re_used.
36499         (syntax): Renamed from re_syntax.
36500         (fastmap): Renamed from re_fastmap.
36501         (translate): Renamed from re_translate.
36502         (can_be_null): Renamed from re_can_be_null.
36503         (regs_allocated): Renamed from re_regs_allocated.
36504         (fastmap_accurate): Renamed from re_fastmap_accurate.
36505         (no_sub): Renamed from re_no_sub.
36506         (not_bol): Renamed from re_not_bol.
36507         (not_eol): Renamed from re_not_eol.
36508         (newline_anchor): Renamed from re_newline_anchor.
36509         (num_regs): Renamed from rm_num_regs.
36510         (start): Renamed from rm_start.
36511         (end): Renamed from rm_end.
36512
36513         (free_state): Move up a bit.
36514
36515         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
36516         #define to be empty.
36517         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
36518         when that is what is intended.
36519         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
36520         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
36521         (MAX): New macro.
36522         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
36523         All uses changed back to re_malloc, etc.  It's now the caller's
36524         responsibility to check for overflow; all callers changed.
36525         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
36526         (re_x2nrealloc): Remove.
36527         (free_state): Remove decl.
36528
36529         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
36530         (re_set_registers, re_exec):
36531         Use K&R-style defn.
36532
36533         2006-01-31  Roland McGrath  <roland@redhat.com>
36534
36535         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
36536         Reported by Mike Frysinger <vapier@gentoo.org>.
36537
36538         2006-01-15  Andreas Jaeger  <aj@suse.de>
36539
36540         [BZ #1950]
36541         * lib/regex_internal.c (re_string_reconstruct): Adjust for
36542         build_wcs_upper_buffer change.
36543         (build_wcs_upper_buffer): Change return type.
36544
36545         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
36546
36547         * lib/regex_internal.h: Include <stdint.h> if available.
36548
36549         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
36550
36551         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
36552
36553         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
36554
36555         * lib/regcomp.c: Adjust for changed secondary hash function.
36556
36557         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
36558
36559         * lib/regex.h: Pretty printing.
36560         Clean up namespace a bit.
36561
36562         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
36563
36564         * lib/regexec.c (update_cur_sifted_state, check_arrival,
36565         check_arrival_add_next_nodes): Avoid using uninitialized variable.
36566
36567         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
36568                     Ulrich Drepper  <drepper@redhat.com>
36569
36570         [BZ #1302]
36571         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
36572         changed.
36573         (bitset_word_t): Renamed from bitset_word.  All uses changed.
36574
36575         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
36576
36577         [BZ #281]
36578         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
36579         * lib/regcomp.c: Remove unnecessary uses of
36580         unsigned RE_TRANSLATE_TYPE.
36581         * lib/regex_internal.h: Likewise.
36582         * lib/regex_internal.c: Likewise.
36583         * lib/regexec.c: Likewise.
36584         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
36585
36586         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
36587
36588         * lib/regexec.c (find_recover_state): Remove unnecessary
36589         initialization.
36590         (transit_state_bkref): Make DFA a const pointer.
36591         (get_subexp): Likewise.
36592         (check_arrival): Likewise.
36593         (update_cur_sifted_state): Likewise.
36594         (re_search_internal): Likewise.
36595         (prune_impossible_nodes): Likewise.
36596         (acquire_init_state_context): Likewise.
36597         (proceed_next_node): Likewise.
36598         (set_regs): Likewise.
36599         (free_fail_stack_return): Likewise.
36600         (check_arrival_expand_ecl): Mark DFA parameter as const.
36601         (check_arrival_expand_ecl_sub): Likewise.
36602         (check_subexp_limits): Likewise.
36603         (sub_epsilon_src_nodes):  Likewise.
36604         (add_epsilon_src_nodes):  Likewise.
36605         (merge_state_array): Likewise.
36606         (update_regs): Likewise.
36607         (build_trtable): Likewise.
36608         (sift_states_backward): Mark MCTX parameter as const.
36609         (build_sifted_states): Likewise.
36610         (update_cur_sifted_state): Likewise.
36611         (sift_states_mkref): Likewise.
36612         (check_arrival_expand_ecl): Mark eclosure as const.
36613         (check_dst_limits_calc_pos_1): Likewise.
36614         * lib/regex_internal.h (re_match_context_t): Make dfa a const
36615         pointer.
36616
36617         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
36618
36619         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
36620         (transit_state_sb): Likewise.
36621         (transit_state_mb): Likewise.
36622         (sift_states_iter_mb): Likewise.
36623         (check_arrival_add_next_nodes): Likewise.
36624         (check_node_accept_bytes): Change first parameter to pointer-to-const.
36625         [_LIBC] (re_search_2_stub): Use mempcpy.
36626
36627         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
36628         mbrtowc for very simple UTF-8 case.
36629
36630         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
36631         a pointer-to-const.
36632         (re_acquire_state_context): Likewise.
36633         * lib/regex_internal.h: Adjust prototypes.
36634
36635         * lib/regex.c: Prevent using C++ compilers.
36636
36637         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
36638         (re_acquire_state_context): Likewise.
36639
36640 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
36641
36642         * modules/regex (Depends-on): Add ssize_t.
36643
36644 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
36645
36646         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
36647         translation table.
36648
36649 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
36650
36651         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
36652
36653 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
36654             Bruno Haible  <bruno@clisp.org>
36655
36656         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
36657         <sys/types.h> and <inttypes.h>.
36658
36659 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36660
36661         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
36662         `__error_t_defined', so argp.h will not typedef the former.
36663
36664 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
36665
36666         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
36667         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
36668         glibc names.  Even if glibc is changed to conform to POSIX, the
36669         traditional names will be available anyway, since regex depends on
36670         the extensions module.  Also, fix a longstanding typo in the
36671         implementation of Spencer ERE test #75 from grep 2.3.  Problems
36672         reported by Emanuele Giaquinta.  Also, change sense of cached
36673         variable, so that the message makes sense.
36674
36675 2006-03-24  Simon Josefsson  <jas@extundo.com>
36676
36677         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
36678         including some doc fixes.
36679         (base64_encode_alloc): Fix +1 bug on allocation failures.
36680
36681 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36682
36683         * lib/base64.c (base64_encode): Do not read past end of array with
36684         unsanitized input on systems with CHAR_BIT > 8.
36685
36686 2006-03-24  Eric Blake  <ebb9@byu.net>
36687
36688         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
36689
36690 2006-03-22  Karl Berry  <karl@gnu.org>
36691
36692         * config/srclist.txt (*setenv.[ch]): get from coreutils.
36693         * config/srclistvars.sh (COREUTILS): new var.
36694
36695 2006-03-17  Jim Meyering  <jim@meyering.net>
36696
36697         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
36698         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
36699
36700 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
36701
36702         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
36703         no longer needs it.  Instead, check that regoff_t is as least
36704         as wide as ptrdiff_t.
36705
36706         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
36707         so that our regex.h stays compatible with the installed regex.
36708         This is helpful for installers who configure --without-included-regex.
36709         Problem reported by Emanuele Giaquinta.
36710
36711 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
36712
36713         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
36714         Typedef to long int, not to off_, as POSIX will likely change
36715         in that direction.
36716
36717 2006-03-15  Eric Blake  <ebb9@byu.net>
36718
36719         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
36720
36721 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
36722
36723         * lib/argp-help.c (validate_uparams): Fix typo
36724         * lib/argp-parse.c (argp_default_options): Consistently begin help
36725         messages with a lowercase letter.
36726
36727 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
36728
36729         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
36730         overrun buffers and shouldn't be used (much as gets shouldn't be
36731         used).
36732         * lib/time_r.c (asctime_r, ctime_r): Likewise.
36733
36734 2006-03-08  Simon Josefsson  <jas@extundo.com>
36735
36736         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
36737         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36738
36739 2006-03-08  Simon Josefsson  <jas@extundo.com>
36740
36741         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
36742         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36743
36744 2006-03-08  Simon Josefsson  <jas@extundo.com>
36745
36746         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
36747         signal that configure disabled the device.
36748
36749 2006-03-08  Simon Josefsson  <jas@extundo.com>
36750
36751         * build-aux/maint.mk: Fix refresh-po, to handle no translated
36752         languages.
36753
36754 2006-03-07  Simon Josefsson  <jas@extundo.com>
36755
36756         * modules/getopt (Depends-on): Add unistd.
36757
36758         * modules/unistd: New file.
36759
36760 2006-03-07  Simon Josefsson  <jas@extundo.com>
36761
36762         * modules/gc-random: New file.
36763
36764 2006-03-07  Simon Josefsson  <jas@extundo.com>
36765
36766         * m4/unistd_h.m4: New file.
36767
36768 2006-03-07  Simon Josefsson  <jas@extundo.com>
36769
36770         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
36771         test to be side-effect free by storing the result in the cache
36772         variable gl_cv_lib_readline, and moving the assignment of
36773         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
36774         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36775
36776 2006-03-07  Simon Josefsson  <jas@extundo.com>
36777
36778         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
36779         error on missing devices (the functions will return an error).
36780
36781         * m4/gc.m4: Move random stuff to gc-random.m4
36782
36783 2006-03-07  Simon Josefsson  <jas@extundo.com>
36784
36785         * lib/unistd_.h: New file.
36786
36787 2006-03-07  Simon Josefsson  <jas@extundo.com>
36788
36789         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
36790
36791 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
36792
36793         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
36794         Problem reported by Juan Manuel Guerrero.
36795
36796 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
36797
36798         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
36799         the unistd module.
36800         * lib/getlogin_r.c: Likewise.
36801         * lib/getlogin_r.h: Likewise.
36802         * lib/glob.c: Likewise.
36803         * lib/pagealign_alloc.c: Likewise.
36804         * lib/unistd_.h: Remove; no longer needed.
36805
36806 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
36807
36808         * MODULES.html.sh (Support for systems lacking POSIX:2001):
36809         Add unistd.
36810         * modules/c-stack (Depends-on): Add unistd.
36811         * modules/getlogin_r: Likewise.
36812         * modules/glob: Likewise.
36813         * modules/pagealign_alloc: Likewise.
36814         * modules/unistd (Files): Remove lib/unistd_.h.
36815         (EXTRA_DIST): Remove.
36816         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
36817         need unistd_.h.
36818         (MOSTLYCLEANFILES): Remove unistd.h-t.
36819
36820 2006-03-03  Simon Josefsson  <jas@extundo.com>
36821
36822         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
36823
36824 2006-03-03  Simon Josefsson  <jas@extundo.com>
36825
36826         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
36827         libidn and bison.
36828
36829 2006-03-03  Simon Josefsson  <jas@extundo.com>
36830
36831         * build-aux/maint.mk: Add indent target.
36832
36833 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
36834
36835         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
36836         our replacement poll.h in any case, to avoid a differing
36837         declaration from a system header.  Seen on AIX.
36838
36839 2006-03-01  Simon Josefsson  <jas@extundo.com>
36840
36841         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
36842         <kasal@ucw.cz>.
36843
36844 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36845
36846         * modules/gettime (Depends-on): Add extensions module.
36847         * modules/nanosleep (Depends-on): Likewise.
36848         * modules/settime (Depends-on): Likewise.
36849
36850 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36851
36852         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
36853         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
36854         pedantically.
36855         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
36856         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
36857
36858         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
36859         not "==".  Reported by Ralf Wildenhues.
36860
36861 2006-03-01  Karl Berry  <karl@gnu.org>
36862
36863         * doc/Copyright/request-*: new files, synced from gnuorg.
36864
36865 2006-03-01  Karl Berry  <karl@gnu.org>
36866
36867         * config/srclist.txt (Copyright/*): new entries.
36868
36869 2006-02-28  Simon Josefsson  <jas@extundo.com>
36870
36871         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
36872
36873 2006-02-27  Simon Josefsson  <jas@extundo.com>
36874
36875         * lib/base64.h: Indent #define's.  From Jim Meyering
36876         <jim@meyering.net>.
36877
36878 2006-02-27  Jim Meyering  <jim@meyering.net>
36879
36880         Revert the change of 2006-02-24, so these files can continue
36881         to be sync'd from gettext.
36882         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
36883         of `config.h'.
36884
36885 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
36886
36887         * modules/intprops: New file.
36888         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
36889         Add intprops.
36890         * modules/getloadavg (Files): Remove lib/intprops.h.
36891         (Depends-on): Add intprops.
36892         * modules/human: Likewise.
36893         * modules/inttostr: Likewise.
36894         * modules/openat: Likewise.
36895         * modules/sig2str: Likewise.
36896         * modules/userspec: Likewise.
36897         * modules/utimecmp: Likewise.
36898         * modules/xnanosleep: Likewise.
36899         * modules/xstrtol: Likewise.
36900
36901 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
36902
36903         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
36904         * modules/lock-tests (TESTS): Use $(EXEEXT).
36905         * modules/tls-tests: Likewise.
36906         * modules/argp-tests: Likewise.
36907         (check_PROGRAMS): New var, replacing...
36908         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
36909
36910 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36911
36912         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
36913         `config.h'.
36914
36915 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
36916
36917         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
36918
36919 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36920
36921         Sync from coreutils.
36922         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
36923         gl_CHDIR_SAFER.
36924
36925 2006-02-22  Jim Meyering  <jim@meyering.net>
36926
36927         Sync from coreutils.
36928         * m4/chdir-safer.m4: New file.
36929
36930 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
36931
36932         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
36933         AT_FDCWD exceeds INT_MAX.
36934         * lib/openat.h (AT_FDCWD): Likewise.
36935
36936 2006-02-17  Eric Blake  <address@hidden>
36937
36938         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
36939
36940 2006-02-16  Simon Josefsson  <jas@extundo.com>
36941
36942         * modules/getaddrinfo (Depends-on): Add sys_socket.
36943
36944 2006-02-15  Simon Josefsson  <jas@extundo.com>
36945
36946         * build-aux/maint.mk: Add dsyntax-check rule.
36947
36948 2006-02-15  Eric Blake  <ebb9@byu.net>
36949
36950         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
36951         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
36952         'present but cannot compile' warnings on cygwin.
36953         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
36954         use ws2tcpip.h if sys/socket.h works.
36955         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
36956         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
36957
36958 2006-02-14  Simon Josefsson  <jas@extundo.com>
36959
36960         * modules/maintainer-makefile (Files): Rename.
36961
36962         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
36963         and (the local) Makefile.cfg to maint-cfg.mk.
36964
36965         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
36966         to the latter.
36967
36968         * modules/maintainer-makefile: New module.
36969
36970         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
36971         severaly stripped to make it possible to build it up from scratch
36972         with reliable tests.
36973
36974         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
36975         fixes to permit overriding the default actions when configure and
36976         makefile are not available.
36977
36978 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
36979
36980         Sync from coreutils.
36981         * modules/lstat (Depends-on): Don't depend on xalloc.
36982         (License): Change from GPL to LGPL, since this is now simply a
36983         replacement for a libc function.
36984
36985 2006-02-14  Jim Meyering  <jim@meyering.net>
36986
36987         Sync from coreutils.
36988
36989         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
36990         failure on deficient systems, and simplify gnulib lgpl dependencies.
36991         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
36992         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
36993
36994         * lib/xalloc-die.c: Remove unused definition of N_.
36995
36996 2006-02-14  Jim Meyering  <jim@meyering.net>
36997
36998         Sync from coreutils.
36999         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
37000         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
37001         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
37002         double-quote uses of that variable, to accommodate the rare case in
37003         which getmntent is available in none of the libraries checked.  This
37004         happens at least on FreeBSD 5.0.
37005
37006 2006-02-13  Simon Josefsson  <jas@extundo.com>
37007
37008         * gnulib-tool (Usage): Fix --import, from
37009         karl@freefriends.org (Karl Berry).
37010
37011 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
37012
37013         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
37014
37015 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
37016
37017         * lib/argp-namefrob.h: Restore changes accidentally lost during the
37018         "autoupdate" on 2005-12-12.
37019
37020 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
37021
37022         * modules/closeout (Depends-on): Remove atexit.
37023
37024 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
37025
37026         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
37027         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
37028
37029 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
37030
37031         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
37032         __EXTENSIONS__ if this causes compilation to fail.  Problem
37033         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
37034         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
37035
37036 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
37037
37038         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
37039         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
37040         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
37041         All uses changed.
37042
37043 2006-01-26  Simon Josefsson  <jas@extundo.com>
37044
37045         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
37046         prototype is visible on mingw32.
37047
37048         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
37049         for mingw32.
37050
37051         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
37052         mingw32).
37053
37054 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
37055
37056         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
37057         attempt to open for write; this always fails, at least on POSIX
37058         hosts.  This reinstates the 2006-01-09 change, which was
37059         inadvertently removed.
37060
37061 2006-01-26  Bruno Haible  <bruno@clisp.org>
37062
37063         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
37064         Reported by Paul Eggert.
37065
37066 2006-01-26  Bruno Haible  <bruno@clisp.org>
37067             Paul Eggert  <eggert@cs.ucla.edu>
37068
37069         * lib/stdbool_.h (_Bool)
37070         [(! (defined __cplusplus || defined __BEOS__)
37071           && !defined __GNUC__
37072           && !(defined __HP_cc || defined __xlc__
37073                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
37074                || defined __sgi))]:
37075         #define to signed char in these cases too; this simplifies
37076         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
37077         etc., separately) and makes it more conservative.
37078
37079 2006-01-25  Simon Josefsson  <jas@extundo.com>
37080
37081         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
37082         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
37083         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
37084
37085 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
37086
37087         * lib/argp-namefrob.h: Bugfix. Remove stray #
37088
37089 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
37090
37091         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
37092         so that we test the test.
37093         Check for yet another HP-UX cc bug involving *bool |= bool.
37094
37095 2006-01-25  Karl Berry  <karl@gnu.org>
37096
37097         * config/srclist.txt (vasnprintf.c): sync lost.
37098
37099 2006-01-25  Jim Meyering  <jim@meyering.net>
37100
37101         Sync from the stable (b5) branch of coreutils:
37102
37103         * lib/fts.c (fts_children): Don't let close() clobber errno from
37104         failed fchdir().
37105
37106         * lib/fts.c (fts_stat): When following a symlink-to-directory,
37107         don't necessarily interpret stat-fails+lstat-succeeds as indicating
37108         a dangling symlink.  That can also happen at least for ELOOP.
37109         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
37110         FYI, this bug predates the inclusion of fts.c in coreutils.
37111
37112         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
37113         in their own block, so pre-c99 compilers don't object.
37114
37115         Avoid the double-free (first in fts_read, second in fts_close) that
37116         would occur when an `active' directory is made inaccessible (e.g.,
37117         via chmod a-x) during a traversal.
37118         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
37119         before returning.  Reproduce this failure by
37120         mkdir -p a/b; cd a; chmod a-x . b
37121         Reported by Stavros Passas.
37122
37123 2006-01-25  Jim Meyering  <jim@meyering.net>
37124
37125         * lib/fileblocks.c: Remove more useless parentheses.
37126         * lib/readutmp.h: Likewise.
37127
37128 2006-01-25  Bruno Haible  <bruno@clisp.org>
37129
37130         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
37131         warnings.
37132         Reported by Paul Eggert.
37133
37134 2006-01-25  Bruno Haible  <bruno@clisp.org>
37135
37136         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
37137         rid of a trap command. For Solaris sh.
37138         Reported by Mark D. Baushke <mdb@gnu.org>.
37139
37140 2006-01-24  Simon Josefsson  <jas@extundo.com>
37141
37142         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
37143         Bruno.
37144
37145 2006-01-24  Karl Berry  <karl@gnu.org>
37146
37147         * config/srclist.txt (argp-namefrob.h): sync lost.
37148
37149 2006-01-24  Jim Meyering  <jim@meyering.net>
37150
37151         * modules/openat (Files): Add lib/intprops.h.
37152         From Mark D. Baushke.
37153
37154 2006-01-24  Jim Meyering  <jim@meyering.net>
37155
37156         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
37157         Reported by Mark D. Baushke.
37158
37159 2006-01-24  Jim Meyering  <jim@meyering.net>
37160
37161         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
37162
37163 2006-01-24  Bruno Haible  <bruno@clisp.org>
37164
37165         * modules/strnlen (Maintainer): Change from glibc to all.
37166
37167 2006-01-24  Bruno Haible  <bruno@clisp.org>
37168
37169         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
37170         Patch by Paul Eggert.
37171
37172 2006-01-24  Bruno Haible  <bruno@clisp.org>
37173
37174         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
37175         already has it.
37176         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
37177         2005-11-26.
37178
37179         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
37180         'signed char' to avoid problems with the built-in _Bool type.
37181         Reported by Paul Eggert on 2005-11-26.
37182
37183 2006-01-24  Bruno Haible  <bruno@clisp.org>
37184
37185         * gnulib-tool (func_import): Avoid constructing complicated sed
37186         expressions inside backquote.
37187         Report and solution by Mark D. Baushke <mdb@gnu.org>.
37188
37189 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
37190
37191         These changes imported from libc.
37192         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
37193         test and two separate function calls.
37194         * lib/strndup.c (__strndup): Add libc_hidden_def.
37195
37196 2006-01-23  Simon Josefsson  <jas@extundo.com>
37197
37198         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
37199         Remove the test_*_SOURCES variable: automake infers it by default.
37200         * modules/tls-tests: Likewise.
37201
37202 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37203
37204         Work around porting bugs reported by Dieter in
37205         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
37206         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
37207         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
37208         Include "getopt.h" first, to check interface.
37209         (getenv): Declare only if defined HAVE_DECL_GETENV &&
37210         !HAVE_DECL_GETENV.
37211         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
37212         (__strndup): Revert to K&R-style function dfns, the glibc style.
37213         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
37214         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
37215         Include strnlen.h first, to get prototype properly.
37216         (strnlen): Renamed from __strnlen.
37217         Remove weak alias.
37218
37219 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37220
37221         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
37222
37223 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37224
37225         * config/srclist.txt: Adjust to reflect glibc reorganization.
37226         This affects only comments.
37227
37228 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
37229
37230          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
37231          Reported by Bruce Korb <bkorb@gnu.org>.
37232
37233 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
37234
37235         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
37236         to pacify gcc -Wswitch-default.
37237
37238 2006-01-22  Bruno Haible  <bruno@clisp.org>
37239
37240         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
37241         temporary buffer for sprintf, take into account the precision also
37242         for 'd', 'i', 'u', 'o', 'x', 'X'.
37243
37244 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
37245
37246         * modules/argp-tests: New module
37247         * tests/test-argp.c: New file
37248         * tests/test-argp-2.sh: New file
37249
37250 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
37251
37252         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
37253         (__argp_base_name): Removed
37254         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
37255         typo.
37256         (__argp_base_name): Provide macro definition or extern declaration
37257         depending on the configuration
37258
37259 2006-01-20  Simon Josefsson  <jas@extundo.com>
37260
37261         * modules/inet_ntop (Depends-on): Depend on sys_socket.
37262
37263 2006-01-20  Simon Josefsson  <jas@extundo.com>
37264
37265         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
37266
37267 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
37268
37269         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
37270         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
37271         Suggested by Bruno Haible.
37272
37273 2006-01-20  Karl Berry  <karl@gnu.org>
37274
37275         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
37276         until changes propagate, I guess.
37277
37278 2006-01-19  Simon Josefsson  <jas@extundo.com>
37279
37280         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
37281
37282 2006-01-19  Simon Josefsson  <jas@extundo.com>
37283
37284         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
37285
37286 2006-01-19  Simon Josefsson  <jas@extundo.com>
37287
37288         * gnulib-tool: Set check_PROGRAMS.
37289
37290         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
37291         modules/des-tests, modules/gc-arcfour-tests,
37292         modules/gc-arctwo-tests, modules/gc-des-tests,
37293         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
37294         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
37295         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
37296         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
37297         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
37298         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
37299         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
37300         test_*_SOURCES.
37301
37302 2006-01-18  Simon Josefsson  <jas@extundo.com>
37303
37304         * modules/socklen (Depends-on): Depend on sys_socket.
37305
37306 2006-01-18  Simon Josefsson  <jas@extundo.com>
37307
37308         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
37309         modules/des-tests, modules/gc-arcfour-tests,
37310         modules/gc-arctwo-tests, modules/gc-des-tests,
37311         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
37312         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
37313         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
37314         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
37315         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
37316         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
37317         $(EXEEXT) to automake TESTS variable, for mingw32.
37318
37319 2006-01-17  Simon Josefsson  <jas@extundo.com>
37320
37321         * modules/socklen (Include): Need sys/socket.h.
37322
37323 2006-01-17  Bruno Haible  <bruno@clisp.org>
37324
37325         * modules/ssize_t (Include): Add <sys/types.h>.
37326
37327 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
37328
37329         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
37330         it's not portable and it doesn't work with cross-compiles.
37331         Problem reported by Bruno Haible.  Fix missing-$ typo in
37332         'test "gl_cv_ignore_unused_libraries" ...' that prevented
37333         -zignore from being used with Sun's C compiler.
37334
37335 2006-01-12  Simon Josefsson  <jas@extundo.com>
37336
37337         * lib/base64.c: Fix warning, reported by Bruno Haible
37338         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
37339
37340 2006-01-12  Bruno Haible  <bruno@clisp.org>
37341
37342         * modules/ldd: New file.
37343         * build-aux/ldd.sh.in: New file.
37344         * MODULES.html.sh (Support for building libraries and executables): Add
37345         ldd.
37346
37347 2006-01-12  Bruno Haible  <bruno@clisp.org>
37348
37349         * m4/ldd.m4: New file.
37350
37351 2006-01-12  Bruno Haible  <bruno@clisp.org>
37352
37353         * gnulib-tool (func_import, func_create_testdir): Don't go into an
37354         endless loop while replacing $auxdir with build-aux.
37355
37356 2006-01-11  Simon Josefsson  <jas@extundo.com>
37357
37358         * lib/stdint_.h (SIZE_MAX): Add missing (.
37359
37360 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
37361
37362         Sync from coreutils.
37363         * lib/md5.c: Fix commentary typos.
37364         (alignof, UNALIGNED_P): No need for a GCC-specific version.
37365         * lib/md5.h (__attribute__): Remove; unused.
37366         * lib/sha1.c: Fix commentary to match md5 better.
37367         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
37368         so that we don't need to worry about alignment.  All uses changed.
37369         This merges the 2005-10-28 md5 change into sha1.
37370
37371 2006-01-11  Jim Meyering  <jim@meyering.net>
37372
37373         Sync from coreutils.
37374         * lib/md5.c (OP): Fix spacing.
37375
37376 2006-01-11  Bruno Haible  <bruno@clisp.org>
37377
37378         Ensure automatic ordering between gl_LOCK and gl_ARGP.
37379         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
37380         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
37381
37382 2006-01-11  Bruno Haible  <bruno@clisp.org>
37383
37384         Ensure automatic ordering between gl_LOCK and gl_ARGP.
37385         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
37386         the "early" section as well.
37387
37388 2006-01-11  Bruno Haible  <bruno@clisp.org>
37389
37390         Avoid "ar: no archive members specified" error on MacOS X.
37391         * gnulib-tool (func_modules_add_dummy): New function.
37392         (func_import, func_create_testdir): Invoke it.
37393
37394 2006-01-11  Bruno Haible  <bruno@clisp.org>
37395
37396         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
37397         with $auxdir in AC_CONFIG_FILES statements.
37398
37399 2006-01-11  Bruno Haible  <bruno@clisp.org>
37400
37401         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
37402         Initialize also noinst_HEADERS to empty.
37403
37404 2006-01-11  Bruno Haible  <bruno@clisp.org>
37405
37406         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
37407         variables.
37408         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
37409         autoreconf.
37410
37411 2006-01-11  Bruno Haible  <bruno@clisp.org>
37412
37413         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
37414         overridable by the user.
37415         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37416
37417 2006-01-10  Simon Josefsson  <jas@extundo.com>
37418
37419         * modules/sys_socket: New file.
37420
37421 2006-01-10  Simon Josefsson  <jas@extundo.com>
37422
37423         * m4/sys_socket_h.m4: New file.
37424
37425 2006-01-10  Simon Josefsson  <jas@extundo.com>
37426
37427         * lib/socket_.h: New file.
37428
37429 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
37430
37431         * modules/readutmp (Maintainer): Add myself.
37432
37433 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
37434
37435         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
37436         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
37437         People who are still concerned with buggy memcmp implementations
37438         can invoke gl_FUNC_MEMCMP themselves.
37439
37440 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
37441
37442         * lib/regex_internal.h (BITSET_WORD_BITS):
37443         Work around a bug in 64-bit PGC (before version 6.1-2), where the
37444         preprocessor mishandles large unsigned values as if they were signed.
37445         Problem reported by Claudio Fontana in
37446         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
37447
37448 2006-01-10  Jim Meyering  <jim@meyering.net>
37449
37450         Avoid the double-free (first in fts_read, second in fts_close) that
37451         would occur when an `active' directory is made inaccessible (e.g.,
37452         via chmod a-x) during a traversal.
37453         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
37454         before returning.  Reproduce this failure by
37455         mkdir -p a/b; cd a; chmod a-x . b
37456         Reported by Stavros Passas.
37457
37458         Sync from coreutils.
37459         * lib/sha1.c: Tweak grammar in a comment.
37460
37461 2006-01-10  Jim Meyering  <jim@meyering.net>
37462
37463         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
37464         Patch by Joerg Sonnenberger.
37465
37466 2006-01-10  Bruno Haible  <bruno@clisp.org>
37467
37468         * modules/readutmp: Depend on module free.
37469         * modules/strtok_r: Depend on module restrict.
37470
37471 2006-01-10  Bruno Haible  <bruno@clisp.org>
37472
37473         * modules/gettext (configure.ac): Add an invocation of
37474         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
37475
37476 2006-01-10  Bruno Haible  <bruno@clisp.org>
37477
37478         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
37479         Reported by Werner Lemberg <wl@gnu.org>.
37480
37481 2006-01-10  Bruno Haible  <bruno@clisp.org>
37482
37483         * lib/localcharset.c: Update from GNU gettext.
37484
37485 2006-01-10  Bruno Haible  <bruno@clisp.org>
37486
37487         * lib/argp.h (__const): Remove macro. Use const instead.
37488         * lib/argp-fmtstream.h (__const): Likewise.
37489         * lib/glob_.h (__const): Remove macro.
37490         * lib/glob-libc.h: Use const instead of __const.
37491
37492 2006-01-10  Bruno Haible  <bruno@clisp.org>
37493
37494         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
37495         variable.
37496         Needed to avoid an automake error regarding the 'gettext' module.
37497
37498 2006-01-09  Simon Josefsson  <jas@extundo.com>
37499
37500         * modules/inet_ntop (Depends-on): Add restrict.
37501
37502 2006-01-09  Simon Josefsson  <jas@extundo.com>
37503
37504         * modules/gc-rijndael-tests (License): Put under LGPL.
37505
37506         * modules/gc-des-tests (License): Likewise.
37507
37508         * modules/gc-arcfour-tests (License): Likewise.
37509
37510         * modules/gc-arctwo-tests (License): Likewise.
37511
37512         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
37513
37514         * modules/gc-hmac-sha1-tests (Files): Likewise.
37515
37516         * modules/gc-hmac-md5-tests (License): Likewise.
37517
37518         * modules/gc-sha1-tests (License): Likewise.
37519
37520         * modules/gc-md5-tests (License): Likewise.
37521
37522         * modules/gc-md4-tests (License): Likewise.
37523
37524         * modules/gc-md2-tests (License): Likewise.
37525
37526         * modules/gc-tests (License): Likewise.
37527
37528         * modules/des-tests (License): Likewise.
37529
37530         * modules/md4-tests (License): Likewise.
37531
37532         * modules/md2-tests (License): Likewise.
37533
37534 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
37535
37536         Sync from coreutils:
37537
37538         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
37539         * modules/lib-ignore: New file.
37540         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
37541         chdir-safer.m4, lchmod.m4.
37542         * modules/openat: Add mkdirat.c, openat-priv.h.
37543
37544 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
37545
37546         Sync from coreutils.
37547         * m4/lib-ignore.m4: New file.
37548         * m4/lchmod.m4: New file.
37549
37550 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
37551
37552         Sync from coreutils.
37553         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
37554         for write access: POSIX says that must fail.
37555         * lib/fts.c (diropen): Likewise.
37556         * lib/save-cwd.c (save_cwd): Likewise.
37557         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
37558         well, for minor improvements on hosts that lack O_DIRECTORY.
37559         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
37560         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
37561         Fall back on chown if open failed with EACCES.
37562
37563         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
37564         Report an error at compile-time if only a 1-second nominal clock
37565         resolution is found.
37566
37567         * lib/lchmod.h: New file.
37568         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
37569         (make_dir_parents): Use lchown rather than chown, and
37570         lchmod rather than chmod.
37571
37572         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
37573         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
37574         "proc" reported by n0dalus.
37575
37576         * lib/mountlist.c: Include <limits.h>.
37577         (dev_from_mount_options)
37578         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
37579         New function.  It no longer assumes "dev=" has the System V meaning
37580         on Linux (since it doesn't).  It also parses "dev=" more carefully.
37581         (read_file_system_list)
37582         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
37583         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
37584         dev= in that case.
37585
37586         * lib/posixtm.h (PDS_PRE_2000): New macro.
37587         * lib/posixtm.c (year): Arg is now syntax_bits rather than
37588         allow_century.  All usages changed.  Reject dates outside the range
37589         1969-1999 if PDS_PRE_2000 is used.
37590
37591 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
37592
37593         Sync from coreutils.
37594         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
37595         (Time of day items): Mention the possibility of leap seconds.
37596         Problem reported by Dr. David Alan Gilbert.
37597
37598 2006-01-09  Jim Meyering  <jim@meyering.net>
37599
37600         Sync from coreutils.
37601
37602         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
37603
37604         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
37605
37606         * lib/modechange.c (mode_compile): Reject an invalid mode string
37607         that starts with an octal digit.  From Andreas Gruenbacher.
37608
37609         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
37610         and dup to open_safer and dup_safer, respectively.
37611         (openat_permissive): Fix typo in comment.
37612
37613         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
37614         "gettext.h"; either no longer needed or are guaranteed by openat.h.
37615         (_): Remove; no longer needed.
37616         (openat): Renamed from rpl_openat; no need for rpl_openat
37617         since openat.h renames openat for us.
37618         Replace most of the body with a call to openat_permissive,
37619         to avoid duplicate code.
37620         Port to (probably hypothetical) environments were mode_t is
37621         wider than int.
37622         (openat_permissive): Require mode arg, so that we can check
37623         types better.  Put it just after flags.  Change cwd failure
37624         indicator from pointer-to-bool to pointer-to-errno-value.
37625         All callers changed.
37626         Invoke openat_save_fail and/or openat_restore_fail if
37627         cwd_errno is null, so that openat can call us.
37628         (openat_permissive, fdopendir, fstatat, unlinkat):
37629         Simplify errno handling to avoid some duplicate code,
37630         as it's OK to set errno on success.
37631         * lib/openat.h: Revamp code so that function macros depend on
37632         __OPENAT_PREFIX only, not also on AT_FDCWD.
37633         (openat_ro): Remove.  Caller changed to use openat_permissive.
37634         (openat_permissive): Now a macro, if not a function.
37635         (openat_restore_fail, openat_save_fail): Now always functions,
37636         since mkdirat needs them even if __OPENAT_PREFIX is defined.
37637
37638         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
37639         and openat.c.
37640         * lib/mkdirat.c: Include openat-priv.h.
37641         Remove definitions of macros defined therein.
37642         * lib/openat.c: Likewise.
37643
37644         * lib/mkdirat.c (mkdirat): New file and function.
37645         * lib/openat.h (mkdirat): Declare.
37646
37647         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
37648
37649         * lib/openat.h (openat_permissive): Declare.
37650         (openat_ro): Define.
37651
37652         * lib/openat.c (EXPECTED_ERRNO): New macro.
37653         (openat_permissive): New function -- used in remove.c rewrite.
37654         (all functions): Set errno just before returning, only if there
37655         was an actual failure.
37656         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
37657
37658         Emulate openat-family functions using Linux's procfs, if possible.
37659         Idea and some code based on Ulrich Drepper's glibc changes.
37660
37661         * lib/openat.c: (BUILD_PROC_NAME): New macro.
37662         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
37663         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
37664         before falling back on save_cwd and restore_cwd.
37665         (fdopendir, fstatat, unlinkat): Likewise.
37666
37667         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
37668         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
37669
37670         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
37671         as second argument to va_arg.  Otherwise, some versions of gcc
37672         warn that `if this code is reached, the program will abort'.
37673
37674 2006-01-09  Jim Meyering  <jim@meyering.net>
37675
37676         Sync from coreutils.
37677         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
37678         Require openat-priv.h.
37679
37680 2006-01-09  Bruno Haible  <bruno@clisp.org>
37681
37682         * modules/strnlen (Include): Use strnlen.h.
37683
37684 2006-01-09  Bruno Haible  <bruno@clisp.org>
37685
37686         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
37687
37688 2006-01-09  Bruno Haible  <bruno@clisp.org>
37689
37690         * lib/sysexit_.h (EX_OK): New macro.
37691         Suggested by Martin Lambers <marlam@marlam.de>.
37692
37693 2006-01-09  Bruno Haible  <bruno@clisp.org>
37694
37695         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
37696         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
37697
37698 2006-01-09  Bruno Haible  <bruno@clisp.org>
37699
37700         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
37701         numbers.
37702
37703 2006-01-09  Bruno Haible  <bruno@clisp.org>
37704
37705         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
37706         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
37707         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
37708         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
37709
37710 2006-01-09  Bruno Haible  <bruno@clisp.org>
37711
37712         * build-aux/javacomp.sh.in: New file, moved from lib/.
37713         * modules/javacomp-script (Files): Update.
37714         (configure.ac): Add AC_CONFIG_FILES invocation.
37715         (EXTRA_DIST): Remove variable.
37716
37717         * build-aux/javaexec.sh.in: New file, moved from lib/.
37718         * modules/javaexec (Files): Update.
37719         (configure.ac): Add AC_CONFIG_FILES invocation.
37720         (EXTRA_DIST): Remove javaexec.sh.in.
37721
37722         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
37723         * modules/csharpcomp-script (Files): Update.
37724         (configure.ac): Add AC_CONFIG_FILES invocation.
37725         (EXTRA_DIST): Remove variable.
37726
37727         * build-aux/csharpexec.sh.in: New file, moved from lib/.
37728         * modules/csharpexec (Files): Update.
37729         (configure.ac): Add AC_CONFIG_FILES invocation.
37730         (EXTRA_DIST): Remove csharpexec.sh.in.
37731
37732 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
37733
37734         Sync from coreutils.
37735
37736         Add POSIX ACL support
37737         * lib/acl.h (copy_acl, set_acl): Add declarations.
37738         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
37739         systems other than Linux.
37740         (chmod_or_fchmod): New function: use fchmod when possible,
37741         and chmod otherwise.
37742         (file_has_acl): Add a POSIX ACL implementation, with a
37743         Linux-specific subcase.
37744         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
37745         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
37746         acls are unsupported.
37747         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
37748         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
37749         are unsupported.
37750
37751 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
37752
37753         Sync from coreutils.
37754         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
37755
37756 2006-01-07  Bruno Haible  <bruno@clisp.org>
37757
37758         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
37759         gl_EARLY.
37760
37761 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
37762
37763         * lib/strftime.c (tzname): Don't declare if it is already #defined.
37764         Problem reported for Mingw by Mark Junker.
37765
37766 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
37767
37768         * README: Gnulib normally doesn't generate a tarball.
37769
37770 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
37771
37772         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
37773         long int, not int, for nanosecond counts, so that people who are
37774         used to POSIX struct timespec won't be surprised.  Reported by Jim
37775         Meyering.
37776
37777 2005-12-28  Bruno Haible  <bruno@clisp.org>
37778
37779         * build-aux/config.rpath: Update from GNU gettext.
37780
37781 2005-12-16  Jim Meyering  <jim@meyering.net>
37782
37783         * modules/fprintftime: New module.
37784         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
37785
37786 2005-12-16  Jim Meyering  <jim@meyering.net>
37787
37788         * m4/fprintftime.m4: New file.
37789
37790 2005-12-16  Jim Meyering  <jim@meyering.net>
37791
37792         * lib/fprintftime.c, lib/fprintftime.h: New files.
37793
37794 2005-12-15  Simon Josefsson  <jas@extundo.com>
37795
37796         * modules/socklen (configure.ac): Fix M4 macro name, to align with
37797         new m4/socklen.m4.
37798
37799 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
37800
37801         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
37802         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
37803
37804 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
37805
37806         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
37807         * lib/argp-help.c (fill_in_uparams): Check if the constructed
37808         struct uparams is valid. Fall back to the default values if it is
37809         not.
37810
37811 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
37812
37813         * modules/argp (Files): Add argp-pin.c
37814         (Depends-on): dirname
37815         (lib_SOURCES): Add argp-pin.c
37816
37817 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
37818
37819         * m4/argp.m4:  Check if program_invocation_name and
37820         program_invocation_short_name are declared and define appropriate
37821         macros if they are not.
37822
37823 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
37824
37825         * lib/argp-help.c (__argp_base_name): New function
37826         (__argp_short_program_name): Rewrite using __argp_base_name
37827         * lib/argp-namefrob.h: Define program_invocation_name and
37828         program_invocation_short_name if requested
37829         (__argp_base_name): Add prototype
37830         * lib/argp-parse.c (argp_def): Use gettext wrappers
37831         (argp_default_parser): Use __argp_base_name
37832         * lib/argp-pin.c: New file. Defines program_invocation_name and
37833         program_invocation_short_name on systems that lack them.
37834
37835 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
37836
37837         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
37838         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
37839         porting problem reported by Georg Schwarz in
37840         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
37841
37842 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
37843
37844         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
37845         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
37846         porting problem reported by Georg Schwarz in
37847         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
37848
37849 2005-12-05  Bruno Haible  <bruno@clisp.org>
37850
37851         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
37852         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
37853         Reported by Mark Junker <mjscod@gmx.de>.
37854
37855 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
37856
37857         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
37858         Use implementation from Albert Chin, with some
37859         comments/corrections by Stepan Kasal and myself.
37860
37861 2005-12-02  Bruno Haible  <bruno@clisp.org>
37862
37863         * gnulib-tool (func_import): Accept GPLed build tool modules when
37864         --lgpl is given.
37865         * modules/csharpcomp-script: New file.
37866         * modules/csharpcomp: Depend on it.
37867         * modules/javacomp-script: New file.
37868         * modules/javacomp: Depend on it.
37869         Suggested by Simon Josefsson.
37870
37871 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
37872
37873         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
37874         statement, to work around an HP-UX 10.20 compiler bug reported by
37875         Peter O'Gorman.
37876
37877 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
37878
37879         * modules/savedir (Depends-on): Add openat.
37880
37881 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
37882
37883         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
37884         (uintmax_t) [defined uintmax_t]: Do not declare.
37885         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
37886         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
37887         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
37888         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
37889         sake of portability to weird hosts that C allows (though we don't
37890         know of any practical examples).
37891
37892         * lib/savedir.h (fdsavedir): New decl.
37893         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
37894         contains most of the former guts of savedir.
37895         (savedir): Use savedirstream.
37896         Include "openat.h".
37897
37898 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
37899
37900         * modules/obstack (Files): Add m4/ulonglong.m4.
37901         Problem reported by Davide Angelocola.
37902
37903 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
37904
37905         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
37906         coreutils no longer futzes with rounding modes.
37907
37908 2005-11-14  Jim Meyering  <jim@meyering.net>
37909
37910         * lib/mkstemp-safer.c: Include <config.h>, required for possible
37911         replacement of mkstemp.
37912
37913 2005-11-10  Simon Josefsson  <jas@extundo.com>
37914
37915         * lib/readline.c: Remove EOL.
37916
37917 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37918
37919         * modules/gethrxtime (Depends-on): Add gettime.
37920
37921 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37922
37923         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
37924         or gettimeofday; no longer needed.
37925
37926 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37927
37928         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
37929         time business.
37930         (gethrxtime) [! (HAVE_NANOUPTIME
37931         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
37932         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
37933         our own approximation.
37934
37935 2005-11-08  Eric Blake  <ebb9@byu.net>
37936
37937         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
37938
37939 2005-11-08  Eric Blake  <ebb9@byu.net>
37940
37941         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
37942
37943 2005-11-04  Bruno Haible  <bruno@clisp.org>
37944
37945         * gnulib-tool: Implement --update mode.
37946
37947 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
37948
37949         Fix porting problem reported by Theodoros V. Kalamatianos.
37950         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
37951         Don't assume that futimes failing means we must fail.
37952
37953 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
37954
37955         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
37956         variables to suggest the intended function of the PATH_MAX check.
37957
37958 2005-10-30  Kean Johnston  <jkj@sco.com>
37959
37960         Trivial changes to support SCO systems.
37961         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
37962         as PATH_MAX.
37963         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
37964         where __ptr is null when no I/O is pending.
37965
37966 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
37967
37968         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
37969         leave errno alone.  Problem reported by Dmitry V. Levin.
37970
37971 2005-10-28  Simon Josefsson  <jas@extundo.com>
37972
37973         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
37974         Test more.
37975
37976         * tests/test-gc-md2.c, tests/test-md2.c: New files.
37977
37978         * modules/md2, modules/md2-tests: New files.
37979
37980 2005-10-28  Simon Josefsson  <jas@extundo.com>
37981
37982         * m4/inet_ntop.m4: More tests.
37983
37984         * m4/gc-md2.m4, md2.m4: New file.
37985
37986 2005-10-28  Simon Josefsson  <jas@extundo.com>
37987
37988         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
37989         "restrict" keywords, as per POSIX.  Protect the function
37990         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
37991         Don't use K&R prototypes.  Check the sprintf return values.
37992         Re-define EAFNOSUPPORT if not present.  Indent.
37993
37994         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
37995         suggested by Bruno Haible <bruno@clisp.org>.
37996
37997         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
37998
37999         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
38000
38001         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
38002         libgcrypt).
38003
38004         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
38005
38006         * lib/md2.h, lib/md2.c: New files.
38007
38008 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
38009
38010         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
38011         errno alone.  Problem reported by Frederic Jolliton.
38012
38013 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
38014
38015         * modules/verify (License): Change from GPL to LGPL.  This is a
38016         tiny module and there are apparently near-equivalents that are
38017         under the BSD license.
38018
38019 2005-10-24  Simon Josefsson  <jas@extundo.com>
38020
38021         * modules/sha1: Relicense to LGPL.
38022
38023 2005-10-24  Simon Josefsson  <jas@extundo.com>
38024
38025         * lib/md4.h: Shrink buffer size, now that we changed the type.
38026
38027 2005-10-23  Simon Josefsson  <jas@extundo.com>
38028
38029         * gnulib-tool (func_import): Fix --tests-base.
38030
38031 2005-10-22  Simon Josefsson  <jas@extundo.com>
38032
38033         * modules/arcfour (Depends-on): Need stdint.
38034
38035 2005-10-22  Simon Josefsson  <jas@extundo.com>
38036
38037         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
38038         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
38039
38040 2005-10-22  Simon Josefsson  <jas@extundo.com>
38041
38042         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
38043         suggested by Bruno Haible <bruno@clisp.org>.
38044
38045 2005-10-22  Simon Josefsson  <jas@extundo.com>
38046
38047         * lib/crc.h: Include stddef.h, for size_t.
38048
38049 2005-10-22  Simon Josefsson  <jas@extundo.com>
38050
38051         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
38052         arcfour_context struct (simplify test vector testing in GNU
38053         Shishi).
38054
38055 2005-10-21  Simon Josefsson  <jas@extundo.com>
38056
38057         * modules/des, modules/des-tests: New files.
38058
38059         * modules/gc-des, modules/gc-des-tests: New files.
38060
38061         * tests/test-des.c, tests/test-gc-des.c: New file.
38062
38063 2005-10-21  Simon Josefsson  <jas@extundo.com>
38064
38065         * modules/arctwo, modules/arctwo-tests: New files.
38066
38067         * tests/test-arctwo.c: New file.
38068
38069         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
38070
38071         * tests/test-gc-arctwo.c: New file.
38072
38073 2005-10-21  Simon Josefsson  <jas@extundo.com>
38074
38075         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
38076         Bruno Haible <bruno@clisp.org>.
38077
38078         * m4/gc-des.m4: New file.
38079
38080 2005-10-21  Simon Josefsson  <jas@extundo.com>
38081
38082         * m4/arctwo.m4: New file.
38083
38084         * m4/gc-arctwo.m4: New file.
38085
38086 2005-10-21  Simon Josefsson  <jas@extundo.com>
38087
38088         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
38089         block.
38090
38091 2005-10-21  Simon Josefsson  <jas@extundo.com>
38092
38093         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
38094         <bruno@clisp.org>.
38095
38096         * lib/hmac-sha1.c (hmac_sha1): Likewise.
38097
38098         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
38099         Bruno Haible <bruno@clisp.org>.
38100
38101         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
38102         <bruno@clisp.org>.
38103
38104 2005-10-21  Simon Josefsson  <jas@extundo.com>
38105
38106         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
38107
38108 2005-10-21  Simon Josefsson  <jas@extundo.com>
38109
38110         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
38111
38112 2005-10-21  Simon Josefsson  <jas@extundo.com>
38113
38114         * lib/des.h, lib/des.c: New files.
38115
38116         * lib/gc-gnulib.c: Support DES.c
38117
38118 2005-10-21  Simon Josefsson  <jas@extundo.com>
38119
38120         * lib/arctwo.h, lib/arctwo.c: New files.
38121
38122         * lib/gc-gnulib.c: Support ARCTWO.
38123
38124 2005-10-21  Simon Josefsson  <jas@extundo.com>
38125
38126         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
38127         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38128
38129 2005-10-21  Simon Josefsson  <jas@extundo.com>
38130
38131         * gnulib-tool (func_import, func_create_testdir): Define automake
38132         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
38133         Makefile.am snippet),
38134         suggested by Bruno Haible <bruno@clisp.org>.
38135
38136         * modules/gc (Makefile.am): Use it.
38137
38138 2005-10-21  Bruno Haible  <bruno@clisp.org>
38139
38140         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
38141         patch.
38142
38143 2005-10-19  Simon Josefsson  <jas@extundo.com>
38144
38145         * tests/test-gc-rijndael.c: New file.
38146
38147         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
38148
38149 2005-10-19  Simon Josefsson  <jas@extundo.com>
38150
38151         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
38152         interface too.
38153
38154 2005-10-19  Simon Josefsson  <jas@extundo.com>
38155
38156         * tests/test-gc-arcfour.c: New file.
38157
38158         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
38159
38160 2005-10-19  Simon Josefsson  <jas@extundo.com>
38161
38162         * modules/gc-md4, modules/gc-md4-tests: New file.
38163
38164         * tests/test-gc-md4.c: New file.
38165
38166 2005-10-19  Simon Josefsson  <jas@extundo.com>
38167
38168         * m4/gc-md4.m4: New file.
38169
38170 2005-10-19  Simon Josefsson  <jas@extundo.com>
38171
38172         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
38173         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
38174         <kasal@ucw.cz>.
38175
38176 2005-10-19  Simon Josefsson  <jas@extundo.com>
38177
38178         * m4/gc-arcfour.m4: New file.
38179
38180         * m4/gc-rijndael.m4: New file.
38181
38182 2005-10-19  Simon Josefsson  <jas@extundo.com>
38183
38184         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
38185
38186 2005-10-19  Simon Josefsson  <jas@extundo.com>
38187
38188         * lib/gc-gnulib.c: Support ARCFOUR.
38189
38190 2005-10-19  Simon Josefsson  <jas@extundo.com>
38191
38192         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
38193         support.
38194
38195         * lib/gc.h: Add ECB enum type.
38196
38197         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
38198
38199 2005-10-18  Simon Josefsson  <jas@extundo.com>
38200
38201         * tests/test-md5.c: New file.
38202
38203         * modules/md5-tests: New file.
38204
38205 2005-10-18  Simon Josefsson  <jas@extundo.com>
38206
38207         * tests/test-md4.c: New file.
38208
38209         * modules/md4, modules/md4-tests: New files.
38210
38211 2005-10-18  Simon Josefsson  <jas@extundo.com>
38212
38213         * m4/md4.m4: New file.
38214
38215 2005-10-18  Simon Josefsson  <jas@extundo.com>
38216
38217         * lib/md4.h, lib/md4.c: New files, based on md5.?.
38218
38219 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
38220
38221         * gnulib-tool (func_create_testdir): Omit the second check whether
38222         BUILT_SOURCES in nonempty.
38223
38224 2005-10-17  Simon Josefsson  <jas@extundo.com>
38225
38226         * tests/test-rijndael.c: New file.
38227
38228 2005-10-17  Simon Josefsson  <jas@extundo.com>
38229
38230         * modules/sha1: Depend on stdint instead of md5.
38231
38232         * modules/md5: Depend on stdint, remove uint32_t.
38233
38234 2005-10-17  Simon Josefsson  <jas@extundo.com>
38235
38236         * modules/gc-sha1-tests: New file.
38237
38238         * tests/test-gc-sha1.c: New file.
38239
38240 2005-10-17  Simon Josefsson  <jas@extundo.com>
38241
38242         * m4/md5.m4: Remove call to uint32_t.m4.
38243
38244 2005-10-17  Simon Josefsson  <jas@extundo.com>
38245
38246         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
38247
38248         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
38249         md5.h.
38250
38251         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
38252
38253         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
38254
38255 2005-10-17  Simon Josefsson  <jas@extundo.com>
38256
38257         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
38258
38259 2005-10-17  Simon Josefsson  <jas@extundo.com>
38260
38261         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
38262
38263 2005-10-17  Simon Josefsson  <jas@extundo.com>
38264
38265         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
38266
38267         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
38268
38269 2005-10-17  Bruno Haible  <bruno@clisp.org>
38270
38271         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
38272         that it can also be used in a test.
38273
38274 2005-10-16  Bruno Haible  <bruno@clisp.org>
38275
38276         * gnulib-tool (func_emit_tests_Makefile_am): Also define
38277         TESTS_ENVIRONMENT, so that individual tests can augment it.
38278
38279         * gnulib-tool (func_create_testdir): Use an intermediate target for
38280         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
38281         macros, like $(ALLOCA_H), which cannot be passed through the command
38282         line.
38283
38284 2005-10-15  Simon Josefsson  <jas@extundo.com>
38285
38286         * modules/rijndael-tests: New file.
38287
38288         * modules/rijndael: New file.
38289
38290 2005-10-15  Simon Josefsson  <jas@extundo.com>
38291
38292         * m4/rijndael.m4: New file.
38293
38294 2005-10-15  Simon Josefsson  <jas@extundo.com>
38295
38296         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
38297
38298         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
38299
38300 2005-10-14  Simon Josefsson  <jas@extundo.com>
38301
38302         * tests/test-arcfour.c: New file.
38303
38304         * modules/arcfour, modules/arcfour-tests: New files.
38305
38306 2005-10-14  Simon Josefsson  <jas@extundo.com>
38307
38308         * m4/arcfour.m4: New file.
38309
38310 2005-10-14  Simon Josefsson  <jas@extundo.com>
38311
38312         * lib/arcfour.h, lib/arcfour.c: New files.
38313
38314 2005-10-14  Roland McGrath  <roland@redhat.com>
38315
38316         Import from libc.  [BZ #1331]
38317         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
38318         macro argument.
38319         Reported by Matej Vela <vela@debian.org>.
38320
38321 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
38322
38323         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
38324         include <wchar.h>; no longer needed.
38325
38326 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
38327
38328         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
38329
38330 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
38331         and  Ulrich Drepper  <drepper@redhat.com>
38332
38333         Import from libc.
38334         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
38335         instead of inline stream orientation test and two separate
38336         function calls.  Pay no attention to USE_IN_LIBIO.
38337
38338 2005-10-13  Simon Josefsson  <jas@extundo.com>
38339
38340         * modules/gc-hmac-md5-tests: New file.
38341
38342         * tests/test-gc-hmac-sha1.c: New file.
38343
38344         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
38345
38346         * modules/gc-hmac-md5-tests: New file.
38347
38348         * tests/test-gc-md5.c: New file.
38349
38350         * modules/gc-md5-tests: New file.
38351
38352 2005-10-13  Simon Josefsson  <jas@extundo.com>
38353
38354         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
38355         Move memory allocation outside of loop.
38356
38357 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
38358
38359         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
38360         intermediate directory is in a read-only file system.  Problem
38361         reported by Eric Blake.
38362
38363 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
38364
38365         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
38366
38367 2005-10-12  Simon Josefsson  <jas@extundo.com>
38368
38369         * tests/test-hmac-sha1.c: New file.
38370
38371         * modules/hmac-sha1-tests: New file.
38372
38373         * modules/hmac-sha1: New file.
38374
38375 2005-10-12  Simon Josefsson  <jas@extundo.com>
38376
38377         * modules/gc-sha1: New file.
38378
38379 2005-10-12  Simon Josefsson  <jas@extundo.com>
38380
38381         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
38382
38383         * tests/test-gc-pbkdf2-sha1.c: New file.
38384
38385 2005-10-12  Simon Josefsson  <jas@extundo.com>
38386
38387         * modules/gc-md5, modules/gc-hmac-md5: New files.
38388
38389         * modules/gc (Files): Remove md5, memxor and hmac files.
38390
38391 2005-10-12  Simon Josefsson  <jas@extundo.com>
38392
38393         * m4/gc-pbkdf2-sha1.m4: New file.
38394
38395         * m4/gc-hmac-sha1.m4: New file.
38396
38397         * m4/gc-sha1: New file.
38398
38399         * m4/hmac-sha1.m4: New file.
38400
38401 2005-10-12  Simon Josefsson  <jas@extundo.com>
38402
38403         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
38404
38405         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
38406
38407 2005-10-12  Simon Josefsson  <jas@extundo.com>
38408
38409         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
38410         suggested by Bruno Haible <bruno@clisp.org>.
38411
38412 2005-10-12  Simon Josefsson  <jas@extundo.com>
38413
38414         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
38415
38416 2005-10-12  Simon Josefsson  <jas@extundo.com>
38417
38418         * lib/gc-pbkdf2-sha1.c: New file.
38419
38420         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
38421
38422 2005-10-12  Simon Josefsson  <jas@extundo.com>
38423
38424         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
38425
38426         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
38427
38428 2005-10-12  Simon Josefsson  <jas@extundo.com>
38429
38430         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
38431         GC_USE_HMAC_MD5, respectively.
38432
38433         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
38434         (gc_md5): Fix typo.
38435
38436         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
38437
38438         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
38439
38440         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
38441
38442 2005-10-12  Bruno Haible  <bruno@clisp.org>
38443
38444         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
38445         Reported by Stepan Kasal <kasal@ucw.cz>.
38446
38447 2005-10-11  Simon Josefsson  <jas@extundo.com>
38448
38449         * tests/test-crc.c: New file.
38450
38451         * modules/crc, modules/crc-tests: New files.
38452
38453 2005-10-11  Simon Josefsson  <jas@extundo.com>
38454
38455         * m4/crc.m4: New file.
38456
38457 2005-10-11  Simon Josefsson  <jas@extundo.com>
38458
38459         * lib/gc.h: Add gc_hash and gc_hash_buffer.
38460
38461         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
38462
38463         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
38464
38465 2005-10-11  Simon Josefsson  <jas@extundo.com>
38466
38467         * lib/crc.h, lib/crc.c: New files.
38468
38469         * lib/gc.h (gc_hash_buffer): Add doc.
38470
38471 2005-10-11  Bruno Haible  <bruno@clisp.org>
38472
38473         * modules/c-strcasestr: New file.
38474         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
38475
38476 2005-10-11  Bruno Haible  <bruno@clisp.org>
38477
38478         * modules/c-strcase: New file.
38479         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
38480
38481 2005-10-11  Bruno Haible  <bruno@clisp.org>
38482
38483         * lib/strcasecmp.c: Include limits.h.
38484         (strcasecmp): Avoid integer overflow on exotic platforms.
38485         * lib/strncasecmp.c: Include limits.h.
38486         (strncasecmp): Avoid integer overflow on exotic platforms.
38487         Reported by Paul Eggert.
38488
38489 2005-10-11  Bruno Haible  <bruno@clisp.org>
38490
38491         * lib/c-strcasestr.h: New file, from GNU gettext.
38492         * lib/c-strcasestr.c: New file, from GNU gettext.
38493
38494 2005-10-11  Bruno Haible  <bruno@clisp.org>
38495
38496         * lib/c-strcase.h: New file, from GNU gettext.
38497         * lib/c-strcasecmp.c: New file, from GNU gettext.
38498         * lib/c-strncasecmp.c: New file, from GNU gettext.
38499
38500 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
38501
38502         * modules/mempcpy (License): GPL -> LGPL.
38503         * modules/strchrnul (License): Likewise.
38504         * modules/sysexits (License): Likewise.
38505
38506 2005-10-08  Simon Josefsson  <jas@extundo.com>
38507
38508         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
38509
38510 2005-10-07  Simon Josefsson  <jas@extundo.com>
38511
38512         * m4/memxor.m4: Remove gl_C_RESTRICT call.
38513
38514 2005-10-06  Simon Josefsson  <jas@extundo.com>
38515
38516         * tests/test-hmac-md5.c: New file.
38517
38518         * modules/hmac-md5-tests: New file.
38519
38520         * modules/hmac-md5: New file.
38521
38522 2005-10-06  Simon Josefsson  <jas@extundo.com>
38523
38524         * m4/hmac-md5.m4: New file.
38525
38526         * m4/memxor.m4: Require gl_C_RESTRICT.
38527
38528 2005-10-06  Simon Josefsson  <jas@extundo.com>
38529
38530         * lib/memxor.c (memxor): Avoid casts and warnings.
38531
38532 2005-10-06  Simon Josefsson  <jas@extundo.com>
38533
38534         * lib/hmac-md5.c: New file.
38535
38536         * lib/hmac.h: New file.
38537
38538 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
38539
38540         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
38541         promotes to int, not unsigned int, to catch the AIX 5.3
38542         compiler bug.
38543
38544 2005-10-05  Simon Josefsson  <jas@extundo.com>
38545
38546         * modules/memxor: New file.
38547
38548         * modules/iconv (Files): Move config.rpath to havelib, it is used
38549         there.
38550
38551         * modules/havelib (Files): Add config.rpath.
38552
38553 2005-10-05  Simon Josefsson  <jas@extundo.com>
38554
38555         * m4/memxor.m4: New file.
38556
38557 2005-10-05  Simon Josefsson  <jas@extundo.com>
38558
38559         * lib/memxor.c (memxor): Fix compiler error.
38560
38561         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
38562         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
38563
38564         * lib/memxor.h, lib/memxor.c: New files.
38565
38566         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
38567         we assume all systems have it, suggested by Jim Meyering
38568         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
38569         any systems lack sys/socket.h; mingw32 is known to lack it, but we
38570         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
38571         same reasons.
38572
38573 2005-10-05  Simon Josefsson  <jas@extundo.com>
38574
38575         * config/srclist.txt: Add glibc bug 1423 for md5.h.
38576
38577 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
38578
38579         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
38580         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
38581         needed, since the source code now assumes these .h files.
38582
38583 2005-10-05  Derek Price  <derek@ximbiot.com>
38584
38585         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
38586
38587 2005-10-05  Bruno Haible  <bruno@clisp.org>
38588
38589         * modules/stdint (License): Change to LGPL.
38590
38591 2005-10-04  Simon Josefsson  <jas@extundo.com>
38592
38593         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
38594         D. Baushke" <mdb@gnu.org>.
38595
38596 2005-10-04  Bruno Haible  <bruno@clisp.org>
38597
38598         * lib/verify.h (verify_true): Provide alternative definition for C++.
38599
38600 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
38601
38602         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
38603         (SSIZE_MAX): New macro, if not already defined.
38604         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
38605         than 2 GiB.
38606
38607 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
38608
38609         Sync from coreutils.
38610         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
38611         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
38612         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
38613         ULLONG_MAX doesn't work with 2.7.2.1.
38614
38615 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
38616
38617         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
38618         From Ben Pfaff.
38619
38620         * modules/exclude (Depends-on): Depend on verify.
38621         * modules/strtoimax (Depends-on): Likewise.
38622         * modules/utimecmp (Depends-on): Likewise.
38623
38624 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
38625
38626         * lib/exclude.c: Include verify.h.
38627         (verify): Remove.  All callers changed to use verify.h's version.
38628         * lib/strtoimax.c: Likewise.
38629         * lib/utimecmp.c: Likewis.e
38630
38631         Sync from coreutils.
38632         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
38633         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
38634         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
38635         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
38636         bother returning ENOSYS if settimeofday or stime fails; just let
38637         them return whatever errno they want to return.
38638         * lib/utimens.c: Include unistd.h, for dup2.
38639         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
38640         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
38641
38642 2005-10-02  Jim Meyering  <jim@meyering.net>
38643
38644         Sync from coreutils.
38645         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
38646         from glibc-2.2.5 that fails for read-only files.
38647
38648 2005-10-02  Jim Meyering  <jim@meyering.net>
38649
38650         Sync from coreutils.
38651         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
38652         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
38653         `#if HAVE_CONFIG_H'.
38654         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
38655         Remove AT_FDCWD test.
38656         Do not consume the fd unless successful.
38657         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
38658         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
38659         block, so that we don't even try to compile it if settimeofday is
38660         available.  This works around a compilation failure on OSF1 V5.1,
38661         due to stime requiring a `long int*' while tv_sec is `int'.
38662
38663 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
38664
38665         Sync from coreutils.
38666         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
38667         against `yes', rather than just testing for nonempty.
38668
38669 2005-10-01  Simon Josefsson  <jas@extundo.com>
38670
38671         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
38672         and Darwin.
38673
38674         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
38675         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
38676         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
38677         freeaddrinfo and gai_strerror are declared by the POSIX headers.
38678         Check if struct addrinfo is declared.
38679
38680 2005-10-01  Simon Josefsson  <jas@extundo.com>
38681
38682         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
38683         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
38684         AI_* and EAI_* definitions.  Protect function declarations.
38685
38686 2005-10-01  Jim Meyering  <jim@meyering.net>
38687
38688         Sync from coreutils.
38689
38690         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
38691         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
38692         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
38693         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
38694         in the inet and nsl libraries.  Required on Solaris 5.7.
38695
38696 2005-10-01  Jim Meyering  <jim@meyering.net>
38697
38698         Sync from coreutils.
38699         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
38700         in the inet and nsl libraries.  Required on Solaris 5.7.
38701
38702 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
38703
38704         * lib/getdelim.c (getdelim): Remove unused variables.
38705
38706 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
38707
38708         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
38709         so that the code works even with ancient cpp.  Portability problem
38710         with GCC 2.7.2.1 reported by Thomas M.Ott.
38711
38712 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
38713
38714         * modules/regex (Depends-on): Add strcase.
38715
38716         * modules/gethostname (Licence): Change from GPL to LGPL, since
38717         gethostname.c is a trivial implementation of a standard library
38718         function.
38719         * modules/poll (License): Change from GPL to LGPL, since it's
38720         derived from LGPL code.
38721
38722 2005-09-27  Jim Meyering  <jim@meyering.net>
38723
38724         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
38725         HAVE_CONFIG_H.
38726
38727         * lib/intprops.h (signed_type_or_expr__): Define.
38728         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
38729         for unsigned types.
38730
38731 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
38732
38733         * lib/verify.h (verify_expr): Remove, replacing with:
38734         (verify_true): New macro that returns true instead of void.
38735         (verify_type__): Remove.
38736         (verify): Use verify_true rather than verify_type__.
38737
38738 2005-09-26  Bruno Haible  <bruno@clisp.org>
38739
38740         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
38741         is necessary.
38742         (lib_SOURCES): Remove mbchar.c.
38743         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
38744         (Files): Add m4/mbrtowc.m4.
38745         * modules/mbiter: Likewise.
38746         * modules/mbuiter: Likewise.
38747
38748 2005-09-26  Bruno Haible  <bruno@clisp.org>
38749
38750         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
38751         compile mbchar.c if they are not both present.
38752         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
38753         * m4/mbiter.m4 (gl_MBITER): Likewise.
38754         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
38755         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
38756         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
38757
38758 2005-09-25  Jim Meyering  <jim@meyering.net>
38759
38760         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
38761         also uses socklen_t.
38762
38763 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
38764
38765         * lib/utimens.c (ENOSYS): Define if not already defined.
38766         (futimens): Support having a null PATH if the file descriptor
38767         is nonnegative.
38768
38769         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
38770         Remove.
38771         (__attribute): Define to empty unless GCC 3.1 or later.
38772         This works around a core dump on OpenBSD 3.4, which has GCC
38773         2.95.3, which dumps core when given __attribute__(()).  It also
38774         simplifies other tests, since we really don't want to bother with
38775         worrying about which ancient version of GCC supported what.
38776         Original problem reported by Yoann Vandoorselaere, with part of
38777         the fix suggested by Derek Price.
38778
38779 2005-09-24  Jim Meyering  <jim@meyering.net>
38780
38781         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
38782         so we can once again use a positive bitfield width of 1 -- now we
38783         don't have to explain why we were using a bitfield width of 2.
38784
38785 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
38786
38787         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
38788         and similarly for the other external symbols.  Problem reported
38789         by James Gallager.
38790
38791         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
38792         bug reported by Jim Meyering.
38793
38794         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
38795         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
38796         not needed, since socklen is a prerequisite module.
38797
38798 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
38799
38800         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
38801         Problem reported by Eric Blake.
38802         (getaddrinfo): Initialize se so that it's not garbage.
38803         Redo internal storage allocation so that it doesn't make unportable
38804         assumptions about alignment.
38805         Fix a memory leak.
38806
38807         * lib/utimens.c (futimens): Use futimesat if available.
38808         Prefer it to futimes since it doesn't have the futimes bug.
38809
38810         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
38811         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
38812         Instead, declare a function that returns a pointer to an array,
38813         and use verify_type__ to declare the size of the array.
38814         Problem and germ of a solution reported by Bruno Haible.
38815         (verify_type__): Use 2, not 1, for bitfield size, to avoid
38816         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
38817
38818 2005-09-23  Jim Meyering  <jim@meyering.net>
38819
38820         Sync from coreutils.
38821         Correct build failure (socklen_t not defined) on at least
38822         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
38823         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
38824
38825 2005-09-23  Jim Meyering  <jim@meyering.net>
38826
38827         * modules/getaddrinfo (Depends-on): Add socklen.
38828
38829 2005-09-23  Bruno Haible  <bruno@clisp.org>
38830
38831         * tests/test-verify.c: New file.
38832
38833 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
38834
38835         Sync from coreutils.
38836
38837         * modules/argmatch (Depends-on): Add verify.
38838         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
38839         unistd-safer.
38840         * modules/save-cwd (Depends-on): Likewise.
38841
38842         * modules/openat (Files): Add lib/openat-die.c.
38843         (Depends-on): Remove error, exitfail.
38844         Add dirname.
38845
38846         * modules/verify: New file.
38847         * MODULES.html.sh (Diagnostics <assert.h>): New section,
38848         with "verify" module.
38849
38850 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
38851
38852         Sync from coreutils.
38853
38854         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
38855         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
38856         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
38857         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
38858         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
38859         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
38860         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
38861         Don't bother checking for string.h, stdlib.h, unistd.h.
38862         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
38863         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
38864         module's job.
38865         * m4/jm-macros.m4 (gl_MACROS): Likewise.
38866         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
38867
38868         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
38869         (gl_GETDATE): Use it.
38870
38871         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
38872
38873 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
38874
38875         Sync from coreutils.
38876
38877         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
38878         stat-time.h.
38879         * lib/argmatch.h: Include verify.h
38880         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
38881         (ARGMATCH_ASSERT): Remove; unused.
38882         * lib/canonicalize.c: Assume STDC_HEADERS.
38883         * lib/exclude.c: Include "strcase.h".
38884         * lib/regex_internal.h [!defined _LIBC]: Likewise.
38885         * lib/getusershell.c: Include stdio--.h rather than stdio.h
38886         and stdio-safer.h.
38887         (getusershell): Call fopen, not fopen_safer.
38888         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
38889         Do not include unistd-safer.h.
38890         (save_cwd): Don't call fd_safer; no longer needed
38891         now that we include fcntl--.h.
38892
38893         * lib/getdate.y (relative_time): New type.
38894         (RELATIVE_TIME_0): New constant.
38895         (parser_control): Use relative_time instead of doing it ourselves.
38896         (%union): Add new relative_time rel member.
38897         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
38898         Now typeless.
38899         (relunit, relunit_snumber): Now of type rel.
38900         (zone, rel, relunit, get_date): Adjust to above changes.
38901
38902         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
38903         Do not include unistd-safer.h.
38904         (getloadavg): Don't call fd_safer; no longer needed
38905         now that we include fcntl--.h.
38906
38907         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
38908         (make_dir_parents): Treat ENOSYS like EEXIST.
38909
38910         Improve quality of diagnostics on restore_cwd failure.
38911         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
38912         (make_dir_parents): Last arg is now int * (for errno), not bool *.
38913         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
38914         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
38915         each time through the loop.  Do not diagnose restore_cwd failure;
38916         that is the caller's job (and perhaps the caller does not care).
38917
38918         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
38919         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
38920         If the file already exists but is not a directory, don't bother
38921         to try to make its parents.
38922         Close potential file descriptor leak if we can't chdir("/") (!).
38923         Don't always return true if chdir($PWD) fails; return true only
38924         if the requested action was done successfully (except for the
38925         chdir($PWD)).
38926         Don't log final directory unless we actually made it.
38927         Refactor to avoid duplicate code to fix up permissions.
38928         Don't attempt to fix up parent permissions if chdir($PWD) fails.
38929
38930         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
38931         to make it a bit faster and (I hope) clearer.
38932         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
38933         Fix bug in formats like %2N.
38934
38935         * lib/verify.h: New file.
38936
38937 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
38938
38939         Sync from coreutils.
38940         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
38941
38942 2005-09-22  Jim Meyering  <jim@meyering.net>
38943
38944         Sync from coreutils.
38945
38946         * m4/lstat.m4 (gl_FUNC_LSTAT):
38947         Use AC_LIBSOURCES to require lstat.c and lstat.h.
38948         Remove obsolete comment.
38949         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
38950         * m4/xstrtod.m4: Likewise.
38951
38952         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
38953
38954 2005-09-22  Jim Meyering  <jim@meyering.net>
38955
38956         Sync from coreutils.
38957
38958         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
38959
38960         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
38961         the .tm_year member, since otherwise gcc-4.0 would now warn about
38962         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
38963
38964         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
38965         order to avoid an unsuppressible warning from gcc on 64-bit systems.
38966
38967         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
38968         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
38969         when run in a time zone for which daylight savings time is in effect
38970         for the starting date.
38971
38972         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
38973         stop us from restricting permissions of just-created absolute-named
38974         directories.
38975         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
38976         to restore initial working directory.
38977         * lib/mkdir-p.c (make_dir_parents): New parameter:
38978         different_working_dir, to tell caller if/when we change the working
38979         directory and are unable to return to the initial one.
38980         * lib/mkdir-p.h (make_dir_parents): Update prototype.
38981         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
38982         `return false'.  This fixes a bug introduced on 2004-07-30.
38983
38984         * lib/openat.c (fdopendir): Be sure to close the supplied
38985         file descriptor before returning.  This makes our replacement
38986         implementation a little closer to Solaris's, where fdopendir
38987         ties the file descriptor to the returned DIR* pointer.
38988         * lib/openat.c (unlinkat): New function.
38989         * lib/openat.h (unlinkat): Add prototype.
38990         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
38991         (openat_restore_fail): Rename from openat_restore_die.
38992         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
38993
38994         Provide an alternative to exiting immediately upon save_cwd or
38995         restore_cwd failure.  Now, an application can arrange e.g.,
38996         to perform a longjump in that case.
38997         * lib/openat.c: Include dirname.h.
38998         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
38999         (rpl_openat, fdopendir, fstatat): Call openat_save_die
39000         and openat_restore_die rather than calling error directly.
39001         Don't include "error.h" or "exitfail.h"; they're no longer needed.
39002
39003         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
39004         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
39005         define.
39006
39007         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
39008         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
39009                             int utc, int nanoseconds);
39010         Background:
39011         date should not have to allocate a megabyte of virtual memory to
39012         handle a format argument like +%1048575T.  When implemented with
39013         strftime, it must allocate such a buffer, use strftime to fill it
39014         in, print it, then free it.
39015         With fprintftime, it simply prints everything and exits.
39016         With no need for memory allocation, that's one fewer way to fail.
39017         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
39018         optional field width, not before, so we accept %9:z, not %:9z.
39019         (my_strftime): Be sure to use L_('x') for literals.
39020
39021         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
39022         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
39023         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
39024         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
39025         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
39026         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
39027         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
39028         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
39029         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
39030         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
39031         * lib/xgethostname.c, lib/xreadlink.c:
39032         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
39033
39034         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
39035         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
39036         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
39037         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
39038         and don't include <sys/file.h>).
39039
39040 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
39041
39042         Sync from coreutils.
39043
39044         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
39045         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
39046         [!LDAV_DONE]: Avoid unused variable warning.
39047
39048 2005-09-21  Bruno Haible  <bruno@clisp.org>
39049
39050         * lib/unicodeio.h (unicode_to_mb): New declaration.
39051
39052 2005-09-20  Derek Price  <derek@ximbiot.com>
39053
39054         * lib/getaddrinfo.c: Don't include <netdb.h> included from
39055         getaddrinfo.h.
39056
39057 2005-09-20  Bruno Haible  <bruno@clisp.org>
39058
39059         * gnulib-tool: Remove trailing slashes from the values specified for
39060         --source-base, --m4-base, --tests-base, --aux-dir.
39061         Suggested by Simon Josefsson <jas@extundo.com>.
39062
39063 2005-09-20  Bruno Haible  <bruno@clisp.org>
39064
39065         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
39066         func_modules_to_filelist, func_import, func_create_testdir): Make all
39067         sorting results locale-independent, so that gnulib-cache.m4 doesn't
39068         change when gnulib-tool is invoked in a different locale.
39069
39070 2005-09-19  Simon Josefsson  <jas@extundo.com>
39071
39072         * m4/socklen.m4: Fix typo.
39073
39074 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39075
39076         Use a consistent style for including <config.h>.
39077         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
39078         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
39079         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
39080         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
39081         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
39082         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
39083         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
39084         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
39085         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
39086         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
39087         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
39088         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
39089         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
39090         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
39091         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
39092         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
39093         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
39094         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
39095         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
39096         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
39097         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
39098         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
39099         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
39100         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
39101         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
39102         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
39103         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
39104         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
39105         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
39106         lib/xstrtoumax.c, lib/yesno.c:
39107         Standardize inclusion of config.h.
39108         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
39109         lib/inttostr.h:  Removed inclusion of config.h from header files.
39110         * lib/inttostr.c:  Adjusted in-tree users.
39111         * lib/timespec.h: Remove superfluous warning to include config.h.
39112         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
39113         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
39114         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
39115         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
39116         config.h with HAVE_CONFIG_H.
39117
39118 2005-09-19  Jim Meyering  <jim@meyering.net>
39119
39120         * modules/pathmax (License): Change to LGPL.
39121
39122 2005-09-19  Derek Price  <derek@ximbiot.com>
39123
39124         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
39125
39126 2005-09-19  Bruno Haible  <bruno@clisp.org>
39127
39128         * gnulib-tool (import): Provide default for --tests-base.
39129
39130 2005-09-19  Bruno Haible  <bruno@clisp.org>
39131
39132         * doc/quote.texi: New file, extracted from gnulib.texi.
39133         * doc/ctime.texi: New file, extracted from gnulib.texi.
39134         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
39135         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
39136         * doc/gnulib.texi: Include them.
39137
39138 2005-09-18  Bruno Haible  <bruno@clisp.org>
39139
39140         Portability fix.
39141         * gnulib-tool (func_readlink): New function.
39142         (func_ln_if_changed): Use it.
39143
39144 2005-09-18  Bruno Haible  <bruno@clisp.org>
39145
39146         * gnulib-tool: Support --with-tests also with --import.
39147         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
39148         (func_import): Use variables $testsbase and $inctests. Emit a
39149         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
39150         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
39151         SUBDIRS += $testsdir.
39152         (func_create_testdir): Update.
39153
39154 2005-09-18  Bruno Haible  <bruno@clisp.org>
39155
39156         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
39157         instead of $dry_run.
39158         (func_cp_if_changed, func_mv_if_changed): Remove functions.
39159         (func_ln_if_changed): Don't handle dry-run here.
39160         (func_import): In dry-run mode, detect more precisely which actions
39161         would be performed, and don't use "...ing" verbs.
39162
39163 2005-09-18  Bruno Haible  <bruno@clisp.org>
39164
39165         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
39166         (func_import): Use join on two temporary files instead of three nested
39167         loops, in order to determine which files are new or old.
39168
39169 2005-09-18  Bruno Haible  <bruno@clisp.org>
39170
39171         * gnulib-tool (func_import): Comment out code that spits out the
39172         new files with --dry-run.
39173
39174 2005-09-18  Bruno Haible  <bruno@clisp.org>
39175
39176         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
39177
39178 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
39179
39180         * lib/stat-time.h: New file.
39181         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
39182         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
39183         in a different way.
39184         (timespec_cmp): New function.
39185         * lib/utimecmp.c: Include stat-time.h.
39186         (SYSCALL_RESOLUTION): Depend on whether various struct stat
39187         members exist, not on the obsolescent ST_MTIM_NSEC.
39188         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
39189
39190 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
39191
39192         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
39193
39194 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
39195
39196         * MODULES.html.sh (File system functions): Add stat-time.
39197         * modules/stat-time: New file.
39198         * modules/timespec (Files): Remove m4/st_mtim.m4; this
39199         is now done in a different way, by the stat-time module.
39200         * modules/utimecmp (Depends-on): Add stat-time.
39201
39202 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39203
39204         * m4/st_mtim.m4: Remove.  Superseded by...
39205         * m4/stat-time.m4: New file.
39206         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
39207         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
39208
39209 2005-09-15  Derek Price  <derek@ximbiot.com>
39210
39211         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
39212
39213 2005-09-15  Derek Price  <derek@ximbiot.com>
39214
39215         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
39216         * lib/regex_internal.c: Ditto, using this...
39217         (__GNUC_PREREQ): ...new macro.
39218         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
39219         using...
39220         (__GNUC_PREREQ): ...this new macro.
39221
39222         * lib/strstr.h: Include string.h. Define strstr as a macro here.
39223
39224 2005-09-15  Derek Price  <derek@ximbiot.com>
39225             Paul Eggert  <eggert@cs.ucla.edu>
39226
39227         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
39228         changes, consolidating in...
39229         * lib/regex_internal.h: ...this file.
39230
39231 2005-09-13  Jim Meyering  <jim@meyering.net>
39232
39233         * lib/canon-host.c: Filter through gnu indent and reword comments
39234         slightly.
39235         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
39236
39237 2005-09-13  Derek Price  <derek@ximbiot.com>
39238
39239         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
39240         failure.
39241         Reported by Jim Meyering  <jim@meyering.net>.
39242
39243 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
39244
39245         * lib/base64.c: Typo.
39246         (base64_encode): Put b64str in initialized data section.
39247
39248 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
39249
39250         Merge glibc and coreutils changes into gnulib, plus a few
39251         extra fixes.
39252         * lib/md5.c: Use #error rather than a string.
39253         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
39254         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
39255         (__attribute__): Define to empty for non recent-GCC.
39256         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
39257         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
39258         Renamed from their non-__ counterparts, with new macros replacing
39259         them if not _LIBC.  Add __THROW attribute.
39260         (rol): Remove.
39261         (struct md5_ctx): Align buffer if using GCC.
39262         * lib/sha1.h (struct sha1_ctx): Likewise.
39263         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
39264         The old name was backwards.
39265         (NOTSWAP): Remove; not used.
39266         (rol): New macro, moved here from md5.h.
39267         (sha1_process_block): Remove a FIXME that doesn't make sense.
39268
39269 2005-09-12  Derek Price  <derek@ximbiot.com>
39270
39271         Return usable errors from canon-host.
39272         * lib/canon-host.h: New file.
39273         * lib/canon-host.c (canon_host): Wrap...
39274         (canon_host_r): ...this new function, which now relies exclusively on
39275         getaddrinfo.
39276         (ch_strerror): New function.
39277         (last_cherror): New global.
39278         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
39279         interface.
39280         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
39281         void *.
39282         (freeaddrinfo): Free ai->ai_canonname when set.
39283
39284 2005-09-12  Derek Price  <derek@ximbiot.com>
39285
39286         Make canon-host require getaddrinfo.
39287         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
39288         AC_LIBSOURCE canon-host.h.  Call...
39289         (gl_PREREQ_CANON_HOST): ...this new function, which requires
39290         gl_GETADDRINFO.
39291         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
39292
39293 2005-09-12  Derek Price  <derek@ximbiot.com>
39294
39295         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
39296         LGPL.
39297         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
39298
39299 2005-09-12  Derek Price  <derek@ximbiot.com>
39300
39301         * lib/gai_strerror.c: Include config.h when available.  Include
39302         getaddrinfo.h before other headers to test interface.
39303         Reported by Larry Jones <lawrence.jones@ugs.com>.
39304
39305 2005-09-12  Derek Price  <derek@ximbiot.com>
39306             Paul Eggert  <eggert@cs.ucla.edu>
39307
39308         * modules/glob (Files): Add glob-libc.h.
39309
39310 2005-09-12  Derek Price  <derek@ximbiot.com>
39311             Paul Eggert  <eggert@cs.ucla.edu>
39312
39313         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
39314         glob_.h, glob-libc.h.
39315         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
39316
39317 2005-09-12  Derek Price  <derek@ximbiot.com>
39318             Paul Eggert  <eggert@cs.ucla.edu>
39319
39320         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
39321         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
39322         protecting things that should be done only in gnulib contexts.
39323         * lib/glob_.h: New file, containing only the glob things needed for
39324         gnulib.
39325         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
39326         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
39327         (glob, globfree, glob_pattern_p): Now defined simply in terms of
39328         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
39329         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
39330         and to respect the namespace rules better.
39331
39332 2005-09-08  Simon Josefsson  <jas@extundo.com>
39333
39334         * modules/socklen: New file.
39335
39336 2005-09-08  Simon Josefsson  <jas@extundo.com>
39337
39338         * m4/socklen.m4: New file.
39339
39340 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39341
39342         * modules/utimens (Files): Add m4/utimbuf.m4, since
39343         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
39344         Reported by Sergey Poznyakoff.
39345
39346 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39347
39348         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
39349         definitions, since that's the preferred style in glibc.
39350         Fix a minor spacing issue, and update copyright notice to match
39351         glibc's.
39352
39353 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39354
39355         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
39356
39357 2005-09-06  Simon Josefsson  <jas@extundo.com>
39358
39359         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
39360         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
39361
39362 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
39363
39364         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
39365         warning.
39366
39367 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
39368
39369         * config/srclist.txt: Add glibc bug 1302.
39370
39371 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
39372
39373         Change bitset word type from unsigned int to unsigned long int,
39374         as this has better performance on typical 64-bit hosts.
39375         Port bitset code to hosts with unusual word sizes.
39376         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
39377         (build_collating_symbol):
39378         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
39379         argument is a bitset.  This is merely a style issue, but it makes
39380         it clearer that an entire array is expected.
39381         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
39382         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
39383         Port to the case where bitset_word is not the same as unsigned int.
39384         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
39385         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
39386         Likewise.
39387         * lib/regexec.c (check_dst_limits_calc_pos_1,
39388         check_subexp_matching_top):
39389         (build_trtable, group_nodes_into_DFAstates):
39390         Likewise.
39391         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
39392         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
39393         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
39394         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
39395         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
39396         * lib/regcomp.c (optimize_subexps, lower_subexp):
39397         Work even if bitset_word has holes in its bitwise representation.
39398         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
39399         * lib/regexec.c (check_dst_limits_calc_pos_1,
39400         check_subexp_matching_top):
39401         Likewise.
39402         * lib/regex_internal.c (re_string_reconstruct):
39403         Don't assume UCHAR_MAX == 255.
39404         * lib/regex_internal.h (bitset_set_all): Likewise.
39405         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
39406         All uses changed.
39407         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
39408         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
39409         All uses changed.
39410         (BITSET_WORD_MAX): New macro.
39411         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
39412         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
39413         (bitset_empty, bitset_copy):
39414         Prefer sizeof (bitset) to multiplying it out ourselves.
39415         (bitset_not_merge): Remove; unused.
39416         (bitset_contain): Return bool, not unsigned int with one bit on.
39417         All callers changed.
39418         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
39419         alignment than re_node_set; do this by defining a new internal
39420         type struct dests_alloc and using it to allocate memory.
39421
39422 2005-09-05  Bruno Haible  <bruno@clisp.org>
39423
39424         * gnulib-tool (func_import): Fix comparison in handling of symbolic
39425         links.
39426
39427 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
39428
39429         * modules/size_max (Makefile.am): Add size_max.h
39430
39431 2005-09-04  Derek Price  <derek@ximbiot.com>
39432
39433         * gnulib-tool (func_import): Fix reversed $symbolic logic.
39434
39435 2005-09-03  Simon Josefsson  <jas@extundo.com>
39436
39437         * gnulib-tool: Fix typo.
39438
39439 2005-09-03  Simon Josefsson  <jas@extundo.com>
39440
39441         * config/srclist.txt: Add glibc bug 1293.
39442
39443 2005-09-03  Derek Price  <derek@ximbiot.com>
39444
39445         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
39446         From Larry Jones <lawrence.jones@ugs.com>.
39447
39448 2005-09-02  Simon Josefsson  <jas@extundo.com>
39449
39450         * modules/socklen: New file.
39451
39452 2005-09-02  Simon Josefsson  <jas@extundo.com>
39453
39454         * modules/havelib: New module.
39455
39456         * modules/gettext, modules/iconv, modules/lock, modules/readline:
39457         Use havelib.
39458
39459 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
39460
39461         Check for arithmetic overflow when calculating sizes, to prevent
39462         some buffer-overflow issues.  These patches are conservative, in the
39463         sense that when I couldn't determine whether an overflow was possible,
39464         I inserted a run-time check.
39465         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
39466         macros.
39467         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
39468         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
39469         (re_xnrealloc, re_x2nrealloc): New inline functions.
39470         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
39471         parse_bracket_exp):
39472         (build_equiv_class, build_charclass): Check for arithmetic overflow
39473         in size expression calculations.
39474         * lib/regex_internal.c (re_string_realloc_buffers):
39475         (build_wcs_upper_buffer, re_node_set_add_intersect):
39476         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
39477         (re_dfa_add_node, register_state): Likewise.
39478         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
39479         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
39480         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
39481         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
39482
39483 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
39484
39485         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
39486         m4/ulonglong.m4.  Problem reported by Martin Lambers.
39487
39488 2005-09-02  Bruno Haible  <bruno@clisp.org>
39489
39490         Support for lib vs. lib64 distinction on biarch platforms.
39491         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
39492         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
39493         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
39494
39495 2005-09-02  Bruno Haible  <bruno@clisp.org>
39496
39497         * gnulib-tool (import): In the other first-use case, provide defaults
39498         as well.
39499
39500 2005-09-02  Bruno Haible  <bruno@clisp.org>
39501
39502         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
39503         patches not yet found in the latest gettext release.
39504
39505 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39506
39507         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
39508         to avoid a collision with bits/local_lim.h in glibc.
39509         All uses changed.  Problem reported by Dmitry V. Levin in
39510         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
39511
39512         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
39513         bugs in int versus size_t comparisons.
39514         (re_string_context_at): Fix bug where the code assumed that
39515         Idx is signed.
39516
39517         Use bool where appropriate.
39518         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
39519         All callers changed.
39520         (calc_eclosure_iter): Likewise, for ROOT arg.
39521         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
39522         (build_charclass_op): Likewise, for NON_MATCH arg.
39523         * lib/regex_internal.c (re_string_allocate, re_string_construct):
39524         (re_string_construct_common): Likewise, for ICASE arg.
39525         * lib/regexec.c (re_search_2_stub, re_search_stub):
39526         Likewise, for RET_LEN arg.
39527         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
39528         (set_regs): Likewise, for FL_BACKTRACK arg.
39529         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
39530         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
39531         (calc_eclosure_iter, parse_bracket_exp):
39532         Use bool for internal variables that are booleans.
39533         * lib/regexec.c (re_search_internal, check_matching,
39534         proceed_next_node):
39535         (set_regs, build_sifted_states, sift_states_bkref):
39536         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
39537         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
39538         (find_collation_sequence_value):
39539         Likewise.
39540         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
39541         (re_node_set_compare):
39542         Return bool, not int. All callers changed.
39543         * lib/regexec.c (check_halt_node_context, check_dst_limits):
39544         (build_trtable, check_node_accept): Likewise.
39545         * lib/regex_internal.h: Include stdbool.h.
39546
39547         Fix bugs uncovered when converting to bool.
39548         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
39549         failure instead of charging ahead blindly.
39550         * lib/regex_internal.c (register_state): Likewise.
39551         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
39552         for freeing internal storage.
39553         (group_nodes_into_DFA_states): Use unsigned int, not int, for
39554         bitset pieces used as boolean, to avoid undefined behavior
39555         on hosts that do int overflow checking.
39556
39557 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39558
39559         * config/srclist.txt: Add glibc bugs 1285-1287.
39560
39561 2005-09-01  Jim Meyering  <jim@meyering.net>
39562
39563         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
39564         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
39565         Require gl_STAT_MACROS, too.
39566
39567 2005-09-01  Bruno Haible  <bruno@clisp.org>
39568
39569         * gnulib-tool (import): In the first-use case, provide defaults.
39570
39571 2005-09-01  Bruno Haible  <bruno@clisp.org>
39572
39573         * gnulib-tool (func_import): Remove the .tmp files.
39574
39575 2005-09-01  Bruno Haible  <bruno@clisp.org>
39576
39577         * gnulib-tool (func_import): Fix handling of symbolic links.
39578
39579 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39580
39581         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
39582         old glibc regex code mishandles strings longer than 2**31 bytes.
39583         This patch fixes this when the regex code is used in gnulib
39584         (i.e., outside glibc).
39585
39586         This patch should not affect the use of the regex code inside
39587         glibc.  No doubt this problem also needs to be handled for glibc
39588         as well, but the result will be an incompatible change to the
39589         glibc ABI, and the old ABI will have to be supported too.  That
39590         can be the the subject for another patch.
39591
39592         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
39593         governing whether the rest of this patch is active.  By default,
39594         the macro is disabled and the patch has no effect.
39595         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
39596         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
39597         (struct re_pattern_buffer, re_search, re_search_2, re_match):
39598         (re_match_2, re_set_registers): Use the new types.
39599         * lib/regex_internal.h (Idx, re_hashval_t): New types.
39600         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
39601         New macros.
39602         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
39603         (re_string_context_at, bin_tree_t, re_dfastate_t):
39604         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
39605         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
39606         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
39607         (re_string_char_size_at, re_string_wchar_at):
39608         (re_string_elem_size_at):
39609         Use the new types and macros to port to 64-bit hosts.
39610         Use unsigned types for internal values, so that the code
39611         mostly works even for arrays larger than SSIZE_MAX.
39612         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
39613         (search_duplicated_node, calc_eclosure_iter, fetch_number):
39614         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
39615         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
39616         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
39617         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
39618         (calc_inveclosure, parse_dup_op, build_range_exp):
39619         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
39620         (fetch_number, create_token_tree, mark_opt_subexp):
39621         Likewise.
39622         * lib/regex_internal.c (re_string_construct_common,
39623         create_ci_newstate):
39624         (create_cd_newstate, re_string_allocate, re_string_construct):
39625         (re_string_realloc_buffers, build_wcs_upper_buffer):
39626         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
39627         (re_string_reconstruct, re_string_peek_byte_case):
39628         (re_string_fetch_byte_case, re_string_context_at):
39629         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
39630         (re_node_set_init_copy, re_node_set_add_intersect):
39631         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
39632         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
39633         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
39634         (re_acquire_state, re_acquire_state_context, register_state):
39635         Likewise.
39636         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
39637         search_cur_bkref_entry):
39638         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
39639         (re_search_internal, re_search_2_stub, re_search_stub)
39640         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
39641         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
39642         (update_cur_sifted_state, check_dst_limits):
39643         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
39644         (check_subexp_limits, sift_states_bkref, merge_state_array):
39645         (check_subexp_matching_top, get_subexp, get_subexp_sub):
39646         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
39647         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
39648         (expand_bkref_cache, check_node_accept_bytes):
39649         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
39650         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
39651         (acquire_init_state_context, check_halt_node_context):
39652         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
39653         (sift_states_backward, clean_state_log_if_needed):
39654         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
39655         (find_recover_state, transit_state_sb, transit_state_mb):
39656         (transit_state_bkref, build_trtable, match_ctx_clean):
39657         Likewise.
39658         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
39659         to work around an assumption that REG_MISSING is negative.
39660
39661         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
39662         (seek_collating_symbol_entry) [defined _LIBC]:
39663         (lookup_collation_sequence_value) [defined _LIBC]:
39664         (build_range_exp, build_collating_symbol) [defined _LIBC]:
39665         Use prototypes rather than old-style function definitions.
39666         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
39667         (transit_state_sb) [0]:
39668         (find_collation_sequence_value) [defined _LIBC]: Likewise.
39669
39670         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
39671         rm_eo.
39672
39673         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
39674         (optimize_subexps, lower_subexp):
39675         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
39676         since the signed shift might overflow.  Use 1u<<31 instead.
39677         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
39678         Likewise.
39679         * lib/regexec.c (check_dst_limits_calc_pos_1,
39680         check_subexp_matching_top): Likewise.
39681
39682         * lib/regcomp.c (optimize_subexps, lower_subexp):
39683         Use CHAR_BIT rather than 8, for clarity.
39684         * lib/regexec.c (check_dst_limits_calc_pos_1):
39685         (check_subexp_matching_top): Likewise.
39686         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
39687         have to worry about portability issues when shifting it left.
39688         Remove no-longer-needed test for table_size > 0.
39689         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
39690         in a word, as the resulting behavior is undefined.
39691         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
39692         in one case, a <= should have been an <, and in another case the
39693         whole test was missing.
39694         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
39695         the standard name CHAR_BIT.
39696         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
39697         this is not true on one's complement and signed-magnitude hosts.
39698
39699         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
39700         next_last_offset.
39701         (struct re_dfa_t): Remove unused member states_alloc.
39702         * lib/regcomp.c (init_dfa): Don't initialize unused members.
39703
39704 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39705
39706         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
39707         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
39708         and large-file glibc and in 32-bit large-file Solaris.
39709
39710 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39711
39712         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
39713         lengths fit in regoff_t; this isn't true if regoff_t is the same
39714         width as size_t.
39715         * lib/regex.c (re_search_internal): 5th arg is LAST_START
39716         (= START + RANGE) instead of RANGE.  This avoids overflow
39717         problems when regoff_t is the same width as size_t.
39718         All callers changed.
39719         (re_search_2_stub): Check for overflow when adding the
39720         sizes of the two strings.
39721         (re_search_stub): Check for overflow when adding START
39722         to RANGE; if it occurs, substitute the extreme value.
39723
39724 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39725
39726         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
39727
39728 2005-08-31  Jim Meyering  <jim@meyering.net>
39729
39730         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
39731         a pointer-to-const.
39732         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
39733         (register_state): Likewise.
39734         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
39735         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
39736         (group_nodes_into_DFAstates): Likewise.
39737
39738 2005-08-31  Jim Meyering  <jim@meyering.net>
39739
39740         * check-module: Add a FIXME comment.
39741
39742 2005-08-31  Eric Blake  <ebb9@byu.net>
39743
39744         * modules/unistd-safer (Files): Add unistd--.h.
39745         * modules/stdio-safer (Files): Add stdio--.h.
39746
39747 2005-08-31  Derek Price  <derek@ximbiot.com>
39748
39749         * lib/getdelim.c (getdelim): Return EOF on EOF.
39750         Reported by Larry Jones <lawrence.jones@ugs.com>.
39751
39752 2005-08-31  Bruno Haible  <bruno@clisp.org>
39753
39754         Avoid unnecessary diffs in the generated lib/Makefile.am.
39755         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
39756         the generated files.
39757         (func_import): Don't set cmd.
39758
39759 2005-08-31  Bruno Haible  <bruno@clisp.org>
39760
39761         * lib/strstr.c: Include <stddef.h>, for NULL.
39762         * lib/strcasestr.c: Likewise.
39763         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
39764
39765 2005-08-31  Bruno Haible  <bruno@clisp.org>
39766
39767         * gnulib-tool: New option --macro-prefix.
39768         (func_import): Use macro_prefix.
39769         (import): Handle option --macro-prefix.
39770
39771 2005-08-31  Bruno Haible  <bruno@clisp.org>
39772
39773         * gnulib-tool (import): Rename most ac_* variables to cached_*.
39774         Also use new variables cached_lgpl, cached_libtool.
39775
39776 2005-08-31  Bruno Haible  <bruno@clisp.org>
39777
39778         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
39779         always instantiating them.
39780
39781 2005-08-31  Bruno Haible  <bruno@clisp.org>
39782
39783         * gnulib-tool (func_import): Read the previous cached settings
39784         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
39785         earlier added by gnulib but are now dropped. Warn when a gnulib file
39786         overwrites a non-gnulib file.
39787
39788 2005-08-31  Bruno Haible  <bruno@clisp.org>
39789
39790         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
39791         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
39792         projects that don't keep autogenerated files in CVS. Put into
39793         actioncmd only the specified modules, not the transitive closure.
39794
39795 2005-08-31  Bruno Haible  <bruno@clisp.org>
39796
39797         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
39798         Create directories that shall be filled.
39799         (import): Don't look for gl_* macros in configure.ac. Recurse across
39800         all directories containing a gnulib-cache.m4 files, if meaningful.
39801
39802 2005-08-31  Bruno Haible  <bruno@clisp.org>
39803
39804         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
39805         (import): Set seen_libtool when we see gl_LIBTOOL.
39806
39807 2005-08-31  Bruno Haible  <bruno@clisp.org>
39808
39809         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
39810         declaration macro definitions from generated gnulib.m4.
39811
39812 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
39813
39814         * lib/iconvme.h: Add prototype for iconv_alloc.
39815
39816 2005-08-29  Simon Josefsson  <jas@extundo.com>
39817
39818         * lib/iconvme.c: Fix errno.
39819
39820 2005-08-29  Bruno Haible  <bruno@clisp.org>
39821
39822         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
39823         that it works when the directory contains spaces.
39824
39825 2005-08-29  Bruno Haible  <bruno@clisp.org>
39826
39827         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
39828
39829 2005-08-29  Bruno Haible  <bruno@clisp.org>
39830
39831         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
39832         Emit more advice.
39833
39834 2005-08-29  Bruno Haible  <bruno@clisp.org>
39835         and Stepan Kasal  <kasal@ucw.cz>
39836
39837         * check-module: If more parameters are given, check each of them
39838         separately; add more exceptions, as noted by Jim Meyering.
39839         (check_module): New procedure.
39840         (%exempt_header): Now contains all exceptions.
39841
39842 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
39843
39844         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
39845
39846 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
39847
39848         * lib/iconvme.c: Split iconv_string into iconv_alloc.
39849
39850 2005-08-28  Bruno Haible  <bruno@clisp.org>
39851
39852         * m4/gnulib-tool.m4: New file.
39853
39854 2005-08-27  Jim Meyering  <jim@meyering.net>
39855
39856         * modules/unistd-safer (Files): Add pipe-safer.c.
39857         * modules/fcntl-safer (Files): Add creat-safer.c.
39858
39859 2005-08-27  Jim Meyering  <jim@meyering.net>
39860
39861         * m4/stdlib-safer.m4: New file.  From coreutils.
39862         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
39863         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
39864         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
39865         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
39866         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
39867
39868 2005-08-27  Jim Meyering  <jim@meyering.net>
39869
39870         * lib/fopen-safer.c: Merge minor changes from coreutils.
39871         * lib/dup-safer.c: Likewise.
39872         * lib/fd-safer.c: Likewise.
39873
39874         Merge from coreutils.
39875         * lib/stdio--.h: New file.
39876         * lib/stdlib--.h: New file.
39877         * lib/mkstemp-safer.c: New file.
39878
39879         GNU tar needs these.
39880         * lib/pipe-safer.c: New file.
39881         * lib/creat-safer.c: New file.
39882         * lib/fcntl--.h (creat): Define to creat_safer.
39883         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
39884         * lib/unistd--.h (pipe): Define to pipe_safer.
39885         * lib/unistd-safer.h: Declare pipe_safer.
39886
39887 2005-08-26  Simon Josefsson  <jas@extundo.com>
39888
39889         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
39890         Haible <bruno@clisp.org>.
39891
39892 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
39893
39894         * lib/regex_internal.h: Remove all references to
39895         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
39896         or better.
39897         (bitset_not, bitset_merge, bitset_not_merge):
39898         (bitset_mask, re_string_allocate, re_string_construct):
39899         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
39900         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
39901         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
39902         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
39903         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
39904         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
39905         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
39906         (re_acquire_state_context):
39907         Remove unnecessary forward decls.
39908         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
39909         Put __attribute at function definition,
39910         now that the function decl has been removed.
39911         * lib/regex_internal.c (re_string_peek_byte_case):
39912         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
39913         Likewise.
39914
39915 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
39916
39917         * m4/regex.m4: Add AC_PREREQ(2.50).
39918         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
39919
39920 2005-08-25  Simon Josefsson  <jas@extundo.com>
39921
39922         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
39923         __fsetlocking.
39924
39925 2005-08-25  Simon Josefsson  <jas@extundo.com>
39926
39927         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
39928         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
39929         GLIBC specific code.
39930
39931 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39932
39933         Make regex safe for g++.  This fixes one real bug (an "err"
39934         that should have been "*err").  g++ problem reported by
39935         Sam Steingold.
39936         * lib/regex_internal.h (re_calloc): New macro, consistent with
39937         re_malloc etc.  All callers of calloc changed to use re_calloc.
39938         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
39939         not int.  All callers changed.
39940         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
39941         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
39942         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
39943         (find_recover_state): Change "err" to "*err"; this fixes what
39944         appears to be a real bug.
39945         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
39946         versus int.
39947
39948 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39949
39950         * modules/regex (Depends-on): Add malloc, since the code
39951         assumes that !malloc(0) means failure.
39952
39953 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39954
39955         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
39956
39957         alloca modernization/simplification for regex.
39958         * lib/regex.c: Remove portability cruft for alloca.  This no longer
39959         needs to be at the start of the file, and can be moved into
39960         regex_internal.h and simplified.
39961         * lib/regex_internal.h: Include <alloca.h>.
39962         (__libc_use_alloca) [!defined _LIBC]: New macro.
39963         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
39964         now works outside glibc.
39965
39966 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39967
39968         * config/srclist.txt: Add glibc bugs 1241, 1245.
39969
39970 2005-08-25  Jim Meyering  <jim@meyering.net>
39971
39972         * lib/open-safer.c: Include <config.h>.
39973         Otherwise, we'd lose LARGEFILE support in any file using
39974         e.g. "fcntl--.h"
39975
39976 2005-08-25  Bruno Haible  <bruno@clisp.org>
39977
39978         * m4/minmax.m4: Require autoconf 2.52.
39979         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
39980         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
39981         alternatives of translit over the alphabet.
39982         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
39983
39984 2005-08-24  Simon Josefsson  <jas@extundo.com>
39985
39986         * tests/test-getpass.c: New file.
39987
39988 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39989
39990         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
39991         for GNU regex features.
39992
39993 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39994
39995         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
39996         * lib/regex.h (regerror): Likewise.
39997
39998         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
39999         requires this.  (The code never needed it.)
40000
40001         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
40002         All uses of recently-renamed identifiers changed to use the new,
40003         POSIX-compliant names.  The code will build and run just fine
40004         without these changes, but it's better to eat our own dog food
40005         and use the standard-conforming names.
40006
40007         * lib/regex.h: Fix a multitude of POSIX name space violations.
40008         These changes have an effect only for programs that define
40009         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
40010         do not change anything for programs compiled in the normal way.
40011         Also, there is no effect on the ABI.
40012
40013         (_REGEX_SOURCE): New macro.
40014         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
40015         defined and _GNU_SOURCE is not; this fixes a name space violation.
40016
40017         Rename the following macros to obey POSIX requirements.
40018         The old names are still visible as macros if _REGEX_SOURCE is defined.
40019         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
40020         RE_BACKSLASH_ESCAPE_IN_LISTS.
40021         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
40022         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
40023         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
40024         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
40025         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
40026         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
40027         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
40028         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
40029         (REG_INTERVALS): renamed from RE_INTERVALS.
40030         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
40031         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
40032         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
40033         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
40034         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
40035         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
40036         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
40037         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
40038         RE_UNMATCHED_RIGHT_PAREN_ORD.
40039         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
40040         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
40041         (REG_DEBUG): renamed from RE_DEBUG.
40042         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
40043         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
40044         unusual, since we can't clash with the POSIX REG_ICASE.
40045         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
40046         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
40047         (REG_NO_SUB): renamed from RE_NO_SUB.
40048         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
40049         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
40050         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
40051         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
40052         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
40053         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
40054         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
40055         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
40056         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
40057         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
40058         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
40059         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
40060         RE_SYNTAX_POSIX_MINIMAL_BASIC.
40061         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
40062         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
40063         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
40064         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
40065         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
40066         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
40067         (REG_FIXED): Renamed from REGS_FIXED.
40068         (REG_NREGS): Renamed from RE_NREGS.
40069
40070         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
40071         of other REG_* macros, since POSIX says the user is allowed to
40072         #undef these macros selectively.
40073
40074         (reg_errcode_t): Update comment stating what other tables need
40075         to be consistent.
40076
40077         Rename the following enum values to obey POSIX requirements.
40078         The old names are still visible as macros.
40079         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
40080         is not defined, since GNU is supposed to be a superset of POSIX as
40081         much as possible, and since we want reg_errcode_t to be a signed
40082         type for implementation consistency.
40083         (_REG_NOERROR): Renamed from REG_NOERROR.
40084         (_REG_NOMATCH): Renamed from REG_NOMATCH.
40085         (_REG_BADPAT): Renamed from REG_BADPAT.
40086         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
40087         (_REG_ECTYPE): Renamed from REG_ECTYPE.
40088         (_REG_EESCAPE): Renamed from REG_EESCAPE.
40089         (_REG_ESUBREG): Renamed from REG_ESUBREG.
40090         (_REG_EBRACK): Renamed from REG_EBRACK.
40091         (_REG_EPAREN): Renamed from REG_EPAREN.
40092         (_REG_EBRACE): Renamed from REG_EBRACE.
40093         (_REG_BADBR): Renamed from REG_BADBR.
40094         (_REG_ERANGE): Renamed from REG_ERANGE.
40095         (_REG_ESPACE): Renamed from REG_ESPACE.
40096         (_REG_BADRPT): Renamed from REG_BADRPT.
40097         (_REG_EEND): Renamed from REG_EEND.
40098         (_REG_ESIZE): Renamed from REG_ESIZE.
40099         (_REG_ERPAREN): Renamed from REG_ERPAREN.
40100         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
40101         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
40102         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
40103         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
40104
40105         (_REG_RE_NAME, _REG_RM_NAME): New macros.
40106         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
40107         changed.  But support the old name if the new one is not defined
40108         and if _REGEX_SOURCE.
40109
40110         Change the following member names in struct re_pattern_buffer.
40111         The old names are still supported if !_REGEX_SOURCE.
40112         The new names are always supported, regardless of _REGEX_SOURCE.
40113         (re_buffer): Renamed from buffer.
40114         (re_allocated): Renamed from allocated.
40115         (re_used): Renamed from used.
40116         (re_syntax): Renamed from syntax.
40117         (re_fastmap): Renamed from fastmap.
40118         (re_translate): Renamed from translate.
40119         (re_can_be_null): Renamed from can_be_null.
40120         (re_regs_allocated): Renamed from regs_allocated.
40121         (re_fastmap_accurate): Renamed from fastmap_accurate.
40122         (re_no_sub): Renamed from no_sub.
40123         (re_not_bol): Renamed from not_bol.
40124         (re_not_eol): Renamed from not_eol.
40125         (re_newline_anchor): Renamed from newline_anchor.
40126
40127         Change the following member names in struct re_registers.
40128         The old names are still supported if !_REGEX_SOURCE.
40129         The new names are always supported, regardless of _REGEX_SOURCE.
40130         (rm_num_regs): Renamed from num_regs.
40131         (rm_start): Renamed from start.
40132         (rm_end): Renamed from end.
40133
40134         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
40135         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
40136         Prepend __ to parameter names.
40137
40138         Undo yesterday's changes.
40139
40140 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
40141
40142         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
40143         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
40144         lib/regex.c.
40145
40146 2005-08-24  Jim Meyering  <jim@meyering.net>
40147
40148         Sync from coreutils.
40149         * m4/fcntl-safer.m4: New file.
40150
40151         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
40152         and object files for this module.
40153
40154 2005-08-24  Jim Meyering  <jim@meyering.net>
40155
40156         Sync from coreutils.
40157         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
40158
40159 2005-08-24  Jim Meyering  <jim@meyering.net>
40160
40161         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
40162         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
40163
40164 2005-08-24  Jim Meyering  <jim@meyering.net>
40165
40166         * modules/fcntl-safer: New module.
40167         * modules/fts (Depends-on): Add fcntl-safer.
40168         * MODULES.html.sh (File descriptor based Input/Output):
40169         Add fcntl-safer.
40170
40171 2005-08-24  Bruno Haible  <bruno@clisp.org>
40172
40173         Support for unit test modules.
40174         * modules/README: Mention tests modules.
40175         * modules/TEMPLATE-TESTS: New file.
40176         * gnulib-tool: New options --extract-tests-module, --with-tests and
40177         --tests-base (unused for the moment).
40178         (testsbase, inctests): New variables.
40179         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
40180         (func_verify_module): Exclude TEMPLATE-TESTS.
40181         (func_verify_nontests_module, func_verify_tests_module): New functions.
40182         (func_get_dependencies): Add implicit dependency for tests modules.
40183         (func_get_tests_module): New function.
40184         (func_modules_transitive_closure): When --with-tests was specified,
40185         include the unit tests as well, unless explicitly avoided.
40186         (func_emit_lib_Makefile_am): Ignore the tests modules here.
40187         (func_emit_tests_Makefile_am): New function.
40188         (func_create_testdir): When --with-tests was specified, emit a
40189         tests/ directory.
40190         * MODULES.html.sh (Future developments): Update.
40191
40192 2005-08-24  Bruno Haible  <bruno@clisp.org>
40193
40194         * modules/tls-tests: New file.
40195         * tests/test-tls.c: New file, from GNU gettext.
40196
40197 2005-08-24  Bruno Haible  <bruno@clisp.org>
40198
40199         * modules/lock-tests: New file.
40200         * tests/test-lock.c: New file, from GNU gettext.
40201
40202 2005-08-24  Bruno Haible  <bruno@clisp.org>
40203
40204         * lib/lock.h: Add multiple inclusion guard.
40205         * lib/tls.h: Add multiple inclusion guard.
40206
40207 2005-08-24  Bruno Haible  <bruno@clisp.org>
40208
40209         * gnulib-tool: Add support for the --aux-dir option to
40210         --create-testdir, --create-megatestdir, --test, --megatest.
40211         (func_create_testdir, func_create_megatestdir): Optionally emit a
40212         AC_CONFIG_AUX_DIR directive.
40213         (create-testdir, create-megatestdir, test, megatest): Provide a
40214         default value for $auxdir.
40215
40216 2005-08-24  Bruno Haible  <bruno@clisp.org>
40217
40218         * gnulib-tool (import): Use compound statement instead of subshell
40219         where possible.
40220
40221 2005-08-24  Bruno Haible  <bruno@clisp.org>
40222
40223         * gnulib-tool (import): Change --aux-dir default to "build-aux".
40224
40225 2005-08-24  Bruno Haible  <bruno@clisp.org>
40226
40227         * gnulib-tool (func_version): Update.
40228
40229 2005-08-24  Bruno Haible  <bruno@clisp.org>
40230
40231         * gnulib-tool (func_import, func_create_testdir,
40232         func_create_megatestdir): Quote all autoconf macro arguments.
40233
40234 2005-08-24  Bruno Haible  <bruno@clisp.org>
40235
40236         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
40237         option --force, because --force causes the aclocal.m4 of each
40238         subdirectory to be newer than the corresponding config.h.in.
40239
40240 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
40241
40242         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
40243         All contents moved to gl_REGEX.
40244         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
40245         assume that it does.
40246
40247 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
40248
40249         * lib/regex.h (REG_NOSYS)
40250         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
40251         Define, since POSIX requires it as of 2001.
40252         (_REG_ENOSYS)
40253         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
40254         New private symbol, used to keep the enum signed in all cases.
40255         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
40256         Youngman in
40257         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
40258
40259         * lib/regex_internal.c (re_string_skip_chars, register_state):
40260         (calc_state_hash):
40261         Remove forward decls; no longer needed now that we use prototypes.
40262         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
40263         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
40264         (clean_state_log_if_needed): Likewise.
40265
40266 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
40267
40268         * config/srclist.txt: Add glibc bugs 1231-1233.
40269
40270 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40271
40272         Fix problems reported by Sam Steingold in
40273         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
40274         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
40275         assumed that reg_errcode_t is a signed type, which is not
40276         necessarily true if _XOPEN_SOURCE is not defined.
40277         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
40278         since some compilers warn about it otherwise.
40279
40280 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40281
40282         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
40283         (init_word_char, create_initial_state, duplicate_node_closure):
40284         (fetch_token, peek_token_bracket, build_range_exp):
40285         (build_collating_symbol): Remove forward decls; no longer needed
40286         now that we use prototypes.
40287
40288         * lib/regcomp.c:
40289         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
40290         (re_compile_fastmap_iter, regcomp, regerror, regfree):
40291         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
40292         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
40293         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
40294         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
40295         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
40296         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
40297         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
40298         (build_range_exp, build_collating_symbol, parse_bracket_exp):
40299         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
40300         (build_charclass, build_charclass_op, fetch_number, create_tree):
40301         (create_token_tree, mark_opt_subexp, duplicate_tree):
40302         Use prototypes rather than old-style definitions.
40303
40304         * lib/regex_internal.c:
40305         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
40306         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
40307         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
40308         (re_string_reconstruct, re_string_peek_byte_case):
40309         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
40310         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
40311         (re_node_set_init_copy, re_node_set_add_intersect):
40312         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
40313         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
40314         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
40315         (re_acquire_state, re_acquire_state_context, register_state):
40316         (create_ci_newstate, create_cd_newstate, free_state):
40317         Likewise.
40318         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
40319         re_search_2):
40320         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
40321         (re_search_internal, prune_impossible_nodes):
40322         (acquire_init_state_context, check_matching, static):
40323         (check_halt_node_context, check_halt_state_context, proceed_next_node):
40324         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
40325         (update_regs, sift_states_backward, build_sifted_states):
40326         (clean_state_log_if_needed, merge_state_array):
40327         (update_cur_sifted_state, add_epsilon_src_nodes):
40328         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
40329         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
40330         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
40331         (find_recover_state, check_subexp_matching_top, transit_state_mb):
40332         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
40333         (check_arrival, check_arrival_add_next_nodes):
40334         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
40335         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
40336         (check_node_accept_bytes, check_node_accept, extend_buffers):
40337         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
40338         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
40339         (sift_ctx_init):
40340         Likewise.
40341
40342         * lib/regex_internal.h:
40343         (re_string_allocate, re_string_construct, re_string_reconstruct):
40344         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
40345         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
40346         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
40347         (re_string_context_at, re_string_peek_byte_case):
40348         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
40349         is defined, since we now use prototypes always.
40350
40351         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
40352         C89 or better.  All uses removed.
40353
40354 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40355
40356         * config/srclist.txt: Add glibc bugs 1220-1227.
40357
40358 2005-08-20  Jim Meyering  <jim@meyering.net>
40359
40360         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
40361         of unused local, dfa.
40362
40363 2005-08-20  Bruno Haible  <bruno@clisp.org>
40364
40365         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
40366
40367 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40368
40369         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
40370         (re_node_set_insert_last, re_dfa_add_node):
40371         Rename local variables to avoid GCC shadowing warnings.
40372
40373 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40374
40375         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
40376         [defined lint]: Suppress bogus uninitialized-variable warnings.
40377
40378         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
40379         and let the caller return REG_ESPACE if out of space.  This
40380         removes an uninitialied-variable warning with GCC 4.0.1, and also
40381         avoids taking the address of a local variable.  All callers
40382         changed.
40383
40384 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40385
40386         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
40387         $LIBCSRC/posix/regexec.c.
40388         Add glibc bug 1217 for regcomp.c.
40389
40390 2005-08-19  Jim Meyering  <jim@meyering.net>
40391
40392         * lib/regexec.c (proceed_next_node): Redo local variables to
40393         avoid GCC shadowing warnings.
40394
40395 2005-08-18  Bruno Haible  <bruno@clisp.org>
40396
40397         * lib/strstr.c (strstr): Fix return value in multibyte case.
40398         * lib/strcasestr.c (strcasestr): Likewise.
40399
40400 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
40401
40402         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
40403
40404 2005-08-17  Jim Meyering  <jim@meyering.net>
40405
40406         Make the %s format (seconds since the epoch) work for a negative
40407         number and when used with a zero-padded field width, e.g. %015s.
40408
40409         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
40410         label so that it precedes the code to set `digits'.  Otherwise,
40411         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
40412         print `00-22'.  Now, it prints `-0022', as it should.
40413
40414 2005-08-17  Bruno Haible  <bruno@clisp.org>
40415
40416         * modules/strstr (Files): Add m4/mbrtowc.m4.
40417         (Depends-on): Add mbuiter.
40418
40419 2005-08-17  Bruno Haible  <bruno@clisp.org>
40420
40421         * modules/strcasestr: New file.
40422         * MODULES.html.sh (String handling, based on ANSI C 89): Add
40423         strcasestr.
40424
40425 2005-08-17  Bruno Haible  <bruno@clisp.org>
40426
40427         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
40428
40429 2005-08-17  Bruno Haible  <bruno@clisp.org>
40430
40431         * modules/mbuiter: New file.
40432         * MODULES.html.sh (Extended multibyte and wide character utilities):
40433         Add mbuiter.
40434
40435 2005-08-17  Bruno Haible  <bruno@clisp.org>
40436
40437         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
40438         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
40439
40440 2005-08-17  Bruno Haible  <bruno@clisp.org>
40441
40442         * m4/strcasestr.m4: New file.
40443
40444 2005-08-17  Bruno Haible  <bruno@clisp.org>
40445
40446         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
40447         * lib/strstr.c: Completely rewritten, with multibyte locale support.
40448
40449 2005-08-17  Bruno Haible  <bruno@clisp.org>
40450
40451         * lib/strcasestr.h: New file.
40452         * lib/strcasestr.c: New file.
40453
40454 2005-08-17  Bruno Haible  <bruno@clisp.org>
40455
40456         * lib/strcasecmp.c: Use mbuiter.h.
40457
40458 2005-08-17  Bruno Haible  <bruno@clisp.org>
40459
40460         * lib/mbuiter.h: New file.
40461
40462 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
40463
40464         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
40465         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
40466         and gl_GETOPT are both invoked via different paths (as happens
40467         with GNU tar CVS because it uses both argp and getopt), the former
40468         wins.
40469
40470 2005-08-16  Bruno Haible  <bruno@clisp.org>
40471
40472         * modules/tls: New file.
40473         * MODULES.html.sh (Multithreading): Add tls.
40474
40475 2005-08-16  Bruno Haible  <bruno@clisp.org>
40476
40477         * modules/strnlen1: New file.
40478         * MODULES.html.sh (String handling): Add strnlen1.
40479
40480 2005-08-16  Bruno Haible  <bruno@clisp.org>
40481
40482         * modules/strcase (Files): Add m4/mbrtowc.m4.
40483         (Depends-on): Add strnlen1, mbchar.
40484
40485 2005-08-16  Bruno Haible  <bruno@clisp.org>
40486
40487         * modules/mbiter: New file.
40488         * MODULES.html.sh (Extended multibyte and wide character utilities):
40489         Add mbiter.
40490
40491 2005-08-16  Bruno Haible  <bruno@clisp.org>
40492
40493         * modules/mbfile: New file.
40494         * MODULES.html.sh (Extended multibyte and wide character utilities):
40495         Add mbfile.
40496
40497 2005-08-16  Bruno Haible  <bruno@clisp.org>
40498
40499         * modules/mbchar: New file.
40500         * MODULES.html.sh (Extended multibyte and wide character utilities):
40501         New section.
40502
40503 2005-08-16  Bruno Haible  <bruno@clisp.org>
40504
40505         * m4/tls.m4: New file, from GNU gettext.
40506
40507 2005-08-16  Bruno Haible  <bruno@clisp.org>
40508
40509         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
40510         always.
40511         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
40512
40513 2005-08-16  Bruno Haible  <bruno@clisp.org>
40514
40515         * m4/mbiter.m4: New file.
40516
40517 2005-08-16  Bruno Haible  <bruno@clisp.org>
40518
40519         * m4/mbfile.m4: New file.
40520
40521 2005-08-16  Bruno Haible  <bruno@clisp.org>
40522
40523         * m4/mbchar.m4: New file.
40524
40525 2005-08-16  Bruno Haible  <bruno@clisp.org>
40526
40527         * lib/tls.h: New file, from GNU gettext.
40528         * lib/tls.c: New file, from GNU gettext.
40529
40530 2005-08-16  Bruno Haible  <bruno@clisp.org>
40531
40532         * lib/strnlen1.h: New file.
40533         * lib/strnlen1.c: New file.
40534
40535 2005-08-16  Bruno Haible  <bruno@clisp.org>
40536
40537         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
40538         (mbi_init): Update.
40539         (mbi_avail, mbi_advance): Let the iteration end before the terminating
40540         NUL byte, not after it.
40541
40542 2005-08-16  Bruno Haible  <bruno@clisp.org>
40543
40544         * lib/strcase.h (strcasecmp): Add note in comments.
40545         * lib/strncasecmp.c: Use code from strcasecmp.c.
40546         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
40547         (strcasecmp): Work correctly in multibyte locales.
40548
40549 2005-08-16  Bruno Haible  <bruno@clisp.org>
40550
40551         * lib/mbiter.h: New file.
40552
40553 2005-08-16  Bruno Haible  <bruno@clisp.org>
40554
40555         * lib/mbfile.h: New file.
40556
40557 2005-08-16  Bruno Haible  <bruno@clisp.org>
40558
40559         * lib/mbchar.h: New file.
40560         * lib/mbchar.c: New file.
40561
40562 2005-08-16  Bruno Haible  <bruno@clisp.org>
40563
40564         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
40565         the valid ones. Makes the comparison operations transitive:
40566         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
40567         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
40568
40569 2005-08-15  Simon Josefsson  <jas@extundo.com>
40570
40571         * modules/ssize_t (License): Change to 'unlimited'.
40572
40573         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
40574
40575 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40576
40577         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
40578         Add comments for each pending glibc patch.
40579
40580 2005-08-15  Bruno Haible  <bruno@clisp.org>
40581
40582         * lib/regex.h (__restrict_arr): Don't define to __restrict if
40583         __cplusplus is defined.
40584
40585 2005-08-14  Jim Meyering  <jim@meyering.net>
40586
40587         Sync from coreutils.
40588
40589         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
40590         Use the hash-table-based cycle-detection code not just when
40591         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
40592         Reported by James Youngman in
40593         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
40594         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
40595         FTS_TIGHT_CYCLE_CHECK.
40596         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
40597         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
40598         once again.
40599         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
40600         * lib/fts.c (fd_safer): Remove decl.
40601         Include fcntl--.h rather than unistd-safer.h
40602         (fts_safe_changedir): Don't call fd_safer; no longer needed
40603         now that we include fcntl--.h.
40604
40605 2005-08-12  Simon Josefsson  <jas@extundo.com>
40606
40607         * modules/getndelim2: Use ssize_t module.
40608         * modules/getnline: Likewise.
40609         * modules/safe-read: Likewise.
40610         * modules/xreadlink: Likewise.
40611
40612         * modules/ssize_t: New file.
40613
40614 2005-08-12  Simon Josefsson  <jas@extundo.com>
40615
40616         * m4/readline.m4: Look for termcap, curses or ncurses if required.
40617
40618 2005-08-12  Simon Josefsson  <jas@extundo.com>
40619
40620         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40621         ssize_t.
40622
40623 2005-08-12  Simon Josefsson  <jas@extundo.com>
40624
40625         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
40626         readline, getdelim and check_version.
40627         (Support for systems lacking ISO C 99: Sizes of integer types):
40628         Add size_max.
40629
40630 2005-08-12  Bruno Haible  <bruno@clisp.org>
40631
40632         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
40633
40634 2005-08-11  Simon Josefsson  <jas@extundo.com>
40635
40636         * modules/readline: New file.
40637
40638         * modules/strnlen (Files): Add strnlen.h.
40639
40640 2005-08-11  Simon Josefsson  <jas@extundo.com>
40641
40642         * m4/readline.m4: New file.
40643
40644 2005-08-11  Simon Josefsson  <jas@extundo.com>
40645
40646         * lib/readline.h, readline.c: New file.
40647
40648 2005-08-11  Simon Josefsson  <jas@extundo.com>
40649
40650         * doc/gnulib.texi (Initial import, Finishing touches): Mention
40651         gl_AVOID.
40652
40653 2005-08-11  Bruno Haible  <bruno@clisp.org>
40654
40655         * lib/strnlen.h (strnlen): Change parameter name to match comment.
40656
40657 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
40658
40659         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
40660
40661 2005-08-10  Simon Josefsson  <jas@extundo.com>
40662
40663         * tests/test-iconvme.c: New file.
40664
40665 2005-08-10  Simon Josefsson  <jas@extundo.com>
40666
40667         * m4/strnlen.m4: New file.
40668
40669         * m4/strndup.m4: Don't check for strnlen declaration, done in
40670         strnlen.m4.
40671
40672 2005-08-10  Simon Josefsson  <jas@extundo.com>
40673
40674         * lib/strndup.c: Use strnlen.h.
40675
40676         * lib/strnlen.h: New file.
40677
40678 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
40679
40680         * README: Typos.
40681
40682 2005-08-02  Simon Josefsson  <jas@extundo.com>
40683
40684         * modules/readline: New file.
40685
40686 2005-08-02  Simon Josefsson  <jas@extundo.com>
40687
40688         * modules/getdelim: New file.
40689
40690         * modules/getline: Rewrite, don't use getndelim2.
40691
40692 2005-08-02  Simon Josefsson  <jas@extundo.com>
40693
40694         * m4/getline.m4: Separate out getdelim stuff into separate module.
40695
40696         * m4/getdelim.m4: New file.
40697
40698 2005-08-02  Simon Josefsson  <jas@extundo.com>
40699
40700         * lib/getline.h, getline.c: Rewrite.
40701
40702         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
40703
40704 2005-07-31  Bruno Haible  <bruno@clisp.org>
40705
40706         * lib/lock.h (gl_lock_initializer): New macro.
40707         (gl_lock_define_initialized): Use it.
40708         (gl_rwlock_initializer): New macro.
40709         (gl_rwlock_define_initialized): Use it.
40710         (gl_recursive_lock_initializer): New macro.
40711         (gl_recursive_lock_define_initialized): Use it.
40712
40713 2005-07-30  Karl Berry  <karl@gnu.org>
40714
40715         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
40716         Report from Ben Pfaff, regarding getopt.
40717
40718 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
40719
40720         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
40721         normal way.
40722         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
40723         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
40724         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
40725         (gl_GETOPT): Use the new macros.  Most of the implementation
40726         is moved to the new macros.  This is for programs like Emacs
40727         that don't want all the functionality of gl_GETOPT.
40728
40729 2005-07-26  Bruno Haible  <bruno@clisp.org>
40730
40731         * m4/lock.m4: Update from GNU gettext.
40732
40733 2005-07-26  Bruno Haible  <bruno@clisp.org>
40734
40735         * lib/lock.h: Update from GNU gettext.
40736         * lib/lock.c: Update from GNU gettext.
40737
40738 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
40739
40740         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
40741         obsolescent AC_TRY_RUN.  Include the default includes files, for
40742         'exit'.
40743
40744 2005-07-24  Bruno Haible  <bruno@clisp.org>
40745
40746         * modules/visibility: New file.
40747         * MODULES.html.sh (Misc): Add visibility.
40748
40749 2005-07-24  Bruno Haible  <bruno@clisp.org>
40750
40751         * m4/visibility.m4: New file.
40752
40753 2005-07-24  Bruno Haible  <bruno@clisp.org>
40754
40755         * doc/visibility.texi: New file.
40756
40757 2005-07-22  Bruno Haible  <bruno@clisp.org>
40758
40759         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
40760         $(ALLOCA_H), redundant through BUILT_SOURCES.
40761         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
40762         redundant through BUILT_SOURCES.
40763         * modules/byteswap (Makefile.am): Remove explicit dependency on
40764         $(BYTESWAP_H), redundant through BUILT_SOURCES.
40765         * modules/fnmatch (Makefile.am): Remove explicit dependency on
40766         $(FNMATCH_H), redundant through BUILT_SOURCES.
40767         * modules/getopt (Makefile.am): Remove explicit dependency on
40768         $(GETOPT_H), redundant through BUILT_SOURCES.
40769         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
40770         redundant through BUILT_SOURCES.
40771         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
40772         redundant through BUILT_SOURCES.
40773         * modules/stdbool (Makefile.am): Remove explicit dependency on
40774         $(STDBOOL_H), redundant through BUILT_SOURCES.
40775         * modules/stdint (Makefile.am): Remove explicit dependency on
40776         $(STDINT_H), redundant through BUILT_SOURCES.
40777         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
40778         Remove explicit dependency on $(SYSEXITS_H).
40779         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
40780
40781 2005-07-18  Simon Josefsson  <jas@extundo.com>
40782
40783         * lib/check-version.c (check_version): Accept identical versions too.
40784
40785 2005-07-18  Bruno Haible  <bruno@clisp.org>
40786
40787         * modules/lock: New file.
40788         * MODULES.html.sh (Multithreading): New section.
40789
40790 2005-07-18  Bruno Haible  <bruno@clisp.org>
40791
40792         * m4/lock.m4: New file, from GNU gettext.
40793
40794 2005-07-18  Bruno Haible  <bruno@clisp.org>
40795
40796         * lib/lock.h: New file, from GNU gettext.
40797         * lib/lock.c: New file, from GNU gettext.
40798
40799 2005-07-18  Bruno Haible  <bruno@clisp.org>
40800
40801         * lib/lock.h (gl_once_t): New type.
40802         (gl_once_define, gl_once): New macros.
40803         * lib/lock.c (fresh_once): New variable.
40804         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
40805         functions.
40806
40807 2005-07-16  Simon Josefsson  <jas@extundo.com>
40808
40809         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
40810         workaround, suggested by Bruno.
40811
40812 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
40813
40814         * modules/xalloc (Depends-on): Add xalloc-die.
40815         * modules/xvasprintf (Depends-on): Add xalloc-die.
40816
40817 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
40818
40819         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
40820         with a minor change.
40821
40822 2005-07-15  Bruno Haible  <bruno@clisp.org>
40823
40824         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
40825         When using lib/poll.c, define poll as rpl_poll.
40826
40827 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
40828
40829         * modules/argp (Depends-on): Remove unlocked-io.
40830
40831 2005-07-14  Derek Price  <derek@ximbiot.com>
40832
40833         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
40834         for glob symlink bug.
40835
40836 2005-07-14  Bruno Haible  <bruno@clisp.org>
40837
40838         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
40839         Instead, test for *_unlocked function declarations directly.
40840
40841 2005-07-11  Simon Josefsson  <jas@extundo.com>
40842
40843         * modules/size_max: New file.
40844
40845         * modules/xsize: Depend on size_max module for size_max.m4.
40846
40847 2005-07-11  Simon Josefsson  <jas@extundo.com>
40848
40849         * lib/size_max.h: New file.
40850
40851 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
40852
40853         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
40854         copyright symbol and the year.
40855         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
40856         (version_etc_va): Use parameterized copyright notice.
40857         Reword to conform to the current GNU coding standards.
40858
40859 2005-07-11  Karl Berry  <karl@gnu.org>
40860
40861         * doc/gnulib.texi (Quoting): new node.
40862         (Initial import): more info, from Patrice.
40863
40864 2005-07-11  Bruno Haible  <bruno@clisp.org>
40865
40866         * gnulib-tool (func_usage): Document option --avoid.
40867         (Command line options): Handle --avoid.
40868         (func_acceptable): New function.
40869         (func_modules_transitive_closure): Use it.
40870
40871 2005-07-11  Bruno Haible  <bruno@clisp.org>
40872
40873         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
40874         Reported by Jim Meyering.
40875
40876 2005-07-10  Bruno Haible  <bruno@clisp.org>
40877
40878         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
40879         Needed when size_t is smaller than 'unsigned int'.
40880         Reported by Paul Eggert.
40881
40882 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
40883
40884         * modules/argp (Depends-on): Add unlocked-io
40885
40886 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
40887
40888         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
40889         block of defines.
40890
40891 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
40892
40893         * config/srclist.txt: Comment out regcomp.c, since we have a porting
40894         fix now.
40895
40896 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
40897         and Paul Eggert  <eggert@cs.ucla.edu>
40898
40899         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
40900         in wint_t, not wchar_t.  Remove now-unnecessary cast.
40901
40902 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
40903
40904         * modules/regex (Files): Add lib/regex_internal.c,
40905         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
40906         (Depends-on): Add extensions.
40907         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
40908
40909 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
40910
40911         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
40912         pathconf.
40913         * m4/same.m4 (gl_SAME): Likewise.
40914         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
40915
40916         * m4/regex.m4: Adjust to new libc regex implementation.
40917         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
40918         all the .c and .h parts of (the new) regex.
40919         Quote the m4 stuff better.
40920         Check for RE_ICASE bug of old gnulib.
40921         Check for REG_STARTEND of recent libc.
40922         Rename local variables from jm_* to gl_*.
40923         Quote operand of "test -f".
40924         Say "recent enough" version of libc, not "version 2".
40925         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
40926         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
40927         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
40928         Remove check for btowc, isascii.
40929         Require AM_LANGINFO_CODESET.
40930
40931 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
40932
40933         * lib/regex.c, regex.h: Sync from libc.
40934         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
40935         * lib/regexec.c:
40936         New files, synced from libc, except that regex_internal.h
40937         currently has a small porting fix.
40938
40939 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
40940
40941         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
40942         regex_internal.c, regexec.c.
40943         Add regex_internal.h too, but as a comment, since the libc version
40944         is currently broken in gnulib mode.
40945
40946 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
40947
40948         Support programs like Emacs that use gnulib but not gettext.
40949         * MODULES.html.sh (Internationalization functions): Add gettext-h.
40950         * modules/gettext-h: New file.
40951         * modules/gettext (Files): Remove lib/gettext.h.
40952         (Depends-on): Add gettext-h.
40953         (Makefile.am): Remove lib_SOURCES.
40954         * modules/argmatch, modules/c-stack, modules/closeout:
40955         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
40956         * modules/execute, modules/file-type, modules/getaddrinfo:
40957         * modules/getopt, modules/human, modules/javacomp:
40958         * modules/javaexec, modules/mkdir-p, modules/obstack:
40959         * modules/openat, modules/pagealign_alloc, modules/pipe:
40960         * modules/quotearg, modules/regex, modules/rpmatch:
40961         * modules/unicodeio, modules/userspec, modules/version-etc:
40962         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
40963         * modules/xsetenv:
40964         Depend on gettext-h, not gettext.
40965
40966 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
40967
40968         * gnulib-tool (func_import): Add support for 'public domain' license.
40969         * modules/alloca, modules/atexit, modules/memmove:
40970         Now public domain, not GPL.
40971         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
40972         * modules/realloc, modules/strerror, modules/strtod:
40973         Now LGPL, not GPL.
40974
40975 2005-07-05  Bruno Haible  <bruno@clisp.org>
40976
40977         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
40978         autoconf CVS. Needed for mingw.
40979
40980 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
40981
40982         Remove the dependency of the strftime module on the tzset module.
40983         * modules/strftime (Depends-on): Remove dependency on tzset.
40984
40985 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
40986
40987         Remove the dependency of the strftime module on the tzset module.
40988         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
40989         gl_FUNC_TZSET_CLOBBER.
40990
40991 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
40992
40993         Remove the dependency of the strftime module on the tzset module.
40994         * lib/strftime.c (my_strftime)
40995         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
40996         Copy the input structure, to work around some of the bug with
40997         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
40998         Solaris releases, you should also use the tzset module, but we won't
40999         require it as a dependency any more since we don't want LGPLed code
41000         to depend on GPLed code.
41001
41002 2005-07-02  Jim Meyering  <jim@meyering.net>
41003
41004         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
41005         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
41006         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
41007         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
41008
41009 2005-07-02  Jim Meyering  <jim@meyering.net>
41010
41011         * lib/backupfile.c (backup_args): Change a `0' to NULL.
41012
41013 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
41014
41015         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
41016         declares only 'struct timespec;' (!).
41017
41018 2005-07-01  Jim Meyering  <jim@meyering.net>
41019
41020         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
41021         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
41022         * lib/save-cwd.c, tempname.c:
41023         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
41024         and don't include <sys/file.h>).
41025
41026 2005-06-29  Jim Meyering  <jim@meyering.net>
41027
41028         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
41029         type name.  Use the variable name instead.
41030         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
41031         Likewise.
41032
41033 2005-06-28  Simon Josefsson  <jas@extundo.com>
41034
41035         * modules/check-version (Files): Add check-version.m4.
41036
41037 2005-06-28  Simon Josefsson  <jas@extundo.com>
41038
41039         * m4/check-version.m4: New file, suggested by Jim Meyering
41040         <jim@meyering.net>.
41041
41042 2005-06-28  Simon Josefsson  <jas@extundo.com>
41043
41044         * lib/check-version.h, lib/check-version.c: New files.
41045
41046 2005-06-28  Simon Josefsson  <jas@extundo.com>
41047
41048         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
41049         collision with global variable.  Better indentation.  Don't
41050         increment buffer pointer beyond buffer end.  Based on comments
41051         from Paul Eggert <eggert@cs.ucla.edu>.
41052
41053         * lib/base64.h: Indent.
41054
41055 2005-06-28  Simon Josefsson  <jas@extundo.com>
41056
41057         * doc/gnulib.texi (Library version handling): New section.
41058
41059 2005-06-28  Jim Meyering  <jim@meyering.net>
41060
41061         * check-module (find_included_lib_files): Hard-code another
41062         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
41063         but modules/fts-lgpl (correctly) does not list those files.
41064
41065         * modules/canonicalize (Files): Add lib/pathmax.h.
41066
41067 2005-06-25  Simon Josefsson  <jas@extundo.com>
41068
41069         * modules/check-version: New file.
41070
41071 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
41072
41073         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
41074         initializer of struct addrinfo, as an indication that we don't
41075         care how many members the structure has.
41076
41077 2005-06-24  Derek Price  <derek@ximbiot.com>
41078         and Bruno Haible  <bruno@clisp.org>
41079
41080         Remove stat module & update lstat.
41081         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
41082         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
41083         * m4/stat.m4: Remove this file.
41084
41085 2005-06-24  Derek Price  <derek@ximbiot.com>
41086         and Bruno Haible  <bruno@clisp.org>
41087
41088         Remove stat module & update lstat.
41089         * lib/stat.c: Remove this file...
41090         (slash_aware_lstat): ...moving this content and its support...
41091         * lib/lstat.c (rpl_lstat): ...into here.
41092         * lib/lstat.h: New file.
41093
41094 2005-06-24  Derek Price  <derek@ximbiot.com>
41095         and Bruno Haible  <bruno@clisp.org>
41096
41097         Remove stat module & update lstat.
41098         * config/srclist.txt (libc sources): Remove stat.
41099
41100 2005-06-24  Derek Price  <derek@ximbiot.com>
41101         and Bruno Haible  <bruno@clisp.org>
41102
41103         Remove stat module & update lstat.
41104         * MODULES.html.sh (stat): Remove.
41105         * MODULES.html: Regenerated.
41106         * modules/lstat (Description): Correct function name.
41107         (Files): Add "lstat.h".
41108         (Depends-on): Remove stat, add xalloc, stat-macros.
41109         * modules/stat: Remove this file.
41110         (Include): Add "lstat.h", remove <sys/stat.h>.
41111
41112 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
41113
41114         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
41115         (ranged_convert): Don't save conversion in a temporary struct.
41116         This causes a warning with GCC 4.0.0, and anyway in the typical
41117         case it's not worth the extra 100 bytes or so of code.
41118         (ranged_convert, __mktime_internal): When calling a function via a
41119         pointer P, use P () rather than (*P) (), as we now assume C89 or
41120         better.
41121
41122 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
41123
41124         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
41125         "who -r" failed to give output.  Problem reported by Tim Waugh.
41126
41127         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
41128         (xcalloc): Use it to avoid needless tests.
41129         Problem reported by Jim Meyering.
41130
41131 2005-06-20  Derek Price  <derek@ximbiot.com>
41132
41133         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
41134         unnecessary for Autoconfs > 2.59c.
41135
41136 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41137
41138         * lib/argp.h (__option_is_short): Check upper limit of
41139         __key. Isprint() requires its argument to have the value
41140         of an unsigned char or EOF.
41141
41142 2005-06-16  Jim Meyering  <jim@meyering.net>
41143
41144         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
41145         when either N or S is zero.
41146
41147 2005-06-16  Derek Price  <derek@ximbiot.com>
41148
41149         * m4/bison.m4: Declare YACC & YFLAGS precious.
41150
41151 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
41152
41153         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
41154         multibyte string or pattern, fall back on unibyte matching.
41155         Problem reported by James Youngman.
41156
41157 2005-06-08  Bruno Haible  <bruno@clisp.org>
41158
41159         * modules/csharpcomp: New file.
41160         * MODULES.html.sh (C#): Add csharpcomp.
41161
41162 2005-06-08  Bruno Haible  <bruno@clisp.org>
41163
41164         * m4/csharpcomp.m4: New file, from GNU gettext.
41165
41166 2005-06-08  Bruno Haible  <bruno@clisp.org>
41167
41168         * lib/csharpcomp.h: New file, from GNU gettext.
41169         * lib/csharpcomp.c: New file, from GNU gettext.
41170         * lib/csharpcomp.sh.in: New file, from GNU gettext.
41171
41172 2005-06-08  Bruno Haible  <bruno@clisp.org>
41173
41174         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
41175         warning on mingw.
41176
41177 2005-06-07  Derek Price  <derek@ximbiot.com>
41178
41179         Sync from CVS.
41180         * lib/glob_.h: Indent nested #ifdef.
41181
41182 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
41183
41184         Sync from coreutils.
41185         Use "file name" when talking about file names, instead of "filename"
41186         or "path", as per the GNU coding standards.
41187         * lib/mkdir-p.c: Renamed from makepath.c.
41188         (make_dir_parents): Renamed from make_path.  All callers changed.
41189         * lib/mkdir-p.h: Likewise.  All includers changed.
41190         * lib/filenamecat.c: Renamed from path-concat.c.
41191         (file_name_concat): Renamed from path_concat.  All callers changed.
41192         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
41193         * lib/filenamecat.h: Likewise.  All includers changed.
41194         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
41195         in comments or local variable names.
41196         * lib/basename.c: Likewise.
41197         * lib/canonicalize.c, canonicalize.h: Likewise.
41198         * lib/dirname.c, dirname.h: Likewise.
41199         * lib/euidaccess.c: Likewise.
41200         * lib/exclude.c: Likewise
41201         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
41202         * lib/fsusage.c, fsuage.h: Likewise.
41203         * lib/fts.c, fts_.h: Likewise.
41204         * lib/getcwd.c: Likewise.
41205         * lib/getloadavg.c: Likewise.
41206         * lib/mkstemp.c: Likewise.
41207         * lib/mountlist.c, mountlist.h: Likewise.
41208         * lib/openat.c, openat.h: Likewise.
41209         * lib/readlink-stub.c: Likewise.
41210         * lib/readutmp.c, readutmp.h: Likewise.
41211         * lib/rename.c: Likewise.
41212         * lib/rmdir.c: Likewise.
41213         * lib/same.c: Likewise.
41214         * lib/savedir.c: Likewise.
41215         * lib/stripslash.c: Likewise.
41216         * lib/tempname.c: Likewise.
41217         * lib/xreadlink.c: Likewise.
41218         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
41219         All uses changed.
41220         * lib/exclude.h: Likewise.
41221
41222         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
41223         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
41224         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
41225         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
41226         * lib/pathmax.h: Include <limits.h> unconditionally, since other
41227         files have been getting away with it for years (MORE/BSD 4.3
41228         is extinct now).
41229         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
41230         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
41231
41232         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
41233         Define to 256, not 255, as per modern POSIX.
41234
41235 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
41236
41237         Sync from coreutils.
41238         Use "file name" when talking about file names, instead of "filename"
41239         or "path", as per the GNU coding standards.
41240         * MODULES.html.sh: mkdir-p renamed from makepath.
41241         filenamecat renamed from path-concat.
41242         * modules/filenamecat: Renamed from modules/path-concat.
41243         (Files): filenamecat.h and filenamecat.c renamed from
41244         path-concat.h and path-concat.c.
41245         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
41246         (Include): filenamecat.h, not path-concat.h.
41247         * modules/mkdir-p: Renamed from modules/makepath.
41248         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
41249         makepath.c.
41250         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
41251         (Include): mkdir-p.h, not makepath.h.
41252
41253 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
41254
41255         Sync from coreutils.
41256         * m4/mkdir-p.m4: Renamed from makepath.m4.
41257         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
41258         Rename files from makepath.c to mkdir-p.c, and from
41259         makepath.h to mkdir-p.h.
41260         * m4/filenamecat.m4: Renamed from path-concat.m4.
41261         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
41262         Rename files from path-concat.c to filenamecat.c,
41263         and from path-concat.h to filenamecat.h.
41264         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
41265         "file name" in local variables or comments.
41266         * m4/rename.m4: Likewise.
41267
41268 2005-06-01  Bruno Haible  <bruno@clisp.org>
41269
41270         * modules/csharpexec: New file.
41271         * MODULES.html.sh (C#): New section.
41272
41273 2005-06-01  Bruno Haible  <bruno@clisp.org>
41274
41275         * m4/csharp.m4: New file, from GNU gettext.
41276         * m4/csharpexec.m4: New file, from GNU gettext.
41277
41278 2005-06-01  Bruno Haible  <bruno@clisp.org>
41279
41280         * lib/csharpexec.h: New file, from GNU gettext.
41281         * lib/csharpexec.c: New file, from GNU gettext.
41282         * lib/csharpexec.sh.in: New file, from GNU gettext.
41283
41284 2005-05-31  Derek Price  <derek@ximbiot.com>
41285             Paul Eggert  <eggert@cs.ucla.edu>
41286
41287         Sync from cvs.
41288         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
41289
41290 2005-05-31  Derek Price  <derek@ximbiot.com>
41291             Paul Eggert  <eggert@cs.ucla.edu>
41292
41293         Sync from cvs.
41294         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
41295
41296 2005-05-29  Derek Price  <derek@ximbiot.com>
41297
41298         * config/srclist.txt (glob_.h, glob.c): Add these files.
41299
41300 2005-05-29  Derek Price  <derek@ximbiot.com>
41301
41302         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
41303         * modules/glob: New file.
41304         * modules/getlogin_r: Add link to POSIX spec in description.
41305
41306 2005-05-29  Derek Price  <derek@ximbiot.com>
41307             Paul Eggert  <eggert@cs.ucla.edu>
41308
41309         * m4/glob.m4: New file.
41310
41311 2005-05-29  Derek Price  <derek@ximbiot.com>
41312             Paul Eggert  <eggert@cs.ucla.edu>
41313
41314         * lib/glob_.h, lib/glob.c: New files.
41315
41316 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
41317
41318         * modules/fts (Files): Remove m4/inttypes-pri.m4.
41319         * modules/fts-lgpl (Depends-on): Remove gettext.
41320
41321 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
41322
41323         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
41324         and don't require gt_INTTYPES_PRI.
41325
41326 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
41327
41328         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
41329
41330         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
41331         the configuration hassle isn't worth it.
41332         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
41333         (LONGEST_MODIFIER, PRIuMAX): Remove.
41334
41335 2005-05-27  Bruno Haible  <bruno@clisp.org>
41336
41337         * lib/getlogin_r.h: Remove second include of <stddef.h>.
41338
41339 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
41340
41341         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
41342         _POSIX_PTHREAD_SEMANTICS for Solaris.
41343
41344 2005-05-25  Derek Price  <derek@ximbiot.com>
41345
41346         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
41347
41348 2005-05-25  Derek Price  <derek@ximbiot.com>
41349             Paul Eggert  <eggert@cs.ucla.edu>
41350
41351         * modules/getlogin_r, m4/getlogin_r.m4: New files.
41352         * lib/getlogin_r.c, getlogin_r.h: New files.
41353
41354 2005-05-25  Bruno Haible  <bruno@clisp.org>
41355             Derek Price  <derek@ximbiot.com>
41356
41357         * lib/getlogin_r.h: Simplify API documentation.
41358
41359 2005-05-23  Derek Price  <derek@ximbiot.com>
41360
41361         * modules/minmax (Files): Add m4/minmax.m4.
41362         (configure.ac): Add gl_MINMAX.
41363
41364 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41365
41366         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
41367         so that unistd-safer.h (GPL'ed code) need not be included.
41368
41369 2005-05-22  Bruno Haible  <bruno@clisp.org>
41370
41371         * m4/minmax.m4: New file.
41372         Based on a patch by Derek Price <derek@ximbiot.com>.
41373
41374 2005-05-22  Bruno Haible  <bruno@clisp.org>
41375
41376         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
41377         (INT64_MIN): Fix definition.
41378         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
41379
41380         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
41381         NEED_SIGNED_INT_TYPES.
41382
41383         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
41384         HAVE_SYSTEM_INTTYPES.
41385
41386 2005-05-22  Bruno Haible  <bruno@clisp.org>
41387
41388         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
41389         Also include <sys/param.h> if it defines MIN, MAX.
41390         Based on a patch by Derek Price <derek@ximbiot.com>.
41391
41392 2005-05-21  Jim Meyering  <jim@meyering.net>
41393
41394         * modules/fts (Files): Add m4/inttypes-pri.m4.
41395         (Depends-on): Add lstat and remove gettext.  Alphabetize.
41396
41397 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
41398
41399         New fts module.
41400         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
41401         (setup_dir, free_dir): New functions.
41402         (enter_dir, leave_dir): Define trivial
41403         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
41404         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
41405         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
41406         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
41407         Move to fts-cycle.c.
41408         (fts_open): Use setup_dir.
41409         (fts_close): Use free_dir.
41410         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
41411         This adds a label and some gotos, but the alternatives were messier.
41412         Check for memory allocation failure when entering a dir.
41413         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
41414         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
41415         (FTS): New member fts_cycle, that is a union that contains the
41416         old active_dir_ht and cycle_state.  All uses changed to mention
41417         fts_cycle.ht and fts_cycle.state.
41418         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
41419         fts.c, with the following changes:
41420         (setup_dir, free_dir): New functions.
41421         (enter_dir): Now returns bool.  Return true if successful, false
41422         if memory exhausted.  All callers changed.
41423         Do not bother partly cleaning up on
41424         memory allocation failure; that is free_dir's job.
41425         However, free ad if hash_insert fails, to avoid memory leak.
41426         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
41427         fts->fts_options to see which union member to use.
41428
41429 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
41430
41431         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
41432         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
41433
41434 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
41435
41436         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
41437
41438 2005-05-20  Jim Meyering  <jim@meyering.net>
41439
41440         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
41441         Now a macro, to pacify GCC.
41442
41443 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
41444
41445         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
41446         of -1.
41447
41448 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
41449
41450         * lib/chown.c (rpl_chown): Return -1 on failure.
41451
41452 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
41453
41454         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
41455         Don't check for stddef.h.
41456         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
41457         don't use its results.
41458         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
41459         since we include them unconditionally.  Don't require
41460         AM_STDBOOL_H, since stdbool is a prerequisite.
41461         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
41462         since we assume C89 or better.
41463         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
41464         as we don't use their results.
41465         Don't check for fchdir, memmove, memset, strrchr, as we use
41466         them unconditionally.
41467         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
41468         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
41469
41470 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
41471
41472         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
41473         Include <stddef.h> unconditionally, since we assume C89 now.
41474         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
41475         * lib/fts.c: Include fts_.h first, to check interface.
41476         Do not include intprops.h; no longer needed.
41477         Include cycle-check.h and hash.h, since fts_.h no longer does.
41478         Remove unnecessary casts of closedir to void.
41479         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
41480         decide whether to decrement nlinks.
41481         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
41482         (FTS): Use struct hash_table * instead of Hash_table, so that
41483         we no longer need to include hash.h here.
41484
41485 2005-05-18  Jim Meyering  <jim@meyering.net>
41486
41487         * modules/dirfd (License): Change to LGPL.  Most of the code
41488         is already in the public domain.
41489
41490 2005-05-18  Jim Meyering  <jim@meyering.net>
41491
41492         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
41493         Reported by Yoann Vandoorselaere.
41494
41495 2005-05-17  Jim Meyering  <jim@meyering.net>
41496
41497         * m4/fts.m4: New file, from coreutils.
41498
41499 2005-05-17  Jim Meyering  <jim@meyering.net>
41500
41501         * lib/fts.c, lib/fts_.h: New files, from coreutils.
41502
41503 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
41504
41505         Sync from coreutils.
41506         * m4/unlinkdir.m4: New file.
41507
41508 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
41509
41510         Sync from coreutils.
41511         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
41512         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
41513         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
41514         White space changes only.
41515         * lib/makepath.c (make_path): Port to hosts where leading "//" is
41516         special.
41517         * lib/yesno.c: Include getline.h, not ctype.h.
41518         (yesno): Don't remove leading white space; POSIX doesn't allow it.
41519         Use getline to remove arbitrary restriction on response length.
41520
41521 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
41522
41523         * config/srclist-update: Spell out "Street" in FSF postal
41524         mail address; this is the style the FSF seems to prefer.
41525
41526         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
41527         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
41528         this updates FSF postal mail address.
41529
41530         Sync from coreutils.
41531         * modules/unlinkdir: New file.
41532         * modules/yesno (Depends-on): Add getline.
41533         * MODULES.html.sh (File system functions): Add unlinkdir.
41534
41535 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
41536
41537         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
41538         lib/strsep.h:
41539         Change the initial comment to refer to GPL, not LGPL.
41540         gnulib-tool will change it to LGPL as needed.
41541
41542         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
41543         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
41544         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
41545         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
41546         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
41547         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
41548         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
41549         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
41550         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
41551         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
41552         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
41553         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
41554         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
41555         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
41556         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
41557         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
41558         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
41559         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
41560         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
41561         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
41562         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
41563         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
41564         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
41565         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
41566         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
41567         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
41568         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
41569         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
41570         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
41571         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
41572         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
41573         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
41574         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
41575         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
41576         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
41577         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
41578         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
41579         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
41580         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
41581         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
41582         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
41583         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
41584         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
41585         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
41586         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
41587         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
41588         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
41589         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
41590         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
41591         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
41592         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
41593         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
41594         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
41595         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
41596         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
41597         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
41598         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
41599         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
41600         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
41601         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
41602         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
41603         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
41604         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
41605         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
41606         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
41607         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
41608         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
41609         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
41610         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
41611         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
41612         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
41613         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
41614         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
41615         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
41616         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
41617         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
41618         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
41619         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
41620         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
41621         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
41622         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
41623         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
41624         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
41625         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
41626         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
41627         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
41628         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
41629         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
41630         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
41631         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
41632         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
41633         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
41634         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
41635         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
41636         lib/yesno.c, lib/yesno.h:
41637         Update FSF postal mail address.
41638
41639 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
41640
41641         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
41642         tests/test-memmem.c, tests/test-stpncpy.c:
41643         Update FSF postal mail address.
41644
41645 2005-05-13  Bruno Haible  <bruno@clisp.org>
41646
41647         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
41648         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
41649         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
41650         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
41651         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
41652         Add support for 64-bit integers in the MSVC compiler.
41653
41654 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41655
41656         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
41657
41658 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
41659
41660         * gnulib-tool (func_import): Sort and uniquify recommended includes.
41661
41662 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
41663
41664         * doc/getdate.texi (General date syntax): Don't say that date
41665         date --iso-8601=ns generates acceptable dates; it doesn't yet.
41666         Problem reported by Nic Ferrier.
41667
41668 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41669
41670         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
41671         specified in ai_socktype. Fix invalid ai_protocol
41672         check. ai_protocol is usually set to 0 or depending on
41673         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
41674         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
41675         ai_socktype / ai_protocol in the returned addrinfo structure.
41676
41677 2005-05-10  Simon Josefsson  <jas@extundo.com>
41678
41679         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
41680         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
41681
41682 2005-05-10  Karl Berry  <karl@gnu.org>
41683
41684         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
41685         (from http://www.gnu.org/licenses).
41686         * doc/COPYING.LIB: also rename to COPYING.LESSER.
41687         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
41688         fdl.texi suffices.
41689
41690 2005-05-10  Karl Berry  <karl@gnu.org>
41691
41692         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
41693         (COPYING.DOC): remove.
41694
41695         * config/srclist-update: new FSF address.
41696
41697 2005-05-10  Derek Price  <derek@ximbiot.com>
41698
41699         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
41700         possible.
41701
41702 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41703             Bruno Haible  <bruno@clisp.org>
41704
41705         * modules/inet_ntop: New file.
41706         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41707         inet_ntop.
41708
41709 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41710             Bruno Haible  <bruno@clisp.org>
41711
41712         * m4/inet_ntop.m4: New file.
41713
41714 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41715             Bruno Haible  <bruno@clisp.org>
41716
41717         * lib/inet_ntop.h: New file.
41718         * lib/inet_ntop.c: New file, from glibc with modifications.
41719
41720 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
41721
41722         * modules/time_r (License): Change to LGPL.
41723         * modules/extensions (License): Change to LGPL.  Actually,
41724         the license is more permissive than that, but currently gnulib-tool
41725         doesn't know how to handle more-permissive licenses.
41726
41727         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
41728         Problem reported by Dave Love.
41729
41730 2005-05-08  Jim Meyering  <jim@meyering.net>
41731
41732         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
41733         blank.
41734
41735 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
41736
41737         * modules/argmatch (Depends-on): Add stdbool.
41738         * modules/backupfile (Depends-on): Likewise.
41739         * modules/chdir-long (Depends-on): Likewise.
41740         * modules/closeout (Depends-on): Likewise.
41741         * modules/cycle-check (Depends-on): Likewise.
41742         * modules/dirname (Depends-on): Likewise.
41743         * modules/fnmatch (Depends-on): Likewise.
41744         * modules/fsusage (Depends-on): Likewise.
41745         * modules/fwriteerror (Depends-on): Likewise.
41746         * modules/getcwd (Depends-on): Likewise.
41747         * modules/getloadavg (Depends-on): Likewise.
41748         * modules/hard-locale (Depends-on): Likewise.
41749         * modules/makepath (Depends-on): Likewise.
41750         * modules/mountlist (Depends-on): Likewise.
41751         * modules/nanosleep (Depends-on): Likewise.
41752         * modules/posixtm (Depends-on): Likewise.
41753         * modules/quotearg (Depends-on): Likewise.
41754         * modules/readtokens (Depends-on): Likewise.
41755         * modules/readtokens0 (Depends-on): Likewise.
41756         * modules/readutmp (Depends-on): Likewise.
41757         * modules/save-cwd (Depends-on): Likewise.
41758         * modules/strftime (Depends-on): Likewise.
41759         * modules/userspec (Depends-on): Likewise.
41760         * modules/utimecmp (Depends-on): Likewise.
41761         * modules/xgetcwd (Depends-on): Likewise.
41762         * modules/xnanosleep (Depends-on): Likewise.
41763         * modules/xstrtod (Depends-on): Likewise.
41764         * modules/yesno (Depends-on): Likewise.
41765
41766 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
41767
41768         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
41769         needless checks.
41770
41771 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
41772
41773         Merge from coreutils.  Among other things,
41774         add bulletproofing for cases where stdin, stdout, or stderr are closed.
41775         * lib/fd-safer.c: New file.
41776         * lib/fcntl-safer.h, open-safer.c: Remove.
41777         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
41778         * lib/dup-safer.c: Include unistd-safer.h first.
41779         Don't include errno.h.
41780         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
41781         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
41782         * lib/file-type.c: Rely on file-type.h change.
41783         * lib/getloadavg.c: Include unistd-safer.h.
41784         (getloadavg): Use safer open.
41785         * lib/getusershell.c: Include "stdio-safer.h".
41786         (getusershell): Use safer fopen.
41787         * lib/long-options.c (long_options): Use NULL rather than 0.
41788         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
41789         'free'.
41790         * lib/modechange.c: Likewise.
41791         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
41792         (MODE_DONE): New constant.
41793         (struct mode_change): Remove 'next' member.
41794         (make_node_op_equals): New function; like the old one of the
41795         same name, except it allocates an array.
41796         (mode_compile, mode_create_from_ref): Use it.
41797         (mode_compile): Allocate result as an array, not a linked list.
41798         Parse octal string ourself, so that we catch mistakes like "+0".
41799         (mode_adjust): Arg is an array, not a linked list.
41800         * lib/modechange.c: Include stat-macros.h, xalloc.h.
41801         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
41802         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
41803         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
41804         Remove.  This is now stat-macros.h's job.
41805         (talloc): Remove.  All callers replaced by xalloc, so that
41806         our invokers don't have to worry about reporting memory failures.
41807         (make_node_op_equals): Remove.
41808         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
41809         New constants.
41810         (struct mode_change): Moved here from modechange.h.
41811         (mode_append_entry): Remove.
41812         (mode_compile): Remove MASKED_OPS arg, since it encouraged
41813         apps to have incorrect behavior.  Use simpler algorithm for head
41814         and tail.  Don't futz with umask; that's now the job of mode_adjust.
41815         Detect more invalid usages rather than having somewhat-random behavior.
41816         Don't insert an "a=" action, as that leads to incorrect behavior.
41817         (mode_compile, mode_create_from_ref): Return NULL on error instead
41818         of an enum, since now there's only one way to have an error.  All
41819         callers changed.
41820         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
41821         at the correct time.  Simplify calculation of "+u" and its ilk.
41822         Don't mishandle "+X".
41823         (mode_free): Remove "register" and localize decls.
41824         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
41825         (struct mode_change): Move to modechange.c; callers don't
41826         need to see this stuff.
41827         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
41828         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
41829         (mode_change, mode_adjust): Reflect the new signatures noted above.
41830         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
41831         that might redefine system include files.
41832         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
41833         (my_usleep): Use NULL rather than (void *) 0.
41834         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
41835         Use siginterrupt to specify that system calls should be interrupted.
41836         (rpl_nanosleep): Move initialization of suspended closer to call of
41837         my_usleep.
41838         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
41839         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
41840         (desirable_utmp_entry): New function.
41841         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
41842         using x2nrealloc, to simplify logic.
41843         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
41844         size calculation.  Do not assume utmp file is a regular file.
41845         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
41846         (READ_UTMP_CHECK_PIDS): New constant.
41847         * lib/save-cwd.c: Include unistd-safer.h.
41848         (save_cwd): Use fd_safer.
41849         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
41850         [!_LIBC] Include "stat-macros.h" instead.
41851         * lib/unistd-safer.h (fd_safer): New decl.
41852
41853 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
41854
41855         * modules/getloadavg (Depends-on): Add unistd-safer.
41856         * modules/getusershell (Depends-on): Add stdio-safer.
41857         * modules/lstat (Depends-on): Remove xalloc.
41858         * modules/mkstemp (Depends-on): Add stat-macros.
41859         * modules/modechange (Depends-on): Remove xstrtol.
41860         Add stat-macros, xalloc.
41861         * modules/save-cwd (Depends-on): Add unistd-safer.
41862         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
41863         * modules/unistd-safer (Files): Add lib/fd-safer.c
41864         (Makefile.am): Remove lib_SOURCES.
41865
41866         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
41867         Remove fcntl-safer; unistd-safer supersedes it.
41868
41869 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
41870
41871         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
41872         AC_HEADER_STAT.
41873         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
41874         (gl_PREREQ_CHOWN): Remove.
41875         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
41876         it.  Don't require AC_HEADER_STAT.
41877         (gl_PREREQ_LSTAT): Remove.
41878         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
41879         Don't require AC_HEADER_STAT.
41880         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
41881         (gl_PREREQ_RMDIR): Remove.
41882         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
41883         mention stat-macros.h or AC_HEADER_STAT, since we'll make
41884         the stat-macros module a prerequisite.
41885         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
41886         * m4/filemode.m4 (gl_FILEMODE): Likewise.
41887         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
41888         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
41889         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
41890         variable names.
41891         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
41892         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
41893         variable prefixes.
41894         * m4/fcntl-safer.m4: Remove.
41895         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
41896         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
41897         Invoke gl_PREREQ_FD_SAFER.
41898         (gl_PREREQ_FD_SAFER): New macro.
41899         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
41900         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
41901         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
41902         Remove duplicate call to AC_LIBOBJ(readutmp).
41903         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
41904
41905         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
41906         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
41907
41908 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
41909
41910         * MODULES.html.sh (Misc): Add byteswap.
41911
41912 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
41913
41914         * modules/getcwd (Depends-on): Add extensions.
41915         * modules/openat (Depends-on): Likewise.
41916
41917 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
41918
41919         * modules/byteswap: New file.
41920
41921 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
41922
41923         * m4/byteswap.m4: New file.
41924
41925 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
41926
41927         * lib/byteswap_.h: New file.
41928
41929 2005-04-25  Karl Berry  <karl@gnu.org>
41930
41931         * m4/gettext.m4: Update from GNU gettext 0.14.4.
41932
41933 2005-04-25  Albert Chin  <china@thewrittenword.com>
41934
41935         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
41936         Toolkit C bug.
41937
41938 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
41939
41940         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
41941         (func_ln_if_changed) Remove forcibly for no error message
41942         in case file does not exist.
41943
41944 2005-04-19  Simon Josefsson  <jas@extundo.com>
41945
41946         * gnulib-tool (Options): Make --symlink mean --symbolic.
41947
41948 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
41949
41950         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
41951
41952 2005-04-16  Simon Josefsson  <jas@extundo.com>
41953
41954         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
41955
41956 2005-04-15  Simon Josefsson  <jas@extundo.com>
41957
41958         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
41959
41960 2005-04-15  Simon Josefsson  <jas@extundo.com>
41961
41962         * gnulib-tool: Rename --symlink to --symbolic.
41963
41964 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
41965
41966         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
41967         symbolic links to files instead of copying/moving.  Add --aux-dir,
41968         specifying directory relative --dir where auxiliary build tools
41969         are placed.
41970
41971 2005-04-14  Bruno Haible  <bruno@clisp.org>
41972
41973         * modules/allocsa (License): Change to LGPL.
41974         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
41975
41976 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
41977
41978         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
41979         that "UTC +1 second" continues to work.  Problem reported
41980         by Dmitry V. Levin.
41981         (relunit_snumber): New rule.
41982         (relunit): Use it.
41983
41984 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
41985
41986         * lib/getdate.y (universal_time_zone_table): New constant.
41987         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
41988         universal_time_zone_table.
41989         (lookup_zone): Prefer universal_time_zone_table to
41990         local_time_zone_table, so that "GMT" time stamps are allowed in
41991         London during the summer.  Problem reported by Ian Abbott.
41992
41993 2005-04-12  Jim Meyering  <jim@meyering.net>
41994
41995         * lib/human.c (humblock): Set *options even when returning due to
41996         xstrtoumax conversion failure.  Thanks to a used-uninitialized
41997         warning from gcc-4.
41998
41999 2005-04-09  Jim Meyering  <jim@meyering.net>
42000
42001         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
42002         -Wuninitialized: initialize tm0.tm_year.
42003
42004 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
42005
42006         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
42007         count, since there's no maximum.  All uses changed.
42008         Add member dsts_seen.
42009         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
42010         not being INT_MAX.
42011         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
42012         Use pc_rels_seen to decide whther a date is absolute.
42013
42014         * lib/getdate.y (number): Don't overwrite year.
42015         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
42016         check.
42017
42018 2005-04-02  Simon Josefsson  <jas@extundo.com>
42019
42020         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
42021         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
42022
42023 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
42024
42025         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
42026         where no absolute path name can be longer than PATH_MAX.
42027
42028 2005-03-27  Jim Meyering  <jim@meyering.net>
42029
42030         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
42031
42032 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
42033
42034         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
42035         "one's complement" -> "ones' complement" in comment, as per Knuth.
42036         "value of type" -> "type or expression" in comment.
42037         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
42038
42039 2005-03-26  Jim Meyering  <jim@meyering.net>
42040
42041         Comment nits.
42042         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
42043         Correct typos: s/or/of/.
42044
42045 2005-03-26  Jim Meyering  <jim@meyering.net>
42046
42047         * modules/check-include-files: Move to ../ and rename to...
42048         * check-module: ...this.
42049
42050 2005-03-25  Jim Meyering  <jim@meyering.net>
42051
42052         * modules/xvasprintf (Files): Add xalloc.h.
42053
42054 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
42055
42056         * modules/gettext (Files): config/config.rpath ->
42057         build-aux/config.rpath
42058         * modules/iconv (Files): Likewise.
42059         Problem reported by Oskar Liljeblad.
42060
42061 2005-03-23  Jim Meyering  <jim@meyering.net>
42062
42063         * modules/check-include-files: New script to check for
42064         missing dependencies, multiple includes, etc.
42065
42066         * modules/c-strtold (Depends-on): Add xalloc.
42067         * modules/c-strtod (Depends-on): Add xalloc.
42068         * modules/hash (Depends-on): Add xalloc.
42069         (Files): Remove lib/xalloc.h.
42070
42071         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
42072         * modules/userspec (Files): Add lib/inttostr.h.
42073
42074 2005-03-23  Jim Meyering  <jim@meyering.net>
42075
42076         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
42077
42078 2005-03-22  Jim Meyering  <jim@meyering.net>
42079
42080         * modules/stat-macros: New module.
42081         * modules/canonicalize, modules/euidaccess, modules/file-type,
42082         * modules/filemode, modules/lchown, modules/makepath,
42083         * modules/rmdir, modules/stat: Depend on new stat-macros module
42084         rather than listing lib/stat-macros.h manually.
42085         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
42086
42087 2005-03-22  Jim Meyering  <jim@meyering.net>
42088
42089         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
42090
42091 2005-03-22  Bruno Haible  <bruno@clisp.org>
42092
42093         * config/srclist.txt: Replace target directory 'config' with
42094         'build-aux'.
42095         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
42096         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
42097         ../build-aux/.
42098
42099 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
42100
42101         * modules/chdir-long (Depends-on): Add mempcpy.
42102
42103         * modules/acl, modules/backupfile, modules/c-strtod,
42104         modules/c-strtold, modules/canon-host, modules/canonicalize,
42105         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
42106         modules/exclude, modules/exitfail, modules/file-type,
42107         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
42108         modules/getdate, modules/getline, modules/getpagesize,
42109         modules/getpass, modules/getugroups, modules/group-member,
42110         modules/hard-locale, modules/hash, modules/human, modules/idcache,
42111         modules/inttostr, modules/long-options, modules/makepath,
42112         modules/md5, modules/memcasecmp, modules/memcoll,
42113         modules/modechange, modules/mountlist, modules/path-concat,
42114         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
42115         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
42116         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
42117         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
42118         modules/strftime, modules/strndup, modules/strverscmp,
42119         modules/timespec, modules/unlocked-io, modules/userspec,
42120         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
42121         modules/yesno:
42122         Remove lib_SOURCES line from Makefile.am section, as this is now
42123         done automatically by the corresponding Autoconf macro.
42124
42125 2005-03-21  Jim Meyering  <jim@meyering.net>
42126
42127         Changes imported from coreutils.
42128
42129         * lib/cycle-check.c: Don't include xalloc.h.
42130
42131         * lib/path-concat.c: Don't include assert.h.
42132         (path_concat): Remove assertion that would have triggered
42133         for ABASE starting with more than one slash.
42134         Reported by Andreas Schwab.
42135
42136         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
42137         properly when ABASE is an absolute file name.
42138         Correct the description of this function.
42139         Include <assert.h>.
42140         Add an assertion and a test driver.
42141         This fixes a bug introduced on 2004-07-02.
42142         Andreas Schwab reported the resulting failure of cp --parents:
42143         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
42144
42145 2005-03-21  Jim Meyering  <jim@meyering.net>
42146
42147         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
42148         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
42149
42150 2005-03-21  Jim Meyering  <jim@meyering.net>
42151         and  Paul Eggert  <eggert@cs.ucla.edu>
42152
42153         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
42154         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
42155         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
42156         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
42157         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
42158         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
42159         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
42160         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
42161         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
42162         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
42163         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
42164         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
42165         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
42166         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
42167         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
42168         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
42169         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
42170         for these modules.
42171
42172 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
42173
42174         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
42175         (which shouldn't happen), generate nothing instead of returning 0
42176         immediately, so that nstrftime (NULL, ...) doesn't return 0.
42177
42178 2005-03-16  Bruno Haible  <bruno@clisp.org>
42179
42180         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
42181         HAVE_LONGLONG_64BIT.
42182
42183 2005-03-16  Bruno Haible  <bruno@clisp.org>
42184
42185         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
42186         HAVE_LONGLONG_64BIT.
42187
42188 2005-03-16  Bruno Haible  <bruno@clisp.org>
42189
42190         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
42191         HAVE_LONGLONG_64BIT.
42192
42193 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
42194
42195         * lib/strftime.c (my_strftime): Prepend space to format so that we can
42196         reliably distinguish strftime failure from empty output on POSIX
42197         hosts.
42198
42199 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
42200
42201         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
42202         (iconv_string): Don't guess a size-zero buffer, as that might cause
42203         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
42204         result would be 'too large', where 'too large' is (heuristically)
42205         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
42206         overflow concerns.  This will prevent some unwanted malloc failures
42207         when the inputs are very large.
42208
42209 2005-03-15  Karl Berry  <karl@gnu.org>
42210
42211         * config/srclist.txt (config.rpath): from gettext.
42212         * config/config.rpath: update.
42213
42214 2005-03-15  Bruno Haible  <bruno@clisp.org>
42215
42216         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
42217         to 'negate'.
42218
42219         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
42220         variable.
42221
42222         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
42223         results.
42224
42225 2005-03-14  Simon Josefsson  <jas@extundo.com>
42226
42227         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
42228         <fx@gnu.org>.
42229
42230 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
42231
42232         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
42233         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
42234         intprops.h.
42235         * lib/strtol.c: Likewise.
42236
42237 2005-03-14  Jim Meyering  <jim@meyering.net>
42238
42239         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
42240         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
42241         to be nonzero so that we (and caller) can detect the difference
42242         between a valid zero-length expansion and an error return, even
42243         when the underlying strftime fails before writing anything into
42244         that location.
42245
42246 2005-03-14  Bruno Haible  <bruno@clisp.org>
42247
42248         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
42249         Update from GNU gettext 0.14.3.
42250
42251 2005-03-10  Jim Meyering  <jim@meyering.net>
42252
42253         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
42254
42255 2005-03-10  Jim Meyering  <jim@meyering.net>
42256
42257         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
42258         so that this module works on systems without fchdir.
42259
42260 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
42261
42262         Factor int-properties macros into a single file, except for
42263         glibc-related files.
42264         * lib/intprops.h: New file.
42265         * lib/getloadavg.c: Include it instead of limits.h.
42266         (INT_STRLEN_BOUND): Remove.
42267         * lib/human.c: Include intprops.h.
42268         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
42269         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
42270         302/1000.
42271         * lib/inttostr.h: Include intprops.h instead of limits.h.
42272         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
42273         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
42274         for consistency with intprops.h.
42275         (time_t_is_integer, twos_complement_arithmetic): Use them.
42276         * lib/sig2str.h: Include <signal.h>, intprops.h.
42277         (INT_STRLEN_BOUND): Remove.
42278         * lib/strftime.c (TYPE_SIGNED): Remove.
42279         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
42280         * lib/strtol.c: Adjust comments to match intprops.h.
42281         * lib/userspec.c: Include intprops.h.
42282         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
42283         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
42284         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
42285         instead of rolling our own expressions.
42286         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
42287
42288         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
42289         instead of int.
42290         (my_strftime): Do not mishandle years close to INT_MAX, by doing
42291         the right thing even if adding 1900 would overflow.  Similarly
42292         for tm_mon + 1 and tm_yday + 1.
42293         Make %Y always equivalent to %C%y, and similarly for %G and %g.
42294         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
42295         (DO_SIGNED_NUMBER): New macro.
42296         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
42297
42298 2005-03-07  Bruno Haible  <bruno@clisp.org>
42299
42300         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
42301
42302 2005-03-07  Bruno Haible  <bruno@clisp.org>
42303
42304         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
42305
42306 2005-03-04  Derek R. Price  <derek@ximbiot.com>
42307
42308         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
42309         (func_import): Only replace files via --import when they have actually
42310         changed.
42311
42312 2005-03-03  Derek R. Price  <derek@ximbiot.com>
42313
42314         * m4/mmap-anon.m4: New file.
42315         * m4/pagealign_alloc.m4: New file.
42316
42317 2005-03-03  Derek R. Price  <derek@ximbiot.com>
42318             Bruno Haible  <bruno@clisp.org>
42319
42320         * modules/pagealign_alloc: New file.
42321         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
42322
42323 2005-03-03  Derek R. Price  <derek@ximbiot.com>
42324             Bruno Haible  <bruno@clisp.org>
42325
42326         * lib/pagealign_alloc.h: New file.
42327         * lib/pagealign_alloc.c: New file.
42328
42329 2005-03-03  Bruno Haible  <bruno@clisp.org>
42330
42331         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
42332         Use an all-permissive copyright notice, recommended by RMS.
42333
42334 2005-03-02  Bruno Haible  <bruno@clisp.org>
42335
42336         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
42337         of AIX, the replacement has to be done only after <string.h> is
42338         included, therefore not in config.h. stpncpy.h does the replacement,
42339         and stpncpy.c uses it.
42340
42341 2005-03-02  Bruno Haible  <bruno@clisp.org>
42342
42343         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
42344         stpncpy.c uses it.
42345
42346 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
42347
42348         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
42349         The workaround isn't strictly needed for POSIX conformance, and
42350         it's too much of a pain to configure and maintain.  We'll ask
42351         people to fix their kernels instead.
42352         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
42353         (NANOSLEEP_BUG_WORKAROUND): Remove.
42354         (xnanosleep): Remove the workaround.
42355
42356 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
42357
42358         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
42359         Reported by Derek Price.
42360         (Include): Add "timespec.h".
42361
42362         * modules/xnanosleep (Depends-on): Remove gethrxtime.
42363
42364 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
42365
42366         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
42367         to detect nanosleep bug.
42368
42369 2005-03-01  Bruno Haible  <bruno@clisp.org>
42370
42371         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
42372
42373 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
42374
42375         * modules/gethrxtime: New file.
42376         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
42377         (Depends-on): Add gethrxtime.
42378         (configure.ac): Add gl_XNANOSLEEP.
42379         (Makefile.am): Remove lib_SOURCES line.
42380
42381 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
42382
42383         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
42384         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
42385
42386 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
42387
42388         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
42389         * lib/timespec.h (gettime): Return void, since it always
42390         succeeds now.  All uses changed.
42391         * lib/gettime.c (gettime) Likewise.
42392         [HAVE_NANOTIME]: Prefer nanotime.
42393         Assume gettimeofday succeeds, as POSIX requires.
42394         Assime time () succeeds, since other code already does.
42395         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
42396         (timespec_subtract): Remove.
42397         (NANOSLEEP_BUG_WORKAROUND): New constant.
42398         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
42399         things considerably.  Use it only on GNU/Linux hosts, since the
42400         workaround shouldn't be needed elsewhere.
42401
42402 2005-02-24  Bruno Haible  <bruno@clisp.org>
42403
42404         * modules/gettext (Files): Add m4/glibc2.m4.
42405
42406 2005-02-24  Bruno Haible  <bruno@clisp.org>
42407
42408         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
42409         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
42410         * m4/progtest.m4:
42411         Update from GNU gettext 0.14.2.
42412         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
42413
42414 2005-02-24  Bruno Haible  <bruno@clisp.org>
42415
42416         * lib/localcharset.c: Update from GNU gettext 0.14.2.
42417         * lib/config.charset: Update from GNU gettext 0.14.2.
42418
42419 2005-02-24  Bruno Haible  <bruno@clisp.org>
42420
42421         * lib/gettext.h: Update from GNU gettext 0.14.2.
42422
42423 2005-02-23  Simon Josefsson  <jas@extundo.com>
42424
42425         * m4/iconvme.m4: New file.
42426
42427 2005-02-23  Jim Meyering  <jim@meyering.net>
42428
42429         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
42430         change.
42431         Thanks to Bruno Haible for catching it.
42432
42433 2005-02-22  Simon Josefsson  <jas@extundo.com>
42434
42435         * modules/iconvme: New file.
42436
42437         * MODULES.html.sh: Add iconvme.
42438
42439 2005-02-22  Simon Josefsson  <jas@extundo.com>
42440
42441         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
42442
42443 2005-02-22  Simon Josefsson  <jas@extundo.com>
42444
42445         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
42446
42447 2005-02-22  Jim Meyering  <jim@meyering.net>
42448
42449         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
42450         s/ifndef/ifdef/.
42451
42452 2005-02-20  Neil Conway  <neilc@samurai.com>
42453
42454         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
42455         returned by OSX/Darwin if the specified buffer is not large
42456         enough for the hostname.
42457
42458 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42459
42460         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
42461         pass it to _help, otherwise the latter coredumps trying to
42462         dereference state.root_argp.
42463
42464 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
42465
42466         * modules/chdir-long (Depends-on): Add memrchr.
42467         * modules/memrchr (Files): Add lib/memrchr.h.
42468         (Include): "memrchr.h".
42469
42470 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
42471
42472         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
42473
42474 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
42475
42476         * lib/memrchr.h: New file.
42477         * lib/chdir-long.c: Include it.
42478         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
42479         Don't bother including stddef.h.
42480
42481 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
42482
42483         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
42484         inclusion.
42485         Include <sys/types.h>, for dev_t.
42486         (ME_DUMMY, ME_REMOTE): Move from here....
42487         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
42488         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
42489         Dmitry V. Levin.
42490         Include mountlist.h first, to test the interface.
42491
42492 2005-01-29  Bruno Haible  <bruno@clisp.org>
42493
42494         * lib/progname.c (program_name): Initialize.
42495         Needed when linking statically on MacOS X.
42496
42497 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
42498
42499         Sync from coreutils.
42500         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
42501         (Depends-on): Add c-strtod.
42502         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
42503
42504 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
42505
42506         Sync from coreutils.
42507         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
42508
42509         Remove files that are specific to coreutils.
42510         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
42511
42512 2005-01-28  Bruno Haible  <bruno@clisp.org>
42513
42514         * modules/javacomp: New file.
42515         * MODULES.html.sh (Java): Add javacomp.
42516
42517 2005-01-28  Bruno Haible  <bruno@clisp.org>
42518
42519         * m4/javacomp.m4: New file, from GNU gettext.
42520
42521 2005-01-28  Bruno Haible  <bruno@clisp.org>
42522
42523         * lib/javacomp.sh.in: New file, from GNU gettext.
42524         * lib/javacomp.h: New file, from GNU gettext.
42525         * lib/javacomp.c: New file, from GNU gettext.
42526
42527 2005-01-26  Simon Josefsson  <jas@extundo.com>
42528
42529         * lib/gai_strerror.c: Use GPL in header.
42530
42531 2005-01-26  Bruno Haible  <bruno@clisp.org>
42532
42533         * modules/javaexec: New file.
42534         * MODULES.html.sh (Java): Add javaexec.
42535
42536 2005-01-26  Bruno Haible  <bruno@clisp.org>
42537
42538         * m4/javaexec.m4: New file, from GNU gettext.
42539
42540 2005-01-26  Bruno Haible  <bruno@clisp.org>
42541
42542         * lib/javaexec.sh.in: New file, from GNU gettext.
42543         * lib/javaexec.h: New file, from GNU gettext.
42544         * lib/javaexec.c: New file, from GNU gettext.
42545
42546 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42547
42548         * modules/lchown (Depends-on): Remove lchown.h
42549
42550 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42551
42552         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
42553         must be defined if the header file was not found, in order
42554         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
42555
42556 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42557
42558         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
42559         initializers for struct pentry_state.
42560         (__argp_error): Check return value of __asprintf
42561         (__argp_failure): Translate error message
42562
42563         * lib/argp-parse.c: Removed braces around the expansion of N_()
42564
42565 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
42566
42567         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
42568         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
42569         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
42570         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
42571         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
42572         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
42573         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
42574         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
42575         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
42576         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
42577         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
42578         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
42579         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
42580         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
42581         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
42582         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
42583         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
42584         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
42585         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
42586         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
42587         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
42588         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
42589         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
42590         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
42591         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
42592         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
42593         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
42594         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
42595         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
42596         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
42597         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
42598         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
42599         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
42600         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
42601         xstrtol.m4, xstrtoumax.m4, yesno.m4:
42602         Use an all-permissive copyright notice, recommended by RMS.
42603
42604 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
42605
42606         * modules/chdir-long (Depends-on): Remove mempcpy.
42607
42608 2005-01-21  Jim Meyering  <jim@meyering.net>
42609
42610         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
42611         same value as for Solaris 9.
42612
42613         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
42614         component length.  This included changing the parameter to be
42615         of type `char *' rather than `char const *'.
42616         * lib/chdir-long.h (chdir_long): Update prototype.
42617
42618         * lib/openat.c (fdopendir, fstatat): New functions.
42619         * lib/openat.h: Include headers required for use of DIR and struct
42620         stat.
42621         [AT_SYMLINK_NOFOLLOW]: Define.
42622         (fdopendir, fstatat): Add prototypes.
42623
42624 2005-01-21  Bruno Haible  <bruno@clisp.org>
42625
42626         * modules/classpath: New file.
42627         * MODULES.html.sh (Java): Add classpath.
42628
42629 2005-01-21  Bruno Haible  <bruno@clisp.org>
42630
42631         * lib/classpath.h: New file, from GNU gettext.
42632         * lib/classpath.c: New file, from GNU gettext.
42633
42634 2005-01-20  Simon Josefsson  <jas@extundo.com>
42635
42636         * modules/version-etc-fsf: New file.
42637
42638 2005-01-20  Simon Josefsson  <jas@extundo.com>
42639
42640         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
42641         * lib/version-etc.c: Remove version_etc_copyright.
42642         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
42643         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
42644
42645 2005-01-20  Simon Josefsson  <jas@extundo.com>
42646
42647         * lib/base64.h (isbase64): Add.
42648
42649         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
42650         using a unsigned prototype, don't inline.
42651         (base64_decode): Use it.
42652
42653 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
42654
42655         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
42656         it.
42657
42658 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
42659
42660         * lib/save-cwd.c (save_cwd): Remove code to support the case
42661         where fchdir is missing or flaky.
42662
42663 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
42664
42665         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
42666
42667 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
42668
42669         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
42670         AC_LIBSOURCES now does this.
42671         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
42672         with new ullong_max module.
42673
42674 2005-01-19  Bruno Haible  <bruno@clisp.org>
42675
42676         * modules/sh-quote: New file.
42677         * MODULES.html.sh (Executing programs): Add sh-quote.
42678
42679 2005-01-19  Bruno Haible  <bruno@clisp.org>
42680
42681         * lib/sh-quote.h: New file, from GNU gettext.
42682         * lib/sh-quote.c: New file, from GNU gettext.
42683
42684 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
42685
42686         Merge from coreutils.
42687         * m4/ullong_max.m4: New file.
42688         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
42689         (gl_MACROS): Assume localeconv exists.
42690
42691 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
42692
42693         Merge changes from coreutils, as described below in several
42694         changelogs dated today.
42695
42696         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
42697         (O_DIRECTORY): Remove; not needed here, since "." must be
42698         a directory.  All uses removed.
42699         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
42700         universal on Suns, and we also need to test for IRIX.
42701         Revamp code to use 'if' rather than '#if'.
42702         Avoid unnecessary comparison of cwd->desc to 0.
42703
42704         * lib/utimens.c (futimens): Robustify the previous patch, by checking
42705         for known valid error numbers rather than observed invalid ones.
42706
42707 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
42708
42709         * modules/ullong_max: New file.
42710
42711         * modules/chdir-long, modules/openat: New files.
42712         * modules/save-cwd (Depends-on): Depend on chdir-long.
42713         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
42714
42715 2005-01-18  Jim Meyering  <jim@meyering.net>
42716
42717         Merge from coreutils.
42718         * m4/chdir-long.m4, m4/openat.m4: New files.
42719         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
42720         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
42721         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
42722         is sane and DOES follow symlinks.  Besides, testing 20 different
42723         systems found no broken chown implementations.
42724         Prompted by a change in rsync's copy of this macro.
42725         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
42726
42727         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
42728
42729         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
42730         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
42731         NULL-means-set-to-current-time semantics.
42732         Remove temporary file immediately, rather than waiting
42733         for configure's at-exit trap code to do it.
42734
42735 2005-01-18  Jim Meyering  <jim@meyering.net>
42736
42737         * lib/version-etc.c (version_etc_copyright): Update copyright date.
42738
42739         * lib/utimens.c (futimens): Account for the fact that futimes
42740         can also fail with errno == ENOSYS or errno == ENOENT.
42741         Patch from Dmitry V. Levin.
42742
42743         Change the name of the robust chdir function from chdir to chdir_long.
42744         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
42745         (restore_cwd): Use chdir_long, not chdir.
42746         * lib/chdir-long.c: Renamed from chdir.c.
42747         * lib/chdir-long.h: Renamed from chdir.h.
42748         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
42749         Hurd.
42750
42751 2005-01-18  Bruno Haible  <bruno@clisp.org>
42752
42753         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
42754         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
42755         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
42756         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
42757         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
42758         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
42759         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
42760         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
42761         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
42762         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
42763         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
42764         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
42765         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
42766         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
42767         Use an all-permissive copyright notice, recommended by RMS.
42768
42769 2005-01-18  Bob Proulx  <bob@proulx.com>
42770
42771         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
42772         simplify offsetof() macro construct to avoid compile failure with
42773         native HP-UX 11.0 ANSI C compiler.
42774
42775 2005-01-17  Bruno Haible  <bruno@clisp.org>
42776
42777         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
42778         redundant because stpncpy.m4 takes care of it.
42779
42780 2005-01-17  Bruno Haible  <bruno@clisp.org>
42781
42782         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
42783
42784 2005-01-17  Bruno Haible  <bruno@clisp.org>
42785
42786         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
42787         used.
42788
42789 2005-01-17  Bruno Haible  <bruno@clisp.org>
42790
42791         * lib/fwriteerror.h (fwriteerror): Change specification to include
42792         fclose.
42793         * lib/fwriteerror.c: Include <stdbool.h>.
42794         (fwriteerror): At the end, close the file stream. Record whether
42795         stdout was already closed.
42796
42797 2005-01-17  Bruno Haible  <bruno@clisp.org>
42798
42799         * lib/execute.c (environ): Declare if needed.
42800         * lib/pipe.c (environ): Likewise.
42801         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
42802
42803 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42804
42805         * modules/argp: Depend on vsnprintf
42806
42807 2005-01-10  Jim Meyering  <jim@meyering.net>
42808
42809         * modules/closeout (Depends-on): Add atexit.
42810
42811 2005-01-06  Bruno Haible  <bruno@clisp.org>
42812
42813         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
42814
42815 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
42816
42817         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
42818         definitions to be after all include files, to avoid collisions.
42819         Problem reported by Bob Proulx.
42820
42821 2005-01-04  Jim Meyering  <jim@meyering.net>
42822
42823         Changes imported from coreutils.
42824         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
42825         as the mkstemp template, use a temporary directory and an
42826         8.3-friendly template to avoid trouble on systems like DJGPP.
42827         Reported by Juan M. Guerrero via Stepan Kasal.
42828         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
42829         close. Remove the temporary directory right away, rather than waiting
42830         for configure's at-exit trap code to do it.
42831         Suggestion from Stepan Kasal.
42832
42833 2005-01-01  Simon Josefsson  <jas@extundo.com>
42834
42835         * gnulib-tool: Print #include directives when --import'ing.
42836
42837 2004-12-28  Simon Josefsson  <jas@extundo.com>
42838
42839         * tests/test-base64.c: Include required header files.  Remove
42840         unused variables.
42841
42842 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
42843
42844         * modules/error (Depends-on): Remove gettext.
42845
42846 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
42847
42848         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
42849         not needed.  This removes a dependency on the gettext module.
42850         [defined _LIBC]: Do not include <libintl.h>; not needed.
42851
42852 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
42853
42854         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
42855         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
42856
42857 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
42858
42859         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
42860         HAVE_DECL_STRTOLD.
42861
42862 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
42863
42864         * modules/getdate (Depends-on): Remove alloca-opt.
42865
42866 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
42867
42868         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
42869
42870 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
42871
42872         * lib/argp-parse.c: Include <stddef.h>.
42873         (alignof, alignto): New macros.
42874         (parser_init): Don't assume that void * is aligned sufficiently
42875         for struct option.
42876
42877         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
42878         need to extend the stack.
42879         (YYINITDEPTH): New macro, so that the initial stack isn't overly
42880         large.
42881
42882 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42883
42884         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
42885
42886 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
42887
42888         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
42889         (2004-10-24) change.  Apparently this was a false alarm.
42890
42891         * modules/getdate: Depend on alloca-opt, not alloca.
42892
42893 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
42894
42895         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
42896         Remove now-obsolete comment about AIX.
42897         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
42898         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
42899         (YYMAXDEPTH): New macro.
42900
42901 2004-12-18  Simon Josefsson  <jas@extundo.com>
42902
42903         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
42904
42905 2004-12-18  Bruno Haible  <bruno@clisp.org>
42906
42907         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
42908
42909 2004-12-18  Bruno Haible  <bruno@clisp.org>
42910
42911         * lib/fatal-signal.c (fatal_signals): Make non-const.
42912         (init_fatal_signals): New function.
42913         (uninstall_handlers, install_handlers): Ignore signals that were set to
42914         SIG_IGN.
42915         (at_fatal_signal): Call init_fatal_signals.
42916         (init_fatal_signal_set): Likewise. Ignore signals that were set to
42917         SIG_IGN.
42918         Reported by Paul Eggert.
42919
42920 2004-12-18  Bruno Haible  <bruno@clisp.org>
42921
42922         * doc/alloca.texi: New file.
42923         * doc/alloca-opt.texi: New file.
42924
42925 2004-12-17  Jim Meyering  <jim@meyering.net>
42926
42927         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
42928         Otherwise, install-sh could exit with improper exit status when
42929         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
42930
42931 2004-12-16  Simon Josefsson  <jas@extundo.com>
42932
42933         * tests/test-base64.c: Add license.
42934
42935 2004-12-15  Stepan Kasal  <address@hidden>
42936
42937         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
42938
42939 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
42940
42941         * modules/getcwd (Files): Add m4/d-ino.m4.
42942         Suggested by Mark D. Baushke.
42943
42944 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
42945
42946         * lib/getdate.y (textint): New member "negative".
42947         (time_zone_hhmm): New function.
42948         Expect 14 shift-reduce conflicts, not 13.
42949         (o_colon_minutes): New rule.
42950         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
42951         (yylex): Set the "negative" member of signed numbers.
42952
42953 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
42954
42955         * doc/getdate.texi (Time of day items, Time zone items):
42956         Describe new formats +00:00, UTC+00:00.
42957
42958 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
42959
42960         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
42961         spurious "-l"s.  Problem reported by Stepan Kasal.
42962
42963 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
42964
42965         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
42966         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
42967
42968 2004-12-04  Simon Josefsson  <jas@extundo.com>
42969
42970         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
42971         Vandoorselaere <yoann@prelude-ids.org>.
42972
42973 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
42974
42975         Changes imported from coreutils.
42976         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
42977         exist.
42978         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
42979
42980 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
42981
42982         Changes imported from coreutils.
42983         * lib/hard-locale.c: Assume <locale.h> exists.
42984         Include "strdup.h".
42985         (GLIBC_VERSION): New macro.
42986         (hard_locale): Assume setlocale exists.
42987         Rewrite to avoid #ifdef.
42988         Use strdup rather than malloc + strcpy.
42989         * lib/human.c: Assume <locale.h> exists.
42990         (human_readable): Assume localeconv exists.
42991
42992 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
42993
42994         * modules/hard-locale (Depends-on): Add strdup.
42995
42996 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
42997
42998         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
42999         convert T2, not T.  (Imported from libc.)
43000
43001 2004-11-30  Simon Josefsson  <jas@extundo.com>
43002
43003         * modules/restrict (License): Change to LGPL.
43004
43005 2004-11-30  Simon Josefsson  <jas@extundo.com>
43006
43007         * m4/restrict.m4: Add copyright and copying conditions.
43008
43009 2004-11-30  Simon Josefsson  <jas@extundo.com>
43010
43011         * m4/base64.m4: New file.
43012
43013 2004-11-30  Simon Josefsson  <jas@extundo.com>
43014
43015         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
43016         base64.
43017
43018         * tests/test-base64.c: New file.
43019
43020         * modules/base64: New file.
43021
43022 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
43023
43024         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
43025         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
43026
43027         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
43028
43029 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
43030
43031         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
43032         (__getcwd.c): Don't restore errno; glibc doesn't.
43033         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
43034         first, falling back to our code only if its results look suspicious.
43035         Ensure that the resulting buffer is only as large as necessary.
43036
43037         * lib/readutmp.c: Include readutmp.h first.
43038         Include <errno.h>, since readutmp.h no longer does that.
43039         * lib/readutmp.h: Don't include <errno.h>,
43040         <sys/param.h>, <time.h>; not needed to establish interface.
43041         (errno): Remove decl.
43042         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
43043         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
43044         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
43045
43046 2004-11-28  Simon Josefsson  <jas@extundo.com>
43047
43048         * lib/base64.h, base64.c: New file.
43049
43050 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
43051
43052         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
43053
43054 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
43055
43056         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
43057         (Depends-on): Remove pathmax, same.  Add mempcpy.
43058         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
43059         (Makefile.am): Append getcwd.h to lib_SOURCES.
43060         (Include): Add getcwd.h.
43061         (Maintainer): Change from Jim Meyering to "all, glibc",
43062         since getdate now uses intended-for-glibc code.
43063         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
43064         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
43065
43066 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
43067
43068         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
43069         HP's ANSI C compiler.
43070         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
43071         Declaring int functions causes warnings on some modern systems and
43072         shouldn't be needed to compile on ancient ones.
43073         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
43074         defined.
43075
43076         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
43077         with the following changes.
43078         (__set_errno): Parenthesize properly.
43079         Include <stdbool.h>.
43080         (MIN, MAX, MATCHING_INO): New macros.
43081         (__getcwd): Define with prototype, not K&R form.
43082         Use heuristics to allocate default buffer on stack if possible.
43083         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
43084         behavior, and to avoid the PATH_MAX limit when computing
43085         ../../../../...
43086         Use MATCHING_INO to compare inode number to file.
43087         Check for arithmetic overflow in size calculations.
43088         Fix bug in reallocation of dot array that caused getcwd to fail
43089         on directories nested deeper than 75.
43090         Be more careful about saving errno on error.
43091         Do not use realloc; use only free+malloc, as this is a bit
43092         more flexible and avoids a needless copy operation.
43093         Do not inspect st_dev and st_ino for symbolic links; POSIX
43094         doesn't specify the latter.
43095         Check for closedir errors.
43096         Avoid needless casts.
43097         Use "#ifdef weak_alias" around weak_alias, to be like other
43098         glibc code.
43099         The following changes to getcwd.c have effect only when used in
43100         gnulib; they have no effect inside glibc proper.
43101         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
43102         as alloca isn't used.
43103         (alloca, __alloca): Likewise.
43104         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
43105         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
43106         unconditionally, as gnulib assumes C89 or better.
43107         Do not include <sys/param.h>.
43108         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
43109         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
43110         better.
43111         (NULL) [!defined NULL]: Remove; we assume C89 or better.
43112         Include <dirent.h> in a way that is compatible with modern Autoconf.
43113         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
43114         New macros, if not already defined.
43115         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
43116         Use "_LIBC", not "defined _LIBC", for consistency.
43117         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
43118         a mempcpy module.
43119         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
43120         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
43121         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
43122         credit only to Jim Meyering and adjust the copyright dates.
43123         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
43124         <stdlib.h>, <unistd.h>, "pathmax.h".
43125         Instead, include "xgetcwd.h" (first) and "getcwd.h".
43126         (INITIAL_BUFFER_SIZE): Remove.
43127         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
43128
43129 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
43130
43131         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
43132         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
43133         Use the _ONCE methods, for efficiency.
43134         Check for fcntl.h.  In test program, include <errno.h>
43135         and <fcntl.h> if available.  Remove old K&R cruft from
43136         test program.  Check for common errors in GNU/Linux,
43137         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
43138         don't do AC_LIBOBJ, as that's getcwd.m4's job.
43139         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
43140         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
43141         name accordingly.
43142         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
43143         accommodate new getcwd.c.
43144         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
43145         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
43146         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
43147         that's all we need now.
43148
43149 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43150
43151         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
43152         argp-parse.c depends on getopt internals, that means we should
43153         always use our getopt, to be on the safe side.
43154         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
43155         order not to spoil the result of an eventual previous invocation
43156         of gl_GETOPT_SUBSTITUTE.
43157
43158 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43159
43160         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
43161         redefinition warnings. To avoid them, include the defines
43162         in `#if !defined __need_getopt ... #endif'. The only place
43163         where __getopt_argv_const is used is in definitions
43164         of getopt_long and getopt_long_only below, which are as well
43165         protected by `#ifndef __need_getopt'.
43166         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
43167         __need_getopt after including <stdio.h> and <unistd.h> These
43168         headers might have defined it.
43169
43170 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
43171
43172         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
43173
43174 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
43175
43176         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
43177         (futimens): New function, which uses futimes if available.
43178         (futimens, utimens): Support timespec==NULL, with same semantics
43179         as utime and utimens.
43180         * lib/utimens.h (futimens): New decl.
43181
43182 2004-11-23  Jim Meyering  <jim@meyering.net>
43183
43184         * lib/getopt_.h: Remove trailing blanks.
43185
43186 2004-11-23  Jim Meyering  <jim@meyering.net>
43187
43188         * lib/__fpending.c: Add comment.
43189
43190 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
43191
43192         * modules/canonicalize (Depends-on): Add xreadlink.
43193         Problem reported by James Youngman.
43194
43195 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
43196
43197         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
43198         New macros.
43199         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
43200         optopt): Use them instead of invoking ## directly; otherwise, the
43201         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
43202
43203 2004-11-19  Bruno Haible  <bruno@clisp.org>
43204
43205         * lib/strtok_r.c: Move comments from here...
43206         * lib/strtok_r.h: ... to here.
43207
43208 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
43209
43210         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
43211         implementations that mishandle size_t overflow.
43212
43213 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
43214
43215         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
43216         might fail.  Problem reported by Yoann Vandoorselaere.
43217         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
43218         implementations that mishandle size_t overflow.
43219
43220 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
43221
43222         * modules/canon-host (Depends-on): Add strdup.
43223
43224 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
43225
43226         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
43227
43228 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
43229
43230         * lib/canon-host.c: Include "strdup.h".
43231         (canon_host): Use getaddrinfo if available, so that IPv6 works.
43232         Use strdup instead of malloc/strcpy to duplicate strings.
43233
43234         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
43235         (human_space_before_unit): New constant.
43236         * lib/human.c (human_readable): Support it.
43237
43238         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
43239         (xgetcwd): Set errno correctly when failing.
43240         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
43241         the failure is actually due to a PATH_MAX problem.
43242
43243         Further getopt changes to make it more likely that glibc will
43244         buy the changes back.
43245         * lib/getopt.c (POSIXLY_CORRECT): New constant.
43246         (getopt): Use it, so to preserve glibc semantic
43247         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
43248         when compiling for libc.
43249         * lib/getopt_.h (__getopt_argv_const): Bring it back.
43250         (getopt_long, getopt_long_only): Use it.
43251
43252         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
43253         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
43254         (getopt): Argv is now char * const *, as per standard.
43255         (_getopt_internal_r, _getopt_internal): Argv is now char **,
43256         not char *__getopt_argv_const *.
43257         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
43258         _getopt_long_only_r): Likewise.
43259         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
43260         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
43261         _getopt_long_r, _getopt_long_only_r): Likewise.
43262         * lib/getopt_.h (__getopt_argv_const): Remove.
43263         (getopt): Argv is now char * const *, as per standard.
43264
43265         * lib/getdate.y (tORDINAL): New token.
43266         (day, relunit): Allow it for relative times.
43267         (relative_time_table): Use tORDINAL for ordinals.
43268
43269 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
43270
43271         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
43272         Document that "second" isn't allowed as an ordinal number.
43273
43274 2004-11-16  Jim Meyering  <jim@meyering.net>
43275
43276         * modules/closeout (Depends-on): Add fpending.
43277
43278 2004-11-15  Jim Meyering  <jim@meyering.net>
43279
43280         * lib/closeout.c: Include "__fpending.h" once again.
43281         Include <stdbool.h>.
43282         (close_stdout): Don't fail just because stdout was closed initially,
43283         since some programs don't write to stdout in the normal course of
43284         operation (other than --version and --help), and we don't want this
43285         function to make e.g. `touch file >&-' fail.
43286         But do fail if it was closed and someone has tried to write to it.
43287         E.g., `printf foo >&-' must fail.
43288
43289 2004-11-13  Jim Meyering  <jim@meyering.net>
43290
43291         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
43292
43293 2004-11-12  Simon Josefsson  <jas@extundo.com>
43294
43295         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
43296         small doc fix is still pending.
43297
43298 2004-11-11  Simon Josefsson  <jas@extundo.com>
43299
43300         * modules/strtok_r: New file.
43301
43302         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
43303         strtok_r.
43304
43305 2004-11-11  Simon Josefsson  <jas@extundo.com>
43306
43307         * m4/strtok_r.m4: New file.
43308
43309         * m4/getopt.m4: Replace opterr.
43310
43311 2004-11-11  Simon Josefsson  <jas@extundo.com>
43312
43313         * lib/strtok_r.h, strtok_r.c: New file.
43314
43315 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
43316
43317         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
43318         of replacing opterr, getopt, etc.  This should handle the
43319         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
43320
43321 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
43322
43323         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
43324         we can stop lying to compilers about the constness of argv when we
43325         are compiled outside glibc.
43326         (getopt, getopt_long, getopt_long_only): Use it.
43327         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
43328         _getopt_internal, getopt): Likewise.
43329         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
43330         _getopt_long_only_r): Likewise.
43331         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
43332         _getopt_long_r, _getopt_long_only_r): Likewise.
43333
43334         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
43335         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
43336         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
43337         the other external symbols.
43338         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
43339         declaration, since the above renaming now works around collisions.
43340
43341 2004-11-11  Jim Meyering  <jim@meyering.net>
43342
43343         * lib/linebreak.c: Remove trailing blanks.
43344         * lib/alloca_.h: Likewise.
43345         * lib/acosl.c: Likewise.
43346         * lib/euidaccess.c: Likewise.
43347         * lib/allocsa.h: Likewise.
43348
43349 2004-11-10  Simon Josefsson  <jas@extundo.com>
43350
43351         * m4/getaddrinfo.m4: New file.
43352
43353 2004-11-10  Simon Josefsson  <jas@extundo.com>
43354
43355         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
43356
43357 2004-11-10  Simon Josefsson  <jas@extundo.com>
43358
43359         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
43360         getaddrinfo.
43361
43362         * modules/getaddrinfo: New file.
43363
43364 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
43365
43366         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
43367
43368 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
43369
43370         * lib/mktime.c (SHR): New macro, which is a portable
43371         substitute for >> that should work even on Crays.
43372         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
43373         Problem reported by Mark D. Baushke in
43374         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
43375         * lib/getdate.y (SHR): Likewise.
43376         (tm_diff): Use it.
43377         * lib/strftime.c (SHR): Likewise.
43378         (tm_diff): Use it.
43379         * lib/quotearg.c (struct quoting_options): Use unsigned int for
43380         quote_these_too, so that right shifts are well defined.  All uses
43381         changed.
43382
43383 2004-11-10  Jim Meyering  <jim@meyering.net>
43384
43385         Ensure that no close failure goes unreported.
43386         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
43387         return early when it seems there's nothing to flush.
43388         Don't include __fpending.h.
43389
43390 2004-11-10  Jim Meyering  <jim@meyering.net>
43391
43392         * modules/closeout (Depends-on): Remove fpending.
43393
43394 2004-11-10  Jim Meyering  <jim@meyering.net>
43395
43396         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
43397
43398 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
43399
43400         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
43401         gl_FUNC_STRFTIME.
43402         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
43403         and AC_REQUIRE when possible, to avoid duplicate checks.
43404         Check for <wchar.h>.
43405
43406 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
43407
43408         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
43409
43410 2004-11-09  Bruno Haible  <bruno@clisp.org>
43411
43412         * m4/sockpfaf.m4: New file.
43413
43414 2004-11-05  Bruno Haible  <bruno@clisp.org>
43415
43416         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
43417         Reported by Mark D. Baushke <mdb@cvshome.org>.
43418
43419 2004-11-04  Bruno Haible  <bruno@clisp.org>
43420
43421         2004-09-11  Bruno Haible  <bruno@clisp.org>
43422                 * allocsa.valgrind: New file.
43423         2004-02-06  Bruno Haible  <bruno@clisp.org>
43424                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
43425                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
43426                 Reported by Christopher Seip <chris.seip@hp.com>.
43427
43428 2004-11-04  Bruno Haible  <bruno@clisp.org>
43429
43430         * modules/allocsa (Files): Add lib/allocsa.valgrind.
43431         (Makefile.am): Distribute it.
43432
43433 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
43434
43435         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
43436         with errno == ERANGE if the buffer is too small.
43437         Problem reported by Mark D. Baushke.
43438
43439 2004-11-03  Albert Chin  <china@thewrittenword.com>
43440             Paul Eggert  <eggert@cs.ucla.edu>
43441
43442         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
43443         equivalent, substitute $ac_type for equivalent type rather than
43444         blindly using uint32_t *always* which won't work if uint32_t is not
43445         available.  Define _UINT32_T to work around typedef of uint32_t if
43446         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
43447         2.5.1.
43448
43449 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
43450
43451         * m4/jm-macros.m4: Sync from coreutils.
43452         (gl_MACROS): Check for mbrlen, for pathchk.
43453         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
43454
43455 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
43456
43457         * lib/xreadlink.c (MAXSIZE): New macro.
43458         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
43459         size does not exceed MAXSIZE.  Avoid cast.
43460         As suggested by Mark D. Baushke in
43461         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
43462         if readlink fails with buffer size just under MAXSIZE, try again
43463         with MAXSIZE.
43464
43465 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
43466
43467         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
43468
43469 2004-11-02  Derek R. Price  <derek@ximbiot.com>
43470         and  Paul Eggert  <eggert@cs.ucla.edu>
43471
43472         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
43473         (get_date): Overparenthesize to avoid GCC warning.
43474
43475 2004-11-02  Bruno Haible  <bruno@clisp.org>
43476
43477         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
43478         returns void.
43479
43480 2004-11-02  Bruno Haible  <bruno@clisp.org>
43481
43482         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
43483         function returns void.
43484
43485 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
43486
43487         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
43488         fflush_unlocked, flockfile, funlockfile, funlockfile,
43489         fputs_unlocked, putc_unlocked.
43490
43491 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
43492
43493         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
43494         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
43495         already declared.
43496
43497 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
43498
43499         * modules/getdate (Files): Add doc/getdate.texi.
43500         (Depends-on): Add setenv, xalloc.
43501
43502 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
43503
43504         * lib/getdate.y: Add support for TZ="foo" within a date string.
43505         Fix some bugs near time_t boundaries.  Reject dates with
43506         out-of-range components, e.g., "Sept 31".
43507         Include <stdlib.h>, "setenv.h", "xalloc.h".
43508         (ISDIGIT_LOCALE): Remove; unused.
43509         Note that the TZ and time functions used here are not reentrant.
43510         (mktime_ok, get_tz): New functions.
43511         (TZBUFSIZE): New constant.
43512         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
43513         This requires that we sometimes generate our own TZ="XXX..." setting.
43514
43515 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
43516
43517         * doc/getdate.texi: New file, from coreutils with modifications for
43518         the new TZ parsing.
43519
43520 2004-10-27  Derek R. Price  <derek@ximbiot.com>
43521
43522         * lib/mktime.c (not_equal_tm): Remove redundant check.
43523
43524 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
43525
43526         * modules/regex (lib_SOURCES): Add regex.c.
43527         Reported by James Youngman in
43528         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
43529
43530 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
43531
43532         * lib/getdate.y: Use Bison 1.875 features, and some minor
43533         code cleanups.  This change does not affect semantics.
43534         Don't include <stdlib.h>; no longer needed.
43535         Don't include unlocked-io.h; only the "#if TEST" code uses
43536         stdio, and performance isn't crucial there.
43537         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
43538         Bison 1.875 features as described below.
43539         All uses of "PC." replaced by "pc->".
43540         (YYSTYPE): Add a forward declaration.
43541         (yylex, yyerror): Use full prototypes in forward decls.
43542         Use "%pure-parser" rather than obsolescent "%pure_parser".
43543         Use %parse-param and %lex-param instead of obsolescent
43544         YYPARSE_PARAM and YYLEX_PARAM.
43545         (meridian_table, month_and_day_table, time_units_table,
43546         relative_time_table, time_zone_table, military_table,
43547         lookup_zone, lookup_word, get_date):
43548         Use NULL instead of 0 where appropriate.
43549         (to_hour): Avoid abort (), to avoid a dependency on
43550         stdlib.h.
43551         (yyerror, yylex): Now accepts parser_control * arg.
43552         (main) [TEST]: Use '\0' rather than 0 for char.
43553
43554 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
43555
43556         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
43557
43558 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
43559
43560         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
43561         It's now the caller's responsibility to handle the case where
43562         !HAVE_GETPAGESIZE && !defined getpagesize.
43563
43564         * lib/mktime.c (leapyear): Arg is long int, not int.
43565
43566 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
43567
43568         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
43569
43570 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
43571
43572         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
43573         missing.  Problem reported by James Youngman.
43574
43575 2004-10-16  Simon Josefsson  <jas@extundo.com>
43576
43577         * gnulib-tool: Fix comments.  Fix parse problem.
43578         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
43579
43580 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
43581
43582         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
43583         implementation of getopt_long.  Problem reported by Alexander Taler in:
43584         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
43585
43586 2004-10-15  Bruno Haible  <bruno@clisp.org>
43587
43588         * gnulib-tool: Untabify. Initialize supplied_libname.
43589         (func_usage): More homogenous output.
43590         (func_modules_transitive_closure, func_modules_to_filelist,
43591         func_emit_lib_Makefile_am): New functions.
43592         (func_import): New function, extracted from big case statement. Use
43593         func_get_license, func_modules_transitive_closure,
43594         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
43595         opt_lgpl. Don't use test -a, as it's not portable.
43596         (func_create_testdir): Use func_modules_transitive_closure,
43597         func_modules_to_filelist, func_emit_lib_Makefile_am.
43598
43599 2004-10-15  Bruno Haible  <bruno@clisp.org>
43600
43601         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
43602
43603 2004-10-15  Bruno Haible  <bruno@clisp.org>
43604
43605         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
43606         the portions belonging to each module.
43607         Suggested by Derek Robert Price <derek@ximbiot.com>.
43608
43609 2004-10-12  Simon Josefsson  <jas@extundo.com>
43610
43611         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
43612         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
43613         to real functions.
43614
43615 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
43616
43617         * modules/vsnprintf: New file.
43618
43619 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
43620
43621         * m4/vsnprintf.m4: New file.
43622
43623 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
43624
43625         * lib/vsnprintf.h: New file.
43626         * lib/vsnprintf.c: New file.
43627
43628 2004-10-11  Bruno Haible  <bruno@clisp.org>
43629
43630         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
43631         vsnprintf.
43632
43633 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
43634
43635         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
43636
43637 2004-10-07  Bruno Haible  <bruno@clisp.org>
43638
43639         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
43640         fits into the provided buffer.
43641
43642 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
43643
43644         * lib/diacrit.c, diacrit.h: Add GPL notice.
43645
43646         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
43647         notice.
43648         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
43649         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
43650         This avoids a potential constant-folding bug.
43651
43652 2004-10-05  Bruno Haible  <bruno@clisp.org>
43653
43654         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
43655         for the declaration of strsep.
43656
43657 2004-10-05  Bruno Haible  <bruno@clisp.org>
43658
43659         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
43660
43661 2004-10-04  Simon Josefsson  <jas@extundo.com>
43662
43663         * modules/memmem: New file.
43664         * tests/test-memmem.c: New file.
43665         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
43666
43667 2004-10-04  Simon Josefsson  <jas@extundo.com>
43668
43669         * m4/memmem.m4: New file.
43670
43671 2004-10-04  Simon Josefsson  <jas@extundo.com>
43672
43673         * lib/memmem.h: New file.
43674         * lib/memmem.c: New file, taken from glibc.
43675
43676 2004-10-04  Simon Josefsson  <jas@extundo.com>
43677
43678         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
43679         '#ifdef USE_UNLOCKED_IO'.
43680
43681 2004-10-04  Simon Josefsson  <jas@extundo.com>
43682
43683         * config/srclist.txt: Add memmem from glibc.
43684
43685 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
43686
43687         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
43688
43689         * modules/argmatch, modules/argp, modules/closeout, modules/error,
43690         modules/exclude, modules/getdate, modules/getline,
43691         modules/getndelim2, modules/getpass, modules/getpass-gnu,
43692         modules/getusershell, modules/linebuffer, modules/md5,
43693         modules/mountlist, modules/posixtm, modules/readtokens,
43694         modules/readutmp, modules/regex, modules/sha1,
43695         modules/version-etc, modules/yesno:
43696         Remove dependency on unlocked-io.
43697
43698 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
43699
43700         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
43701
43702         * m4/unlocked-io.m4: Add copyright notice.
43703         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
43704
43705 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
43706
43707         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
43708         * lib/xmalloc.c (xmemdup): Likewise.
43709         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
43710         XFREE): Remove these long-obsolescent macros.
43711         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
43712         * lib/xstrdup.c: Remove.
43713
43714         * lib/regex.c (re_comp): Cast gettext return value to char *,
43715         Problem reported by Martin Neitzel via Mark D. Baushke.
43716
43717 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
43718
43719         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
43720         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
43721         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
43722         regex.c, sha1.c, version-etc.c, yesno.c:
43723         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
43724         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
43725         the includer's responsibility.
43726
43727         Sync from coreutils.
43728
43729         * lib/modechange.c (mode_compile): Don't decrement a pointer that
43730         points to the start of a string, as the C Standard says the
43731         resulting behavior is undefined.
43732
43733         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
43734         simple -> simple_backups, numbered_existing ->
43735         numbered_existing_backups, numbered -> numbered_backups
43736         to avoid shadowing problems.  All uses changed.
43737         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
43738         * lib/backupfile.c (check_extension, numbered_backup):
43739         Rename locals to avoid shadowing 'basename'.
43740         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
43741         once.
43742
43743         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
43744         * lib/.cvsignore: Add getopt.h.
43745
43746 2004-10-04  Bruno Haible  <bruno@clisp.org>
43747
43748         * modules/README: New file.
43749         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
43750         not a module.
43751
43752 2004-10-02  Jim Meyering  <jim@meyering.net>
43753
43754         * lib/dirfd.h, getpagesize.h: Add copyright notice.
43755
43756 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
43757
43758         * modules/strsep: New file.
43759
43760 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
43761
43762         * m4/strsep.m4: New file.
43763
43764 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
43765
43766         * lib/strsep.h: New file.
43767         * lib/strsep.c: New file.
43768
43769 2004-10-01  Simon Josefsson  <jas@extundo.com>
43770
43771         * lib/snprintf.c (snprintf): Handle size==0.
43772
43773 2004-10-01  Simon Josefsson  <jas@extundo.com>
43774             Bruno Haible  <bruno@clisp.org>
43775
43776         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
43777         (snprintf): Declare 'args'.
43778
43779 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
43780
43781         * lib/snprintf.c: Remove comments as to why each header is needed.
43782
43783 2004-10-01  Bruno Haible  <bruno@clisp.org>
43784
43785         * MODULES.html.sh: Add strsep.
43786
43787 2004-09-30  Simon Josefsson  <jas@extundo.com>
43788
43789         * modules/snprintf: New file.
43790
43791 2004-09-30  Simon Josefsson  <jas@extundo.com>
43792
43793         * m4/snprintf.m4: New file.
43794
43795 2004-09-30  Simon Josefsson  <jas@extundo.com>
43796
43797         * lib/snprintf.h, lib/snprintf.c: New files.
43798
43799 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43800
43801         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
43802         (hol_entry_help): Never translate an empty string.
43803         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
43804         * lib/argp.h (OPTION_NO_TRANS): New option.
43805
43806 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
43807
43808         * modules/argp (Maintainer): Replace Simon Josefsson
43809         by Sergey Poznyakoff.
43810
43811 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
43812
43813         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
43814         changes merged back into glibc.
43815
43816 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
43817
43818         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
43819
43820 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
43821
43822         * lib/xvasprintf.c: Include xalloc.h.
43823         (xvasprintf): Use xalloc_die, not xmalloc_die.
43824
43825 2004-09-29  Bruno Haible  <bruno@clisp.org>
43826
43827         * modules/alloca-opt: New file, derived from modules/alloca.
43828         * modules/allocsa: Depend on alloca-opt instead of alloca.
43829         * modules/setenv: Likewise.
43830         * modules/vasnprintf: Likewise.
43831         * MODULES.html.sh: Add alloca-opt.
43832
43833 2004-09-28  Simon Josefsson  <jas@extundo.com>
43834
43835         * gnulib-tool: New parameter --lgpl, to asseert that modules are
43836         LGPL, and to replace license template from GPL to LGPL.
43837
43838 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
43839
43840         * modules/dummy: Change license to LGPL.
43841
43842 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
43843
43844         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
43845
43846 2004-09-24  Simon Josefsson  <jas@extundo.com>
43847
43848         * modules/minmax (License): Change from GPL to LGPL.
43849
43850 2004-09-23  Simon Josefsson  <jas@extundo.com>
43851
43852         * gnulib-tool (--import): Typo.
43853
43854 2004-09-23  Simon Josefsson  <jas@extundo.com>
43855
43856         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
43857
43858 2004-09-22  Bruno Haible  <bruno@clisp.org>
43859
43860         * modules/*: Add 'License' field.
43861         * gnulib-tool: Accept --extract-license option.
43862         (func_get_license): New function.
43863
43864 2004-09-21  Bruno Haible  <bruno@clisp.org>
43865
43866         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
43867         Reported by Simon Josefsson.
43868
43869 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43870
43871         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
43872         gl_AC_TYPE_LONG_LONG.
43873
43874 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43875
43876         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
43877
43878 2004-09-18  Simon Josefsson  <jas@extundo.com>
43879         and  Paul Eggert  <eggert@cs.ucla.edu>
43880
43881         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
43882         calls with autoreconf.  Define GL_LIB.
43883
43884 2004-09-14  Karl Berry  <karl@gnu.org>
43885
43886         * config/srclist.txt: unsync setenv.c, sigh.
43887
43888 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43889
43890         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
43891         Problem reported by Bruno Haible in:
43892         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
43893
43894 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43895
43896         * config/srclist.txt: Comment out argp-pvh.c.
43897
43898 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
43899
43900         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
43901         in case some system header has #define'd it.  Problem reported by
43902         Soeren D. Schulze in
43903         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
43904
43905 2004-09-09  Karl Berry  <karl@gnu.org>
43906
43907         * regex.[ch]: delete from the root.  These were supposed to be
43908                 synced with emacs cvs, but this has not happened for about
43909                 a year, and anyway nothing else uses emacs regex.[ch].
43910                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
43911                 lib/regex[.ch] is untouched.
43912
43913 2004-09-09  Bruno Haible  <bruno@clisp.org>
43914
43915         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
43916
43917 2004-09-09  Bruno Haible  <bruno@clisp.org>
43918
43919         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
43920         modifications.
43921         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
43922
43923 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
43924
43925         * modules/xvasprintf: New file.
43926         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
43927
43928 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
43929
43930         * lib/xvasprintf.h: New file.
43931         * lib/xvasprintf.c: New file.
43932         * lib/xasprintf.c: New file.
43933
43934 2004-09-08  Bruno Haible  <bruno@clisp.org>
43935
43936         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
43937
43938 2004-09-08  Bruno Haible  <bruno@clisp.org>
43939
43940         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
43941         length is > INT_MAX.
43942         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
43943         more.
43944
43945 2004-09-08  Bruno Haible  <bruno@clisp.org>
43946
43947         * lib/stdint_.h: New file, taken from GNU clisp.
43948
43949 2004-09-08  Bruno Haible  <bruno@clisp.org>
43950             Oskar Liljeblad  <oskar@osk.mine.nu>
43951
43952         * modules/stdint: New file.
43953         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
43954
43955 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43956
43957         Import from coreutils.
43958         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
43959         strings on unbounded length.  alloca's performance benefits aren't
43960         that important here.
43961         (V_STRDUP): Remove.
43962         (parse_with_separator): New function, with most of the internals
43963         of the old parse_user_spec.  Allow user to omit both user and group,
43964         for compatibility with FreeBSD.
43965         Clone only the user name, not the entire spec.
43966         Do not set *uid, *gid unless entirely successful.
43967         Avoid memory leak in some failing cases.
43968         Fix regression for USER.GROUP reported by Dmitry V. Levin in
43969         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
43970         (parse_user_spec): Rewrite to use parse_with_separator.
43971
43972 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43973
43974         * modules/userspec: Don't depend on alloca.
43975
43976 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43977
43978         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
43979
43980 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
43981
43982         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
43983         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
43984         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
43985
43986 2004-08-16  Simon Josefsson  <jas@extundo.com>
43987
43988         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
43989         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
43990         Add --dry-run for --import.
43991         Let user provided command line parameters override configure.ac
43992         settings.
43993
43994 2004-08-12  Simon Josefsson  <jas@extundo.com>
43995
43996         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
43997         as discussed with Paul Eggert in threads rooted at
43998         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
43999         and
44000         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
44001         Before, the test was empty, and relied on ELIDE_CODE in source
44002         code.)
44003         (gl_PREREQ_GETOPT): New macro.
44004         (gl_GETOPT): Use them.
44005
44006 2004-08-12  Simon Josefsson  <jas@extundo.com>
44007
44008         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
44009         * lib/getopt_.h: Renamed from getopt.h.
44010
44011 2004-08-12  Simon Josefsson  <jas@extundo.com>
44012
44013         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
44014         Change default library name from libfoo to libgnu.
44015         Now, if you have a configure.ac that says:
44016                 gl_SOURCE_BASE(gl)
44017                 gl_M4_BASE(gl/m4)
44018                 gl_MODULES(error getopt etcetera)
44019                 gl_INIT
44020         you can import all you need by running:
44021                 ../gnulib/gnulib-tool --import
44022
44023         * modules/getopt (Files): Rename getopt.h to getopt_.h.
44024         (Makefile.am): Rewrite, use logic from argz.
44025         (Include): Use <getopt.h> instead of "getopt.h".
44026
44027 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
44028
44029         * modules/argp (Files): Add m4/unlocked-io.m4.
44030         (Depends-on): Add extensions.
44031
44032 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
44033
44034         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
44035         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
44036         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
44037         Check for program_invocation_name, program_invocation_short_name,
44038         flockfile, funlockfile, features.h, _getopt_long_only_r.
44039
44040 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
44041
44042         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
44043         its complicated substitute.
44044         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
44045         and program_invocation_name.
44046         (__argp_basename) [!_LIBC]: Remove; the only use was
44047         replaced by its body.
44048         (__argp_short_program_name): Change condition from
44049         !defined __argp_short_program_name to
44050         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
44051         to match argp-namefrob.h.
44052         (__argp_failure): Don't assume strerror_r returns char *.
44053         * lib/argp-parse.c (N_): Define unconditionally.
44054         (argp_default_options): Fill out initializers with 0 to avoid
44055         gcc warnings.
44056
44057 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
44058
44059         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
44060         getopt1.c.
44061
44062 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44063
44064         Merge from coreutils.
44065
44066         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
44067
44068         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
44069         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
44070
44071 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44072
44073         Merge from coreutils.
44074
44075         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
44076         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
44077         for Reliant Unix 5.43.
44078
44079         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
44080         (union fooround): Use uintmax_t, not long int.
44081         The rest is a merge from libc:
44082         [defined _LIBC]: Include <shlib-compat.h>.
44083         (_obstack) [defined _LIBC]: Remove after 2.3.4.
44084
44085         * lib/settime.c (settime): Recode to avoid warning with
44086         Sun Forte C 6U2.
44087
44088         * lib/strverscmp.c: Convert to UTF-8.
44089
44090 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44091
44092         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
44093         m4/uintmax_t.m4.
44094
44095 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44096
44097         * modules/xalloc-die: New file.
44098         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
44099
44100         * modules/md5 (Files): Add m4/uint32_t.m4.
44101         * modules/sha1: Renamed from modules/sha.
44102         (Files):
44103         Rename lib/sha.h to lib/sha1.h.
44104         Rename lib/sha.c to lib/sha1.c.
44105         Rename m4/sha.m4 to m4/sha1.m4.
44106         (lib_SOURCES): Likewise.
44107         (configure.ac): Rename gl_SHA to gl_SHA1.
44108         (Include): sha.h -> sha1.h.
44109
44110 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44111
44112         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
44113         * m4/sha1.m4: Renamed from sha.m4.
44114         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
44115
44116 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44117
44118         * lib/obstack.h (obstack_empty_p):
44119         Don't assume that chunk->contents is suitably aligned.
44120         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
44121         Likewise. Problem reported by Benno in
44122         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
44123
44124         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
44125         readable.  This could be improved further but it'd take some work.
44126
44127 2004-08-08  Simon Josefsson  <jas@extundo.com>
44128
44129         * modules/xgethostname (Depends-on): Remove exit and error (not
44130         used).
44131
44132         * modules/getpass-gnu: Add getpass.h.
44133         (Depends-on): Add stdbool.
44134         * modules/getpass: Add getpass.h.
44135
44136 2004-08-08  Simon Josefsson  <jas@extundo.com>
44137
44138         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
44139         Check getpass declaration.
44140
44141 2004-08-08  Simon Josefsson  <jas@extundo.com>
44142
44143         * lib/xgethostname.c: Don't include error.h (not used).
44144
44145         * lib/getpass.h: Add.
44146         * lib/getpass.c: Include getpass.h first.
44147
44148 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
44149
44150         * lib/xalloc-die.c: New file.
44151         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
44152         All uses removed.
44153         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
44154         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
44155         xalloc-die.c.
44156         (_, N_, xalloc_die): Move to xalloc-die.c.
44157         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
44158         so that we needn't mess with xalloc_msg_memory_exhausted.
44159
44160         * lib/sha1.h: Renamed from sha.h.
44161         (SHA1_H): Renamed from _SHA_H.
44162         (sha1_ctx): Renamed from sha_ctx.
44163         (sha1_init_ctx): Renamed from sha_init_ctx.
44164         (sha1_process_block): Renamed from sha_process_block.
44165         (sha1_process_bytes): Renamed from sha_process_bytes.
44166         (sha1_finish_ctx): Renamed from sha_finish_ctx.
44167         (sha1_read_ctx): Renamed from sha_read_ctx.
44168         (sha1_stream): Renamed from sha_stream.
44169         (sha1_buffer): Renamed from sha_buffer.
44170         * lib/sha1.c: Likewise; renamed from sha.c.
44171         Do not include <sys/types.h>.
44172         Include <stddef.h> rather than <stdlib.h>.
44173
44174 2004-08-08  Bruno Haible  <bruno@clisp.org>
44175
44176         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
44177         FILESYSTEM_PREFIX_LEN.
44178         * lib/progreloc.c: Likewise.
44179         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
44180
44181 2004-08-06  Simon Josefsson  <jas@extundo.com>
44182
44183         * modules/progname (Depends-on): Don't depend on stdbool.
44184
44185 2004-08-06  Simon Josefsson  <jas@extundo.com>
44186
44187         * modules/getsubopt: New file.
44188         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
44189         getsubopt.
44190
44191 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
44192
44193         More merge from coreutils.
44194
44195         * m4/utimens.m4, m4/utimecmp.m4: New files.
44196         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
44197         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
44198         prereq.m4, sha.m4: Import changes from coreutils.
44199
44200 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
44201
44202         More merge from coreutils.
44203         * modules/raise, modules/readtokens0, modules/utimens:
44204         * modules/utimecmp, module/xnanosleep: New files.
44205         * modules/strftime: Add lib/strftime.h.
44206         Change include from <time.h> to "strftime.h".
44207         * modules/yesno: Add lib/yesno.h.
44208         * modules/backupfile: Remove lib/addext.c.
44209         * modules/euidaccess: Add stat-macros.h.
44210         * modules/canonicalize, modules/euidaccess,
44211         modules/filemode, modules/lchown, modules/makepath,
44212         modules/rmdir, modules/stat: Likewise.
44213
44214 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
44215
44216         Merge from tar.
44217         * lib/argp-help.c (make_hol, hol_append): Don't assume that
44218         SIZE_MAX is a valid preprocessor constant.
44219         (__argp_basename): Change from "#ifndef _LIBC"
44220         to "#ifndef __argp_short_program_name", so that
44221         we don't compile these functions for tar.
44222
44223         More merges from coreutils.
44224         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
44225         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
44226         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
44227         * lib/addext.c: Remove; no longer needed.
44228         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
44229         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
44230         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
44231         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
44232         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
44233         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
44234         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
44235         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
44236         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
44237         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
44238         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
44239         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
44240         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
44241         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
44242         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
44243         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
44244         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
44245         Import changes from coreutils.
44246
44247 2004-08-05  Simon Josefsson  <jas@extundo.com>
44248
44249         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
44250
44251 2004-08-05  Simon Josefsson  <jas@extundo.com>
44252
44253         * m4/getsubopt.m4: New file.
44254
44255 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
44256
44257         Merge from coreutils.
44258
44259         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
44260         * m4/getcwd-path-max.m4: New files.
44261
44262         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
44263         FILESYSTEM_PREFIX_LEN ->
44264         FILE_SYSTEM_PREFIX_LEN.
44265         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
44266         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
44267         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
44268         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
44269
44270         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
44271         prerequisite modules now handle the DOS stuff.
44272         Don't check for unistd.h.
44273
44274 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
44275
44276         Merge from coreutils.
44277
44278         * lib/.gdb-history: Remove; this doesn't belong here.
44279
44280         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
44281         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
44282         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
44283         * lib/getcwd.c: New files.
44284
44285         * lib/dirname.h: Include <stdbool.h>.
44286         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
44287         for consistency with POSIX terminology.  All uses changed.
44288         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
44289         (strip_trailing_slashes): Use bool for booleans.
44290         * lib/stripslash.c (strip_trailing_slashes): Likewise.
44291
44292         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
44293         sometimes returns a positive errno value even when it succeeds.
44294         (print_errno_message) [!LIBC]: Fall back on strerror if
44295         __strerror_r fails.
44296
44297         * lib/path-concat.c (mempcpy): Don't define if a system header defines
44298         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
44299         (longest_relative_suffix): New function.
44300         (path_concat): Use it.  Assume first argument is not NULL.
44301         Port to DOS.  Omit redundant separators.
44302         Report an error instead of returning NULL.
44303         Use mempcpy instead of memcpy.
44304         (xpath_concat): Remove: not declared or used.
44305
44306         * lib/same.h: Include <stdbool.h>
44307         (same_name): Return bool, not int.
44308         * lib/same.c (same_name): Likewise.
44309         (errno): Don't declare; we assume C89 or better now.
44310
44311         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
44312         if not already defined.
44313
44314         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
44315         * lib/dup-safer.c (errno): Likewise.
44316
44317 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
44318
44319         Merge from coreutils.
44320         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
44321         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
44322         * modules/path-concat: Don't depend on strdup.
44323
44324 2004-08-03  Simon Josefsson  <jas@extundo.com>
44325
44326         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
44327         * lib/progname.h: Don't include stdbool.h.
44328
44329 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
44330
44331         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
44332         * MODULES.html.sh (func_all_modules): Remove fatal.
44333
44334 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
44335
44336         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
44337
44338 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
44339
44340         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
44341         working.
44342
44343 2004-08-02  Simon Josefsson  <jas@extundo.com>
44344
44345         * lib/getsubopt.h: New file, with comments from Bruno Haible.
44346         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
44347         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
44348
44349 2004-08-01  Simon Josefsson  <jas@extundo.com>
44350
44351         * lib/xgetdomainname.c: Include stdlib.h, for free().
44352
44353 2004-07-19  Bruno Haible  <bruno@clisp.org>
44354
44355         * MODULES.html.sh (func_all_modules): Add dummy.
44356
44357 2004-07-16  Simon Josefsson  <jas@extundo.com>
44358
44359         * modules/dummy: New file.
44360
44361 2004-07-16  Simon Josefsson  <jas@extundo.com>
44362
44363         * lib/dummy.c: New file.
44364
44365 2004-07-16  Bruno Haible  <bruno@clisp.org>
44366
44367         * lib/backupfile.h: Add extern "C" for C++.
44368         * lib/closeout.h: Likewise.
44369         * lib/copy-file.h: Likewise.
44370         * lib/findprog.h: Likewise.
44371         * lib/full-write.h: Likewise.
44372         * lib/pathname.h: Likewise.
44373         * lib/progname.h: Likewise.
44374         * lib/stpcpy.h: Likewise.
44375         * lib/stpncpy.h: Likewise.
44376         * lib/strcase.h: Likewise.
44377         * lib/strstr.h: Likewise.
44378         * lib/xalloc.h: Likewise.
44379
44380         * lib/mbswidth.h: Add extern "C" for C++.
44381         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
44382
44383 2004-07-13  Robert Millan  <robertmh@gnu.org>
44384
44385         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
44386
44387 2004-07-09  Simon Josefsson  <jas@extundo.com>
44388
44389         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
44390         failed without this.)
44391
44392 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
44393
44394         * modules/chown (Files): Add lib/fchown-stub.c, since
44395         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
44396
44397 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
44398
44399         * lib/fchown-stub.c: New file.
44400
44401 2004-06-24  Jim Meyering  <jim@meyering.net>
44402
44403         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
44404
44405 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
44406
44407         * modules/argz: Omit "#include".
44408
44409         * MODULES.html.sh (func_all_modules): Add calloc, to match
44410         2004-06-01 addition of calloc module.
44411
44412 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
44413
44414         * m4/argz.m4: New file, which is autoupdated from libtool.
44415
44416 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
44417
44418         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
44419         libtool.
44420
44421 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
44422
44423         * config/srclist-update: Don't insist on "USA." before the
44424         close-comment, as libtool omits the period and puts the */ on a
44425         separate line.
44426         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
44427         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
44428
44429 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
44430
44431         * modules/argz: New file.
44432         * MODULES.html.sh (func_all_modules): Add argz.
44433
44434 2004-06-12  Jim Meyering  <jim@meyering.net>
44435         and  Paul Eggert  <eggert@cs.ucla.edu>
44436
44437         * modules/hash (Files): Add lib/xalloc.h.
44438         * modules/pipe (Depends-on): Add wait-process.
44439         * modules/stat (Depends-on): Add xalloc.
44440         * modules/userspec (Files): Add lib/userspec.h.
44441         * modules/xstrto
44442
44443         Upgrade from gettext-0.13.
44444         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
44445         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
44446         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
44447
44448 2004-06-10  Jim Meyering  <jim@meyering.net>
44449
44450         * lib/calloc.c: New file.
44451
44452 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
44453
44454         * lib/getdate.y (yylex): Allow space between sign and number.
44455         Problem reported by Dan Jacobson.
44456
44457 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
44458
44459         Merge from coreutils CVS.
44460
44461         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
44462         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
44463         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
44464         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
44465         xstrtol.m4: Fix copyright date and/or serial number.
44466
44467         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
44468         See if we need an fchown replacement.
44469         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
44470         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
44471         and use the replacement function if we detect either defect.
44472
44473         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
44474         gl_UTIMECMP.
44475
44476 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
44477         and  Jim Meyering  <jim@meyering.net>
44478
44479         Merge from coreutils CVS.
44480
44481         * lib/stat-macros.h: New file, with contents from file-type.h
44482         and coreutils' system.h.
44483         * lib/file-type.c: Include "stat-macros.h".
44484         * lib/file-type.h (file_type): Move all macro definitions to new file,
44485         stat-macros.h.
44486
44487         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
44488         Wrap old code with this conditional.
44489         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
44490         function that does not dereference symlinks.
44491         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
44492
44493         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
44494         dependency problems.
44495         (xreadlink): Accept new arg SIZE, for efficiency.
44496         All decls and uses changed.
44497         * lib/xreadlink.h: Include <stddef.h>, for size_t.
44498
44499         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
44500         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
44501
44502         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
44503         sysexits.h.
44504
44505 2004-06-01  Jim Meyering  <jim@meyering.net>
44506
44507         * m4/calloc.m4: New file.
44508
44509 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
44510
44511         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
44512         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
44513         Also, fix a typo in a diagnostic.
44514
44515 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
44516
44517         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
44518         or AC_FUNC_REALLOC.
44519
44520 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
44521
44522         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
44523         macros to be defined.
44524         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
44525         the allocator returns NULL because the requested size is zero.
44526
44527 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
44528
44529         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
44530         var.  Add comment explaining why libc still defines it.  This
44531         merges the following patch from glibc:
44532         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
44533
44534 2004-05-20  Andreas Schwab  <schwab@suse.de>
44535
44536         * m4/free.m4: Replace free if it not known to work, not the other
44537         way round.
44538
44539 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
44540
44541         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
44542         present in glibc since revision 1.1 of this file.
44543         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
44544         obstack_alignment_mask, obstack_alloc, obstack_base,
44545         obstack_blank, obstack_blank_fast, obstack_chunk_size,
44546         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
44547         obstack_grow0, obstack_init, obstack_int_grow,
44548         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
44549         obstack_next_free, obstack_object_size, obstack_ptr_grow,
44550         obstack_ptr_grow_fast, obstack_room): Remove declarations of
44551         nonexistent functions.
44552
44553 2004-05-18  Karl Berry  <karl@gnu.org>
44554
44555         * config/srclist.txt: break link for vasnprintf.c.
44556
44557 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
44558
44559         Port obstack to the AS/400, where pointers are 16 bytes wide and
44560         you cannot cast an integer to a valid pointer.  This patch is
44561         currently waiting to be integrated into glibc; see
44562         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
44563
44564         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
44565         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
44566         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
44567         (struct obstack): temp member is now a union of a pointer and
44568         an integer, instead of an integer.  All integer uses changed.
44569         This does not affect the physical layout of struct obstack,
44570         except on hosts (like the AS/400) where the size or alignment of
44571         void * is greater than that of ptrdiff_t.
44572         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
44573         __STDC__)]: Store temporary in pointer member of union, not
44574         integer member.
44575         * lib/obstack.c: Include <stddef.h>, for offsetof.
44576         (struct fooalign): Remove; it doesn't need a name.
44577         (union fooround): Change double to long double, and add void *.
44578         (DEFAULT_ALIGNMENT): Use offsetof to compute.
44579         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
44580         not a macro.  Hence the values are always int; so remove all
44581         casts-to-int in uses.
44582
44583 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
44584
44585         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
44586         we can get this patch merged into glibc.
44587
44588 2004-05-17  Derek R. Price  <derek@ximbiot.com>
44589             Paul Eggert  <eggert@cs.ucla.edu>
44590
44591         * m4/argp: Depend on alloca.
44592
44593 2004-05-17  Derek R. Price  <derek@ximbiot.com>
44594             Paul Eggert  <eggert@cs.ucla.edu>
44595
44596         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
44597         freecoding.
44598
44599 2004-05-17  Bruno Haible  <bruno@clisp.org>
44600
44601         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
44602         precision that consists of a '.' followed by an empty digit string.
44603         Patch by Tor Lillqvist <tml@iki.fi>.
44604
44605 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
44606
44607         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
44608         for backward compatibility with older code.  We need our own
44609         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
44610         it under some other name, and our alloca.h will define it.
44611
44612 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
44613             Derek Price  <derek@ximbiot.com>
44614
44615         * lib/alloca.c: Include <alloca.h>, to get our interface.
44616         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
44617         include <alloca.h> first.  Use C89 prototype for alloca; this
44618         requires including <stddef.h> for size_t.  Use extern "C" if C++.
44619         Use #elif for simplicity, since we can assume C89 now.
44620         Don't try to source the system alloca.h since it will not be found
44621         and to prevent recursively including its replacement.
44622         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
44623         * lib/regex.c: Likewise.
44624
44625 2004-05-16  Derek Price  <derek@ximbiot.com>
44626             Paul Eggert  <eggert@cs.ucla.edu>
44627
44628         getline cleanup.  This changes the getndelim2 API: both order of
44629         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
44630         no delimiter).
44631
44632         * lib/getline.c: Don't include stddef.h or stdio.h, since our
44633         interface does that.
44634         (getline): Always use getdelim, so that we don't have two
44635         copies of this code.
44636         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
44637         if available.
44638         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
44639         (GETNDELIM2_MAXIMUM): New macro.
44640         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
44641         instead of the old practice of delim2==0.  All callers changed.
44642         Return -1 on overflow, instead of returning junk.
44643         Do not set *linesize unless allocation succeeds.
44644         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
44645         that we include sys/types.h.
44646         * lib/getnline.h: Likewise.
44647         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
44648         (getndelim2): Reorder arguments.
44649         * lib/getnline.c (getnline, getndelim):
44650         Don't discard the NMAX argument.
44651         (getnline): Invoke getndelim, to avoid code duplication.
44652         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
44653         of (size_t) -1 by callers of the getnline family.
44654
44655 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
44656
44657         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
44658         Check for gettimeofday.
44659         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
44660         Check for settimeofday, stime.
44661
44662 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
44663
44664         * lib/nanosleep.c (suspended): Change its type from int to
44665         sig_atomic_t volatile.
44666         (first_call): Make it private to rpl_nanosleep, and have it
44667         be zero initially as that's a bit faster.
44668         (my_usleep): Round up fractional times instead of truncating them,
44669         as this is the usual meaning for 'sleep'.
44670
44671         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
44672         doesn't work.
44673         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
44674         (ENOSYS): Define if not defined.
44675         (settime): Fall back on stime if it exists and settimeofday fails.
44676         But don't bother with fallbacks if a method fails with errno == EPERM.
44677
44678 2004-05-11  Jim Meyering  <jim@meyering.net>
44679
44680         Prior to this change, the save_cwd caller required read access to the
44681         current directory on most systems (ones with the fchdir function).
44682
44683         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
44684         fails, try write-only, and finally, resort to using xgetcwd.
44685
44686 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
44687
44688         * lib/obstack.c, obstack.h: Import changes from libc.
44689
44690 2004-04-28  Bruno Haible  <bruno@clisp.org>
44691
44692         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
44693         also implicitly appends .exe to executables.
44694         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
44695         accepts Windows pathnames.
44696         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
44697         Treat Cygwin like Windows, since it now accepts Windows pathnames.
44698         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
44699         Treat Cygwin like Windows, since it now accepts Windows pathnames.
44700         Reported by Derek Robert Price <derek@ximbiot.com>.
44701
44702 2004-04-21  Karl Berry  <karl@gnu.org>
44703
44704         * config/srclist.txt (localcharset.c): break sync.
44705
44706 2004-04-20  Paul Eggert  <eggert@twinsun.com>
44707
44708         * m4/host-os.m4: Add a copyright notice.
44709
44710 2004-04-20  Jim Meyering  <jim@meyering.net>
44711
44712         Change UTILS_ to gl_ in AC_DEFINE'd names.
44713         Change utils_- and jm_-prefixed variables, too.
44714         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
44715         UTILS_FUNC_MKDIR_TRAILING_SLASH.
44716         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
44717
44718         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
44719         Don't emit trailing blanks.
44720         Also rename jm_-prefixed variables to have gl_ prefix.
44721
44722         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
44723         Also rename jm_-prefixed variables to have gl_ prefix.
44724
44725         * m4/jm-macros.m4: Reflect the renamings.
44726         * m4/prereq.m4: Likewise.
44727
44728 2004-04-20  Jim Meyering  <jim@meyering.net>
44729
44730         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
44731         memory.
44732
44733 2004-04-20  Jim Meyering  <jim@meyering.net>
44734             Bruno Haible  <bruno@clisp.org>
44735
44736         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
44737         memory when realloc fails.
44738
44739 2004-04-19  Jim Meyering  <jim@meyering.net>
44740
44741         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
44742         now that readutmp.c may call `free (0)'.
44743
44744 2004-04-19  Bruno Haible  <bruno@clisp.org>
44745
44746         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
44747         * m4/inttypes_h.m4: Likewise.
44748         * m4/stdint_h.m4: Likewise.
44749         * m4/intmax_t.m4: Likewise.
44750         * m4/uintmax_t.m4: Likewise.
44751
44752 2004-04-18  Jim Meyering  <jim@meyering.net>
44753
44754         * m4/prereq.m4: Don't forbid jm_ prefix.
44755
44756         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
44757         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
44758         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
44759         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
44760         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
44761         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
44762         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
44763         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
44764         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
44765         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
44766         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
44767         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
44768         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
44769         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
44770         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
44771         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
44772         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
44773         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
44774         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
44775
44776 2004-04-18  Jim Meyering  <jim@meyering.net>
44777
44778         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
44779         failure, don't leak memory and do call END_UTMP_ENT.
44780
44781 2004-04-16  Jim Meyering  <jim@meyering.net>
44782
44783         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
44784         coreutils' stat program.
44785         (gl_PREREQ): Don't require jm_PREREQ_STAT.
44786
44787 2004-04-11  Paul Eggert  <eggert@twinsun.com>
44788
44789         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
44790         C89.
44791         (CHAR_BIT): Remove, since we assume C89.
44792         Include <stdint.h> if available, as per current Autoconf CVS advice.
44793
44794 2004-03-31  Jim Meyering  <jim@meyering.net>
44795
44796         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
44797         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
44798         * m4/xalloc.m4: Likewise.
44799
44800 2004-03-30  Paul Eggert  <eggert@twinsun.com>
44801
44802         Merge from coreutils.
44803
44804         * m4/inttostr.m4: New file.
44805         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
44806         Require AM_STDBOOL_H and gl_TIMESPEC instead.
44807         Require gl_CLOCK_TIME.
44808         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
44809
44810 2004-03-30  Paul Eggert  <eggert@twinsun.com>
44811
44812         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
44813         not bool, to be more consistent with Unix conventions.
44814         Suggested by Bruno Haible.
44815
44816         Merge from coreutils.
44817
44818         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
44819         * lib/umaxtostr.c: New files.
44820
44821         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
44822         the usual <time.h> dance.
44823         (get_date): Change signature to support fractional time stamps.
44824         All callers changed.
44825         * lib/getdate.y: Include "getdate.h" first, as we can now
44826         assume C89 and don't need to worry about 'const'.
44827         Similarly, include "unlocked-io.h" near start, not in middle.
44828         Include <limits.h>.
44829         (textint.value): Use long int rather than int.
44830         (textint.digits): Use size_t rather than int.
44831         (BILLION, LOG10_BILLION): New constants.
44832         (parser_control): New member rel_ns.  Members day_ordinal,
44833         time_zone, month, day, hour, minutes, rel_year, rel_month,
44834         rel_day, rel_hour, rel_minutes, rel_seconds
44835         are now long int, not int.  Member seconds is now struct timespec,
44836         not int.  New member timespec_seen.  Members dates_seen, days_seen,
44837         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
44838         not int.
44839         (%union.intval): Now long int, not int.
44840         New member timespec.
44841         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
44842         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
44843         (spec): Now is a timespec or an item list.
44844         (timespec, items): New nonterminals.
44845         (time, rel, relunit, number, get_date):
44846         Add support for fractional seconds.
44847         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
44848         (gmtime, localtime, mktime): Remove decls; not needed with C89.
44849         (to_hour): First arg is now long int, not int.
44850         (to_year): Returns long int, not int.
44851         Don't treat year -70 like 70.
44852         (tm_diff): Returns long int, not int.
44853         (lookup_word): Use bool instead of int when appropriate.
44854         (yylex): Use size_t for count, not int.
44855         Detect overflow when parsing large integer constants.
44856         Add support for fractions.
44857         (get_date): Make pointers 'const' if possible.
44858         Use more-portable code to detect integer overflow.
44859         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
44860         Don't use ctime; it's not reliable if the year has >4 digits.
44861
44862         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
44863         This is for compatibility with BSD.
44864
44865         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
44866         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
44867         From coreutils' system.h.
44868
44869         * lib/userspec.c: Don't include "posixver.h".
44870         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
44871         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
44872         compatible extension.  Simplify code by removing a boolean int
44873         that was always nonzero if a string was nonnull.
44874
44875 2004-03-30  Jim Meyering  <jim@meyering.net>
44876
44877         Merge from coreutils.
44878
44879         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
44880         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
44881         on some systems one must include <grp.h> before it.
44882         Reported by Christian Krackowizer.
44883
44884 2004-03-30  Jim Meyering  <jim@meyering.net>
44885
44886         Merge from coreutils.
44887
44888         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
44889
44890         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
44891         an empty input stream.
44892
44893         * lib/readtokens.c: Include <stdbool.h>.
44894         (readtoken): Use `size_t' rather than int/long.
44895         All callers adjusted.
44896         Use `bool' rather than `int' where appropriate.
44897         Use memset rather than an explicit loop.
44898         Use x2nrealloc rather than xrealloc.
44899         Allow the use of `\0' as a delimiter.
44900         (readtokens): Likewise.
44901         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
44902
44903 2004-03-30  Jim Meyering  <jim@meyering.net>
44904
44905         * m4/realloc.m4: Remove file, since now it does no more than
44906         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
44907         the `configure.ac' section of module/realloc.
44908         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
44909
44910 2004-03-30  Bruno Haible  <bruno@clisp.org>
44911
44912         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
44913         nonnull.
44914
44915 2004-03-29  Paul Eggert  <eggert@twinsun.com>
44916
44917         Merge changes to getloadavg.c from coreutils and Emacs.
44918
44919         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
44920         Define to an expression, not to the empty string.
44921         Include cloexec.h and xalloc.h.
44922         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
44923         Use set_cloexec_flag rather than rolling our own.
44924         * lib/cloexec.c, lib/cloexec.h: New files.
44925
44926 2004-03-29  Paul Eggert  <eggert@twinsun.com>
44927
44928         * m4/cloexec.m4: New file.
44929
44930 2004-03-18  Paul Eggert  <eggert@twinsun.com>
44931
44932         * lib/getopt.h: Sync with libc CVS.
44933
44934 2004-03-18  Paul Eggert  <eggert@twinsun.com>
44935             Bruno Haible  <bruno@clisp.org>
44936
44937         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
44938         mbswidth.
44939
44940 2004-03-18  Paul Eggert  <eggert@twinsun.com>
44941             Bruno Haible  <bruno@clisp.org>
44942
44943         * lib/mbswidth.h: Include <wchar.h> only if
44944         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
44945         <wchar.h>.
44946         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
44947
44948 2004-03-09  Paul Eggert  <eggert@twinsun.com>
44949
44950         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
44951         Sync with libc CVS.
44952         * lib/getopt_int.h: New file, also synced from libc.
44953
44954 2004-03-09  Paul Eggert  <eggert@twinsun.com>
44955
44956         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
44957         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
44958         Bring back getopt.c, getopt.h, getopt1.c.
44959
44960 2004-03-07  Paul Eggert  <eggert@twinsun.com>
44961
44962         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
44963         All uses changed.  Check for sa_sigaction member; this fixes
44964         a bug first reported by Jason Andrade in
44965         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
44966
44967 2004-03-07  Paul Eggert  <eggert@twinsun.com>
44968
44969         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
44970         '#if' expressions.  Unlike the code it replaces, it does not
44971         depend on (defined _SC_PAGESIZE).  However, it does depend on
44972         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
44973         first reported by Jason Andrade in
44974         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
44975
44976 2004-02-25  Simon Josefsson  <jas@extundo.com>
44977
44978         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
44979
44980 2004-02-25  Simon Josefsson  <jas@extundo.com>
44981
44982         * lib/strdup.h: New file.
44983         * lib/strdup.c: Include it.
44984         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
44985         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
44986
44987 2004-02-23  Karl Berry  <karl@gnu.org>
44988
44989         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
44990         (from fencepost.gnu.org:/gd/gnuorg).
44991
44992 2004-02-23  Karl Berry  <karl@gnu.org>
44993
44994         * config/srclistvars.sh (GNUORG) [karl]: redefine.
44995         * config/srclist.txt: add maintain/standards documents.
44996
44997 2004-02-18  Bruno Haible  <bruno@clisp.org>
44998
44999         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
45000         Reported by Derek Robert Price <derek@ximbiot.com>.
45001
45002 2004-02-16  Karl Berry  <karl@gnu.org>
45003
45004         * config/mkinstalldirs, install-sh: update from automake.
45005
45006 2004-02-06  Karl Berry  <karl@gnu.org>
45007
45008         * m4/po.m4: update from gettext 0.14.1.
45009
45010 2004-02-06  Karl Berry  <karl@gnu.org>
45011
45012         * lib/config.charset: update from gettext 0.14.1.
45013
45014 2004-02-05  Paul Eggert  <eggert@twinsun.com>
45015
45016         Add comments and code, prompted by suggestions from Bruno Haible
45017         for sh-quote.
45018         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
45019         describing the enum quoting_style values.
45020         * lib/quotearg.c (quotearg_alloc): New function.
45021         (quotearg_buffer_restyled): Treat lone { and } as special.
45022         Treat = as special.  Work around bug with older shells
45023         that "see" a '\' that is really the 2nd byte of a multibyte char.
45024         Quote empty string with shell_quoting_style.
45025
45026 2004-02-03  Bruno Haible  <bruno@clisp.org>
45027
45028         * m4/pipe.m4: New file, from GNU gettext.
45029
45030 2004-02-03  Bruno Haible  <bruno@clisp.org>
45031
45032         * lib/pipe.h: New file, from GNU gettext.
45033         * lib/pipe.c: New file, from GNU gettext.
45034
45035 2004-01-27  Bruno Haible  <bruno@clisp.org>
45036
45037         * m4/execute.m4: New file, from GNU gettext.
45038
45039 2004-01-27  Bruno Haible  <bruno@clisp.org>
45040
45041         * lib/execute.h: New file, from GNU gettext.
45042         * lib/execute.c: New file, from GNU gettext.
45043         * lib/w32spawn.h: New file, from GNU gettext.
45044
45045 2004-01-24  Paul Eggert  <eggert@twinsun.com>
45046
45047         Merge from diffutils.
45048
45049         * lib/file-type.c (file_type): Add typed memory objects.
45050         * lib/file-type.h (S_TYPEISTMO): New macro.
45051
45052         * lib/c-stack.h (c_stack_action): Remove argv argument.
45053         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
45054         (die): Don't calculate message unless segv_action returns.
45055         (get_stack_location, min_address_from_argv, max_address_from_argv,
45056         volatile stack_base, volatile_stack_size): Remove.
45057         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
45058         that every segmentation violation is a stack overflow.  (Ouch!)
45059         See Debian bug 136249 (still outstanding) for more info about why
45060         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
45061
45062 2004-01-24  Paul Eggert  <eggert@twinsun.com>
45063
45064         Exit-status fix from coreutils.
45065
45066         Use exit_failure consistently in place of EXIT_FAILURE,
45067         so that program exit statuses are consistent on failure.
45068
45069         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
45070         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
45071         * lib/argmatch.h: Comment fix to match the above.
45072         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
45073         Now a macro referring to exit_failure, instead of a separate
45074         variable.  Include "exitfail.h" to get it.
45075         * lib/xstrtol.h: Include "exitfail.h".
45076         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
45077
45078         * lib/long-options.c (parse_long_options): Use prototype
45079         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
45080         for clarity.
45081
45082 2004-01-21  Jim Meyering  <jim@meyering.net>
45083
45084         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
45085         so as not to conflict with a different-sized __mktime_internal
45086         function in GNU libc.
45087         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
45088         Problem building statically-linked `ls' reported by Michael Brunnbauer.
45089
45090 2004-01-20  Karl Berry  <karl@gnu.org>
45091
45092         * config/config.guess: update from config.
45093
45094         * config/srclistvars.sh: GNUWWWLICENSES for karl.
45095
45096 2004-01-20  Bruno Haible  <bruno@clisp.org>
45097
45098         Safer stack allocation.
45099         * lib/setenv.c: Include allocsa.h.
45100         (alloca): Remove fallback definition.
45101         (freea): Remove macro.
45102         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
45103         instead of freea.
45104
45105 2004-01-20  Bruno Haible  <bruno@clisp.org>
45106
45107         * m4/eealloc.m4: New file, from GNU gettext.
45108
45109 2004-01-20  Bruno Haible  <bruno@clisp.org>
45110
45111         * m4/allocsa.m4: New file, from GNU gettext.
45112
45113 2004-01-20  Bruno Haible  <bruno@clisp.org>
45114
45115         * lib/xallocsa.h: New file, from GNU gettext.
45116         * lib/xallocsa.c: New file, from GNU gettext.
45117
45118 2004-01-20  Bruno Haible  <bruno@clisp.org>
45119
45120         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
45121
45122 2004-01-20  Bruno Haible  <bruno@clisp.org>
45123
45124         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
45125         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
45126         specially.
45127
45128 2004-01-20  Bruno Haible  <bruno@clisp.org>
45129
45130         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
45131         patch.
45132
45133 2004-01-20  Bruno Haible  <bruno@clisp.org>
45134
45135         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
45136
45137 2004-01-20  Bruno Haible  <bruno@clisp.org>
45138
45139         * lib/eealloc.h: New file.
45140
45141 2004-01-20  Bruno Haible  <bruno@clisp.org>
45142
45143         * lib/binary-io.h: Avoid warnings on Cygwin.
45144
45145 2004-01-20  Bruno Haible  <bruno@clisp.org>
45146
45147         * lib/allocsa.h: New file, from GNU gettext.
45148         * lib/allocsa.c: New file, from GNU gettext.
45149
45150 2004-01-18  Karl Berry  <karl@gnu.org>
45151
45152         * doc/gpl.texi, doc/lgpl.texi: new files.
45153
45154 2004-01-18  Karl Berry  <karl@gnu.org>
45155
45156         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
45157         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
45158
45159 2004-01-15  Paul Eggert  <eggert@twinsun.com>
45160
45161         Merge from coreutils.
45162
45163         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
45164         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
45165         (gl_DEFAULT_POSIX2_VERSION): Move
45166         the documentation from 'configure' into 'config.hin',
45167         so that 'configure --help' isn't burdened by it and
45168         we don't have to worry about its formatting there.
45169         Reword the documentation so that it's more succinct
45170         and can be run together into a single paragraph.
45171         * m4/same.m4 (gl_SAME): Check for pathconf.
45172
45173 2004-01-15  Paul Eggert  <eggert@twinsun.com>
45174
45175         Merge from coreutils.
45176
45177         * lib/posixver.c: Include posixver.h.
45178
45179         * lib/same.c: Include <stdbool.h>, <limits.h>.
45180         (_POSIX_NAME_MAX): Define if not defined.
45181         (MIN): New macro.
45182         (same_name): If file names are silently truncated, report
45183         that the file names are the same if they are the same after
45184         the silent truncation.
45185
45186         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
45187         conversion function.
45188         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
45189         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
45190         longer needed.
45191
45192 2004-01-15  Jim Meyering  <jim@meyering.net>
45193
45194         Merge from coreutils.
45195
45196         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
45197         if no library is required.
45198         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
45199         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
45200         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
45201         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
45202         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
45203         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
45204         value, $ac_cv_search_crypt, if it's "none required".
45205         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
45206         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
45207         not gl_FUNC_GETLOADAVG.
45208         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
45209         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
45210
45211 2004-01-15  Jim Meyering  <jim@meyering.net>
45212
45213         Merge from coreutils.
45214
45215         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
45216         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
45217         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
45218
45219         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
45220         optional configure-time default.
45221
45222         * lib/version-etc.c (version_etc_copyright): Update copyright date.
45223
45224         * lib/xreadlink.c (xreadlink): Correct outdated comment.
45225
45226 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
45227
45228         Merge from coreutils.
45229
45230         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
45231         value, $ac_cv_search_nanosleep, if it's "none required".
45232
45233 2004-01-14  Paul Eggert  <eggert@twinsun.com>
45234
45235         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
45236         with like-named macro in fnmatch.c.
45237         (EXT): Use an internal constant instead.
45238
45239         Merge fnmatch patches from glibc.
45240         * lib/fnmatch.c (mbsinit): Remove define.
45241         Add libc_hidden_ver (__fnmatch, fnmatch).
45242         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
45243         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
45244
45245 2004-01-14  Karl Berry  <karl@gnu.org>
45246
45247         * config/install-sh: update from automake.
45248
45249 2004-01-13  Karl Berry  <karl@gnu.org>
45250
45251         * config/install-sh: update from automake.
45252
45253 2004-01-09  Karl Berry  <karl@gnu.org>
45254
45255         * config/install-sh: update from automake.
45256
45257 2004-01-05  Karl Berry  <karl@gnu.org>
45258
45259         * config/config.{sub,guess}: update from config.
45260
45261 2003-12-31  Karl Berry  <karl@gnu.org>
45262
45263         * config/depcomp: update from automake.
45264
45265 2003-12-14  Karl Berry  <karl@gnu.org>
45266
45267         * lib/config.charset: update from gettext-runtime.
45268
45269 2003-12-03  Paul Eggert  <eggert@twinsun.com>
45270
45271         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
45272         Bug reported by Alfred M. Szmidt.
45273
45274 2003-12-03  Bruno Haible  <bruno@clisp.org>
45275
45276         * m4/gettext.m4: Upgrade from gettext-0.13.
45277         * m4/po.m4: Upgrade from gettext-0.13.
45278         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
45279         * m4/intmax.m4: New file, from gettext-0.13.
45280         * m4/printf-posix.m4: New file, from gettext-0.13.
45281
45282 2003-11-29  Karl Berry  <karl@gnu.org>
45283
45284         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
45285
45286 2003-11-25  Paul Eggert  <eggert@twinsun.com>
45287             Bruno Haible  <bruno@clisp.org>
45288
45289         * lib/printf-parse.h: Don't include sys/types.h.
45290         (ARG_NONE): New macro.
45291         (char_directive): Change type of *arg_index fields to size_t.
45292         * lib/printf-parse.c: Don't include sys/types.h.
45293         (SSIZE_MAX): Remove macro.
45294         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
45295         Remove unnecessary overflow check.
45296         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
45297         fields.
45298
45299 2003-11-25  Bruno Haible  <bruno@clisp.org>
45300
45301         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
45302
45303 2003-11-25  Bruno Haible  <bruno@clisp.org>
45304
45305         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
45306         gt_TYPE_SSIZE_T.
45307
45308 2003-11-24  Paul Eggert  <eggert@twinsun.com>
45309
45310         * modules/alloca: Remove dependency on xalloc.
45311
45312 2003-11-24  Paul Eggert  <eggert@twinsun.com>
45313
45314         * lib/alloca.c: Remove dependency on xalloc module.
45315         (xalloc_die): Remove.
45316         (memory_full) [!defined emacs]: New macro.
45317         [!defined emacs]: Don't include xalloc.h.
45318         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
45319         address arithmetic overflows.  Change datatypes a bit to avoid
45320         unnecessary casts.
45321
45322 2003-11-22  Jim Meyering  <jim@meyering.net>
45323
45324         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
45325         s/size/size_t/.
45326
45327 2003-11-21  Karl Berry  <karl@gnu.org>
45328
45329         * config/config.{sub,guess}: update from config.
45330
45331 2003-11-18  Karl Berry  <karl@gnu.org>
45332
45333         * config/config.{sub,guess}: update from config.
45334
45335         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
45336
45337 2003-11-17  Paul Eggert  <eggert@twinsun.com>
45338
45339         * README: Mention that S+T cannot overflow if S is the size of
45340         an existing object and T is sufficiently small.
45341
45342 2003-11-17  Jim Meyering  <jim@meyering.net>
45343
45344         On systems without utime and without a utimes function capable of
45345         dealing with a NULL struct utimbuf* argument, this utime replacement
45346         could -- in unusual circumstances -- leak a file descriptor.
45347         * lib/utime.c: Include <unistd.h> and <errno.h>.
45348         (utime_null): Be sure to close `fd' and to preserve errno.
45349         Reported by Geoff Collyer via Arnold Robbins.
45350
45351 2003-11-17  Bruno Haible  <bruno@clisp.org>
45352
45353         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
45354         (Depends-on): Add xsize.
45355
45356 2003-11-17  Bruno Haible  <bruno@clisp.org>
45357
45358         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
45359
45360 2003-11-17  Bruno Haible  <bruno@clisp.org>
45361
45362         * lib/vasnprintf.c (alloca): Remove fallback definition.
45363         (freea): Remove definition.
45364         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
45365         Reported by Paul Eggert.
45366
45367 2003-11-16  Paul Eggert  <eggert@twinsun.com>
45368             Bruno Haible  <bruno@clisp.org>
45369
45370         Protect against address arithmetic overflow.
45371         * lib/printf-args.h: Include stddef.h.
45372         (arguments): Change type of field 'count' to size_t.
45373         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
45374         'unsigned int' where appropriate.
45375         * lib/printf-parse.h: Include sys/types.h.
45376         (char_directive): Change type of *arg_index fields to ssize_t.
45377         (char_directives): Change type of fields 'count', max_*_length to
45378         size_t.
45379         * lib/printf-parse.c: Include sys/types.h and xsize.h.
45380         (SSIZE_MAX): Define fallback value.
45381         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
45382         instead of 'int' where appropriate. Check a_allocated, d_allocated
45383         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
45384         * lib/vasnprintf.c: Include xsize.h.
45385         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
45386         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
45387         overflow. Avoid wraparound when converting a width or precision from
45388         decimal to binary.
45389
45390 2003-11-16  Bruno Haible  <bruno@clisp.org>
45391
45392         Update from GNU gettext.
45393         * lib/printf-parse.c: Generalize to it can be compiled for wide
45394         strings.
45395         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
45396         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
45397         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
45398         SNPRINTF): New macros.
45399         Don't include <alloca.h> if the file is used inside libintl.
45400         (local_wcslen): New function, for Solaris 2.5.1.
45401         (VASNPRINTF): Use it instead of wcslen.
45402
45403 2003-11-16  Bruno Haible  <bruno@clisp.org>
45404
45405         * lib/xsize.h (xmax): New function.
45406         (xsum, xsum3, xsum4): Declare as "pure" functions.
45407
45408 2003-11-12  Paul Eggert  <eggert@twinsun.com>
45409
45410         * modules/xalloc (Files): Undo latest change, since xalloc.h
45411         no longer needs SIZE_MAX or PTRDIFF_MAX.
45412
45413 2003-11-12  Paul Eggert  <eggert@twinsun.com>
45414
45415         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
45416         gl_PTRDIFF_MAX.
45417
45418 2003-11-12  Paul Eggert  <eggert@twinsun.com>
45419
45420         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
45421         "return", to pacify some unknown compiler.  Problem reported
45422         by Joerg Schilling.
45423
45424 2003-11-12  Paul Eggert  <eggert@twinsun.com>
45425
45426         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
45427         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
45428         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
45429         heuristic is just as accurate as far as we know, and it removes a
45430         dependency on size_max.m4 and ptrdiff_max.m4.
45431
45432 2003-11-11  Bruno Haible  <bruno@clisp.org>
45433
45434         * modules/xsize (Files): Add m4/size_max.m4.
45435         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
45436
45437 2003-11-11  Bruno Haible  <bruno@clisp.org>
45438
45439         * m4/size_max.m4: New file.
45440         * m4/ptrdiff_max.m4: New file.
45441         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
45442         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
45443         (gl_XALLOC): Invoke it.
45444
45445 2003-11-11  Bruno Haible  <bruno@clisp.org>
45446
45447         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
45448         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
45449         defined.
45450
45451 2003-11-10  Paul Eggert  <eggert@twinsun.com>
45452
45453         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
45454         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
45455         rejected some allocations of exactly SIZE_MAX - 2 bytes.
45456         From Bruno Haible.
45457         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
45458         not (size_t) -1, since it's defined here.
45459
45460 2003-11-09  Karl Berry  <karl@gnu.org>
45461
45462         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
45463
45464 2003-11-06  Paul Eggert  <eggert@twinsun.com>
45465
45466         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
45467         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
45468         Reject sizes of exactly SIZE_MAX bytes.
45469         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
45470         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
45471
45472 2003-11-05  Bruno Haible  <bruno@clisp.org>
45473
45474         * lib/xsize.h: Include limits.h, to avoid a possible collision with
45475         SIZE_MAX defined in <limits.h> on Solaris.
45476
45477 2003-11-04  Jim Meyering  <jim@meyering.net>
45478
45479         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
45480         variable names, rather than @VAR@.
45481         * modules/poll: Likewise.
45482
45483 2003-11-04  Bruno Haible  <bruno@clisp.org>
45484
45485         * modules/xsize: New file.
45486         * modules/linebreak: Depend on xsize.
45487         * MODULES.html.sh (func_all_modules): Add xsize.
45488
45489 2003-11-04  Bruno Haible  <bruno@clisp.org>
45490
45491         * m4/xsize.m4: New file.
45492
45493 2003-11-04  Bruno Haible  <bruno@clisp.org>
45494
45495         * lib/xsize.h: New file.
45496         * lib/linebreak.c: Include xsize.h.
45497         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
45498         argument for overflow.
45499         Suggested by Paul Eggert.
45500
45501 2003-11-03  Karl Berry  <karl@gnu.org>
45502
45503         * config/config.{guess,sub}: update from config.
45504
45505 2003-11-03  Jim Meyering  <jim@meyering.net>
45506
45507         * modules/userspec (lib_SOURCES): Add userspec.h.
45508         (Include): Add "userspec.h".
45509         Improve description.
45510
45511 2003-11-03  Jim Meyering  <jim@meyering.net>
45512
45513         * lib/userspec.c: Include "userspec.h".
45514         * lib/userspec.h: New file.
45515
45516 2003-11-03  Bruno Haible  <bruno@clisp.org>
45517
45518         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
45519
45520 2003-11-03  Bruno Haible  <bruno@clisp.org>
45521
45522         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
45523         available, to avoid (extremely rare) race condition.
45524         Suggested by Paul Eggert.
45525
45526 2003-11-02  Karl Berry  <karl@gnu.org>
45527
45528         * config/srclist.txt (vasprintf.c): sync broken, sigh.
45529
45530 2003-10-31  Paul Eggert  <eggert@twinsun.com>
45531
45532         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
45533         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
45534         (read_filesystem_list): Set and use me_type_malloced.
45535         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
45536         whatever the type happens to be), for brevity and consistency.
45537         Check for size calculation overflow on Alphas running OSF/1.
45538
45539 2003-10-31  Jim Meyering  <jim@meyering.net>
45540
45541         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
45542
45543         * lib/linebuffer.c: Include <string.h> for declaration of memset.
45544
45545 2003-10-30  Paul Eggert  <eggert@twinsun.com>
45546             Bruno Haible  <bruno@clisp.org>
45547
45548         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
45549         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
45550
45551 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
45552
45553         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
45554         netbsd*-gnu*.  Suggested by Robert Millan.
45555
45556 2003-10-29  Paul Eggert  <eggert@twinsun.com>
45557
45558         * modules/group-member: Depend on stdbool.
45559
45560 2003-10-29  Paul Eggert  <eggert@twinsun.com>
45561
45562         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
45563
45564 2003-10-29  Paul Eggert  <eggert@twinsun.com>
45565
45566         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
45567         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
45568         after the 'gnu' in these cases.  This fixes some bugs in the
45569         previous change, and is based on suggestions by Robert Millan.
45570
45571 2003-10-29  Paul Eggert  <eggert@twinsun.com>
45572
45573         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
45574         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
45575         no longer needed.
45576         * lib/quotearg.c (quotearg_n_options): Use it.
45577         * lib/group-member.c: Include <stdbool.h>.
45578         (free_group_info): Arg is now const *; don't free arg.
45579         (get_group_info): Now returns bool and accepts struct group_info *,
45580         rather than returning a malloc'ed struct group_info *.
45581         All uses changed.  Check for overflow in internal size calculation.
45582
45583         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
45584         rather than xmalloc/xrealloc.
45585         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
45586         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
45587         conformance bug: the old code used a pointer after freeing the
45588         storage that it addressed.
45589         * lib/hash.c (hash_initialize): Simplify the code by using
45590         xalloc_oversized rather than doing it by hand.
45591         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
45592         the buffer preserved.  Use free and xmalloc instead.
45593         * lib/quotearg.c (quotearg_n_options): Likewise.
45594         Use a simpler test for size overflow.  Don't use xalloc_oversized
45595         because unsigned int might be wider than size_t (!); this suggests
45596         that we should switch from unsigned int to size_t for slot numbers.
45597
45598 2003-10-28  Paul Eggert  <eggert@twinsun.com>
45599
45600         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
45601         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
45602         NetBSD kernels.  Requested by Richard Stallman.
45603
45604 2003-10-27  Paul Eggert  <eggert@twinsun.com>
45605
45606         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
45607         to allocate the returned structure.  Do not allocate a subarray,
45608         as x2nrealloc will do that.
45609         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
45610         instead of xnrealloc.
45611         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
45612
45613 2003-10-27  Bruno Haible  <bruno@clisp.org>
45614
45615         * lib/stdbool_.h: Better support for BeOS.
45616
45617 2003-10-26  Paul Eggert  <eggert@twinsun.com>
45618
45619         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
45620         now uses inline.
45621
45622 2003-10-26  Paul Eggert  <eggert@twinsun.com>
45623
45624         * lib/xalloc.h (xalloc_oversized): New static inline function, for
45625         callers that want to do their own size-overflow checking.  Include
45626         <stdbool.h>, since xalloc_oversized returns bool.
45627         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
45628         to use xalloc_oversized.
45629
45630         Add two functions x2realloc, x2nrealloc, for programs that grow
45631         arrays dynamically by doubling their sizes.
45632         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
45633         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
45634         New functions.
45635
45636         Port to C99 semantics for 'inline' of external functions.
45637         Bug reported by Bruno Haible.
45638         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
45639         with the old contents of xnmalloc.
45640         (xnmalloc, xmalloc): Use it.
45641         (xnrealloc_inline): New static inline function,
45642         with the old contents of xnrealloc.
45643         (xnrealloc, xrealloc): Use it.
45644
45645         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
45646         that.
45647
45648 2003-10-26  Karl Berry  <karl@gnu.org>
45649
45650         * config/srclist.txt (COPYING.DOC): no longer available from
45651         /gd/gnuorg; don't know where the ultimate source is.
45652
45653 2003-10-25  Paul Eggert  <eggert@twinsun.com>
45654
45655         Fix several address-calculation bugs in the hash modules,
45656         plus some minor code cleanup.
45657
45658         * lib/hash.h: Include <stdbool.h>, for bool.
45659         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
45660         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
45661         hash_get_n_entries, hash_get_max_bucket_length,
45662         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
45663         hash_rehash): Use size_t rather than unsigned.
45664         * lib/hash.c (struct hash_table, hash_get_n_buckets,
45665         hash_get_n_buckets_used, hash_get_n_entries,
45666         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
45667         hash_get_entries, hash_do_for_each, hash_string, is_prime,
45668         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
45669         Likewise.
45670         (SIZE_MAX): Define if not defined.
45671         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
45672         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
45673         hash_print):
45674         Use const * when possible.
45675         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
45676         (check_tuning): Fix bug: if tuning parameters were very close to
45677         0 or 1, rounding errors could have caused subscript violations.
45678         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
45679         (hash_initialize): Add 'fail:' label
45680         to free table and return NULL, and use it to simplify code.
45681         Use calloc rather than clearing the storage ourself.
45682         (hash_initialize, hash_rehash): Check for arithmetic overflow in
45683         buffer size calculations.
45684         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
45685         Include <stddef.h>, for size_t.
45686         * lib/hash-pjw.c (hash_pjw): Likewise.
45687         Switch to method described by Bruno Haible.
45688         Include <limits.h>, for CHAR_BIT.
45689         (SIZE_BITS): New macro.
45690
45691 2003-10-23  Paul Eggert  <eggert@twinsun.com>
45692
45693         * m4/getline.m4 (AM_FUNC_GETLINE):
45694         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
45695         hosts.  Problem reported by Derek Robert Price in
45696         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
45697         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
45698         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
45699
45700 2003-10-21  Paul Eggert  <eggert@twinsun.com>
45701
45702         * lib/getndelim2.c (getndelim2): When size calculation overflows,
45703         ceiling the allocation at NMAX bytes rather than silently
45704         discarding input bytes before NMAX is reached.  This makes
45705         a difference only if NMAX exceeds SIZE_MAX / 2.
45706
45707         * lib/obstack.c: Merge from glibc.
45708         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
45709         Add libc_hidden_def (_obstack_newchunk).
45710         (_obstack_free) [! defined _LIBC]: Remove.
45711         [defined _LIBC]: Make a strong alias from obstack_free, rather than
45712         a clone of the function body.
45713         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
45714         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
45715
45716         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
45717         glibc.
45718         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
45719         arg to memcpy.
45720
45721         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
45722         (obstack_ptr_grow_fast, obstack_int_grow_fast):
45723         Don't use lvalue casts, as GCC plans to remove support for them
45724         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
45725         was also present in the non-GCC version, indicating that this
45726         code had always been buggy and had never been widely used.
45727         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
45728         Use the fast variant of each macro, rather than copying the
45729         definiens of the fast variant; that way, we'll be more likely to
45730         catch future bugs in the fast variants.
45731
45732 2003-10-20  Bruno Haible  <bruno@clisp.org>
45733
45734         * modules/wait-process: New file.
45735         * MODULES.html.sh (func_all_modules): Add wait-process.
45736
45737 2003-10-20  Bruno Haible  <bruno@clisp.org>
45738
45739         * m4/wait-process.m4: New file.
45740
45741 2003-10-20  Bruno Haible  <bruno@clisp.org>
45742
45743         * lib/wait-process.h: New file, from GNU gettext.
45744         * lib/wait-process.c: New file, from GNU gettext.
45745
45746 2003-10-19  Jim Meyering  <jim@meyering.net>
45747
45748         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
45749         HPUX 10.20.
45750
45751 2003-10-18  Karl Berry  <karl@gnu.org>
45752
45753         * config/config.guess: update from config.
45754
45755 2003-10-16  Paul Eggert  <eggert@twinsun.com>
45756
45757         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
45758         (getgroups): First arg is int, not size_t.
45759         Don't let 'free' mangle errno.
45760
45761 2003-10-16  Paul Eggert  <eggert@twinsun.com>
45762
45763         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
45764
45765 2003-10-16  Karl Berry  <karl@gnu.org>
45766
45767         * config/config.{guess,sub}: update from config.
45768
45769 2003-10-16  Jim Meyering  <jim@meyering.net>
45770
45771         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
45772         memcpy.
45773
45774 2003-10-15  Paul Eggert  <eggert@twinsun.com>
45775
45776         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
45777         (SIZE_MAX): Remove.
45778         (new_exclude, add_exclude_file): Initial size no longer needs to
45779         be a power of 2.
45780         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
45781         our own address arithmetic overflow checking.
45782
45783         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
45784         (fnmatch): Do not alloca more than 2000 wide characters;
45785         instead, use malloc for large buffers.
45786         Check for address arithmetic overflow, and return -1
45787         with errno set to ENOMEM in that case.
45788         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
45789         (NEW_PATTERN): Do not alloca more than 8000 bytes;
45790         instead, return -1.  Check for address arithmetic overflow.
45791
45792 2003-10-14  Paul Eggert  <eggert@twinsun.com>
45793
45794         Handle invalid suffixes and overflow independently, so that
45795         callers can treat them independently as needed.  Fix some bugs in
45796         suffix handling, e.g., "100k@" was not diagnosed as an invalid
45797         suffix for a human-readable blocksize.  The major caller-visible
45798         change is the addition of a new
45799         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
45800         that both overflow and suffix chars were found.
45801
45802         * lib/human.c (humblock): Don't check separately for invalid suffix
45803         char; that is xstrtoumax's job (now that its bug is fixed).
45804         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
45805         INTMAX_MAX]: New macros.
45806         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
45807         TYPE_MAXIMUM): New macros.
45808         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
45809         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
45810         if overflow occurs, as it's what __strtol does and it's more useful
45811         in practice.
45812         (__xstrtol): If __strtol reports some error other than ERANGE,
45813         reflect it to the caller as LONGINT_INVALID.  If it reports
45814         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
45815         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
45816         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
45817         value.
45818         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
45819         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
45820         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
45821         [defined UINTMAX_MAX]: New macros.
45822
45823 2003-10-14  Bruno Haible  <bruno@clisp.org>
45824
45825         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
45826
45827 2003-10-14  Bruno Haible  <bruno@clisp.org>
45828
45829         * m4/sig_atomic_t: New file, from GNU gettext.
45830         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
45831
45832 2003-10-14  Bruno Haible  <bruno@clisp.org>
45833
45834         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
45835         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
45836         Also use volatile where needed.
45837
45838 2003-10-12  Paul Eggert  <eggert@twinsun.com>
45839
45840         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
45841         Change maintainer from Bruno Haible to 'all'.
45842
45843 2003-10-12  Paul Eggert  <eggert@twinsun.com>
45844
45845         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
45846
45847 2003-10-12  Paul Eggert  <eggert@twinsun.com>
45848
45849         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
45850         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
45851         and define in terms of the other primitives.
45852         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
45853         (SIZE_MAX): Define if not already defined.
45854         (array_size_overflow): New function.
45855         (xalloc_die): Abort instead of exiting if 'error' returns.
45856         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
45857         (xmalloc, xrealloc): Use them.
45858         (xcalloc): Check for address arithmetic overflow.
45859         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
45860         a bit faster than strcpy.
45861
45862 2003-10-10  Simon Josefsson  <jas@extundo.com>
45863
45864         * modules/argp (Depends-on): Add restrict and strcase.
45865
45866 2003-10-10  Simon Josefsson  <jas@extundo.com>
45867
45868         * m4/argp.m4: Add AC_C_INLINE.
45869
45870 2003-10-08  Paul Eggert  <eggert@twinsun.com>
45871
45872         Merge getpass from libc, plus a few fixes.
45873
45874         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
45875         Include <stdbool.h>.
45876         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
45877         __fsetlocking to empty.
45878         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
45879         do include <bits/libc-lock.h>.
45880         Do not include <fcntl.h>; not needed.
45881         [_LIBC]: Include <wchar.h>.
45882         (NOTCANCEL_MODE): New macro.
45883         (flockfile, funlockfile) [_LIBC]: New macros.
45884         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
45885         [!_LIBC]: New macros.
45886         (call_fclose): New function.
45887         (getpass): Use it.  Save tty stream separately; this simplifies the
45888         code and makes it more reliable if stdin happens to equal stdout.
45889         Invoke __fsetlocking on tty.
45890         Handle thread cancellation if needed.
45891         Namespace cleanup (use __tcgetattr, __getline).
45892         Use bool for Booleans.
45893         [USE_IN_LIBIO]: Handle wide streams.
45894         [!_LIBC]: Unconditionally do the fseek, since we don't know what
45895         stream might go where.
45896
45897         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
45898         doesn't have to include <stdio.h> before us.
45899         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
45900         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
45901         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
45902         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
45903         if not declared, so that we can use getpass.c code from libc without
45904         rewriting it.
45905         (flockfile, ftrylockfile, funlockfile): New macros.
45906
45907 2003-10-08  Paul Eggert  <eggert@twinsun.com>
45908
45909         * modules/getpass: Depend on stdbool.
45910
45911 2003-10-08  Paul Eggert  <eggert@twinsun.com>
45912
45913         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
45914
45915 2003-10-07  Karl Berry  <karl@gnu.org>
45916
45917         * config/config.{guess,sub}: update from config.
45918
45919 2003-10-06  Jim Meyering  <jim@meyering.net>
45920             Bruno Haible  <bruno@clisp.org>
45921
45922         This lets translators provide better translations for the
45923         "Written by ..." part of --version output.
45924         * lib/version-etc.h: Include stdarg.h.
45925         (version_etc_copyright): Declare as readonly.
45926         (version_etc): Make this function variadic with a NULL-terminated list
45927         of author name strings.
45928         (version_etc_va): New declaration.
45929         * lib/version-etc.c: Include stdarg.h, stdlib.h.
45930         (version_etc_copyright): Declare as readonly.
45931         (version_etc_va): New function. Provide a different translatable string
45932         for each possible number of authors < 10. Abbreviate when there are 10
45933         authors or more.
45934         (version_etc): Make this function variadic. Call version_etc_va.
45935         Suggestion from Gary V. Vaughan.
45936
45937         * lib/long-options.h (parse_long_options): Change prototype: the
45938         authors string is moved to the end and becomes variadic.
45939         * lib/long-options.c: Include stdarg.h.
45940         (parse_long_options): Make this function variadic, too.
45941         Call version_etc_va, not version_etc.
45942
45943 2003-10-06  Bruno Haible  <bruno@clisp.org>
45944
45945         * modules/version-etc-2: Remove file.
45946         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
45947
45948 2003-10-06  Bruno Haible  <bruno@clisp.org>
45949
45950         * modules/fatal-signal: New file.
45951         * MODULES.html.sh (func_all_modules): Add fatal-signal.
45952
45953 2003-10-06  Bruno Haible  <bruno@clisp.org>
45954
45955         * m4/fatal-signal.m4: New file.
45956         * m4/signalblocking.m4: New file, from GNU gettext.
45957
45958 2003-10-06  Bruno Haible  <bruno@clisp.org>
45959
45960         * lib/version-etc-2.h: Remove file.
45961         * lib/version-etc-2.c: Remove file.
45962
45963 2003-10-06  Bruno Haible  <bruno@clisp.org>
45964
45965         * lib/fatal-signal.h: New file, from GNU gettext.
45966         * lib/fatal-signal.c: New file, from GNU gettext.
45967
45968 2003-10-05  Paul Eggert  <eggert@twinsun.com>
45969
45970         * README: Rework advice for preventing empty .o files.
45971         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
45972         not <sys/types.h>.
45973
45974 2003-10-04  Karl Berry  <karl@gnu.org>
45975
45976         * lib/argp*: update from libc.
45977
45978 2003-10-04  Karl Berry  <karl@gnu.org>
45979
45980         * config/config.{guess,sub}: update from config.
45981
45982 2003-10-02  Bruno Haible  <bruno@clisp.org>
45983
45984         * modules/lchown (Include): Add lchown.h.
45985         * modules/time_r (Include): Use "..." syntax.
45986         * modules/xgetdomainname (Include): Add xgetdomainname.h.
45987
45988 2003-10-01  Simon Josefsson  <jas@extundo.com>
45989
45990         * MODULES.html.sh (func_all_modules): Move gethostname from section
45991         'based on' to section 'lacking' POSIX:2001.
45992
45993 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
45994
45995         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
45996         to output mode on the same stream.
45997
45998 2003-09-29  Paul Eggert  <eggert@twinsun.com>
45999
46000         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
46001         Fix arg typo in previous patch.
46002
46003 2003-09-28  Jim Meyering  <jim@meyering.net>
46004
46005         * lib/error.c: Correct cpp indentation.
46006
46007 2003-09-27  Paul Eggert  <eggert@twinsun.com>
46008
46009         * modules/free: New file.
46010
46011 2003-09-27  Paul Eggert  <eggert@twinsun.com>
46012
46013         * m4/free.m4: New file.
46014
46015 2003-09-27  Paul Eggert  <eggert@twinsun.com>
46016
46017         * lib/minmax.h (MIN, MAX)
46018         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
46019         Omit the special code that used __typeof__, since we worry that
46020         it could be more trouble than it's worth.  See:
46021         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
46022         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
46023
46024         * lib/free.c: New file.
46025
46026 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
46027
46028         Trivial fixes to Makefile.am parts of module listings.
46029         * modules/strstr: Append strstr.h to lib_SOURCES.
46030         * modules/strcase: Likewise, for strcase.h.
46031
46032 2003-09-27  Karl Berry  <karl@gnu.org>
46033
46034         * config/mkinstalldirs: update from automake.
46035
46036 2003-09-26  Paul Eggert  <eggert@twinsun.com>
46037
46038         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
46039         (error_tail): Do not loop, reallocating temporary buffer, since
46040         the output cannot contain more wide characters than the input
46041         contains bytes, the size must be big enough already.  This avoids
46042         one potential size overflow calculation.  Check for size overflow
46043         when calculating temporary buffer size.  Free temporary buffer
46044         when done, if it was allocated with malloc; this plugs a memory
46045         leak.  Remove casts from void * to pointers, that are no longer
46046         needed now that we're assuming C89 or better.
46047
46048         Merge error changes from glibc.
46049
46050         * lib/error.c, error.h: Update copyright notice header to match glibc.
46051         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
46052         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
46053         Disable cancellation while printing error.
46054         * lib/error.h: Prepend __ to parameter names.
46055
46056 2003-09-26  Jim Meyering  <jim@meyering.net>
46057
46058         * lib/error.c (error_tail): Move some declarations
46059         into inner scope where the local variables are used.
46060
46061 2003-09-26  Bruno Haible  <bruno@clisp.org>
46062
46063         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
46064         stpncpy().
46065         Don't define stpncpy through config.h; it's now done through stpncpy.h.
46066
46067 2003-09-26  Bruno Haible  <bruno@clisp.org>
46068
46069         * lib/stpncpy.h (gnu_stpncpy): New declaration.
46070         (stpncpy): Define as alias for gnu_stpncpy.
46071         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
46072
46073 2003-09-25  Simon Josefsson  <jas@extundo.com>
46074
46075         * lib/xgetdomainname.h: New file.
46076         * lib/xgetdomainname.c: New file.
46077
46078 2003-09-25  Simon Josefsson  <jas@extundo.com>
46079             Bruno Haible  <bruno@clisp.org>
46080
46081         * modules/getdomainname: New file.
46082         * modules/xgetdomainname: New file.
46083         * MODULES.html.sh (func_all_modules): Add getdomainname,
46084         xgetdomainname.
46085
46086 2003-09-25  Simon Josefsson  <jas@extundo.com>
46087             Bruno Haible  <bruno@clisp.org>
46088
46089         * m4/getdomainname.m4: New file.
46090
46091 2003-09-25  Simon Josefsson  <jas@extundo.com>
46092             Bruno Haible  <bruno@clisp.org>
46093
46094         * lib/getdomainname.h: New file.
46095         * lib/getdomainname.c: New file.
46096
46097 2003-09-25  Karl Berry  <karl@gnu.org>
46098
46099         * lib/argp-fmtstream.c, argp-help.c: update from libc.
46100
46101 2003-09-25  Karl Berry  <karl@gnu.org>
46102
46103         * config/install-sh: update from automake.
46104
46105 2003-09-25  Bruno Haible  <bruno@clisp.org>
46106
46107         * modules/version-etc-2: New file, from modules/version-etc with
46108         modifications.
46109         * MODULES.html.sh (func_all_modules): Add version-etc-2.
46110
46111 2003-09-25  Bruno Haible  <bruno@clisp.org>
46112
46113         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
46114         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
46115
46116 2003-09-24  Simon Josefsson  <jas@extundo.com>
46117
46118         * modules/xgethostname: Add xgethostname.h.
46119
46120 2003-09-24  Paul Eggert  <eggert@twinsun.com>
46121
46122         * lib/linebuffer.c (freebuffer): Don't free the argument, just
46123         the buffer associated with the argument.  Bug reported by
46124         Simon Josefsson.
46125
46126 2003-09-24  Paul Eggert  <eggert@twinsun.com>
46127
46128         * README: Document assumptions that 'int' is at least 32 bits
46129         wide, that integer arithmetic is 2's complement without overflow,
46130         that there are no holes in integer values, that adding sizes of
46131         two nonoverlapping objects can't overflow, and that all-bits-zero
46132         yields scalar zero.  Fix spelling and capitalization typos.
46133
46134 2003-09-19  Karl Berry  <karl@gnu.org>
46135
46136         * lib/argp.h: update from libc.
46137
46138 2003-09-17  Paul Eggert  <eggert@twinsun.com>
46139
46140         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
46141         to avoid spurious warnings like "AC_RUN_IFELSE was called before
46142         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
46143
46144 2003-09-17  Paul Eggert  <eggert@twinsun.com>
46145
46146         * gnulib-tool: Use "test -h", not "test -L", for portability
46147         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
46148         (tags_regexp): Remove, since \| doesn't conform to POSIX.
46149         (sed_extract_prog): Issue s commands one-by-one, rather than
46150         using \| in one s command.
46151
46152 2003-09-16  Paul Eggert  <eggert@twinsun.com>
46153
46154         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
46155         input error, instead of returning NULL the next time we are called
46156         (and therefore losing track of errno).
46157
46158 2003-09-16  Bruno Haible  <bruno@clisp.org>
46159
46160         * gnulib-tool (func_create_testdir): Warn about duplicated
46161         dependencies.
46162
46163 2003-09-15  Paul Eggert  <eggert@twinsun.com>
46164
46165         * modules/argmatch, modules/fatal, modules/obstack,
46166         modules/xalloc, modules/xgethostname: Sort dependencies by
46167         importance, not alphabetically.
46168
46169 2003-09-15  Paul Eggert  <eggert@twinsun.com>
46170
46171         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
46172         fails, so that the caller gets the proper errno.
46173
46174         * lib/readutmp.c (read_utmp): Likewise.
46175         Check for fstat error.  Close stream and free storage
46176         when failing.
46177
46178 2003-09-14  Karl Berry  <karl@gnu.org>
46179
46180         * config/srclist.txt (strdup.c): disable for c89 changes.
46181
46182 2003-09-14  Jim Meyering  <jim@meyering.net>
46183
46184         * lib/getloadavg.c: Correct cpp indentation.
46185         * lib/strdup.c: Likewise.
46186         * lib/vasnprintf.c: Likewise.
46187
46188 2003-09-14  Bruno Haible  <bruno@clisp.org>
46189
46190         * modules/fwriteerror: New file.
46191         * MODULES.html.sh (func_all_modules): Add fwriteerror.
46192
46193 2003-09-14  Bruno Haible  <bruno@clisp.org>
46194
46195         * lib/fwriteerror.h: New file.
46196         * lib/fwriteerror.c: New file.
46197
46198 2003-09-12  Paul Eggert  <eggert@twinsun.com>
46199
46200         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
46201         modules/xgethostname, modules/xalloc: Depend on exit.
46202
46203 2003-09-12  Paul Eggert  <eggert@twinsun.com>
46204
46205         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
46206
46207         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
46208         and AC_MINIX, too, so that their extensions are available.
46209
46210         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
46211         This macro has been superseded by gl_BACKUPFILE.
46212
46213         More patches to assume C89 or better.
46214
46215         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
46216
46217         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
46218         unconditionally.
46219         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
46220         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
46221         Include <string.h>, <stdlib.h> unconditionally.
46222         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
46223         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
46224         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
46225         headers or for string.h.
46226         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
46227         or strtoul.
46228
46229         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
46230         headers.
46231         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
46232         * m4/userspec.m4 (gl_USERSPEC): Likewise.
46233         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
46234         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
46235         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46236         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
46237         memcpy, memset.
46238         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
46239         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
46240         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
46241         strtol.
46242         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
46243         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
46244         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
46245         strtoul.
46246
46247 2003-09-12  Paul Eggert  <eggert@twinsun.com>
46248
46249         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
46250         * lib/obstack.c [!defined _LIBC]: Likewise.
46251         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
46252         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
46253         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
46254
46255         More changes to assume C89 or better.
46256
46257         * lib/error.c (error_tail): Assume vprintf.
46258
46259         * lib/argmatch.c (getenv): Remove decl.
46260         * lib/progreloc.c (get_full_program_name): Define via prototype.
46261         * lib/setenv.c (clearenv): Likewise.
46262         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
46263         needed.
46264         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
46265         (malloc, memcpy): Remove decls.
46266         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
46267         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
46268         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
46269         (memcpy): Remove macro.
46270         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
46271         (__P): Remove.  All uses removed.
46272         (PTR): Remove.  All uses changed to void *.
46273         (CHAR_BIT, NULL): Remove.
46274         (spaces, zeros, memset_space, memset_zero)
46275         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
46276         Remove.
46277         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
46278         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
46279         Define with prototype.
46280         Remove now-unnecessary prototype decl.
46281         (extra_args_spec): Assume ANSI C.  All uses changed.
46282         (extra_args_spec_iso): Remove.
46283         (my_strftime, emacs_strftimeu): Define via prototype.
46284         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
46285         unconditionally.
46286         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
46287         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
46288         (strtoul, strtol): Remove decls.
46289         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
46290         LONG_MAX): Remove.
46291         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
46292         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
46293         (LOCALE_PARAM_PROTO): New macro.
46294         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
46295         (INTERNAL (strtol), strtol): Define with a prototype.
46296         (PARAMS): Remove.  All uses removed.
46297         * lib/tempname.c: Include <string.h> unconditionally.
46298         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
46299         * lib/xgethostname.c (main): Define with a prototype.
46300         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
46301         Include <stdlib.h> unconditionally.
46302         (calloc, malloc, realloc, free): Remove decls.
46303         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
46304         Include <stdlib.h> unconditionally.  Sort include file names.
46305         (strtod): Remove.
46306         (xstrtod): Define with a prototype.
46307         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
46308         (strtol, strtoul): Remove decls.
46309
46310 2003-09-11  Paul Eggert  <eggert@twinsun.com>
46311
46312         More patches to assume C89 or better.
46313         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
46314         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
46315         string.h, memchr, STDC_HEADERS.
46316
46317 2003-09-11  Paul Eggert  <eggert@twinsun.com>
46318
46319         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
46320         Include <stdlib.h>, <string.h> unconditionally.
46321         Remove now-unnecessary cast to char *.
46322         * lib/strnlen.c: Include <string.h> unconditionally.
46323         * lib/yesno.c (yesno): Define with a prototype.
46324
46325 2003-09-11  Bruno Haible  <bruno@clisp.org>
46326
46327         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
46328
46329 2003-09-10  Jim Meyering  <jim@meyering.net>
46330
46331         * lib/error.c: Correct indentation of cpp directives.
46332
46333 2003-09-10  Bruno Haible  <bruno@clisp.org>
46334
46335         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
46336         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
46337         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
46338         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
46339         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
46340         <stdlib.h> and <string.h> checks.
46341         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
46342         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
46343
46344 2003-09-10  Bruno Haible  <bruno@clisp.org>
46345
46346         * lib/strcspn.c: Include <string.h> unconditionally.
46347         * lib/strpbrk.c: Include <string.h> unconditionally.
46348         * lib/strstr.c: Include <string.h> unconditionally.
46349         * lib/unicodeio.c: Include <string.h> unconditionally.
46350         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
46351         * lib/unsetenv.c: Likewise.
46352         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
46353         * lib/yesno.c: Include <stdlib.h> unconditionally.
46354         (rpmatch): Add prototype.
46355
46356 2003-09-09  Paul Eggert  <eggert@twinsun.com>
46357
46358         More patches to assume C89 or better.
46359         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
46360         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
46361         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
46362         or for string.h.
46363         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
46364         stdlib.h.
46365         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
46366         C headers.
46367         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
46368         string.h.
46369         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
46370         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
46371         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
46372         or for string.h.
46373         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
46374         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
46375         C headers.
46376         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
46377         memcpy.
46378         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
46379         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
46380         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
46381         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
46382         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
46383         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
46384         string.h, free.
46385         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
46386         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
46387         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
46388         C headers, or for string.h.
46389         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
46390         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
46391         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
46392         headers, memory.h, stdlib.h, string.h, strings.h.
46393         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
46394         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
46395         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
46396         strchr.
46397         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
46398         headers, memory.h, string.h.
46399         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
46400         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
46401         free.
46402         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
46403         headers.
46404         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
46405         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
46406         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
46407         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
46408         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
46409
46410 2003-09-09  Paul Eggert  <eggert@twinsun.com>
46411
46412         More K&R removal.
46413
46414         * lib/acosl.c (main): Use a prototype.
46415         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
46416         tanl.c: Likewise.
46417
46418         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
46419
46420         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
46421         (getopt, etopt_long, getopt_long_only, _getopt_internal)
46422         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
46423         with a prototype.
46424         * lib/getopt.c (const): Remove macro.
46425         Include <string.h> unconditionally.
46426         (my_index): Remove; all uses changed to strchr.
46427         (strlen): Remove decl.
46428         (exchange): Remove forward decl; no longer needed.
46429         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
46430         Define with prototype.
46431         * lib/getopt1.c (const): Remove macro.
46432         (getopt_long, getopt_long_only, main): Define with prototype.
46433
46434         * lib/getugroups.c: Include <string.h> unconditionally.
46435
46436         * lib/getusershell.c: Include <stdlib.h> unconditionally.
46437         (getusershell, setusershell, endusershell, readname, main):
46438         Define with prototypes.
46439
46440         * lib/group-member.c: Include group-member.h first.
46441         Include <stdlib.h> unconditionally.
46442
46443         * lib/hard-locale.c: Include hard-locale.h first.
46444         Include <stdlib.h>, <string.h> unconditionally.
46445
46446         * lib/hash.c (free, malloc): Remove decls.
46447         Include <stdlib.h> unconditionally.
46448
46449         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
46450         (getenv): Do not declare.
46451
46452         * lib/idcache.c: Include <string.h> unconditionally.
46453
46454         * lib/long-options.c: Include long-options.h first, to test interface.
46455         Include <stdlib.h> unconditionally.
46456
46457         * lib/makepath.c: Include makepath.h first, to test interface.
46458         Include <stdlib.h> and <string.h> unconditionally.
46459
46460         * lib/linebuffer.c: Include <stdlib.h>.
46461         (free): Remove decl.
46462
46463         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
46464         stddef.h. rpl_malloc returns void *, not char *.
46465         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
46466         prototype.
46467
46468         * lib/md5.h: Include <limits.h> unconditionally.
46469         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
46470         (__P): Remove; all uses removed.
46471         * lib/md5.c: Include "md5.h" first.
46472         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
46473         md5_buffer, md5_process_bytes, md5_process_block):
46474         Define with prototypes.
46475         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
46476         * lib/sha.c: Include "sha.h" first.
46477         Include <stdlib.h>, <string.h> unconditionally.
46478
46479         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
46480         * lib/memcmp.c (__ptr_t): Likewise.
46481         * lib/memrchr.c (__ptr_t): Likewise.
46482         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
46483         Include <string.h> unconditionally.
46484         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
46485         * lib/memchr.c: Include <stdlib.h> unconditionally.
46486         * lib/memchr.c (LONG_MAX): Remove.
46487         * lib/memrchr.c (LONG_MAX): Likewise.
46488         * lib/memchr.c (__memchr): Define via a prototype.
46489         * lib/memrchr.c (__memrchr): Likewise.
46490         * lib/memcmp.c (__P): Remove, and remove all uses.
46491         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
46492         Remove forward decls; no longer needed.
46493         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
46494         Use types required by C89 in prototype.
46495
46496         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
46497         * lib/savedir.c: Likewise.
46498         * lib/mkdir.c (free): Remove decl.
46499         * lib/rmdir.c (rmdir): Define with a prototype.
46500         * lib/savedir.c: Include savedir.h first, to test interface.
46501
46502         * lib/mktime.c (STDC_HEADERS): Remove.
46503         Include <stdlib.h>, <string.h> unconditionally.
46504
46505         * lib/modechange.c: Include <stdlib.h> unconditionally.
46506         (malloc): Remove decl.
46507
46508         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
46509         (free): Remove decl.
46510
46511         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
46512         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
46513         (This type really should be intptr_t, but that's a C99ism.)
46514         (_obstack_memcpy): Remove: all uses changed to memcpy.
46515         Include <string.h> unconditionally.
46516         (struct obstack): Assume __STDC__ for types of members
46517         chunkfun, freefun, extra_arg.
46518         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
46519         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
46520         obstack_begin, obstack_specify_allocation,
46521         obstack_specify_allocation_with_arg, obstack_chunkfun,
46522         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
46523         Remove unprototyped decls and the macros that use them.
46524         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
46525         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
46526         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
46527         (defined __STDC__ && __STDC__)]:
46528         Remove nonprototyped code.
46529         Include <stdlib.h> unconditionally.
46530         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
46531         _obstack_allocated_p, _obstack_free, obstack_free,
46532         _obstack_memory_used, print_and_abort):
46533         Define using prototypes.
46534         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
46535         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
46536         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
46537         obstack_next_free, obstack_object_size, obstack_room) [0]:
46538         Remove unused, unprototyped code.
46539
46540         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
46541
46542         * lib/physmem.c (physmem_total, physmem_available, main): Define
46543         with prototypes.
46544
46545         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
46546         (main): Define with a prototype.
46547
46548         * lib/posixver.c (getenv): Remove decl.
46549
46550         * lib/putenv.c (malloc): Returns void *, not char *.
46551         Include <string.h> unconditionally.
46552         (strchr, memcpy, NULL): Do not define.
46553
46554         * lib/readtokens.c: Include readtokens.h first, to test interface.
46555         Include <stdlib.h>, <string.h> unconditionally.
46556         (init_tokenbuffer): Define with a prototype.
46557
46558         * lib/regex.c (PARAMS): Remove.  All uses removed.
46559         All uses of _RE_ARGS removed, too.
46560         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
46561         unconditionally.
46562         (bzero): Assume memset exists.
46563         (memcmp, memcpy, NULL): Remove.
46564         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
46565         char, or assignments to local vars of type signed char.
46566         (init_syntax_once, PREFIX(extract_number_and_incr),
46567         PREFIX(print_partial_compiled_pattern),
46568         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
46569         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
46570         PREFIX(regex_grow_registers), PREFIX(regex_compile),
46571         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
46572         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
46573         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
46574         wcs_compile_range, byte_compile_range, truncate_wchar,
46575         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
46576         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
46577         count_mbs_length, wcs_re_match_2_internal,
46578         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
46579         PREFIX(alt_match_null_string_p),
46580         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
46581         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
46582         regfree, PREFIX(extract_number)): Define with prototype.  Remove
46583         now-unnecessary declaration, if any.
46584         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
46585         regcomp, regexec):
46586         Remove now-unnecessary casts among pointer types.
46587         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
46588
46589         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
46590         (free): Remove decl.
46591
46592         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
46593
46594         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
46595         (free): Remove decl.
46596
46597         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
46598         * lib/xgetcwd.c: Likewise.
46599
46600         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
46601         (free): Remove decl.
46602
46603         * lib/strchrnul.c (strchrnul): Define with a prototype.
46604         Fix bug: c_in was not converted to char before searching.
46605
46606         The following changes are not K&R related:
46607
46608         * lib/group-member.h: Include <sys/types.h>, so that this file is
46609         self-contained.
46610         * lib/makepath.h: Likewise.
46611
46612         * lib/getusershell.c (readname, default_index, line_size, readname):
46613         Use size_t, not int, for sizes.
46614         (readname): If the size overflows, report an error instead of
46615         looping forever.
46616
46617 2003-09-09  Paul Eggert  <eggert@twinsun.com>
46618
46619         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
46620         libc.
46621
46622 2003-09-09  Paul Eggert  <eggert@twinsun.com>
46623
46624         * README: New section: portability guidelines.
46625
46626 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
46627
46628         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
46629         C89 spec.
46630
46631 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
46632
46633         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
46634
46635 2003-09-08  Paul Eggert  <eggert@twinsun.com>
46636
46637         Assume C89 or better; remove K&R cruft.
46638         A few of these changes were first proposed by Derek Robert Price
46639         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
46640
46641         * lib/addext.c: Include <string.h> unconditionally.
46642         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
46643         Don't declare getenv or malloc.
46644
46645         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
46646         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
46647         (NULL): Remove.
46648         (find_stack_direction, alloca): Use prototypes.
46649
46650         * lib/atexit.c (atexit): Define using a prototype.
46651
46652         * lib/basename.c, dirname.c, stripslash.c:
46653         Include <string.h> unconditionally.
46654
46655         * lib/bcopy.c: Include <stddef.h>.
46656         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
46657
46658         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
46659
46660         * lib/error.h (error, error_at_line, error_print_progname)
46661         [! (defined (__STDC__) && __STDC__)]: Remove decls.
46662         * lib/error.c: Include error.h first, to check interface.
46663         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
46664         (VA_START): Remove; all uses changeed to va_start.
46665         (exit, strerror): Remove decls.
46666         (error_print_progname): Prototype uncondionally.
46667         Don't include <errno.h>; no longer needed.
46668         (private_strerror): Remove.
46669         (error_tail): Always define.
46670         (error, error_at_line): Assume C89 or better; always use prototypes.
46671         * lib/fatal.c: Include "fatal.h" first, to test interface.
46672         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
46673         (VA_START): Remove; all uses changed to va_start.
46674         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
46675         this case.
46676         (exit): Remove decl.
46677         (fatal): Prototype unconditionally.  Assume va_start works.
46678         Abort at end, to pacify gcc.
46679
46680         * lib/euidaccess.c (main): Define with a prototype.
46681
46682         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
46683
46684         * lib/exitfail.c: Include <stdlib.h> unconditionally.
46685
46686         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
46687         prototypes.
46688         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
46689         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
46690         (getenv): Remove decl.
46691         (fnmatch): Define using a prototype.
46692         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
46693         (FCT): Define using a prototype.
46694
46695         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
46696
46697         * lib/gethostname.c: Include <stddef.h>.
46698         (gethostname): Define with prototype.  Length is size_t, not int.
46699
46700 2003-09-08  Paul Eggert  <eggert@twinsun.com>
46701
46702         Assume C89 or better; remove K&R cruft.
46703         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
46704         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
46705         string.h, getenv, malloc.
46706         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
46707         headers.
46708         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
46709         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
46710         do not check for strerror.
46711         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
46712         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
46713         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
46714         do not check for doprnt or vprintf.
46715         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
46716         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
46717
46718 2003-09-08  Paul Eggert  <eggert@twinsun.com>
46719
46720         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
46721         getversion.c should have been removed then, but was accidentally
46722         preserved.
46723
46724         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
46725         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
46726
46727 2003-09-08  Karl Berry  <karl@gnu.org>
46728
46729         * config/config.sub, config.guess, srclistvars.sh: update from savannah
46730                 config, forget about prep.
46731
46732         * config/depcomp, missing: update from automake.
46733
46734 2003-09-07  Paul Eggert  <eggert@twinsun.com>
46735
46736         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
46737         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
46738
46739 2003-09-07  Paul Eggert  <eggert@twinsun.com>
46740
46741         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
46742         copy_tm_result.  Bug reported by Simon Josefsson in
46743         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
46744
46745 2003-09-06  Paul Eggert  <eggert@twinsun.com>
46746
46747         * m4/time_r.m4: New file.
46748         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
46749         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
46750         is. Check for timegm declaration.
46751         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
46752         Do not check for gmtime_r.
46753         Replace mktime if __mktime_internal does not exist and if mktime
46754         hasn't been replaced already.
46755
46756 2003-09-06  Paul Eggert  <eggert@twinsun.com>
46757
46758         * lib/time_r.c, lib/time_r.h: New files.
46759
46760         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
46761         __localtime_r.
46762         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
46763         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
46764
46765         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
46766         __gmtime_r.
46767         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
46768         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
46769         Include <time_r.h>.
46770
46771         * lib/timegm.c: Switch to glibc implementation, with the following
46772         changes:
46773         [defined HAVE_CONFIG_H]: Include <config.h>.
46774         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
46775         (__mktime_internal) [!defined _LIBC]: New decl.
46776         (__gmtime_r) [!defined _LIBC]: New macro and function.
46777         (timegm): Use a prototype, since gnulib assumes C89.
46778         Do not bother declaring tmp to be const, as it's not really usefu.
46779         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
46780         (timegm): Declare only if HAVE_DECL_TIMEGM.
46781
46782 2003-09-06  Paul Eggert  <eggert@twinsun.com>
46783
46784         * MODULES.html.sh (func_all_modules): Add time_r.
46785         * modules/time_r: New file.
46786         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
46787         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
46788
46789 2003-09-03  Paul Eggert  <eggert@twinsun.com>
46790
46791         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
46792         Bug reported by Lute Kamstra in
46793         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
46794
46795         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
46796         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
46797         course with correspondingly smaller numbers for tomorrow and
46798         yesterday.  From Tadayoshi Funaba.  Originally installed into
46799         sh-utils on 1999-08-07, but the patch got lost (I guess during the
46800         coreutils merge?).
46801
46802 2003-08-31  Simon Josefsson  <jas@extundo.com>
46803
46804         * modules/timegm: New file.
46805         * MODULES.html.sh (func_all_modules): Add timegm.
46806
46807 2003-08-31  Simon Josefsson  <jas@extundo.com>
46808
46809         * m4/timegm.m4: New file.
46810
46811 2003-08-31  Simon Josefsson  <jas@extundo.com>
46812
46813         * lib/timegm.h: New file.
46814         * lib/timegm.c: New file.  Based on
46815         wget-1.8.2/src/http.c:mktime_from_utc.
46816
46817 2003-08-31  Karl Berry  <karl@gnu.org>
46818
46819         * lib/argp.h: update from libc.
46820
46821 2003-08-28  Bruno Haible  <bruno@clisp.org>
46822
46823         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
46824         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
46825         followed by '#define fnmatch fnmatch_posix' gives an error.
46826
46827 2003-08-28  Bruno Haible  <bruno@clisp.org>
46828
46829         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
46830         warning on QNX, which defines O_BINARY to 000000.
46831
46832 2003-08-27  Jim Meyering  <jim@meyering.net>
46833
46834         * m4/mkstemp.m4: Require that the system mkstemp be able to create
46835         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
46836         would fail after 32.  Reported by Danny Levinson.  Details here:
46837         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
46838
46839 2003-08-24  Bruno Haible  <bruno@clisp.org>
46840
46841         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
46842         MSVC7 <stdio.h> is included later.
46843
46844 2003-08-22  Simon Josefsson  <jas@extundo.com>
46845
46846         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
46847
46848 2003-08-20  Karl Berry  <karl@gnu.org>
46849
46850         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
46851
46852 2003-08-20  Bruno Haible  <bruno@clisp.org>
46853
46854         * modules/progname: New file.
46855         * MODULES.html.sh (func_all_modules): Add progname.
46856
46857 2003-08-20  Bruno Haible  <bruno@clisp.org>
46858
46859         * lib/progname.h: New file, from GNU gettext.
46860         * lib/progname.c: New file, from GNU gettext.
46861         * lib/progreloc.c: New file, from GNU gettext.
46862
46863 2003-08-19  Jim Meyering  <jim@meyering.net>
46864
46865         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
46866         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
46867
46868 2003-08-19  Bruno Haible  <bruno@clisp.org>
46869
46870         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
46871         more.
46872
46873 2003-08-19  Bruno Haible  <bruno@clisp.org>
46874
46875         * lib/xstrdup.c: Assume <string.h> exists.
46876
46877 2003-08-18  Paul Eggert  <eggert@twinsun.com>
46878
46879         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
46880         in makefile rules.
46881
46882 2003-08-18  Jim Meyering  <jim@meyering.net>
46883
46884         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
46885         * m4/lib-ld.m4: Likewise.
46886
46887 2003-08-18  Jim Meyering  <jim@meyering.net>
46888
46889         * lib/setenv.h: Indent nested cpp directive.
46890         * lib/vasnprintf.c: Remove trailing blanks.
46891
46892 2003-08-17  Simon Josefsson  <jas@extundo.com>
46893
46894         * modules/xstrndup: New file.
46895         * MODULES.html.sh (func_all_modules): Add xstrndup.
46896
46897 2003-08-17  Simon Josefsson  <jas@extundo.com>
46898
46899         * modules/argp: Fix autoconf macro name. Add more dependencies.
46900
46901 2003-08-17  Simon Josefsson  <jas@extundo.com>
46902
46903         * m4/xstrndup.m4: New file.
46904
46905 2003-08-17  Simon Josefsson  <jas@extundo.com>
46906
46907         * m4/argp.m4: New file.
46908
46909 2003-08-17  Simon Josefsson  <jas@extundo.com>
46910             Bruno Haible  <bruno@clisp.org>
46911
46912         * lib/xstrndup.h: New file.
46913         * lib/xstrndup.c: New file.
46914
46915 2003-08-17  Bruno Haible  <bruno@clisp.org>
46916
46917         * modules/strndup (Files, Include): Add lib/strndup.h.
46918
46919 2003-08-17  Bruno Haible  <bruno@clisp.org>
46920
46921         * modules/euidaccess (Files): Add lib/euidaccess.h.
46922
46923 2003-08-17  Bruno Haible  <bruno@clisp.org>
46924
46925         * lib/strndup.h: New file.
46926
46927 2003-08-17  Bruno Haible  <bruno@clisp.org>
46928
46929         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
46930         like AC_GNU_SOURCE.
46931         * modules/extensions (configure.ac): Comment out the invocation of
46932         gl_USE_SYSTEM_EXTENSIONS.
46933
46934 2003-08-16  Paul Eggert  <eggert@twinsun.com>
46935
46936         Merges from coreutils, etc.
46937         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
46938         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
46939         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
46940         fixing a typo.
46941         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
46942         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
46943
46944 2003-08-16  Paul Eggert  <eggert@twinsun.com>
46945
46946         Document merge from coreutils.
46947         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
46948         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
46949         * modules/utime: Add m4/utimes-null.m4.
46950
46951 2003-08-16  Paul Eggert  <eggert@twinsun.com>
46952
46953         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
46954         space, undoing this 2003-08-12 change:
46955         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
46956
46957 2003-08-16  Paul Eggert  <eggert@twinsun.com>
46958
46959         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
46960         strtoul.c from libc, undoing this 2003-08-12 change:
46961         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
46962
46963 2003-08-16  Jim Meyering  <jim@meyering.net>
46964
46965         Merges from coreutils.
46966         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
46967         prefix.  Adjust cache variables similarly.  Create 500 rather than
46968         just 300 files, to exercise bug on Darwin6.5, too.
46969         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
46970         $missing_dir.
46971         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
46972         AM_SYS_POSIX_TERMIOS.
46973         Reported by mkc@mathdogs.com.
46974         Also change use of $am_cv_sys_posix_termios
46975         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
46976         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
46977         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
46978         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
46979         in /proc/mounts until it finds one with matching device number.  This
46980         is unnecessary when the FILE argument *is* a mount point.  No stat call
46981         is necessary in that case.  So, disable the statvfs-testing code on
46982         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
46983         as RedHat bug# 84846.
46984         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
46985         to 1MB, so as not to render systems with no stack size limit (e.g.,
46986         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
46987         Include <unistd.h>.  On some systems,
46988         it is required for the definition of _SC_PAGESIZE.
46989
46990 2003-08-16  Jim Meyering  <jim@meyering.net>
46991
46992         Merge from coreutils.
46993         * lib/xstrtoimax.c: #else #if -> #elif.
46994         * lib/xstrtoumax.c: Likewise.
46995
46996 2003-08-16  Jim Meyering  <jim@meyering.net>
46997
46998         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
46999         * m4/utimes.m4: Removed.
47000         * m4/utimes-null.m4: Renamed from utimes.m4.
47001
47002         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
47003         to 1MB, so as not to render systems with no stack size limit (e.g.,
47004         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
47005         Include <unistd.h>.  On some systems,
47006         it is required for the definition of _SC_PAGESIZE.
47007
47008 2003-08-16  Jim Meyering  <jim@meyering.net>
47009         and Paul Eggert  <eggert@cs.ucla.edu>
47010
47011         Merges from coreutils, etc.
47012
47013         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
47014         using the latest version from cvs.  This avoids problems with #line
47015         directives using a vendor (Sun) compiler.
47016         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
47017         Don't set GETGROUPS_LIB here; now it's
47018         done via getgroups.m4's wrapper function.
47019         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
47020         rather than just in sh-util/configure.in, so that the
47021         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
47022         same.
47023         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
47024         AC_FUNC_GETLOADAVG where to find getloadavg.c.
47025         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
47026         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
47027         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
47028         Remove code that is now done by the newly-required macros.
47029         Append $(EXEEXT) to DF_PROG.
47030         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
47031         Do not invoke or require the following here,
47032         since prereq.m4 or some gnulib .m4 now does this for us:
47033         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
47034         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
47035         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
47036         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
47037         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
47038         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
47039         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
47040         AC_FUNC_OBSTACK.
47041         Do not replace the following functions, as this is now the job
47042         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
47043         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
47044         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
47045         atexit getpass, strdup, getpagesize.
47046         Replace 'raise'.
47047         Do not check for the following functions, as this is now the job
47048         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
47049         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
47050         setregid.
47051         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
47052         Check for sys/sysctl.h.
47053         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
47054         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
47055         of checking for ssize_t ourselves.
47056
47057         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
47058         Require every macro that gnulib/modules/* suggests for us.
47059         (jm_PREREQ_ADDEXT): New macro.
47060         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
47061         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
47062
47063         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
47064         (gl_PHYSMEM): Use it.
47065         Also check for `table' function.
47066         Check for new headers and functions.
47067         Add check for sys/sysmp.h.
47068         With suggestions from Kaveh Ghazi.
47069         Ignore headers that are present but cannot be compiled.  This
47070         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
47071         C 5.4.
47072
47073 2003-08-15  Paul Eggert  <eggert@twinsun.com>
47074
47075         Document merge from coreutils.
47076         * modules/userspec: Depend on posixver.
47077         * modules/strftime: Depend on tzset.
47078
47079 2003-08-15  Paul Eggert  <eggert@twinsun.com>
47080
47081         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
47082         rather than tab, after '#' in shell-script copyright notices.
47083         Suggested by Bruno Haible.
47084
47085 2003-08-15  Paul Eggert  <eggert@twinsun.com>
47086
47087         * config/srclist-update: Use three spaces, rather than tab, after '#'
47088         in shell-script copyright notices.  Suggested by Bruno Haible.
47089         Remove unnecessary parenthesization in regular expression.
47090
47091 2003-08-15  Jim Meyering  <jim@meyering.net>
47092
47093         Merge from coreutils.
47094         * lib/xgethostname.c: Include <stdlib.h>.
47095         (xghostname): Don't exit for anything other than memory-related
47096         failure; just return NULL.
47097         * lib/userspec.c: Include "posixver.h".
47098         (parse_user_spec): Accept `.' as a separator only
47099         in pre-POSIX-200112 mode.
47100         * lib/strtoimax.c: Use #elif rather than #else #if.
47101         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
47102         Remove function, now that we can rely on a working tzset function.
47103         [!_LIBC]: Ensure that the required autoconf test has been run.
47104         [!defined _NL_CURRENT && HAVE_STRFTIME]:
47105         Use underlying_strftime for %r.
47106         * lib/sha.c: Merge in some clean-up and optimization changes from
47107         glibc.
47108         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
47109         Ensure that it is a multiple of 64.
47110         Rearrange loop exit tests so as to avoid performing an
47111         additional fread after encountering an error or EOF.
47112         * lib/realloc.c: Update copyright date.
47113
47114 2003-08-15  Jim Meyering  <jim@meyering.net>
47115         and Paul Eggert  <eggert@twinsun.com>
47116
47117         Merge from coreutils.
47118         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
47119         member but strut utmpx does not.  Needed for AIX 4.3.3.
47120         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
47121
47122 2003-08-15  Jim Meyering  <jim@meyering.net>
47123         and Paul Eggert  <eggert@cs.ucla.edu>
47124
47125         Merges from coreutils, etc.
47126         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
47127         Require gl_FUNC_TZSET_CLOBBER.
47128         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
47129         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
47130         members.
47131
47132 2003-08-14  Paul Eggert  <eggert@twinsun.com>
47133
47134         Help the merge from coreutils.
47135         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
47136         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
47137         * m4/tzset.m4: Use it too.
47138
47139 2003-08-14  Paul Eggert  <eggert@twinsun.com>
47140
47141         * modules/tzset: New file.
47142
47143 2003-08-14  Jim Meyering  <jim@meyering.net>
47144
47145         Merges from coreutils.
47146         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
47147         variable names, rather than @FNMATCH_H@.
47148         * modules/alloca: Likewise for $(ALLOCA_H).
47149
47150         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
47151         the three copies of the literal target, `fnmatch.h'.
47152         * modules/alloca (alloca.h): Likewise.
47153
47154 2003-08-14  Jim Meyering  <jim@meyering.net>
47155
47156         Merge from coreutils.
47157         * m4/tzset.m4: New file.
47158         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
47159         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
47160         otherwise, AIX 5.1 systems would end up using the latter.
47161         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
47162         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
47163         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
47164         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
47165
47166 2003-08-14  Jim Meyering  <jim@meyering.net>
47167
47168         Merge from coreutils.
47169         * lib/obstack.h: Whitespace changes.
47170         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
47171         and xcalloc return values.
47172         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
47173         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
47174         hang on OSF/1 5.1 for DIR on both local and remote file systems.
47175         Reported by (and fix confirmed by) Nelson H. F. Beebe.
47176         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
47177         error from mntctl.
47178         Use mntctl's return value to drive the entry-processing loop, since
47179         we can't rely on the value of the vmt_length member in the last
47180         entry.  On some systems doing so could result in exhausting
47181         virtual memory.  Based in part on a patch from Mike Jetzer.
47182
47183 2003-08-14  Jim Meyering  <jim@meyering.net>
47184         and Paul Eggert  <eggert@twinsun.com>
47185
47186         Merges from coreutils, plus other fixes.
47187         * lib/physmem.c: Merge in portability changes from gcc/libiberty
47188         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
47189         for credits and details.  Thanks to Kaveh Ghazi for helping
47190         to keep these files in sync.
47191         (ARRAY_SIZE): Define it.
47192         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
47193         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
47194         (memcasecmp): Don't assume size_t fits in unsigned int.
47195         Remove casts and duplicate code.
47196         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
47197         (memcpy): Remove definition.
47198         Merge in some clean-up and optimization changes from glibc.
47199         [BLOCKSIZE]: Move definition to top of file.
47200         Ensure that it is a multiple of 64.
47201         Rearrange loop exit tests so as to avoid performing an
47202         additional fread after encountering an error or EOF.
47203         * lib/md5.h (md5_uintptr): Define.
47204         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
47205         return to the initial working directory.  Preserve errno
47206         for caller.
47207         * lib/idcache.c: Include "xalloc.h".
47208         (xmalloc, xrealloc): Remove decls.
47209         (getuser): Remove casts no longer required in C89.
47210         * lib/human.c: Include stdio.h, for sprintf.
47211         * lib/group-member.c: Include "xalloc.h".
47212         (xmalloc, xrealloc): Remove decls.
47213         (get_group_info): Remove casts no longer required in C89.
47214         * lib/getusershell.c (readname): Remove casts no longer required in
47215         C89.
47216         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
47217         * lib/getline.c: Whitespace fix, from coreutils.
47218
47219 2003-08-13  Paul Eggert  <eggert@twinsun.com>
47220
47221         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
47222         Check for isascii.
47223
47224         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
47225         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
47226         Undo previous (whitespace-only) change.
47227
47228 2003-08-13  Paul Eggert  <eggert@twinsun.com>
47229
47230         * lib/exclude.c: Include <ctype.h>
47231         (IN_CTYPE_DOMAIN): New macro.
47232         (is_space): New fn.
47233         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
47234         and empty lines.
47235
47236         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
47237         Undo previous (whitespace-only) change.
47238
47239 2003-08-13  Paul Eggert  <eggert@twinsun.com>
47240
47241         * config/srclist-update: Change update back to the old behavior,
47242         leaving whitespace alone.  Use one 'sed' command rather than a
47243         pipeline.
47244         (fixlicense): Now a variable, not a function.
47245         (remove_trailing_blanks): Remove.
47246         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
47247         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
47248         Undo previous (whitespace-only) change.
47249
47250 2003-08-12  Paul Eggert  <eggert@twinsun.com>
47251
47252         Merge from coreutils.
47253         * modules/euidaccess: Add lib_SOURCES, include for new
47254         file euidaccess.h
47255
47256 2003-08-12  Paul Eggert  <eggert@twinsun.com>
47257
47258         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
47259         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
47260         Normalize leading white space and remove trailing white space.
47261
47262         Merge from coreutils
47263         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
47264
47265         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
47266         0.12.1.  These files are now being upgraded automatically by
47267         ../config/srclist-update.
47268
47269 2003-08-12  Paul Eggert  <eggert@twinsun.com>
47270
47271         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
47272         Normalize leading white space and remove trailing white space.
47273         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
47274         notice, as per ../config/srclist-update.
47275
47276         Merge from coreutils.
47277         * lib/euidaccess.h: New file.
47278         * lib/euidaccess.c: Include it.
47279         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
47280         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
47281         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
47282
47283 2003-08-12  Paul Eggert  <eggert@twinsun.com>
47284
47285         * config/srclist-update: Add copyright notice.
47286         (remove_id_lines, remove_trailing_blanks): New constants.
47287         (fixfile): Use them to normalize spacing a bit in copied files.
47288         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
47289         Normalize leading white space and remove trailing white space.
47290
47291         * config/texinfo.tex: Sync with texinfo.
47292
47293         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
47294         strtoul.c from libc, to merge coreutils whitespace changes.
47295
47296         * config/srclist.txt: Get the following m4 files from gettext:
47297         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
47298         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
47299         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
47300         wint_t.m4.
47301
47302 2003-08-12  Karl Berry  <karl@gnu.org>
47303
47304         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
47305         been made.
47306
47307 2003-08-11  Paul Eggert  <eggert@twinsun.com>
47308
47309         * modules/gnu-source, m4/gnu-source.m4:
47310         Remove; we're assuming Autoconf 2.54 or later now.
47311         Suggested by Bruno Haible.
47312         * MODULES.html.sh (func_all_modules): Remove gnu-source.
47313
47314 2003-08-11  Bruno Haible  <bruno@clisp.org>
47315
47316         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
47317
47318 2003-08-11  Bruno Haible  <bruno@clisp.org>
47319
47320         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
47321         (vasnprintf): Use it instead of wcslen.
47322
47323 2003-08-11  Bruno Haible  <bruno@clisp.org>
47324
47325         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
47326         value to ensure that _Bool promotes to int. Use #define for _Bool when
47327         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
47328
47329 2003-08-10  Karl Berry  <karl@gnu.org>
47330
47331         * lib/regex.h: update from libc (whitespace fix).
47332
47333 2003-08-09  Paul Eggert  <eggert@twinsun.com>
47334
47335         Merge some files from coreutils.  These changes were
47336         originally made by Jim Meyering.
47337         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
47338         many older Unixes require this.
47339         * lib/alloca.c (alloca): Remove cast to argument of free;
47340         no longer needed in C89.
47341         * lib/alloca_.h, regex.h: Fix white space to match
47342         what GNU indent does.
47343
47344 2003-08-09  Paul Eggert  <eggert@twinsun.com>
47345
47346         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
47347         apparently Emacs's Unicode mode got confused before my 2003-08-05
47348         checkin.
47349
47350 2003-08-08  Paul Eggert  <eggert@twinsun.com>
47351
47352         * m4/extensions.m4: New file.
47353         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
47354         Require gl_USE_SYSTEM_EXTENSIONS.
47355         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
47356         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
47357
47358 2003-08-08  Paul Eggert  <eggert@twinsun.com>
47359
47360         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
47361         * modules/extensions, modules/gnu-source: New files.
47362         * modules/timespec, modules/unlocked-io: Depend on extensions.
47363
47364 2003-08-07  Paul Eggert  <eggert@twinsun.com>
47365
47366         * modules/restrict: New file.
47367         * MODULES.html.sh (func_all_modules): Add restrict.
47368         * modules/regex: Depend on restrict.
47369
47370 2003-08-07  Paul Eggert  <eggert@twinsun.com>
47371
47372         * m4/restrict.m4: New file.
47373         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
47374
47375 2003-08-07  Bruno Haible  <bruno@clisp.org>
47376
47377         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
47378         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
47379
47380 2003-08-07  Bruno Haible  <bruno@clisp.org>
47381
47382         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
47383         makes the module 'getndelim2' compatible with the module 'getline'.
47384
47385 2003-08-05  Paul Eggert  <eggert@twinsun.com>
47386
47387         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
47388         byte with "\201" to avoid glitches when editing that source file
47389         with multi-gnome-terminal.
47390
47391 2003-08-05  Paul Eggert  <eggert@twinsun.com>
47392
47393         * lib/bumpalloc.h: Remove.
47394
47395 2003-08-05  Paul Eggert  <eggert@twinsun.com>
47396
47397         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
47398         * modules/bumpalloc: Remove.
47399
47400 2003-08-04  Paul Eggert  <eggert@twinsun.com>
47401
47402         * lib/getloadavg.c: Change copyright notice and spacing to conform to
47403         GNU coding style.
47404
47405         Merge from coreutils.
47406         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
47407         1. From glibc.
47408         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
47409         from Karl Berry, implemented by Jim Meyering.
47410         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
47411         from Dmitry V. Levin.
47412         Remove anachronistic cast of xrealloc.
47413         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
47414         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
47415         type. Otherwise, it wouldn't compile with at least /bin/cc on
47416         ymp-cray-unicos9.0.2.X.
47417         Combine two mostly-identical uses of alloca into one.
47418         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
47419
47420 2003-08-04  Dave Love  <d.love@dl.ac.uk>
47421
47422         [From Emacs.]
47423
47424         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
47425         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
47426         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
47427         obsolete NLIST_NAME_UNION.
47428         [__GNU__]: Undef BSD and FSCALE.
47429         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
47430
47431 2003-08-03  Paul Eggert  <eggert@twinsun.com>
47432
47433         * lib/stdbool_.h (_Bool): Make it signed char, instead of
47434         an enum type, so that it's guaranteed to promote to int.  See:
47435         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
47436
47437 2003-08-03  Karl Berry  <karl@gnu.org>
47438
47439         * config/depcomp: update from automake.
47440
47441 2003-07-31  Paul Eggert  <eggert@twinsun.com>
47442
47443         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
47444         (strerror): Don't assume that a printable int fits in 14 bytes.
47445
47446 2003-07-31  Bruno Haible  <bruno@clisp.org>
47447
47448         * modules/getpass-gnu: New file.
47449         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
47450
47451 2003-07-31  Bruno Haible  <bruno@clisp.org>
47452
47453         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
47454
47455 2003-07-24  Karl Berry  <karl@gnu.org>
47456
47457         * config/missing: update from automake.
47458
47459 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
47460             Bruno Haible  <bruno@clisp.org>
47461
47462         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
47463         * lib/getline.c (getline, getdelim): Likewise.
47464         Remove _GNU_SOURCE define; now it's defined in config.h through
47465         m4/getline.m4.
47466
47467 2003-07-23  Karl Berry  <karl@gnu.org>
47468
47469         * config/config.sub: update from prep.
47470
47471 2003-07-22  Paul Eggert  <eggert@twinsun.com>
47472
47473         * modules/xalloc (Depends-on): Add exitfail.
47474         * modules/xmemcoll: Likewise.
47475
47476 2003-07-22  Paul Eggert  <eggert@twinsun.com>
47477
47478         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
47479         over-parenthesization in macros.
47480
47481         Sync with coreutils.
47482
47483         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
47484         required by C99.
47485
47486         Use `exit_failure' for xalloc and xmemcoll instead of their own
47487         private exit-failure variables.
47488         * lib/xalloc.h (xalloc_exit_failure): Remove.
47489         * lib/xmalloc.c: Likewise.  Include exitfail.h.
47490         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
47491         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
47492         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
47493         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
47494
47495 2003-07-20  Jim Meyering  <jim@meyering.net>
47496
47497         * modules/closeout (Depends-on): Add exitfail.
47498         Suggestion from Bruno Haible.
47499
47500 2003-07-19  Karl Berry  <karl@gnu.org>
47501
47502         * config/config.sub: update from prep.
47503
47504 2003-07-18  Paul Eggert  <eggert@twinsun.com>
47505
47506         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
47507         Remove.
47508         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
47509         to test that it can stand by itself.  Include "exitfail.h".
47510         Clients should set exit_failure instead.
47511         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
47512
47513 2003-07-18  Bruno Haible  <bruno@clisp.org>
47514
47515         * modules/getndelim2: New file.
47516         * modules/getline: Share files with module getndelim2.
47517         * modules/getnline: Depend on getndelim2 instead of sharing files with
47518         it. Add getnline.c to lib_SOURCES.
47519         * MODULES.html.sh (func_all_modules): Add getndelim2.
47520
47521 2003-07-18  Bruno Haible  <bruno@clisp.org>
47522
47523         * m4/getndelim2.m4: New file.
47524         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
47525         invoke gl_PREREQ_GETNDELIM2.
47526         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
47527         gl_PREREQ_GETNDELIM2.
47528         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
47529         gl_GETNDELIM2.
47530
47531 2003-07-18  Bruno Haible  <bruno@clisp.org>
47532
47533         * lib/getndelim2.h: New file.
47534         * lib/getndelim2.c: Make into a module of its own. Include config.h,
47535         getndelim2.h.
47536         (getndelim2): Make non-static. Change return type to ssize_t.
47537         * lib/getline.h: Change argument names.
47538         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
47539         * lib/getnline.c: Include getndelim2.h.
47540
47541 2003-07-18  Andreas Schwab  <schwab@suse.de>
47542
47543         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
47544
47545 2003-07-17  Karl Berry  <karl@gnu.org>
47546
47547         * config/config.sub: update from prep.
47548
47549 2003-07-17  Bruno Haible  <bruno@clisp.org>
47550
47551         * modules/getnline: New file.
47552         * modules/getline: Add lib/getndelim2.c to source file list.
47553         * MODULES.html.sh (func_all_modules): Add getnline.
47554
47555 2003-07-17  Bruno Haible  <bruno@clisp.org>
47556
47557         * m4/getnline.m4: New file.
47558
47559 2003-07-17  Bruno Haible  <bruno@clisp.org>
47560
47561         * m4/Makefile.am.in: Remove file.
47562         * m4/Makefile.am: Remove file.
47563         * m4/Makefile.in: Remove file.
47564
47565 2003-07-17  Bruno Haible  <bruno@clisp.org>
47566
47567         * lib/getnline.h: New file.
47568         * lib/getnline.c: New file.
47569         * lib/getndelim2.c: New file, extracted from getline.c.
47570         (getndelim2): Renamed from getdelim2, with added nmax argument.
47571         * lib/getline.c: Include getndelim2.c.
47572         (getdelim2): Moved out to getndelim2.c.
47573         (getline, getdelim): Update.
47574
47575 2003-07-17  Bruno Haible  <bruno@clisp.org>
47576
47577         * lib/Makefile.am: Remove file.
47578         * lib/Makefile.in: Remove file.
47579
47580 2003-07-17  Bruno Haible  <bruno@clisp.org>
47581
47582         * configure.in: Remove file.
47583         * Makefile.in: Remove file.
47584
47585 2003-07-17  Bruno Haible  <bruno@clisp.org>
47586
47587         * MODULES.html.sh: Put the </BODY> right before </HTML>.
47588
47589 2003-07-16  Karl Berry  <karl@gnu.org>
47590
47591         * config/srclist-update: was running fixlicense twice, which caused
47592                 texinfo.tex to be nullified for some reason.  Simplify,
47593                 $gplsrc is no longer needed as far as I can see?
47594
47595 2003-07-16  Jim Meyering  <jim@meyering.net>
47596
47597         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
47598
47599 2003-07-15  Paul Eggert  <eggert@twinsun.com>
47600
47601         * config/srclist.txt: Get the following files from gettext-runtime/intl
47602         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
47603         ref-del.sin.  From Bruno Haible.
47604         * config/srclist-update (fixfile): Change grep pattern again, since the
47605         previous fix didn't work (there was another trailing $).  Use
47606         '[$]' to escape the $s.
47607
47608 2003-07-15  Karl Berry  <karl@gnu.org>
47609
47610         * lib/vasnprintf.c: update from gettext.
47611
47612 2003-07-15  Karl Berry  <karl@gnu.org>
47613
47614         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
47615         gets expanded when surrounded by '$'.
47616
47617 2003-07-15  Jim Meyering  <jim@meyering.net>
47618
47619         * modules/save-cwd: Don't depend on error.  From Derek Price.
47620
47621 2003-07-15  Jim Meyering  <jim@meyering.net>
47622
47623         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
47624
47625 2003-07-14  Simon Josefsson  <jas@extundo.com>
47626
47627         * modules/mempcpy: New file.
47628         * MODULES.html.sh (func_all_modules): Add mempcpy.
47629
47630 2003-07-14  Simon Josefsson  <jas@extundo.com>
47631
47632         * m4/mempcpy.m4: New file.
47633
47634 2003-07-14  Simon Josefsson  <jas@extundo.com>
47635
47636         * lib/mempcpy.h: New file.
47637         * lib/mempcpy.c: New file.
47638
47639 2003-07-14  Paul Eggert  <eggert@twinsun.com>
47640
47641         * modules/getdate, modules/posixtm: Depend on mktime.
47642
47643 2003-07-14  Paul Eggert  <eggert@twinsun.com>
47644
47645         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
47646         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
47647         unicodeio.c, unicodeio.h, unlocked-io.h:
47648         Switch from LGPL to GPL.
47649
47650 2003-07-14  Paul Eggert  <eggert@twinsun.com>
47651
47652         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
47653         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
47654         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
47655         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
47656         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
47657         updated automatically by ../config/srclist-update.  This changes
47658         their license from LPGL to GPL.
47659
47660 2003-07-14  Paul Eggert  <eggert@twinsun.com>
47661
47662         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
47663         assumed to refer to the root of the most recent stable gettext version.
47664         * config/srclistvars.sh: Add defaults for eggert.
47665         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
47666         Match "This program" as well as "The program".  This is needed
47667         for gettext.
47668
47669 2003-07-14  Jim Meyering  <jim@meyering.net>
47670
47671         Don't emit diagnostics.  Let callers do that.
47672         * lib/save-cwd.c: Don't include "error.h".
47673         (save_cwd): Don't call error.  Ensure that errno is valid
47674         when returning nonzero.
47675
47676         * lib/save-cwd.h (restore_cwd): Update prototype.
47677         * lib/save-cwd.c (restore_cwd): Remove two parameters.
47678         Simplify.  Don't call error upon failure.  Let callers do that.
47679         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
47680         when auditing is enabled.  But don't bother updating the #if.
47681
47682 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
47683
47684         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
47685         it breaks C++ compilation.
47686         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
47687
47688 2003-07-10  Simon Josefsson  <jas@extundo.com>
47689
47690         * modules/strchrnul (Makefile.am): Add strchrnul.h.
47691
47692 2003-07-10  Jim Meyering  <jim@meyering.net>
47693
47694         * m4/clock_time.m4: Remove trailing blank.
47695         * m4/intmax_t.m4: Likewise.
47696
47697 2003-07-10  Jim Meyering  <jim@meyering.net>
47698
47699         * lib/vasnprintf.c: Remove trailing blanks.
47700         Make cpp indentation consistent.
47701
47702 2003-07-09  Paul Eggert  <eggert@twinsun.com>
47703
47704         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
47705         posixver.c, strftime.c, strnlen.c, strverscmp.c:
47706         Switch from LGPL to GPL.
47707
47708 2003-07-09  Paul Eggert  <eggert@twinsun.com>
47709
47710         * config/srclist.txt: Sort sublists.  Add
47711         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
47712         that differ from gnulib for one reason or another; we'd like this list
47713         to be smaller but for now let's document what we have.
47714
47715 2003-07-08  Paul Eggert  <eggert@twinsun.com>
47716
47717         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
47718         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
47719         and sweeter "eval x=$x".
47720         * config/srclist.txt: Get lib/argp* from glibc.
47721
47722 2003-07-07  Paul Eggert  <eggert@twinsun.com>
47723
47724         * lib/mktime.c: Fix some boundary cases and remove need for floating
47725         point.
47726
47727         Issue a compile-time diagnostic if time_t is floating point, or if
47728         two's complement arithmetic is not in effect, or if arithmetic
47729         right shift does not propagate the sign.  These assumptions were
47730         all in the original code but they weren't checked.
47731
47732         (TIME_T_MIDPOINT, verify): New macros.
47733         (__isleap): Remove; it has integer overflow problems.
47734         (leapyear): New function, without those problems.
47735         (ydhms_tm_diff): Remove; splitting into two parts.
47736         (ydhms_diff): New function, containing the arithmetic part of
47737         the old ydhms_tm_diff function.  Issue a compile-time
47738         diagnostic if we are not using C99 integer division.
47739         Avoid casts when possible.
47740         (guess_time_tm): New function, containing the checking part of
47741         the old ydhms_tm_diff function.  Return the new value, rather than
47742         the difference between it and the old.  Accept a new argument T
47743         so that *T specifies the old value.  Check for overflow in the result.
47744
47745         (__mktime_internal): Use a time_t offset, not a long int offset.
47746         This undoes the 2003-06-04 change, which is no longer needed now
47747         that we have better overflow checking.
47748         (localtime_offset): Likewise.
47749
47750         (__mktime_internal): Avoid harmful overflow on hosts where time_t
47751         and long are 64-bit but int is only 32-bit.
47752         (ydhms_diff): Use long int to store year1 and yday1.
47753         Issue a compile-time diagnostic if long int is not wide enough.
47754
47755         (__mktime_internal): Use long int to store adjusted year and yday.
47756         Use plain C rather than preprocessor commands, if that doesn't
47757         affect efficiency.
47758         Check for overflow (and try to repair) after each probe
47759         rather than checking only at the very end.  This avoids some bugs
47760         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
47761         does not equal GMT offset at maximum time).
47762         Use integer to check for overflow rather than floating point; this
47763         is more portable to non-IEEE hosts, and is a tad faster.
47764         When we detect that we are oscillating between two values,
47765         don't check whether tm_isdst has the requested value, since
47766         we already know the answer.  When tm_isdst has the wrong value,
47767         use a different heuristic to find the right one, based on the
47768         extreme values actually observed in practice in tz2003a,
47769         rather than the (overly optimistic) "previous 3 calendar quarters".
47770
47771         (not_equal_tm, print_tm, check_result): Use "const T" rather than
47772         "T const" to accommodate glibc style.
47773         (check_result): Use less-confusing report format.  "long" -> "long int.
47774         (main): Likewise.
47775         Don't loop if the iteration overflows time_t.
47776         Allow a negative step in the iteration.
47777
47778 2003-07-06  Karl Berry  <karl@gnu.org>
47779
47780         * config/depcomp: update from automake.
47781         * config/config.sub: update from prep.
47782
47783 2003-07-03  Karl Berry  <karl@gnu.org>
47784
47785         * config/config.guess: update from prep.
47786
47787 2003-07-01  Paul Eggert  <eggert@twinsun.com>
47788
47789         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
47790         xreadlink.c now includes it unconditionally.
47791
47792 2003-07-01  Paul Eggert  <eggert@twinsun.com>
47793
47794         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
47795         having it depend on HAVE_SYS_TYPES_H.
47796
47797 2003-07-01  Bruno Haible  <bruno@clisp.org>
47798
47799         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
47800         <sys/types.h> should be sufficient.
47801         Reported by Paul Eggert.
47802
47803 2003-06-26  Karl Berry  <karl@gnu.org>
47804
47805         * config/depcomp: update from automake.
47806
47807 2003-06-26  Bruno Haible  <bruno@clisp.org>
47808
47809         * modules/human: Depend on module stdbool.
47810
47811 2003-06-25  Bruno Haible  <bruno@clisp.org>
47812
47813         * modules/readlink: New file.
47814         * modules/xreadlink: Depend on it.
47815         * MODULES.html.sh (func_all_modules): Add readlink.
47816
47817 2003-06-25  Bruno Haible  <bruno@clisp.org>
47818
47819         * m4/readlink.m4: New file.
47820
47821 2003-06-25  Bruno Haible  <bruno@clisp.org>
47822
47823         * lib/readlink.c: New file.
47824
47825 2003-06-22  Karl Berry  <karl@gnu.org>
47826
47827         * config/srclist.txt: update mkinstalldirs from automake.
47828         * config/mkinstalldirs: update.
47829
47830 2003-06-22  Bruno Haible  <bruno@clisp.org>
47831
47832         Portability to mingw32.
47833         * m4/ssize_t.m4: New file, from GNU gettext.
47834         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
47835         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
47836
47837 2003-06-22  Bruno Haible  <bruno@clisp.org>
47838
47839         * modules/safe-read: Add m4/ssize_t.m4.
47840         * modules/xreadlink: Add m4/ssize_t.m4.
47841
47842 2003-06-20  Bruno Haible  <bruno@clisp.org>
47843
47844         Assume C89, so PARAMS isn't needed.
47845         * lib/unicodeio.h (PARAMS): Remove.
47846         * lib/unicodeio.c: Don't use PARAMS.
47847
47848 2003-06-18  Karl Berry  <karl@gnu.org>
47849
47850         * config/config.{guess,sub}: update from prep.
47851
47852 2003-06-18  Jim Meyering  <jim@meyering.net>
47853
47854         Merge changes from coreutils.
47855         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
47856         Remove explicit declarations of xmalloc and realloc.
47857         Include xalloc.h.
47858         (read_utmp): Remove anachronistic cast of xmalloc.
47859
47860 2003-06-17  Paul Eggert  <eggert@twinsun.com>
47861
47862         Assume C89, so PARAMS isn't needed.
47863         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
47864         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
47865         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
47866         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
47867         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
47868         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
47869         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
47870         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
47871         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
47872         lib/xstrtod.h, lib/xstrtol.h: Likewise.
47873         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
47874         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
47875         no longer needed. Anyway, config.h should always be included before any
47876         other file.
47877
47878 2003-06-11  Simon Josefsson  <jas@extundo.com>
47879
47880         * modules/sysexits: New file.
47881         * MODULES.html.sh (func_all_modules): Add sysexits.
47882
47883 2003-06-11  Simon Josefsson  <jas@extundo.com>
47884
47885         * lib/sysexit_.h: New file.
47886
47887 2003-06-11  Derek Price  <derek@ximbiot.com>
47888
47889         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
47890         necessary.
47891
47892 2003-06-11  Bruno Haible  <bruno@clisp.org>
47893
47894         * m4/sysexits.m4: New file.
47895
47896 2003-06-10  Simon Josefsson  <jas@extundo.com>
47897
47898         * lib/argp.h: New file, from glibc.
47899         * lib/argp-ba.c: New file, from glibc.
47900         * lib/argp-eexst.c: New file, from glibc.
47901         * lib/argp-fmtstream.c: New file, from glibc.
47902         * lib/argp-fmtstream.h: New file, from glibc.
47903         * lib/argp-fs-xinl.c: New file, from glibc.
47904         * lib/argp-help.c: New file, from glibc.
47905         * lib/argp-namefrob.h: New file, from glibc.
47906         * lib/argp-parse.c: New file, from glibc.
47907         * lib/argp-pv.c: New file, from glibc.
47908         * lib/argp-pvh.c: New file, from glibc.
47909         * lib/argp-xinl.c: New file, from glibc.
47910
47911 2003-06-10  Simon Josefsson  <jas@extundo.com>
47912
47913         * modules/strchrnul: New file.
47914
47915 2003-06-10  Simon Josefsson  <jas@extundo.com>
47916
47917         * modules/argp: New file.
47918
47919 2003-06-10  Simon Josefsson  <jas@extundo.com>
47920
47921         * m4/strchrnul.m4: New file.
47922
47923 2003-06-10  Simon Josefsson  <jas@extundo.com>
47924
47925         * lib/strchrnul.h: New file.
47926         * lib/strchrnul.c: New file.
47927
47928 2003-06-10  Bruno Haible  <bruno@clisp.org>
47929
47930         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
47931
47932 2003-06-07  Karl Berry  <karl@gnu.org>
47933
47934         * config/config.{guess,sub}: update from prep.
47935
47936 2003-06-07  Jim Meyering  <jim@meyering.net>
47937
47938         * modules/strtod: Use $(...) notation, not @...@ for
47939         AC_REPLACE'd variables.
47940         * modules/localcharset: Likewise.
47941
47942 2003-06-07  Jim Meyering  <jim@meyering.net>
47943
47944         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
47945         in place of my name in the copyright comment.
47946         Remove definition and uses of __P.
47947
47948         From coreutils.
47949         * lib/stat.c: Don't declare xmalloc explicitly.
47950         Instead, include "xalloc.h".
47951         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
47952         xrealloc, and xcalloc return values.
47953         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
47954         Improve comment.
47955         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
47956
47957 2003-06-07  Bruno Haible  <bruno@clisp.org>
47958
47959         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
47960         avoid AC_CONFIG_LINKS.
47961         * modules/fnmatch (Makefile.am): Use explicit creation rule for
47962         fnmatch.h, to avoid AC_CONFIG_LINKS.
47963         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
47964
47965 2003-06-07  Bruno Haible  <bruno@clisp.org>
47966
47967         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
47968         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
47969         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
47970         directory.
47971         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
47972         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
47973         directory.
47974
47975 2003-06-06  Jim Meyering  <jim@meyering.net>
47976
47977         Merge from coreutils.
47978         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
47979         Consolidate declarations and initializations of *_base* locals.
47980
47981         Merge from coreutils.
47982         This avoids a core dump on systems without GNU putenv,
47983         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
47984         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
47985         (unsetenv): New static function, from GNU libc.
47986         (rpl_putenv): Use it.
47987
47988         * lib/modechange.c: Remove trailing blanks.
47989
47990         Merge from coreutils.
47991         * lib/fsusage.c: Remove declaration of statfs.
47992         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
47993
47994         * lib/posixtm.c: Include <stdbool.h> unconditionally.
47995
47996 2003-06-06  Jim Meyering  <jim@meyering.net>
47997
47998         * lib/stdbool_.h: Renamed from stdbool.h.in.
47999
48000 2003-06-06  Jim Meyering  <jim@meyering.net>
48001             Bruno Haible  <bruno@clisp.org>
48002
48003         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
48004         Adjust Makefile.am snippet not to redirect directly to target.
48005         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
48006
48007 2003-06-05  Paul Eggert  <eggert@twinsun.com>
48008
48009         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
48010         mismatch, look in future quarters as well as past.  This fixes a
48011         bug when processing fall-backwards gaps immediately after a long
48012         period of daylight-saving time.
48013
48014         * lib/mktime.c: Assume freestanding C89 or better.
48015         (HAVE_LIMITS_H): Remove.  Assume it's 1.
48016         (__P): Remove; not used.
48017         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
48018         (mktime, not_equal_tm, print_tm, check_result,
48019         main): Use prototypes.  Use const * where appropriate.
48020         (main): Fix typo in testing code that uncovered by above changes.
48021         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
48022
48023 2003-06-04  Paul Eggert  <eggert@twinsun.com>
48024
48025         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
48026         locale.h, localeconv.  This merges changes from coreutils.
48027
48028         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
48029         It can be removed after the next Autoconf is released.
48030         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
48031         needed.
48032
48033 2003-06-04  Paul Eggert  <eggert@twinsun.com>
48034
48035         * lib/mktime.c: Fix Debian bug 177940
48036         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
48037         (localtime_offset): Now long int, not time_t, because we want it
48038         to be guaranteed to be signed.  All uses changed.
48039         (__mktime_internal): If overflow would occur when adding offset,
48040         don't add it.
48041
48042         Merge 'human' changes from coreutils.  Rewrite to support
48043         locale-specific notations like thousands separators.
48044         * lib/human.c: Simplify authorship notice.
48045         Include human.h immediately after config.h.
48046         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
48047         <limits.h>: Do not include, since human.h does.
48048         (SIZE_MAX, UINTMAX_MAX): New macros.
48049         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
48050         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
48051         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
48052         (power_letter): Renamed from suffixes.
48053         (generate_suffix_backwards): Remove.
48054         (adjust_value): Now takes int style (because of human.h changes)
48055         and long double value (for greater precision on some platforms).
48056         (group_number): New function.
48057         (human_readable): Use it.  Use integer options, not enum.
48058         Put the options before the sizes in the arg list.
48059         Support all the new options.
48060         The old human_readable function has been removed;
48061         use inttostr.h instead.
48062         (human_readable, default_block_size, humblock):
48063         Use uintmax_t, not int, for block sizes.
48064         (human_readable_inexact, block_size_types): Remove.
48065         (block_size_opts): New constant.
48066         (human_options): Renamed from human_block_size, with new signature
48067         that allows block sizes up to UINTMAX_MAX.  All callers changed.
48068         * lib/human.h: Add copyright and authorship notice.
48069         Include <limits.h> and <stdbool.h> unconditionally.
48070         (PARAMS): Remove.  All uses removed.
48071         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
48072         (enum human_inexact_style): Remove tag; now a nameless enum.
48073         (human_floor, human_ceiling, human_round_to_even): Now have
48074         values 2, 0, 1 rather than -1, 1, 0.
48075         (human_group_digits, human_suppress_point_zero, human_autoscale,
48076         human_base_1024, human_SI, human_B): New constants.
48077         (human_readable_inexact, human_block_size): Remove.
48078         (human_readable): Size args are now uintmax_t, not int.
48079         (human_options): New decl.
48080
48081         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
48082         unnecessary now that we assume C89 or better.  This change
48083         imported from coreutils.
48084
48085         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
48086         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
48087         in the 2003-05-30 sync from glibc.
48088
48089         .h files should stand alone, but we shouldn't include <sys/types.h>
48090         if we can get away with just <stddef.h>.
48091
48092         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
48093         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
48094         rather than <sys/types.h>, as we merely need size_t.
48095         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
48096         to get size_t.
48097         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
48098         Include <stdio.h>, to get FILE.
48099         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
48100         memcasecmp.h has included <stddef.h> and all we need is size_t.
48101         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
48102         our interface, instead of including <sys/types.h>
48103
48104 2003-06-04  Paul Eggert  <eggert@twinsun.com>
48105
48106         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
48107         now, as glibc mktime is buggy on non-glibc systems.
48108
48109 2003-06-03  Karl Berry  <karl@gnu.org>
48110
48111         * config/config.sub: update from prep.
48112
48113 2003-06-02  Paul Eggert  <eggert@twinsun.com>
48114
48115         [from coreutils]
48116         Fix some minor time-related bugs with POSIX time arguments.
48117         Some valid time stamps were being rejected (notably -1, and
48118         time stamps before 1900 on 64-bit hosts).  And some invalid
48119         time stamps were being accepted, e.g. September 31.
48120
48121         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
48122         that we can return (time_t) -1 successfully.
48123         * lib/posixtm.c: Likewise.
48124         [HAVE_STDBOOL_H]: Include <stdbool.h>.
48125         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
48126         (t): Remove static var.
48127         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
48128         of static var.  All uses changed.
48129         (year): Do not reject years before 1900; they can occur with
48130         64-bit time_t.
48131         (posix_time_parse): Do not check for out-of-range components;
48132         that is now the caller's responsibility, since our checks were
48133         only approximations.
48134         (posixtime): Use mktime to check for out-of-range components,
48135         since it knows them exactly.
48136         If mktime returns (time_t) -1, check whether an error actually occurred
48137         by invoking localtime on -1.
48138         (main) [TEST_POSIXTIME]: Check for input data errors, and report
48139         posixtime failures better.
48140         Improve the test data (in comments only).
48141
48142 2003-06-02  Karl Berry  <karl@gnu.org>
48143
48144         * config/mkinstalldirs (version): new variable.
48145         (--version): new option.
48146         (usage): improve message.
48147
48148 2003-05-30  Karl Berry  <karl@gnu.org>
48149
48150         * lib/mktime.c: update from libc.
48151
48152 2003-05-30  Bruno Haible  <bruno@clisp.org>
48153
48154         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
48155         * config/config.rpath: Upgrade to gettext-0.12.1.
48156
48157 2003-05-30  Bruno Haible  <bruno@clisp.org>
48158
48159         * m4/gettext.m4: Upgrade to gettext-0.12.1.
48160         * m4/nls.m4: New file, from gettext-0.12.1.
48161         * m4/po.m4: New file, from gettext-0.12.1.
48162         * m4/progtest.m4: Upgrade to gettext-0.12.1.
48163
48164 2003-05-30  Bruno Haible  <bruno@clisp.org>
48165
48166         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
48167         * lib/localcharset.h: Likewise.
48168         * lib/localcharset.c: Likewise.
48169
48170 2003-05-29  Karl Berry  <karl@gnu.org>
48171
48172         * config/config.rpath: update from gettext.
48173
48174 2003-05-28  Paul Eggert  <eggert@twinsun.com>
48175
48176         Assume the headers required for C89 freestanding compilers.
48177         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
48178         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
48179         * m4/human.m4 (gl_HUMAN): Likewise.
48180         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
48181         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
48182         * m4/userspec.m4 (gl_USERSPEC): Likewise.
48183         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
48184         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
48185         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
48186
48187 2003-05-28  Paul Eggert  <eggert@twinsun.com>
48188
48189         Assume the headers required for C89 freestanding compilers.
48190         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
48191         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
48192         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
48193         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
48194         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
48195         define, since <limits.h> is guaranteed to do that.
48196         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
48197         * lib/exclude.c: Include <stdbool.h> unconditionally.
48198         * lib/tempname.c: Include <stddef.h> unconditionally.
48199         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
48200         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
48201         <stddef.h> does that.
48202         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
48203         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
48204         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
48205         needed.
48206         * lib/xstrtol.c: Likewise.
48207         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
48208         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
48209
48210         * lib/addext.c (addext): Use assignment rather than cast, to avoid
48211         warnings on some platforms.
48212
48213         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
48214         arbitrarily.
48215
48216 2003-05-26  Jim Meyering  <jim@meyering.net>
48217
48218         Merge in a change from coreutils:
48219         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
48220         that is guaranteed to be `no'.  Use `no_such_member' to indicate
48221         that condition, rather than `-1' which is slightly misleading.
48222         Change the name of the cache variable to have the gl_ prefix.
48223         Prompted by a patch from Richard Dawe for DJGPP.
48224
48225 2003-05-24  Karl Berry  <karl@gnu.org>
48226
48227         * config/config.guess: update from prep.
48228
48229 2003-05-22  Karl Berry  <karl@gnu.org>
48230
48231         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
48232
48233 2003-05-20  Karl Berry  <karl@gnu.org>
48234
48235         * config/config.guess: update from prep.
48236
48237 2003-05-18  Karl Berry  <karl@gnu.org>
48238
48239         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
48240         might actually be set by the user.
48241
48242         * config/depcomp, install-sh, mdate-sh: update from automake.
48243
48244 2003-05-17  Bruno Haible  <bruno@clisp.org>
48245
48246         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
48247         invalid expansion for AC_EGREP_CPP.
48248         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
48249         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
48250         Suggested by Akim Demaille <akim@epita.fr> in
48251         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
48252
48253 2003-05-12  Jim Meyering  <jim@meyering.net>
48254
48255         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
48256         the space-padded-by-default conversion specifiers, %e, %k, %l.
48257
48258 2003-05-12  Bruno Haible  <bruno@clisp.org>
48259
48260         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
48261         the string is longer than 4 KB.
48262
48263 2003-05-11  Karl Berry  <karl@gnu.org>
48264
48265         * config/config.{guess,sub}: update from prep.
48266
48267 2003-05-09  Bruno Haible  <bruno@clisp.org>
48268
48269         * modules/error: Add m4/strerror_r.m4 to file list.
48270
48271 2003-05-03  Bruno Haible  <bruno@clisp.org>
48272
48273         Upgrade to Unicode-4.0.
48274         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
48275         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
48276         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
48277         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
48278         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
48279         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
48280         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
48281         Change width of U+E0100..U+E01EF from 1 to 0.
48282
48283 2003-04-25  Jim Meyering  <jim@meyering.net>
48284
48285         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
48286         of type size_t, not int.
48287
48288 2003-04-25  Bruno Haible  <bruno@clisp.org>
48289
48290         * lib/copy-file.c: Include <stddef.h>, for size_t.
48291
48292 2003-04-21  Paul Eggert  <eggert@twinsun.com>
48293
48294         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
48295         code which expansion is under static control.  Patch imported from
48296         Akim Demaille's patch to Bison; see
48297         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
48298
48299 2003-04-14  Bruno Haible  <bruno@clisp.org>
48300
48301         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
48302
48303 2003-04-11  Jim Meyering  <jim@meyering.net>
48304
48305         Merge changes from Coreutils.
48306
48307         2003-03-22  Jim Meyering  <jim@meyering.net>
48308
48309         * lib/strftime.c (widen): Cast alloca return value to proper type.
48310
48311         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
48312
48313         From GNU libc.
48314         * lib/strftime.c (my_strftime): Handle very large width
48315         specifications for numeric values correctly.  Improve checks for
48316         overflow.
48317
48318         2003-01-19  Jim Meyering  <jim@meyering.net>
48319
48320         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
48321         definitions.
48322         (nl_get_alt_digit) [! defined my_strftime]: Define.
48323         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
48324         _nl_get_alt_digit and _nl_get_walt_digit.
48325
48326         * lib/strftime.c (my_strftime): Merge in locale-related changes from
48327         libc. These changes have no effect outside of _LIBC.
48328
48329 2003-04-10  Bruno Haible  <bruno@clisp.org>
48330
48331         * modules/findprog: New file.
48332         * MODULES.html.sh (func_all_modules): Add it.
48333
48334 2003-04-10  Bruno Haible  <bruno@clisp.org>
48335
48336         * m4/findprog.m4: New file.
48337         * m4/eaccess.m4: New file.
48338
48339 2003-04-10  Bruno Haible  <bruno@clisp.org>
48340
48341         * lib/findprog.h: New file, from GNU gettext.
48342         * lib/findprog.c: New file, from GNU gettext.
48343
48344 2003-04-05  Jim Meyering  <jim@meyering.net>
48345
48346         Merge changes from Coreutils.
48347
48348         * lib/exclude.h (PARAMS): Remove definition and uses.
48349         * lib/exclude.c: Remove uses of `PARAMS'.
48350
48351         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
48352         Add test-cases for DOS filenames. Declare program_name.
48353         (main): Set up program_name.  Patch by Rich Dawe.
48354
48355         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
48356         error from mntctl.
48357         Use mntctl's return value to drive the entry-processing loop, since
48358         we can't rely on the value of the vmt_length member in the last
48359         entry.  On some systems doing so could result in exhausting
48360         virtual memory.  Based in part on a patch from Mike Jetzer.
48361
48362 2003-04-04  Bruno Haible  <bruno@clisp.org>
48363
48364         * modules/linebreak: New file.
48365         * MODULES.html.sh (func_all_modules): Add it.
48366
48367 2003-04-04  Bruno Haible  <bruno@clisp.org>
48368
48369         * m4/linebreak.m4: New file.
48370
48371 2003-04-04  Bruno Haible  <bruno@clisp.org>
48372
48373         * lib/linebreak.h: New file, from GNU gettext.
48374         * lib/linebreak.c: New file, from GNU gettext with slight
48375         modifications.
48376         * lib/lbrkprop.h: New file, from GNU gettext.
48377
48378 2003-04-03  Bruno Haible  <bruno@clisp.org>
48379
48380         * modules/utf8-ucs4: New file.
48381         * modules/utf16-ucs4: New file.
48382         * modules/ucs4-utf8: New file.
48383         * modules/ucs4-utf16: New file.
48384         * MODULES.html.sh (func_all_modules): Add them.
48385
48386 2003-04-03  Bruno Haible  <bruno@clisp.org>
48387
48388         * m4/utf-ucs4.m4: New file.
48389         * m4/ucs4-utf.m4: New file.
48390
48391 2003-04-03  Bruno Haible  <bruno@clisp.org>
48392
48393         * lib/utf8-ucs4.h: New file, from GNU gettext.
48394         * lib/utf16-ucs4.h: New file, from GNU gettext.
48395         * lib/ucs4-utf8.h: New file, from GNU gettext.
48396         * lib/ucs4-utf16.h: New file, from GNU gettext.
48397
48398 2003-04-02  Bruno Haible  <bruno@clisp.org>
48399
48400         * modules/binary-io: New file.
48401         * MODULES.html.sh (func_all_modules): Add it.
48402
48403 2003-04-02  Bruno Haible  <bruno@clisp.org>
48404
48405         * lib/binary-io.h: New file, from GNU gettext.
48406
48407 2003-04-01  Bruno Haible  <bruno@clisp.org>
48408
48409         * modules/pathname: New file.
48410         * MODULES.html.sh (func_all_modules): Add it.
48411
48412 2003-04-01  Bruno Haible  <bruno@clisp.org>
48413
48414         * lib/pathname.h: New file, from GNU gettext.
48415         * lib/concatpath.c: New file, from GNU gettext.
48416
48417 2003-03-30  Bruno Haible  <bruno@clisp.org>
48418
48419         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
48420
48421 2003-03-30  Bruno Haible  <bruno@clisp.org>
48422
48423         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
48424         function chown() doesn't exist.
48425
48426 2003-03-28  Bruno Haible  <bruno@clisp.org>
48427
48428         * modules/copy-file: New file.
48429         * MODULES.html.sh (func_all_modules): Add it.
48430
48431 2003-03-28  Bruno Haible  <bruno@clisp.org>
48432
48433         * m4/copy-file.m4: New file.
48434
48435 2003-03-28  Bruno Haible  <bruno@clisp.org>
48436
48437         * lib/copy-file.h: New file, from GNU gettext.
48438         * lib/copy-file.c: New file, from GNU gettext.
48439
48440 2003-03-18  Jim Meyering  <jim@meyering.net>
48441
48442         * lib/quote.c (quote_n): Fix typo in comment.
48443
48444 2003-03-18  Bruno Haible  <bruno@clisp.org>
48445
48446         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
48447         checking.
48448         * m4/onceonly_2_57.m4: Likewise.
48449
48450 2003-03-17  Bruno Haible  <bruno@clisp.org>
48451
48452         * m4/onceonly.m4: Require autoconf 2.54 or newer.
48453         (m4_quote): Remove macro.
48454         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
48455
48456 2003-03-14  Jim Meyering  <jim@meyering.net>
48457
48458         Merge changes from Coreutils.
48459         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
48460         to be const, in order to avoid warnings.
48461         (obstack_room): Likewise.
48462         (obstack_empty_p): Likewise.
48463
48464 2003-03-14  Bruno Haible  <bruno@clisp.org>
48465
48466         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
48467         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
48468
48469 2003-03-13  Paul Eggert  <eggert@twinsun.com>
48470
48471         Merge changes from Bison.
48472         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
48473         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
48474         when compiling Bison 1.875's `bitset bset = obstack_alloc
48475         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
48476         * lib/hash.c: Include <stdbool.h> unconditionally.
48477
48478 2003-03-13  Paul Eggert  <eggert@twinsun.com>
48479
48480         * m4/onceonly.m4 (m4_quote): New macro.
48481         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
48482         Quote AC_FOREACH variable-expansions properly.
48483
48484 2003-03-13  Paul Eggert  <eggert@twinsun.com>
48485
48486         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
48487
48488 2003-03-09  Paul Eggert  <eggert@twinsun.com>
48489
48490         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
48491         Reported by Bruce Becker; see:
48492         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
48493
48494 2003-03-03  Paul Eggert  <eggert@twinsun.com>
48495             Bruno Haible  <bruno@clisp.org>
48496
48497         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
48498         Reported by John Hughes, see
48499         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
48500
48501 2003-02-20  Bruno Haible  <bruno@clisp.org>
48502
48503         * MODULES.html.sh (func_all_modules): Add poll.
48504
48505 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
48506
48507         * modules/poll: New file.
48508
48509 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
48510
48511         * lib/poll_.h: New file.
48512         * lib/poll.c: New file.
48513
48514 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
48515
48516         * m4/poll.m4: New file.
48517
48518 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
48519
48520         * modules/mathl: New file.
48521
48522 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
48523
48524         * lib/mathl.h: New file.
48525         * lib/acosl.c: New file.
48526         * lib/asinl.c: New file.
48527         * lib/atanl.c: New file.
48528         * lib/ceill.c: New file.
48529         * lib/cosl.c: New file.
48530         * lib/expl.c: New file.
48531         * lib/floorl.c: New file.
48532         * lib/frexpl.c: New file.
48533         * lib/ldexpl.c: New file.
48534         * lib/logl.c: New file.
48535         * lib/sincosl.c: New file.
48536         * lib/sinl.c: New file.
48537         * lib/sqrtl.c: New file.
48538         * lib/tanl.c: New file.
48539         * lib/trigl.c: New file.
48540         * lib/trigl.h: New file.
48541
48542 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
48543
48544         * m4/mathl.m4: New file.
48545
48546 2003-02-18  Bruno Haible  <bruno@clisp.org>
48547
48548         * MODULES.html.sh (func_all_modules): Add mathl.
48549
48550 2003-02-17  Bruno Haible  <bruno@clisp.org>
48551
48552         * modules/mkdtemp: New module.
48553         * MODULES.html.sh (func_all_modules): Add it.
48554
48555 2003-02-17  Bruno Haible  <bruno@clisp.org>
48556
48557         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
48558
48559 2003-02-17  Bruno Haible  <bruno@clisp.org>
48560
48561         * lib/mkdtemp.h: New file, from GNU gettext.
48562         * lib/mkdtemp.c: New file, from GNU gettext.
48563
48564 2003-02-02  Jim Meyering  <jim@meyering.net>
48565
48566         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
48567         e.g. glibc-2.2.93.
48568
48569 2003-01-31  Bruno Haible  <bruno@clisp.org>
48570
48571         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
48572         'rpl_rename'.
48573         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
48574         'rpl_strnlen'.
48575         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
48576         'rpl_strtod'.
48577         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
48578         'rpl_utime'.
48579
48580 2003-01-31  Bruno Haible  <bruno@clisp.org>
48581
48582         * lib/rename.c: #undef rename before defining rpl_rename.
48583         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
48584
48585 2003-01-30  Bruno Haible  <bruno@clisp.org>
48586
48587         * modules/vasnprintf, modules/vasprintf: New modules.
48588         * MODULES.html.sh (func_all_modules): Add them.
48589
48590 2003-01-30  Bruno Haible  <bruno@clisp.org>
48591
48592         * m4/signed.m4: New file, from GNU gettext.
48593         * m4/longdouble.m4: New file, from GNU gettext.
48594         * m4/wchar_t.m4: New file, from GNU gettext.
48595         * m4/wint_t.m4: New file, from GNU gettext.
48596         * m4/vasnprintf.m4: New file.
48597         * m4/vasprintf.m4: New file.
48598
48599 2003-01-30  Bruno Haible  <bruno@clisp.org>
48600
48601         * lib/printf-args.h: New file, from GNU gettext.
48602         * lib/printf-args.c: New file, from GNU gettext.
48603         * lib/printf-parse.h: New file, from GNU gettext.
48604         * lib/printf-parse.c: New file, from GNU gettext.
48605         * lib/vasnprintf.h: New file, from GNU gettext.
48606         * lib/vasnprintf.c: New file, from GNU gettext.
48607         * lib/asnprintf.c: New file, from GNU gettext.
48608         * lib/vasprintf.h: New file, from GNU gettext with modifications.
48609         * lib/vasprintf.c: New file, from GNU gettext.
48610         * lib/asprintf.c: New file, from GNU gettext.
48611
48612 2003-01-29  Bruno Haible  <bruno@clisp.org>
48613
48614         * modules/stpncpy: New module.
48615         * MODULES.html.sh (func_all_modules): Add it.
48616
48617 2003-01-29  Bruno Haible  <bruno@clisp.org>
48618
48619         * m4/stpncpy.m4: New file.
48620
48621 2003-01-29  Bruno Haible  <bruno@clisp.org>
48622
48623         * lib/stpncpy.h: New file, from GNU gettext with modifications.
48624         * lib/stpncpy.c: New file, from GNU gettext with modifications.
48625
48626 2003-01-28  Bruno Haible  <bruno@clisp.org>
48627
48628         * modules/c-ctype: New module.
48629         * MODULES.html.sh (func_all_modules): Add it.
48630
48631 2003-01-28  Bruno Haible  <bruno@clisp.org>
48632
48633         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
48634         Paul Eggert.
48635         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
48636         Paul Eggert.
48637
48638 2003-01-27  Bruno Haible  <bruno@clisp.org>
48639
48640         * modules/xsetenv: New module.
48641         * MODULES.html.sh (func_all_modules): Add it.
48642
48643 2003-01-27  Bruno Haible  <bruno@clisp.org>
48644
48645         * lib/xsetenv.h: New file, from GNU gettext.
48646         * lib/xsetenv.c: New file, from GNU gettext.
48647
48648 2003-01-23  Jim Meyering  <jim@meyering.net>
48649
48650         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
48651         from working on systems without dirfd (at least Irix and OSF1/Tru64).
48652
48653 2003-01-23  Bruno Haible  <bruno@clisp.org>
48654
48655         * modules/minmax: New module.
48656         * MODULES.html.sh (func_all_modules): Add it.
48657
48658 2003-01-23  Bruno Haible  <bruno@clisp.org>
48659
48660         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
48661         Eggert.
48662
48663 2003-01-22  Bruno Haible  <bruno@clisp.org>
48664
48665         * modules/exit: New module.
48666         * MODULES.html.sh (func_all_modules): Add it.
48667
48668 2003-01-22  Bruno Haible  <bruno@clisp.org>
48669
48670         * lib/exit.h: New file, from GNU gettext.
48671
48672 2003-01-19  Bruno Haible  <bruno@clisp.org>
48673
48674         * gnulib-tool: Recognize option --extract-maintainer.
48675         (func_get_maintainer): New function.
48676         * modules/*: Add Maintainer entry.
48677
48678 2003-01-16  Jim Meyering  <jim@meyering.net>
48679
48680         * m4/regex.m4: The `regex' struct is both input and output.
48681         Initialize it before each use.  Patch by Tim Waugh.
48682
48683 2003-01-16  Bruno Haible  <bruno@clisp.org>
48684
48685         * MODULES.html.sh: Add a table of contents. Add the module name as
48686         leftmost column. Add hyperlinks.
48687
48688 2003-01-15  Bruno Haible  <bruno@clisp.org>
48689
48690         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
48691
48692 2003-01-15  Bruno Haible  <bruno@clisp.org>
48693
48694         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
48695         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
48696         suffix.
48697
48698 2003-01-15  Bruno Haible  <bruno@clisp.org>
48699
48700         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
48701
48702 2003-01-15  Bruno Haible  <bruno@clisp.org>
48703
48704         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
48705         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
48706
48707 2003-01-14  Jim Meyering  <jim@meyering.net>
48708
48709         * lib/same.c (same_name): Tweak a comment.
48710
48711 2003-01-14  Bruno Haible  <bruno@clisp.org>
48712
48713         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
48714         when a string comparison is sufficient.
48715
48716 2003-01-14  Bruno Haible  <bruno@clisp.org>
48717
48718         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
48719         'unsigned int'.
48720
48721 2003-01-14  Bruno Haible  <bruno@clisp.org>
48722
48723         * lib/hash-pjw.c: Add comment about low quality of this function.
48724
48725 2003-01-13  Bruno Haible  <bruno@clisp.org>
48726
48727         * modules/stpcpy: Distribute lib/stpcpy.h.
48728         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
48729
48730 2003-01-13  Bruno Haible  <bruno@clisp.org>
48731
48732         * modules/*: Add a description.
48733         * modules/strpbrk: Fix Makefile.am snippet.
48734         * modules/strtoimax: Fix dependencies.
48735         * modules/strtoumax: Likewise.
48736
48737 2003-01-13  Bruno Haible  <bruno@clisp.org>
48738
48739         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
48740         * modules/alloca (Makefile.am): All object files depend on alloca.h.
48741         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
48742
48743 2003-01-13  Bruno Haible  <bruno@clisp.org>
48744
48745         * gnulib-tool (func_create_testdir): Store config/* files in the main
48746         directory.
48747         * config.rpath: Move to ...
48748         * config/config.rpath: ... here.
48749         * modules/gettext: Contains config/config.rpath, not config.rpath.
48750         * modules/iconv: Likewise.
48751
48752 2003-01-12  Paul Eggert  <eggert@twinsun.com>
48753
48754         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
48755         to avoid collisions with libcurses and libreadline.
48756
48757         * m4/getstr.m4: Remove.
48758         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
48759
48760 2003-01-12  Paul Eggert  <eggert@twinsun.com>
48761
48762         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
48763         to avoid collisions with libcurses and libreadline.
48764
48765         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
48766         * lib/getstr.h, getstr.c: Remove.
48767         * lib/getline.c: Include "getline.h", to check interface.
48768         Move body of old getstr.c here: this defines MIN_CHUNK and
48769         declares getdelim2, which is renamed from getstr.
48770         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
48771
48772         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
48773         All uses changed.
48774         * lib/linebuffer.h: Likewise.
48775         (readline): Remove backward-compatibility macro.
48776
48777 2003-01-12  Paul Eggert  <eggert@twinsun.com>
48778
48779         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
48780         to avoid collisions with libcurses and libreadline.
48781         * getstr: Remove.
48782         * MODULES.html.sh: Remove getstr.
48783         * modules/getline: Depend on unlocked-io, not getstr.
48784
48785 2003-01-12  Jim Meyering  <jim@meyering.net>
48786
48787         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
48788
48789 2003-01-10  Bruno Haible  <bruno@clisp.org>
48790
48791         * modules/alloca: Change Makefile.am requirements. Simplify Include
48792         requirements. Add lib/alloca_.h to file list.
48793
48794 2003-01-10  Bruno Haible  <bruno@clisp.org>
48795
48796         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
48797
48798 2003-01-10  Bruno Haible  <bruno@clisp.org>
48799
48800         * lib/alloca_.h: New file.
48801         * lib/getdate.y: Unconditionally include alloca.h.
48802         * lib/makepath.c: Likewise.
48803         * lib/setenv.c: Likewise.
48804         * lib/userspec.c: Likewise.
48805
48806 2003-01-09  Karl Berry  <karl@gnu.org>
48807
48808         * MODULES.html.sh: include `dirname $0` in PATH, to find
48809         gnulib-tool.
48810
48811 2003-01-09  Bruno Haible  <bruno@clisp.org>
48812
48813         * modules/stdbool: Change configure.ac, Makefile.am requirements.
48814         Simplify Include requirements. Add lib/stdbool.h.in to file list.
48815
48816 2003-01-09  Bruno Haible  <bruno@clisp.org>
48817
48818         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
48819
48820 2003-01-09  Bruno Haible  <bruno@clisp.org>
48821
48822         * lib/stdbool.h.in: New file.
48823
48824 2003-01-09  Bruno Haible  <bruno@clisp.org>
48825
48826         * gnulib-tool (func_all_modules): Ignore files ending in ~.
48827         * MODULES.html.sh: Likewise.
48828
48829 2003-01-08  Jim Meyering  <jim@meyering.net>
48830
48831         * lib/full-write.c: Undefine and define-away `const' after inclusion
48832         of errno.h, not before.  Suggestion from Bruno Haible.
48833
48834 2003-01-08  Bruno Haible  <bruno@clisp.org>
48835
48836         * modules/full-read: Depend on full-write.
48837
48838 2003-01-08  Bruno Haible  <bruno@clisp.org>
48839
48840         * lib/safe-read.c: Include specification header first, to ensure its
48841         selfcontainedness.
48842         * lib/full-write.c: Likewise.
48843
48844 2003-01-07  Jim Meyering  <jim@meyering.net>
48845
48846         * lib/full-write.c: Rework so that it may serve to define full_read,
48847         too.
48848         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
48849
48850 2003-01-07  Bruno Haible  <bruno@clisp.org>
48851
48852         * lib/strtoimax.c: Include <stdint.h> as an alternative to
48853         <inttypes.h>.
48854         * lib/xstrtol.h: Likewise.
48855         * lib/xstrtoimax.c: Likewise.
48856         * lib/xstrtoumax.c: Likewise.
48857         * lib/human.h: Likewise.
48858
48859         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
48860         on systems that have <inttypes.h> but not <stdint.h>.
48861
48862 2003-01-07  Bruno Haible  <bruno@clisp.org>
48863
48864         * MODULES.html.sh: Add copyright notice.
48865         (missed_files): Omit CVS directory entries.
48866         (func_module): Make it work with sed-3.02.
48867         * MODULES.txt: Remove file.
48868
48869 2003-01-06  Jim Meyering  <jim@meyering.net>
48870
48871         * lib/version-etc.c: Update year in translatable copyright string.
48872
48873 2003-01-03  Karl Berry  <karl@gnu.org>
48874
48875         * config/config.{guess,sub}: update from prep.
48876
48877 2003-01-02  Karl Berry  <karl@gnu.org>
48878
48879         * doc/COPYING.DOC: belatedly updated to 1.2.
48880
48881 2003-01-01  Karl Berry  <karl@gnu.org>
48882
48883         * gnulib-tool (func_verify_module): report module name $module in
48884         error message, not $1.
48885         * gnulib-tool (create-testdir): don't complain if destdir couldn't
48886         be created, only if it doesn't exist.
48887         * gnulib-tool (last_checkin_date): don't expand the $Date here.
48888
48889 2002-12-31  Paul Eggert  <eggert@twinsun.com>
48890
48891         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
48892
48893 2002-12-31  Paul Eggert  <eggert@twinsun.com>
48894
48895         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
48896         memcmp if strcoll doesn't work.
48897
48898 2002-12-31  Bruno Haible  <bruno@clisp.org>
48899
48900         * lib/utime.c (utime_null): No need to call ftruncate if the file was
48901         nonempty.
48902
48903 2002-12-31  Bruno Haible  <bruno@clisp.org>
48904
48905         * lib/memcoll.c (STRCOLL): New macro.
48906         (memcoll): Use it.
48907
48908 2002-12-31  Bruno Haible  <bruno@clisp.org>
48909
48910         * lib/localcharset.h: New file.
48911         * lib/localcharset.c: Include it.
48912         * lib/unicodeio.c: Likewise.
48913
48914 2002-12-31  Bruno Haible  <bruno@clisp.org>
48915
48916         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
48917         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
48918
48919 2002-12-31  Bruno Haible  <bruno@clisp.org>
48920
48921         * lib/getline.h: Include <stddef.h>, for size_t.
48922
48923         * lib/unicodeio.h: Include <stddef.h>, for size_t.
48924         * lib/unicodeio.c: Don't include <stddef.h>.
48925
48926 2002-12-31  Bruno Haible  <bruno@clisp.org>
48927
48928         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
48929         HAVE_TM_ZONE.
48930
48931 2002-12-24  Karl Berry  <karl@gnu.org>
48932
48933         * config/config.guess: update from prep.
48934
48935 2002-12-24  Bruno Haible  <bruno@clisp.org>
48936
48937         General infrasructure.
48938         * m4/README: Rewritten.
48939         * m4/onceonly.m4: New file.
48940         * m4/onceonly_2_57.m4: New file.
48941
48942         Module atexit.
48943         * m4/atexit.m4: New file.
48944
48945         Module strtod.
48946         * m4/strtod.m4: New file.
48947
48948         Module strtol.
48949         * m4/strtol.m4: New file.
48950
48951         Module strtoul.
48952         * m4/strtoul.m4: New file.
48953
48954         Module memchr.
48955         * m4/memchr.m4: New file.
48956
48957         Module memcmp.
48958         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
48959         (jm_FUNC_MEMCMP): Invoke it.
48960
48961         Module memcpy.
48962         * m4/memcpy.m4: New file.
48963
48964         Module memmove.
48965         * m4/memmove.m4: New file.
48966
48967         Module memset.
48968         * m4/memset.m4: New file.
48969
48970         Module strcspn.
48971         * m4/strcspn.m4: New file.
48972
48973         Module strpbrk.
48974         * m4/strpbrk.m4: New file.
48975
48976         Module strstr.
48977         * m4/strstr.m4: New file.
48978
48979         Module strerror.
48980         * m4/strerror.m4: New file.
48981
48982         Module mktime.
48983         * m4/mktime.m4: Renamed from jm-mktime.m4.
48984         (gl_PREREQ_MKTIME): New macro.
48985         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
48986
48987         Module malloc.
48988         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
48989         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
48990         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
48991
48992         Module realloc.
48993         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
48994         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
48995         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
48996
48997         Module strftime.
48998         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
48999         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
49000         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
49001         gl_TM_GMTOFF.
49002         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
49003
49004         Module xalloc.
49005         * m4/xalloc.m4: New file.
49006
49007         Module alloca.
49008         * m4/alloca.m4: New file.
49009
49010         Module putenv.
49011         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
49012         (jm_FUNC_PUTENV): Invoke it.
49013
49014         Module setenv.
49015         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
49016         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
49017         when invoked twice.
49018         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
49019         gt_FUNC_SETENV.
49020
49021         Module memrchr.
49022         * m4/memrchr.m4: New file.
49023
49024         Module stpcpy.
49025         * m4/stpcpy.m4: New file.
49026
49027         Module strcase.
49028         * m4/strcase.m4: New file.
49029
49030         Module strdup.
49031         * m4/strdup.m4: New file.
49032
49033         Module strnlen.
49034         * m4/strnlen.m4: New file.
49035
49036         Module strndup.
49037         * m4/strndup.m4: New file.
49038
49039         Module xstrtod.
49040         * m4/xstrtod.m4: New file.
49041
49042         Module xstrtol.
49043         * m4/xstrtol.m4: New file.
49044
49045         Module getdate.
49046         * m4/getdate.m4: New file.
49047
49048         Module unlocked-io.
49049         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
49050         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
49051         * m4/jm-glibc-io.m4n: Remove file.
49052
49053         Module long-options.
49054         * m4/long-options.m4: New file.
49055
49056         Module md5.
49057         * m4/md5.m4: New file.
49058
49059         Module sha.
49060         * m4/sha.m4: New file.
49061
49062         Module getstr.
49063         * m4/getstr.m4: New file.
49064
49065         Module getline.
49066         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
49067         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
49068         <sys/types.h>, for size_t. Use the function name gnu_getline, not
49069         simply getline. Infoke gl_PREREQ_GETLINE.
49070
49071         Module obstack.
49072         * m4/obstack.m4: New file.
49073
49074         Module hash.
49075         * m4/hash.m4: New file.
49076
49077         Module readtokens.
49078         * m4/readtokens.m4: New file.
49079
49080         Module strverscmp.
49081         * m4/strverscmp.m4: New file.
49082
49083         Module stdbool.
49084         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
49085         OSF/1.
49086
49087         Module strtoll.
49088         * m4/strtoll.m4: New file.
49089
49090         Module strtoull.
49091         * m4/strtoull.m4: New file.
49092
49093         Module strtoimax.
49094         * m4/strtoimax.m4: New file.
49095
49096         Module strtoumax.
49097         * m4/strtoumax.m4: New file.
49098
49099         Module xstrtoimax.
49100         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
49101         jm_AC_PREREQ_XSTRTOIMAX.
49102         Moved the strtol prerequisites to strtol.m4.
49103         Moved the strtoll prerequisites to strtoll.m4.
49104         Moved the strtoimax prerequisites to strtoimax.m4.
49105
49106         Module xstrtoumax.
49107         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
49108         jm_AC_PREREQ_XSTRTOUMAX.
49109         Moved the strtoul prerequisites to strtoul.m4.
49110         Moved the strtoull prerequisites to strtoull.m4.
49111         Moved the strtoumax prerequisites to strtoumax.m4.
49112
49113         Module chown.
49114         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
49115         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
49116
49117         Module dup2.
49118         * m4/dup2.m4: New file.
49119
49120         Module ftruncate.
49121         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
49122         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
49123
49124         Module getgroups.
49125         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
49126         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
49127
49128         Module gettimeofday.
49129         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
49130         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
49131         gl_PREREQ_GETTIMEOFDAY.
49132
49133         Module mkdir.
49134         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
49135         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
49136
49137         Module mkstemp.
49138         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
49139         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
49140         jm_AC_TYPE_UINTMAX_T.
49141         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
49142
49143         Module stat.
49144         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
49145         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
49146
49147         Module lstat.
49148         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
49149         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
49150
49151         Module timespec.
49152         * m4/timespec.m4 (gl_TIMESPEC): New macro.
49153         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
49154         * m4/st_mtim.m4: Indentation.
49155
49156         Module nanosleep.
49157         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
49158         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
49159         gl_PREREQ_NANOSLEEP.
49160
49161         Module regex.
49162         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
49163         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
49164         (gl_REGEX): New macro.
49165
49166         Module rename.
49167         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
49168         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
49169
49170         Module rmdir.
49171         * m4/rmdir.m4: New file.
49172
49173         Module utime.
49174         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
49175         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
49176         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
49177
49178         Module dirname.
49179         * m4/dirname.m4: New file.
49180
49181         Module getopt.
49182         * m4/getopt.m4: New file.
49183
49184         Module unistd-safer.
49185         * m4/unistd-safer.m4: New file.
49186
49187         Module fnmatch.
49188         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
49189         declaration.
49190         (gl_PREREQ_FNMATCH_EXTRA): New macro.
49191         (gl_FUNC_FNMATCH_POSIX): New macro.
49192         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
49193         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
49194         simply fnmatch.
49195
49196         Module exclude.
49197         * m4/exclude.m4: New file.
49198
49199         Module human.
49200         * m4/human.m4: New file.
49201
49202         Module acl.
49203         * m4/acl.m4: Nop.
49204
49205         Module backupfile.
49206         * m4/backupfile.m4: New file.
49207         * m4/d-ino.m4: Indentation.
49208
49209         Module fsusage.
49210         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
49211         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
49212         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
49213
49214         Module dirfd.
49215         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
49216         requirements.
49217
49218         Module euidaccess.
49219         * m4/euidaccess.m4: New file.
49220
49221         Module file-type.
49222         * m4/file-type.m4: New file.
49223
49224         Module fileblocks.
49225         * m4/fileblocks.m4: New file.
49226
49227         Module filemode.
49228         * m4/filemode.m4: New file.
49229
49230         Module isdir.
49231         * m4/isdir.m4: New file.
49232
49233         Module lchown.
49234         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
49235         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
49236
49237         Module makepath.
49238         * m4/makepath.m4: New file.
49239
49240         Module modechange.
49241         * m4/modechange.m4: New file.
49242
49243         Module mountlist.
49244         * m4/mountlist.m4: New file.
49245         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
49246         Indentation.
49247
49248         Module path-concat.
49249         * m4/path-concat.m4: New file.
49250
49251         Module pathmax.
49252         * m4/pathmax.m4: New file.
49253
49254         Module same.
49255         * m4/same.m4: New file.
49256
49257         Module save-cwd.
49258         * m4/save-cwd.m4: New file.
49259
49260         Module savedir.
49261         * m4/savedir.m4: New file.
49262
49263         Module xgetcwd.
49264         * m4/xgetcwd.m4: New file.
49265         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
49266
49267         Module xreadlink.
49268         * m4/xreadlink.m4: New file.
49269
49270         Module safe-read.
49271         * m4/safe-read.m4: New file.
49272
49273         Module safe-write.
49274         * m4/safe-write.m4: New file.
49275
49276         Module closeout.
49277         * m4/closeout.m4: New file.
49278
49279         Module stdio-safer.
49280         * m4/stdio-safer.m4: New file.
49281
49282         Module getpass.
49283         * m4/getpass.m4: New file.
49284
49285         Module getugroups.
49286         * m4/getugroups.m4: New file.
49287
49288         Module group-member.
49289         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
49290         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
49291
49292         Module idcache.
49293         * m4/idcache.m4: New file.
49294
49295         Module userspec.
49296         * m4/userspec.m4: New file.
49297
49298         Module gettime.
49299         * m4/clock_time.m4: New file.
49300         * m4/gettime.m4: New file.
49301
49302         Module settime.
49303         * m4/settime.m4: New file.
49304
49305         Module posixtm.
49306         * m4/posixtm.m4: New file.
49307
49308         Module gethostname.
49309         * m4/gethostname.m4: New file.
49310
49311         Module canon-host.
49312         * m4/canon-host.m4: New file.
49313
49314         Module gettext.
49315         * m4/codeset.m4: New file, from gettext-0.11.5.
49316         * m4/gettext.m4: New file, from gettext-0.11.5.
49317         * m4/glibc21.m4: New file, from gettext-0.11.5.
49318         * m4/iconv.m4: New file, from gettext-0.11.5.
49319         * m4/intdiv0.m4: New file, from gettext-0.11.5.
49320         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
49321         * m4/inttypes.m4: New file, from gettext-0.11.5.
49322         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
49323         * m4/isc-posix.m4: New file, from gettext-0.11.5.
49324         * m4/lcmessage.m4: New file, from gettext-0.11.5.
49325         * m4/lib-ld.m4: New file, from gettext-0.11.5.
49326         * m4/lib-link.m4: New file, from gettext-0.11.5.
49327         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
49328         * m4/progtest.m4: New file, from gettext-0.11.5.
49329         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
49330         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
49331         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
49332
49333         Module localcharset.
49334         * m4/localcharset.m4: New file.
49335
49336         Module hard-locale.
49337         * m4/hard-locale.m4: New file.
49338
49339         Module mbswidth.
49340         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
49341         onceonly macros.
49342         * m4/mbrtowc.m4: Add comment.
49343
49344         Module memcasecmp.
49345         * m4/memcasecmp.m4: New file.
49346
49347         Module memcoll.
49348         * m4/memcoll.m4: New file.
49349
49350         Module unicodeio.
49351         * m4/unicodeio.m4: New file.
49352
49353         Module rpmatch.
49354         * m4/rpmatch.m4: New file.
49355
49356         Module yesno.
49357         * m4/yesno.m4: New file.
49358
49359         Module exitfail.
49360         * m4/exitfail.m4: New file.
49361
49362         Module c-stack.
49363         * m4/c-stack.m4 (gl_C_STACK): New macro.
49364         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
49365
49366         Module error.
49367         * m4/error.m4 (gl_ERROR): New macro.
49368         (jm_PREREQ_ERROR): Use onceonly macros.
49369
49370         Module fatal.
49371         * m4/fatal.m4: New file.
49372
49373         Module getloadavg.
49374         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
49375         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
49376
49377         Module getpagesize.
49378         * m4/getpagesize.m4: New file.
49379
49380         Module getusershell.
49381         * m4/getusershell.m4: New file.
49382
49383         Module physmem.
49384         * m4/physmem.m4: New file.
49385
49386         Module posixver.
49387         * m4/posixver.m4: New file.
49388
49389         Module quotearg.
49390         * m4/quotearg.m4: New file.
49391
49392         Module quote.
49393         * m4/quote.m4: New file.
49394
49395         Module readutmp.
49396         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
49397
49398         Module sig2str.
49399         * m4/sig2str.m4: New file.
49400
49401         Other.
49402         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
49403         ulonglong.m4.
49404         * m4/intmax_t.m4: New file.
49405         * m4/d-type.m4: Indentation.
49406         * m4/jm-macros.m4: Update.
49407         * m4/prereq.m4 (jm_PREREQ): Update.
49408         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
49409         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
49410         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
49411         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
49412         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
49413         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
49414         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
49415         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
49416         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
49417         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
49418         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
49419         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
49420         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
49421         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
49422         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
49423         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
49424         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
49425         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
49426         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
49427
49428 2002-12-24  Bruno Haible  <bruno@clisp.org>
49429
49430         * MODULES.txt: Update according to m4/ changes.
49431
49432         Module gettext.
49433         * config.rpath: New file, from gettext-0.11.5.
49434
49435         * modules/*: New module descriptions.
49436         * gnulib-tool: New file.
49437         * MODULES.html.sh: New file.
49438
49439 2002-12-21  Karl Berry  <karl@gnu.org>
49440
49441         * doc/fdl.texi: update to version 1.2.
49442
49443 2002-12-19  Karl Berry  <karl@gnu.org>
49444
49445         * config/config.guess: update from prep.
49446
49447 2002-12-18  Bruno Haible  <bruno@clisp.org>
49448
49449         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
49450         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
49451
49452 2002-12-17  Bruno Haible  <bruno@clisp.org>
49453
49454         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
49455         stdlib.h, string.h.
49456
49457 2002-12-17  Bruno Haible  <bruno@clisp.org>
49458
49459         * lib/canon-host.c (strdup): Remove unused declaration.
49460
49461         * lib/fsusage.c: Include full_read.h.
49462         (get_fs_usage): Use full_read instead of safe_read.
49463
49464         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
49465
49466 2002-12-12  Karl Berry  <karl@gnu.org>
49467
49468         * config/config.guess: update from prep.
49469
49470 2002-12-11  Bruno Haible  <bruno@clisp.org>
49471
49472         * m4/setenv.m4: New file, from gettext-0.11.5.
49473
49474 2002-12-11  Bruno Haible  <bruno@clisp.org>
49475
49476         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
49477         not unsetenv().
49478         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
49479         modifications:
49480
49481         2002-12-11  Bruno Haible  <bruno@clisp.org>
49482
49483                 * setenv.c (alloca): Fall back to malloc.
49484                 (freea): New macro.
49485                 (setenv): Use freea() to free memory allocated with alloca().
49486
49487         2002-11-13  Bruno Haible  <bruno@clisp.org>
49488
49489                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
49490                 function declarations.
49491                 * unsetenv.c (unsetenv): Likewise.
49492
49493         2002-03-04  Bruno Haible  <bruno@clisp.org>
49494
49495                 Portability to AIX 4.3.3.
49496                 * unsetenv.c: New file, extracted from setenv.c.
49497                 * setenv.c: Move the unsetenv() function to unsetenv.c.
49498
49499         2001-12-20  Bruno Haible  <bruno@clisp.org>
49500
49501                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
49502                 use malloc instead. For SunOS 4.
49503
49504         2001-12-11  Bruno Haible  <bruno@clisp.org>
49505
49506                 * setenv.c: Declare alloca.
49507                 (compar_fn_t): New typedef.
49508                 (KNOWN_VALUE, STORE_VALUE): Use it.
49509
49510         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
49511         setenv.h.
49512
49513 2002-12-10  Paul Eggert  <eggert@twinsun.com>
49514
49515         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
49516         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
49517         Choose values that are less likely to collide with system fnmatch
49518         options.
49519         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
49520         defined (e.g., a pure POSIX system).
49521         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
49522         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
49523
49524 2002-12-06  Paul Eggert  <eggert@twinsun.com>
49525
49526         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
49527         a pain in practice to deal with generated m4 files.  This change
49528         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
49529
49530         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
49531         and jm-glibc-io.m4, as they are no longer a special case.
49532         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
49533         kludge and the auto-generation stuff.  Check only whether the
49534         functions are declared, not whether they exist, since older hosts
49535         that don't declare the functions can't use the optimization anyway.
49536
49537 2002-12-06  Jim Meyering  <jim@meyering.net>
49538
49539         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
49540
49541         Merge in changes from libc's misc/error.c, in preparation
49542         for the merge of gnulib's changes back into libc.
49543
49544         * lib/error.c (_): Define only if not already defined.
49545         Move definition to follow all #include directives.
49546         Include unlocked-io.h only if !_LIBC.
49547         [_LIBC]: Include <libio/libioP.h>.
49548         [USE_IN_LIBIO]: Include <libio/iolibio.h>
49549         (fflush): Tweak definition to use INTUSE.
49550         (putc): Define.
49551
49552 2002-12-05  Paul Eggert  <eggert@twinsun.com>
49553
49554         * lib/alloca.c [defined emacs]: Include "lisp.h".
49555         (xalloc_die) [defined emacs]: New macro.
49556         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
49557         [! defined emacs]: Include <xalloc.h>.
49558         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
49559         (pointer): Typedef to POINTER_TYPE *.
49560         (malloc): Remove decl; we now always use xmalloc.
49561         (alloca): Use old-style definition, since Emacs needs this.
49562         Check for arithmetic overflow when computing combined size.
49563
49564 2002-12-04  Paul Eggert  <eggert@twinsun.com>
49565
49566         Do not generate unlocked-io.h automatically, since it's easier to
49567         maintain it by hand.
49568
49569         * lib/unlocked-io.h: New file, from GNU diffutils,
49570         but with proper copyright notice and attribution.
49571         * lib/gen-uio: Remove.
49572         * lib/Makefile.am: Add copyright notice.
49573         (libfetish_a_SOURCES): Add unlocked-io.h.
49574         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
49575         (DISTCLEANFILES, io_functions): Remove macros.
49576         (EXTRA_DIST): Remove gen_uio.
49577         (unlocked-io.h): Remove rule.
49578
49579 2002-12-04  Jim Meyering  <jim@meyering.net>
49580
49581         Reflect the fact that stat.c and lstat.c are no longer generated.
49582         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
49583         (DISTCLEANFILES): Likewise.
49584         (EXTRA_DIST): Likewise.
49585         (all_local): Don't depend on stat.c or lstat.c.
49586         (stat.c, lstat.c): Remove rules.
49587         (EXTRA_DIST): Remove xstat.in.
49588
49589         * lib/xstat.in: Remove file.  Contents moved into stat.c.
49590         * lib/stat.c: New file.  Contents mostly from xstat.in.
49591         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
49592         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
49593
49594         * lib/safe-read.c: Rework so that it may serve to define safe_write,
49595         too.
49596         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
49597
49598 2002-12-03  Jim Meyering  <jim@meyering.net>
49599
49600         * lib/safe-read.c, safe-write.c: Change variable names and comments,
49601         but not semantics, to minimize the differences between these two files.
49602         (safe_read): Change comment to mention SAFE_READ_ERROR.
49603
49604         * lib/safe-read.c (IS_EINTR): Define.
49605         (safe_read): Use IS_EINTR in place of in-function cpp directives.
49606
49607 2002-12-02  Jim Meyering  <jim@meyering.net>
49608
49609         * lib/safe-read.c (EINTR): Define.
49610         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
49611         (INT_MAX): Provide fallback.
49612         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
49613
49614         * lib/safe-read.h (SAFE_READ_ERROR): Define.
49615
49616 2002-12-02  Bruno Haible  <bruno@clisp.org>
49617
49618         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
49619         Define, taken from safe-read.c.
49620         (INT_MAX): Provide fallback.
49621         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
49622         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
49623
49624         * lib/safe-read.c (EINTR): Remove definition.
49625         (safe_read): Don't use EINTR if it is absent.
49626
49627 2002-12-01  Jim Meyering  <jim@meyering.net>
49628
49629         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
49630         zero.
49631         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
49632
49633 2002-11-27  Paul Eggert  <eggert@twinsun.com>
49634
49635         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
49636         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
49637         with `if (! (value < limit)) abort ();', for readability.
49638
49639 2002-11-26  Karl Berry  <karl@gnu.org>
49640
49641         * lib/strdup.c: copy from libc again, with jim's ok.
49642         * lib/.cppi-disable: re-add strdup.c
49643
49644 2002-11-25  Karl Berry  <karl@gnu.org>
49645
49646         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
49647         instead of "strtol.c".
49648
49649 2002-11-25  Karl Berry  <karl@gnu.org>
49650
49651         * config/install-sh: update from automake for variable quoting, $0 in
49652         error msgs, etc.
49653
49654         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
49655         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
49656         entry.
49657
49658 2002-11-25  Jim Meyering  <jim@meyering.net>
49659
49660         * lib/mktime.c: Sync from libc, now that it has the latest fix.
49661
49662 2002-11-24  Karl Berry  <karl@gnu.org>
49663
49664         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
49665         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
49666
49667 2002-11-24  Jim Meyering  <jim@meyering.net>
49668
49669         Update from coreutils:
49670
49671         * lib/mktime.c: Merge in changes from libc.
49672
49673         Avoid a link-time failure on some Linux systems.
49674         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
49675         (otherwise).
49676         (__mon_yday): Declare with the STATIC attribute.
49677         (__mktime_internal): Likewise.
49678         Based on a report from Greg Schafer.
49679
49680 2002-11-23  Jim Meyering  <jim@meyering.net>
49681
49682         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
49683         Use `unsigned', not `int', as type of index.
49684
49685         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
49686
49687         * lib/fsusage.c: Remove unneeded parentheses around operands of
49688         `defined'.
49689
49690 2002-11-22  Paul Eggert  <eggert@twinsun.com>
49691
49692         * lib/quotearg.h: Allow multiple inclusion by surrounding with
49693         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
49694         so that we can be included first.
49695         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
49696         * lib/quotearg.c: Include quotearg.h immediately after config.h.
49697         No need to include stddef.h or sys/types.h any more.
49698         Surround local include files with "", not "<>".
49699         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
49700         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
49701         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
49702         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
49703         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
49704         (ISPRINT): Remove; no longer needed now that we assume C89.
49705
49706         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
49707         Preserve errno.
49708
49709         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
49710         quotearg_char): Use SIZE_MAX rather than
49711         (size_t) -1 when we are talking about "infinity".
49712
49713         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
49714
49715 2002-11-22  Paul Eggert  <eggert@twinsun.com>
49716
49717         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
49718         hint that one should use `if (! x) abort ();' rather than `assert
49719         (x);', and anyway it's one less thing to worry about configuring.
49720         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
49721         hash_rehash, hash_insert): Use abort rather than assert.
49722
49723 2002-11-22  Bruno Haible  <bruno@clisp.org>
49724
49725         * lib/safe-read.h: Assume C89. Add comments.
49726         (safe_read): Change return type to size_t.
49727         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
49728         byte counts > SSIZE_MAX correctly.
49729         * lib/safe-write.h: New file.
49730         * lib/safe-write.c: New file.
49731         * lib/full-read.h: New file.
49732         * lib/full-read.c: New file.
49733         * lib/full-write.h: Assume C89. Add comments.
49734         * lib/full-write.c: Include safe-write.h.
49735         (full_write): Rewritten to use safe_write.
49736         Suggested by Jim Meyering and Paul Eggert.
49737
49738 2002-11-21  Jim Meyering  <jim@meyering.net>
49739
49740         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
49741
49742         Merge in changes from the coreutils.
49743
49744         2002-09-25  Paul Eggert  <eggert@twinsun.com>
49745         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
49746         <stdint.h>.
49747         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
49748         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
49749         int.  Work more efficiently if X is the same width as uintmax_t.
49750         Do not compare X to -1, to avoid bogus compiler warning.
49751         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
49752         Don't assume that f_frsize and f_bsize are the same type.
49753
49754         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
49755         warning on FreeBSD.
49756
49757         * lib/makepath.c (make_path): Restore umask *before* creating the final
49758         component.
49759         (make_path): Minor reformatting.
49760
49761         * lib/xmalloc.c: Adjust to work with new autoconf macros,
49762         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
49763         HAVE_MALLOC/HAVE_REALLOC.
49764
49765         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
49766         dummy ones.  At least on GNU/Linux systems, `auto' means something
49767         else.
49768         From Michael Stone.
49769
49770 2002-11-21  Bruno Haible  <bruno@clisp.org>
49771
49772         Remove case insensitive option matching.
49773         * lib/argmatch.h (argcasematch): Remove declaration.
49774         (ARGCASEMATCH): Remove macro.
49775         (__xargmatch_internal): Remove case_sensitive argument.
49776         (XARGMATCH): Update.
49777         (XARGCASEMATCH): Remove macro.
49778         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
49779         case_sensitive argument.
49780         (argcasematch): Remove function.
49781         (__xargmatch_internal): Remove case_sensitive argument.
49782         (main): Use XARGMATCH instead of XARGCASEMATCH.
49783
49784         * lib/xmalloc.c: Change compile-time error message. Add comment about
49785         required autoconf version.
49786
49787 2002-11-20  Paul Eggert  <eggert@twinsun.com>
49788
49789         Merge argmatch cleanups from Bison.  Assume C89.
49790
49791         * lib/argmatch.c: Include config.h here, not in argmatch.h.
49792         Include stdlib.h, for EXIT_FAILURE.
49793         Always include <string.h>, since we assume C89.
49794         (EXIT_FAILURE): Remove pre-C89 bug workaround.
49795         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
49796         Include <stddef.h> instead, since it's all we need for size_t.
49797         (PARAMS): Remove.  All uses removed.
49798         (ARRAY_CARDINALITY): Do not bother to #undef.
49799         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
49800         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
49801         Remove unnecessary parentheses.
49802         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
49803         Insert necessary parentheses.
49804         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
49805         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
49806
49807 2002-11-19  Bruno Haible  <bruno@clisp.org>
49808
49809         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
49810         * lib/mbswidth.h: Include <stddef.h>, for size_t.
49811
49812         * lib/mbswidth.h (PARAMS): Remove macro.
49813         (mbswidth, mbsnwidth): Use ANSI C function declarations.
49814         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
49815
49816         * lib/gcd.h (PARAMS): Remove macro.
49817         (gcd): Use ANSI C function declarations.
49818         * lib/gcd.c (gcd): Likewise.
49819
49820 2002-11-15  Bruno Haible  <bruno@clisp.org>
49821
49822         * lib/strcspn.c: Include <stddef.h>.
49823         (strcspn): Use ANSI C function declaration. Change return type to
49824         size_t. Use NULL.
49825         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
49826         (strpbrk): Use NULL.
49827         * lib/strpbrk.h (PARAMS): Remove macro.
49828         (strpbrk): Use ANSI C function declaration.
49829         * lib/strstr.c: Don't include <sys/types.h>.
49830         * lib/strstr.h (PARAMS): Remove macro.
49831         (strstr): Use ANSI C function declarations.
49832
49833 2002-11-14  Karl Berry  <karl@gnu.org>
49834
49835         * config/mkinstalldirs: `do' on separate line, instead of
49836         `for var; do'.
49837
49838 2002-11-06  Bruno Haible  <bruno@clisp.org>
49839
49840         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
49841         * lib/gcd.c (gcd): Likewise.
49842
49843 2002-11-05  Bruno Haible  <bruno@clisp.org>
49844
49845         * lib/gcd.h: New file, from gettext-0.11.5.
49846         * lib/gcd.c: New file, from gettext-0.11.5.
49847
49848 2002-11-05  Bruno Haible  <bruno@clisp.org>
49849
49850         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
49851         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
49852         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
49853         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
49854
49855         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
49856         <libintl.h>.
49857         * lib/makepath.c: Include gettext.h instead of <locale.h> and
49858         <libintl.h>.
49859
49860         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
49861         * lib/human.c: Include gettext.h instead of <libintl.h>.
49862         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
49863         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
49864         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
49865         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
49866         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
49867         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
49868         (textdomain): Remove definition.
49869         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
49870
49871         * lib/long-options.c: Remove include of <libintl.h> and definition of
49872         _.
49873         * lib/same.c: Remove include of <libintl.h> and definition of _.
49874
49875 2002-11-04  Owen Taylor  <otaylor@redhat.com>
49876
49877         * lib/config.charset: A few additions for Solaris.
49878
49879 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
49880
49881         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
49882         * lib/localcharset.c (locale_charset): Declare as extern "C".
49883
49884 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
49885
49886         * lib/config.charset: msdos in uk_UA uses CP1125.
49887
49888 2002-11-04  Bruno Haible  <bruno@clisp.org>
49889
49890         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
49891         * lib/strcase.h: New file, from GNU gettext-0.11.5.
49892         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
49893         * lib/strstr.h: New file, from GNU gettext-0.11.5.
49894         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
49895
49896 2002-11-04  Bruno Haible  <bruno@clisp.org>
49897
49898         * lib/localcharset.c (locale_charset): Don't return an empty string.
49899
49900 2002-11-04  Bruno Haible  <bruno@clisp.org>
49901
49902         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
49903         aliases.
49904
49905 2002-11-04  Bruno Haible  <bruno@clisp.org>
49906
49907         * lib/config.charset: Update for newest glibc. Add canonical names
49908         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
49909
49910 2002-11-04  Bruno Haible  <bruno@clisp.org>
49911
49912         * lib/config.charset: Add support for NetBSD.
49913
49914 2002-11-04  Bruno Haible  <bruno@clisp.org>
49915
49916         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
49917
49918 2002-11-01  Bruno Haible  <bruno@clisp.org>
49919
49920         * configure.in: Add AC_CONFIG_AUX_DIR call.
49921         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
49922         test/Makefile.
49923         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
49924
49925 2002-09-28  Karl Berry  <karl@gnu.org>
49926
49927         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
49928         installed automake until the next release, since changes have been
49929         made.
49930
49931 2002-09-25  Karl Berry  <karl@gnu.org>
49932
49933         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
49934         * lib/getopt*: copy from libc/posix.
49935         * lib/gettext.h: copy from gettext.
49936         * lib/.cppi-disable: add strdup.c, gettext.h.
49937
49938 2002-09-25  Karl Berry  <karl@gnu.org>
49939
49940         * config/srclist.txt: enable gettext.h check.
49941         * config/config.{guess,sub}: update from prep.
49942         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
49943                 from automake 1.6.3.
49944         See srclist*.
49945
49946 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
49947
49948         * regex.c (PATFETCH): Remove the translating fetch.
49949         (PATFETCH_RAW): Rename to PATFETCH.
49950         (set_image_of_range): New fun.
49951         (SET_RANGE_TABLE_WORK_AREA): Use it.
49952         (regex_compile): Don't translate the pattern chars so eagerly.
49953         Only do it when inserting an `exactn' bytecode or when handling
49954         a char-range.
49955         (mutually_exclusive_p): Avoid empty statement.
49956
49957 2002-07-06  Jim Meyering  <meyering@lucent.com>
49958
49959         * m4/README: Don't mention Makefile.am.in.
49960         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
49961
49962 2002-07-01  Jim Meyering  <meyering@lucent.com>
49963
49964         * lib/c-stack.c: Include sys/time.h.
49965         From Volker Borchert.
49966
49967 2002-06-26  Paul Eggert  <eggert@twinsun.com>
49968
49969         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
49970
49971 2002-06-26  Paul Eggert  <eggert@twinsun.com>
49972
49973         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
49974         New macro.  Use it uniformly instead of
49975         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
49976         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
49977         reported by Vin Shelton.
49978
49979 2002-06-22  Paul Eggert  <eggert@twinsun.com>
49980
49981         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
49982         Do not assume SA_SIGINFO behavior.
49983         Bug reported by Jim Meyering on NetBSD 1.5.2.
49984
49985 2002-06-22  Jim Meyering  <meyering@lucent.com>
49986
49987         * m4/c-stack.m4: New file, from diffutils-2.8.2.
49988         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
49989
49990         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
49991         now that configure.ac uses AC_GNU_SOURCE.
49992         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
49993         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
49994
49995         Update to latest tools.  Suggestions from Paul Eggert.
49996         * m4/stdbool.m4: New file, from diffutils-2.8.2.
49997         * m4/gnu-source.m4: Update from diffutils-2.8.2.
49998         * m4/fnmatch.m4: Likewise.
49999         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
50000         to AC_HEADER_STDBOOL
50001
50002 2002-06-22  Jim Meyering  <meyering@lucent.com>
50003
50004         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
50005         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
50006
50007 2002-06-22  Jim Meyering  <meyering@lucent.com>
50008
50009         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
50010
50011         * lib/exitfail.c, exitfail.h: Likewise.
50012         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
50013
50014         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
50015         of fnmatch.h.
50016         (EXTRA_DIST): Add fnmatch_loop.c.
50017         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
50018
50019         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
50020         * lib/fnmatch.c: Update from diffutils-2.8.2.
50021         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
50022         * lib/fnmatch.h: Remove file.
50023
50024 2002-06-21  Jim Meyering  <meyering@lucent.com>
50025
50026         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
50027         * m4/mbrtowc.m4: Likewise.
50028
50029         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
50030         * m4/mbswidth.m4: Reflect name change:
50031         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
50032         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
50033
50034         * m4/lib-link.m4: Update from gettext-0.11.2.
50035         * m4/gettext.m4: Likewise.
50036
50037         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
50038         From Alfred M. Szmidt.
50039
50040 2002-06-18  Paul Eggert  <eggert@twinsun.com>
50041
50042         * lib/file-type.h: Report an error if neither S_ISREG nor
50043         S_IFREG is defined, instead of using a test specific to glibc
50044         2.2.  This should be safe, since POSIX requires S_ISREG and
50045         Unix Version 7 had S_IFREG.  We don't need to check for
50046         <sys/types.h> since we don't use any symbols that it defines.
50047
50048 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
50049
50050         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
50051         $@-t, so that each temporary file name is unique and valid in the first
50052         8 characters, for operation under DOS.
50053
50054 2002-06-15  Paul Eggert  <eggert@twinsun.com>
50055
50056         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
50057
50058 2002-06-15  Jim Meyering  <meyering@lucent.com>
50059
50060         Work even with DJGPP 2.03, which lacks support for symlinks.
50061         From Richard Dawe.
50062         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
50063         is defined.
50064         * lib/lchown.c (S_ISLNK): Likewise.
50065
50066 2002-06-15  Jim Meyering  <meyering@lucent.com>
50067
50068         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
50069         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
50070         have been included before this file.
50071
50072 2002-06-14  Jim Meyering  <meyering@lucent.com>
50073
50074         * lib/file-type.h: Use the version from diffutils-2.8.2.
50075         * lib/file-type.c: Likewise.
50076
50077 2002-06-07  Jim Meyering  <meyering@lucent.com>
50078
50079         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
50080         They're needed at least for NetBSD 1.5.2.
50081         ($statxfs_includes): Include those same headers.
50082         ($statxfs_includes): Include sys/vfs.h if available.
50083         ($statxfs_includes): Likewise for sys/statvfs.h.
50084         Check for the following members in both structs statfs and statvfs:
50085         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
50086
50087 2002-06-01  Jim Meyering  <meyering@lucent.com>
50088
50089         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
50090         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
50091
50092 2002-05-28  Jim Meyering  <meyering@lucent.com>
50093
50094         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
50095         Reported by Volker Borchert.
50096
50097 2002-05-27  Jim Meyering  <meyering@lucent.com>
50098
50099         Fix a problem seen only on nonconforming systems whereby ls.c's
50100         use of localtime, and then of gettimeofday would cause trouble:
50101         the localtime call used to initialize rpl_gettimeofday's save
50102         mechanism would clobber ls's current local time information so
50103         that in any long listing the first file would always be listed
50104         with date 1970-01-01.  Analysis by Volker Borchert.
50105
50106         * lib/gettimeofday.c (localtime): Undefine.
50107         (rpl_localtime): New function.
50108
50109 2002-05-27  Jim Meyering  <meyering@lucent.com>
50110
50111         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
50112         localtime.
50113
50114         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
50115         use the replacement function; it wouldn't resolve at link time.
50116         Reported by Volker Borchert.
50117
50118 2002-05-22  Jim Meyering  <meyering@lucent.com>
50119
50120         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
50121         file-type.h.
50122         * lib/file-type.h: New file.
50123         * lib/file-type.c (file_type): New file/function.  Extracted from
50124         diffutils.
50125
50126 2002-04-30  Jim Meyering  <meyering@lucent.com>
50127
50128         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
50129
50130 2002-04-29  Paul Eggert  <eggert@twinsun.com>
50131
50132         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
50133
50134 2002-04-29  Paul Eggert  <eggert@twinsun.com>
50135
50136         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
50137         Do not check for alloca.h (no longer used) or stdbool.h (was never
50138         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
50139
50140 2002-04-29  Paul Eggert  <eggert@twinsun.com>
50141
50142         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
50143
50144 2002-04-29  Jim Meyering  <meyering@lucent.com>
50145
50146         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
50147         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
50148         Use AC_FUNC_STRNLEN here instead.
50149
50150         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
50151         With autoconf-2.53a, it's part of AC_PROG_CC.
50152
50153 2002-04-28  Paul Eggert  <eggert@twinsun.com>
50154
50155         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
50156         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
50157
50158 2002-04-28  Paul Eggert  <eggert@twinsun.com>
50159
50160         * lib/sig2str.h, lib/sig2str.c: New files.
50161         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
50162
50163 2002-04-28  Paul Eggert  <eggert@twinsun.com>
50164
50165         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
50166         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
50167         of 127, since 64 is the largest conceivable number for ancient
50168         nonstandard hosts.
50169         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
50170
50171 2002-04-28  Jim Meyering  <meyering@lucent.com>
50172
50173         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
50174
50175 2002-04-24  Jim Meyering  <meyering@lucent.com>
50176
50177         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
50178         (jm_PREREQ): Use it.
50179
50180         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
50181         mach/mach.h fcntl.h.
50182         Check for this function: setlocale.
50183
50184 2002-04-24  Jim Meyering  <meyering@lucent.com>
50185
50186         * lib/gettext.h: New file, from Gettext.
50187         * lib/Makefile.am (INCLUDES): Remove -I../intl.
50188         (libfetish_a_SOURCES): Add gettext.h.
50189
50190 2002-04-16  Jim Meyering  <meyering@lucent.com>
50191
50192         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
50193         ut_pid, ut_id, ut_exit.
50194
50195 2002-04-16  Jim Meyering  <meyering@lucent.com>
50196
50197         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
50198         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
50199         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
50200
50201 2002-04-12  Jim Meyering  <meyering@lucent.com>
50202
50203         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
50204         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
50205         existence of the getmntinfo function.  Needed for Darwin 5.3.
50206
50207         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
50208         This is necessary at least on Darwin 5.3.
50209
50210         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
50211         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
50212         strnlen.o in the library, and that makes some versions of ranlib
50213         object.
50214
50215 2002-04-12  Jim Meyering  <meyering@lucent.com>
50216
50217         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
50218
50219 2002-04-09  Jim Meyering  <meyering@lucent.com>
50220
50221         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
50222         to be more precise.  Rather than saying we're checking whether the
50223         function `works', say what we're testing.
50224         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
50225         Reported by Bruno Haible.
50226
50227 2002-03-10  Jim Meyering  <meyering@lucent.com>
50228
50229         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
50230         Suggestion from Santiago Vila.
50231
50232 2002-03-08  Jim Meyering  <meyering@lucent.com>
50233
50234         * lib/rename.c: Mention that this wrapper is needed also on
50235         mips-dec-ultrix4.4 systems.
50236
50237 2002-03-02  Jim Meyering  <meyering@lucent.com>
50238
50239         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
50240         not HAVE_CLOCK_SETTIME.
50241
50242 2002-02-27  Paul Eggert  <eggert@twinsun.com>
50243
50244         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
50245         Check for clock_settime.
50246
50247 2002-02-27  Paul Eggert  <eggert@twinsun.com>
50248
50249         * lib/nanosleep.h: Rename to....
50250         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
50251
50252         * lib/gettime.c: New file.
50253         * lib/settime.c: New file.
50254         * lib/stime.c: Remove.
50255
50256         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
50257         timespec.h.  Remove nanosleep.h.
50258
50259 2002-02-25  Paul Eggert  <eggert@twinsun.com>
50260
50261         * m4/acl.m4: New file.
50262         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
50263         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
50264
50265 2002-02-25  Paul Eggert  <eggert@twinsun.com>
50266
50267         * lib/acl.c, lib/acl.h: New files.
50268         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
50269
50270 2002-02-24  Jim Meyering  <meyering@lucent.com>
50271
50272         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
50273         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
50274         cause trouble.  Reported by Nelson Beebe.
50275
50276 2002-02-23  Paul Eggert  <eggert@twinsun.com>
50277
50278         * lib/path-concat.c (xpath_concat): Reorder code to pacify
50279         compilers that don't know that xalloc_die never returns.
50280
50281 2002-02-20  Jim Meyering  <meyering@lucent.com>
50282
50283         * lib/getdate.c: Regenerate using bison-1.33.
50284
50285 2002-02-17  Jim Meyering  <meyering@lucent.com>
50286
50287         * config/config.guess (main): Don't use `head -1'; it's no longer
50288         portable. Use `sed 1q' instead.
50289
50290 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
50291
50292         * m4/codeset.m4: Upgrade to gettext-0.11.
50293         * m4/gettext.m4: Upgrade to gettext-0.11.
50294         * m4/glibc21.m4: Upgrade to gettext-0.11.
50295         * m4/iconv.m4: Upgrade to gettext-0.11.
50296         * m4/isc-posix.m4: Upgrade to gettext-0.11.
50297         * m4/lcmessage.m4: Upgrade to gettext-0.11.
50298         * m4/lib-ld.m4: New file, from gettext-0.11.
50299         * m4/lib-link.m4: New file, from gettext-0.11.
50300         * m4/lib-prefix.m4: New file, from gettext-0.11.
50301         * m4/progtest.m4: Upgrade to gettext-0.11.
50302
50303 2002-02-15  Paul Eggert  <eggert@twinsun.com>
50304
50305         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
50306         (jm_PREREQ): Use it.
50307
50308 2002-02-15  Paul Eggert  <eggert@twinsun.com>
50309
50310         * lib/posixver.c, lib/posixver.h: New files.
50311         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
50312
50313 2002-02-02  Paul Eggert  <eggert@twinsun.com>
50314             Bruno Haible  <bruno@clisp.org>
50315
50316         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
50317         (fwrite_success_callback): New declaration.
50318         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
50319         print_unicode_char. Call failure callback instead of error.
50320         (fwrite_success_callback): New function.
50321         (exit_failure_callback): New function.
50322         (fallback_failure_callback): New function.
50323         (print_unicode_char): Call unicode_to_mb.
50324
50325 2002-01-26  Jim Meyering  <meyering@lucent.com>
50326
50327         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
50328         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
50329
50330 2002-01-26  Jim Meyering  <meyering@lucent.com>
50331
50332         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
50333
50334 2002-01-22  Paul Eggert  <eggert@twinsun.com>
50335
50336         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
50337
50338 2002-01-22  Jim Meyering  <meyering@lucent.com>
50339
50340         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
50341         Otherwise, some versions of automake would omit the rule that makes
50342         Makefile from Makefile.in.
50343
50344 2002-01-21  Paul Eggert  <eggert@twinsun.com>
50345
50346         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
50347         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
50348         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
50349         (memcoll): Set errno to zero if there is no error.
50350
50351         * lib/quotearg.c (quotearg_buffer_restyled):
50352         Fix bug with quoting buffers containing NUL when backslashing escapes.
50353         This bug was exposed by the other changes in this patch.
50354         (quotearg_n_options): New arg ARGSIZE.
50355         All callers changed.
50356         (quoting_options_from_style): New function.
50357         (quotearg_n_style): Use it.
50358         (quotearg_n_style_mem): New function.
50359
50360         * lib/quotearg.h (quotearg_n_style_mem): New function.
50361
50362 2002-01-19  Jim Meyering  <meyering@lucent.com>
50363
50364         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
50365         Remove useless quotes: DF_PROG="df".
50366         * m4/strnlen.m4: New file.
50367
50368 2002-01-16  Paul Eggert  <eggert@twinsun.com>
50369
50370         * lib/backupfile.c (ISDIGIT): Comment fix.
50371         * lib/getdate.y (ISDIGIT): Likewise.
50372         * lib/posixtm.c (ISDIGIT, year): Likewise.
50373         * lib/strverscmp.c (ISDIGIT): Likewise.
50374         * lib/userspec.c (ISDIGIT): Likewise.
50375
50376 2002-01-16  Jim Meyering  <meyering@lucent.com>
50377
50378         * lib/getdate.y: Add three semicolons, each just before a closing
50379         brace. Bison (as of version 1.31) no longer papers over that mistake.
50380
50381 2002-01-05  Jim Meyering  <meyering@lucent.com>
50382
50383         * lib/version-etc.c (version_etc_copyright): Update copyright year.
50384
50385 2001-12-19  Paul Eggert  <eggert@twinsun.com>
50386
50387         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
50388         not silently exit merely because the output buffer happens to
50389         have nothing pending.
50390
50391 2001-12-18  Paul Eggert  <eggert@twinsun.com>
50392
50393         See the big note in ../ChangeLog.
50394         * lib/human.c (suffixes): Prefer K to k for 1024.
50395         (generate_suffix_backwards): New function.
50396         (human_readable_inexact): Use it.
50397         * lib/xstrtol.c (__xstrtol): If there is no number but there
50398         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
50399         Accept 'K' as well as 'k'.
50400
50401 2001-12-15  Jim Meyering  <meyering@lucent.com>
50402
50403         * lib/regex.h (__restrict_arr): Update from libc.
50404
50405         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
50406         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
50407         (STREQ): Define.
50408
50409 2001-12-14  Jim Meyering  <meyering@lucent.com>
50410
50411         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
50412         Suggestion from Bruno Haible.
50413
50414 2001-12-10  Jim Meyering  <meyering@lucent.com>
50415
50416         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
50417         xrealloc, Instead, include "xalloc.h".
50418         (initbuffer): Don't cast xmalloc return value to char*.
50419         (readline): Reword comment.
50420         Don't cast xrealloc return value to char*
50421         Return NULL, not 0.
50422
50423 2001-12-09  Jim Meyering  <meyering@lucent.com>
50424
50425         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
50426         about `signed and unsigned type in conditional expression'.
50427         * lib/posixtm.c (posix_time_parse): Likewise.
50428
50429         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
50430
50431         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
50432         to avoid a pedantic warning.
50433
50434         * lib/getstr.c: Don't include assert.h.
50435         (getstr): Remove warning-evoking assertions.
50436         Return -1 if offset parameter is out of bounds.
50437         Change the type of a local from int to size_t.
50438
50439         * lib/strftime.c (my_strftime_localtime_r): Include this function
50440         definition in the `#if ! HAVE_TM_GMTOFF' block.
50441
50442         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
50443         Include xalloc.h instead.
50444
50445 2001-12-02  Jim Meyering  <meyering@lucent.com>
50446
50447         * lib/tempname.c: Don't declare getenv, thus reverting the change of
50448         2001-11-18.  It's no longer necessary, now that stdlib.h is always
50449         included.
50450
50451         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
50452         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
50453
50454 2001-11-30  Akim Demaille  <akim@epita.fr>
50455
50456         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
50457         before being defined.
50458
50459 2001-11-27  Paul Eggert  <eggert@twinsun.com>
50460
50461         * lib/quotearg.h (quotearg_n, quotearg_n_style):
50462         First arg is int, not unsigned.
50463         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
50464         (SIZE_MAX, UINT_MAX): New macros.
50465         (quotearg_n_options): Abort if N is negative.
50466         Avoid overflow check on hosts where size_t is 64 bits and int
50467         is 32 bits, as overflow is impossible there.
50468         Fix off-by-one typo that caused unnecessary reallocation.
50469
50470 2001-11-27  Jim Meyering  <meyering@lucent.com>
50471
50472         * lib/tempname.c: Merge with version from libc.
50473         * lib/regex.c: Likewise.
50474
50475         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
50476         systems for which STDC_HEADERS is 0, it was not included, resulting in
50477         a warning about an integer-to-pointer conversion problem with getenv.
50478         Reported by Volker Borchert.
50479
50480 2001-11-26  Jim Meyering  <meyering@lucent.com>
50481
50482         * lib/gtod.h: Remove file.
50483         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
50484         * lib/gettimeofday.c: Don't include gtod.h.
50485         (GTOD_init): Remove function.
50486         (rpl_gettimeofday): Do its job here instead, rather than aborting.
50487         Suggestion from Volker Borchert.
50488
50489 2001-11-23  Jim Meyering  <meyering@lucent.com>
50490
50491         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
50492         it.
50493         * lib/hash.c (struct hash_table): Define it here instead.
50494
50495 2001-11-22  Jim Meyering  <meyering@lucent.com>
50496
50497         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
50498
50499 2001-11-20  Jim Meyering  <meyering@lucent.com>
50500
50501         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
50502         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
50503
50504 2001-11-19  Jim Meyering  <meyering@lucent.com>
50505
50506         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
50507         directory.  Use "conftestXXXXXX" as the template.
50508         Suggestion from Paul Eggert.
50509
50510         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
50511         immediately, so the test doesn't mistakenly hit the max-open-files
50512         limit.
50513
50514 2001-11-18  Paul Eggert  <eggert@twinsun.com>
50515
50516         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
50517         (TEMPORARIES): New macro.
50518         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
50519         removes an artificial limitation (e.g. HP-UX 10.20, where
50520         TMP_MAX is 17576).
50521
50522 2001-11-18  Jim Meyering  <meyering@lucent.com>
50523
50524         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
50525
50526 2001-11-18  Jim Meyering  <meyering@lucent.com>
50527
50528         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
50529         on SunOS 4.
50530
50531         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
50532         files will be created before anything else.
50533
50534 2001-11-17  Paul Eggert  <eggert@twinsun.com>
50535
50536         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
50537         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
50538
50539 2001-11-17  Jim Meyering  <meyering@lucent.com>
50540
50541         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
50542         Prompted by a report from Bob Proulx.
50543
50544         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
50545         Instead, require UTILS_FUNC_MKSTEMP.
50546
50547 2001-11-17  Jim Meyering  <meyering@lucent.com>
50548
50549         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
50550         Now, that's done as part of AC_FUNC_STRTOD.
50551
50552 2001-11-17  Jim Meyering  <meyering@lucent.com>
50553
50554         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
50555         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
50556         rather than group writable.  Patch by Juan F. Codagnone.
50557
50558         * lib/readtokens.c: Remove explicit declarations of xmalloc and
50559         xrealloc, Instead, include "xalloc.h".
50560
50561         * lib/mountlist.c: Include unlocked-io.h after all system headers.
50562         Remove explicit declarations of xmalloc, xrealloc,
50563         and xstrdup.  Instead, include "xalloc.h".
50564
50565         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
50566         unlocked-io.h.
50567         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
50568         Likewise.
50569         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
50570
50571         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
50572         Reported by Padraig Brady.
50573
50574         * lib/mkstemp.c: #undef mkstemp.
50575         Include config.h.
50576         (rpl_mkstemp): Rename from mkstemp.
50577         Protoize.
50578
50579 2001-11-16  Jim Meyering  <meyering@lucent.com>
50580
50581         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
50582         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
50583         determine the amount of total physical memory, use pstat_getstatic.
50584         HPUX-11 doesn't define _SC_PHYS_PAGES.
50585         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
50586         If sysconf couldn't be used to determine the amount of available
50587         physical memory, use both pstat_getstatic and pstat_getdynamic.
50588         Based on a patch from Bob Proulx.
50589
50590 2001-11-10  Jim Meyering  <meyering@lucent.com>
50591
50592         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
50593         (jm_PREREQ): Use it.
50594
50595 2001-11-09  Jim Meyering  <meyering@lucent.com>
50596
50597         * m4/jm-macros.m4: Require autoconf-2.52f.
50598         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
50599         Use these AC_-prefixed names, not the AM_-prefixed ones.
50600
50601         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
50602
50603 2001-11-05  Jim Meyering  <meyering@lucent.com>
50604
50605         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
50606
50607 2001-11-04  Jim Meyering  <meyering@lucent.com>
50608
50609         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
50610         $DEFS.
50611
50612 2001-11-03  Jim Meyering  <meyering@lucent.com>
50613
50614         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
50615         of AC_DEFUN.
50616
50617         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
50618         know the name of the variable in the macro definition.
50619
50620 2001-11-03  Jim Meyering  <meyering@lucent.com>
50621
50622         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
50623         in argmatch_to_argument call.
50624
50625         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
50626         argument.
50627
50628         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
50629         e.g., a fault due to an attempt to free a NULL pointer.
50630
50631 2001-11-01  Jim Meyering  <meyering@lucent.com>
50632
50633         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
50634         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
50635
50636 2001-11-01  Jim Meyering  <meyering@lucent.com>
50637
50638         * lib/dirfd.c, lib/dirfd.h: New files.
50639         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
50640
50641         * lib/hash.c (hash_print) [TESTING]: Clean up.
50642
50643 2001-10-22  Paul Eggert  <eggert@twinsun.com>
50644
50645         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
50646         to avoid a warning if -Wall.
50647
50648 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
50649
50650         * README: New file
50651         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
50652         (per RMS's instructions, this is now the canonical source)
50653         * lgpl/, gpl/: New directories.
50654
50655 2001-10-21  Paul Eggert  <eggert@twinsun.com>
50656
50657         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
50658
50659 2001-10-21  Jim Meyering  <meyering@lucent.com>
50660
50661         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
50662         this code would end up calling gettext even in packages built
50663         with --disable-nls.
50664         * lib/getopt.c (_): Likewise.
50665         * lib/regex.c (_): Likewise.
50666
50667 2001-10-20  Paul Eggert  <eggert@twinsun.com>
50668
50669         * m4/error.m4 (jm_PREREQ_ERROR):
50670         Do not invoke AC_CHECK_FUNCS with strerror_r, as
50671         AC_FUNC_STRERROR_R does that.
50672         Check for strerror declaration.
50673
50674         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
50675         are supposed to have them these days.
50676         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
50677         Merge changes from latest Autoconf CVS.
50678         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
50679         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
50680         POSIX decided to standardize on the int flavor of strerror_r.
50681
50682 2001-10-20  Paul Eggert  <eggert@twinsun.com>
50683
50684         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
50685         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
50686         Use strerror_r that is only a macro, even if it is not a function.
50687         (strerror): Check for HAVE_DECL_STRERROR before declaring.
50688         (private_strerror): Use prototypes, not old-style function definition.
50689         (print_errno_message): New function.
50690         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
50691         char*-flavored one.
50692         (error_tail, error, error_at_line): Use it.
50693
50694 2001-10-11  Jim Meyering  <meyering@lucent.com>
50695
50696         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
50697         and quote_n (1, ... to avoid clobbering a buffer.
50698
50699 2001-10-05  Jim Meyering  <meyering@lucent.com>
50700
50701         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
50702         hash-pjw.h.
50703         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
50704         * lib/hash-pjw.h: New file.
50705
50706 2001-09-30  Jim Meyering  <meyering@lucent.com>
50707
50708         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
50709         `struct fsstat' has the `f_fstypename' member.
50710         Use that to define FS_TYPE, which is now used to make
50711         the getfsstat link test tighter.
50712
50713 2001-09-30  Jim Meyering  <meyering@lucent.com>
50714
50715         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
50716         Include <sys/ucred.h>, for Apple Darwin.
50717         Include sys/mount.h and sys/fs_types.h only if available.
50718         (FS_TYPE): Define.
50719         (read_filesystem_list): Use FS_TYPE.
50720
50721 2001-09-29  Paul Eggert  <eggert@twinsun.com>
50722
50723         * lib/exclude.c (excluded_filename): 0 -> false, since it's
50724         a boolean context.
50725
50726 2001-09-29  Jim Meyering  <meyering@lucent.com>
50727
50728         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
50729         [one-argument getmntent function]): Include stdio.h before mntent.h.
50730         SunOS 4.1.x needs it for the declaration of `FILE'.
50731         Patch by Volker Borchert.
50732
50733         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
50734         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
50735         sys/fs_types.h, and make the link-test for getfsstat guard #include
50736         directives with appropriate #if HAVE_*_H tests so that we can
50737         detect getfsstat on Apple Darwin1.3.7 systems.
50738         Reported by Nelson Beebe.
50739         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
50740
50741 2001-09-28  Paul Eggert  <eggert@twinsun.com>
50742
50743         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
50744         #defines strtoimax.  Also treat the other strto* functions
50745         like strtoimax.
50746
50747         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
50748         Check for strtoul and strtoumax,
50749         as those declarations are made even in the signed case.
50750         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
50751         Likewise, for strtol and strtoimax.
50752
50753 2001-09-28  Paul Eggert  <eggert@twinsun.com>
50754
50755         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
50756         #defines strtoimax.  Also treat the other strto* functions
50757         like strtoimax.
50758
50759         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
50760         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
50761         (strtoimax, strtoumax): Do not declare if already defined as a macro.
50762
50763 2001-09-26  Jim Meyering  <meyering@lucent.com>
50764
50765         Most macros in unlocked-io.h had the wrong number of arguments.
50766         * lib/gen-uio: New script.
50767         (USE_UNLOCKED_IO): Define to 1 if not already defined.
50768         * lib/unlocked-io.hin: Remove file.
50769         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
50770         rather than trying to embed it here.
50771         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
50772         Reported by Padraig Brady.
50773
50774 2001-09-25  Volker Borchert  <bt@teknon.de>
50775
50776         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
50777         `result'.
50778
50779 2001-09-24  Jim Meyering  <meyering@lucent.com>
50780
50781         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
50782
50783 2001-09-23  Jim Meyering  <meyering@lucent.com>
50784
50785         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
50786         instead of the mere test for existence of mntent.h.  The latter
50787         would get a false-positive on AIX 3.4 systems.
50788         In the outer getmntent if-block, don't die if neither of the getmntent
50789         tests succeeds.  Instead, just fall through and continue with the
50790         remaining tests.
50791
50792 2001-09-23  Jim Meyering  <meyering@lucent.com>
50793
50794         * lib/mountlist.c: Remove useless parentheses in #if directives.
50795         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
50796         the deprecated MOUNTED symbol is no longer defined in mntent.h.
50797
50798 2001-09-22  Jim Meyering  <meyering@lucent.com>
50799
50800         * m4/gettext.m4: New file.  From gettext.
50801         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
50802         * m4/progtest.m4: Likewise
50803         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
50804         * m4/glibc21.m4: Likewise.
50805
50806         * m4/libintl.m4: Remove.  No longer used.
50807
50808 2001-09-22  Jim Meyering  <meyering@lucent.com>
50809
50810         * lib/localcharset.c: Update from latest gettext.
50811         * lib/config.charset: Likewise.
50812
50813 2001-09-20  Jim Meyering  <meyering@lucent.com>
50814
50815         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
50816         strtoimax.
50817         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
50818         strtoumax.
50819
50820 2001-09-20  Jim Meyering  <meyering@lucent.com>
50821
50822         * lib/xstrtol.c (strtoimax): Guard declaration with
50823         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
50824         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
50825         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
50826         (strtoumax): Likewise, for completeness (it wasn't necessary).
50827
50828 2001-09-17  Paul Eggert  <eggert@twinsun.com>
50829
50830         * lib/strtoimax.c (HAVE_LONG_LONG):
50831         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
50832         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
50833         to work around bug in IBM C compiler.
50834
50835 2001-09-17  Jim Meyering  <meyering@lucent.com>
50836
50837         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
50838         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
50839         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
50840         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
50841         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
50842         whenever the right hand side need not be expanded by the shell.
50843
50844 2001-09-16  Paul Eggert  <eggert@twinsun.com>
50845
50846         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
50847         library.  It's not correct, as some older glibcs are buggy.
50848         fnmatch wasn't fixed until glibc 2.2.
50849
50850         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
50851         special shell magic here.
50852
50853 2001-09-16  Jim Meyering  <meyering@lucent.com>
50854
50855         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
50856         * m4/jm-macros.m4: Require it.
50857
50858 2001-09-16  Jim Meyering  <meyering@lucent.com>
50859
50860         * lib/mkdir.c: New file.
50861
50862 2001-09-15  Jim Meyering  <meyering@lucent.com>
50863
50864         * m4/jm-macros.m4: Check for help2man.
50865
50866 2001-09-11  Jim Meyering  <meyering@lucent.com>
50867
50868         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
50869         The body, by Paul Eggert, was moved here from configure.in.
50870         * m4/jm-macros.m4: Require UTILS_HOST_OS.
50871
50872 2001-09-04  Paul Eggert  <eggert@twinsun.com>
50873
50874         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
50875         (jm_PREREQ): Use it.
50876
50877 2001-09-04  Paul Eggert  <eggert@twinsun.com>
50878
50879         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
50880         Use ssize_t, not int, to store result of readlink.
50881         Check for ssize_t overflow as well as size_t overflow,
50882         as POSIX says the result of readlink is implementation-defined
50883         when ssize_t overflows.
50884         Remove unnecessary cast to char*.
50885         Use free+malloc instead of realloc, as the storage doesn't need
50886         to be preserved and it's clearer and can be more efficient that way.
50887         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
50888         * lib/xreadlink.h (xreadlink): Update prototype.
50889
50890 2001-09-04  Paul Eggert  <eggert@twinsun.com>
50891
50892         * lib/xgetcwd.c: Revert some of the previous change; intead,
50893         fix the HAVE_GETCWD_NULL code to behave more like the
50894         !HAVE_GETCWD_NULL code used to.
50895
50896         Include "xalloc.h".
50897         (xgetcwd): Do not return NULL when memory is exhausted; instead,
50898         invoke xalloc_die.
50899
50900 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50901
50902         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
50903         sys/param.h, as pathmax.h includes them.
50904
50905 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50906
50907         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
50908         (jm_PREREQ_XGETCWD): New macro.
50909
50910         * m4/getcwd.m4: New file.
50911
50912 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50913
50914         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
50915         like the HAVE_GETCWD_NULL code.
50916         Include pathmax.h if not HAVE_GETCWD.
50917         Do not include xalloc.h.
50918         (INITIAL_BUFFER_SIZE): New symbol.
50919         Do not use xmalloc / xrealloc, since the caller is responsible for
50920         handling errors.  Preserve errno around `free' during failure.
50921         Do not overrun buffer when using getwd.
50922
50923 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50924
50925         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
50926         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
50927         getcwd (NULL, 0).
50928
50929 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50930
50931         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
50932         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
50933         spotted by Jim Meyering.
50934
50935 2001-09-03  Jim Meyering  <meyering@lucent.com>
50936
50937         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
50938         failure.
50939
50940 2001-09-02  Jim Meyering  <meyering@lucent.com>
50941
50942         * lib/error.c: Update from GNU libc.
50943
50944 2001-09-01  Jim Meyering  <meyering@lucent.com>
50945
50946         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
50947         Used by df.
50948
50949 2001-09-01  Jim Meyering  <meyering@lucent.com>
50950
50951         * lib/xreadlink.c: New file.
50952         * lib/xreadlink.h: New file.
50953         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
50954         xreadlink.h.
50955
50956         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
50957         doesn't conflict with sparc Solaris 7's definition in
50958         /usr/include/sys/int_types.h.
50959
50960         * lib/exclude.c: Use `""', not `<>' to #include non-system header
50961         files.
50962         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
50963         and strncasecmp as r-values.  Unixware didn't have declarations.
50964
50965 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50966
50967         * lib/xstrtol.h: Add copyright notice.
50968         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
50969         LONGINT_INVALID_SUFFIX_CHAR.
50970
50971 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50972
50973         * lib/xstrtol.c (strtoimax): New decl.
50974
50975 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50976
50977         * lib/xgetcwd.c: Don't include pathmax.h.
50978         Include stdlib.h and unistd.h if available.
50979         Include xalloc.h.
50980         (xmalloc, xstrdup, free): Remove decls.
50981         (xgetcwd): Don't assume sizes fit in unsigned.
50982         Check for overflow when computing sizes.
50983         Simplify reallocation code.
50984
50985 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50986
50987         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
50988         a directory's st_size can have an arbitrary value, so the old
50989         usage could waste an arbitrary amount of memory.  All uses
50990         changed.
50991         * lib/savedir.h: Update prototype.
50992
50993 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50994
50995         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
50996
50997         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
50998         old strtoimax.c.
50999
51000         Also, make the following further changes to make this file's
51001         configuration more similar to that of strtol.c:
51002         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
51003         (strtoumax, uintmax_t, strtoull, strtol): Remove.
51004         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
51005         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
51006         changed to signed values.
51007
51008         And make the following changes as well:
51009         Fix copyright notice, as 1999 was missing.
51010         (verify): New macro.
51011         (strtoimax): Check sizes at compile-time, not run-time.
51012         Prefer strtol to strtoll if both work.
51013         (main): Remove; it was not that useful and was a pain to maintain.
51014
51015         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
51016
51017 2001-08-31  Jim Meyering  <meyering@lucent.com>
51018
51019         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
51020         Use an initial, malloc'd, buffer of length 128 rather than
51021         a statically allocated one of length 1024.
51022
51023 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51024
51025         Simplify code, partly by assuming autoconf 2.52 semantics.
51026
51027         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
51028
51029         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
51030         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
51031         All uses removed.
51032         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
51033         Move AC_REQUIRE to next-to-top level, to avoid confusion.
51034         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
51035         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
51036         jm_AC_HEADER_INTTYPES_H.
51037         * m4/jm-macros.m4 (jm_MACROS): Likewise.
51038
51039         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
51040
51041         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
51042         Quote first arg of AC_DEFUN.
51043         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
51044         since they are needed to parse the include file even if we need
51045         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
51046         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
51047         but with opposite signedness.
51048
51049 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51050
51051         Merge 'exclude' changes from tar 1.13.22.
51052         This fixes one or two unlikely storage allocation overflow bugs,
51053         but doesn't change user-visible behavior otherwise.
51054
51055 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51056
51057         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
51058         (jm_PREREQ_EXCLUDE): New macro.
51059
51060 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51061
51062         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
51063         tm to be declared.
51064
51065 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51066
51067         * lib/hash.c: Remove '2001' from copyright notice.
51068
51069 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51070
51071         * lib/full-write.h: New file.
51072         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
51073         * lib/full-write.c: Correct credits, as cccp.c no longer
51074         exists and anyway it was so heavily changed from the old cccp
51075         code as to be unrecognizable.  Include full-write.h.
51076         (full_write) Return size_t, with short writes meaning failure.
51077         All callers changed.  This fixes a bug with large buffers
51078         on 64-bit hosts.
51079         * lib/utime.c: Include full-write.h.
51080
51081 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51082
51083         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
51084         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
51085         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
51086         Include if available.
51087         (<xalloc.h>): Include
51088         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
51089         (verify): New macro.  Use it to verify that EXCLUDE macros do not
51090         collide with FNM macros.
51091         (struct patopts): New struct.
51092         (struct exclude): Use it, as exclude patterns now come with options.
51093         (new_exclude): Support above changes.
51094         (new_exclude, add_exclude_file):
51095         Initial size must now be a power of two to simplify overflow checking.
51096         (free_exclude, fnmatch_no_wildcards): New function.
51097         (excluded_filename): No longer requires options arg, as the options
51098         are determined by add_exclude.  Now returns bool, not int.
51099         (excluded_filename, add_exclude):
51100         Add support for the fancy new exclusion options.
51101         (add_exclude, add_exclude_file): Now takes int options arg.
51102         Check for arithmetic overflow when computing sizes.
51103         (add_exclude_file): xrealloc might modify errno, so don't
51104         realloc until after errno might be used.
51105
51106         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
51107         New macros.
51108         (free_exclude): New decl.
51109         (add_exclude, add_exclude_file): Now takes int options arg.
51110         (excluded_filename): No longer requires options arg, as the options
51111         are determined by add_exclude.  Now returns bool, not int.
51112
51113 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51114
51115         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
51116
51117 2001-08-27  Jim Meyering  <meyering@lucent.com>
51118
51119         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
51120
51121         * lib/version-etc.c (N_): Remove definition.
51122         Revert most of last change.
51123         Instead, simply don't mark the `Copyright...' string for translation.
51124         Based on advice from Paul Eggert.
51125
51126         * lib/strtoxmax.c: Tweak comment.
51127
51128 2001-08-26  Jim Meyering  <meyering@lucent.com>
51129
51130         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
51131
51132         * m4/xstrtoimax.m4: New file.
51133         * m4/xstrtoumax.m4: Add comments explaining why we
51134         AC_REPLACE_FUNCS(strtol).
51135
51136 2001-08-26  Jim Meyering  <meyering@lucent.com>
51137
51138         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
51139         of copyright with `%s' so translators don't get an untranslated
51140         message in 2002.
51141         (COPYRIGHT_YEAR): Define.
51142         (version_etc): Use fprintf rather than fputs.
51143         Suggestion from Ulrich Drepper.
51144
51145         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
51146
51147         * lib/strtoll.c: New file, from GNU libc.
51148         * lib/xstrtoimax.c: New file.
51149
51150         * lib/xstrtol.h: Add xstrtoimax.
51151         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
51152         * lib/strtoimax.c: New file.  Likewise, but first define
51153         STRTOUXMAX_SIGNED.
51154
51155         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
51156         ...
51157         * lib/strtoxmax.c: ... then renamed to this.
51158
51159 2001-08-18  Paul Eggert  <eggert@twinsun.com>
51160
51161         * m4/inttypes.m4: Add AC_PREREQ(2.13).
51162         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
51163         (jm_AC_TYPE_INTMAX_T): New macro.
51164         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
51165
51166         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
51167
51168         * m4/longlong.m4: Renamed from ulonglong.m4.
51169         * m4/inttypes.m4: Renamed from inttypes_h.m4.
51170         * m4/uintmax_t.m4: Removed.
51171
51172 2001-08-13  Paul Eggert  <eggert@twinsun.com>
51173
51174         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
51175         Port to Solaris 8, where 'sed' requires a space after the 'r'
51176         command, and where sh dislikes "$/".  Clean up the spacing a bit.
51177         Redirect output to $tmp just once.
51178
51179 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
51180
51181         * lib/addext.c (<errno.h>): Include.
51182         (errno): Declare if not defined.
51183         (addext): Work correctly when pathconf returns -1 and leaves
51184         errno alone because there is no limit.  Also, work even if
51185         pathconf returns a value greater than SIZE_MAX.
51186
51187 2001-08-12  Jim Meyering  <meyering@lucent.com>
51188
51189         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
51190         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
51191         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
51192         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
51193         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
51194         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
51195         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
51196         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
51197         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
51198         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
51199         utime.m4, utimes.m4, xstrtoumax.m4:
51200         Quote the first argument in each use of AC_DEFUN.
51201
51202 2001-08-12  Jim Meyering  <meyering@lucent.com>
51203
51204         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
51205         Simply `return getcwd (NULL, 0);'.
51206         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
51207         Use 1300 as initial value for length, not PATH_MAX.
51208
51209         * lib/pathmax.h: Clean up cpp syntax.
51210
51211 2001-08-12  Jim Meyering  <meyering@lucent.com>
51212
51213         * lib/gettimeofday.c: New file.
51214         * lib/gtod.h: New file.
51215         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
51216
51217 2001-08-05  Jim Meyering  <meyering@lucent.com>
51218
51219         * m4/jm-macros.m4: Require autoconf-2.52.
51220
51221 2001-08-04  Jim Meyering  <meyering@lucent.com>
51222
51223         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
51224         stmt, to get in sync with glibc.
51225
51226 2001-08-03  Paul Eggert  <eggert@twinsun.com>
51227
51228         The following changes are from gettext 0.10.39 as maintained by
51229         Bruno Haible.
51230
51231         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
51232         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
51233         with inverted sense.  All uses changed.
51234
51235         * lib/mbswidth.c: Don't include <limits.h>.
51236         Include <stdlib.h> and <string.h> unconditionally.
51237         (iswcntrl, mbsinit, ISCNTRL): New macros.
51238         (mbsnwidth): Use K&R style function declarations.
51239         Don't bother checking for MB_LEN_MAX == 1, since the compiler
51240         can optimize it when MB_CUR_MAX == 1.
51241         The width of control characters is zero, not 1.
51242
51243 2001-08-03  Paul Eggert  <eggert@twinsun.com>
51244
51245         The following changes are from gettext 0.10.39 as maintained by
51246         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
51247
51248         * m4/codeset.m4: Upgrade to serial AM1.
51249         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
51250         all uses changed.  Quote first arg of AC_DEFUN.
51251         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
51252
51253         * m4/iconv.m4: Upgrade to serial AM2.
51254         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
51255         Add --with-libconv-prefix.
51256         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
51257         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
51258         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
51259         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
51260         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
51261
51262         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
51263         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
51264         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
51265         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
51266         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
51267         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
51268         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
51269         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
51270         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
51271
51272         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
51273         string.h any more.
51274
51275         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
51276         not the default value.
51277
51278         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
51279         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
51280         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
51281         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
51282         Also check for iswcntrl, used for wcwidth fallback.
51283         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
51284         to Autoconf 2.13.
51285
51286 2001-08-03  Jim Meyering  <meyering@lucent.com>
51287
51288         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
51289         as it was in the original.  Reported by Paul Eggert.
51290
51291 2001-07-16  Jim Meyering  <meyering@lucent.com>
51292
51293         * m4/gettimeofday.m4: New file.
51294         Prompted by a report from Bernhard Baehr.
51295
51296 2001-07-15  Jim Meyering  <meyering@lucent.com>
51297
51298         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
51299         stuff. Now it's in ../Makefile.cfg.
51300
51301 2001-07-15  Jim Meyering  <meyering@lucent.com>
51302
51303         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
51304         (BUILT_SOURCES): Add unlocked-io.h.
51305         (io_functions): Define.
51306         (unlocked-io.h): New rule.
51307         (DISTCLEANFILES): Add unlocked-io.h.
51308         (all-local): Depend on unlocked-io.h, to ensure it is created.
51309
51310         * lib/unlocked-io.hin: New file
51311
51312         * lib/regex.c: Update from glibc.
51313
51314 2001-07-05  Jim Meyering  <meyering@lucent.com>
51315
51316         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
51317         recommendation.
51318         (libfetish_a_SOURCES): Put all .h files here instead.
51319         Remove a thus-exposed (better checks in automake) duplicate and
51320         two unnecessary .h files.
51321
51322 2001-07-04  Jim Meyering  <meyering@lucent.com>
51323
51324         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
51325         that generates jm-glibc-io.m4 so that it doesn't trigger any make
51326         distcheck failure.
51327
51328 2001-07-02  Jim Meyering  <meyering@lucent.com>
51329
51330         The following changes were prompted by suggestions from Bruno Haible.
51331
51332         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
51333         is now generated.
51334         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
51335         definition of EXTRA_DIST.
51336         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
51337         ensure that the generated file is created/updated whenever the list
51338         of $(unlocked_functions) is changed.
51339         (jm-glibc-io.m4): New rule.
51340         (unlocked-io.h): New rule -- currently unused.
51341
51342 2001-06-24  Jim Meyering  <meyering@lucent.com>
51343
51344         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
51345         unmatched right bracket, rather than kludging it with an extra,
51346         falsely-matching quote in a comment.  Patch by Akim Demaille.
51347
51348 2001-06-11  Jim Meyering  <meyering@lucent.com>
51349
51350         * lib/regex.c: Update from GNU libc.
51351
51352 2001-05-27  Jim Meyering  <meyering@lucent.com>
51353
51354         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
51355         Check for ut_type in struct utmp.
51356
51357 2001-05-27  Jim Meyering  <meyering@lucent.com>
51358
51359         * lib/readutmp.h (UT_TYPE): Define.
51360
51361 2001-05-24  Jim Meyering  <meyering@lucent.com>
51362
51363         * lib/argmatch.c: Include "quote.h".
51364         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
51365         quote function.  Reported by Göran Uddeborg.
51366
51367 2001-05-22  Jim Meyering  <meyering@lucent.com>
51368
51369         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
51370         now that we use the package-supplied version unconditionally.
51371         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
51372
51373 2001-05-21  Jim Meyering  <meyering@lucent.com>
51374
51375         * m4/regex.m4: Change a couple backticks to single quotes to avoid
51376         shell syntax errors.
51377
51378 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
51379
51380         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
51381
51382 2001-05-20  Paul Eggert  <eggert@twinsun.com>
51383
51384         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
51385         Don't bother to check library strftime, since
51386         we'll be using our own my_strftime function anyway.
51387         Define my_strftime instead of strftime.
51388
51389 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
51390
51391         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
51392         which is not yet declared.
51393
51394 2001-05-15  Jim Meyering  <meyering@lucent.com>
51395
51396         * m4/regex.m4: Use proper quoting so brackets appear in the test
51397         program.
51398         Reported by, and with help from, Bruno Haible.
51399
51400 2001-05-13  Jim Meyering  <meyering@lucent.com>
51401
51402         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
51403         undefined.
51404
51405 2001-05-11  Paul Eggert  <eggert@twinsun.com>
51406
51407         dirname code cleanup.  base_name now behaves more compatibly
51408         with POSIX basename when given file names that have trailing
51409         slashes, and similarly for dir_name.  Add new primitives
51410         base_len and dir_len.  Put the directory-name-related decls
51411         into dirname.h.
51412
51413         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
51414         * lib/backupfile.c (base_name): Likewise.
51415         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
51416         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
51417         * lib/makepath.c (strip_trailing_slashes): Likewise.
51418         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
51419         ISSLASH): Likewise.
51420         * lib/rename.c (strip_trailing_slashes): Likewise.
51421         * lib/same.c (base_name): Likewise.
51422         * lib/stripslash.c (ISSLASH): Likewise.
51423
51424         * lib/addext.c: Include <dirname.h> after size_t is defined.
51425         * lib/backupfile.c: Likewise.
51426
51427         * lib/addext.c (addext): Use base_len to trim redundant
51428         trailing slashes instead of doing it ourselves.
51429         But do not trim the last slash if it is not redundant.
51430
51431         * lib/backupfile.c (find_backup_file_name,
51432         max_backup_version): Use base_len instead of rolling it ourselves.
51433         Handle the case of "" and (on DOS) "C:" correctly.
51434
51435         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
51436         needed. Include <string.h>, <dirname.h>.
51437         (base_name): Allow file names ending in slashes, other than names
51438         that are all slashes.  In this case, return the basename followed
51439         by the slashes.  This is more general, and can be used in places
51440         where the original base_name purposely had an assertion failure.
51441         (base_len): New function.
51442
51443         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
51444         Do not include <assert.h>; no longer needed.
51445         Include xalloc.h.
51446         (memrchr): Remove decl.
51447         (dir_name_r): Remove.
51448         (dir_len): Renamed from dirlen.  All callers changed.
51449         Rewrite in terms of base_name, for simplicity and consistency.
51450         (dir_name): Never return NULL.  All callers changed.
51451         Do not include <stdlib.h> in test program; no longer needed.
51452         return 0; is fine for test program.
51453
51454         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
51455         New macros.
51456         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
51457
51458         * lib/path-concat.c (path_concat): Use base_len to compute
51459         base length, not strlen; this means we cannot rely on memcpy
51460         to null-terminate.
51461
51462         * lib/same.c (STREQ): Remove.
51463         (same_name): Handle the case where the basename ends in trailing '/'.
51464
51465         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
51466         a slash was stripped.  Do not strip the last slash after a
51467         file system prefix.
51468
51469 2001-05-11  Paul Eggert  <eggert@twinsun.com>
51470
51471         * lib/Makefile.am (libfetish_a_SOURCES):
51472         Add strftime.c, since we now compile it on all hosts.
51473
51474         * lib/strftime.c (my_strftime):
51475         Define to nstrftime if emacs, but only if my_strftime is not defined.
51476         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
51477         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
51478         Add one more extra argument: a nanoseconds value.
51479         All uses changed.
51480         (ns): New macro.
51481         (my_strftime function): Add %N format.
51482         (emacs_strftimeu): Renamed from emacs_strftime,
51483         with extra ut argument.
51484
51485 2001-05-09  Paul Eggert  <eggert@twinsun.com>
51486
51487         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
51488
51489 2001-04-21  Jim Meyering  <meyering@lucent.com>
51490
51491         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
51492         doesn't interfere.
51493
51494 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
51495
51496         * m4/ftruncate.m4: Check for chsize.
51497         Link with ftruncate.o unconditionally if ftruncate is missing.
51498         This was required when cross-compiling to i586-mingw32msvc.
51499
51500 2001-04-08  Jim Meyering  <meyering@lucent.com>
51501
51502         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
51503         recomputed; that's necessary when the offset spans a DST transition.
51504         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
51505
51506 2001-04-02  Jim Meyering  <meyering@lucent.com>
51507
51508         * lib/regex.h, regex.c: Update from GNU libc.
51509
51510 2001-03-24  Jim Meyering  <meyering@lucent.com>
51511
51512         * m4/jm-macros.m4: Require autoconf-2.49d.
51513
51514 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
51515
51516         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
51517
51518 2001-03-19  Paul Eggert  <eggert@twinsun.com>
51519
51520         * lib/version-etc.c (version_etc_copyright): Update to 2001.
51521
51522 2001-03-17  Jim Meyering  <meyering@lucent.com>
51523
51524         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
51525         now that the version in autoconf is equivalent.
51526         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
51527
51528         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
51529         Suggestion from Akim Demaille.
51530
51531         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
51532         (jm_PREREQ_TEMPNAME): New function.
51533
51534 2001-03-16  Paul Eggert  <eggert@twinsun.com>
51535
51536         * lib/tempname.c (uint64_t): Define to uintmax_t if
51537         not defined, and if UINT64_MAX is not defined.
51538         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
51539         Reported by John David Anglin.
51540
51541 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
51542
51543         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
51544         resolve alias if codeset is empty.
51545         * lib/config.charset (BeOS): Use wildcard syntax.
51546
51547 2001-03-13  Jim Meyering  <meyering@lucent.com>
51548
51549         * lib/path-concat.c (path_concat)
51550         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
51551         concatenating e.g., `C:' and `foo'.
51552         From Bruno Haible.
51553
51554 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
51555
51556         * lib/localcharset.c (locale_charset): Don't use
51557         setlocale(LC_CTYPE,NULL). Don't return NULL.
51558         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
51559
51560 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
51561
51562         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
51563         support for DOS/DJGPP.
51564
51565 2001-03-01  Paul Eggert  <eggert@twinsun.com>
51566
51567         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
51568         lacks mkstemp.  Compile our own tempname.c if we compile our own
51569         mkstemp.c, as mkstemp relies on tempname.
51570
51571 2001-03-01  Jim Meyering  <meyering@lucent.com>
51572
51573         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
51574         AH_VERBATIM really does output its argument verbatim.
51575
51576 2001-02-28  Paul Eggert  <eggert@twinsun.com>
51577
51578         * lib/Makefile.am (libfetish_a_SOURCES):
51579         Add dup-safer.c, fopen-safer.c.
51580         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
51581
51582         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
51583         * lib/unistd-safer.h: New files.
51584
51585 2001-02-25  Paul Eggert  <eggert@twinsun.com>
51586
51587         The mkstemp replacement is taken from glibc 2.2.2, with some
51588         portability fixes for use outside glibc, as follows:
51589
51590         * lib/tempname.c (struct_stat64): New macro.
51591         (direxists, __gen_tempname): Use it.
51592         This avoids a portability problem with Solaris 8.
51593
51594         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
51595         (<stddef.h>, <stdint.h>, <string.h>):
51596         Include only if STDC_HEADERS || _LIBC.
51597         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
51598         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
51599         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
51600         (__set_errno): Define this macro if <errno.h> doesn't.
51601         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
51602         Define these macros if <stdio.h> doesn't.
51603         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
51604         Define these macros if <sys/stat.h>
51605         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
51606         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
51607         __xstat64): Define if not _LIBC.
51608         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
51609         (__gen_tempname): Invoke gettimeofday only if
51610         HAVE_GETTIMEOFDAY || _LIBC;
51611         otherwise, fall back on plain "time".
51612         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
51613
51614         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
51615
51616         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
51617
51618 2001-02-18  Paul Eggert  <eggert@twinsun.com>
51619
51620         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
51621
51622 2001-02-17  Paul Eggert  <eggert@twinsun.com>
51623
51624         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
51625         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
51626         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
51627         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
51628
51629 2001-02-17  Paul Eggert  <eggert@twinsun.com>
51630
51631         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
51632         Remove workaround macros for hosts that have mbrtowc but not
51633         mbstate_t, as we now insist on proper declarations for both
51634         before using mbrtowc.
51635
51636 2001-02-17  Jim Meyering  <meyering@lucent.com>
51637
51638         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
51639         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
51640         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
51641         UnixWare 7.1.1.
51642
51643         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
51644         rather than AC_CACHE_VAL.
51645
51646 2001-02-17  Jim Meyering  <meyering@lucent.com>
51647
51648         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
51649         around included file name.
51650
51651         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
51652
51653         * lib/strftime.c: Update from GNU libc (the only changes were to
51654         comments).
51655
51656 2001-02-17  Jim Meyering  <meyering@lucent.com>
51657
51658         * lib/regex.c: Update from libc.
51659
51660 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
51661
51662         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
51663         clash.
51664
51665 2001-02-16  Paul Eggert  <eggert@twinsun.com>
51666
51667         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
51668         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
51669         Reported by Mark Hounschell via Paul Eggert.
51670
51671 2001-02-07  Jim Meyering  <meyering@lucent.com>
51672
51673         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
51674
51675 2001-02-05  Jim Meyering  <meyering@lucent.com>
51676
51677         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
51678         it includes the patch required for `large file' support with at least
51679         HP-UX's 10.20 /bin/cc.
51680
51681 2001-02-03  Jim Meyering  <meyering@lucent.com>
51682
51683         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
51684         AS_IF, now that it works once again (mysteriously).
51685         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
51686
51687 2001-01-30  Jim Meyering  <meyering@lucent.com>
51688
51689         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
51690         * m4/chown.m4: Rename conftestchown to conftest.chown.
51691         * m4/rename.m4: s/conftestdir/conftest.d1/ and
51692         s/conftestdir2/conftest.d2/.
51693         * m4/utimes.m4: s/conftestdata/conftest.data/
51694         Inspired by Pavel Roskin's change in autoconf.
51695
51696 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
51697
51698         * lib/config.charset: Update for FreeBSD 4.2.
51699
51700 2001-01-27  Jim Meyering  <meyering@lucent.com>
51701
51702         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
51703         a use of AS_IF.
51704         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
51705
51706 2001-01-26  Jim Meyering  <meyering@lucent.com>
51707
51708         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
51709         quotearg.c includes it.
51710
51711 2001-01-26  Jim Meyering  <meyering@lucent.com>
51712
51713         * lib/quotearg.c: Include stddef.h.
51714         * lib/quote.c: Include stddef.h.
51715         Reported by Axel Kittenberger.
51716
51717         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
51718         line in double quotes so that it evokes a better diagnostic.
51719         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
51720         Reported by Axel Kittenberger.
51721
51722 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
51723
51724         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
51725         as if it was a `charset'.
51726
51727 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
51728
51729         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
51730         has const.
51731
51732 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
51733
51734         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
51735         to avoid a warning.  Add back 'const' to inptr.
51736
51737 2001-01-20  Jim Meyering  <meyering@lucent.com>
51738
51739         Be sure that headers are checked before used in code compiled
51740         for the type checks.
51741         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
51742         In place of that, invoke jm_CHECK_ALL_TYPES.
51743         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
51744         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
51745         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
51746         The check for ssize_t was mistakenly run before the test for unistd.h.
51747
51748         The configure-time check for stdbool.h was missing.
51749         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
51750         (jm_PREREQ_HASH): New function.
51751
51752 2001-01-17  Jim Meyering  <meyering@lucent.com>
51753
51754         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
51755         for autoconf-2.49c.
51756         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
51757
51758 2001-01-16  Jim Meyering  <meyering@lucent.com>
51759
51760         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
51761         From Bruno Haible.
51762
51763 2001-01-14  Jim Meyering  <meyering@lucent.com>
51764
51765         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
51766         foo and bar.  Create conftestdir/ in the script, not in the C code.
51767         Remove directories in the script, not in the C code.
51768         Remove conftestdir{,2} before trying to create the directory.
51769         Make the entire configure script fail if the mkdir fails.
51770
51771 2001-01-14  Jim Meyering  <meyering@lucent.com>
51772
51773         * lib/rename.c: New file.  From Volker Borchert.
51774         Include stdlib.h, string.h or strings.h, and xalloc.h.
51775         Use strip_trailing_slashes rather than open-coding it.
51776
51777 2001-01-03  Paul Eggert  <eggert@twinsun.com>
51778
51779         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
51780
51781 2001-01-03  Jim Meyering  <meyering@lucent.com>
51782
51783         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
51784         of local `inptr' to avoid warning with some system declarations of
51785         iconv.
51786
51787 2001-01-02  Volker Borchert  <bt@teknon.de>
51788
51789         * m4/rename.m4: New file.
51790         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
51791
51792 2001-01-01  Jim Meyering  <meyering@lucent.com>
51793
51794         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
51795         even on systems with utmpx.h.  It's necessary for the declaration of
51796         utmp's ut_user member.  Reported by Andreas Jaeger.
51797
51798         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
51799         available. They are required for the declarations of getgrgid and
51800         getpwuid resp.
51801         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
51802         Reported by Andreas Jaeger.
51803
51804 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
51805
51806         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
51807         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
51808         so `make install' also works in VPATH builds.
51809
51810 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
51811
51812         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
51813         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
51814         can be used in subdirectories.
51815
51816 2000-12-29  Paul Eggert  <eggert@twinsun.com>
51817
51818         * lib/modechange.c: Do not assume that mode_t uses the
51819         traditional octal encoding.  E.g. "chmod 1 FOO" should set
51820         the other-execute bit of FOO even if S_IXOTH != 1.
51821
51822         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
51823         WOTH, XOTH, ALLM): New macros.
51824         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
51825          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
51826         Use them.
51827         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
51828         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
51829         (mode_compile):
51830         No need to use uintmax_t; unsigned long is long enough.
51831         Don't bother to get suffix since we don't use it.
51832
51833 2000-12-26  Jim Meyering  <meyering@lucent.com>
51834
51835         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
51836         better with autoheader.
51837
51838 2000-12-24  Jim Meyering  <meyering@lucent.com>
51839
51840         * lib/hash.c (is_prime): Return explicit boolean values.
51841         (hash_get_first): Return NULL to appease Irix5.6's 89.
51842         Reported by Nelson Beebe.
51843
51844 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
51845
51846         * lib/localcharset.c (locale_charset): Add support for Win32.
51847
51848 2000-12-18  Paul Eggert  <eggert@twinsun.com>
51849
51850         * lib/physmem.h, lib/physmem.c: New files.
51851
51852         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
51853         (noinst_HEADERS): Add physmem.h.
51854
51855         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
51856         't' for compatibility with Solaris 8 sort.
51857
51858 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
51859
51860         * lib/config.charset: Add support for BeOS.
51861
51862 2000-12-17  Jim Meyering  <meyering@lucent.com>
51863
51864         * m4/dos.m4 (jm_AC_DOS): New file and macro.
51865         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
51866
51867 2000-12-16  Jim Meyering  <meyering@lucent.com>
51868
51869         This bug had a serious impact on chown: `chown N:M FILE' (for integer
51870         N and M) would have treated it like `chown N:N FILE'.
51871
51872         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
51873
51874 2000-12-16  Jim Meyering  <meyering@lucent.com>
51875
51876         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
51877         SHELLS_FILE to a file name that's useful on djgpp systems.
51878         Include stdlib.h.
51879         (ADDITIONAL_DEFAULT_SHELLS): Define.
51880         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
51881         Based mostly on a patch from Prashant TR.
51882
51883 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
51884
51885         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
51886         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
51887         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
51888
51889 2000-12-08  Andreas Schwab  <schwab@suse.de>
51890
51891         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
51892         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
51893
51894 2000-12-07  Jim Meyering  <meyering@lucent.com>
51895
51896         * lib/stripslash.c (ISSLASH): Define.
51897         (strip_trailing_slashes): Use ISSLASH rather than comparing against
51898         `/'.
51899         From Prashant TR.
51900
51901         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
51902         (dir_name_r): Declare this function as static.
51903         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
51904         manifest itself on a name containing a mix of slashes and
51905         backslashes.
51906         Make this function work with names starting with a DOS-style
51907         drive letter and colon prefix.
51908         (dir_name): Append `.' if necessary.
51909         Based mostly on patches from Prashant TR and Eli Zaretskii.
51910
51911         * lib/dirname.h (dir_name_r): Remove prototype.
51912
51913 2000-12-06  Paul Eggert  <eggert@twinsun.com>
51914
51915         * m4/off_t-format.m4: Remove this file.
51916         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
51917
51918 2000-12-06  Jim Meyering  <meyering@lucent.com>
51919
51920         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
51921         replacement strtoull, we may well need the replacement strtoul, too.
51922         Check for declarations of strtoul and strtoull.
51923         Check for strtol.  Mainly as a cue to cause automake to include
51924         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
51925         Check for limits.h -- strtol.c needs it.
51926
51927 2000-12-05  Jim Meyering  <meyering@lucent.com>
51928
51929         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
51930
51931 2000-12-04  Jim Meyering  <meyering@lucent.com>
51932
51933         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
51934         Also include memory.h, stdlib.h, unistd.h if appropriate.
51935         Reported by Andreas Jaeger (conflicting declaration of malloc).
51936
51937 2000-12-02  Jim Meyering  <meyering@lucent.com>
51938
51939         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
51940         * m4/jm-macros.m4 (jm_MACROS): require it.
51941
51942 2000-12-02  Jim Meyering  <meyering@lucent.com>
51943
51944         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
51945
51946 2000-12-01  Paul Eggert  <eggert@twinsun.com>
51947
51948         * lib/memrchr.c: Include <config.h> before any system include file.
51949
51950 2000-11-30  Jim Meyering  <meyering@lucent.com>
51951
51952         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
51953
51954 2000-11-30  Jim Meyering  <meyering@lucent.com>
51955
51956         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
51957
51958 2000-11-29  Paul Eggert  <eggert@twinsun.com>
51959
51960         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
51961
51962 2000-11-26  Jim Meyering  <meyering@lucent.com>
51963
51964         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
51965
51966 2000-11-22  Paul Eggert  <eggert@twinsun.com>
51967
51968         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
51969         size of (size_t) -1; it's not portable.
51970
51971 2000-11-17  Jim Meyering  <meyering@lucent.com>
51972
51973         * lib/strstr.c: Update from GNU libc.
51974
51975 2000-11-17  Akim Demaille  <akim@epita.fr>
51976
51977         * lib/obstack.h: Formatting changes.
51978         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
51979         prevent type checking.
51980         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
51981         cast the value to (void *): assigning a `foo *' to a `void *'
51982         variable is valid.
51983         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
51984
51985 2000-11-16  Jim Meyering  <meyering@lucent.com>
51986
51987         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
51988
51989 2000-11-11  Jim Meyering  <meyering@lucent.com>
51990
51991         * lib/error.c: Add a couple #includes, merging from GNU libc version.
51992
51993 2000-11-10  Jim Meyering  <meyering@lucent.com>
51994
51995         * lib/obstack.h: Update from GNU libc.
51996         * lib/obstack.c: Likewise.
51997
51998 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
51999
52000         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
52001
52002 2000-11-06  Paul Eggert  <eggert@twinsun.com>
52003
52004         * lib/getusershell.c (setusershell): Use rewind rather than
52005         fseek/fseeko, to avoid configuration hassles with fseeko.
52006         Don't bother opening SHELLS_FILE if shellstream is NULL;
52007         it's not necessary.
52008
52009 2000-11-05  Jim Meyering  <meyering@lucent.com>
52010
52011         * lib/makepath.h (make_dir): Declare.
52012         * lib/makepath.c (make_dir): Remove `static' attribute.
52013         Tweak a comment.
52014
52015 2000-11-04  Jim Meyering  <meyering@lucent.com>
52016
52017         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
52018
52019 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
52020
52021         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
52022         last one in a bucket, advance to the next bucket.
52023
52024 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
52025
52026         * lib/fnmatch.c: Do not comment out all the code if we are using
52027         the GNU C library, because in some cases we are replacing buggy
52028         code in the GNU C library itself.
52029
52030 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
52031
52032         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
52033         (regex_compile): Catch bogus \(\1\).
52034
52035 2000-10-30  Paul Eggert  <eggert@twinsun.com>
52036
52037         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
52038         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
52039         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
52040
52041 2000-10-30  Paul Eggert  <eggert@twinsun.com>
52042
52043         * lib/error.h, getline.h, modechange.h:
52044         Remove "2000" from Copyright line, as the file hasn't been
52045         changed this year other than in the copyright notice.
52046
52047         * lib/xalloc.h: Add "2000" to Copyright line, as this file
52048         was changed this year.
52049
52050 2000-10-29  Jim Meyering  <meyering@lucent.com>
52051
52052         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
52053         renaming.
52054         * m4/ls-mntd-fs.m4: Likewise
52055
52056 2000-10-29  Jim Meyering  <meyering@lucent.com>
52057
52058         * lib/xstat.in: Fix grammar in comment.
52059
52060 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
52061
52062         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
52063         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
52064         doesn't define __restrict_arr.
52065
52066 2000-10-28  Jim Meyering  <meyering@lucent.com>
52067
52068         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
52069         (jm_PREREQ_MEMCHR): New function.
52070
52071 2000-10-28  Jim Meyering  <meyering@lucent.com>
52072
52073         * lib/memchr.c: Update from libc.
52074         Adjust for portability:
52075         [HAVE_STDLIB_H]: Include stdlib.h.
52076         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
52077         Undef __memchr, too.
52078         [!weak_alias]: Define __memchr to memchr.
52079
52080         * lib/regex.c: Update from libc.
52081         * lib/regex.h: Likewise.
52082         * lib/getopt1.c: Likewise.
52083         * lib/memcmp.c: Likewise.
52084
52085         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
52086         Avoid using fseek, when possible -- it's broken by design.
52087         Patch by Ulrich Drepper.
52088
52089 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
52090
52091         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
52092         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
52093         Giving in to popular pressure to shut up the compiler with casts.
52094
52095 2000-10-26  Jim Meyering  <meyering@lucent.com>
52096
52097         * lib/strftime.c: Update from libc.
52098
52099 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
52100
52101         * regex.c: More `unsigned char' -> `re_char' changes.
52102         Also change several `int' into `re_wchar_t'.
52103         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
52104         (PUSH_FAILURE_POINTER): Don't cast any more.
52105         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
52106         We want GCC to complain, since this piece of code makes
52107         re_match non-reentrant, which *should* be fixed.
52108         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
52109         (EXTEND_BUFFER): Use RETALLOC.
52110         (SET_LIST_BIT): Don't cast.
52111         (re_wchar_t): New type.
52112         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
52113         that those two functions will always properly return.
52114         (IMMEDIATE_QUIT_CHECK): Cast to void.
52115         (analyse_first): Use recursion rather than an explicit stack.
52116         (re_compile_fastmap): Can't fail anymore.
52117         (re_search_2): Don't check re_compile_fastmap for failure.
52118         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
52119         Now also sets the new value (passed in a new argument).
52120         (re_match_2_internal): Use it.
52121         Also, use a new var `reg' of type size_t when looping through regs
52122         rather than reuse the inappropriate `mcnt'.
52123
52124 2000-10-25  Jim Meyering  <meyering@lucent.com>
52125
52126         * lib/obstack.c: Update from libc.
52127
52128 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
52129
52130         * regex.c (regex_compile): Change the way of handling a range from
52131         a char less than 256 to a char not less than 256.
52132
52133 2000-10-24  Andrew Innes  <andrewi@gnu.org>
52134
52135         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
52136         NT-Emacs only.
52137         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
52138         so that re_search functions only quit when callers expect them to.
52139
52140 2000-10-23  Jim Meyering  <meyering@lucent.com>
52141
52142         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
52143         wrong.  That set_locale call must not have any side effects.
52144         From Paul Eggert.
52145
52146 2000-10-22  Jim Meyering  <meyering@lucent.com>
52147
52148         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
52149         [CYCLIC]: Remove now-unused definition.
52150
52151         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
52152         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
52153         Suggestion from Ulrich Drepper.
52154
52155 2000-10-21  Jim Meyering  <meyering@lucent.com>
52156
52157         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
52158         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
52159         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
52160
52161 2000-10-21  Jim Meyering  <meyering@lucent.com>
52162
52163         * lib/dirname.c (memrchr): Declare if necessary.
52164         (dir_name): Remove the restriction that there be no
52165         trailing slashes.  Now, this code skips past them, effectively
52166         ignoring them.
52167         [TEST_DIRNAME] (main): New unit tests.
52168
52169         * lib/memrchr.c: New file from GNU libc.
52170         Undef __memrchr, too.
52171         [!weak_alias]: Define __memrchr to memrchr.
52172         Guard weak_alias use with `#ifdef weak_alias'.
52173
52174 2000-10-21  Jim Meyering  <meyering@lucent.com>
52175
52176         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
52177         (dir_name): Use dir_name_r.
52178         * lib/dirname.h (dir_name_r): Declare it.
52179
52180 2000-10-17  Jim Meyering  <meyering@lucent.com>
52181
52182         * lib/quote.h (PARAMS): Define and use.
52183         Reported by Akim Demaille.
52184
52185         * lib/getopt.c: Update from libc.
52186
52187 2000-10-16  Jim Meyering  <meyering@lucent.com>
52188
52189         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
52190         setlocale.
52191         From Jan Fedak.
52192
52193 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
52194
52195         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
52196
52197 2000-09-25  Jim Meyering  <meyering@lucent.com>
52198
52199         * lib/md5.h (rol): Define (from GnuPG).
52200
52201         * lib/sha.c: Give credit (GnuPG) where due.
52202         (M): Use rol rather than open-coding it.
52203         Add a FIXME comment.
52204
52205 2000-09-21  Jim Meyering  <meyering@lucent.com>
52206
52207         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
52208         Reported by Michael Stone.
52209
52210 2000-09-20  Jim Meyering  <meyering@lucent.com>
52211
52212         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
52213         (noinst_HEADERS): Add sha.h.
52214         Based on code from Scott G. Miller and from GnuPG.
52215
52216 2000-09-18  Jim Meyering  <meyering@lucent.com>
52217
52218         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
52219         LIBS. Otherwise, everyone ends up linking with -lelf for some
52220         configurations.
52221         Reported by Mike Stone.
52222
52223 2000-09-15  Jim Meyering  <meyering@lucent.com>
52224
52225         * lib/regex.c: Update from libc.
52226
52227 2000-09-10  Jim Meyering  <meyering@lucent.com>
52228
52229         * lib/getopt.c (_getopt_internal): Update from glibc.
52230
52231 2000-09-09  Jim Meyering  <meyering@lucent.com>
52232
52233         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
52234         think it should be used as a general replacement for isascii.
52235         * lib/fnmatch.c: Likewise.
52236         * lib/mbswidth.c: Likewise
52237         * lib/regex.c: Likewise.
52238
52239         Don't use atoi.
52240         * lib/userspec.c: Include sys/param.h and limits.h.
52241         Include xstrtol.h.
52242         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
52243         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
52244         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
52245         UID, GID.  Check range.
52246
52247 2000-09-06  Jim Meyering  <meyering@lucent.com>
52248
52249         * lib/getopt.c (_getopt_internal): Update from glibc.
52250
52251 2000-08-30  Jim Meyering  <meyering@lucent.com>
52252
52253         * lib/strftime.c: Merge in changes from GNU libc.
52254
52255 2000-08-26  Jim Meyering  <meyering@lucent.com>
52256
52257         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
52258         * m4/fpending.m4: New file.
52259
52260 2000-08-26  Jim Meyering  <meyering@lucent.com>
52261
52262         * lib/closeout.c: Include "__fpending.h".
52263         (close_stdout_status): Return right away if there's nothing to flush.
52264
52265         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
52266         * lib/__fpending.c: New file.
52267         * lib/__fpending.h: New file.
52268
52269 2000-08-20  Jim Meyering  <meyering@lucent.com>
52270
52271         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
52272         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
52273         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
52274
52275 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
52276
52277         Improve fileutils installation on systems where running
52278         programs (like install) can't be unlinked.
52279         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
52280         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
52281
52282 2000-08-07  Paul Eggert  <eggert@twinsun.com>
52283
52284         Standardize on "memory exhausted" instead of "Memory exhausted"
52285         or "virtual memory exhausted".
52286         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
52287         "virtual memory exhausted".
52288         * lib/same.c (same_name): Invoke xalloc_die instead of printing
52289         our own message.
52290         * lib/userspec.c (parse_user_spec): Likewise.
52291         * lib/bumpalloc.h: comment fix
52292         * lib/same.c, userspec.c: Include xalloc.h.
52293
52294         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
52295         not char *const and pointing to a constant array.
52296         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
52297         (xrealloc): Comment fix.
52298
52299         * lib/userspec.c (parse_user_spec):
52300         Don't translate a message until just before returning,
52301         to avoid unnecessary translation.
52302
52303 2000-08-07  Jim Meyering  <meyering@lucent.com>
52304
52305         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
52306         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
52307         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
52308         getgroups.c, gethostname.c, getopt.h, group-member.c,
52309         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
52310         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
52311         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
52312         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
52313         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
52314         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
52315         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
52316         yesno.c: Back out Copyright date changes for each file with no change
52317         this year.  This eases coordination with other programs using the same
52318         source code modules.  From Paul Eggert.
52319
52320 2000-08-06  Paul Eggert  <eggert@twinsun.com>
52321
52322         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
52323         not char, for compatibility with glibc 2.1.3 strftime.c.
52324
52325 2000-08-03  Greg McGary  <greg@mcgary.org>
52326
52327         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
52328         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
52329         (EXTEND_BUFFER): Use them.
52330
52331 2000-08-01  Jim Meyering  <meyering@lucent.com>
52332
52333         * lib/dirname.c (ISSLASH): Define.
52334         (BACKSLASH_IS_PATH_SEPARATOR): Define.
52335         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
52336         both `\' and `/' may be use as path separators.
52337         Based on a patch from Prashant TR.
52338
52339 2000-07-31  Paul Eggert  <eggert@twinsun.com>
52340
52341         * lib/quotearg.c (quotearg_n_options): Don't make the initial
52342         slot vector a constant, since it might get modified.
52343
52344 2000-07-31  Jim Meyering  <meyering@lucent.com>
52345
52346         * lib/xmalloc.c: Use `virtual memory exhausted', not
52347         `Memory exhausted'.
52348         * lib/obstack.c (print_and_abort): Likewise.
52349
52350 2000-07-30  Paul Eggert  <eggert@twinsun.com>
52351
52352         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
52353         buffer, so that the caller can always quote one small
52354         component of a "memory exhausted" message in slot 0.
52355         From a suggestion by Jim Meyering.
52356
52357 2000-07-30  Jim Meyering  <meyering@lucent.com>
52358
52359         * lib/makepath.c (make_path): Quote the other instance, too.
52360
52361         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
52362         (STATIC_BUF_SIZE): Define.
52363         (quotearg_n_options): Use only statically allocated storage when
52364         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
52365         than STATIC_BUF_SIZE.
52366
52367 2000-07-29  Jim Meyering  <meyering@lucent.com>
52368
52369         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
52370         * lib/dirname.c (dir_name): Likewise.
52371
52372         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
52373         `/'.
52374
52375         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
52376         (dir_name): Assert that there are no trailing slashes.
52377
52378 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
52379
52380         * lib/mbswidth.h (mbswidth): Add a flags argument.
52381         (mbswidth): New declaration.
52382         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
52383         * lib/mbswidth.c (mbswidth): Add a flags argument.
52384         (mbsnwidth): New function.
52385
52386 2000-07-24  Jim Meyering  <meyering@lucent.com>
52387
52388         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
52389
52390 2000-07-23  Paul Eggert  <eggert@twinsun.com>
52391
52392         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
52393
52394 2000-07-23  Paul Eggert  <eggert@twinsun.com>
52395
52396         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
52397         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
52398         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
52399         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
52400         invoke multibyte primitives.
52401
52402 2000-07-23  Paul Eggert  <eggert@twinsun.com>
52403
52404         * lib/quotearg.c:
52405         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
52406         so that mbstate_t is always defined.
52407
52408         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
52409         be 1 in at least one GCC installation, and this configuration
52410         error is likely to be common.  Ignoring MB_LEN_MAX hurts
52411         performance on hosts that have mbrtowc but have only unibyte
52412         locales, but I assume these hosts are rare.
52413
52414 2000-07-23  Paul Eggert  <eggert@twinsun.com>
52415
52416         * lib/mbswidth.c (_XOPEN_SOURCE):
52417         Don't define; this causes problems on Solaris 7.
52418         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
52419
52420 2000-07-23  Jim Meyering  <meyering@lucent.com>
52421
52422         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
52423         too: getgrgid, getpwuid, getuid.
52424
52425 2000-07-23  Jim Meyering  <meyering@lucent.com>
52426
52427         * lib/basename.c (base_name): Add an assertion.
52428
52429 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
52430
52431         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
52432         shadow its mbsinit function.
52433
52434 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
52435
52436         * lib/mbswidth.h: New file.
52437         * lib/mbswidth.c: New file.
52438         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
52439         (noinst_HEADERS): Add mbswidth.h.
52440
52441 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
52442
52443         * lib/config.charset: Add support for FreeBSD. Improve support for
52444         HP-UX and IRIX 6.
52445
52446 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
52447
52448         * m4/mbswidth.m4: New file.
52449         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
52450
52451 2000-07-15  Jim Meyering  <meyering@lucent.com>
52452
52453         * lib/makepath.c: Include quote.h.
52454         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
52455         corresponding argument in a `quote (...)' call.
52456         Give better diagnostics.
52457
52458         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
52459         (noinst_HEADERS): Add quote.h.
52460
52461         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
52462         from tar's src/misc.c.
52463         * lib/quote.h: New file.  Prototypes for same.
52464
52465 2000-07-14  Paul Eggert  <eggert@twinsun.com>
52466
52467         From a suggestion by Bruno Haible.
52468         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
52469         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
52470         to decide whether to define the BeOS workaround macro;
52471         this adjusts to the change to AC_MBSTATE_T.
52472
52473 2000-07-14  Jim Meyering  <meyering@lucent.com>
52474
52475         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
52476         jm_AC_TYPE_UINTMAX_T.
52477
52478 2000-07-13  Paul Eggert  <eggert@twinsun.com>
52479
52480         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
52481
52482         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
52483         quotearg_buffer_restyled): Add support for
52484         clocale_quoting_style.  Undo previous change to
52485         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
52486         and "{RIGHT QUOTATION MARK}" msgids.
52487
52488 2000-07-10  Paul Eggert  <eggert@twinsun.com>
52489
52490         From a suggestion by Bruno Haible.
52491         * m4/mbstate_t.m4 (AC_MBSTATE_T):
52492         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
52493         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
52494         and mbstate_t, to a single-part test that simply defines mbstate_t.
52495         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
52496         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
52497
52498 2000-07-10  Jim Meyering  <meyering@lucent.com>
52499
52500         * m4/strerror_r.m4: Mirror the correction made in autoconf.
52501
52502         * m4/gnu-source.m4: Output to confdefs.h directly.
52503         Suggestion from Akim Demaille.
52504
52505 2000-07-09  Paul Eggert  <eggert@twinsun.com>
52506
52507         The old behavior of quoting `like this' doesn't look good with
52508         newer, ISO-style fonts.  See:
52509         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
52510
52511         Instead, quote "like this" by default.  Let the translator
52512         tailor the locale-specific quoting behavior by providing
52513         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
52514
52515         * lib/quotearg.c (N_): New macro.
52516         (gettext_default): New function.
52517         (quotearg_buffer_restyled): Use
52518         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
52519         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
52520
52521 2000-07-09  Jim Meyering  <meyering@lucent.com>
52522
52523         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
52524         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
52525
52526         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
52527         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
52528
52529 2000-07-09  Jim Meyering  <meyering@lucent.com>
52530
52531         * lib/Most files: Update copyright dates to include 2000.
52532
52533 2000-07-08  Jim Meyering  <meyering@lucent.com>
52534
52535         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
52536         if not defined.
52537         (xgethostname): Remove now-unnecessary #ifdef.
52538         Move declaration of `err' into loop where it's used.
52539
52540 2000-07-05  Paul Eggert  <eggert@twinsun.com>
52541         and Bruno Haible  <haible@clisp.cons.org>
52542
52543         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
52544         only if the test for an object-type mbstate_t fails.  This
52545         prevents us from mistakenly reporting that mbstate_t is a
52546         system object type after we "#define mbstate_t int" to work
52547         around its lack.
52548
52549 2000-07-05  Paul Eggert  <eggert@twinsun.com>
52550         and Bruno Haible  <haible@clisp.cons.org>
52551
52552         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
52553
52554 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
52555
52556         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
52557         to strerror_r.
52558         Include <ctype.h> for use of isalpha.
52559
52560 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
52561
52562         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
52563         by allocating a larger buffer. Test the gethostname return value for
52564         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
52565         returns an error and ENAMETOOLONG isn't defined.
52566
52567 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
52568
52569         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
52570         dimension.
52571
52572 2000-07-04  Jim Meyering  <meyering@lucent.com>
52573
52574         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
52575         of the deprecated AC_CHECKING.
52576
52577 2000-07-04  Jim Meyering  <meyering@lucent.com>
52578
52579         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
52580         Reported by Bruno Haible.
52581
52582 2000-07-04  Jim Meyering  <meyering@lucent.com>
52583
52584         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
52585         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
52586         lacks mbrtowc.
52587
52588 2000-07-03  Paul Eggert  <eggert@twinsun.com>
52589
52590         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
52591         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
52592
52593 2000-07-03  Paul Eggert  <eggert@twinsun.com>
52594         and Bruno Haible  <haible@clisp.cons.org>
52595
52596         * lib/quotearg.c (mbrtowc):
52597         Assign to *pwc, and return 1 only if result is nonzero.
52598         (iswprint): Use ISPRINT when substituting our own mbrtowc.
52599
52600 2000-07-03  Jim Meyering  <meyering@lucent.com>
52601
52602         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
52603
52604 2000-07-03  Jim Meyering  <meyering@lucent.com>
52605
52606         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
52607         This is necessary to get a definition of e.g., UTMP_FILE on
52608         HP-UX 10.20.
52609         From Bob Proulx.
52610
52611 2000-07-02  Jim Meyering  <meyering@lucent.com>
52612
52613         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
52614
52615         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
52616         AC_LIBOBJ(function_name).
52617         * m4/chown.m4: Likewise.
52618         * m4/fnmatch.m4: Likewise.
52619         * m4/ftruncate.m4: Likewise.
52620         * m4/getgroups.m4: Likewise.
52621         * m4/getline.m4: Likewise.
52622         * m4/group-member.m4: Likewise.
52623         * m4/jm-macros.m4: Likewise.
52624         * m4/lstat.m4: Likewise.
52625         * m4/malloc.m4: Likewise.
52626         * m4/memcmp.m4: Likewise.
52627         * m4/nanosleep.m4: Likewise.
52628         * m4/putenv.m4: Likewise.
52629         * m4/realloc.m4: Likewise.
52630         * m4/regex.m4: Likewise.
52631         * m4/stat.m4: Likewise.
52632         * m4/strftime.m4: Likewise.
52633
52634 2000-07-02  Jim Meyering  <meyering@lucent.com>
52635
52636         * lib/quotearg.c (mbstate_t): Don't define here.
52637
52638 2000-07-02  Jim Meyering  <meyering@lucent.com>
52639
52640         * lib/nanosleep.c (SIGCONT): Define if not already defined.
52641
52642 2000-07-01  Jim Meyering  <meyering@lucent.com>
52643
52644         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
52645
52646 2000-07-01  Jim Meyering  <meyering@lucent.com>
52647
52648         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
52649         problem.
52650
52651 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
52652
52653         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
52654         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
52655
52656 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
52657
52658         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
52659         per change in ../m4/ls-mntd-fs.m4.
52660         (read_filesystem_list): Ignore symbolic links.
52661
52662 2000-06-29  Jim Meyering  <meyering@lucent.com>
52663
52664         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
52665         for declaration of strcmp.
52666
52667         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
52668
52669         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
52670         Avoid warning by casting result to `char *' to remove `const'.
52671
52672 2000-06-28  Jim Meyering  <meyering@lucent.com>
52673
52674         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
52675         included by quotearg.c, for which we perform this test.  From
52676         Bruno Haible.
52677
52678 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
52679
52680         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
52681         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
52682         <utmpx.h> exists, put readutmp.o into LIBOBJS.
52683
52684 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
52685
52686         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
52687
52688 2000-06-26  Paul Eggert  <eggert@twinsun.com>
52689
52690         savedir now sets errno on failure and invokes xmalloc to get memory.
52691         Fix a couple of other minor bugs while we're at it.
52692
52693         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
52694         (NAMLEN): Remove macro.
52695         (malloc, realloc): Remove decls.
52696         (stpcpy): Likewise.
52697         ("xalloc.h"): Include.
52698         (NAME_SIZE_DEFAULT): New macro.
52699         (savedir): Use xmalloc / xrealloc to allocate memory.
52700         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
52701         Skip "" directory entries.
52702         Use strlen to calculate directory entry length, since the old method
52703         is rarely used these days and isn't worth supporting.
52704         Don't use a pointer after freeing it.
52705         Check for integer overflow when calculating allocation size.
52706         Use memcpy to copy entries, instead of stpcpy.
52707         Set errno properly when returning NULL.
52708         Check for readdir error.
52709
52710 2000-06-26  Jim Meyering  <meyering@lucent.com>
52711
52712         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
52713
52714 2000-06-25  Jim Meyering  <meyering@lucent.com>
52715
52716         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
52717         Linux header bug when _XOPEN_SOURCE is defined to 500.
52718
52719 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
52720
52721         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
52722         deficiency.
52723
52724 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
52725
52726         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
52727         Include xalloc.h.
52728         Don't include <stdlib.h>.  Don't declare malloc, realloc.
52729
52730 2000-06-24  Jim Meyering  <meyering@lucent.com>
52731
52732         * m4/strerror_r.m4: Revive this file -- to try out an experimental
52733         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
52734         for which strerror does return char*, but which lacks a conveniently
52735         accessible declaration of the function.  If the compile-test says
52736         strerror_r doesn't work, then resort to a `run'-test that works on
52737         BeOS and segfaults on DEC Unix.
52738
52739 2000-06-24  Jim Meyering  <meyering@lucent.com>
52740
52741         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
52742
52743 2000-06-23  Paul Eggert  <eggert@twinsun.com>
52744
52745         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
52746         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
52747
52748 2000-06-23  Paul Eggert  <eggert@twinsun.com>
52749
52750         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
52751         (mbrtowc, mbstate_t): Define substitutes if
52752         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
52753         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
52754         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
52755
52756 2000-06-23  Jim Meyering  <meyering@lucent.com>
52757
52758         * m4/afs.m4: Add missing AC_MSG_RESULT.
52759         Reported by Bruno Haible.
52760
52761         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
52762         Suggestion from Bruno Haible.
52763
52764 2000-06-23  Jim Meyering  <meyering@lucent.com>
52765
52766         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
52767
52768 2000-06-21  Jim Meyering  <meyering@lucent.com>
52769
52770         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
52771
52772 2000-06-21  Jim Meyering  <meyering@lucent.com>
52773
52774         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
52775         (noinst_HEADERS): Add getstr.h.
52776
52777         * lib/getline.c (getstr): Move into a separate file.
52778         * lib/getstr.c (getstr): New file, extracted from getline.c, with
52779         the following changes: new parameter, delim2; both delim[12]
52780         parameters have type `int', not `char'.  The latter would lose
52781         with 8-bit delimiters.
52782         * lib/getstr.h: New file.
52783
52784 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
52785
52786         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
52787         than 1024, return a memory chunk of least possible size, instead
52788         of size PATH_MAX + 2. In the loop, increment the size proportionally.
52789         Use free/xmalloc instead of xrealloc to avoid copying for very long
52790         paths.
52791
52792 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
52793
52794         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
52795         the empty string.
52796
52797 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
52798
52799         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
52800         address, not strdup.  Include <stdlib.h> and don't declare free().
52801
52802 2000-06-19  Jim Meyering  <meyering@lucent.com>
52803
52804         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
52805
52806 2000-06-18  Jim Meyering  <meyering@lucent.com>
52807
52808         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
52809
52810         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
52811         `checking whether...' message to be consistent with that of the
52812         lstat test.
52813
52814 2000-06-18  Jim Meyering  <meyering@lucent.com>
52815
52816         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
52817         Besides, these days every porting target provides a mkdir function.
52818
52819         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
52820         needed. (this snippet comes from src/system.h).
52821
52822 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
52823
52824         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
52825
52826 2000-06-15  Paul Eggert  <eggert@twinsun.com>
52827
52828         * lib/human.c (adjust_value): New function.
52829         (human_readable_inexact): Apply rounding style even when
52830         printing approximate values.
52831
52832 2000-06-14  Paul Eggert  <eggert@twinsun.com>
52833
52834         * lib/human.c (human_readable_inexact): Allow an input block
52835         size that is not a multiple of the output block size, and vice versa.
52836         Reported by Piergiorgio Sartor.
52837
52838 2000-06-14  Paul Eggert  <eggert@twinsun.com>
52839
52840         * lib/getdate.y (get_date): Apply relative times after time
52841         zone indicator, not before.  Reported by Todd A. Jacobs.
52842
52843 2000-06-13  Jim Meyering  <meyering@lucent.com>
52844
52845         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
52846
52847         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
52848
52849 2000-06-12  Paul Eggert  <eggert@twinsun.com>
52850
52851         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
52852
52853 2000-06-12  Jim Meyering  <meyering@lucent.com>
52854
52855         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
52856         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
52857         optional argument.
52858         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
52859         the optional argument, `lib'.
52860
52861 2000-06-08  Jim Meyering  <meyering@lucent.com>
52862
52863         * m4/largefile.m4: Remove file (now that it's part of autoconf).
52864
52865 2000-06-04  Paul Eggert  <eggert@twinsun.com>
52866
52867         Rewrite largefile configuration so that we don't need to run
52868         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
52869         AC_CANONICAL_HOST in configure.in -- jmm]
52870
52871         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
52872         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
52873         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
52874         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
52875         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
52876         All uses changed.
52877         Instead of inspecting the output of getconf, try to compile the
52878         test program without and with the macro definition.
52879         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
52880         for getconf.  Instead, check for the needed flags by compiling
52881         test programs.
52882
52883 2000-06-04  Paul Eggert  <eggert@twinsun.com>
52884
52885         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
52886
52887 2000-06-04  Jim Meyering  <meyering@lucent.com>
52888
52889         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
52890         SunOS 4.1.4 for which gid_t is an unsigned type.
52891
52892 2000-06-03  Jim Meyering  <meyering@lucent.com>
52893
52894         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
52895         now that autoconf requires that.
52896
52897         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
52898         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
52899         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
52900
52901 2000-06-03  Jim Meyering  <meyering@lucent.com>
52902
52903         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
52904
52905 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
52906
52907         * m4/glibc21.m4: New file.
52908         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
52909
52910 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
52911
52912         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
52913         newer, don't install charset.alias.
52914         * lib/config.charset: Change the Linux/glibc rules so they become empty
52915         on glibc-2.1 or newer.
52916
52917 2000-06-02  Jim Meyering  <meyering@lucent.com>
52918
52919         * lib/mountlist.c: Back out last change.  Instead, do this...
52920         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
52921         me_dummy member using the same `ignore'-testing code.
52922         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
52923         fs_type strings.
52924         From Mark D. Roth.
52925
52926 2000-05-29  Jim Meyering  <meyering@lucent.com>
52927
52928         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
52929         mounts with the `ignore' attribute.  Based on a patch from
52930         Mark D. Roth.
52931
52932 2000-05-28  Jim Meyering  <meyering@lucent.com>
52933
52934         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
52935         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52936         * m4/stat.m4: Likewise.
52937         * m4/lstat.m4: Likewise.
52938         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
52939
52940         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
52941         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
52942
52943 2000-05-26  Jim Meyering  <meyering@lucent.com>
52944
52945         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
52946
52947 2000-05-24  Jim Meyering  <meyering@lucent.com>
52948
52949         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
52950         autoconf requires that.
52951         * m4/lib-check.m4: Likewise.
52952         * m4/jm-macros.m4: Likewise.
52953         * m4/strftime.m4: Likewise.
52954
52955         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
52956         AC_CHECK_DECLS, now that autoconf requires that.
52957
52958 2000-05-22  Jim Meyering  <meyering@lucent.com>
52959
52960         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52961         * m4/lstat.m4: Likewise.
52962
52963 2000-05-22  Jim Meyering  <meyering@lucent.com>
52964
52965         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
52966
52967 2000-05-20  Jim Meyering  <meyering@lucent.com>
52968
52969         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
52970         (jm_PREREQ): Use it.
52971
52972 2000-05-18  Jim Meyering  <meyering@lucent.com>
52973
52974         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
52975         back, too, since it may have been modified by allocate_entry.
52976         (hash_delete): Rewrite to use neither the assignment operator
52977         nor the comma operator in an if-expression.
52978
52979 2000-05-15  Paul Eggert  <eggert@twinsun.com>
52980
52981         * lib/closeout.c:
52982         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
52983         Remove; no longer needed.
52984         "quotearg.h": Add include.
52985         (file_name): Do not bother to explicitly initialize to NULL; it's less
52986         efficient on some hosts.
52987         (close_stdout_status): Remove test as to whether stdout was already
52988         closed; it breaks for the case "echo x | sort >&-".
52989         Quote file name colons.
52990         Do not assume that _("write error") lacks format strings.
52991
52992 2000-05-15  Jim Meyering  <meyering@lucent.com>
52993
52994         * lib/version-etc.c (version_etc_copyright): Update the copyright
52995         string used in all --version output.
52996
52997 2000-05-14  Jim Meyering  <meyering@lucent.com>
52998
52999         * lib/closeout.c (close_stdout_set_file_name): New function.
53000         (close_stdout_status): Use new file-scoped global.
53001         Return right away if fstat says the stdout file descriptor is invalid.
53002         * lib/closeout.h (close_stdout_set_file_name): Declare.
53003
53004 2000-05-10  Jim Meyering  <meyering@lucent.com>
53005
53006         * lib/closeout.c [default_exit_status]: New file-scoped variable.
53007         (close_stdout_set_status): New function.
53008         * lib/closeout.h (close_stdout_set_status): Declare.
53009
53010 2000-05-09  Jim Meyering  <meyering@lucent.com>
53011
53012         * m4/gettext.m4: Rename this...
53013         * m4/libintl.m4: ...to this.
53014
53015 2000-05-08  Jim Meyering  <meyering@lucent.com>
53016
53017         * lib/long-options.c: Don't include closeout.h.
53018         (parse_long_options): Don't call close_stdout for --version.
53019
53020 2000-05-06  Paul Eggert  <eggert@twinsun.com>
53021
53022         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
53023         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
53024         2.1.3 bug.  This avoids a clash when files like regex.c define
53025         _GNU_SOURCE.
53026
53027 2000-05-06  Jim Meyering  <meyering@lucent.com>
53028
53029         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
53030         (AC_REPLACE_FUNCS): Add strnlen.
53031
53032         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
53033         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
53034
53035         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
53036         AC_SEARCH_LIBS call for nanosleep.
53037         (LIB_NANOSLEEP): Set and AC_SUBST.
53038
53039 2000-05-06  Jim Meyering  <meyering@lucent.com>
53040
53041         * lib/strnlen.c: Undefine __strnlen and strnlen.
53042         [!weak_alias]: Define __strnlen to strnlen.
53043
53044         * lib/atexit.c: New file, from libiberty.
53045
53046 2000-05-06  Jim Meyering  <meyering@lucent.com>
53047
53048         * lib/closeout.c (close_stdout_status): Also check for errors on the
53049         stderr stream.
53050
53051 2000-05-05  Jim Meyering  <meyering@lucent.com>
53052
53053         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
53054         AC_SEARCH_LIBS call for clock_gettime.
53055         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
53056
53057         * m4/search-libs.m4: Update from autoconf.
53058
53059         su doesn't work on Solaris 2.6.
53060         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
53061         <shadow.h>.  Reported by Dragos Harabor.
53062
53063 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
53064
53065         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
53066         memcpy instead of xmalloc, xrealloc, path_concat.
53067         (locale_charset): Treat empty environment variables as absent.
53068         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
53069
53070 2000-05-04  Jim Meyering  <meyering@lucent.com>
53071
53072         * lib/getopt.c: Update from glibc.
53073         * lib/obstack.c: Likewise.
53074         * lib/obstack.h: Likewise.
53075         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
53076         file
53077
53078         * lib/regex.h: Likewise.
53079         * lib/strndup.c: Likewise.
53080         * lib/strnlen.c: New file, from glibc.
53081
53082 2000-05-03  Jim Meyering  <meyering@lucent.com>
53083
53084         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
53085
53086 2000-05-02  Paul Eggert  <eggert@twinsun.com>
53087
53088         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
53089         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
53090         compile-time test, rather than inspecting host and OS, to
53091         decide whether to define _LARGEFILE_SOURCE.
53092
53093 2000-05-01  Jim Meyering  <meyering@lucent.com>
53094
53095         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
53096
53097         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
53098         Based on a patch from Bruno Haible.
53099
53100 2000-05-01  Jim Meyering  <meyering@lucent.com>
53101
53102         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
53103
53104 2000-04-29  Jim Meyering  <meyering@lucent.com>
53105
53106         * lib/path-concat.c: Declare strdup only if it's not defined.
53107         * lib/canon-host.c: Likewise.
53108
53109 2000-04-28  Jim Meyering  <meyering@lucent.com>
53110
53111         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
53112         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
53113         is included first, then limits.h is included by locale.h by libintl.h.
53114         From John David Anglin.
53115
53116 2000-04-25  Jim Meyering  <meyering@lucent.com>
53117
53118         * lib/makepath.c (S_IRWXUGO): Define.
53119         (make_path): Always perform explicit chmod if MODE specifies any
53120         of the `special' permission bits.  Prompted by a bug report against
53121         install from Mate Wierdl and Joost van Baal.
53122
53123 2000-04-18  Jim Meyering  <meyering@lucent.com>
53124
53125         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
53126         (jm_PREREQ): Use it.
53127
53128 2000-04-18  Jim Meyering  <meyering@lucent.com>
53129
53130         * lib/README: New file.
53131
53132         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
53133         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
53134
53135 2000-04-17  Jim Meyering  <meyering@lucent.com>
53136
53137         Get it right :-)
53138         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
53139         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
53140         Suggestion from Akim Demaille.
53141
53142 2000-04-17  Jim Meyering  <meyering@lucent.com>
53143
53144         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
53145         the definition of it to rpl_strftime also defined-away the system's
53146         declaration.
53147
53148 2000-04-15  Jim Meyering  <meyering@lucent.com>
53149
53150         Use `C' to denote so-called `contiguous' files, the same way
53151         that tar does.
53152         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
53153         (ftypelet): Use S_ISCTG.
53154         From Michael Deutschmann.
53155
53156 2000-04-14  Jim Meyering  <meyering@lucent.com>
53157
53158         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
53159         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
53160         clobbered.
53161
53162 2000-04-14  Jim Meyering  <meyering@lucent.com>
53163
53164         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
53165
53166 2000-04-13  Jim Meyering  <meyering@lucent.com>
53167
53168         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
53169         AH_VERBATIM to insert required #ifndef into config.h.in.
53170         Suggestion from Akim Demaille.
53171
53172 2000-04-12  Jim Meyering  <meyering@lucent.com>
53173
53174         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
53175         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
53176         Christian Krackowizer.
53177
53178         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
53179         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
53180         (AC_SYS_LARGEFILE): Require.
53181         (AM_C_PROTOTYPES): Require.
53182
53183 2000-04-08  Jim Meyering  <meyering@lucent.com>
53184
53185         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
53186         names don't conflict.  Reported by Eli Zaretskii.
53187
53188 2000-04-07  Jim Meyering  <meyering@lucent.com>
53189
53190         * lib/putenv.c: Move inclusion of errno.h so it follows that of
53191         sys/types.h, to work around system header problems on AIX 3.2.5.
53192         From Bruno Haible.
53193
53194 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
53195
53196         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
53197         bug.  Deal with the different error behavior of Irix iconv.
53198
53199 2000-04-05  Paul Eggert  <eggert@twinsun.com>
53200
53201         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
53202         IRIX if the installer said otherwise.
53203
53204 2000-04-05  Jim Meyering  <meyering@lucent.com>
53205
53206         Portability tweaks required for ultrix4.3.
53207         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
53208         (jm_CHECK_DECLS): Add getutent to the list of functions.
53209         (_jm_DECL_HEADERS): Add utmpx.h.
53210         From John David Anglin.
53211
53212         * m4/strftime.m4: Back out the 2000-04-02 change.
53213         Instead of that change, simply undefine putenv in the test program.
53214
53215 2000-04-05  Jim Meyering  <meyering@lucent.com>
53216
53217         Portability tweaks required for ultrix4.3.
53218         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
53219         getutent.
53220         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
53221         * lib/canon-host.c: Declare strdup.
53222         * lib/path-concat.c: Likewise.
53223         From John David Anglin.
53224
53225 2000-04-04  Jim Meyering  <meyering@lucent.com>
53226
53227         Be more DOS 8.3-friendly.
53228         * lib/ref-add.sin: Renamed from ref-add.sed.in.
53229         * lib/ref-del.sin: Renamed from ref-del.sed.in.
53230         * lib/Makefile.am: Reflect renaming.
53231         Reported by Eli Zaretskii.
53232
53233         Use a temporary file name that won't clash with `charset.alias'
53234         in the DOS 8.3 name space.
53235         * lib/Makefile.am (charset_tmp): Define.
53236         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
53237         (uninstall-local): Likewise.
53238         Reported by Eli Zaretskii.
53239
53240 2000-04-03  Jim Meyering  <meyering@lucent.com>
53241
53242         * m4/gettext.m4: Fix typo in comment.
53243
53244         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
53245         textutils/configure.in).  Suggestion from Paul Eggert.
53246         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
53247
53248 2000-04-02  Paul Eggert  <eggert@twinsun.com>
53249
53250         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
53251         variable in the shell rather than using putenv, which isn't
53252         portable.  This avoids the configure-time inter-test dependency
53253         on the potentially-renamed putenv function.
53254
53255 2000-03-30  Paul Eggert  <eggert@twinsun.com>
53256
53257         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
53258         before checking struct stat.st_blksize, so that
53259         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
53260
53261 2000-03-29  Paul Eggert  <eggert@twinsun.com>
53262
53263         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
53264         since strftime.c uses HAVE_STRFTIME to decide whether to use
53265         the underlying strftime.
53266
53267 2000-03-29  Paul Eggert  <eggert@twinsun.com>
53268
53269         * lib/time/strftime.c (my_strftime): Make sure we call the system
53270         strftime, not ourselves, when invoking the underlying strftime.
53271
53272 2000-03-24  Jim Meyering  <meyering@lucent.com>
53273
53274         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
53275         (charset_alias): Define.
53276         (install-exec-local): Factor out common code.
53277         (uninstall-local): Split lines longer than 80.
53278         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
53279         (SUFFIXES): Define.
53280         (.sed.in.sed): New rule.  Don't redirect directly to $@.
53281         (CLEANFILES): Add ref-add.sed and ref-del.sed.
53282
53283 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
53284
53285         * lib/config.charset: Output a line containing "Packages using this
53286         file".
53287         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
53288         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
53289         ref-del.sed): New rules.
53290
53291 2000-03-17  Jim Meyering  <meyering@lucent.com>
53292
53293         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
53294         Otherwise, include <strings.h>
53295
53296 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
53297
53298         * lib/unicodeio.c (utf8_wctomb): New function.
53299         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
53300         format instead of in UCS-4 with platform dependent endianness.
53301
53302 2000-03-10  Jim Meyering  <meyering@lucent.com>
53303
53304         * m4/lib-check.m4: Look for getspnam in -lgen, too.
53305         From Marco Franzen.
53306
53307 2000-03-07  Paul Eggert  <eggert@twinsun.com>
53308
53309         * lib/savedir.c (savedir): Work even if directory size is
53310         negative; this can happen with some screwy NFS configurations.
53311
53312 2000-03-06  Jim Meyering  <meyering@lucent.com>
53313
53314         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
53315         if it's NULL (because we ran out of memory).  From Bruno Haible.
53316
53317 2000-03-05  Jim Meyering  <meyering@lucent.com>
53318
53319         * lib/localcharset.c ("path-concat.h"): Include.
53320         (get_charset_aliases): Use path_concat instead of ANSI string
53321         concatenation.
53322
53323         * lib/unicodeio.h (PARAMS): Define.
53324         Use it to guard prototype.
53325
53326 2000-03-04  Jim Meyering  <meyering@lucent.com>
53327
53328         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
53329         for lib/localcharset.c.
53330
53331 2000-03-04  Jim Meyering  <meyering@lucent.com>
53332
53333         * lib/Makefile.am (install-exec-local): Create $(libdir) before
53334         installing into it.
53335         (uninstall-local): Uncomment this rule so `make distcheck' works
53336         once again.
53337
53338         * lib/unicodeio.c (<errno.h>): Include it.
53339         (errno): Declare if not defined.
53340
53341         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
53342
53343         * lib/config.charset: New version, incorporating remarks from a linux
53344         i18n mailing list.  From Bruno Haible.
53345
53346 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
53347
53348         * m4/codeset.m4: New file.
53349         * m4/iconv.m4: New file.
53350         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
53351
53352 2000-03-03  Jim Meyering  <meyering@lucent.com>
53353
53354         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
53355
53356 2000-03-02  Jim Meyering  <meyering@lucent.com>
53357
53358         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
53359         the messages come out on separate lines.
53360
53361         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
53362         rather than jm_CHECK_DECLARATIONS.
53363         * m4/decl.m4: Remove now-unused file.
53364
53365         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
53366         geteuid.
53367
53368 2000-03-02  Jim Meyering  <meyering@lucent.com>
53369
53370         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
53371
53372 2000-03-01  Jim Meyering  <meyering@lucent.com>
53373
53374         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
53375         * lib/unicodeio.c: Likewise.
53376
53377 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
53378
53379         * lib/config.charset: New file.
53380         * lib/localcharset.c: New file.
53381         * lib/unicodeio.h, lib/unicodeio.c: New files.
53382         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
53383         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
53384         (noinst_HEADERS): Add unicodeio.h.
53385         (all-local, install-exec-local, charset.alias): New targets.
53386
53387 2000-02-28  Paul Eggert  <eggert@twinsun.com>
53388
53389         * lib/quotearg.c (ALERT_CHAR): New macro.
53390         (quotearg_buffer_restyled): Use it.
53391
53392 2000-02-27  Jim Meyering  <meyering@lucent.com>
53393
53394         * m4/check-decl.m4: Add getenv to the list.
53395
53396 2000-02-27  Jim Meyering  <meyering@lucent.com>
53397
53398         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
53399         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
53400
53401         * lib/backupfile.c: Guard inclusion of stdlib.h with
53402         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
53403         Declare malloc if needed.
53404
53405         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
53406         `#ifndef HAVE_DECL..'
53407         now that autoconf always defines the HAVE_DECL_ symbols.
53408         * lib/human.c: Likewise.
53409         * lib/same.c: Likewise.
53410         * lib/strtoumax.c: Likewise.
53411
53412         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
53413         declaration check was not run.
53414         * lib/hash.c: Likewise.
53415         * lib/human.c: Likewise.
53416         * lib/same.c: Likewise.
53417         * lib/strtoumax.c: Likewise.
53418
53419         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
53420         `.', then first look up the entire `.'-containing string as a login
53421         name.
53422
53423 2000-02-23  Jim Meyering  <meyering@lucent.com>
53424
53425         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
53426         in place of my hack.
53427
53428 2000-02-18  Paul Eggert  <eggert@twinsun.com>
53429
53430         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
53431         (textint): New typedef.
53432         (parser_control): Member year changed from int to textint.
53433         All uses changed.
53434         (YYSTYPE): Removed; replaced by %union with int and textint members.
53435         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
53436         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
53437         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
53438         (tSNUMBER, tUNUMBER): Now of type <textintval>.
53439         (date, number, to_year): Use width of number in digits, not its value,
53440         to determine whether it's a 2-digit year, or a 2-digit time.
53441         (yylex): Store number of digits of numeric tokens.
53442         Reported by John Kendall.
53443
53444         (parser_control): Changed from struct parser_control to typedef (for
53445         consistency).  All uses changed.
53446
53447         (tID): Removed; not used.
53448         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
53449
53450 2000-02-14  Paul Eggert  <eggert@twinsun.com>
53451
53452         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
53453         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
53454
53455 2000-02-12  Jim Meyering  <meyering@lucent.com>
53456
53457         * lib/userspec.c (ISDIGIT): Define it.
53458         (isdigit): Remove definition.
53459         (is_number): Use ISDIGIT, not isdigit.
53460         <libintl.h>: Include.
53461         (_ and N_): Define.
53462         (parse_user_spec): Mark translatable strings.
53463
53464 2000-02-10  Jim Meyering  <meyering@lucent.com>
53465
53466         With these changes, nanosleep.[ch] are finally enough like the other
53467         lib/* replacement files to compile on a few more losing systems.
53468
53469         * lib/nanosleep.h: Don't include config.h.
53470         Remove prototype from declaration of nanosleep.
53471         (PARAMS): Remove now-unneeded definition.
53472         * lib/nanosleep.c: #undef nanosleep.
53473         (rpl_nanosleep): Rename from nanosleep.
53474
53475 2000-02-10  Jim Meyering  <meyering@lucent.com>
53476
53477         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
53478         gnu_nanosleep to rpl_nanosleep.
53479
53480 2000-02-09  Jim Meyering  <meyering@lucent.com>
53481
53482         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
53483         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
53484
53485 2000-02-08  Akim Demaille  <akim@epita.fr>
53486
53487         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
53488         `[' and `]' and remove uses of `changequote'.
53489         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
53490         (AC_SYS_LARGEFILE): Likewise.
53491         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
53492         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
53493         of changequote.
53494         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
53495         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
53496         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
53497         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
53498
53499 2000-02-05  Jim Meyering  <meyering@lucent.com>
53500
53501         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
53502         Remove explicit use of AC_HEADER_TIME.  It is required by
53503         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
53504         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
53505         in autoconf whereby the expansion of the latter ended up preceding
53506         the expansion of its prerequisite, AC_HEADER_TIME.
53507         Reported by Volker Borchert.
53508
53509 2000-02-03  Jim Meyering  <meyering@lucent.com>
53510
53511         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
53512
53513 2000-02-03  Jim Meyering  <meyering@lucent.com>
53514
53515         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
53516         rather than with `#if HAVE_UTMPNAME'.
53517
53518 2000-02-02  Jim Meyering  <meyering@lucent.com>
53519
53520         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
53521         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
53522         Reported by Eli Zaretskii.
53523
53524 2000-02-01  Jim Meyering  <meyering@lucent.com>
53525
53526         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
53527
53528 2000-01-31  Jim Meyering  <meyering@lucent.com>
53529
53530         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
53531         functions.  Add the time.h and sys/time.h headers along with the
53532         AC_REQUIRE'ment of AC_HEADER_TIME.
53533
53534 2000-01-31  Jim Meyering  <meyering@lucent.com>
53535
53536         * lib/nanosleep.h (nanosleep): Guard declaration with
53537         `#if ! HAVE_DECL_NANOSLEEP'.
53538         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
53539         the declaration in that vendor's sys/timers.h.
53540         Reported by Christian Krackowizer.
53541
53542         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
53543         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
53544         (ISPRINT): Likewise.
53545         Reported by Tom Tromey.
53546
53547 2000-01-30  Jim Meyering  <meyering@lucent.com>
53548
53549         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
53550
53551         * m4/prereq.m4 (utmp_includes): Define.
53552         Check for ut_user and ut_name members in both struct utmpx
53553         and struct utmp.
53554
53555 2000-01-30  Jim Meyering  <meyering@lucent.com>
53556
53557         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
53558         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
53559         header files where only utmpx.ut_user is declared.
53560
53561         * lib/readutmp.h (UT_USER): Define.
53562
53563 2000-01-29  Jim Meyering  <meyering@lucent.com>
53564
53565         * m4/lib-check.m4: New file containing library-related checks from
53566         fileutils and sh-utils (textutils had none).
53567
53568 2000-01-28  Jim Meyering  <meyering@lucent.com>
53569
53570         * m4/perl.m4: Change format of warning message to look more like that
53571         from the missing script.  Suggestion from François Pinard.
53572
53573 2000-01-25  Jim Meyering  <meyering@lucent.com>
53574
53575         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
53576         well as time.h in the compile check.
53577         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
53578         Fix typo in cross-compiling case: s/yes/no/.
53579
53580 2000-01-23  Jim Meyering  <meyering@lucent.com>
53581
53582         * m4/jm-macros.m4: Move df-related tests here from
53583         fileutils/configure.in
53584
53585         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
53586         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
53587
53588         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
53589         s/space/ac_fsusage_space/.
53590         (jm_FILE_SYSTEM_USAGE): Take two parameters.
53591
53592         * m4/ftruncate.m4: New file (derived from part of
53593         fileutils/configure.in).
53594         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
53595         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
53596
53597         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
53598         AC_SUBST these here, rather than just in sh-util/configure.in, so
53599         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
53600         all the same.
53601         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
53602         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
53603         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
53604         (AC_SUBST(POW_LIBM)): Likewise.
53605         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
53606
53607 2000-01-23  Jim Meyering  <meyering@lucent.com>
53608
53609         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
53610         obstack.c.
53611
53612 2000-01-22  Jim Meyering  <meyering@lucent.com>
53613
53614         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
53615
53616         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
53617
53618         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
53619         configure.in
53620         (AC_CHECK_HEADERS): Likewise for sh-utils.
53621         (AC_CHECK_HEADERS): Likewise for textutils.
53622         Merge the three lists of headers.
53623
53624         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
53625         from fileutils' configure.in.
53626
53627         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
53628         code. Moved tests into their own function (_jm_DECL_HEADERS) in
53629         check-decl.m4.
53630
53631         * m4/check-decl.m4: Use #if rather than #ifdef.
53632         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
53633         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
53634         (_jm_DECL_HEADERS): Define new function.
53635         (jm_CHECK_DECLARATIONS): Require it.
53636
53637 2000-01-22  Jim Meyering  <meyering@lucent.com>
53638
53639         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
53640         [! HAVE_DECL_STRTOULL]: Declare strtoull.
53641         Required for some AIX systems.  Reported by Christian Krackowizer.
53642         [TESTING] (main): New function.
53643
53644         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
53645         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
53646         letters.
53647
53648         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
53649         iswprint.
53650
53651         * lib/strverscmp.c (ISDIGIT): Define.
53652         (strverscmp): Use ISDIGIT, not isdigit.
53653
53654 2000-01-19  Jim Meyering  <meyering@lucent.com>
53655
53656         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
53657         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
53658         defines `struct timespec' in <sys/time.h>
53659
53660         * m4/c-bs-a.m4: Remove uses of changequote altogether.
53661         Thanks to Akim for explaining.
53662
53663 2000-01-17  Paul Eggert  <eggert@twinsun.com>
53664
53665         * lib/nanosleep.c (nanosleep):
53666         Don't use SA_INTERRUPT to decide whether to call sigaction, as
53667         POSIX.1 doesn't require SA_INTERRUPT and some systems
53668         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
53669         it's been part of POSIX.1 since day 1 (in 1988).
53670
53671 2000-01-17  Jim Meyering  <meyering@lucent.com>
53672
53673         * lib/interlock: Remove unused file.  Reported by François Pinard.
53674
53675 2000-01-16  Paul Eggert  <eggert@twinsun.com>
53676
53677         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
53678         alert, backslash, formfeed, and vertical tab unnecessarily in
53679         shell quoting style.
53680
53681 2000-01-16  Jim Meyering  <meyering@lucent.com>
53682
53683         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
53684         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
53685         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
53686         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
53687
53688 2000-01-16  Jim Meyering  <meyering@lucent.com>
53689
53690         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
53691         because the latter didn't work.
53692
53693 2000-01-15  Jim Meyering  <meyering@lucent.com>
53694
53695         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
53696         (AC_REPLACE_FUNCS): Add memcpy and memset.
53697         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
53698         Add strpbrk.
53699         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
53700
53701 2000-01-12  Jim Meyering  <meyering@lucent.com>
53702
53703         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
53704         (jm_PREREQ): Use it.
53705         (jm_PREREQ_READUTMP): New macro.
53706         (jm_PREREQ): Use it.
53707
53708 2000-01-11  Paul Eggert  <eggert@twinsun.com>
53709
53710         Quote multibyte characters correctly.
53711         * m4/c-bs-a.m4: New file.
53712         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
53713         (jm_PREREQ): Use it.
53714
53715 2000-01-11  Paul Eggert  <eggert@twinsun.com>
53716
53717         * m4/uintmax_t.m4: Port to autoconf 2.13.
53718
53719 2000-01-08  Jim Meyering  <meyering@ascend.com>
53720
53721         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
53722         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
53723
53724 2000-01-04  Jim Meyering  <meyering@ascend.com>
53725
53726         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
53727         jm_STRUCT_DIRENT_D_TYPE.
53728         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
53729         jm_STRUCT_DIRENT_D_INO.
53730         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
53731         jm_STRUCT_UTIMBUF.
53732         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
53733         renamings.
53734         * m4/utime.m4: Likewise.
53735
53736         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
53737         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
53738
53739 2000-01-03  Paul Eggert  <eggert@twinsun.com>
53740
53741         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
53742         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
53743
53744 2000-01-02  Jim Meyering  <meyering@ascend.com>
53745
53746         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
53747         remember if this is necessary.
53748
53749 1999-12-26  Jim Meyering  <meyering@ascend.com>
53750
53751         * m4/jm-macros.m4: Use it here.
53752         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
53753
53754 1999-12-23  Jim Meyering  <meyering@ascend.com>
53755
53756         * m4/jm-macros.m4: Check for clock_gettime (moved from
53757         fileutils/configure.in)
53758         Check for gettimeofday.
53759
53760 1999-12-20  Jim Meyering  <meyering@ascend.com>
53761
53762         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
53763         autoconf-2.14a-1999-12-20.
53764
53765 1999-12-19  Jim Meyering  <meyering@ascend.com>
53766
53767         * m4/lstat-slash.m4: New file.
53768         * m4/jm-macros.m4: Use the new macro:
53769         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
53770
53771 1999-12-07  Jim Meyering  <meyering@ascend.com>
53772
53773         * m4/perl.m4: Require that File::Compare be available, too.
53774         Too many systems seem to lack it.
53775
53776         * m4/strftime.m4: Add checks for most of the cpp macros tested in
53777         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
53778
53779 1999-11-18  Paul Eggert  <eggert@twinsun.com>
53780
53781         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
53782         problem with the QNX 4.25 shell, which doesn't propagate exit
53783         status of failed commands inside shell assignments.
53784
53785 1999-11-17  Jim Meyering  <meyering@ascend.com>
53786
53787         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
53788
53789 1999-11-07  Jim Meyering  <meyering@ascend.com>
53790
53791         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
53792
53793 1999-11-06  Jim Meyering  <meyering@ascend.com>
53794
53795         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
53796         * m4/jm-macros.m4 (jm_MACROS): Use it here.
53797
53798 1999-11-05  Jim Meyering  <meyering@ascend.com>
53799
53800         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
53801         configure.in of textutils, fileutils, and sh-utils into this one
53802         (shared between those packages) file.
53803         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
53804         AC_STRUCT_ST_BLKSIZE.
53805
53806 1999-11-03  Jim Meyering  <meyering@ascend.com>
53807
53808         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
53809         of AC_CHECK_TYPE checks includes unistd.h.
53810         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
53811         Suggestion from Akim Demaille.
53812
53813 1999-10-30  Jim Meyering  <meyering@ascend.com>
53814
53815         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
53816         m4-quoted string.
53817         * m4/ls-mntd-fs.m4: Likewise.
53818         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
53819         * m4/jm-winsz1.m4: Likewise.
53820
53821         * m4/const.m4: Remove file, since the fix made it into the experimental
53822         version of autoconf.
53823         * m4/mktime.m4: Likewise.
53824
53825         * m4/check-type.m4: Remove file, now that the latest version of
53826         AC_CHECK_TYPE takes a third arg to specify additional #includes.
53827
53828         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
53829         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
53830         AC_CHECK_TYPE.
53831
53832 1999-10-04  Jim Meyering  <meyering@ascend.com>
53833
53834         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
53835
53836 1999-09-22  Paul Eggert  <eggert@twinsun.com>
53837
53838         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
53839         2.95.1 bug with HP-UX 10.20.
53840
53841 1999-09-17  Jim Meyering  <meyering@ascend.com>
53842
53843         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
53844         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
53845         due to missing strdup (against sh-utils-2.0).
53846
53847 1999-08-29  Jim Meyering  <meyering@ascend.com>
53848
53849         * m4/jm-macros.m4: Require jm_BISON.
53850         * m4/bison.m4: New file.
53851
53852 1999-08-17  Paul Eggert  <eggert@twinsun.com>
53853
53854         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
53855         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
53856
53857 1999-08-05  Jim Meyering  <meyering@ascend.com>
53858
53859         * m4/getline.m4: Rename test file from conftestdata to conftest.data
53860         to avoid conflicts with `conftest' on 8+3 filesystems.
53861         Suggestion from Eli Zaretskii.
53862
53863 1999-08-04  Jim Meyering  <meyering@ascend.com>
53864
53865         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
53866         fileutils and sh-utils (textutils's getline test was inadequate).
53867         (AM_FUNC_GETLINE): Run this test.
53868         (AC_CHECK_FUNCS): Check for getdelim.
53869         Reported by Bob Proulx.
53870
53871 1999-08-02  Jim Meyering  <meyering@ascend.com>
53872
53873         * m4/jm-macros.m4: Add a comment.
53874
53875 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53876
53877         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
53878         <inttypes.h> defines strtoumax as a macro (and not as a
53879         function).
53880
53881 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53882
53883         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
53884         that we can shift, multiply and divide unsigned long long
53885         values; Ultrix cc can't do it.
53886
53887 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53888
53889         * m4/mktime.m4: New file, which is a preview of what should appear
53890         in the next public autoconf release.
53891
53892 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53893
53894         * m4/lfs.m4: Remove this file.
53895         * m4/largefile.m4: New file.  It contains the old contents of
53896         lfs.m4, except that all names with prefix AC_LFS have been
53897         changed to use the prefix AC_SYS_LARGEFILE instead, to be
53898         compatible with future autoconf versions.  Also, some minor m4
53899         quoting problems have been fixed.
53900
53901 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53902
53903         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
53904         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
53905         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
53906         and simplify the shell code.
53907
53908 1999-08-01  Jim Meyering  <meyering@ascend.com>
53909
53910         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
53911         m4.
53912
53913 1999-07-20  Jim Meyering  <meyering@ascend.com>
53914
53915         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
53916
53917 1999-07-15  Jim Meyering  <meyering@ascend.com>
53918
53919         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
53920
53921 1999-05-22  Jim Meyering  <meyering@ascend.com>
53922
53923         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
53924
53925 1999-05-20  Jim Meyering  <meyering@ascend.com>
53926
53927         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
53928         Add a colon after each `then' in case $4 is empty.
53929
53930 1999-05-16  Jim Meyering  <meyering@ascend.com>
53931
53932         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
53933
53934 1999-05-10  Jim Meyering  <meyering@ascend.com>
53935
53936         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
53937
53938         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
53939         AC_FUNC_MKTIME.
53940
53941 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
53942
53943         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
53944
53945 1999-05-04  Paul Eggert  <eggert@twinsun.com>
53946
53947         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
53948         not CPPFLAGS, so that linking works correctly in IRIX.
53949
53950 1999-04-30  Paul Eggert  <eggert@twinsun.com>
53951
53952         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
53953
53954 1999-04-20  Paul Eggert  <eggert@twinsun.com>
53955
53956         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
53957         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
53958         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
53959         jm_AC_TYPE_UNSIGNED_LONG_LONG.
53960         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
53961
53962         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
53963
53964 1999-04-20  Jim Meyering  <meyering@ascend.com>
53965
53966         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
53967         AC_REPLACE xstroull if necessary.  From Paul Eggert.
53968         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
53969
53970 1999-04-18  Jim Meyering  <meyering@ascend.com>
53971
53972         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
53973         * m4/jm-macros.m4: Use it.
53974
53975 1999-04-06  Jim Meyering  <meyering@ascend.com>
53976
53977         * m4/strftime.m4: Remove test for %f.
53978
53979 1999-03-29  Jim Meyering  <meyering@ascend.com>
53980
53981         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
53982         superset of the AC_TYPE_* checks in the textutils, fileutils,
53983         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
53984         AC_TYPE_PID_T.
53985
53986 1999-03-28  Jim Meyering  <meyering@ascend.com>
53987
53988         * m4/jm-macros.m4: Define GNU_PACKAGE here.
53989         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
53990         replaced e.g., in the *.sh files of the sh-utils.
53991
53992 1999-03-20  Jim Meyering  <meyering@ascend.com>
53993
53994         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
53995         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
53996         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
53997
53998 1999-03-19  Jim Meyering  <meyering@ascend.com>
53999
54000         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
54001
54002 1999-03-12  Jim Meyering  <meyering@ascend.com>
54003
54004         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
54005
54006 1999-03-07  Jim Meyering  <meyering@ascend.com>
54007
54008         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
54009         declared.
54010
54011 1999-02-17  Jim Meyering  <meyering@ascend.com>
54012
54013         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
54014         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
54015
54016 1999-02-07  Jim Meyering  <meyering@ascend.com>
54017
54018         * m4/group-member.m4: New file -- extracted from sh-utils'
54019         configure.in.
54020
54021         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
54022         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
54023
54024 1999-02-06  Jim Meyering  <meyering@ascend.com>
54025
54026         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
54027         * m4/fnmatch.m4: Likewise.
54028         * m4/getgroups.m4: Likewise.
54029         * m4/lstat.m4: Likewise.
54030         * m4/malloc.m4: Likewise.
54031         * m4/putenv.m4: Likewise.
54032         * m4/realloc.m4: Likewise.
54033         * m4/regex.m4: Likewise.
54034         * m4/stat.m4: Likewise.
54035         * m4/strftime.m4: Likewise.
54036         Suggestion from Alain Magloire.
54037
54038         * m4/chown.m4: Use `.$ac_objext', not `.o'.
54039         * m4/fnmatch.m4: Likewise.
54040         * m4/getgroups.m4: Likewise.
54041         * m4/getline.m4: Likewise.
54042         * m4/lstat.m4: Likewise.
54043         * m4/malloc.m4: Likewise.
54044         * m4/memcmp.m4: Likewise.
54045         * m4/putenv.m4: Likewise.
54046         * m4/realloc.m4: Likewise.
54047         * m4/regex.m4: Likewise.
54048         * m4/stat.m4: Likewise.
54049         * m4/strftime.m4: Likewise.
54050         Suggestion from Alain Magloire.
54051
54052         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
54053         an argument.
54054
54055         * m4/regex.m4: Add a run-time Test for proper operation of
54056         re_compile_pattern.
54057
54058 1999-01-31  Jim Meyering  <meyering@ascend.com>
54059
54060         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
54061
54062 1999-01-30  Jim Meyering  <meyering@ascend.com>
54063
54064         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
54065
54066         * m4/jm-mktime.m4: Make this a wrapper around the official
54067         AM_FUNC_MKTIME rather than my private copy, now that the official one
54068         is up to date.
54069         * m4/mktime.m4: Remove file.
54070
54071         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
54072         * m4/uptime.m4: Likewise.
54073         * m4/uintmax_t.m4: Likewise.
54074
54075 1999-01-28  Jim Meyering  <meyering@ascend.com>
54076
54077         * m4/jm-macros.m4: Use jm_AFS.
54078         * m4/afs.m4: New file (from fileutils' configure.in).
54079
54080         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
54081         * m4/chown.m4: Likewise.
54082         * m4/d-ino.m4: Likewise.
54083         * m4/d-type.m4: Likewise.
54084         * m4/fnmatch.m4: Likewise.
54085         * m4/getgroups.m4: Likewise.
54086         * m4/gettext.m4: Likewise.
54087         * m4/jm-mktime.m4: Likewise.
54088         * m4/jm-winsz2.m4: Likewise.
54089         * m4/lcmessage.m4: Likewise.
54090         * m4/ls-mntd-fs.m4: Likewise.
54091         * m4/malloc.m4: Likewise.
54092         * m4/memcmp.m4: Likewise.
54093         * m4/putenv.m4: Likewise.
54094         * m4/realloc.m4: Likewise.
54095         * m4/st_mtim.m4: Likewise.
54096         * m4/strftime.m4: Likewise.
54097
54098 1999-01-16  Jim Meyering  <meyering@ascend.com>
54099
54100         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
54101         (ARGMATCH_DIE_DECL): Define.
54102
54103 1999-01-12  Jim Meyering  <meyering@ascend.com>
54104
54105         * m4/Makefile.am.in: Rewrite to avoid using fmt.
54106         Reported by Lars Hecking.
54107
54108 1999-01-10  Jim Meyering  <meyering@ascend.com>
54109
54110         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
54111         gross kludge.
54112         * m4/inttypes_h.m4: Likewise.
54113         * m4/lstat.m4: Likewise.
54114         * m4/malloc.m4: Likewise.
54115         * m4/readdir.m4: Likewise.
54116         * m4/realloc.m4: Likewise.
54117         * m4/st_dm_mode.m4: Likewise.
54118         * m4/stat.m4: Likewise.
54119         * m4/utimbuf.m4: Likewise.
54120         * m4/utimes.m4: Likewise.
54121
54122         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
54123         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
54124         comments in config.h.in are meaningful.
54125
54126         * m4/jm-macros.m4: Require autoconf-2.13 here.
54127
54128         * m4/regex.m4: By default, don't use the included regex.c on systems
54129         with glibc 2.  Suggestion from Uli Drepper.
54130
54131 1999-01-02  Jim Meyering  <meyering@ascend.com>
54132
54133         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
54134
54135 1998-12-18  Jim Meyering  <meyering@ascend.com>
54136
54137         * m4/Makefile.am.in (Makefile.am): Simplify rule.
54138         Based on a suggestion from Lars Hecking.
54139
54140 1998-11-16  Paul Eggert  <eggert@twinsun.com>
54141
54142         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
54143
54144 1998-11-16  Jim Meyering  <meyering@ascend.com>
54145
54146         * m4/lfs.m4: Double-quote the `uname...` expression.
54147
54148 1998-11-14  Jim Meyering  <meyering@ascend.com>
54149
54150         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
54151         * m4/stat.m4: Likewise.
54152
54153 1998-11-03  Jim Meyering  <meyering@ascend.com>
54154
54155         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
54156         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
54157
54158 1998-10-18  Jim Meyering  <meyering@ascend.com>
54159
54160         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
54161
54162 1998-10-17  Jim Meyering  <meyering@ascend.com>
54163
54164         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
54165         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
54166         calls for those previously hard-coded headers.  Instead, take a new
54167         parameter.
54168         (jm_CHECK_DECLARATIONS): Reflect interface change.
54169         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
54170         (jm_CHECK_DECL_LOCALTIME_R): New macro.
54171
54172         * m4/mktime.m4: Test for spring-forward gap before long-running test.
54173
54174 1998-10-14  Jim Meyering  <meyering@ascend.com>
54175
54176         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
54177         instead of "TZ=America/Vancouver".  From Paul Eggert.
54178
54179 1998-10-11  Jim Meyering  <meyering@ascend.com>
54180
54181         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
54182         This adds a test for a recently added compatibility fix for mktime.c.
54183         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
54184
54185 1998-09-27  Jim Meyering  <meyering@ascend.com>
54186
54187         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
54188
54189         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
54190         ../configure.in, including a change from Gordon Matzigkeit to allow
54191         cross-compiling for the Hurd.
54192
54193         * m4/glibc.m4: New file/macro to test for the GNU C Library
54194         versions 1 and 2.  From Gordon Matzigkeit.
54195         Indent.
54196
54197 1998-09-21  Jim Meyering  <meyering@ascend.com>
54198
54199         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
54200
54201 1998-08-18  Paul Eggert  <eggert@twinsun.com>
54202
54203         Port nanosecond-resolution times to UnixWare 2.1.2 and
54204         pedantic Solaris 2.6.
54205
54206         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
54207         AC_STRUCT_ST_MTIM.
54208         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
54209         Generate name of ns member, instead of just 1 or undef.
54210         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
54211
54212 1998-08-15  Jim Meyering  <meyering@ascend.com>
54213
54214         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
54215         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
54216         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
54217         instead of jm_TYPE_SSIZE_T.
54218
54219 1998-08-12  Jim Meyering  <meyering@ascend.com>
54220
54221         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
54222
54223 1998-08-02  Jim Meyering  <meyering@ascend.com>
54224
54225         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
54226         in acconfig.h manually.
54227
54228 1998-07-31  Paul Eggert  <eggert@twinsun.com>
54229
54230         * m4/st_mtim.m4: New file.
54231
54232 1998-07-28  Jim Meyering  <meyering@ascend.com>
54233
54234         * m4/utimes.m4: Undef stat.
54235
54236 1998-07-25  Jim Meyering  <meyering@ascend.com>
54237
54238         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
54239         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
54240
54241 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
54242
54243         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
54244         uid and gid actually remain unchanged.
54245
54246 1998-07-07  Jim Meyering  <meyering@ascend.com>
54247
54248         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
54249
54250 1998-07-04  Jim Meyering  <meyering@ascend.com>
54251
54252         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
54253         to prove that this macro can be used in packages without regex.c.
54254
54255 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
54256
54257         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
54258         is to be used.
54259
54260 1998-07-03  Jim Meyering  <meyering@ascend.com>
54261
54262         * m4/gettext.m4: Add -lintl if it's found to be necessary.
54263
54264         * m4/gettext.m4: New file -- from gettext-0.10.35.
54265         * m4/lcmessage.m4: Likewise.
54266         * m4/progtest.m4: Likewise.
54267
54268         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
54269         * m4/jm-macros.m4: Require the new macro.
54270
54271 1998-06-29  Jim Meyering  <meyering@ascend.com>
54272
54273         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
54274         for the definition of NGROUPS (used in a system header included
54275         by sys/mount.h).
54276
54277 1998-06-28  Jim Meyering  <meyering@ascend.com>
54278
54279         * m4/ls-mntd-fs.m4: New file.
54280         * m4/fstypename.m4: New file.
54281
54282         * m4/jm-macros.m4: Require the new macro.
54283         * m4/jm-glibc-io.m4: New file.
54284
54285 1998-05-19  Jim Meyering  <meyering@ascend.com>
54286
54287         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
54288         * m4/lchown.m4: New file.
54289
54290         * m4/Makefile.am.in: New file.
54291         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
54292
54293 1998-05-14  Jim Meyering  <meyering@ascend.com>
54294
54295         * m4/Makefile.am (EXTRA_DIST): Add them.
54296         * m4/jm-macros.m4: New file.
54297         * m4/utimbuf.m4: New file.
54298
54299 1998-05-12  Jim Meyering  <meyering@ascend.com>
54300
54301         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
54302
54303 1998-05-11  Jim Meyering  <meyering@ascend.com>
54304
54305         * m4/isc-posix.m4: New file.
54306
54307 1998-05-10  Jim Meyering  <meyering@ascend.com>
54308
54309         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
54310
54311 1998-05-09  Jim Meyering  <meyering@ascend.com>
54312
54313         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
54314         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
54315         with automake.
54316
54317         * m4/ssize_t.m4: New file.
54318         * m4/mktime.m4: Remove file -- the new automake has this now.
54319
54320 1998-04-26  Jim Meyering  <meyering@ascend.com>
54321
54322         * m4/assert.m4: New file.
54323         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
54324
54325 1998-04-05  Jim Meyering  <meyering@ascend.com>
54326
54327         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
54328         (jm_PREREQ): Use it here.
54329
54330 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
54331
54332         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
54333         in acconfig.h.
54334
54335 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
54336
54337         * m4/prereq.m4: New file.
54338         * m4/error.m4: New file.
54339         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
54340
54341 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
54342
54343         * m4/getline.m4: Don't set am_cv_func_working_getline before the
54344         cache-check for the same variable -- that defeated the purpose of
54345         the test; the test program was never run.  This was a problem only
54346         on systems with losing getline functions -- HP-UX 10.20 is one.
54347         Reported by Bjorn Helgaas.
54348
54349 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
54350
54351         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
54352
54353 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
54354
54355         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
54356
54357         * m4/const.m4: New file.  Use an initializer in this declaration
54358         typedef int charset[2]; const charset x;
54359         Reported by Bob Glickstein.
54360
54361 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
54362
54363         * m4/chown.m4: Fix reversed types on -1 args to chown.
54364         From Kaveh Ghazi.
54365
54366 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
54367
54368         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
54369         Add lseek and memchr.
54370
54371         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
54372         T.E.Dickey <dickey@clark.net> said that some older preprocessors
54373         have a 20-character limit on names.
54374
54375 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
54376
54377         * m4/inttypes_h.m4: New file.
54378         * m4/uintmax_t.m4: New file.
54379         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
54380
54381
54382         -----
54383
54384         Local Variables:
54385         coding: utf-8
54386         End:
54387
54388         Copyright (C) 1997-2009 Free Software Foundation, Inc.
54389
54390         Copying and distribution of this file, with or without
54391         modification, are permitted provided the copyright notice
54392         and this notice are preserved.